/** Shopify CDN: Minification failed

Line 2734:7 Expected ":"

**/
@charset "UTF-8";
/*================ Color Variables ================*/
/* Main header */
@media (min-width: 1199px) {
  .home .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: transparent;
  }
  .header.laberMenu-top {
    box-shadow: 0px 5px 10px 0px rgb(215 222 211 / 30%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid var(--cl-border);
  }
}
.header-inner {
  grid-template-columns: 1fr auto 1fr;
  gap: calc(var(--alo-gap) + var(--alo-gap));
}

.header-logo {
    grid-area: logo;
    z-index: 1;
}
.header-menu {
    grid-area: menu;
    z-index: 1;
}
.header-right {
    grid-area: right;
}
.header-left {
    grid-area: left;
    z-index: 1;
}
.header-left ul li a {
  color: var(--cl-icon-header);
}
.header-logo {
    grid-area: logo;
    z-index: 1;
}
.search-bar{
  grid-area: search-bar;
  z-index: 1;
}
.header .d-none-important {
  display: none !important;
}
.header .header-control {
  display: flex;
  align-items: center;
  gap:0;
}
.header .header-control li {
  list-style: none;
  position: relative;
  padding:0;
}
.header .header-control li.item-list {
  position: relative;
}
.header .header-control li.item-list .toggle-submenu {
  min-width: 70px;
  height: 36px;
  border: 1px solid #ababab;
  border-radius: 36px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  cursor: pointer;
}
.header.sticky_top .header-control li.item-list .toggle-submenu {
  background: #fff;
}

.header .header-control li.item-list ul.dropdown {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 55px;
  background-color: #fff;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  width: 195px;
  transform: translateY(-5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  box-shadow: 0 0 20px #0000000d;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.header .header-control li.item-list ul.list-currencies {
  width: 100px;
}
.header .header-control li.item-list.active ul.dropdown {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.header .header-control li.item-list ul.dropdown li {
  display: block;
  padding: 0;
  cursor: pointer;
}
.header .header-control li.item-list ul.dropdown p {
  padding: 0;
  color: #4f4f4f;
  font-size: 14px;
  display: block;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
}
.header .header-control li.item-list ul.dropdown li.active p,
.header .header-control li.item-list ul.dropdown p:hover {
  color: var(--cl-link-h);
}
.header .header-nav-mobile .mobile-navigation,
.header .header-icon {
  position: relative;
  line-height: 1;
  display: flex;
  color: var(--cl-icon-header);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  width: 40px;
  height: 40px;
}
.header .header-nav-mobile .mobile-navigation svg {
  color: var(--cl-icon-header);
  height: 25px;
}
.header .header-icon svg {
  color: var(--cl-icon-header);
}
.header .header-nav-mobile .mobile-navigation path ,
.header .header-icon path,
.header .header-icon svg {
  fill: var(--cl-icon-header);
}
.header .header-control li span.icon {
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  display: flex;
  position: relative;
  width: 28px;
  height: 28px;
}
.header .header-control li span.text {display:none;}
.header .header-control li span.b {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
top-header ul li a.header-icon .header__counter,
.header .header-icon .header__counter {
    color: var(--cl-count-header);
    width: 18px;
    height: 18px;
    background: var(--bg-count-header);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -5px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
}
@media (max-width: 767px) {
  .header .header-icon svg {
    height: 20px;
  }
}
.header .header-icon .fa-balance-scale {
  margin-top: -3px;
}
.header .cart-block {
  display: flex;
}
.header .cart-block .total-price {
  display: inline-flex;
  color: var(--cl-icon-header);
  flex-direction: column;
  justify-content: center;
}
.header .cart-block .total-price span.js-total-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display:none;
}
.header .header-control li .minicart {
}
.header .header-control li .minicart span.icon ,
.header .header-control li .minicart span.icon {
  width: 28px;
  height: 28px;
}
/* End main header*/
/* Start Currencies */
.parent-list {
  position: relative;
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  gap: var(--alo-gap);
  z-index:2;
}
.parent-list localization-form {
      position: relative;
}
.parent-list .localization-form .disclosure__list-wrapper {
  position: absolute;
  top: calc(100% + 1px);
  display: block;
  z-index: 100;
  top: calc(100% + 1px);
  background-color: #fff;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  min-width: 200px;
  -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease;
  opacity: 1;
  box-shadow: 0px 5px 30px 0px #0000000D;
  border-radius: 0px 0px 3px 3px;
  overflow-y: auto;
  max-height: 80vh;
}
.parent-list .localization-form .disclosure__list-wrapper::-webkit-scrollbar{
  width: 4px;
}
.parent-list .localization-form .disclosure__list-wrapper ul {
  padding: 0;
  flex-direction: column;
  gap: 0;
} 
.parent-list .localization-form .disclosure__list-wrapper ul li {}
.parent-list .localization-form .disclosure__list-wrapper ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 30px;
  font-size: 14px;
  color: var(--cl-link);
}
.parent-list .localization-form .disclosure__list-wrapper ul li a:hover,
.parent-list .localization-form .disclosure__list-wrapper ul li.active a {
      color: var(--cl-link-h);
}
.h_left .parent-list .localization-form .disclosure__list-wrapper {
  left: 0;
}
.h_right .parent-list .localization-form .disclosure__list-wrapper {
  right: 0;
}
.h_left .parent-list .localization-form .disclosure__list-wrapper[hidden] ,
.h_right .parent-list .localization-form .disclosure__list-wrapper[hidden] {
  visibility: hidden;
  opacity: 0;
}
.parent-list localization-form button {
    color: var(--cl-t-top-header);
    margin: 0;
    display: flex;
    gap: 5px;
    font-weight: 400;
    font-size: var(--font-size);
    height: var(--h-topheader);
    line-height: var(--h-topheader);
    align-items: center;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    text-transform: var(--text-transform , none);
}
.parent-list .toggle-submenu button {
    background-color: transparent;
    border: none;
}
.parent-list .toggle-submenu .lang-currency p {
  margin:0;
}

.parent-list .item-list {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}
.parent-list .item-list > a {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  line-height: 19px;
  gap: 5px;
}
.parent-list .item-list > a .icon {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.parent-list .item-list.phone_number {
  color: var(--cl-main);
  font-size: 13px;
  margin: 0;
}
@media (max-width: 767px) {
  .parent-list .item-list > a .icon {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .parent-list .item-list {
    display: block;
    width: auto;
  }
}
.parent-list .child-list {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  right: 0;
  background-color: #fff;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  min-width: 130px;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease,
    -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
  filter: alpha(opacity=0);
  transform: scaleY(0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  box-shadow: 0px 0px 30px rgb(72 123 183 / 15%);
  border-radius: 0px 0px 3px 3px;
}
.parent-list .child-list li {
}
.parent-list .child-list p {
  padding: 0;
  color: #515d66;
  display: flex;
  line-height: 30px;
  align-items: center;
  margin: 0;
  gap: 5px;
  -webkit-transition: all 0.24s linear 0ms;
  -khtml-transition: all 0.24s linear 0ms;
  -moz-transition: all 0.24s linear 0ms;
  -ms-transition: all 0.24s linear 0ms;
  -o-transition: all 0.24s linear 0ms;
  transition: all 0.24s linear 0ms;
  font-weight: 500;
  font-size: 12px;
}
.parent-list .child-list li.active p,
.parent-list .child-list a:hover {
  color: var(--cl-link-h);
}
.parent-list .child-list li:last-child p {
  padding: 0px;
}
.parent-list .item-list.active .child-list {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1);
}

.header_megamenu .parent-list .toggle-submenu {
  color: var(--cl-icon-header);
  font-weight: 400;
  font-size: 16px;
}
.header_megamenu .menu-left .parent-list .child-list {
  top: 32px;
  left: 0;
  right: initial;
}
/* End Currencies */
/* Start Cart Popup */
.js-cart-inner,
.js-popup-inner {
  z-index: 12;
  right: 0;
  visibility: visible;
  opacity: 1;
  min-width: 290px;
  top: 100%;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 15px;
  text-align: left;
  padding: 0 30px 30px 30px;
  text-align: left;
}

.js-cart-inner .list-item {
  border-bottom: solid 1px #e6e6e6;
  width: 100%;
}

.js-cart-inner .title {
  color: var(--cl-main);
  font-weight: 500;
  margin: 0 0 20px;
  background: #f5f5f5;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  border-radius: 2px;
}

.js-cart-inner .product-item {
  display: inline-block;
}

.js-cart-inner .thumb {
  float: left;
  margin-right: 8px;
}

.js-cart-inner .product-item .info {
  margin: 0px;
  padding-top: 12px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.js-cart-inner .subtotal {
  text-align: left;
  display: block;
  width: 100%;
  padding: 10px 0;
}

/* end Cart Popup */
/* Popup inner */
.js-popup-inner .list-item {
  padding: 0;
  border-bottom: 0;
  width: 100%;
  display: grid;
}
.js-popup-inner .list-item .product-store-lists {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--cl-border);
  display: inline-flex;
  width: 100%;
  position: relative;
}
.js-popup-inner .list-item .product-store-lists:first-child {
  padding-top: 0;
}
.js-popup-inner .list-item .product-store-lists .product-store-lists__image {
  float: left;
  margin-right: 20px;
  width: auto;
}
.js-popup-inner .list-item .product-store-lists .product-store-lists__image img {
  height: auto!important;
  min-width: 80px;
  border: 1px solid var(--cl-border);
  border-radius: var(--rounded);
  width: 80px;
}
.js-popup-inner .list-item .product-store-lists .product-store-lists__content {
    margin: 0;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: auto;
    padding-right: 30px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.js-popup-inner .price span.current {
  color: var(--cl-main);
  font-size: 14px;
  font-weight: 500;
}
.js-popup-inner .price.price--sale span.current {
  color: var(--cl-h);
}
.js-popup-inner .price {
  color: var(--cl-price-product);
  text-decoration: unset;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.js-popup-inner .price.price--sale {
  color: var(--cl-current-product);
  display: flex;
  align-items: center;
  gap: 5px;
}

.js-popup-inner .price.price--sale span.compare {
  color: var(--cl-compare-price-product);
  margin: unset;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 18px;
}
.js-popup-inner .list-item .product-store-lists .product-store-lists__remove {
  cursor: pointer;
  color: var(--cl-main);
  font-weight: 400;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}


/* End popup */
/* Search popup */
#search_pupop .mini_cart_header {
  position: relative;
  margin-bottom: 0;
}
#search_pupop .mini_cart_content .js_prs_search {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
#search_pupop .mini_cart_content .js_prs_search .item {
  width: 100%;
}
#search_pupop .mini_cart_content .js_prs_search::-webkit-scrollbar {
  width: 3px;
}
#search_pupop .mini_cart_content .js_prs_search::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  cursor: pointer;
}
#search_pupop .mini_cart_content .js_prs_search::-webkit-scrollbar-thumb:hover {
  background-color: #c6c6c6;
}
#search_pupop .mini_cart_content .js_prs_search::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

#search_pupop .mini_cart_content .js_prs_search .item {
}
#search_pupop .mini_cart_content .js_prs_search .item .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: 0 0 30px #487bb726;
  padding: 20px;
}
#search_pupop .mini_cart_content .js_prs_search .item .product-image {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  width: 60px;
}
#search_pupop .mini_cart_content .js_prs_search .item .product-content {
}
#search_pupop .mini_cart_content .js_prs_search a:link.btn {
  line-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--cl-btn);
  margin-bottom: 0;
  padding: 0 30px;
  border-radius: 3px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 13px;
}
#search_pupop .mini_cart_content .js_prs_search a:link.btn:hover {
  background-color: var(--cl-btn-h);
}
#search_pupop .mini_cart_content .js_prs_search a.btn {
  color: #fff;
}

/* End search popup */
/* Start Header Main */
.cms-icon-close {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cms-icon-close.cms-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header a.site-title {
  font-size:30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.header .header-nav-mobile {
  display: none;
}
.header .header-top {
  height: auto;
  background-color: var(--bg-header);
  border-color: var(--cl-border-header, var(--cl-border));
}

.cms-top-header .topbar .full-width,
.header  .full-width {
  max-width: 100%;
}
.header .cms-full {
  margin: 0;
  width: 100% !important;
}
@media (max-width: 1199px) {
  .header .cms-full {
    padding: 0 15px;
  }
}
.header .header-inner {
  height: var(--h-header);
}

.header .header-logo {
  display: inline-flex;
}

.logo-center_2l .header-logo,
.logo-center-menu-left .header-logo {
  justify-content: center;
  align-items: center;
  max-width: 180px;
}
.header .header-nav .header-logo h1 {
  margin: 0;
}
.header .header-nav .header-logo a {
  line-height: 1;
  display: block;
}
.header .header-nav .header-logo a.logo-default span {
  display: none;
}
.header .header-nav .header-logo a.logo-default img {
  width: 90px;
}
.header .header-left .laber-social-link .list-socials li a {
  background-color:transparent;
}
.header .header-left .laber-social-link .list-socials li a svg {
  fill: var(--cl-icon-header);
}
.header .header-right .header-control {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header.header-1-lines .header-right .header-control {
  gap: 0;
}
.header .cms-item-title {
  position: relative;
}
.header .cms-item-title .lbl_nav_title {
    color: white;
    font-size: 10px;
    text-transform: none;
    padding: 0 5px;
    position: absolute;
    right: 0;
    border-radius: 3px;
    line-height: 15px;
    height: 15px;
    top: 15%;
    font-weight: 500;
    background: var(--cl-background);
    transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-35%);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
.header.header-2-lines .cms-item-title .lbl_nav_title {
  top: 0;
}
.header .cms-item-title .lbl_nav_title::before {
    content: '';
  position: absolute;
  bottom: -6px;
  left: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color:var(--cl-background);
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  border-left-width: 5px;
  border-left-color: transparent !important;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home .header a.site-title {
  color: #111;
}
.header .header-nav {
  max-height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7ecee;
}
.ps-static {
  position: static;
}

.header .custom_html {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
.header .custom_html p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.header .custom_html p a {
  color: var(--cl-link-menu);
}
.cart-block .total-price {
  color: #111;
  font-weight: 500;
  display: none;
}
.header-nav-mobile .mobile-navigation .icon span {
  background-color: var(--cl-main);
}

.wrap_bottom_menu {
  height: 53px;
  display: flex;
  align-items: center;
}
.wrap_bottom_menu .header-bottom-nav {
  display: flex;
  align-items: center;
}
.wrap_bottom_menu .header-bottom-nav .menu-bottom {
  display: none;
  list-style: none;
}
.wrap_bottom_menu .header-bottom-nav .menu-bottom li {
  margin-right: 32px;
  display: inline-flex;
}
.wrap_bottom_menu .header-bottom-nav .menu-bottom li a {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
  position: relative;
}
.wrap_bottom_menu .header-bottom-nav .menu-bottom li a:first-child {
  margin-left: -10px;
}
.wrap_bottom_menu .header-bottom-nav .menu-bottom li a:after {
  content: "";
  background-color: var(--cl-h);
  width: 100%;
  position: absolute;
  height: 8px;
  bottom: 5px;
  left: 0px;
  opacity: 0.3;
  display: none;
}
.wrap_bottom_menu .header-bottom-nav .menu-bottom li a:hover:after {
  display: block;
}

.wrap_bottom_menu .icon-bottom a {
  font-size: 29px;
  color: #111;
  position: relative;
  display: flex;
}
.wrap_bottom_menu .icon-bottom a svg {
  width: 29px;
  background: transparent;
  fill: #111;
  margin-top: 5px;
  margin-right: -3px;
}
@media (min-width: 1499px) {
  .header-inner {
    gap:60px;
  }
  .logo-left-menu-left_2l .header-inner {
    gap:35px;
  }
}
@media (min-width: 1025px) {
  .logo-left-menu-center .header-inner {
        grid-template-areas: 'logo menu right';
    }
  .logo-center-menu-left .header-inner {
        grid-template-areas: 'menu logo right';
    }
  .both-center .header-inner {
        grid-template-areas: 'left menu right';
    }
  .logo-left-menu-left .header-inner {
        grid-template-columns: auto auto 1fr;
        grid-template-areas: 'logo menu right';
    }
  .logo-left-menu-right .header-inner {
        grid-template-columns: 1fr auto auto;
        grid-template-areas: 'logo menu right';
    }
  .logo-center_2l .header-inner {
      grid-template-areas: 'left logo right';
  }
  .logo-left_2l .header-inner {
    grid-template-areas: "logo right";
    grid-template-columns: 1fr 1fr;
  }
  .logo-left_2l .header-inner.have-search {
    grid-template-areas: "logo search-bar right";
    grid-template-columns: 1fr 2fr 1fr;
  }
  .logo-left-menu-left_2l .header-inner {
    grid-template-areas: "logo right";
    grid-template-columns: 1fr 1fr;
  }
  .logo-left-menu-left_2l .header-inner.have-search {
    grid-template-areas: "logo search-bar right";
    grid-template-columns: 1fr 3fr 1fr;
  } 
  .wrap_bottom_menu .header-bottom-nav .menu-bottom {
    display: block;
  }
  .hide-desktop {
    display: none !important ;
  }
  .header .cms-full {
    margin: 0 153px;
    width: 100% !important;
  }
  .header {
    /*Logo */
    /* End Logo */
    /* Main Menu */
    /* End Main Menu */
  }
  .header .cms-clone-wrap {
    display: none;
  }
  .header .header-main {
    position: relative;
    z-index: 1001;
  }
  .header .header-main .container {
    position: relative;
  }
  .navigationMenu .menu-left {
    align-self: center;
  }
  .header .header-main-wrap .logo {
    padding-top: 0px;
    text-align: center;
  }
  .header.logo-left-menu-center .container-wapper,
  .header.logo-center_2l .container-wapper,
  .header.both-center .container-wapper {
    text-align: center;
    justify-content: center;
  }
  .header.header-2-lines .navigationMenu {
    background-color: var(--bg-menu);
    border-color:var(--cl-border-menu, var(--cl-border));
  }
  .template-index .header-1-lines.sticky_top {
    margin-bottom: var(--sticky-top);
    background: transparent;
  }
  .template-index .header-2-lines.sticky_top .header-top,
  .template-index .header-1-lines.sticky_top .header-top {
    background: transparent;
  }
  .template-index .header.header-2-lines.sticky_top .navigationMenu {
    margin-bottom: var(--sticky-top-2);
    background: transparent;
  }
  .logo-left-menu-center .header-nav-inner {
    text-align: center;
  }
  .header .container-wapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .logo-center-menu-left .container-wapper ,
  .logo-left-menu-left_2l .container-wapper {
     justify-content: space-between;
  }
  .header.header-1-lines .header-right .header-control .item-phone {
        padding: 0 30px;
  }
  .header.header-1-lines .header-right .header-control .item-phone,
  .header .container-wapper .menu_right li {
    align-items: center;
    display: flex;
    gap: 10px;
  }
  .header.header-1-lines .header-right .header-control .item-phone p,
  .header .container-wapper .menu_right p {
    margin: 0;
    line-height: 20px;
    color: var(--cl-link-menu);
  }
  .header .container-wapper .menu_right p {
    display: inline-flex;
    gap: 15px;
  }
  .header .main-menu {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap:20px;
  }
  .header .main-menu > li {
    display: inline-block;
    float: none;
  }
  .header .no-vertical .main-menu > li:first-child {
    padding-left: 0;
  }
  .header .main-menu>li.header-logo {
    justify-content: center;
  }
  .header .main-menu>li.header-logo a:before {
    display:none;
  }
  .header .container-wapper .menu_right p a,
  .header .main-menu > li > a {
    display: inline-flex;
    color: var(--cl-link-menu);
    cursor: pointer;
    float: none;
    padding: 0;
    position: relative;
    line-height: var(--h-header);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    align-items: center;
    gap: 5px;
    text-transform: var(--text-transform);
  }
  .header .main-menu>li>a:before {
    content: "";
    border-top: 1px solid var(--cl-link-menu-h);
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 100%;
    opacity:0;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
    -webkit-transition: all .24s linear 0ms;
    -khtml-transition: all .24s linear 0ms;
    -moz-transition: all .24s linear 0ms;
    -ms-transition: all .24s linear 0ms;
    -o-transition: all .24s linear 0ms;
    transition: all .24s linear 0ms;
  }
  .header.header-2-lines .main-menu>li>a:before {
    bottom: 25%;
  }
  .header .main-menu>li:hover>a:before {
    opacity:1;
    right: 0;
  }
  .header .main-menu>li>a .icon {
    width: 15px;
    height: 15px;
    display: flex;
  }
  .header .main-menu>li>a .icon svg {
    width: 15px;
    height: 15px;
    fill:var(--cl-link-menu);
  }
  .header .main-menu>li>a:hover .icon svg {fill:var(--cl-link-menu-h);}
  .header.header-2-lines .menu_right p a,
  .header.header-2-lines .main-menu > li > a {
    line-height: var(--h-menu);
  }
  .header .main-menu > li > a > i {
    font-size: 12px;
  }
  .header .main-menu > li.menu_item_hover > a,
  .header .main-menu > li:hover > a {
    color: var(--cl-link-menu-h);
  }
  .header .main-menu > li.menu_item_hover .submenu {
    opacity: 1;
  }
  .header .container-wapper .menu_right p a {
    color: var(--cl-text);
    text-transform: none;
    font-weight:400;
  }
  .header .container-wapper .menu_right p a strong {
    font-weight: var(--font-weight);
  }
  .header .menu-item.has-children.type_mega.pos_rel,
  .header .menu-item.has-children {
    position: relative;
  }
  .header .menu-item.has-children.type_mega {
    position: static;
  }
  .header .menu-item.has-children:before {
    content: "";
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: -100rem;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index:-1;
  }
  .header .navigationMenu.sticky-header .menu-item.has-children:before {
    top:var(--h-menu);
  }
  .header.header-1-lines .menu-item.has-children:before {
    top: calc(var(--h-header) + var(--h-topheader, 0px) + var(--h-top-bar, 0px));
  }
  .header.header-1-lines .header-top.sticky-header .menu-item.has-children:before {
      top:calc(var(--h-header));
  }
  .header .menu-item.has-children:hover:before {
    opacity: 1;
  }
  .header .menu-item.has-children.type_mega .submenu {
    /*left: 15px;
    right: 15px;*/
    width: 100%;
  }
  .header .menu-item.has-children.type_mega .width_custom {
    width: var(--alo-container-width);
  }
  .header .menu-item.has-children.type_mega .submenu .row {
    justify-content: space-between;
  }
  .header .menu-item-has-children.type_mega .submenu .row {
    align-items: flex-start;
    background: #fff;
    
  }
  .header .submenu {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
    left: 0;
    top: 100%;
    background-color: var(--bg-color);
    width: 260px;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease,
      -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease,
      -webkit-transform 0.5s ease;
    padding: 20px;
    text-align: left;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translateY(15px);
    border-radius: 0 0 var(--rounded) var(--rounded);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header .submenu.mega-menu {
    padding: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  .header .submenu li {
    display: list-item;
    list-style: none;
  }
  .header .menu-item-has-children > a::after {
    content: "\e951";
    font-family: icon-dukamarket !important;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    right: 0;
  }
  .header .submenu .menu-item-has-children:hover > a::after {
    content: "\e94f";
  }
  .header .main-menu .submenu div .submenu {
    left: 100%;
    top: 0;
  }

  .header .main-menu .submenu .menu-item.has-children:hover > .submenu {
    top: -20px;
  }
  .header .menu-item-has-children:hover > .submenu,
  .header .menu-item.has-children:hover > .submenu {
    pointer-events: auto;
    opacity: 1;
    top: 100%;
    clip: inherit;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header .main-menu .submenu .menu-item {
    display: list-item;
    list-style: none;
    position: relative;
  }
  .header .main-menu .submenu .menu-item > a {
    display: block;
    color: var(--cl-link-menu-sub);
    padding: 0;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size);
    line-height: 30px;
  }
  .header .main-menu .demos-menu {
    padding: 35px 25px 10px;
  }
  .header .main-menu .demos-menu .demo-item a {
    padding: 0;
  }
  .header .main-menu .demos-menu .demo-item {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .header .main-menu .demos-menu .demo-item .demo-title {
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
  }
  .header .main-menu .mega-menu1 {
    background-repeat: no-repeat;
  }
  .header .main-menu .mega-menu1 .type_link .sub-column {
    padding: 0;
  }
  .header .main-menu .type_link .sub-column .menu-item a {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .header .main-menu .type_link .sub-column .menu-item a:hover {
    color: var(--cl-link-menu-h);
  }
  .header .main-menu .type_link .sub-column .menu-item a .icon {
    width: 25px;
    height: 25px;
    border: 1px solid var(--cl-border);
    border-radius: 100%;
    overflow: hidden;
    position: relative;
  }
  .header .main-menu .type_link .sub-column .menu-item a .icon img {
    right: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
    .header .main-menu .type_link .sub-column .menu-item a span span {
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
      border-radius: 3px;
      padding: 0 5px;
      line-height: 16px;
      display: inline-block;
      position:relative;
      margin: 0 5px;
  }
  .header .main-menu .type_link .sub-column .menu-item a span span:before {
    content: "";
    border: 5px solid transparent;
    display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header .main-menu .type_link .sub-column .menu-item a span span.new:before {border-color: transparent #007aff transparent transparent;}
  .header .main-menu .type_link .sub-column .menu-item a span span.hot:before {border-color: transparent #db3c3c transparent transparent;}
  .header .main-menu .type_link .sub-column .menu-item a span span.new {background: #007aff;}
  .header .main-menu .type_link .sub-column .menu-item a span span.hot {background: #db3c3c;}
  .hide-thub-col .submenu .icon {
    display:none;
  }
  
  .header .main-menu .mega-menu1 .type_link.col-lg-3 {
  }
  .header .main-menu .mega-menu1 .type_mn_banner {
  }
  .header .main-menu .mega-menu1 .type_mn_banner .banner_menu {
    position: relative;
  }
  .header
    .main-menu
    .mega-menu1
    .type_mn_banner
    .banner_menu
    .alo-image
    a:hover {
    box-shadow: 0 0 9px rgb(0 0 0 / 15%);
  }
  .header .main-menu .mega-menu1 .type_mn_banner .banner_menu a img {
    line-height: 1;
    border: 1px solid var(--cl-border);
    border-radius: var(--rounded);
    overflow: hidden;
  }
  .header .main-menu .mega-menu1  .banner_menu .title {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: 0;
  }
  .header .main-menu .mega-menu1  .banner_menu .title a {
    color: var(--cl-btn-text);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
  }
  .header .main-menu .mega-menu1  .banner_menu .title a:hover {
        color: var(--cl-btn-text-h);
  }
  .header .main-menu .mega-menu1 .type_mn_banner .banner_menu a:hover img {
    transform: scale(1);
  }
  .header .main-menu .mega-menu1 .type_mn_banner .banner_menu .laber_content_html {
    position: absolute;
    bottom: 20px;
    left: 30px;
    text-align: center;
  }
  .header .main-menu .mega-menu1 .type_mn_banner .banner_menu .laber_content_html h3 {
    margin: 0;
  }
  .header .main-menu .mega-menu1 .type_mn_banner .banner_menu .laber_content_html h3 a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .header .widgettitle {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  .header .widget-custom-menu {
    margin-bottom: 30px;
  }
  .header .widget-custom-menu ul {
    padding: 0;
  }
  .header .widget-custom-menu ul li {
    list-style: none;
    display: list-item;
  }
  .header .widget-custom-menu ul li a {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    display: block;
  }
  .header .hidden-content {
    display: none;
  }
  .header .hidden-content.show-up {
    display: block;
  }
  .header .box-sticky {
    position: fixed;
    z-index: 999;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    left: 0;
    width: 100%;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background-color: #fff;
    padding: 0;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  .header .box-sticky.is-sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    opacity: 1;
  }
  .header .logo-prepend .logo {
    padding-top: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .header .cart-prepend .box-minicart {
    margin-top: 5px;
    float: left;
  }
  .header .lbl_heading_cat {
    position: absolute;
    color: #fff;
    font-size: 9px;
    padding: 1px 7px 0;
    border-radius: 50px;
    top: 50%;
    line-height: 16px;
    background: #01bad4;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -5px;
    margin-top: -14px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }
  .header .cat_menu .lbl_heading_cat {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 5px;
  }
  .header .main-menu > li > a::after {
    display: none;
  }
  .header .main-menu li.menu-item.menu_item_hover .submenu,
  .header .main-menu li.menu-item.has-children:hover > .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    clip: inherit;
  }
  .header .pr_lazy_img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .header .pr_lazy_img {
    background-position: center center;
  }
  .header .main-menu .submenu .menu-item .collection_item {
    line-height: 1;
  }
  .header .main-menu .submenu .menu-item .product-name {
    font-size: 16px;
    color: var(--cl-main);
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
  }
  .header .main-menu .product-item .product-name:hover {
    color: var(--cl-h);
  }
  .header .main-menu .product-item .group-button a {
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #666;
    margin: 4px 0 4px 4px;
    background-color: #fff;
    padding: 0px;
  }
  .header .main-menu .group-button .add-to-cart,
  .header .main-menu .group-button .btn-sold-out,
  .header .main-menu .group-button .select-option {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 14px;
    margin-left: 0;
    margin-right: 4px;
    float: left;
    text-align: center;
    font-weight: 600;
  }
  .header .main-menu .product-inner .quickview-button {
    line-height: 35px;
    color: #fff !important;
    padding: 8px 20px !important;
  }
  .header .main-menu .group-button .inner {
    padding: 0px 10px 10px 10px;
  }
  .header .main-menu .product-item .group-button {
    display: inline;
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header .main-menu .product-item:hover .product-inner {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .header .main-menu .product-inner .group-flash {
    top: 0px;
  }
  .header .main-menu .type_link2 .menu-item:hover > a {
    color: var(--cl-link-menu-h);
  }
  .header .main-menu .submenu .slick-slide {
    opacity: 1;
  }
  .header .main-menu div.type_link > a {
    display: block;
    color: #878787;
    line-height: 1.5;
    padding: 14px 15px;
    background-color: transparent !important;
  }
  .header .main-menu .submenu .type_link h3 {
    margin-bottom: 15px;
    position: relative;
  }
  .header .main-menu .submenu .type_link h3 a {
      color: var(--cl-link-menu-heading);
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      display: inline-block;
  }
  .header .main-menu .submenu .type_link h3 a:hover {
    color: var(--cl-link-menu-h);
  }
  .header .main-menu .type_link ul.sub-column {
    padding-left: 0px;
  }
  .header .main-menu .type_link .sub-column > li a {
    padding: 0;
    background-color: transparent !important;
    text-transform: capitalize;
  }
  .header .main-menu .type_link .sub-column > li:last-child a {
    padding: 0;
  }
  .header .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .header .main-menu .submenu .menu-item .cat_grid_item__content {
    position: relative;
  }
  .header .main-menu .submenu .menu-item .cat_grid_item__wrapper {
    position: absolute;
    text-align: center;
    right: 30px;
    left: 30px;
    bottom: 30px;
  }
  .header .main-menu .submenu .menu-item .cat_grid_item__content .alo-image {
    border-radius: var(--rounded);
    overflow: hidden;
  }
  .header .main-menu .submenu .menu-item .cat_space_item {
    overflow: hidden;
  }

.header.header-2-lines .navigationMenu.sticky-header,
.header.header-1-lines .header-top.sticky-header {
    box-shadow: 0 0 10px #00000026;
    margin: 0;
    z-index: 99;
    opacity:1;
    border:none;
    background: var(--bg-header-sticky) !important;
    transition: all .45s linear 0ms;
  }

  .header .header-top.sticky .full-width {
    padding-right: var(--alo-gap);
    padding-left: var(--alo-gap);
  }
  .scroll_up .header.header-1-lines .header-top.sticky-header,
  .scroll_up .header.header-2-lines .navigationMenu.sticky-header {
    position: fixed;  
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(0);
  }
  .scroll_down .header.header-1-lines .header-top.sticky-header,
  .scroll_down .header.header-2-lines .navigationMenu.sticky-header {
    transform: translateY(-100px);
  }
  .scroll_up_end .header.header-2-lines .navigationMenu.sticky-header,
  .scroll_up_end .header.header-1-lines .header-top.sticky-header {
    position:static;
  }
  .header.header-2-lines .navigationMenu.sticky-header .vertical_menu,
  .header.header-1-lines .header-top.sticky-header .vertical_menu {
    display:none;
  }
}

@media (min-width: 1230px) {
  .header .main-menu {
    gap:30px;
  }
}
@media (min-width: 1650px) {
  .header .main-menu {
    gap:30px;
  }
}
/* End Header Main */
/*Cart popup style*/
.mask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9995;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s, visibility 0.25s;
}

.hero_canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width:100%;
  max-width: 480px;
  background-color: #fff;
  right: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  display: block;
  z-index: 99999 !important;
  opacity: 0;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
@media only screen and (min-width: 1024px) {
  .hero_canvas {
    overflow: hidden;
    top: 15px;
    bottom: 15px;
    right:15px;
    border-radius: var(--rounded);
  }
  .rtl .hero_canvas {
    right: inherit;
    left:15px;
  }
}

.hero_canvas .mini_header {
  padding: 35px 40px 22px 40px;
  border-bottom: none;
  align-items: center;
  display: flex;
}
.hero_canvas .mini_header .widget-title {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

#login_pupop.hero_canvas {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  top: 50%;
  opacity: 0;
  width: 500px;
  border-radius: var(--rounded);
  padding: 20px 30px 30px;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#login_pupop.hero_canvas .login-register-form {
  margin: 0;
  padding: 0;
}
#login_pupop.hero_canvas.act_opened {
  opacity: 1;
  pointer-events: auto;
}
#login_pupop.hero_canvas .tabcontent {
  display: none;
}
#login_pupop.hero_canvas .tabcontent.active {
  display: block;
}
#login_pupop .text p {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
#login_pupop .text {
  padding-top: 30px;
}
#login_pupop .text p a {
  color: var(--cl-link-h);
}

.wrap-mini-cart {
  background: var(--bg-body);
  position: relative;
  z-index: 2;
  height: 100%;
}
.hero_canvas .mini_cart_header {
  padding: 0;
  border-bottom: none;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.hero_canvas .mini_cart_header .title.active {
  border-color: var(--cl-link-h);
  color: var(--cl-link-h);
}

.hero_canvas .popup_content,
.hero_canvas .popup-wishlist_empty {
  margin: 0;
}
.hero_canvas .popup-wishlist_empty p {
  display: block;
  margin: 0;
  color: var(--cl-main);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.hero_canvas .box-cart {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: absolute;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
}
.hero_canvas .js-cart-inner {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  top: 0;
}
.hero_canvas .js-cart-inner::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
  overflow-y: auto;
  max-height: 600px;
}
.hero_canvas .js-cart-inner::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 4px;
  cursor: pointer;
}

.hero_canvas .js-cart-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.hero_canvas .js-cart-inner .list-item {
  border-bottom: 0;
  width: auto;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}

.hero_canvas .js-cart-inner .list-item::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}
.hero_canvas .js-cart-inner .list-item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  cursor: pointer;
}
.hero_canvas .js-cart-inner .list-item::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e2e6eb;
  border-radius: 10px;
}
.hero_canvas .js-cart-inner .list-item .product-item {
    margin: 0 0 20px;
    border: none;
    border-bottom: 1px solid var(--cl-border);
    display: inline-flex;
    width: 100%;
    padding: 0 0 20px;
    box-shadow: 0 0;
    position: relative;
    align-items: center;
    gap:20px;
}
.hero_canvas .js-cart-inner .list-item .product-item .card__media {
  max-width: 110px;
  width: 100%;
}
.hero_canvas .js-cart-inner .list-item .product-item .thumb {
  float: left;
  margin-right: 20px;
  position: relative;
}
.hero_canvas .js-cart-inner .list-item .product-item .thumb .laber-loading {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hero_canvas .js-cart-inner .list-item .product-item .thumb .circle-loadding {
  position: static;
  background: transparent;
}
.hero_canvas .js-cart-inner .list-item .product-item .thumb .laber-loading span {
  position: static;
  background: transparent;
  width: 20px;
  height: 20px;
}
.hero_canvas .js-cart-inner .list-item .product-item.ajax-loading .thumb .laber-loading {
  opacity: 1;
}

.hero_canvas .js-cart-inner .list-item .product-item .image_product {
  border: 1px solid var(--cl-border);
  border-radius: calc(var(--rounded) / 2);
  overflow:hidden;
}
.hero_canvas .js-cart-inner .list-item .product-item.ajax-loading .thumb img {
  opacity: 0.5;
}
.hero_canvas .js-cart-inner .list-item .product-item .info {
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.hero_canvas .js-cart-inner .list-item .product-item .info .product-name {
  color: var(--cl-name-product);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.hero_canvas .js-cart-inner .list-item .product-item .info .product-name:hover {
  color: var(--cl-name-product-h);
}
.hero_canvas .js-cart-inner .list-item .product-item.loading .remove i {display:none;}
.hero_canvas .js-cart-inner .list-item .product-item.loading .remove:before {
    content: "";
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 1.5px solid var(--cl-main);
    border-right: 1.5px solid var(--cl-main);
    border-bottom: 1.5px solid var(--cl-main);
    border-left: 1.5px solid transparent;
    width: 10px;
    height: 10px;
    animation: spin .5s linear infinite;
    position: relative;
    top: 8px;
    opacity: 1;
}
.hero_canvas .js-cart-inner .list-item .product-item .info .product-item-qty .price span {
  font-weight: 600;
  font-size: var(--font-size);
}

.hero_canvas .js-cart-inner .list-item .product-item .info .product-item-qty {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.hero_canvas .js-cart-inner .list-item .product-item .info .product-item-qty .edit-cart {
  position: absolute;
  top: 0;
  right: -30px;
}
.open-edit-cart .edit-cart {
  pointer-events: none;
}
.hero_canvas .js-cart-inner .list-item .product-item .info .quantity-item {
  display: flex;
  align-items: center;
}

.hero_canvas .js-cart-inner .list-item .product-item .remove {
  color: var(--cl-main);
  font-weight: 400;
  font-size: 14px;
  width: 16px;
  height: 16px;
  display: block;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.hero_canvas .list-item .quantity-item .quantity {
  width: 100px;
}
.hero_canvas .list-item .quantity-item .quantity .quantity__input {
  font-size: 14px;
  height: 38px;
  line-height:38px;
  border: none;
}
.hero_canvas .list-item .quantity-item .quantity .quantity__button {
  width: 35px;
  height: 38px;
}
.hero_canvas .list-item .quantity-item .quantity .quantity__button svg {
    width: 12px;
    height: 12px;
}
.hero_canvas .js-cart-inner .list-item .product-item .remove:hover {
  color: var(--cl-secondary);
}
.hero_canvas .js-cart-inner .list-item .product-item:first-child {
  padding-top: 0;
}
.hero_canvas .js-cart-inner .list-item .product-item:last-child {
  margin: 0;
}
.hero_canvas .js-cart-inner .list-item .product-item dl {
  margin: 0;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option {
  display: flex;
  line-height: 20px;
  margin: 0 0 5px;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dt {
  min-width: 60px;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dd {
  margin: 0;
      display: flex;
    align-items: center;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dd a {
  line-height: 1;
  display: block;
  position: relative;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dd a svg{
  height: 20px;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dd a span.img {
  pointer-events: none;
  background: rgba(0,0,0,.8);
  border: medium none;
  border-radius: var(--rounded);
  bottom: 100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 5px 5px 2px 5px;
  position: absolute;
  text-transform: capitalize;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%);
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all .4s linear 0ms;
  -khtml-transition: all .4s linear 0ms;
  -moz-transition: all .4s linear 0ms;
  -ms-transition: all .4s linear 0ms;
  -o-transition: all .4s linear 0ms;
  transition: all .4s linear 0ms;
  width: 80px;
  box-shadow: 0 0 30px #487bb726;
  line-height: 1;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dd a span.img:before {
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    width: 0;
}
.hero_canvas .js-cart-inner .list-item .product-item .product-option dd a:hover span.img {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.hero_canvas .js-cart-inner.cart-empty {
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 0;
  position: absolute;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
}
.hero_canvas .js-cart-inner.cart-empty .icon-cart-empty {
  font-size: 30px;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.hero_canvas .js-cart-inner.cart-empty .list-collections {
  flex-grow: 1;
  position:relative;
  width: 100%;
}
.hero_canvas .js-cart-inner.cart-empty .list-collections .all-collections {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}
.hero_canvas .js-cart-inner.cart-empty .list-collections .all-collections .cat_grid_item__wrapper {

}
.hero_canvas .js-cart-inner.cart-empty .box-bottom-btn {
    width: 100%;
}
.hero_canvas .js-cart-inner.cart-empty .box-bottom-btn a {
    max-width: initial;
}

.alo_cart-addons:before {
  content: "";
  background: rgb(255 255 255 / 60%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.43, 0.27, 0.36, 0.83);
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
.hero_canvas.addons-open .alo_cart-addons:before{
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}
.header .mobile-navigation:after,
.header .header-icon:after {
  content: "";
  background:#0006;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  cursor: url(hover_close.svg) 30 30, pointer;
}
.header .mobile-navigation.active:after,
.header .header-icon.active:after {
  pointer-events: auto;
  opacity: 1;
  bottom: -1000rem;
  left: -15px;
  right: -15px;
}
.hero_canvas .alo_cart-addons {
  display: flex;
  height: 46px;
  border-top: 1px solid var(--cl-border);
  justify-content: center;
  align-items: center;
}
.hero_canvas .alo_cart-addons > div {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}
.hero_canvas .alo_cart-addons button {
  background: none;
  border: 0;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  padding: 14px 15px;
  cursor: pointer;
}
.hero_canvas .alo_cart-addons button path,
.hero_canvas .alo_cart-addons button svg {
  fill: var(--cl-link);
}
.hero_canvas .alo_cart-addons button:hover path,
.hero_canvas .alo_cart-addons button:hover svg {
  fill: var(--cl-link-h);
}
.hero_canvas .alo_cart-addons > div:not(:last-of-type):after {
  content: "";
  height: 20px;
  border-right: 1px dashed var(--cl-border);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero_canvas .box-bottom-btn {
  position: relative; 
  z-index: 99; 
}
.hero_canvas .alo_addon {
  position: absolute;
  bottom: 0;
  left: 0; 
  right: 0;
  background: #f1f5f6;
  padding: 30px;
  border-top: 1px solid var(--cl-border);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83);
  -khtml-transition: all 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83);
  -ms-transition: all 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83);
  transition: all 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83);
}
.hero_canvas .alo_addon.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.hero_canvas .alo_addon .alo_addon-title {
  font-weight: 500;
  line-height: 18px;
  color: var(--cl-main);
  display: flex;
  gap: 5px;
}
.hero_canvas .alo_addon .alo_addon-title svg,
.hero_canvas .alo_addon .alo_addon-title path {
  fill: var(--cl-main);
}
.hero_canvas .alo_addon .alo_addon-content {
}

.hero_canvas .alo_addon-content label,
.hero_canvas .alo_addon-content p {
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
}
.hero_canvas .alo_addon .alo_addon-content .add-order-note {
  margin-bottom: 10px;
  line-height: 1;
}
.hero_canvas .alo_addon .alo_addon-content .add-order-note .cart-note__input {
  height: 135px;
  padding: 20px;
  width: 100%;
  line-height: 20px;
  border-radius: 10px;
}
.hero_canvas .alo_addon .alo_addon-content .add-order-note .cart-note__input:placeholder {
  color: var(--cl-text-body);
}
.hero_canvas .alo_addon .alo_addon-content p.select {
  margin-bottom: 10px;
  position: relative;
}
.hero_canvas .alo_addon .alo_addon-content select,
.hero_canvas .alo_addon .alo_addon-content input {
  padding: 0 20px;
  width: 100%;
}
.hero_canvas .alo_addon .alo_addon-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hero_canvas .alo_addon .alo_addon-content p.select:before {
  content: "\e94f";
  font-family: icon-dukamarket !important;
  position: absolute;
  bottom: 17px;
  right: 20px;
  font-size: 18px;
  top: inherit;
  left: initial;
  z-index: 9;
}
.hero_canvas .alo_addon .alo_addon-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero_canvas .alo_addon .add-order-shipping .title {
  display: none;
}
.hero_canvas .alo_addon .alo_addon-actions .alo_add-giftwrap,
.hero_canvas .alo_addon .add-order-shipping .get-rates,
.hero_canvas .alo_addon .alo_addon-actions .btn-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  line-height: 15px;
  cursor: pointer;
  position: relative;
  max-width: inherit;
}
.hero_canvas .alo_addon .add-order-shipping #wrapper-response p {
  color: var(--cl-text-body);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  padding: 0;
}
.hero_canvas .alo_addon .add-order-shipping #wrapper-response p.error {
  color: var(--cl-secondary);
}
#shipping-rates {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  font-weight: 500;
  color: var(--cl-main);
  margin-bottom: 10px;
}
.hero_canvas .alo_addon .alo_addon-actions .btn-cancel {
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    border: none;
    background: no-repeat;
    color: var(--cl-link);
    cursor: pointer;
}
.hero_canvas .alo_addon .alo_addon-actions .btn-cancel:hover {
  color: var(--cl-link-h);
}
.hero_canvas .alo_addon .add-order-gift {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.hero_canvas .alo_addon .add-order-gift svg {
  width: 40px;
  height: 40px;
}
.hero_canvas .alo_addon .add-order-gift p span.money {
  color: var(--cl-price-product);
  font-weight: 700;
}
.hero_canvas .cms-bottom-group {
  background: var(--bg-body);
  border-top: 1px solid var(--cl-border);
  display:block;
}
.hero_canvas .cms-bottom-group .subtotal {
  display: flex;
  width: 100%;
  padding:0;
  justify-content: space-between;
  align-items: center;
}
.hero_canvas .cms-bottom-group .subtotal .text {
  color: var(--cl-main);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.hero_canvas .cms-bottom-group .subtotal .js-total-price {
  color: var(--cl-current-product);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.hero_canvas .cms-bottom-group .subtotal .text {
}
.hero_canvas .cms-bottom-group .cms-group-button {
  align-items: center;
  display: flex;
  text-align: center;
  gap:15px;
}
.hero_canvas .cms-bottom-group .cms-group-button .cms-btn,
.hero_canvas .cms-bottom-group .cms-group-button .cms-btn-cart {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    font-weight: 500;
    font-size: var(--font-size);
    line-height: 15px;
    text-transform: capitalize;
}
.hero_canvas .cms-bottom-group .cms-group-button .cms-btn {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.hero_canvas .cms-bottom-group .cms-group-button .cms-btn svg {
  fill: var(--cl-btn-text);
  width: 20px;
  height: 20px;
}
.hero_canvas.act_opened {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.hero_canvas .tell_me {
  width: 100%;
  height: 100%;
}
.alo__terms-conditions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.alo__terms-conditions .label {
  cursor: pointer;
}
.alo__terms-conditions .input {
  position: absolute;
  cursor: pointer;
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.alo__terms-conditions p {
  margin: 0;
  font-size: var(--font-size);
  cursor: pointer;
  color: var(--cl-text-body);
  line-height: 1;
}
.alo__terms-conditions p a {
  color: var(--cl-main);
  font-style: italic;
}
.checkbox-group {
  width: 15px;
  height: 15px;
}
.checkmark {
  pointer-events: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid var(--cl-border);
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #fff;
}
.checkmark:after {
  content: "\e94c";
  font-family: icon-dukamarket !important;
  color: #fff;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
input[type=checkbox]:checked+.checkmark {
  background-color: var(--cl-main);
}
input[type=checkbox]:checked+.checkmark:after {
    opacity: 1;
}
#js_search_popup.hero_canvas .search-modal .title,
#js_cart_popup.hero_canvas .mini_cart_header .title {
  width: 100%;
  text-align: left;
  background: var(--bg-header);
  color: var(--cl-icon-header);
  border: none;
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  gap: var(--alo-gap);
  text-transform: capitalize;
  border-bottom: 1px solid var(--cl-border);
}
#js_search_popup.hero_canvas .close-x ,
#js_cart_popup.hero_canvas .close-x {
  top: 15px;
  right: 30px;
  line-height:1;
}

.content_tell_me {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  text-align: center;
}
.content_tell_me .logo {
  margin-bottom: 55px;
}
.content_tell_me .logo h3.title {
  font-size: 13px;
  margin: 10px 0 25px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.content_tell_me .logo .content {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 25px;
}
.content_tell_me .div_instagram {
  width: 100%;
  margin-bottom: 55px;
}
.content_tell_me .div_instagram .row {
  margin: 0 -5px;
}
.content_tell_me .div_instagram .item {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.content_tell_me .div_instagram .item .wrap_ins_img {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: block;
}
.content_tell_me .div_instagram .item .wrap_ins_img:before {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  z-index: 2;
  right: 50%;
  bottom: 50%;
}
.content_tell_me .div_instagram .item .wrap_ins_img:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.6s;
}
.content_tell_me .div_instagram .item .wrap_ins_img i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 240ms linear 0s;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0s;
  -ms-transition: all 240ms linear 0s;
  -o-transition: all 240ms linear 0s;
  transition: all 240ms linear 0s;
  opacity: 0;
}
.content_tell_me .div_instagram .item .wrap_ins_img:hover i {
  opacity: 1;
}
.content_tell_me .contact {
}
.content_tell_me .contact > .title {
  font-size: 13px;
  color: var(--cl-main);
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
}
.content_tell_me .contact .s_email,
.content_tell_me .contact .address,
.content_tell_me .contact .p_number {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1;
  margin-bottom: 15px;
}
.content_tell_me .contact .socials {
  padding-top: 15px;
}
.content_tell_me .contact .socials label {
  display: none;
}

.mask_opened {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility;
}

.img_pr {
  min-width: 95px;
  max-width: 95px;
  padding-right: 0;
}

.content_pr {
  padding-left: 10px;
  color: #878787;
  flex-basis: 0;
  flex-grow: 1;
}
.close-x,
.close_popup_ajax {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    position: absolute;
    color: #fff;
    top: 20px;
    right: 20px;
    z-index: 9;
    background: #EA5097;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-x:hover,
.close_popup_ajax:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  background: #1B1B1B;
  color #fff;
}


/*Search popup style*/
.laber_mini_cart .widget-title {
  color: var(--cl-main);
  padding-top: 95px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.search-title {
  margin: 0px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1499px) {
}
.aloSearch .laber_search {
  position: relative;
}
.aloSearch .laber_search {
}
.search_header__submit {
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  color: var(--cl-main);
  height: 43px;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
}
.frm_search_cat {
  position: relative;
}
.frm_search_cat:after {
  content: "";
  background-color: #acafb7;
  height: 15px;
  width: 1px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}
.frm_search_cat select {
  padding: 0 30px 0 23px;
  max-width: 100%;
  width: 100%;
  outline: 0;
  vertical-align: middle;
  transition: border-color 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: transparent;
  box-shadow: none;
  color: var(--cl-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border: none;
  height: 43px;
}

.frm_search_input {
  display: flex;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.mini_cart_wrap.open_result .frm_search_input {
  border-color: var(--cl-main);
}
.frm_search_input .search_header__submit {
  display: inline-flex;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}

.mini_search_frm {
}

.search_header__prs {
  padding: 10px 40px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 3px 10px 0 rgba(129, 129, 129, 0.2);
}
.search_header__prs span {
  font-weight: 600;
  color: #111;
}

.fixcl-scroll {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#search_pupop .mini_cart_wrap {
  position: relative;
  width: 600px;
  border: 1px solid #cfd4de;
  height: 45px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0 auto;
}
#search_pupop .mini_cart_wrap.open_result {
  border-color: var(--cl-h);
}
#search_pupop .mini_cart_wrap .search_header {
  display: flex;
  position: relative;
}
#search_pupop .mini_cart_content {
  position: absolute;
  -ms-flex: 1 1 auto;
  top: 100px;
  left: 0;
  right: 0;
  min-height: 400px;
  height: auto;
  z-index: 99;
  background: #fff;
  opacity: 1;
  display: block;
  border-radius: var(--rounded);
}
#search_pupop .mini_cart_wrap.open_result .mini_cart_content {
  opacity: 1;
  display: block;
}
.fixcl-scroll .product_list_widget .skeleton_wrap {
  position: relative;
}
input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
  height: 43px;
  border: none;
  width: 100%;
  line-height: 18px;
  color: #acafb7;
  appearance: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0 20px;
}
input.search_header__input:focus {
  color: var(--cl-h) !important;
}
.mini_cart_wrap {
  position: relative;
}
/*Cart popup style*/
.mini_cart_header .title .cart-count {
  color: var(--cl-count-header);
  width: 20px;
  height: 20px;
  background: var(--bg-count-header);
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
}
.mini_cart_header {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.remove {
  color: #555;
  font-size: 20px;
}

.js_prs_search .product-title {
  color: var(--cl-name-product);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  display: block;
}
.js_prs_search .product-title:hover {
  color: var(--cl-name-product-h);
}

.js_prs_search .product-price {
  color: var(--cl-price-product);
  text-decoration: unset;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.js_prs_search .product-price .compare {
  color: var(--cl-compare-price-product);
  margin: unset;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 2px;
  font-size: 14px;
}
.js_prs_search .product-price .current {
  color: var(--cl-current-product);
}

.type_product a {
  padding: 0px;
}

.product-store-lists {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.product-store-lists__title h3 {
  margin: 0px;
  margin-bottom: 10px;
}

.product-store-lists__title h3 a {
  color: var(--cl-name-product);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.product-store-lists__title h3 a:hover {
  color: var(--cl-name-product-h);
}

.product-store-lists .product-store-lists__image {
  float: left;
  width: 50%;
}

.product-store-lists .product-store-lists__content {
  float: right;
  width: 50%;
  text-align: left;
}

.product-store-lists__variant {
  color: #858585;
}

.mini_cart_header .title-customer {
  line-height: 55px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--cl-main);
  text-align: center;
  border-bottom: 2px solid #ebebeb;
  text-transform: uppercase;
  cursor: pointer;
}
.mini_cart_header .title-customer span {
  color: var(--cl-h);
}
.hero_canvas .cms-bottom-group .discounts.list-unstyled .discounts__discount {
  margin-bottom: 15px;
}
.discounts.list-unstyled .discounts__discount {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: flex-end;
}
.discounts.list-unstyled .discounts__discount svg {
  width: 16px;
  margin-right: 10px;
}
.discounts.list-unstyled .discounts__discount span {
  color: var(--cl-current-product);
}
@media (max-width: 1024px) {
  .header-top.sticky-header {
      position: fixed;
      z-index: 99;
      top:0;
      left: 0;
      right: 0;
      box-shadow: 0 0 25px #487bb740;
      background-color: var(--bg-header);
      border-radius:0 0 var(--rounded) var(--rounded);
      opacity: 0;
      transform: translateY(-100px);
      transition: all .24s linear 0ms;
  }
  .scroll_up .header-top.sticky-header {
    transform: translateY(0);  
    opacity: 1;
  }
  .header .cart-block .total-price,
  .header_search span.b ,
  .header .header-control li span.b ,
  .hide-mobile {
    display: none !important;
  }
  .header .full-width {
    padding: 0 15px;
  }
  .header .header-control li .minicart {
    padding: 2px 0px;
  }
  .header .header-control .total-price span.b {
   display:block !important;
  }
  .header .header-control li:first-child {
    padding-left: 0px;
  }
  .header .header-control li:last-child {
    padding-right: 0px;
  }
  .header .header-control li.hide-mobile {
    display: none;
  }
  .cms-top-header .topbar .announcement-bar .wrapper-bar-message,
  .cms-top-header .topbar .announcement-bar .topbar-right,
  .cms-top-header .topbar .announcement-bar .topbar-left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cms-top-header .wrapper-bar-message .announcement-bar__message,
  .cms-top-header .topbar .announcement-bar .top_contac ul li {
    line-height: 30px;
  }
  .header .header-control li {
    padding: 0;
  }

  .header .header-nav {
    display: none !important;
  }
  /* Start Menu Mobile */
  .header .topbar .announcement-bar {
    display: block;
  }
  .header .topbar .announcement-bar div {
    text-align: inherit;
  }
  .header .topbar .full-width {
    width: 100%;
    padding: 60px;
  }
  .header-inner {
    grid-template-areas: "logo right nav-mobile";
    grid-template-columns: 1fr auto auto;
    height: 60px !important;
    gap: 0;
  }
  .header .header-nav-mobile {
    justify-content: flex-start;
    display: inline-flex;
    max-width: max-content;
    gap:0;
    align-items: center;
    grid-area: nav-mobile;
    z-index: 1;
  }
  .header .logo-mobile {
    justify-content: center;
    display: inline-flex;
  }
  .header .logo-mobile h1 {
    margin: 0;
  }
  .header .header-nav-mobile .mobile-navigation.sidebar-homepage {
    margin-right: 15px;
  }
  .header .header-logo {
    text-align: left;
    flex-grow: 2;
    justify-content: flex-start;
    height: auto;
    align-items: center;
    display: flex;
  }
  .header .header-nav {
    display: none;
  }
  .header .header-control li:first-child {
    margin-bottom: 0px;
  }

  .cms-clone-wrap {
    position: fixed;
    overflow-x: hidden;
    top: 0;
    left: -250%;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  }

  .cms-clone-wrap.open {
    left: 0;
  }

  .cms-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
  }
  .cms-panels-actions-wrap h3 {
    background-color: var(--cl-main);
    margin: 0;
    padding: 0 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .cms-panels-actions-wrap .cms-close-btn,
  .cms-panels-actions-wrap .cms-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border-left: 1px solid #fff;
  }

  .cms-panels-actions-wrap .cms-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
  }

  .cms-panels-actions-wrap .cms-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
  }

  .cms-panels-actions-wrap .cms-prev-panel:before {
    content: "\e875";
    font-family: Linearicons-Free;
  }

  .cms-panel > ul {
    padding: 0;
    margin: 0;
  }

  .cms-sub-panel > .submenu {
    padding: 0px;
  }

  .cms-panel li {
    list-style: none;
    position: relative;
  }

  .cms-panel > ul > li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    color: #111;
  }

  .cms-panel > ul > li:hover {
    background-color: #f5f5f5;
    color: var(--cl-main);
  }

  .cms-panel > ul.submenu > li {
    padding: 0;
  }

  .cms-panel > ul > li > a {
    display: block;
    font-size: 16px;
    color: inherit;
  }
  .cms-panel > ul > li a i {
    display: none;
  }
  .cms-panel .cms-next-panel {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-left: 1px solid #f5f5f5;
  }
  .cms-panel .cms-item-title {
    height: 50px;
    line-height: 50px;
    color: inherit;
  }
  .cms-panel .cms-item-title:hover {
    color: var(--cl-main);
  }

  .cms-next-panel {
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .cms-next-panel:before {
    content: "";
    font-family: FontAwesome;
  }

  .cms-clone-wrap .cms-panels {
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
  }

  .cms-clone-wrap .cms-panel {
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
  }

  .cms-clone-wrap .cms-main-panel,
  .cms-clone-wrap .cms-panel.cms-panel-opened {
    transform: translateX(0);
    z-index: 10;
  }

  .cms-clone-wrap .cms-main-panel,
  .cms-clone-wrap .cms-panel.cms-panel-opened.cms-sub-opened {
    z-index: 8;
  }

  .cms-clone-wrap .cms-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }

  .cms-clone-wrap .cms-hidden {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }

  .cms-clone-wrap .submenu.megamenu {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
  }

  .cms-panel-opened > .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .cms-panel-opened > .submenu .menu-item.has-children {
    margin-left: 10px;
  }
  .cms-panel-opened > .submenu .menu-item > a {
    font-weight: 600;
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    color: #353e45;
    font-size: 16px;
  }
  .cms-panel-opened > .submenu row {
    margin: 0;
  }
  .cms-panel-opened > .submenu .menu-item:not(.type_link):not(.type_mn_banner) {
    border-bottom: 1px solid #f5f5f5;
    color: #353e45;
    padding: 0 20px;
  }
  .cms-panel-opened
    > .submenu
    .menu-item:not(.type_link):not(.type_mn_banner)
    a {
    font-weight: 400;
    color: inherit;
    width: 100%;
    display: block;
    border-bottom: none;
    font-size: 14px;
  }
  .cms-panel-opened > .submenu .menu-item .laberProducts-column {
    padding: 20px;
  }
  .cms-panel-opened
    > .submenu
    .menu-item.type_mn_banner
    .banner_menu
    .laber_content_html {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .cms-panel-opened
    > .submenu
    .menu-item.type_mn_banner
    .banner_menu
    .laber_content_html
    h3 {
    margin: 0;
  }
  .cms-panel-opened
    > .submenu
    .menu-item.type_mn_banner
    .banner_menu
    .laber_content_html
    h3
    a {
    color: var(--cl-main);
    background: #fff;
    font-weight: 600;
    line-height: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 3px;
  }
  .cms-panel-opened
    > .submenu
    .menu-item.type_mn_banner
    .banner_menu
    .laber_content_html
    h3
    a:hover {
    background-color: var(--cl-h);
    color: #fff;
  }
  .cms-panel-opened .mega-menu {
    padding: 0px;
  }
  .cms-panel-opened .mega-menu .container {
    width: auto;
    padding: 0px;
  }
  .cms-panel-opened .mega-menu .container .type_link {
    padding: 0px;
  }
  .cms-panel-opened .mega-menu .container .type_link .menu-item {
    border-bottom: 1px solid #eee;
    color: #111;
  }
  .cms-panel-opened .mega-menu .container .type_link .menu-item a {
    padding: 14px 20px;
    color: inherit;
    width: 100%;
    display: block;
  }
  .cms-panel-opened .mega-menu .container .type_link .menu-item:hover {
    background-color: var(--cl-h);
    color: #fff;
  }

  .menu-item.has-children.clone-menu-item > a::after {
    display: none;
  }

  .cms-panel > .demos-menu {
    padding: 0;
  }

  .cms-panel > .demos-menu .demo-item {
    width: 100%;
  }

  .cms-panel > .demos-menu .demo-item .demo-title {
    margin: 0;
  }
  #search_pupop .mini_cart_content .js_prs_search a:link.btn,
  .cms-panel > .mega-menu .widget-custom-menu {
    width: 100%;
  }
  .header-search .search_header {
    width: 100%;
    border-color: #ebebeb;
  }
  .header-search .search_header .row{margin:0;}
}
@media only screen and (max-width: 1200px) {
  .open-edit-cart .hero_canvas.act_opened {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(104%, 0, 0);
    transform: translate3d(104%, 0, 0);
    opacity: 0;
  }
}
/* End Menu Mobile */
/* ipad pro */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav .menu {
    padding-left: 10px;
  }
  .header-nav .menu li {
    padding: 0 10px;
  }
  .header.header-1-lines .header-right .header-control,
  .header .header-right .header-control {
    gap: 0;
  }
  .header .header-control li span.b {
    font-size:13px;
  }
}
/* ipad  */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/* mobile  */

@media only screen and (max-width: 767px) {
  #js_search_popup.hero_canvas .close-x, 
  #js_cart_popup.hero_canvas .close-x,
  .close_popup_ajax {
    top: 15px;
    right: 15px;
  }
  .frm_search_cat {
    display: none;
  }
  .cms-top-header .topbar .full-width,
  .header .full-width {
    padding: 0 15px;
  }
  .header .header-control li.button_tell_me,
  .header .header-control li.hide-mobile {
    display: none;
  }
  .header .header-control li.box-minicart {
    padding-right: 0;
  }
  #search_pupop.hero_canvas {
    left: 0;
    right: 0;
    height: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  #search_pupop.hero_canvas.act_opened {
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  #search_pupop .mini_cart_wrap.open_result .mini_cart_content {
    top: auto;
  }
  .cms-top-header .topbar .announcement-bar .top_contac {
    display: none;
  }

  #search_pupop .mini_cart_wrap {
    position: static;
    width: 100%;
  }
  .laber_mini_cart .widget-title {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #search_pupop.hero_canvas {
    min-height: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .popular-search-keywords span.title_key_word {
    display: none;
  }

  .header .header-top .header-logo img {
      max-width: 150px;
  }
  .hero_canvas .list-item .quantity-item .quantity {
    width:100%;
  }
}
dialog.popup-login h2.title {
  text-align:center;
}

.customer .field {
  position: relative;
}
.customer .field input {
  width: 100%;
}
.customer .field input::placeholder {
  opacity: 0;
}
.customer .field label {
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 500;
  height: 50px;
  padding: 0;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all .2s linear 0ms;
  -khtml-transition: all .2s linear 0ms;
  -moz-transition: all .2s linear 0ms;
  -ms-transition: all .2s linear 0ms;
  -o-transition: all .2s linear 0ms;
  transition: all .2s linear 0ms;
  font-size: var(--font-size);
  display: flex;
  align-items: center;
}
select[required]:valid ~ label, 
select[selected] ~ label, 
:is(input, textarea):focus ~ label, 
:is(input, textarea):not(:placeholder-shown) ~ label, 
:is(input, textarea, select):-webkit-autofill ~ label {
  font-size: 10px !important;
  height: 25px !important;
}
.customer button {
    max-width: inherit;
}
.form__message {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top:5px;
  font-size: 14px;
}
.form__message span {display: flex;}
.form__message svg {
  height: 15px;
  width: 15px;
}
.customer.register .field input.error ~ label {
  display:none;
}
.customer.register .field input.error ~ label.error {
  display:block;
  color: #ff3b30;
}
.customer h2.form__message {
  font-size: 14px;
  font-weight: 400;
}
.customer.register ul {
  list-style: inside;
  margin: 15px;
}
.customer.register ul li {
  
}
.customer.register ul li a {
    text-decoration: underline;
    width: inherit;
    margin: 0;
    display: inline-block;
}
/* End header */
