/* Common CSS */

/* Color for default blog and other */

:root {
  --ft--common-white: #fff;
  --ft--common-black: #031220;
  --ft--common-black-2: #120101;
  --ft--common-black-3: #0C140F;
  --ft--common-black-4: #000000;
  --ft--common-black-5: #0e1133;
  --ft--common-green: #26C089;
  --ft--common-green-2: #3E8454;
  --ft--common-green-3: #27AA4D;
  --ft--common-green-4: #20AD96;
  --ft--common-blue: #EB453B;
  --ft--common-blue-2: #EB453B;
  --ft--common-blue-3: #EB453B;
  --ft--common-blue-4: #EB453B;
  --ft--common-cream: #FFF1E0;
  --ft--common-pink: #FF6470;
  --ft--common-pink-2: #FC4C56;
  --ft--common-orange: #F37F43;
  --ft--common-orange-2: #EE6002;
  --ft--common-orange-3: #FF9F4B;
  --ft--common-purple: #E33CFF;
  --ft--common-purple-2: #E64DFF;
  --ft--common-yellow: #F5B455;
  --ft--common-yellow-2: #F47F42;
  --ft--common-yellow-3: #F4930E;
  --ft--common-yellow-4: #FFAA2C;
  --ft--common-yellow-5: #FF8D00;
  --ft--common-violet: #EB453B;
  --ft--common-violet-2: #A794C8;
  --ft--header-primary: #031220;
  --ft--header-2: #120101;
  --ft--grey-1: #F1F1F1;
  --ft--grey-2: #F5F6F8;
  --ft--grey-3: #F8F8F8;
  --ft--grey-4: #F7F7F7;
  --ft--grey-5: #F5F5F5;
  --ft--grey-6: #DCDCDC;
  --ft--grey-7: #F9F9F9;
  --ft--grey-8: #F4FBF9;
  --ft--grey-9: #F0F8F7;
  --ft--grey-10: #F3F3F3;
  --ft--text-body: #49535B;
  --ft--text-1: #49535B;
  --ft--text-2: #555C63;
  --ft--text-3: #777A7C;
  --ft--text-4: #4B535A;
  --ft--text-5: #4A545C;
  --ft--text-6: #6F7377;
  --ft--text-7: #6B7882;
  --ft--text-8: #788086;
  --ft--text-9: #6B737A;
  --ft--text-10: #828282;
  --ft--text-11: #5F6160;
  --ft--text-12: #565958;
  --ft--text-13: #868D94;
  --ft--text-14: #56595C;
  --ft--text-15: #a1a2ab;
  --ft--theme-1: #EB453B;
  --ft--theme-2: #258E46;
  --ft--theme-3: #007A70;
  --ft--border-1: #dedede;
}

.custom-container {
  padding: 0 !important;
}

/* Gap for elementor and section */

.sec-mar {
  margin: 120px 0 120px 0;
}

@media screen and (max-width: 991px) {
  .sec-mar {
    margin: 80px 0 80px 0;
  }
}

/* Section Padding */

.section{
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .section{
    padding: 80px 0;
  }
}


/* Elementor span problem */

span.elementor-edit-link-title {
  color: #fff;
  display: inline;
}




.feature-product{
  position: relative;
  z-index: 1;
}

.feature-product::after, .feature-product::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 20px;
  z-index: 1;
  opacity: 0;
  transition: width 0.7s ease, height 0.7s ease;
  -moz-transition: width 0.7s ease, height 0.7s ease;
  will-change: width, height;
}

.feature-product::after {
  top: 0;
  left: 0;
  border-left: 2px solid #E9FFA4;
  border-top: 2px solid #E9FFA4;
}

.feature-product::before {
  bottom: 0;
  right: 0;
  border-right: 2px solid #E9FFA4;
  border-bottom: 2px solid #E9FFA4;
}


.feature-product:hover::after,
 .feature-product:hover::before {
  opacity: 1;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.feature-product::after, .feature-product::before {
  border-color: #EB453B !important;
}


.feature-product-shape::after, .feature-product-shape::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #E9FFA4;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.8s ease-in-out 0s;
  -moz-transition: width 0.7s ease, height 0.7s ease;
  will-change: width, height;
}

.feature-product-shape::before {
  bottom: 0;
  right: 0;
}

.feature-product-shape::after {
  top: 0;
  left: 0;
}

.feature-product:hover .feature-product-shape::after, .feature-product:hover .feature-product-shape::before {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.feature-product .e-con:before{
  top: unset !important; 
  left: unset !important;
}

.custom-add-to-cart .button {
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.product-section .product-thumb img{
  width: 100% !important;
}

.product-section a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #eb453b !important;
  max-width: 20px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 0px !important;
}
.product-thumb.scale-animation img {
  width: 100%;
}


ul.d-grid.gap-lg-4.gap-2 li.d-flex.gap-2.text-base {
  color: #212529;
}

.position-sticky{
  position: sticky !important;
  top: 15% !important;
}

@media screen and (max-width: 991px) {
  p{
    font-size: 14px !important;
  }
}

.ft-post-tag a {
  background: transparent !important;
}

.rc__post {
  overflow: hidden;
}

.landing-section ul{
  list-style: none !important;
}
ul.d-flex.align-items-center.text-n100.gap-1.text-base{
  list-style: none !important;
}
ul.d-flex.align-items-center.gap-4{
  list-style: none !important;
}

.boostify-menu .menu-item-has-children > a:after {
  content: "\e136" !important;
  font-family: "Phosphor-Fill" !important;
  padding-left: 5px;
}


.current-menu-ancestor > a {
  background: #F5F9F3 !important;
  color: #000000 !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-wrap: nowrap !important;
  font-family: "Noto Sans", sans-serif !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) ;

  text-transform: uppercase !important;
}
  
.current-menu-item a {
  border: 1px solid rgba(0, 0, 0, 0.06);
 
  background: #F5F9F3 !important;
  color: #000000 !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-wrap: nowrap !important;
  font-family: "Noto Sans", sans-serif !important;
  border-radius: 9999px !important; border: 1px solid transparent !important;
  text-transform: uppercase !important;
}
.boostify-menu a {
  line-height: 30px !important;
}

.admin-bar .boostify-menu-sidebar,
.admin-bar .navbar_elementor,
.admin-bar .offcanvas,
.admin-bar .primary-navbar {
  margin-top: 32px;
}

.admin-bar .boostify--close-menu-side-bar,
.admin-bar .navbar-active {
  margin-top: 32px;
}



@media (min-width: 600px) and (max-width: 782px) {
  
  .admin-bar .navbar-active,
  .admin-bar .offcanvas {
    margin-top: 42px !important;
  }
  
}

@media (min-width: 300px) and (max-width: 782px) {
    .admin-bar .boostify--close-menu-side-bar,
    .admin-bar .offcanvas,
    .admin-bar .boostify-menu-sidebar,
    .admin-bar .navbar_elementor,
    .admin-bar .primary-navbar {
        margin-top: 46px;
    }

    .admin-bar .offcanvas,
    .admin-bar .navbar-active .boostify-menu-sidebar,
    .admin-bar .navbar-active {
        margin-top: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    .admin-bar .navbar-active{
        margin-top: 0;
    }
    
    .admin-bar .boostify-menu-sidebar{
        margin-top: 46px;
    }
}

.boostify-navigation--widget ul.sub-menu li a {
  padding: 0 12px;
}
.current_page_item a{
  border: 1px solid rgba(0, 0, 0, 0.06);
}


.menu-item-has-children{
  padding-right: 0;
}

@media (max-width: 1024px) and (min-width: 992px){
  .boostify-main-navigation{
    order: 0 !important;
  }
}

.header-section{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.scroll-header .she-header{
  padding-top: 7px;
  padding-bottom: 7px;
}
.scroll-header .header-section-default{
  box-shadow: 0px 2px 4px 0px rgba(28, 28, 28, 0.08), 0px 1px 2px 0px rgba(28, 28, 28, 0.04);
}
.boostify-menu .menu-item-has-children .menu-item-has-children a {
  display: flex;
  justify-content: flex-start !important;
}
.boostify-menu .menu-item-has-children .menu-item-has-children .boostify-menu-child {
  top: 100%;
}
.sub-menu li{
  position: relative;
}

.header-section{
  background: transparent !important;
}
.boostify-menu-toggle {
  display: block;
  font-size: 18px !important;
}
.pt-130{
  padding-top: 130px !important;
}

@media screen and (max-width: 991px) {
  .pt-130{
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-130{
    padding-top: 70px !important;
  }
}
.default-header{
  position: absolute !important;
  z-index: 99999 !important;
}
.scroll-header .she-header {
  padding-top: 18px;
  padding-bottom: 18px;
}
.scroll-header .header-default{
  box-shadow: 0px 2px 4px 0px rgba(28, 28, 28, 0.08), 0px 1px 2px 0px rgba(28, 28, 28, 0.04);
}
.service-list-right{
  position: sticky !important;
  top: 15% !important;
}
.service-details{
  overflow: initial !important;
}
.header-search-form input {
  width: 500px !important;
}
@media screen and (max-width: 767px) {
  .mini-cta-banner img{
    height: 550px !important;
  }
}
@media screen and (max-width: 570px) {
  .mini-cta-banner img{
    height: 400px !important;
  }
}
.page-numbers {
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-pagination.mt-5.d-flex.justify-content-center.align-items-center.gap-2 {
  margin-top: 60px !important;
}


#mega-menu-shop {
  position: absolute;
  top: 100%; /* Adjust based on your header height */
  left: 0;
  background: #fff;
  width: 100%; /* Adjust the width of the mega menu */
  padding: 20px;
  z-index: 9999;
  display: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#mega-menu-shop.active {
  display: block;
}
del .woocommerce-Price-amount{
  color: #4D4D4D !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: line-through;
  display: block;
}
ins,del{
  text-decoration: none !important ;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #EB453B !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #EB453B !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd !important;
}
.tagcloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 13px !important;
  font-weight: 500;
  color: var(--ft--text-11);
  background: var(--ft--grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}

ul.product-categories li {
  margin-bottom: 8px;
}
#shop-left-sidebar .sidebar__widget-title {
  padding-bottom: 16px !important;

}
.mb-18{
  margin-bottom: 18px !important;
}
#shop-left-sidebar button.button {
  background: #EB453B !important;
  color: #fff !important;
}

#woocommerce_rating_filter-2  li a::after {
  position: absolute;
  content: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  all: unset !important;
}

.woocommerce-ordering select.orderby {
  padding: 8px;
  border-radius: 5px;
  border-color: #0000000d !important;
}

.woocommerce.single-product .product .images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background: #E8E8E8 !important;
}

table.variations tr th {
  margin-top: 16px;
}
.quantity input.qty {
  border: none;
  width: 70px !important;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}
blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  color: #EB453B;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
  font-weight: 600;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #EB453B;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
blockquote cite {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 500;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}
.cus_blog_btn_secondary, .woocommerce ul.products li.product .added_to_cart {

  margin:0 !important;
}
.woocommerce a.added_to_cart {
   padding-top: 0 !important;
 
}
.cart button.single_add_to_cart_button.button.alt {
  padding: 0px 20px !important;
  border-radius: 5px;
}

section.inner-hero-section {
  background: #D5D5D4;
}
@media screen and (max-width: 1024px) {
  .postbox__title a {
    font-size: 24px !important;
    line-height: 1.2 !important;
}
}
@media screen and (max-width: 767px) {
  .postbox__title a {
    font-size: 20px !important;
    line-height: 1.2 !important;
}
}

.wp-block-query-pagination-numbers {
  display: flex;
}

ul.d-grid.gap-lg-4.gap-2.text-base.fw-normal {
  margin-left: 22px;
}

ul.d-grid.gap-lg-6.gap-4 {
  list-style: none;
}

 .woocommerce #review_form #respond p input {
  padding: 0 20px !important;

}

.preloader{
  z-index: 99999999;
}

@media screen and (max-width: 1687px) {
  .header-search-form input {
    width: 355px !important;
}
}
@media screen and (max-width: 1595px) {
  .header-search-form input {
    width:200px !important;
}
}
@media screen and (max-width: 1440px) {
  .header-search-form input {
    width: 145px !important;
}
}
@media screen and (max-width: 1367px) {
  .header-search-form input {
    width: 145px !important;
}
}

.product-thumb-wrapper span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

section.hero-section-2 {
  padding-top: 45px !important;
}

#woocommerce_rating_filter-1 ul{
  list-style: none !important;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  all: unset !important;
}

.woocommerce-ordering select.orderby {
  padding: 8px;
  border-radius: 5px;
  border-color: #0000000d !important;
}

.woocommerce.single-product .product .images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background: #E8E8E8 !important;
}

table.variations tr th {
  margin-top: 16px;
}
.quantity input.qty {
  border: none;
  width: 70px !important;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}
blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  color: #EB453B;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
  font-weight: 600;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #EB453B;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
blockquote cite {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 500;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}
.cus_blog_btn_secondary, .woocommerce ul.products li.product .added_to_cart {

  margin:0 !important;
}
.woocommerce a.added_to_cart {
   padding-top: 0 !important;
 
}
.cart button.single_add_to_cart_button.button.alt {
  padding: 0px 20px !important;
  border-radius: 5px;
}

section.inner-hero-section {
  background: #D5D5D4;
}
@media screen and (max-width: 1024px) {
  .postbox__title a {
    font-size: 24px !important;
    line-height: 1.2 !important;
}
}
@media screen and (max-width: 767px) {
  .postbox__title a {
    font-size: 20px !important;
    line-height: 1.2 !important;
}
}

.wp-block-query-pagination-numbers {
  display: flex;
}

ul.d-grid.gap-lg-4.gap-2.text-base.fw-normal {
  margin-left: 22px;
}

ul.d-grid.gap-lg-6.gap-4 {
  list-style: none;
}

 .woocommerce #review_form #respond p input {
  padding: 0 20px !important;

}

.preloader{
  z-index: 99999999;
}

@media screen and (max-width: 1687px) {
  .header-search-form input {
    width: 355px !important;
}
}
@media screen and (max-width: 1595px) {
  .header-search-form input {
    width:200px !important;
}
}
@media screen and (max-width: 1440px) {
  .header-search-form input {
    width: 145px !important;
}
}
@media screen and (max-width: 1367px) {
  .header-search-form input {
    width: 145px !important;
}
}

section.hero-section-2 {
  padding-top: 45px !important;
}