/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* header */
body {
  font-family: "Open Sans";
}
.elementor-element-c568ebf,
.elementor-element-d2cb028 {
  z-index: 99999;
}

/* mega menu */

.post-3350 .entry-title {
  display: none;
}

.mega-menu-temp h2 a,
.mega-menu-temp button {
  text-transform: uppercase;
  font-weight: bold;
}
.mega-menu-temp h2 a:hover {
  color: #e5097f !important;
}

.e-n-tab-title-text::after {
  content: "\25B6";
  margin-left: 40px;
  font-size: 8px;
  color: #333;
  display: inline-block;
}

.sub-menu li a {
  text-transform: uppercase;
  font-weight: bold !important;
}

/* .selected .e-n-tab-title-text::after {
    color: #fff!important;
} */

#e-n-tab-content-1694763101 {
  height: 400px;
  min-height: 400px;
  overflow-y: auto !important;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

/* Optional: Styling the scrollbar for WebKit-based browsers (Chrome, Safari, Edge) */
#e-n-tab-content-1694763101::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

#e-n-tab-content-1694763101::-webkit-scrollbar-track {
  background: #f5f5f5; /* Background of the scrollbar track */
}

#e-n-tab-content-1694763101::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; /* Rounded corners for the thumb */
  border: 2px solid #f5f5f5; /* Space around the thumb */
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #0000;
}

/* .e-n-tabs-heading::before{
	content: '';
    border-left: 1px solid rgb(204, 204, 204);
    width: 10px;
    height: 100%;
    position: absolute;
    left: 20%;
} */
.e-n-tab-title:hover {
  color: #fff !important;
  background: #e5097f !important;
}

/* .e-n-tab-title.selected{
	color:#e5097f!important;
} */
/* main slide */

.circle {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 2px 10px;
}
.circle:first-child {
  margin-left: 0px;
}
.slide-circle-container {
  display: flex;
  margin: 10px 0px;
  justify-content: center;
  z-index: 1;
}
.ban-img-div {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  justify-content: space-between;
}

.ban-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Black overlay with 50% opacity */
  z-index: 1;
}

.home .ban-img-div.sec-ban,.page-id-79 .ban-img-div.sec-ban{
  max-height: 600px;
}

.home .product a,.page-id-79 .product a{
  padding: 9px 12px;
}
.ban-title {
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-top: 20px;
  z-index: 1;
}

.home_slide .elementor-slide-description {
  position: relative;
}

/* .home_slide .slide-circle-container{
	position:absolute;
	margin-top:100px;
} */
.home .swiper-slide-inner,.page-id-79 .swiper-slide-inner{
  display: block !important;
  padding: 0px;
}
.slide-circle-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
/* categry filter */

.category-filter ul {
  list-style: none;
  padding: 0px;
}

.category-filter ul li a {
  background-color: #f9f9f9 !important;
}
.category-filter ul li {
  /* 	background-color: #f9f9f9 !important; */
  margin: 10px 0px 10px 0px;
  /*padding: 13px;*/
  border-radius: 6px;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
}

.category-filter ul li a:hover {
  background-color: rgba(229, 9, 127, 0.1) !important;
}

.category-filter ul li a:hover {
  color: rgba(43 42 41, 1) !important;
}

/* .category-filter ul li.active{
	background-color:rgba(229, 9, 127, 0.1)!important;
	color:rgba(229, 9, 127, 1)!important;
} */

.category-li.Uncategorized {
  display: none;
}

.category-filter ul li.active > a {
  color: rgba(43, 42, 41, 1) !important;
  background-color: rgba(229, 9, 127, 0.1) !important;
  border-radius: 4px 4px 0 0;
}

.category-link {
  margin-bottom: 10px;
}

.category-filter ul li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0;*/
  border-radius: 4px;
  color: #58585a;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 13px !important;
}
.hamburger {
  background: none;
  border: none;
  font-size: 24px; /* Adjust size as needed */
  cursor: pointer;
  display: none; /* Hidden by default */
}

.subcategory-list {
  display: none;
}

.has-active-subcategory {
  display: block !important;
}
.subcategory-li {
  padding-left: 10px !important;
}

.arrow-icon {
  margin-left: 5px;
  font-size: 0.8em;
  transition: transform 0.2s;
  display: inline-block;
}

/*.category-li.active .arrow-icon {
    transform: rotate(180deg);  Rotate the arrow when active
}*/

.home_our_brands img {
  border-radius: 30px;
  width: 200px;
  height: 200px;
  object-fit: contain;
  background-color: #fff;
}
/* Product page */

.single-product .single_add_to_cart_button {
  background-color: #e5097f !important;
  border-radius: 30px !important;
  padding: 13px 24px !important;
  border: 2px solid #e5097f !important;
}

.single-product .single_add_to_cart_button:hover {
  background-color: #00000000 !important;
  color: #333333 !important;
}

.single-product .related.products li,
.woocommerce-cart .wc-block-grid__products li {
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 11px;
  padding: 30px 30px 30px 30px !important;
  border-color: #efefed;
}

.single-product .related.products img,
.woocommerce-cart .wc-block-grid__products img {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #d0d1d6 !important;
  border-radius: 9px 9px 9px 9px !important;
  padding: 15px;
}

.single-product a.button,
.single-product .submit {
  color: #ffffff !important;
  background-color: #3b2a29 !important;
  border-color: #3b2a29 !important;
  font-family: "Open Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  border-radius: 30px 30px 30px 30px !important;
}

.post-type-archive-product .product h2 {
  min-height: 60px;
}
/* .about_us_img img{
	max-height:500px;
	object-fit:cover;
} */
.elementor-299 .elementor-element.elementor-element-3bdcf3f img {
  max-height: 500px;
  object-fit: cover;
}
/* cart */

.woocommerce-cart .wc-block-grid__products li {
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  max-width: 21.05% !important;
}

.woocommerce-cart .wc-block-grid__product-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(88, 88, 90);
  text-decoration: underline;
  line-height: 19.2px;
  text-decoration-color: #fff;
  min-height: 42px;
}

.woocommerce-cart .wc-block-grid__products li:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.woocommerce-cart main {
  min-height: 45vh;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-cart .price,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-subtotal-block,
.woocommerce-cart .wc-block-components-totals-footer-item,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.woocommerce-cart .wc-block-cart-items__header-total,

.woocommerce-checkout .wc-block-checkout__shipping-option,
.woocommerce-checkout .wc-block-checkout__payment-method,
.wc-block-components-checkout-order-summary__title,
.woocommerce-checkout .price,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block,
.woocommerce-checkout .wc-block-components-totals-wrapper:last-child,
.woocommerce-checkout .wc-block-components-order-summary-item__individual-price,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-shipping-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-shipping-fields
/*.woocommerce-checkout .wc-block-checkout__shipping-fields*/
/*.woocommerce-checkout .wc-block-checkout__order-notes*/
/* .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block */

{
  display: none !important;
}

.follow_us h2:after {
  width: 23% !important;
}
.follow_us li:nth-child(2) svg {
  fill: #fff !important;
}
.follow_us li:nth-child(3) svg {
  fill: #fff;
}
.follow_us li:nth-child(1) svg {
  fill: #fff !important;
}
.follow_us li svg:hover {
  fill: #e5097f !important;
}
.woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
  display: block !important;
}
/* thank you page */

.woocommerce-order-received .total,
.woocommerce-order-received tfoot tr:first-child,
.woocommerce-order-received tfoot tr:last-child,
.woocommerce-order-received .product-total .amount {
  display: none;
}
/* about */

.our_strength .elementor-icon-box-description {
  display: none;
  transition: transform 5s ease;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.our_strength .elementor-icon-box-description.active {
  display: block !important;
  opacity: 1;
  transform: scale(1);
}

.our_strength .elementor-icon-box-wrapper {
  cursor: pointer;
}

/* header menu */
.elementor-element-c568ebf {
  z-index: 999 !important;
}

/* career */

.apply_now {
  display: none;
}

.elementor-repeater-item-6bad538 .swiper-slide-contents,
.elementor-repeater-item-a56fc42 .swiper-slide-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.elementor-repeater-item-6bad538 .elementor-slide-heading,
.elementor-repeater-item-a56fc42 .elementor-slide-heading {
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-top: 20px;
}

.archive.tax-product_cat .product-con ul {
  display: none;
}

.archive.tax-product_cat .product-con ul.custom-category-products {
  display: grid !important;
}

.archive.tax-product_cat .product-con h2 {
  margin: 35px 0px;
  color: #3b2a29;
  font-size: 30px;
}

.woocommerce-shop .woocommerce h3 {
  margin: 35px 0px;
  color: #3b2a29;
  font-size: 30px;
}

.woocommerce-shop .woocommerce h3 {
  color: #3b2a29;
}
.archive.tax-product_cat .product-con h2.heading1 {
  margin: 0px 0px 35px 0px;
}

.brand-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #3b2a29;
}

.sec-ban3 {
  position: relative;
  width: 100%;
  height: 600px; /* Combined height for both images on larger screens */
  background-image: url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/Raw-chicken.jpg"),
    url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/meat.jpg");
  background-size: 100% 50%, 100% 50%; /* Each image takes 50% of the height */
  background-position: top, bottom; /* First image on top, second image at the bottom */
  background-repeat: no-repeat;
}

/* brands */

.brand-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

.brands-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 31px;
  max-width: 200px;
  min-width: 200px;
  max-height: 225px;
  min-height: 225px;
}

.brand-item a {
  width: 150px;
  text-align: center;
}

.brand-row:last-child {
  justify-content: right !important;
}
.brand-row img {
  max-width: 150px;
  max-height: 150px;
  height: 150px;
  object-fit: contain;
}

.sec-ban2-des {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/Paneer.jpg"),
    url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/butter.-1.jpg");
  background-size: 50% 100%, 50% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
}
.sec-ban3-des {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/Raw-chicken.jpg"),
    url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/meat.jpg");
  background-size: 50% 100%, 50% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
}
.sec-ban2 {
  position: relative;
  width: 100%;
  height: 600px; /* Combined height for both images on larger screens */
  background-image: url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/Paneer.jpg"),
    url("https://selvarani.steppingstones.in/wp-content/uploads/2024/11/butter.-1.jpg");
  background-size: 100% 50%, 100% 50%; /* Each image takes 50% of the height */
  background-position: top, bottom; /* First image on top, second image at the bottom */
  background-repeat: no-repeat;
}

/*suggestions */

.suggestions-carousel {
  display: flex;
}

.product-slide {
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 11px;
  padding: 30px 26px 30px 26px;
  border-color: #efefed;
  margin: 0px 15px;
}

.suggestions-carousel h4 {
  color: #58585a;
  font-size: 16px;
  padding: 0.5em 0;
  min-height: 64px;
  line-height: 25px;
  font-weight: bold;
}

.product-suggestions h3 {
  margin-bottom: 30px;
  margin-left: 0px;
  font-size: 25px;
  color: #3b2a29;
}
.product-slide img {
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
  object-fit: contain;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d0d1d6;
  border-radius: 9px 9px 9px 9px;
  padding: 17px 36px;
  margin-bottom: 1em;
}

.product-slide a {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  text-align: center;
}
.suggestions-carousel .add-to-cart .button {
  background: #3b2a29 !important;
  color: #fff;
  border: 2px solid #3b2a29 !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 30px 30px 30px 30px;
		margin-top:1em;

}

.suggestions-carousel .add-to-cart .button:hover {
  background: #e5097f !important;
  color: #fff !important;
  border: 2px solid #e5097f !important;
}
.products.columns-3 .post-2234.product_cat-caramel-topping {
  display: none !important;
}

@media (min-width: 768px) {
  .archive ul.products li.product img {
    min-height: 196px;
    max-height: 196px;
    height: 196px;
  }

  #mega-menu-item-5456.mega-menu-item .mega-sub-menu a {
    font-size: 1rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 0.5rem 1rem !important;
  }
  #mega-menu-item-5456.mega-menu-item .mega-sub-menu a:hover {
    color: #fff !important;
    background-color: #e5097f !important;
  }
  #mega-menu-item-5456.mega-menu-item .mega-sub-menu {
    margin-top: 15px !important;
  }
}

@media (max-width: 768px) {
  .checkout.woocommerce-checkout {
    margin: 20px 10px 50px 13px !important;
  }
  .product-slide {
    margin: 0px 5px;
  }

  .xoo-wsc-icon-cart2 {
    font-size: 23px !important;
    color: #58585a !important;
  }

  .elementor-element-d2cb028 {
    justify-content: center;
  }

  span.xoo-wsc-sc-count {
    height: 17px !important;
    line-height: 21px !important;
    width: 17px !important;
    font-size: 11px !important;
    position: absolute;
    top: -4px;
    right: -1px;
  }
  .archive.tax-product_cat .product-con h2 {
    text-align: center;
  }

  .product-suggestions h3 {
    text-align: center;
  }

  .archive ul.products li.product img {
    min-height: 273px;
    max-height: 273px;
    height: 273px;
  }
}
/* @media only screen and (min-width: 1200px) {
    .new_home_slide .elementor-repeater-item-6bad538 .swiper-slide-inner {
        width: 1140px !important;
    }
} */

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-63 .elementor-element.elementor-element-86e0975 {
    --width: 7%;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0px 4px 0px 8px !important;
    font-size: 10px !important;
  }
}
/* 150% */
@media only screen and (min-width: 1270px) and (max-width: 1366px) {
  .ban-img-div {
    display: flex;
    flex-direction: column;
    max-height: 220px;
  }
  .home .ban-img-div.sec-ban,.page-id-79 .ban-img-div.sec-ban{
    max-height: 440px;
  }
  .circle {
    width: 80px;
    height: 80px;
  }
  .elementor-repeater-item-6bad538.swiper-slide,
  .elementor-repeater-item-a56fc42.swiper-slide {
    height: 440px !important;
  }

  .home_slide {
    min-height: 440px !important;
    max-height: 440px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .ban-img-div.sec-ban,.page-id-79 .ban-img-div.sec-ban{
    max-height: 375px !important;
  }

  .circle {
    width: 75px;
    height: 75px;
  }

  .brands-container {
    justify-content: center;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .circle {
    width: 4vh;
    height: 4vh;
    margin: 2px 3px;
  }
  .ban-title {
    font-size: 20px;
  }
  .ban-img-div {
    max-height: 110px;
  }
  .ban-img-div.sec-ban.sec-ban2,
  .ban-img-div.sec-ban.sec-ban3 {
    max-height: 330px;
    height: 330px !important;
  }
  .ban-img-div.sec-ban {
    max-height: 165px;
    height: 165px !important;
  }
  .slide-circle-container {
    display: flex;
    margin: 5px 0px 10px 0px;
  }
  .ban-title {
    margin: 10px 0px 0px 0px;
  }
  .home_slide .slide-circle-container {
    margin-top: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home_slide .slide-circle-container {
    position: relative;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0 0 1em !important;
  }
  .category-list {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    /* z-index: 1000;*/
    z-index: 10;
  }
  .category-list.show {
    display: block;
  }
  .hamburger {
    display: block;
  }
  /* home page */
  .home .swiper-slide-inner,.page-id-79 .swiper-slide-inner{
    text-align: center !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  /* .productmenuclass > .sub-menu{
        max-height: 200px;
        overflow-y: scroll;
    } */
  .sub-menu .sub-menu {
    max-height: 300px;
    overflow-y: scroll;
  }
  .has-submenu.highlighted .sub-arrow path {
    fill: #fff;
  }
  .e-n-tab-title {
    max-height: 40px !important;
  }
}
/*
.productmenuclass .activeadd.sub-menu{
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: visible;
    overflow-x: visible;
    max-width: 100% !important;
    min-width: 250px !important;
}
.productmenuclass .activeadd.sub-menu .sub-menu{
    margin-left: 0px !important;
    margin-top:0px !important;
    position: relative;
    max-width: 100% !important;
}*/

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-cart .add_to_cart_button.ajax_add_to_cart,#place_order {
  background: #3b2a29;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #3b2a29;
}
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-cart .add_to_cart_button.ajax_add_to_cart:hover,
#place_order:hover {
  background: #e5097f;
  color: #fff;
  border: 2px solid #e5097f;
}
.woocommerce-cart .wc-block-cart__submit-button:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
.woocommerce-cart .add_to_cart_button.ajax_add_to_cart:focus,#place_order:focus {
  box-shadow: none !important;
}
button:hover {
  color: #3b2a29;
}

.tax-brand .category-li {
  margin: 0px 0px 10px 0px !important;
}

.mega-toggle-on #menu-overlay {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  /*.elementor-90 .elementor-element.elementor-element-c237ba7 .elementor-element-b7d8099 h2:after{

    }*/
  .elementor-90
    .elementor-element.elementor-element-c237ba7
    .elementor-element-b7d8099
    h2:after,
  .elementor-90
    .elementor-element.elementor-element-c237ba7
    .elementor-element-022ef5d
    h2:after {
    width: 15% !important;
  }
  /* 	.about_us_img img{
		max-height:250px;
		object-fit:cover;
	} */
  .about_icon1 .elementor-icon:after,
  .about_icon2 .elementor-icon:after,
  .about_icon4 .elementor-icon:after,
  .about_icon3 .elementor-icon:after,
  .about_icon5 .elementor-icon:after,
  .about_icon6 .elementor-image-box-img:after,
  .about_icon7 .elementor-icon:after {
    top: 17px !important;
    left: 22px !important;
  }
  .elementor-299 .elementor-element.elementor-element-bb6077e img {
    max-height: 250px;
    object-fit: cover;
  }
  .woocommerce-cart .wp-block-woocommerce-filled-cart-block {
    display: block;
    max-width: 100vw;
    margin: 0 auto;
  }
  .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row,
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .woocommerce-cart main#content {
    overflow: hidden;
  }
  .elementor-384 .elementor-element.elementor-element-b9c4b44 h2:after {
    top: 40px !important;
  }
  .single-product #main {
    margin-top: 20px !important;
  }
  .single-product .related.products li {
    padding: 12px !important;
  }
  .abt_homeimg img {
    max-height: 250px;
  }

  /* brands */
  .brands-container {
    justify-content: center;
    gap: 0px;
  }

  .brand-row {
    display: block;
  }
}
.elementor-90
  .elementor-element.elementor-element-c237ba7
  .elementor-element-022ef5d
  h2:after {
  width: 25%;
}
.wc-block-cart-item__total {
  display: none;
}
/*.new_home_slide .elementor-button*/
.btncssadd a.elementor-button,
.btncssadd a.add_to_cart_button,
.btncssadd button.add_to_cart_button,
.single-product a.add_to_cart_button,
.single-product .add_to_cart_button,
.single-product .single_add_to_cart_button {
  background: #3b2a29 !important;
  color: #fff;
  border: 2px solid #3b2a29 !important;
}
.btncssadd a.elementor-button:hover,
.btncssadd a.add_to_cart_button:hover,
.single-product a.add_to_cart_button:hover,
.single-product .add_to_cart_button:hover,
.btncssadd button.add_to_cart_button:hover,
.single-product .single_add_to_cart_button:hover,
.single-product .submit:hover {
  background: #e5097f !important;
  color: #fff !important;
  border: 2px solid #e5097f !important;
}

.related button.add_to_cart_button {
  background: #3b2a29 !important;
  color: #fff;
  border: 2px solid #3b2a29 !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 30px 30px 30px 30px;
  margin-top: 1em;
}
.iconcolor_change .e-fas-check {
  color: #fff !important;
  fill: #fff !important;
}
.single-product #main {
  margin-top: 50px;
}
.single-product .woocommerce-loop-product__title {
  color: #58585a;
  min-height: 54px;
}
.single-product ul.products li.product:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-90
  .elementor-element.elementor-element-0ea6456
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active,
.elementor-90
  .elementor-element.elementor-element-885918b
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active {
  text-shadow: 0 0 #2b2a29;
}

span.xoo-wsc-sc-count {
  height: 17px !important;
  line-height: 21px !important;
  width: 17px !important;
  font-size: 11px !important;
  position: absolute;
  top: -7px;
  right: -6px;
  line-height: 0px;
  /* padding: 4px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.xoo-wsc-btn {
  border-radius: 50px;
}
.xoo-wsc-product {
  border-radius: 11px !important;
  border: 1px solid #efefed !important;
}
.xoo-wsc-pname a:hover {
  color: #e5097f;
}
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout {
  background-color: #e5097f !important;
  color: #fff !important;
  border: 2px solid #e5097f !important;
}
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart:hover {
  background-color: transparent !important;
  color: #000 !important;
  border: 2px solid #2b2a29 !important;
}
.category-li.All.Products {
  display: none;
}
.mob_carticon_head,
.mob_phoneicon_head {
  position: relative;
}
.mob_carticon_head {
  left: 8px;
  top: 5px;
}
.mob_phoneicon_head {
  left: 8px;
  top: 3px;
}
.hamburger {
  color: #fff !important;
  background-color: #58585a !important;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 20px;
}
.abt_homeimg img {
  object-fit: cover;
  max-height: 500px;
}
.about_why .elementor-icon:after,
.about_why .elementor-image-box-img:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e5097f;
  opacity: 0.1;
  border-radius: 50px;
}

.about_why svg {
  fill: none;
  stroke: #e5097f;
  stroke-width: 17px;
  overflow: visible;
}

.about_icon1 .elementor-icon:after,
.about_icon2 .elementor-icon:after,
.about_icon4 .elementor-icon:after {
  top: 50px;
  left: 22px;
}
.page-id-5093 .about_icon1 .elementor-icon:after,
.page-id-5093 .about_icon2 .elementor-icon:after,
.page-id-5093 .about_icon3 .elementor-icon:after {
  top: 20px;
}

.page-id-5093 .about_icon4 .elementor-icon:after {
  top: 25px;
}
.about_icon3 .elementor-icon:after {
  top: 50px;
  left: 13px;
}

.about_icon5 .elementor-icon:after {
  top: 20px;
  left: 13px;
}

.about_icon6 .elementor-image-box-img:after {
  top: 15px;
  left: 15px;
}

.about_icon7 .elementor-icon:after {
  top: 32px;
  left: 15px;
}

@media (min-width: 768px) and (max-width: 920px) {
  .about_icon1 .elementor-icon:after {
    top: 111px;
    left: 22px;
  }
  .about_icon2 .elementor-icon:after {
    top: 65px;
    left: 22px;
  }

  .about_icon4 .elementor-icon:after {
    top: 65px;
    left: 22px;
  }

  .about_icon3 .elementor-icon:after {
    top: 89px;
  }
  .about_icon6 .elementor-image-box-img:after {
    top: 25px;
  }

  .ban-img-div {
    max-height: 196px !important;
  }
  .ban-title {
    font-size: 24px;
  }
}

/* new home style */

.custom-background-section,
.new-home-sec-section,
.new-home-our-brands {
  position: relative;
  overflow: hidden;
}

.custom-background-section::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 1162px;
  width: 900px;
  height: 900px;
  background: rgba(12, 178, 118, 0.9);
  /* clip-path: ellipse(61% 68% at 94% 60%); */
  z-index: 0;
  border-radius: 50% 50% 50% 50%;
}

.custom-background-section .elementor-container,
.new-home-sec-section .elementor-container {
  position: relative;
  z-index: 1; /* Ensure content appears above the background */
}

.new-home-sec-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 800px;
  height: 800px;
  background: #088c5c;
  /* clip-path: ellipse(61% 68% at 94% 60%); */
  z-index: 0;
  border-radius: 50% 50% 50% 50%;
}

.new-home-our-brands::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 1195px;
  width: 800px;
  height: 800px;
  background: rgba(12, 178, 118, 0.9);
  /* clip-path: ellipse(61% 68% at 94% 60%); */
  z-index: 0;
  border-radius: 50% 50% 50% 50%;
}

/* .newhome-our-clients::before {
  content: "";
  position: absolute;
  top: -2%;
  width: 700px;
  height: 700px;
  background: #088c5c;
  /* clip-path: ellipse(61% 68% at 94% 60%);
  z-index: 0;
  border-radius: 50% 50% 50% 50%;
  left: -266px;
} */
.new-home-our-brands .elementor-swiper-button-prev,
.new-home-our-brands .elementor-swiper-button-next {
  background: #000;
  padding: 6px;
  border-radius: 49px;
}

.newhome-our-clients .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 28px;
}

#valuable-caro img {
  border: 1px solid #088c5c;
  padding: 14px;
  height: 154px;
  border-radius: 9px;
}

#valuable-caro .swiper-slide-inner:hover img {
  border: 1px solid transparent !important;
}
.custom-background-section1 .about_icon3 svg path,
.custom-background-section1 .about_icon1 svg path {
  -webkit-animation: wrench 10s ease infinite;
  animation: wrench 10s ease infinite;
}

.blog-sec1 .elementor-post__read-more {
  background: #3b2a29;
  color: #fff;
  border: 2px solid #3b2a29;
  padding: 9px 12px;
  border-radius: 30px;
}
.blog-sec1 .elementor-post__read-more:hover {
  background-color: #e5097f;
  border-color: #e5097f;
}
@keyframes wrench {
  0%,
  100% {
    transform: rotate(-12deg);
  }

  8%,
  28%,
  48%,
  68% {
    transform: rotate(24deg);
  }

  18%,
  38%,
  58% {
    transform: rotate(-24deg);
  }

  75% {
    transform: rotate(0deg);
  }
}

.custom-background-section1 .about_icon2 svg path,
.custom-background-section1 .about_icon4 svg path,
.custom-background-section1 .about_icon7 svg path,
.custom-background-section1 .about_icon5 svg path {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.custom-background-section1 .about_icon6 svg path {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

@media only screen and (max-width: 768px) {
  .custom-background-section::before {
    content: "";
    position: absolute;
    top: 18%;
    left: -42%;
    width: 100vh;
    height: 1000px;
    background: rgba(12, 178, 118, 0.9);
    /* clip-path: ellipse(61% 68% at 94% 60%); */
    z-index: 0;
    border-radius: 50% 50% 50% 50%;
  }

  .new-home-sec-section::before {
    display: none;
  }

  .newhome-our-clients .swiper-pagination {
    display: none;
  }
  .about_icon6 .elementor-image-box-wrapper {
    display: flex;
  }
  .about_icon6 .elementor-image-box-content {
    margin-right: 25px;
  }
}

/* 150% */
@media only screen and (min-width: 1270px) and (max-width: 1366px) {
  .custom-background-section::before {
    content: "";
    position: absolute;
    top: -40%;
    left: 635px;
    width: 900px;
    height: 900px;
    background: rgba(12, 178, 118, 0.9);
    /* clip-path: ellipse(61% 68% at 94% 60%); */
    z-index: 0;
    border-radius: 50% 50% 50% 50%;
  }
  .new-home-our-brands::before {
    content: "";
    position: absolute;
    top: 8%;
    left: 635px;
    width: 700px;
    height: 700px;
  }

  .home_our_brands img {
    border-radius: 30px;
    width: 55vh;
  }
}

/* 125% */

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .new-home-our-brands::before {
    content: "";
    position: absolute;
    top: 8%;
    left: 848px;
    width: 700px;
    height: 700px;
  }

  .home_our_brands img {
    border-radius: 30px;
    width: 49vh;
  }
}
.retail_homenew_img img {
  max-height: 323px;
  object-fit: cover;
}
@media only screen and (max-width: 1367px) {
  .retail_homenew_img img {
    max-height: 204px;
  }
}
.elementor-63
  .elementor-element.elementor-element-c568ebf:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-90
  .elementor-element.elementor-element-c237ba7:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-90
  .elementor-element.elementor-element-062c58b:not(
    .elementor-motion-effects-element-type-background
  ) {
  background: #ea5c17;
  background: linear-gradient(
    13deg,
    rgba(240, 151, 46, 1) 0%,
    rgba(232, 64, 45, 1) 00%,
    rgba(248, 206, 51, 1) 0%,
    rgba(231, 91, 40, 1) 100%
  );
}
/*
.elementor-element-6fb750a.mega-menu-temp .elementor-element-063a6f3{
        left: 420px;
}
}

  #e-n-tab-content-65308031.e-active .hidegrid{
#e-n-tab-content-65308031.e-active .hidedef{
  display: block;
}
  */
.hidegrid {
  display: none;
}
.elementor-element-063a6f3 .e-n-tabs-heading {
  left: 490px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.horeca-menu,
.retail-menu {
  display: none;
}
.elementor-element-6fb750a.mega-menu-temp ul.products li.product {
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 11px;
  padding: 20px !important;
  border-color: #efefed;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-element-6fb750a.mega-menu-temp ul.products li.product img {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e5097f;
  border-radius: 9px 9px 9px 9px;
}
.elementor-element-6fb750a.mega-menu-temp
  ul.products
  li.product
  .add_to_cart_button {
  color: #ffffff;
  background: #3b2a29 !important;
  border: 2px solid #3b2a29 !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 30px 30px 30px 30px;
  padding: 4px 8px;
}
.elementor-element-6fb750a.mega-menu-temp
  ul.products
  li.product
  .add_to_cart_button:hover {
  background-color: #e5097f !important;
  border-color: #e5097f !important;
}
.xoo-wsc-ft-totals,
.xoo-wsc-sc-subt {
  display: none;
}

.xoo-wsc-icon-cart2 {
  font-size: 20px;
  color: #fff;
}
.woocommerce-checkout-review-order-table tfoot ,.product-total,.wc_payment_methods.payment_methods,
.woocommerce-privacy-policy-text,#order_comments_field,#order_review_heading,
.woocommerce-order-details tfoot,
.woocommerce-column.woocommerce-column--2{
    display: none;
}
.checkout.woocommerce-checkout{
  margin: 30px 0px 50px 5px;
}
.woocommerce-page .col2-set .col-1{
  width: 100%;
  margin-bottom: 30px;
}

.tax-product_cat.term-retail li.no-child ,
.tax-brand.term-kwality-walls-retail li.no-child,
.tax-brand.term-milky-mist-retail li.no-child,
.tax-brand.term-harima-retail li.no-child,
.tax-brand.term-switz-retail li.no-child,
.tax-brand.term-bisleri-retail li.no-child,
.tax-brand.term-venkys-retail li.no-child,
.tax-brand.term-habit-retail li.no-child,
.tax-brand.term-ifb-retail li.no-child,
.tax-brand.term-itc-retail li.no-child,
.tax-brand.term-veeba-retail li.no-child,
.tax-brand.term-mccain-retail li.no-child,
.tax-brand.term-buffet-retail li.no-child
{
  display: none;
}

.woocommerce ul.products li.product form.cart,
.product-suggestions form.cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
quantity-buttons,
.cart .quantity,
.xoo-wsc-qtb-square {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f9f9f9 !important;
  border-radius: 4px;

  /* border: 1px solid #ccc; */
}

.summary .cart {
  display: flex;
  align-items: center;
}

.quantity-buttons input.qty,
.cart .quantity input.qty,
.xoo-wsc-qtb-square input {
  width: 50px;
  text-align: center !important;
  border: 0px !important;
  background: #f9f9f9 !important;
  padding: 6px 6px !important;
  color: #58585a !important;
  min-width: 50px !important;
}

.quantity-buttons .plus,
.quantity-buttons .minus,
.cart .quantity .plus,
.cart .quantity .minus,
.xoo-wsc-plus.xoo-wsc-chng,
.xoo-wsc-minus.xoo-wsc-chng {
  background-color: unset !important;
  border: 0px solid #ccc;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 16px;
  /* font-weight: bold; */
  border-radius: 0px;
  color: #58585a;
}

/* Chrome, Safari, Edge */
.quantity-buttons input[type="number"]::-webkit-inner-spin-button,
.quantity-buttons input[type="number"]::-webkit-outer-spin-button ,
.xoo-wsc-qty-box input[type="number"]::-webkit-outer-spin-button,
.xoo-wsc-qty-box input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity-buttons input[type="number"],.xoo-wsc-qty-box input[type="number"],
.quantity input[type="number"]{
  -moz-appearance: textfield;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  	border-color: #000000;
  	margin-left: 10px;
	max-width: min-content;
	border: 1px solid #D0D1D6;
}

.quantity-buttons .plus:hover,
.quantity-buttons .minus:hover,
.cart .quantity .plus:hover,
.cart .quantity .minus:hover,
.xoo-wsc-plus:hover,
.xoo-wsc-minus:hover {
  /* color: #000; */
  background-color: rgba(229, 9, 127, 0.1) !important;
}

