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

/*============ header starts =============*/

.header-nav .social-icons i[class^=icon-] {
	color: green;	
}	
  
  /*sub-menu*/
.sub-menu.nav-dropdown {
  border-radius: 10px;
}


/*============ header ends =============*/


/*============ home page start here =================*/
 /*banner arrows*/
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;   
  opacity: 0;
  color: #fff;
  background-color: transparent;   
  border: 1px solid #fff;  
  transition: all .3s ease-in-out;
}

.uagb-slider-container:hover .swiper-button-prev, .uagb-slider-container:hover .swiper-button-next {
  opacity: 1; 
  color: #fff;
  background-color: transparent; 
}

.uagb-slider-container .swiper-button-prev:hover, .uagb-slider-container .swiper-button-next:hover {
  background-color: #3bb77e;
  color: #fff;
}

 /*featured products*/
 

@media only screen and (min-width: 1200px) {
	.feat-product__wrapper .row, .about__wrapper .row, .feature__wrapper .row {
 	    flex-flow: row nowrap;
        justify-content: space-between;
        gap: 20px;
    }

}
.feat-product__content h4, .feat-product__content p {
	color: #fff;
}


 /*product list*/
  /*title and tab titles*/
 @media only screen and (min-width: 75em) {
 	.tabbed-content .text-center {    
        translate: -485px 50px;
        text-transform: capitalize;
    }

    .tabbed-content .nav-line-bottom.nav-center {    
        translate: 388px;
    }

 }

 .tab a span {
 	font-size: 1.2em;
 }
 .tab a span:active {
 	color: #3BB77E;
 }


.product-small.box {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px;
}

.box-image > img {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    object-fit: cover;
}

.box-text.box-text-products {
	padding: 20px 10px 20px 10px;
}

.product-small.box:hover {
    box-shadow: 0px 0px 24px rgba(178, 180, 187, 0.42);
}

.add-to-cart-button a {
	display: inline-block;     
    padding: 8px 16px;    
    color: #3BB77E;
    text-transform: capitalize;
    border-radius: 2px;
    background-color: #def9ec;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.add-to-cart-button a:hover {
	-webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
	color: #fff;
	background-color: #3BB77E;	
}

 /*brands, Featured Categories*/
.feature-category__slider .swiper-slide .feature-category__item {
 	transition: background-color .3s;
 }
.feature-category__slider .swiper-slide:hover .feature-category__item {
	background-color: #3bb77e;
}
.feature-category__slider .swiper-slide .feature-category__item img {
	transition: all .3s;
}
.feature-category__slider .swiper-slide:hover .feature-category__item img {
	translate: 0 13px;
	transform: scale(1.1);
}
.swiper-slide:hover a {
	color: #3bb77e;
}

 /*Featured Services*/

.feature__item:hover {	
	border: 1px solid #3bb77e;
	border-radius: 6px;
}



/*============ home page ends here =================*/


/*========== shop page, product categories page starts ==================*/
.shop-container .products .product-small {
	padding: 5px;	
}

.shop-container .products .product-small .col-inner {
	border: 1px solid #def9ec;
	border-radius: 4px;
}

.page-title-inner .flex-col.medium-text-center {    
    display: flex;
    align-items: center;
}
/*========== shop page, product categories page ends ==============*/


/*==============product page starts==================*/
.woocommerce-variation-add-to-cart :where(.ux-quantity,.single_add_to_cart_button,.ux-buy-now-button), form.cart :where(.ux-quantity,.single_add_to_cart_button,.ux-buy-now-button) {
    border-radius: 3px;
}

.quantity .button.plus {
	border-radius: 0 3px 3px 0;
}
.quantity .button.minus {
	border-radius: 3px 0 0 3px;
}

.product-info .payment-icons {
    margin-bottom: 10px;
}

/*==============product page ends==================*/


/*========== contact us page starts ============*/
/*form*/
.uagb-block-5f51e593 .uagb-forms-main-form .uagb-forms-input {
	height: 57px;
    padding: 25px;
    border: 0;
}

.uagb-block-5f51e593 .uagb-forms-main-form .uagb-forms-input:focus {	
    border: 1px solid #3bb77e;
}

/*form button*/
.uagb-forms-main-submit-button.wp-block-button__link {
	margin-right: 0;
	margin-bottom: 0;
	background-color: #3bb77e;
	transition: translate .3s;
}

.uagb-forms-main-submit-button.wp-block-button__link:hover {
	translate: 0 -5px;
}

.uagb-block-5f51e593 .uagb-forms-main-form .uagb-forms-main-submit-button-wrap {
    text-align: center;
}

/*========== contact us page ends ============*/


/*========== about us page starts ============*/
.about__wrapper .col-lg-6{flex:0 0 auto;width:50%}

/*.feature .section-header {
	justify-content: center;
}*/

@media (min-width: 1200px)
.col-xl-3 {
/*    flex: 0 0 auto;*/
    flex-basis: calc(25% - 20px);
}


/*testminals*/
.uagb-slider-container.uagb-block-8f4e8330 .swiper-pagination-bullet {
    background-color: #D5D5CF;
}

/*========== about us page ends ===========*/


/*================= footer starts ===================*/
#menu-footer-brands {	
	column-count: 2;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;	
	width: 70%;
}

  /* contact icons position*/
.chaty-i-trigger .chaty-channel {	
  bottom: 85px;
  right: 0;
}
#chaty-widget-0 .chaty-channel-list {     
  bottom: 85px;
/*  right: -6px;*/
}

footer .back-to-top { 
    width: 52px;  
    height: 52px; 
    margin-bottom: 20px;
}

.absolute-footer {
	padding-top: 20px;
	padding-bottom: 40px;
}

span.section-title-main {
	font-size: 0.8em;
}


/*.payment-icon svg {
	display: block;
	width: 30px;
	height: 15px;
}*/

/*================= footer ends ===================*/

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

/*=====shop/category page title=====*/
  
  .breadcrumbs {
	display: none;
  }
  
  /*filter*/
  .category-filtering .filter-button {
  	display: -webkit-flex; 
    display: flex;
    column-gap: 10px;
  }
  .category-filtering .inline-block {
    display: none;
  } 

  /*sort options*/
 .page-title .page-title-inner .flex-col.medium-text-center {
 	display: -webkit-flex; 
    display: flex;
  	justify-content: end;
  	align-items: center;
  }

    .page-title-inner.medium-flex-wrap {
   	   flex-flow: row nowrap;
   	   justify-content: space-between;
  	   align-items: center;
   }

/* ===home===*/
   .feat-product__wrapper .row {
 	    flex-flow: row wrap;
        justify-content: space-between;
        gap: 20px;
    }

/*about page*/
    .about__wrapper .col-lg-6{flex:0 0 auto;width:100%;padding:20px}
    .feature__wrapper .g-4{flex-flow: column nowrap;}
	.feature__wrapper .g-4 .col-sm-6 {padding: 20px}

}

