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

/*************** ADD CUSTOM CSS HERE.   ***************/
form.searchform{
	border: 1px solid #ececec;
	border-radius: 4px;
	padding: 2px;
}
form.searchform input.search-field{
	box-shadow: none;
	border:none;
}
form.searchform button.ux-search-submit.submit-button{
	background: var(--fs-color-primary);
	border-radius: 4px !important;
	width: 70px;
}
.header-main li.html.custom.html_topbar_right{
	width: 100%;
}
ul.policy-search {
    display: flex;
    flex-wrap: wrap;
    color: #a92124;
    font-size: 12px;
    margin-top: 10px !important;
    list-style: none;
}
ul.policy-search li{
	margin: 0;
	margin-right: 15px;
}
 ul.policy-search img {
    height: 20px;
    padding-right: 5px;
}
.home_sl img{
	border-radius: 4px;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg{
	border-radius: 4px;
}
.listCategorize .box .image-cover img{
	object-fit: contain;
}
.tab_pr ul li a{
    position: relative;
    font-weight: 700;
    color: #787878;
    margin-left: 20px;
    border: 1px solid #eae4e8;
    border-radius: 20px;
    font-size: 14px;
    padding: 2px 16px;
}
.product-small.col>.col-inner{
	height: 100%;
	border-radius: 4px;
}
.product-small.col>.col-inner .product-small.box{
	border-radius: 4px;
	overflow-x: hidden;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px;
    color: #252a2b;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover{
	        -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.add-to-cart-button a.button{
	border-radius: 20px;
	border-width: 1px;
	height: 32px;
	line-height: 32px;
	padding-right: 30px;
	padding-left: 15px;
}
.add-to-cart-button a.button:before{
content: "";
    background-image: url(/wp-content/uploads/2025/06/cart-w.svg);
    /* filter: brightness(0) invert(1); */
    width: 32px;
    height: 32px;
    background-color: var(--fs-color-primary) !important;
    position: absolute;
    border-radius: 50%;
    right: -1px;
    top: -1px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.wpcf7-spinner{
	display: none
}
form.wpcf7-form.init{
	margin:0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button{
	margin:0;
}
#footer{
	font-size: 14px;
}
aside{
	background: #fff;
	border-radius: 4px;
	padding: 15px;
}
aside .is-divider{
	height: 1px;
	max-width: 100%;
}
.widget>ul>li+li, ul.menu>li+li{
	border:none;
}
.related .product-small.col  .product-small.box{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
@media only screen and (min-width: 850px) {
	.header-wrapper.stuck .header-main{
		display: none
	}
}
@media only screen and (max-width: 849px) {
	#header .header-bottom {
	    background-color: #fff !important;
	}
	#header form.searchform button.ux-search-submit.submit-button{
		background: #fff;
        color: #333 !important;
        border: none;
        height: 34px;
        line-height: 34px;
        min-height: 30px;
        border-radius: 20px !important;
	}
	#header form.searchform input.search-field{
		height: 34px;
		border-radius: 20px !important; 
	}
	#header form.searchform{
		border-radius: 20px;
	}
}
@media only screen and (max-width: 549px) {
	.listCategorize {
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .listCategorize>.col{
        padding-right: 0;
        padding-left: 20px;
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        max-width: 30%;
    }
    .tab_pr ul{
    	overflow-y: scroll;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .tab_pr ul li a{
            width: max-content;
        margin-left: 0;
        margin-right: 10px;
        line-height: 1.3;
        padding: 8px 15px;
    }
    .add-to-cart-button a.button{
    	padding-right: 35px;
    }

}