/** Shopify CDN: Minification failed

Line 4014:1 Expected "}" to go with "{"

**/
html { 
  overflow-x: hidden; 
  
}
body ::-webkit-scrollbar {
  width: 4px;
}
body ::-webkit-scrollbar-thumb {
  background: var(--cl-scrollbar);
  border-radius: var(--rounded);
}
body ::-webkit-scrollbar-track {
  background: #e2e6eb;
  border-radius: 10px;
}
body {
  position: relative;
  font-size: var(--font-size);
  line-height: 1.5;
  color: var(--cl-text-body);
  background-color: var(--bg-body);
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-style: var(--font-style, normal);
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

magic-accordion li {
    list-style-type: none;
}
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
  line-height: 1;
  margin: 0;
  color: var(--cl-main);
}
select,
input,
button {
  font-family: var(--font-family);
  border-radius: var(--rounded-btn);
  border: 1px solid var(--cl-border);
  background: #fff;
  padding: 0 var(--alo-gap);
  height: 50px;
  line-height: 50px;
}
textarea {
  border-radius: var(--rounded-btn);
  border: 1px solid var(--cl-border);
  padding: var(--alo-gap);
}

h1,
.h1 {
  font-family: var(--font-family);
  font-weight: var(--h1-font-weight);
}
h2,
.h2 {
  font-family: var(--font-family);
  font-weight: var(--h2-font-weight);
}
h3,
.h3 {
  font-family: var(--font-family);
  font-weight: var(--h3-font-weight);
}
h4,
.h4 {
  font-family: var(--font-family);
  font-weight: var(--h4-font-weight);
}
h5,
.h5 {
  font-family: var(--font-family);
  font-weight: var(--h5-font-weight);
}
h6,
.h6 {
  font-family: var(--font-family);
  font-weight: var(--h6-font-weight);
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
input[type="search"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: var(--font-family);
}
blockquote {
  border-left: 4px solid var(--cl-border);
  margin-left: 0;
  padding: 0 20px;
  margin-right: 0;
}
.rtl blockquote {
   border-right: 4px solid var(--cl-border);
   border-left: none;
}
input.field__input,
input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: var(--font-family);
  border-radius: var(--rounded-btn);
  border: 1px solid var(--cl-border);
  background: var(--bg-body);
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size:var(--font-size);
}
textarea::placeholder,
input::placeholder {
  color: var(--cl-text-body);
  font-size:14px;
}
textarea:focus,
input:focus {
  border-color: var(--cl-main);
}
.mfp-wrap {
  z-index: 9999;
}
.alo-gap {
  gap: var(--alo-gap);
}
.alo-width {
  width: var(--alo-width);
}
.alo-minus-width {
  width: calc(100% - var(--alo-minus-width) - var(--alo-gap));
}
.rounded,
.alo-border-radius {
  border-radius: var(--rounded);
}
.alo-custom-width {
  max-width: var(--alo-custom-width) !important;
}
.text-transform {
  text-transform: var(--text-transform) !important;
}
.alo-border-bottom {
  border-bottom: 1px solid var(--cl-border);
}
.alo-border {
  border:1px solid var(--cl-border);
}
.alo-border-color {
  border-color: var(--cl-border);
}

.alo-background-color {
  background-color: var(--bg-color);
}
.alo-opacity {
  opacity: var(--alo-opacity);
}
.alo-color {
  color: var(--alo-color);
}
.alo-color:hover {
  color: var(--alo-color-hover);
}
.alo-letter-spacing{
  letter-spacing:var(--alo-letter-spacing);
}


.lr-alo__inner {
  z-index: 1;
}
.lr-alo {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}

.bg-cover {
  background-size: cover;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: var(--cl-main) !important;
}
.template-customers-login div.main {
  overflow:hidden;
}

#js-stickySidebar {
  z-index: 8;
}
.laberloading {
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  right: 0;
}
.ajax_load {
  position: relative;
  height: 100px;
  display: none;
}
.ajax-loading .ajax_load {
  display: block;
}
.ajax_load .circle-loadding span,
.ajax_load .circle-loadding {
  position: static;
  background-color: transparent;
}

.circle-loadding {
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  background-color: var(--bg-color,#fff);
  z-index: 9999;
  right: 0;
}
.circle-loadding span {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle-loadding span {
  margin: 0 auto !important;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid var(--cl-main);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  75% {
    transform: translate3d(3px, 0, 0);
  }
}

.full-width,
.container.full-width {
  max-width: 100% !important;
}
.main-content {
  padding-bottom: 0px;
}
.hide {
  display: none;
}
.clearfix {
  clear: both;
}
.line-h-1 {
  line-height: 1;
}

.no_flex {
  display: inherit;
  overflow: hidden;
}
.flex-column {
  flex-direction: column;
}
.flex.wrap,
.in_flex.wrap {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alo-image {
  line-height: 1;
  position: relative;
}
.bg_transparent {
  background: transparent;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow-2 {
  flex-grow: 2;
}

img,
video {
  max-width: 100%;
  height: auto;
}
.block {
  display: block;
}

.placeholder-svg {
  fill: var(--cl-text-body);
  background-color: #f6f6f6;
}
a {
  color: var(--cl-link);
  text-decoration: none;
  outline: 0 !important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: var(--cl-link-h);
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0 0 10px 0;
}
label {
}
.text_center,
.text-center {
  text-align: center !important;
}
.text_left,
.text-left,
.left-content {
  text-align: left !important;
}
.text_right,
.text-right .right-content {
  text-align: right !important;
}
.style_left {
  align-items: flex-start;
  display: flex;
  text-align: left;
  justify-content: flex-start;
}
.style_center {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.style_right {
  align-items: flex-end;
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.h_left {
  justify-content: flex-start;
}
.h_center {
  justify-content: center;
}
.h_right {
  justify-content: flex-end;
}

.v_top {
  align-items: flex-start;
}
.v_middle {
  align-items: center;
}
.v_bottom {
  align-items: flex-end;
}

.w_left {
  align-items: flex-start;
}
.w_center {
  align-items: center;
  text-align:center;
}
.w_right {
  align-items: flex-end;
}

.order_1 {
  -ms-flex-order: 1;
  order: 1;
}
.order_2 {
  -ms-flex-order: 2;
  order: 2;
}
.order_0 {
  -ms-flex-order: 0;
  order: 0;
}
.order_12 {
  -ms-flex-order: 12;
  order: 12;
}
table,
th,
td {
  border: 1px solid var(--cl-border);
  vertical-align: middle;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 1px 0 1px;
  margin: 0;
  width: 100%;
  border-radius: var(--rounded);
  overflow: hidden;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}
td {
  border-width: 0 1px 1px 0;
}
table td:last-child {
  border-width: 0 0 1px 0;
}
th,
td {
  padding: var(--alo-gap);
}
.middle-content {
  text-align: center;
}
.box-has-content::before {
  display: table;
  content: "";
}
.box-has-content::after {
  clear: both;
  display: table;
  content: "";
}
.item-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#header {
  position: relative;
  z-index: 10;
}
.overflow-hidden-mobile #header {
  z-index:1;
}
.template-product #header {
  z-index: 1001;
}

@media (min-width: 1025px) {
  .col-lg-s-7 {
    width: 14.2857%;
  }
  .col-lg-s-6 {
    width: 16.6667%;
  }
}
/*use to input*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*use to input--end*/

.swiper-button-prev:after {
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
  content: "prev";
  font-family: swiper-icons;
}
.swiper-button-next:after {
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
  content: "next";
  font-family: swiper-icons;
}
grid-slider.grid-slider .swiper-button-prev,
grid-slider.grid-slider .swiper-button-next {
  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;
}
grid-slider.grid-slider:hover .swiper-button-prev,
grid-slider.grid-slider:hover .swiper-button-next {
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  margin:0;
  background: var(--bg-btn-p-n);
  color: var(--cl-btn-p-n);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--bg-btn-p-n);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  top: 50%;
  opacity: 0.2;
  -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;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translateY(-50%);
}
.swiper-button-prev:before,
.swiper-button-prev:before {
  color: var(--cl-btn-p-n);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.3;
  pointer-events: auto;
}
grid-slider.grid-slider {
  position: relative;
}
.grid-slider .swiper-button-prev {
  left: var(--alo-gap);
  right: initial;
  padding: 10px;
  border-radius:100%;
}
.grid-slider .swiper-button-next {
    right: var(--alo-gap);
    left: initial;
    padding: 10px;
    border-radius: 100%;
}

.swiper-button-prev:focus:before,
.swiper-button-next:focus:before,
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  color: var(--cl-btn-p-n-hover);
}
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--bg-btn-p-n-hover);
  border: 1px solid var(--bg-btn-p-n-hover);
  color: var(--cl-btn-p-n-hover);
  opacity: 1;
}
.alo-swiper-button {
  position: relative;
  overflow: hidden;
}
.alo-swiper-button grid-slider.grid-slider,
.alo-swiper-button .swiper, 
.alo-swiper-button swiper-container {
  position: static;
  overflow: initial;
}
.alo-swiper-button .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.rtl .alo-swiper-button .swiper-button {
  left: 0;
  right: inherit;
}
.alo-swiper-button .swiper-button .swiper-button-prev,
.alo-swiper-button .swiper-button .swiper-button-next {
  position: static;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0 0;
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #333333;
}
.alo-swiper-button .swiper-button .swiper-button-prev:hover,
.alo-swiper-button .swiper-button .swiper-button-next:hover {
  color:#AAAAAA;
}
.alo-swiper-button .swiper-button .swiper-button-next:after,
.alo-swiper-button .swiper-button .swiper-button-prev:after {
  font-size:14px;
}
.swiper-pagination {
  display: flex;
  padding-top: 30px;
  gap: 10px;
  justify-content: center;
  position: static;
  padding-bottom: 5px;
}
.swiper-pagination.swiper-pagination-lock {
  display:none;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: var(--bg-dot);
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
  -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;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--bg-dot-h);
  position:relative;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  border: 1px solid var(--bg-dot-h);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 100%;
}
html {
  padding: 0px !important;
  margin: 0px !important;
}
.js_products_holder {
  webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.laber_svg_loader {
  width: 100px;
  height: 100px;
  background-image: url("lds-sw.svg?1945");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 25px;
  display: none;
}
.ajax-loading .laber_svg_loader {
  display: block;
}
.blog,
.products,
.result_clear,
.sp_result_html {
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
.ajax-loading .blog,
.ajax-loading .products,
.ajax-loading .result_clear,
.ajax-loading .products + .shopify-info,
.products.loadingview {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.vertical_menu .loading_bg,
#menu-main-menu .menu-item.has-children .loading_bg {
  display: contents;
}
.laber_bg_lz.pr_lazy_img.lazyloaded {
  -webkit-animation: ani-fadeIn 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) 0s
    forwards;
  animation: ani-fadeIn 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}
.laber_bg_lz.lazyloaded:before,
.laber_bg_lz.pr_lazy_img.lazyloaded:before {
  display: none;
}
.pr_lazy_img {
  background-size: cover;
  background-position: center center;
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s,
    -webkit-transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.zoom_img a:hover .pr_lazy_img,
.zoom_img .laber_banner:hover .pr_lazy_img,
.zoom_img .pr_lazy_img:hover {
  transform: scale(1.1);
}
.zoom_img img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s,
    -webkit-transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.zoom_img img:hover {
  transform: scale(1.05);
}
.image-card__img {
  position: relative;
}
.product-inner .product-image,
.cms_section .content-item {
  overflow: hidden;
  height: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}

a,
button,
.btn {
  -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;
}
a.btn,
.btn {
  background-color: var(--bg-btn);
  color: var(--cl-btn-text);
  border: 1px solid var(--cl-b-btn);
  height: 50px;
  width: 100%;
  max-width: 210px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  font-size: var(--font-size);
  border-radius: var(--rounded-btn);
  gap: 5px;
  text-transform: var(--text-transform, none);
}
.btn-white {
  --bg-btn:#fff;
  --cl-b-btn:#fff;
  --cl-btn-text:#111;
}
a.alo_btn-small,
.alo_btn-small {
  font-size: 12px;
}
a.alo_btn-large,
.alo_btn-large {
  font-size: 16px;
}
a.alo_btn-secondary,
.alo_btn-secondary {
  border: 2px solid var(--cl-b-btn);
  background-color: transparent;
}
.text-white a.alo_btn-secondary,
.text-white .alo_btn-secondary {
  color: #fff;
  border-color: #fff;
}

a.alo_btn-white,
.alo_btn-white {
  color: var(--cl-link);
  border: 1px solid #fff;
  background-color: #fff;
}
a.alo_btn-link,
.alo_btn-link {
  border: none;
  background-color: transparent !important;
  padding: 0;
  min-width: auto;
  border-radius: 0;
  position: relative;
  line-height: 30px !important;
  height: 30px !important;
  font-weight: 500;
  gap: 5px;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.alo_btn-link:before,
a.alo_btn-link:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--cl-link);
  -webkit-transition: all 0.3s linear 0s;
  -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;
}
.alo_btn-link:hover:before,
a.alo_btn-link:hover:before {
  left: 100%;
  background: var(--cl-btn-text-h);
  opacity: 0;
}
.alo_btn-link:after,
a.alo_btn-link:after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: 0;
  opacity: 0;
  height: 1px;
  background: var(--cl-link);
  -webkit-transition: all 0.3s linear 0s;
  -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;
}
.text-white a.alo_btn-link, 
.text-white .alo_btn-link {
  color: #fff!important;
}
.text-white .alo_btn-link:after,
.text-white a.alo_btn-link:after ,
.text-white .alo_btn-link:before,
.text-white a.alo_btn-link:before {
  background:#fff !important;
}
.default a.alo_btn-link, 
.default .alo_btn-link {
  color: var(--cl-link) !important;
}
.default .alo_btn-link:after,
.default a.alo_btn-link:after ,
.default .alo_btn-link:before,
.default a.alo_btn-link:before {
  background:var(--cl-link) !important;
}
.alo_btn-link:hover:after,
a.alo_btn-link:hover:after {
  right: 0;
  opacity: 1;
  background: var(--cl-link-h);
}
a.btn:hover,
.btn:hover {
  background-color: var(--bg-btn-h);
  border-color: var(--cl-b-btn-h);
  color: var(--cl-btn-text-h);
}

.wrap_title {
  display: flex;
  position: relative;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
}
.wrap_title.b-bottom {
    border-bottom: 1px solid var(--cl-border);
    padding-bottom: 10px;
}
.section-subtitle {
  color: var(--cl-text, #888888);
  font-size: 14px;
  font-weight: 400;
} 
.block-title,
.section-title {
  color: var(--cl-text, #333);
  margin: 0;
  align-items: center;
  display: inline-flex;
  position: relative;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_title.w_left .block-title, 
.wrap_title.w_left .section-title {
  width: 100%;
}
.block-title.title-hr,
.section-title.title-hr {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--cl-border);
}
.block-title.title-hr:after,
.section-title.title-hr:after {
  content: "";
  width: 85px;
  height: 3px;
  background-color: var(--cl-underline, #c60f14);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.w_left .block-title.title-hr:after, 
.w_left .section-title.title-hr:after{
    right: inherit;
}
.w_right .block-title.title-hr:after, 
.w_right .section-title.title-hr:after{
    left: inherit;
}
.wrap_title.small .block-title ,
.wrap_title.small .section-title {
  font-size: 25px;
  line-height: 30px;
}
.wrap_title.medium .block-title ,
.wrap_title.medium .section-title {
  font-size: 30px;
  line-height: 40px;
}
.wrap_title.large .block-title ,
.wrap_title.large .section-title {
  font-size: 40px;
  line-height: 50px;
}
.wrap_title .content {
}
.wrap_title .content p {
  margin:0;
}
.wrap_title .viewall {
  display: flex;
}
.wrap_title .viewall a {
font-size: 14px;
    line-height: 1;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.wrap_title .viewall a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background:var(--cl-link);
  transform: scaleX(0);
  transition: transform 350ms ease-out;
  transform-origin: right;
}
.wrap_title .viewall a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  background:var(--cl-link-h);
}
.block-title.bg-header {
  background-color: var(--bg-header);
  padding: 10px 20px;
  border-bottom: 1px solid var(--cl-border);
  border-radius: var(--rounded);
}
.shopify-section .promotions-title  .viewall {
  padding:0;
}
.allCollection {
  padding-top: 30px;
}
.allCollection a {
  border: 1px solid var(--cl-main);
  line-height: 45px;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}
.products_collection_countdown .view-all {}
.products_collection_countdown .view-all a {
  letter-spacing: .15em;
  font-size: 12px;
  text-transform: uppercase; 
}
.laberProducts-column .laber-view-all a,
.products_collection_countdown .laber-view-all a {
  color: #79819c;
  font-size: 15px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.laberProducts-column .laber-view-all a:hover,
.products_collection_countdown .laber-view-all a:hover {
  color: var(--cl-hover);
}
.laberProducts-column .laber-view-all a:after,
.products_collection_countdown .laber-view-all a:after {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
  transition: opacity 0.35s ease;
  content: "\e951";
  font-family: "icon-dukamarket" !important;
  font-weight: normal;
  font-size: 16px;
}

.products_collection_countdown .laber-view-all a:hover:after {
  animation: wd-ShakeNext 1s ease infinite;
}

.laber_section {
  position: relative;
  z-index: 1;
}
.laber_section:hover {
  z-index: 4;
}

action-condition .action.disabled button,
action-condition .action.disabled .button,
action-condition .action.disabled [role="button"],
action-condition .action.disabled .shopify-payment-button{
  pointer-events: none;
  opacity: .8;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
action-condition .action.disabled .skip-condtion{
    pointer-events: auto;
    opacity: 1;
}

.compare .compare__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.compare .compare__head .compare__button-remove {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.compare table.table {
  margin: 0;
  overflow-x: auto;
}
.compare .compare__item {
  padding: var(--alo-gap);
  text-align: center;
  font-size: 16px;
  width: 235px;
  flex-grow: initial;
  flex-basis: initial;
}
.compare_content .compare__title {
  width: 150px;
}
.compare .compare__item .product-compare {
  position: relative;
}
.compare .compare__item .in-stock {
  color: #090;
}
.compare .product-compare__image {
  position: relative;
  overflow:hidden;
}
.compare .product-compare__image a.image_product {
  position: relative;
  display: block;
  overflow: hidden;
}
.compare .product-compare__buttons {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
}
.compare .product-compare__content {
  text-align: center;
  margin-top: 15px;
}
.compare .product-compare__title h2 {
  margin-bottom: 5px;
}
.compare .product-compare__title a {
  color: var(--cl-name-product);
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.compare .compare__item .product-compare shop-compare {
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: var(--rounded-btn);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px #00000026;
    color: var(--cl-btn-product-h);
    background-color: var(--bg-btn-product-h);
}
.compare .compare__item .product-compare shop-compare svg {
  font-size: 16px;
  color: var(--cl-btn-product-h);
  height: 16px;
}
.compare .product-compare__price .price {
  color: var(--cl-price-product);
  text-decoration: unset;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.compare .product-compare__price .price.price--sale {
  color: #e60023;
}
.compare .product-compare__price .price .compare {
  color: #888;
  font-size: inherit;
  text-decoration: line-through;
  margin: 0;
}
.compare .compare__items {
  display: flex;
  width: 100%;
  padding: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.compare .compare__item:not(:first-child) {
  border-left: 1px solid var(--cl-border);
}
.compare div[data-js-store-lists-dhas-items-compare] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collection-compare-empty {
  text-align: center;
}
.collection-compare .no-products {
  border: 1px dashed var(--cl-border);
  color: #ff3b30;
  padding: 15px;
  text-align: center;
  border-radius: var(--rounded);
  margin-bottom: 100px;
  margin-top: 70px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.laber-slick-carousel {
  visibility: hidden;
}
.laber-slick-carousel.collection-slider,
.laber-slick-carousel.slick-initialized {
  visibility: visible;
}
.sorting-collections {
  position: relative;
}
.sorting-collections.openloadding .content_section.slick-carousel {
}
.checkout-form .shipping-form,
.checkout-form .payment-form {
  margin-top: 30px;
}
.checkout-form .info-checkout .item {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  display: block;
}
.checkout-form .total-checkout {
  padding-top: 15px;
  margin-top: 15px;
  overflow: hidden;
}
.checkout-form .shipping-form .group-button {
  margin-top: -5px;
}
.checkout-form .payment-form .group-button {
  margin-top: 15px;
}
.checkout-form .total-checkout .text {
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.checkout-form .total-checkout .price {
  float: right;
  font-size: 16px;
  font-weight: 600;
}
.checkout-form .shipping-form .subtitle {
  font-size: 14px;
  font-weight: 600;
  margin: 35px 0 10px;
  padding-bottom: 10px;
}
.checkout-form .check-box .text-label {
  color: #000;
  font-weight: 600;
}

#wrapper-response p {
  padding-top: 10px;
}
#register-form {
  background: #fff;
  padding: 50px;
}
.shop-page .section-header h1 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--cl-main);
  margin: 0;
  margin-bottom: 30px;
}
.pr_center {
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.pr_center > div {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
.template-search .section-title {
  color: var(--cl-main);
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.js_popup_prpr_wrap {
  background-color: #fff;
  padding: 15px;
  position: relative;
  max-width: 950px;
  border-radius: 10px;
  margin: 0 auto;
}
.js_popup_prpr_wrap .product_section .viewall {
  padding-top: 10px;
}
@-webkit-keyframes anislideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
@keyframes anislideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.anislideOutDown {
  -webkit-animation-name: anislideOutDown;
  animation-name: anislideOutDown;
}
@-webkit-keyframes anislideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes anislideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
.anislideOutLeft {
  -webkit-animation-name: anislideOutLeft;
  animation-name: anislideOutLeft;
}
@-webkit-keyframes anifadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anifadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.anifadeOut {
  -webkit-animation-name: anifadeOut;
  animation-name: anifadeOut;
}
@-webkit-keyframes anifadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes anifadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.anifadeOutLeft {
  -webkit-animation-name: anifadeOutLeft;
  animation-name: anifadeOutLeft;
}
@-webkit-keyframes anibounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes anibounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.anibounceOutDown {
  -webkit-animation-name: anibounceOutDown;
  animation-name: anibounceOutDown;
}
@-webkit-keyframes anibounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes anibounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.anibounceOutLeft {
  -webkit-animation-name: anibounceOutLeft;
  animation-name: anibounceOutLeft;
}
@-webkit-keyframes anirotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes anirotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.anirotateOutDownLeft {
  -webkit-animation-name: anirotateOutDownLeft;
  animation-name: anirotateOutDownLeft;
}
@-webkit-keyframes anirotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes anirotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.anirotateOutDownLeft {
  -webkit-animation-name: anirotateOutDownLeft;
  animation-name: anirotateOutDownLeft;
}
@-webkit-keyframes aniflipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes aniflipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.aniflipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: aniflipOutX;
  animation-name: aniflipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes anizoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes anizoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.anizoomOut {
  -webkit-animation-name: anizoomOut;
  animation-name: anizoomOut;
}
@-webkit-keyframes anirollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes anirollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.anirollOut {
  -webkit-animation-name: anirollOut;
  animation-name: anirollOut;
}
@-webkit-keyframes anibounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes anibounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.anibounceOutDown {
  -webkit-animation-name: anibounceOutDown;
  animation-name: anibounceOutDown;
}
@keyframes anislideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anislideInUp {
  -webkit-animation-name: anislideInUp;
  animation-name: anislideInUp;
}
@-webkit-keyframes anislideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anislideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anislideInLeft {
  -webkit-animation-name: anislideInLeft;
  animation-name: anislideInLeft;
}
@-webkit-keyframes anifadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anifadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anifadeIn {
  -webkit-animation-name: anifadeIn;
  animation-name: anifadeIn;
}
@-webkit-keyframes anifadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anifadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anifadeInLeft {
  -webkit-animation-name: anifadeInLeft;
  animation-name: anifadeInLeft;
}
@-webkit-keyframes anibounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anibounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anibounceInUp {
  -webkit-animation-name: anibounceInUp;
  animation-name: anibounceInUp;
}
@-webkit-keyframes anibounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anibounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anibounceInLeft {
  -webkit-animation-name: anibounceInLeft;
  animation-name: anibounceInLeft;
}
@-webkit-keyframes anirotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anirotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anirotateInDownLeft {
  -webkit-animation-name: anirotateInDownLeft;
  animation-name: anirotateInDownLeft;
}
@-webkit-keyframes anirotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anirotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anirotateInUpLeft {
  -webkit-animation-name: anirotateInUpLeft;
  animation-name: anirotateInUpLeft;
}
@-webkit-keyframes aniflipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes aniflipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.aniflipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: aniflipInX;
  animation-name: aniflipInX;
}
@-webkit-keyframes anizoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes anizoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.anizoomIn {
  -webkit-animation-name: anizoomIn;
  animation-name: anizoomIn;
}
@-webkit-keyframes anirollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anirollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anirollIn {
  -webkit-animation-name: anirollIn;
  animation-name: anirollIn;
}
@-webkit-keyframes aniswing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes aniswing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.aniswing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: aniswing;
  animation-name: aniswing;
}
@-webkit-keyframes anishake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes anishake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.anishake {
  -webkit-animation-name: anishake;
  animation-name: anishake;
}
@-webkit-keyframes aniwobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes aniwobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.aniwobble {
  -webkit-animation-name: aniwobble;
  animation-name: aniwobble;
}
@-webkit-keyframes anijello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes anijello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.anijello {
  -webkit-animation-name: anijello;
  animation-name: anijello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.pp_slpr_close {
  right: 10px;
  font-size: 18px;
  position: absolute;
  top: 10px;
  color: #8d979e;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.pp_slpr_close:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.popup_slpr_thumb img {
  max-width: 70px;
  height: auto;
  vertical-align: middle;
  border: 1px solid var(--cl-border);
  border-radius: var(--rounded);
}
.slpr_has_btns .popup_slpr_info span {
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #515d66;
}
.slpr_has_btns .popup_slpr_info .pp_slpr_ago {
  display: flex;
  align-items: center;
}
.slpr_has_btns .popup_slpr_info .pp_slpr_ago span {
  color: #8d979e;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.op__0 {
  opacity: 0;
}

.line {
  height: 1px;
  border-top: 1px solid var(--cl-border);
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  75% {
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

/* End product countdown banner*/  

.overlay_video {
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-control__play {
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: auto;
  z-index: 4;
  transition: 0.1s ease-out;
  background-color: var(--cl-main);
  border-color: var(--cl-main);
  color: #fff;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_us_img .video-control__play {
  pointer-events: auto;
  z-index: 4;
  color: #fff;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-control__play .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.type_about_us .about_us_txt {
  display: flex;
}
.type_about_us .about_us_txt p {
  font-size: 18px;
  line-height: 26px;
  color: #4d5574;
}
.type_about_us .about_us_sig {
  display: flex;
  margin-bottom: 25px;
}

/* Custom section */

.custom_section {
}

/* End custom section */


.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.nav-tab-style1 .list-nav {
  float: right;
  margin-right: 78px;
}
.title-tab-col {
  padding: 0 20px;
  margin: 0;
}

.post-item .item:hover .pr_lazy_img,
.product-collection__image.product-image .pr_lazy_img.scale:hover {
  transform: scale(1.1);
}
.product-collection__image.product-image .pr_lazy_img.fade:hover {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.product-image__overlay-top {
  position: absolute !important;
  padding: 10px 10px 0px 10px;
  width: 100% !important;
  flex-wrap: wrap !important;
  display: flex !important;
  top: 0px;
  left: 0px;
}
.product-image__overlay-top .d-none-important {
  display: none !important;
}
.product-image__overlay-bottom-left {
  position: relative !important;
  margin-top: 10px !important;
}

.product-image__overlay-bottom-right {
  opacity: 0;
  transition-property: opacity;
  will-change: opacity;
  position: relative !important;
  margin-left: auto !important;
  margin-top: 10px !important;
  display: block !important;
}
.product-images-navigation {
  display: flex !important;
}
.product-images-navigation span {
  background-color: #fff;
  width: 35px;
  height: 35px;
  will-change: background-color;
  transition-property: background-color;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50%;
  color: #333;
}
.product-images-navigation span:first-child {
  margin-right: 3px;
}
.product-images-navigation span:hover {
  background-color: #141414;
  cursor: pointer;
}
.product-item a.image_product .pr_lazy_img.laber_img_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.product-item a.image_product:hover .pr_lazy_img.laber_img_2 {
  opacity: 1;
}
.product-item a.image_product:hover .pr_lazy_img.laber_img_1 {
  opacity: 0;
}

.frm_product_collection {
}
.product-images-navigation span[data-disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.btn,
.spr-button {
  display: inline-flex;
  justify-content: center;
  ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
}
.btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
}


.btn--status[data-button-status="sold-out"]
  > :not([data-button-content="sold-out"]) {
  display: none !important;
}
.btn--status[data-button-status="sold-out"] > i[data-button-content="sold-out"],
.btn--status[data-button-status="added"] > i[data-button-content="added"] {
  display: block !important;
}

.product-collection__buttons {
  margin-top: 10px !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  display: flex !important;
}

.product-collection__button-add-to-cart
  .btn.product-compare__button-add-to-cart
  .btn,
.product-wishlist__button-add-to-cart .btn {
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}

.product-collection__button-add-to-cart .btn {
  background-color: #fff;
  border-color: #141414;
  min-height: 30px;
  color: #141414;
  padding: 4px 14px !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.product-collection__buttons-section {
  display: flex !important;
  padding: 0 10px;
}

.product-collection__buttons-section a.btn {
  padding: 0 5px;
  outline: 0;
  box-shadow: none;
}

.spr-form-message-success {
  outline: 0;
  color: green;
}

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
}

.spr-icon {
  position: relative;
  top: 1px;
  width: 1.3em;
  height: 1.3em;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
}
.product-collection__reviews .spr > * {
  margin-top: 7px;
}
.loading-element {
  position: relative !important;
  cursor: progress;
  opacity: 0.5;
}

.type_banner {
}
.type_banner .banner-card .banner_text {
}
.type_banner .banner-card .banner_text p,
.type_banner .banner-card .banner_text h4,
.type_banner .banner-card .banner_text h3 {
  margin: 0;
}
.type_banner .banner-card .banner_text .buttons {
  display: inline-flex;
  align-items: center;
}
.type_banner .banner-card .banner_text .buttons i {
  margin-left: 5px;
}
.image-cards {
  position: relative;
}
.image-cards .image-col {
}
.image-cards .banner_text {
  padding:var(--pad,8%);
}
.image-cards .banner_text.p-0 {
  padding:0;
}
.image-cards .banner_text .content_banner {
  width: 100%;
}
.image-cards .banner_text .content_banner.bg_color {
  background:var(--bg-color);
  padding:30px;
  border-radius: var(--rounded);
}
.image-cards .image-card__img .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-with-text-overlay .banner_text .content_banner {
  width: 100%;
  background-color:var(--alo-background);
  padding: 30px;
  border-radius: var(--rounded);
}
@media (min-width: 1024px) {
  .image-with-text-overlay .banner_text .content_banner .btn-image {
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translateY(-50%);
  }
  .rtl .image-with-text-overlay .banner_text .content_banner .btn-image {
    left: 5%;
    right: inherit;
  }
  .image-with-text-overlay .banner_text .content_banner,
  .image-cards .banner_text .content_banner {
    max-width: var(--alo-width-content);
  }
  .type_banner .banner-card .content-item .banner_content,
  .type_banner .banner-card .content-item .images-card {
    height: var(--alo-height-pc);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .type_banner .banner-card .content-item .banner_content,
  .type_banner .banner-card .content-item .images-card {
    height: var(--alo-height-tb);
  }
  .image-with-text-overlay .banner_text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .type_banner .banner-card .content-item .banner_content, 
  .image-with-text-overlay .banner_text, 
  .type_banner .banner-card .content-item .images-card {
    min-height: var(--alo-height-mb);
  }
  .image-with-text-overlay .banner_text {
    padding: 20px;
  }
}



/* ipad pro */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* ipad  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .laber_countdown_banner .cms-countdown {
    margin-bottom: 20px;
  }
}
/* mobile  */
@media only screen and (max-width: 767px) {
  .type_collection_list .row .cat_grid_item__wrapper .cat_grid_item__title a {
    font-size: 14px;
    padding: 0 15px;
  }

  div[data-wrapper-slidershow]
    .content-item
    .wrap_text
    .wrapper_caption
    a.buttons
    i {
    right: 15px;
  }

  div[data-js-slideshow] {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.ratio:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
  display: block;
}
.card__media .media a img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  -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;
}
.card__media .media a img + img {
  opacity: 0;
  transform: scale(1);
}
.card__media .media.secondary_image_hover a:hover img {
  opacity: 0;
}
.card__media .media.secondary_image_hover a:hover img + img {
  opacity: 1;
  transform: scale(1.05);
}
.main-page-title {
  color: var(--cl-main);
  margin: 0;
  display: flex;
  position: relative;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.js_wrap_loadMore .product-item {
  display: none;
}
.mobile_bkg_show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.open_show .mobile_bkg_show {
  opacity: 1;
  z-index: 9;
}
.sc-menu-mobile {
  display: none;
}

.laber-social-sharing {
  margin-bottom: 5px;
}
.laber-social-sharing label {
  display: none;
}
.laber-social-link .list-socials,
.laber-social-sharing ul {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.laber-social-link .list-socials li,
.laber-social-sharing ul li {
  float: left;
  display: inline;
}
.laber-social-sharing ul li a {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.laber-social-sharing ul li a svg {
  height: 14px;
  fill: #fff;
}
.laber-social-sharing ul li.linkedin a {
  background-color: #1c5eb8;
}
.laber-social-sharing ul li.twitter a {
  background-color: #000;
}
.laber-social-sharing ul li.facebook a {
  background-color: #3c5b9b;
}
.laber-social-sharing ul li.email a {
  background-color: #bc0011;
}
.laber-social-sharing ul li.pinterest a {
  background-color: #e92e2e;
}
.laber-social-sharing ul li.telegram a {
  background-color: #26aadc;
}
.laber-social-sharing ul li.tumblr a {
  background-color: #203864;
}
.laber-social-sharing ul li.whatsapp a {
  background-color: #45c253;
}
.laber-social-link .list-socials li a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid var(--cl-border);
}
.laber-social-link .list-socials li a svg {
  height: 14px;
  fill: #fff;
}
.laber-social-link .list-socials li.twitter a {
  background-color: #000;
}
.laber-social-link .list-socials li.facebook a {
  background-color: #3c5b9b;
}
.laber-social-link .list-socials li.google a {
  background-color: #eb281d;
}
.laber-social-link .list-socials li.pinterest a {
  background-color: #e92e2e;
}
.laber-social-link .list-socials li.instagram a {
  background-color: #222;
}
.laber-social-link .list-socials li.tumblr a {
  background-color: #203864;
}
.laber-social-link .list-socials li.snapcha a {
  background-color: #f6ea3c;
}
.laber-social-link .list-socials li.youtube a {
  background-color: #fa001a;
}
.laber-social-link .list-socials li.vimeo a {
  background-color: #33b8e8;
}
.laber-social-link .list-socials li.tiktok a {
  background-color: #222;
}
.alo-image a {
  overflow: hidden;
  display: block;
}
.image-card__img svg,
.alo-image a,
.alo-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  -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;
}
#quick-editcart-modal {
    max-width: 650px;
    padding: 30px;
}
#quick-editcart-modal h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--cl-main);
  text-align: center;
  border-bottom: 1px solid var(--cl-border);
  padding-bottom: 15px;
}
#quick-editcart-modal .sticky_atc {
  display:flex;
  gap: 20px;
}
#quick-editcart-modal .product-item {
  padding:0;
  border:none;
}
#quick-editcart-modal .product-item .sticky_atc_thumb {
  border: 1px solid var(--cl-border);
  border-radius: calc(var(--rounded)/2);
  overflow: hidden;
  margin: 0;
  max-width: 120px;
  width:100%;
  display: flex;
}
#quick-editcart-modal .product-item .sticky_atc_thumb .image_product {
  position: relative;
  overflow: hidden;
}
#quick-editcart-modal .sticky_atc_content .sticky_atc_thumb {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--cl-border);
  border-radius: 10px;
  padding: 0;
}
#quick-editcart-modal .sticky_atc_info .quantity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
#quick-editcart-modal .sticky_atc_info .quantity .quantity__button {
  width: 40px;
  height: 40px;
}
#quick-editcart-modal .sticky_atc_info .quantity .quantity__input {
    width: 40px;
    height: 40px;
    line-height:40px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#quick-editcart-modal .sticky_atc_info {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#quick-editcart-modal .variations_form {
    border-left: 1px dashed var(--cl-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#quick-editcart-modal .cms-option-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#quick-editcart-modal .cms-option-item .title-options {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--cl-main);
}
#quick-editcart-modal .cms-option-item .label-selected {
  color: var(--cl-main);
  font-weight: 500;
}
#quick-editcart-modal .variations_form .select-sticky,
#quick-editcart-modal .variations_form .popup_variant {
  display: none;
}

#quick-editcart-modal .variations_form .product-options {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#quick-editcart-modal .variations_form .product-options .product-options__section {
  justify-content: flex-start;
}
#quick-editcart-modal .single_add_to_cart_button {
  width: 100%;
  margin-top: 20px;
}
.mfp-close-btn-in .mfp-close {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    opacity: 1;
    color: var(--cl-main);
    -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;
    border-radius: var(--rounded);
    padding: 0;
}
.mfp-close-btn-in .mfp-close:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  color: var(--cl-secondary);
}
.mfp-close-btn-in .mfp-close:before {
  content: "\ea32";
  font-family: icon-dukamarket !important;
  font-size: 24px;
}

.sorting-collections.openloadding
  .product-item
  .product-collection__image:before {
  display: block;
}
.sorting-collections.openloadding .ajax_load {
  display: block;
}

.option-tooltip {
  overflow: visible;
}
.option-tooltip .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
.alo_tooltip {
  position: relative;
}
.alo_tooltip-content {
  pointer-events: none;
  background: var(--bg-tooltip);
  border: medium none;
  border-radius: 4px;
  color: var(--cl-tooltip);
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 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%, 0);
  visibility: hidden;
  white-space: nowrap;
  -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;
}
.alo_tooltip.right .alo_tooltip-content{
  visibility: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: 100%;
  right: 100%;
  height: 25px;
  padding: 2px 10px;
}
.alo_tooltip.right .alo_tooltip-content:before  {
    right: 0px;
    content: "";
    position: absolute;
    top: 11.5px;
    border-radius: 0 1px 0 0;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--bg-tooltip);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}


.alo_tooltip.top .alo_tooltip-content {
  left: 50%;
  bottom: 100%;
  margin-bottom: 0px;
  -webkit-transform: translate(-50%, -5px);
  -moz-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  -o-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
.alo_tooltip.top:hover .alo_tooltip-content {
  margin-bottom: 5px;
}
.alo_tooltip.top .alo_tooltip-content:before {
  border-color: var(--bg-tooltip) 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;
}

.alo_tooltip.bottom .alo_tooltip-content {
  left: 50%;
  top: 100%;
  margin-top: 5px;
}
.alo_tooltip.bottom:hover .alo_tooltip-content {
  margin-top: 0;
}
.alo_tooltip.bottom .alo_tooltip-content:before {
  border-color: transparent transparent var(--bg-tooltip);
    border-style: solid;
    border-width: 0 5px 5px;
    top: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.alo_tooltip:hover .alo_tooltip-content {
  opacity: 1;
  visibility: visible;
}
.alo_tooltip.right:hover .alo_tooltip-content {
  -webkit-transform: translate(-5px, -50%);
  -moz-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  -o-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}
@media (max-width: 479px) {
  .shop-page .pagination {
    float: none;
    display: block;
    text-align: center;
  }
  .shop-page .note {
    text-align: center;
    margin-top: 0px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .collections .mobile-content,
  .main-content-grid .sidebar-right,
  .main-content-grid .sidebar-left,
  .sidebar-product .sidebar,
  .sidebar-product main {
    padding: 0 15px;
  }
  .product_section .slick-list:hover {
    padding: 30px;
    margin: -30px;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block !important;
  }
  .md\:hidden {
    display: none;
  }
}
@media (max-width: 1024px) {
  .shoppingcart-content .cart-content {
    padding: 0;
  }
  .shoppingcart-content .add-order-note .cart-note__input,
  .shoppingcart-content .coupon input {
    width: 100%;
    min-width: auto;
  }
  body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge {
    bottom: 70px!important;
  }
  .media-grid article .content-image .sub_title span {
    font-size: 14px;
  }
  .media-grid article .content-image .title {
      font-size: 30px;
  }
  a.btn, .btn {
    height: 45px; 
    line-height: 45px;
  } 
}

/* ipad pro */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md\:d-block {
    display: block;
  }
}
/* ipad  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md\:d-none {
    display: none;
  }
  .md\:d-block {
    display: block;
  }
  .md\:w-full {
    width: 100%;
    max-width: 100%;
  }

}
/* mobile  */
@media only screen and (max-width: 767px) {
    .sm\:d-none {
      display: none !important;
    }
    .sm\:d-block {
      display: block !important;
    }
    .sm\:w-full {
      width: 100%;
      max-width: 100%;
    }
  div.main {overflow:hidden;}
  .wrap_title {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .products_collection_countdown .countdown-wrap {
    padding: 0 15px;
  }
  .slick-prev,
  .slick-next {
    opacity: 1;
  }
  .breadcrumbs .outline-breadcrum .wrap-breadcrum h3 {
    font-size: 25px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .wrap_title .content {
    line-height: 25px;
  }

  .js_popup_prpr_wrap_newsletter .popup_content .content {
    width: 100%;
    max-width: initial;
  }
  .page-404 .wrap-content .page-404-content .oops-404 {
    font-size: 35px;
    line-height: 35px;
  }
  .login-register-form {
    margin-bottom: 15px;
  }
  #addresses .form-vertical,
  #account #primary,
  #register-form,
  #loginForm,
  #recoverPassword {
    padding: 20px;
  }
  .slick-carousel .slick-prev {
    left: 0;
  }
  .slick-carousel .slick-next {
    right: 0px;
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important;
  }

  .grid_instagram {
    flex-direction: column;
  }

  .popup-wishlist-full,
  .popup-compare-full,
  .grid_instagram .column-right,
  .grid_instagram .column-left {
    width: 100%;
  }
  .mfp-close-btn-in .mfp-close {
    background: var(--cl-main);
    color: #fff;
    border-radius: 100%;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
  .cms-popup-quickview #product-single {
    padding: 15px;
  }
  .mfp-close-btn-in .mfp-close:before {
    font-size: 16px;
  }
  .alo_tooltip-content {
    display: none;
  }
  #quick-editcart-modal .variations_form {
    border: none;
    padding-top: 15px;
  }

}

@media only screen and (max-width: 480px) {
  th,
  td {
    padding: var(--alo-gap);
  }

  .breadcrumbs .outline-breadcrum .wrap-breadcrum ul li:last-child span,
  .breadcrumbs .outline-breadcrum .wrap-breadcrum ul li a {
    font-size: 14px;
  }
  .shoppingcart-content
    .cart-content
    .shopping-cart-content
    .checkout-cart
    td
    .right
    .submit {
    display: none;
  }

  #quick-editcart-modal {
    padding: 20px;
  }
  #quick-editcart-modal .variations_form {
    border-left: none;
  }
  #quick-editcart-modal .variations_form .product-options {
    padding-top: 15px;
  }
  .alo-width,
  .alo-minus-width {
    width: 100%;
  }
  .tabcontent_style2 .tab-products .section_heading > span {
    display:none;
  }
  .image-cards .banner_text .content_banner.bg_color {
      padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}
@keyframes al-loading {
  0% {
    width: 0;
  }

  to {
    width: 80%;
  }
}

@keyframes al-loading-finish {
  0% {
    width: 80%;
  }

  to {
    width: 100%;
  }
}

.text-horizontal-running {
  padding: 15px 0;
  overflow: hidden;
  height: var(--height, 80px);
  align-items: center;
}
.text-horizontal-running .wrap-text {
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0;
  display: flex;
  color: var(--cl-text);
  font-size: var(--font-size, 14px);
  font-weight: var(--font-weight, 400);
  text-transform: var(--text-transform, none);
}
.text-horizontal-running .wrap-text div.flex ,
.text-horizontal-running .wrap-text p {
  margin:0;
  white-space: nowrap;
}
.text-horizontal-running.slide-left .wrap-text {
  animation: slide-left var(--alo-healing-speed) linear infinite;
}
.text-horizontal-running.slide-right .wrap-text {
  animation: slide-right var(--alo-healing-speed) linear infinite;
}
.text-horizontal-running:hover .wrap-text {
  animation-play-state: paused;
}
.text-horizontal-running a {
  color: var(--cl-text);
  align-items: center;
  justify-content: center;
  display: inline-flex;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}
.text-horizontal-running a span {
  align-items: center;
  justify-content: center;
    gap: 5px;
}
.text-horizontal-running span svg {
  width: 14px;
  height: 14px;
  fill:var(--cl-text);
}
.text-horizontal-running span i {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .text-horizontal-running {
    padding: 10px 0;
    height: var(--height-mobile, 60px);
  }
}


@-webkit-keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@media (max-width: 479px) {
  .image-cards .banner_text .content_banner.alo-border {
    padding:10px;
  }
  .image_static .content-img {
    top: 10px;
    bottom: 10px;
  }
  .shop-page .section-header h1,
  .image_static .content-img h2,
  .image_static .content-img h3,
  .image_static .content-img h4 {
    font-size: 18px;
  }
}
.template-captcha main {
  padding:100px 0;
}

main .shopify-policy__container {
  max-width: var(--alo-container-width);
  padding-left: var(--alo-gap);
  padding-right: var(--alo-gap);
  padding-top: calc(var(--alo-gap) + var(--alo-gap));
  padding-bottom: calc(var(--alo-gap) + var(--alo-gap));
}
main .shopify-policy__container h1 {
  margin-bottom:30px;
}
main .shopify-policy__container h2,
main .shopify-policy__container h3,
main .shopify-policy__container h4 {
  margin-bottom: 15px;
  padding-top: 15px;
}
ul.list-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
ul.list-payment li.list-payment__item {
  display: flex;
}

.menu_categories {
  border:1px solid var(--cl-border);
  background-color:var(--bg-color);
  padding: calc(var(--alo-gap)*2);
}
.menu_categories .nav-accordion .menu-item {
  position: relative;
  border-bottom: 1px dashed var(--cl-border);
}
.menu_categories .nav-accordion .menu-item:last-child {
  border:none;
}
.menu_categories .nav-accordion .menu-item > a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 40px;
  gap: 8px;
  font-weight: var(--font-weight, none);
  font-size: var(--font-size);
  text-transform: var(--text-transform, none);
}
.menu_categories .nav-accordion .menu-item a .icon {
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--cl-border);
  position: relative;
  overflow:hidden;
}
.menu_categories .nav-accordion .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;
}

.menu_categories .nav-accordion .menu-item .n_products {
  margin-left: 5px;
}
.menu_categories .nav-accordion .expand,
.menu_categories .nav-accordion .collapse {
  font-size: 0;
  position: absolute;
  right: 0;
  width: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  cursor: pointer;
}
.rtl .menu_categories .nav-accordion .expand,
.rtl .menu_categories .nav-accordion .collapse {
  right: initial;
  left: 0;
}
.menu_categories .nav-accordion .expand:before,
.menu_categories .nav-accordion .collapse:before {
  content: "\e9dd";
  font-family: icon-dukamarket !important;
  font-size: 18px;
  color: var(--cl-main);
}
.menu_categories .nav-accordion .expand:before {
  content: "\e9c0";
}
.menu_categories .nav-accordion ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: none;
}






@media (max-width: 768px) {
  div[data-section-type="header-section"] .header-right ul.header-control > li.signin {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }




  @media (max-width: 768px) {

  /* Drawer / off-canvas icons */
  .drawer .header-icon svg,
  .drawer .push_side svg,
  .offcanvas .header-icon svg,
  .offcanvas .push_side svg,
  .mobile-menu svg {
    width: 22px;   /* was ~18–20px */
    height: 22px;
  }

  /* Optional: a bit more tap area */
  .drawer a,
  .offcanvas a {
    padding: 10px 12px;
  }
}