/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.header-search-form{
	width:90%;
}
.header-search-form  .search-field{
	min-height: 50px;
    border-radius: 5px!important;
    border: 1px solid #00cbcb!important;
}
.box-video .video-button-wrapper{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-video .video-button-wrapper a{
	color:#00cbcb;
	margin-bottom:0;
}
.box-video img{
	border-radius:10px!important;
}
.box-video .img:after {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: "";
    border: 3px solid #ee5b87;
    border-radius: 10px;
}
.w-40{
	flex-basis: 40%;
	max-width: 40%;
}
.w-20{
	flex-basis: 20%;
	max-width: 20%;
}
.prd-flash .product-small{
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}
.prd-flash .product-small .box-text{
    display: grid;
    grid-template-areas: 'myArea myArea';
    gap: 10px 10px;
    padding: 10px 10px 20px;
    align-items: center;
}
.prd-flash .product-small .box-text .title-wrapper{
	grid-area: myArea;
}
.prd-flash .product-small .box-text .price-wrapper{
	text-align: left;
    width: 100%;
}
.prd-flash .box-text .button{
	margin-top:0;
	padding: 0px 5px;
    font-size: 14px;
}
.sec-prd02 .product-small.box{
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}
.name.product-title{
    font-size: 18px;
    line-height: 1.2;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.price-wrapper{
	padding:10px 0;
}
.sec-review .slide-term .icon-box-img.testimonial-image{
	max-width:300px;
}
.sec-review .slide-term .icon-box-img.testimonial-image img{
	border-radius:0!important;
}
.slide-term .icon-box.testimonial-box{
	align-items:center;
}
.slide-term .icon-box.testimonial-box h3{
	font-size:24px;
	font-weight:500;
}
.icon-box.testimonial-box h5{
	font-style: italic;
	font-weight:300;
}
.sec-contact .wpcf7-spinner{
	display:none;
}
.sec-contact .wpcf7 p{
	display:flex;
	justify-content:center;
}
.sec-contact .wpcf7 input[type="email"]{
	height:50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.sec-contact .wpcf7 .wpcf7-submit{
	    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	height:50px;
}
.prd-flash .product-small .box-text .add-to-cart-button{
	min-width: 130px;
    width: 100%;
}
.nav-divided>li+li>a:after{
	border-color:#fff!important;
}
#shop-sidebar .widget-title{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e58076;
    margin-bottom: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    padding-bottom: 5px;
    display: block;
}
#shop-sidebar .is-divider{
	display:none;
}
#block_widget-2 .sec-wf1{
	background: #a2eded;
    border-radius: 10px;
    padding: 24px 20px 12px 20px;
    box-shadow: 0px 0px 12px 0px rgba(139, 237, 237, 0.2);
    margin-bottom: 24px;
}
#block_widget-2 .sec-wf1 .icon-box-text h3{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
	line-height:1.2;
}
.section.sec-wf2{
	padding:0;
}
#block_widget-2 .sec-wf1 .icon-box-text p{
	font-size: 16px;
    line-height: 1.4;
    color: #e48076;
    font-weight: 600;
}
.section.sec-wf2 .icon-box{
	display: flex;
    align-items: center;
    background: #f0f0f0;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
}
.section.sec-wf2 .icon-box h3{
	font-weight:400;
}
@media(min-width:850px){
	.product-info{
		flex: 0 0 36%;
    	max-width: 36%;
	}
	#product-sidebar{
		flex: 0 0 22%;
    	max-width: 22%;
	}
	.woocommerce-product-gallery__image img{
		height:500px;
		object-fit:cover;
	}
}
@media(max-width:820px){
	.w-40,.w-20 {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media(max-width:480px){
	.w-40,.w-20 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.wpcf7-form.init{
		margin-left:10px;
	}
}