html,
body {
  overflow-x: hidden;
}



.closeable-block {
  position: relative;
}

.closeable-block .close-btn {
  cursor: pointer;
  float: right;
  border: none;
  background: transparent;
  font-size: 1.2em;
  line-height: 1;
  padding: 0px 5px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}



#_desktop_logo h1 a {
  display: block;
  text-align: center;
}

#_desktop_top_menu a.dropdown-item,
#_desktop_top_menu a.dropdown-item[data-depth="0"]:hover {
  color: white;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}


#_desktop_top_menu .popover.sub-menu a,
#_desktop_top_menu .popover.sub-menu a:hover {
  color: black;
}

/* header */

#header #search_widget {
  float: unset !important;
  min-width: 291px;
  border: 1px solid black;
  border-radius: 4px;
}

#header #search_widget input {
  background: transparent !important;
  padding: 5px 4px 4px 36px;
  font-size: 14px;
}

#header #search_widget .material-icons.search {
  padding: 0;
  margin: 4px 0 0 6px;
  font-size: 20px;
}

.header-top i.material-icons.search,
.search-mobile-btn i {
  color: transparent;
  position: relative;
}

.header-top i.material-icons.search:before,
.search-mobile-btn i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.78851 9.5845C7.77763 10.3922 6.49585 10.7822 5.20643 10.6743C3.917 10.5664 2.71782 9.96895 1.85517 9.00454C0.992522 8.04014 0.531889 6.78203 0.567879 5.4886C0.603868 4.19518 1.13375 2.96463 2.04869 2.04968C2.96363 1.13474 4.19419 0.60486 5.48761 0.56887C6.78103 0.532881 8.03915 0.993514 9.00355 1.85616C9.96796 2.71881 10.5654 3.918 10.6733 5.20742C10.7812 6.49684 10.3912 7.77862 9.58351 8.7895L13.4505 12.6558C13.5058 12.7072 13.5501 12.7693 13.5808 12.8383C13.6116 12.9073 13.6281 12.9818 13.6295 13.0574C13.6308 13.1329 13.6169 13.2079 13.5886 13.278C13.5603 13.348 13.5182 13.4116 13.4648 13.465C13.4114 13.5184 13.3477 13.5606 13.2777 13.5888C13.2077 13.6171 13.1326 13.631 13.0571 13.6297C12.9816 13.6284 12.9071 13.6118 12.8381 13.5811C12.7691 13.5503 12.707 13.506 12.6555 13.4508L8.78851 9.5845ZM2.84401 8.413C2.29354 7.86248 1.91863 7.16112 1.76665 6.39758C1.61466 5.63404 1.69244 4.84258 1.99014 4.12323C2.28785 3.40387 2.79212 2.78892 3.43922 2.35608C4.08632 1.92324 4.84722 1.69194 5.62574 1.69141C6.40426 1.69089 7.16546 1.92116 7.81315 2.35313C8.46083 2.7851 8.96593 3.39938 9.2646 4.11833C9.56327 4.83728 9.64211 5.62864 9.49116 6.39238C9.34021 7.15613 8.96624 7.85799 8.41651 8.40925L8.41276 8.413L8.40901 8.416C7.67033 9.15297 6.66933 9.5666 5.62589 9.56604C4.58245 9.56548 3.5819 9.15077 2.84401 8.413Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:1500px) {
  .mm_menu_content_title {
    padding: 0 12px;
  }
}

.search-mobile-btn i:before {
  background-size: 85%;
}

button#burger-menu-btn {
  position: relative;
}

button#burger-menu-btn:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M1 12C0.71667 12 0.479337 11.904 0.288004 11.712C0.0966702 11.52 0.000670115 11.2827 3.44827e-06 11C-0.000663218 10.7173 0.0953369 10.48 0.288004 10.288C0.48067 10.096 0.718003 10 1 10H17C17.2833 10 17.521 10.096 17.713 10.288C17.905 10.48 18.0007 10.7173 18 11C17.9993 11.2827 17.9033 11.5203 17.712 11.713C17.5207 11.9057 17.2833 12.0013 17 12H1ZM1 7C0.71667 7 0.479337 6.904 0.288004 6.712C0.0966702 6.52 0.000670115 6.28267 3.44827e-06 6C-0.000663218 5.71733 0.0953369 5.48 0.288004 5.288C0.48067 5.096 0.718003 5 1 5H17C17.2833 5 17.521 5.096 17.713 5.288C17.905 5.48 18.0007 5.71733 18 6C17.9993 6.28267 17.9033 6.52033 17.712 6.713C17.5207 6.90567 17.2833 7.00133 17 7H1ZM1 2C0.71667 2 0.479337 1.904 0.288004 1.712C0.0966702 1.52 0.000670115 1.28267 3.44827e-06 1C-0.000663218 0.717333 0.0953369 0.48 0.288004 0.288C0.48067 0.0960001 0.718003 0 1 0H17C17.2833 0 17.521 0.0960001 17.713 0.288C17.905 0.48 18.0007 0.717333 18 1C17.9993 1.28267 17.9033 1.52033 17.712 1.713C17.5207 1.90567 17.2833 2.00133 17 2H1Z' fill='black'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}

/* float cart */

#header #offcanvas_cart {
  display: flex;
  flex-direction: row;
}

#header #offcanvas_cart .side-panel {
  max-width: 306px;
}

.iqitfreedeliverycount-cartpage .ifdc-startat {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #e1e1e1;
  /* border-radius: 10px; */
}

.iqitfreedeliverycount-cartpage .ifdc-startat .done-remaining {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  /* border-radius: 10px; */
  height: 100%;
}

.iqitfreedeliverycount p.ifdc-remaining {
  text-align: center;
  margin-bottom: 16px !important;
  display: block;
}

.iqitfreedeliverycount-cartpage {
  background: unset;
}

#header #offcanvas_cart .side-panel .side-panel-title {
  margin-top: 44px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
}

#header #offcanvas_cart .offcanvas-footer a .total-price {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #FFFFFF8A;
}

#header #offcanvas_cart .offcanvas-footer a {
  color: white;
  font-size: 17px;
  font-weight: 500;
  padding-block: 24px;
  border-radius: 4px;
}

#offcanvas_cart .related-cart-products {
  padding: 28px;
  padding-block: 0;
  overflow-y: auto;
  height: calc(100% - 68px);
}

#header #offcanvas_cart .main-content .offcanvas-header .cart-title {
  font-size: 24px;
  font-weight: 400;
}

#header #offcanvas_cart .main-content .offcanvas-header .cart-title .count {
  font-weight: 500;

}

#header #offcanvas_cart .main-content .offcanvas-body {
  flex: 1;
  height: 100%;
  overflow: auto;
}

#header #offcanvas_cart .main-content {
  border-left: 1px solid #C3C3C3;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#header .related-product-item.item a {
  display: block;
}

#offcanvas_cart .cart-items-container .product-image img {
  width: 120px;
  height: 182px;
  object-fit: cover;
}

#offcanvas_cart .cart-items-container {
  overflow: auto;
}

#offcanvas_cart .cart-items-container .cart-item {
  display: flex;
  gap: 8px;
  padding-right: 40px;
}

#offcanvas_cart .ifdc-remaining b {
  font-weight: 500;
}

#offcanvas_cart .cart-items-container .cart-item .product-name-container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}



#offcanvas_cart .cart-items-container .cart-item .product-info-block .actions-block a {
  font-size: 14px;
  text-decoration: underline;
}

#offcanvas_cart .side-panel {
  position: relative;
}

#offcanvas_cart .side-panel:after {
  content: '';
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.84) 100%);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

#offcanvas_cart .cart-items-container .cart-item .product-info-block .actions-block {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
}

#offcanvas_cart .cart-items-container .quantity-input {
  width: 100%;
  text-align: center;
  height: 48px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
}

#offcanvas_cart .offcanvas-header {
  display: flex;
  justify-content: space-between;
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical {
  position: unset;
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical .btn {
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  width: max-content;
  z-index: 5;
  border: none;
  padding: 0;
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical .btn i {
  font-size: 12px;
  left: 0;
  right: 0;
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical .bootstrap-touchspin-down {
  left: 12px;
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical .bootstrap-touchspin-down .touchspin-down::after {
  content: "\e15b";
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical .bootstrap-touchspin-up {
  right: 22px;
}

#offcanvas_cart .cart-items-container .input-group-btn-vertical .bootstrap-touchspin-up .touchspin-up::after {
  content: "\e145";
}

#offcanvas_cart .cart-items-container .add {
  flex: 1;
}

#offcanvas_cart .cart-items-container .qty .control-label {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 5;
  top: -10px;
  left: 12px;
  background-color: #fff;
  width: max-content;
  padding: 0 2px;
}

@media (min-width: 768px) {
  #offcanvas_cart .cart-items-container .qty {
    margin-right: 17px;
  }
}

#offcanvas_cart .cart-items-container .qty {
  width: 140px;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  position: relative;
}



#offcanvas_cart .cart-items-container .cart-item .product-info-block .short-description {
  max-width: 284px;
  margin-top: 12px;
  line-height: 1;
  margin-bottom: 20px;
}

#offcanvas_cart .cart-items-container .cart-item .product-details {
  flex: 1;
}

#offcanvas_cart .cart-items-container .cart-item .product-price {
  font-size: 16px;
  font-weight: 700;
}

#offcanvas_cart .cart-items-container .cart-item .product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#header .variant-links.colors:has(.count:empty),
.product-list-reviews:has(.comments-nb:empty) {
  display: none;
}


@media (max-width: 768px) {
  #header #offcanvas_cart {
    flex-direction: column;
    overflow: auto;
  }


  /* change order */
  #header #offcanvas_cart .main-content {
    order: 1;
    border-bottom: 1px solid #C3C3C3;
  }

  #header #offcanvas_cart .side-panel {
    order: 2;
    max-width: 100%;
    padding-bottom: 70px;
  }

  #header #offcanvas_cart #close_cart_btn {
    position: absolute;
    right: 16px;
  }

  #header #offcanvas_cart .offcanvas-header {
    justify-content: center;
    margin-bottom: 28px;
  }

  #offcanvas_cart .cart-items-container .product-image img {
    height: 132px;
    width: unset;
    aspect-ratio: 100 / 132;
  }

  #header #offcanvas_cart .main-content .offcanvas-header .cart-title {
    font-size: 20px;
  }

  .iqitfreedeliverycount p.ifdc-remaining {
    font-size: 12px;
  }

  #offcanvas_cart .cart-items-container .cart-item .product-name,
  #offcanvas_cart .cart-items-container .cart-item .product-price {
    font-size: 10px;
  }

  #offcanvas_cart .cart-items-container .cart-item .product-info-block .short-description {
    font-size: 8px;
  }

  .iqitfreedeliverycount-cartpage {
    padding: 0;
  }

  #offcanvas_cart .cart-items-container .cart-item .product-info-block .short-description {
    max-width: 163px;
  }

  #offcanvas_cart .cart-items-container .quantity-input {
    height: 32px;
    font-size: 12px;
  }

  #offcanvas_cart .cart-items-container .qty {
    width: 91px;
  }

  #offcanvas_cart .cart-items-container .cart-item {
    padding-right: 0;
  }

  #header #offcanvas_cart .offcanvas-footer a {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: 2;
    font-size: 14px;
  }

  #header #offcanvas_cart .side-panel .side-panel-title {
    margin-block: 20px 16px;
    text-align: left;
    padding-left: 16px;
    font-size: 16px;
  }

  #offcanvas_cart .related-cart-products {
    display: flex;
    padding-inline: 16px;
  }

  #offcanvas_cart .related-cart-products .product {
    width: 125px;
    margin-right: 16px;
  }

  #offcanvas_cart .related-cart-products {
    overflow-y: unset;
    overflow-x: auto;
    height: unset;
    flex-wrap: nowrap;
  }

  #offcanvas_cart .cart-items-container .qty .control-label {
    font-size: 10px;
  }

  #offcanvas_cart .cart-items-container .cart-item .product-info-block .actions-block a {
    font-size: 12px;
  }
}


/* float cart */

#header .logo {
  max-width: 250px;
}

.header-top .right-column {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.header-top .right-column p {
  margin-bottom: 0;
}


.header-nav-full-width {
  padding-block: 8px;
}

.top-message-wrapper {
  padding-block: 12px;
  background-color: #9f1d35;
}

.top-message-wrapper p {
  font-size: 12px;
}

.top-message-wrapper span {
  color: white;
}

.top-message-wrapper.closeable-block .close-btn {
  color: white;
  right: 12px;
  top: 55%;
}

/* burger menu */

#burger-menu-btn,
#burger-menu {
  display: none;
}


/* Burger menu panel */
.burger-menu {
  position: absolute;
  /* or fixed, depending on desired behavior */
  top: 60px;
  /* adjust based on your header height */
  right: 15px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  display: none;
  z-index: 9999;
  min-width: 150px;
}

.burger-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  /* margin-left: 15px; */
  outline: none !important;
}

.burger-bar {
  width: 100%;
  height: 3px;
  background-color: transparent;
  /* Dark color for visibility */
  border-radius: 2px;
  display: block;
  /* Make sure spans behave like blocks */
  margin-bottom: 5px;
  /* Spacing between bars */
}

.burger-bar:last-child {
  margin-bottom: 0;
  /* No margin after last bar */
}


.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 16px;
  display: none;
  z-index: 9999;
  min-width: 150px;
}

.burger-menu ul li a[data-depth="0"] {
  padding-left: 0;
  width: 100%;
  display: block;
  padding-block: 12px;
  border-bottom: 1px solid #0000005C;
}

#burger-menu ul li a.dropdown-item[data-depth="0"]:hover {
  color: black;
  text-decoration: none;
}

.burger-menu-header {
  padding-block: 4px 12px;
}

#burger-menu.active {
  display: block;
}

.burger-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.burger-menu ul li {
  margin-bottom: 10px;
}

.burger-menu ul li:last-child {
  margin-bottom: 0;
}

.burger-menu ul li a {
  text-decoration: none;
  color: #333;
}

.burger-menu-header .burger-menu-close {
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.burger-menu-footer {
  margin-top: 36px;
  margin-bottom: 12px;
}

.burger-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#burger-menu>.menu {
  padding: 0;
  width: 100%;
}

.burger-menu.active>* {
  position: relative;
  z-index: 2;
}

.burger-menu-overlay {
  display: none;
  position: fixed;
  background-color: #0000009e;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}

.burger-menu.active+.burger-menu-overlay {
  display: block;
}

@media (min-width: 1660px) {
  #header #_desktop_top_menu {
    width: 1493px;
  }

  #header #_desktop_top_menu .top-menu[data-depth="0"] {
    display: flex;
    justify-content: space-between;
  }

  .top-message-wrapper p {
    font-size: 16px;
  }
}



/* burger menu */
@media (max-width: 993px) {
  #header #search_widget {
    min-width: unset;
  }
}

@media (max-width: 992px) {
  .header-top .left-column {
    display: none;
  }

  #burger-menu-btn {
    display: block;
  }

  #header .logo {
    max-width: 130px;
  }

  #burger-menu .logo {
    max-width: 180px;
  }

  .need-help-btn-container {
    display: none;
  }


  .header-nav-full-width {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .top-message-wrapper {
    padding-inline: 32px;
  }

  .header-top .right-column {
    width: 100%;
  }




}


/* header */


/* header */

.blockcart .header,
.blockcart .header a {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.blockcart .header>span,
.blockcart .header a>span {
  top: 4px;
  left: 4px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.ui-autocomplete {
  left: 0 !important;
  margin-left: 60px;
  max-height: 80vh;
  overflow: auto;
}

.blockcart .cart-icon-container {
  position: relative;
}

.blockcart .cart-products-count {
  position: absolute;
  bottom: -8px;
  right: -8px;
  line-height: 1;
  font-size: 11px;
  padding: 4px;
  background-color: #9f1d35;
  border-radius: 50%;
  aspect-ratio: 1;
  /* display: block; */
  color: white;
  display: flex;
  font-weight: 600;
}


.need-help-btn {
  color: white !important;
  background-color: #423D86;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.header-nav-full-width .menu #top-menu li:last-child>a {
  position: relative;
}

.header-nav-full-width .menu #top-menu li:last-child>a:before {
  content: "";
  display: inline-block;
  width: 83%;
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9F1D35;
}


.right-column .modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.right-column .modal.show {
  display: block;
}

.right-column .modal-dialog {
  max-width: 500px;
  margin: 5rem auto;
  pointer-events: none;
  justify-content: center;
}

.right-column .modal-content {
  background-color: #fff;
  padding: 1rem;
  pointer-events: auto;
  border-radius: 0.3rem;
  width: 100%;
}

.right-column .modal-fullscreen-sm-down {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}

.right-column .btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
}

.right-column .btn-close:hover {
  opacity: 1;
}


.right-column .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.right-column #searchModal .modal-header:after {
  content: unset;
}

.right-column .modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-column #searchModal #search_widget {
  max-width: unset;
}

.right-column #searchModal .modal-body {
  padding-bottom: 0;
}

#search-mobile-btn {
  outline: none;
  padding: 0;
  margin-right: 4px;
}


/* header */




/* footer */

/* Reassurance footer block */
#footer .reassurance-footer-block {
  background-color: #000000;
  color: #ffffff;
  padding: 32px 0;
}

/* Image */
.reassurance-footer-block .reassurance-icon {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 50%;
}

.reassurance-footer-block .reassurance-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.reassurance-footer-container {
  justify-content: space-evenly;
}

.reassurance-item-container {
  align-items: center;
}

.reassurance-item-container span {
  font-size: 20px;
}

.after-logo-block p.h4 {
  margin-bottom: 4px;
}

#footer .logo {
  max-width: 100%;
  width: 250px;
}

#footer .reassurance-footer-block {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-inline: 32px;
}

.social-icons a {
  margin-right: 20px;
}

#footer .navbar-toggler .material-icons {
  color: transparent;
  position: relative;
}

#footer .navbar-toggler .material-icons:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
}

#footer .navbar-toggler .material-icons.remove:after {
  rotate: 180deg;
}

#footer .slick-slide {
  margin: 0 80px;
}

#footer.slick-list {
  margin: 0 -80px;
}

@media (max-width: 1550px) {
  #footer .slick-slide {
    margin: 0 40px;
  }

  #footer.slick-list {
    margin: 0 -40px;
  }
}

#footer .slick-slider .slick-dots li {
  background-color: #383838;
}

#footer .slick-slider .slick-dots li.slick-active {
  background-color: #fff;
  width: 10px;
  height: 10px;
}

#footer .footer-container {
  padding-top: 72px;
}

.after-logo-block p,
.after-logo-block span {
  font-size: 17px;
}

.after-logo-block p.h4 {
  margin-bottom: 8px;
}

.after-logo-block .word-wrap-break-word {
  margin-bottom: 6px !important;
}

.after-logo-block p.mt-4 {
  margin-top: 24px;
}

.after-logo-block div.d-flex {
  gap: 8px;
  align-items: center;
}

.after-logo-block-text {
  margin-top: 40px;
  margin-bottom: 32px;
}

#footer .links .wrapper>p.h3 {
  margin-bottom: 40px;
  margin-top: 8px;
  font-size: 18px;
}

#footer .links .wrapper ul li a {
  font-size: 17px;
}

#footer .links .wrapper ul li {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #footer .links .wrapper ul li {
    margin-bottom: 0px;
    margin-top: 8px;
  }
}

#footer .social-links-block>p {
  margin-top: 28px;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #footer .social-links-block {
    padding-inline: 12px;
    padding-top: 20px;
    margin-bottom: 24px;
  }

  #footer .links .h3 {
    font-size: 18px;
  }

  #footer .social-links-block>p {
    margin-top: 8px;
  }

  .links .title {
    border-bottom: 1px solid #a3a3a3;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  #footer .navbar-toggler {
    height: unset;
    width: unset;
  }



  #footer .copyright-text {
    font-size: 13px;
  }

  #footer .slick-slide {
    margin: 0 15px;
  }

  #footer.slick-list {
    margin: 0 -15px;
  }

  .footer-container .links ul {
    margin-bottom: 0;
    background-color: transparent;
  }

  #footer .reassurance-footer-block {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  #footer .slick-dots {
    bottom: -51px;
  }

  #footer .slick-dots li,
  #footer .slick-dots li.slick-active {
    width: 7px !important;
    height: 7px !important;
  }

  .reassurance-footer-block .reassurance-icon {
    padding: 21px;
  }

  .reassurance-item-container {
    max-width: 56vw;
    margin: 0 auto;
  }
}

.links .row>div {
  max-width: fit-content;
  margin-left: 72px;
}

.social-links-block>* {
  margin-left: 72px;
}


.links .row {
  display: flex;
  justify-content: space-between;
}

.links .row:after {
  content: unset;
}

div:has(>.footer-logo)>* {
  max-width: 372px;
}

.footer-container .container>.row:first-child {
  margin-bottom: 60px;
}

.copyright-text {
  font-size: 13px;
}

@media (max-width: 767px) {
  .links .row>div {
    max-width: 100%;
    margin-left: 0;
  }

  .social-links-block>* {
    margin-left: 0;
  }

  .links .row {
    display: block;
  }
}


/* footer */



/* main modal country select */


#welcome-main-choose-modal .countries-grid-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 26px;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  overflow: auto;
  height: 75%;
}

#welcome-main-choose-modal .countries-grid-list .country-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#welcome-main-choose-modal .countries-grid-list .country-item a:hover {
  text-decoration: none;
}

#welcome-main-choose-modal .countries-grid-list .country-item a span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-top: 8px;
}

#welcome-main-choose-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#welcome-main-choose-modal .modal-box {
  background: #fff;
  padding: 40px;
  /* border-radius: 8px; */
  width: 914px;
  height: min(95%, 963px);
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  text-align: center;
}

#welcome-main-choose-modal .modal-box .country-item img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

#welcome-main-choose-modal .logo {
  max-width: 384px;
}

#welcome-main-choose-modal .modal-content {
  border: unset;
  height: 100%;
}

#welcome-main-choose-modal .country-item {
  width: 200px;
}


#welcome-main-choose-modal .modal-close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
}

#welcome-main-choose-modal .modal-close {
  color: transparent;
}

.layout_layout1 .ets_mm_megamenu_content {
  border: 0;
}

.ets_mm_megamenu {
  margin-top: 0;
}

.ets_mm_megamenu_content_content {
  background: black;
}

.layout_layout1 .mm_menus_li {
  border: 0 !important;
}

.mm_menu_content_title {
  color: white;
  background-color: black !important;
}
@media (min-width: 767px) {
.ets_mm_megamenu_content_content .mm_menus_ul {
  display: flex;
  justify-content: center;
}
}

.mm_menu_content_title {
  min-height: 40px;
  font-weight: 500;
}

body .ets_mm_megamenu::before {
  width: 100vw;
  left: 50% !important;
  transform: translateX(-50%);
}

.red-line-item {}

@media (min-width:992px) {
  #header .header-nav-full-width .menu.js-top-menu.position-static {
    display:none;
  }
}
@media (max-width:992px) {

  .header-nav-full-width .ets_mm_megamenu {
    display: none;
  }
}


ul.mm_columns_ul {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    padding-inline: max(calc((100vw - 1252px) / 2), 16px);
    padding-top: 36px !important;
    /* margin-top: 8px !important; */
    /* transition: 0.5s; */
}

.layout_layout1:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover .mm_menu_content_title {
    font-weight:700;
}
.layout_layout1:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover a:after {
  content: unset;
}

.ets_mm_megamenu a.ets_mm_url::before {
    content:unset !important;
}

.ets_mm_block > span {
  margin-bottom: 12px !important;
}

.mm_blocks_li .ets_mm_block .h4 {
    padding:0;
    border:0;
    text-align:left;
    font-size:15px !important;
    font-weight:500 !important;
    text-transform:unset;
}

#welcome-main-choose-modal .modal-close:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M14.5075 14L24.1451 4.35121C24.2121 4.28358 24.2496 4.19226 24.2496 4.09711C24.2496 4.00195 24.2121 3.91063 24.1451 3.84301C24.0765 3.77759 23.9853 3.74116 23.8905 3.74129C23.7957 3.74142 23.7047 3.7781 23.6362 3.84371L14 13.4918L4.36243 3.84301C4.29363 3.77833 4.20276 3.74233 4.10833 3.74233C4.0139 3.74233 3.92303 3.77833 3.85423 3.84301C3.78733 3.91052 3.7498 4.00171 3.7498 4.09676C3.7498 4.1918 3.78733 4.283 3.85423 4.35051L13.4925 14L3.85493 23.6488C3.81956 23.6817 3.79119 23.7213 3.77149 23.7654C3.75179 23.8094 3.74118 23.857 3.7403 23.9053C3.73941 23.9536 3.74826 24.0015 3.76632 24.0463C3.78438 24.091 3.81128 24.1317 3.84541 24.1658C3.87954 24.2 3.92021 24.2269 3.96497 24.2449C4.00974 24.263 4.05768 24.2718 4.10594 24.2709C4.15421 24.2701 4.20179 24.2594 4.24586 24.2397C4.28993 24.22 4.32958 24.1917 4.36243 24.1563L14 14.5082L23.6369 24.157C23.6703 24.1904 23.7098 24.2169 23.7534 24.2349C23.7969 24.253 23.8436 24.2623 23.8908 24.2624C23.9379 24.2624 23.9846 24.2531 24.0282 24.2351C24.0718 24.2171 24.1114 24.1907 24.1448 24.1574C24.1781 24.124 24.2046 24.0845 24.2227 24.0409C24.2408 23.9974 24.2501 23.9507 24.2501 23.9035C24.2502 23.8563 24.2409 23.8096 24.2229 23.7661C24.2049 23.7225 24.1785 23.6829 24.1451 23.6495L14.5075 14Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

#welcome-main-choose-modal .welcome-text {
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}

#welcome-main-choose-modal .text-after-logo {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-block: 20px 24px;
}

#welcome-main-choose-modal .countries-grid-list .country-item.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.32;
}

@media (max-width: 767px) {
  #welcome-main-choose-modal .welcome-text {
    font-size: 24px;
  }

  #welcome-main-choose-modal .logo {
    max-width: min(100%, 284px);
  }

  #welcome-main-choose-modal .text-after-logo {
    font-size: 16px;
    margin-top: 32px;
  }

  #welcome-main-choose-modal .modal-box .country-item img {
    width: 48px;
    height: 48px;
  }

  #welcome-main-choose-modal .countries-grid-list .country-item a span {
    font-size: 14px;
  }

  #welcome-main-choose-modal .country-item {
    width: min(50%, 112px);
  }
}

/* main modal country select */



/* other fixes */

article.product-miniature:has(.product-flag.out_of_stock) .add-cart .btn.btn-primary {
  pointer-events: none;
  opacity: 0.5;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  aspect-ratio: 1;
    object-fit: cover;
}

/* other fixes */


/* additional bootstrap classes */

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.flex-align-end {
  justify-content: flex-end;
}

.word-wrap-break-word {
  word-wrap: break-word;
}

/* d-md-none */
@media (min-width: 767px) {
  .d-md-none {
    display: none !important;
  }
}


/* additional bootstrap classes */