/*
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.   ***************/
/*revise icon color*/
.feature__item-thumb img, .contact__info-thumb img {
    filter: hue-rotate(31deg);
/*    filter: saturate(60%);*/
/*    filter: brightness(0.16);*/
}

/*============ header starts =============*/
  /*header content width*/
header .container {
    max-width: 1260px;
}
  
  /*sub-menu*/
.sub-menu.nav-dropdown {
    column-count: 3;
    column-gap: 20px;
    border-radius: 10px;
}


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


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

.uagb-slider-container:hover .swiper-button-prev, .uagb-slider-container:hover .swiper-button-next {
  opacity: 1; 
  color: var(--wp--preset--color--white);
  background-color: transparent; 
}

.uagb-slider-container .swiper-button-prev:hover, .uagb-slider-container .swiper-button-next:hover {
  background-color: var(--primary-color);
  color: var(--wp--preset--color--white);
}

 /*featured products*/
 

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

    .feat-product__wrapper .row {       
        display: block;
        column-count: 3;
        gap: 20px;
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
    }  

	.feature__wrapper .row { 	    
        display: block;
        column-count: 4;
        gap: 20px;
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
    } 
}

.feat-product__content h4, .feat-product__content p {
	color: var(--wp--preset--color--white);
}


@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.uagb-block-e47ed440 .wp-block-uagb-container {
    position: sticky;
    top: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #5555551a;
    animation: scale 1s ease-in-out forwards;
    -webkit-animation: scale 1s ease-in-out forwards;
    animation-timeline: view();
    -webkit-animation-timeline: view();
}

.uagb-block-e47ed440 .wp-block-uagb-call-to-action {
    padding: 0 60px;
}

.uagb-block-e47ed440 .uagb-cta__buttons {    
    margin-top: 30px;
}

.about__thumb {
    translate: -30px;
}

.about__content {
    translate: -20px;
    padding: 0 15px;
}



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

    .tabbed-content .nav-line-bottom.nav-center {    
        translate: 430px;        
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #e9eaee;              
    }

    .tabbed-content h4.text-center {
        display: inline-block;
        position: sticky;
        top: -50px;
        z-index: 1;
        line-height: 44px;
        background-color: #e9eaee;                
    }
}

@media only screen and (max-width: 74.99em) {
    .tabbed-content .nav-line-bottom.nav-center {               
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #e9eaee;        
    }    
}

 .tab a span {
 	font-size: 1.2em;
 }
 .tab a span:active {
 	color: var(--primary-color);
 }

.tab a:before {
    margin-bottom: 8px;
}



.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: var(--wp--preset--color--white);
    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: var(--primary-color);
    text-transform: capitalize;
    border-radius: 2px;
    background-color: #E9EAEE;
    -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: var(--primary-color);	
}

 /*-- sticky headings*/



 /*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: var(--primary-color);
}
.feature-category__slider .swiper-slide .feature-category__item img {
	transition: all .3s;
    width: 120px;
}
.feature-category__slider .swiper-slide:hover .feature-category__item img {
	translate: 0 13px;
	transform: scale(1.1);
}
.swiper-slide a {
    color: #fff;
}
.swiper-slide:hover a {
	color: var(--fs-color-success);
}

.feature-category__slider .swiper-slide:nth-child(n) .feature-category__item {
    background-color: var(--fs-color-primary);
}
.feature-category__slider .swiper-slide:nth-child(n):hover .feature-category__item {
    background-color: var(--fs-color-success);
}

 /*Featured Services*/

.feature__item:hover {	
	border: 1px solid var(--primary-color);
	border-radius: 6px;
}

.feature_wrapper g-4 {
    margin-left: 0;
    maring-right: 0;
}


/*============ 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 input {
	height: 57px;       
}

.uagb-block-5f51e593 .uagb-forms-main-form textarea {
    height: 200px;
    line-height: 57px;        
} 

.uagb-block-5f51e593 .uagb-forms-main-form .uagb-forms-input:focus {	
    border: 1px solid var(--primary-color);
}



/*form button*/
.uagb-forms-main-submit-button.wp-block-button__link {
	margin-right: 0;
	margin-bottom: 0;
	background-color: var(--primary-color);
	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;*/

}
/*chaty icon color*/
.chaty-channel svg {
    filter: hue-rotate(-30deg) saturate(30%);
}

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;
}

/*newsletter form*/
@media only screen and (min-width: 997px) {
    div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-medium {
        max-width: 100%;
    }
}

/*================= 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;
    }

}

@media (min-width: 1200px)
body h1 {
    font-size: 2rem;
}
