/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

ul.list li a{
	color:#fff;
}
ul.list{
	margin:0;
	padding:0;
}
ul.list li{
	list-style:none;
	margin:0;
	margin-bottom:10px
}
.pr-custom .product-small.box.has-hover.box-normal.box-text-bottom{
	    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    overflow: hidden;
	    border-bottom: 2px solid #111;
}
.pr-custom .box-text a:not(.button),
p.name.product-title.woocommerce-loop-product__title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom:6px;
	font-weight:500;
}
.product-small.box{
	    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    overflow: hidden;
    border-bottom: 2px solid #111;
    text-align: center;
}
.custom-extra-info ul{
	list-style: none;
    margin: 0;
    border: 1px dashed #111;
    padding: 10px 15px;
    border-radius: 5px;
}
.custom-extra-info ul li{
	margin: 0;
    margin-left: 0px !important;
}
.custom-short-description{
	background: #f8f8f8;
    padding: 10px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 4px solid #111;
    font-size: 15px;
    color: #181818;
}
.custom-short-description h3{
	display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
}
.custom-short-description .content-p p {
    margin-bottom: 5px;
}
h1.product-title.product_title.entry-title{
	font-size:26px;
}
span.amount{
	color:#111;
}
.text-ct ul li a{
	color:#fff;
}
@media screen and (min-width: 850px) {
    .gl-ct.large-columns-4>.col {
        flex-basis: 25%;
        max-width: 15%;
    }
}