﻿@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Boldness";
  src: url("../fonts/Boldness-Regular.woff2") format("woff2"), url("../fonts/Boldness-Regular.woff") format("woff"), url("../fonts/Boldness-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Boldness Outline";
  src: url("../fonts/BoldnessOutline-Regular.woff2") format("woff2"), url("../fonts/BoldnessOutline-Regular.woff") format("woff"), url("../fonts/BoldnessOutline-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: "Roboto Condensed", Arial;
  font-weight: bold;
}

a {
  color: inherit;
  cursor: pointer;
}

  a img {
    opacity: 0.99; /*firefox scale bug fix*/
  }

html {
  margin: 0;
  -webkit-text-size-adjust: none;
  /*  overflow-x: hidden;*/
  scroll-behavior: smooth;
}

  html.overflow {
    overflow: hidden;
    /* margin-right: 17px; */
    /* scrollbar-gutter: stable;*/
  }

/*  html:hover {
      overflow: hidden auto;
  }
*/

/*html::-webkit-scrollbar {
    width: 15px;*/ /* width of the entire scrollbar */
/*height: 100%;
  }

  html::-webkit-scrollbar-track {
    background: #fff;*/ /* color of the tracking area */
/*}

  html::-webkit-scrollbar-thumb {
    background-color: #5C87E5;*/ /* color of the scroll thumb */
/*border-radius: 23px;*/ /* roundness of the scroll thumb */
/*border: 2px solid #5C87E5;*/ /* creates padding around scroll thumb */
/*}*/

::selection {
/*  background-color: #fff;
  color: #212121;
  text-shadow: none;*/
}

ol,
ul {
  list-style: none;
}

a img {
  border: none;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font: normal 16px "Roboto", Arial, sans-serif;
  color: #212121;
  cursor: default;
  scrollbar-gutter: stable;
}

.page {
  min-height: 300px;
  overflow: hidden;
}

.content-wrapper {
  max-width: 3000px;
  padding: 0 8px;
  margin: auto;
  width: 100%;
}

.flex-cl {
  display: flex;
}

.grid-cl {
  display: grid;
}

.center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.roboldo {
  font-family: "Roboto Condensed", Arial;
  font-weight: bold;
}

.boldness {
  font-family: "Boldness", Arial;
}

.boldness-out {
  font-family: "Boldness Outline", Arial;
}

.btn {
  font-size: 16px;
  line-height: 21px;
  display: block;
  font-weight: bold;
  width: fit-content;
  border: none;
  transition: 0.3s ease-in-out;
  font-family: "Roboto Condensed", Arial;
  font-weight: bold;
}

.white-border-btn {
  padding: 11px 23px;
  border: 1px solid #212121;
  color: #212121;
}

  .white-border-btn:hover {
    background-color: #212121;
    color: #ffffff;
  }

.black-border-btn {
  padding: 11px 23px;
  border: 1px solid #212121;
  color: #ffffff;
  background-color: #212121;
}

  .black-border-btn:hover {
    background-color: #fff;
    color: #212121;
  }

.radius-white-btn {
  padding: 6px 25px;
  border-radius: 100px;
  border: 1px solid #212121;
  font-weight: normal;
}

  .radius-white-btn:hover {
    background-color: #212121;
    color: #ffffff;
  }

/*.slider-wrapper.theme-custom {
  padding-bottom: 40px;
}*/

.radius-black-btn {
  padding: 6px 25px;
  border-radius: 100px;
  border: 1px solid #212121;
  font-weight: normal;
  background-color: #212121;
  color: #ffffff;
}

  .radius-black-btn:hover {
    background-color: #ffffff;
    color: #212121;
  }

.btn-plus {
  padding: 11px 23px;
  border: 1px solid #212121;
  color: #ffffff;
  background-color: #212121;
  text-transform: uppercase;
  margin-left: auto;
}

  .btn-plus:hover {
    background-color: #fff;
    color: #212121;
  }

  .btn-plus:after {
    content: "+";
    padding-left: 15px;
    font-family: initial;
    font-size: 24px;
    line-height: 19px;
    font-weight: lighter;
  }

.yellow-btn {
  line-height: 20px;
  padding: 0 10px;
}

  .yellow-btn:hover {
    background-color: #ffb549;
  }

.radius-yellow-btn {
  padding: 6px 25px;
  border-radius: 100px;
  border: 1px solid #212121;
  font-weight: normal;
  background-color: #fff;
}

  .radius-yellow-btn:hover {
    background-color: #212121;
    color: #fff;
    border: 1px solid #fff;
  }

.underline-btn {
  text-decoration: underline;
}

  .underline-btn:hover {
    text-decoration: none;
  }

.disable-button {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  pointer-events: none;
}

.add-to-wishlist-button.active svg path {
  fill: #212121;
}

h1,
.big-title {
  font-size: 32px;
  line-height: 42px;
}

.full-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
}

.border-top {
  border-top: 1px solid #212121;
}

.border-bottom {
  border-bottom: 1px solid #212121;
}

.border-right {
  border-right: 1px solid #212121;
}

.border-left {
  border-left: 1px solid #212121;
}

.border {
  border: 1px solid #212121;
}

.left {
  text-align: left;
}

.counter {
  font-size: 14px;
  font-weight: normal;
  margin-left: 6px;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: -0.5px;
}

.section-title {
  align-items: end;
  justify-content: space-between;
  margin: 35px 0 12px;
  padding: 0 8px;
}

.custom-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

  .custom-arrow::after {
    position: absolute;
    content: "";
    background-image: url("../imgs/carousel-arrow.svg");
    width: 34px;
    height: 34px;
  }

  .custom-arrow.swiper-button-disabled {
    opacity: 0.3;
  }

.custom-arrow-next {
  margin-top: 0px;
  top: 50%;
  right: 1px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

.custom-arrow-prev {
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0px;
}

.swiper-prods {
  border-right: 1px solid #fff;
  margin-right: -2px;
}

@-moz-document url-prefix() {
  .swiper-prods {
    margin-right: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0;
  background: none;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

input,
textarea,
select {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  /*  width: 100%;*/
  outline: none;
  font-weight: normal;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
  color: #212121;
}

textarea {
  min-height: 100px;
  width: 100%;
  padding: 12px 14px;
  max-width: 100%;
  padding: 15px 9px 6px;
  border: 1px solid #212121;
}

  textarea::-webkit-input-placeholder,
  .classic-inputs input::-webkit-input-placeholder {
    opacity: 1;
    color: #9b9b9b;
    font-family: Roboto, Arial;
  }

  textarea:-ms-input-placeholder,
  .classic-inputs input:-ms-input-placeholder {
    opacity: 1;
    color: #9b9b9b;
    font-family: Roboto, Arial;
  }

  textarea::placeholder,
  .classic-inputs input::placeholder {
    opacity: 1;
    color: #9b9b9b;
    font-family: Roboto, Arial;
  }

select {
  min-width: 50px;
  height: 45px; /*safari padding fix*/
  padding: 10px 12px;
  background-color: #fff;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
  max-width: 100%;
  background-color: #fff;
}

  .inputs input[type="text"]:focus,
  .inputs input[type="email"]:focus,
  .inputs input[type="tel"]:focus,
  .inputs input[type="password"]:focus,
  textarea:focus,
  select:focus {
    background-color: #eef1f2;
    position: relative;
    z-index: 1;
  }

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"] {
  order: 2;
  height: 45px;
  min-height: 45px;
  padding: 15px 9px 6px;
  border: none;
  border-radius: 0;
  border: 1px solid #212121;
  transition: all 0.4s ease;
  pointer-events: auto;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputs:not(.not-inputs) {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.inputs-checkbox {
  position: relative;
}

  .inputs-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    appearance: none;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 1px;
  }

    .inputs-checkbox input[type="checkbox"] + label,
    .inputs-checkbox label {
      display: inline-block;
      padding-left: 36px;
      font-size: 14px;
      line-height: 21px;
      vertical-align: sub;
      pointer-events: auto;
      cursor: pointer;
      color: #212121;
    }

    .inputs-checkbox input[type="checkbox"]:checked {
      background: url(../imgs/check.svg) no-repeat center;
      border-color: #212121;
    }

.inputs label,
.inputs input:placeholder-shown + label {
  display: flex;
  color: #9b9b9b;
  font-size: 16px;
  transform: translate(9px, 32px);
  transition: all 0.3s ease;
  order: 1;
  pointer-events: none;
  line-height: 18px;
  z-index: 2;
}

.inputs.pass img {
  display: block;
  position: absolute;
  right: 7px;
  top: 26px;
  cursor: pointer;
  z-index: 1;
}

.classic-inputs {
  margin-bottom: 12px;
  position: relative;
}

  .classic-inputs.pass img {
    display: block;
    position: absolute;
    right: 18px;
    top: 35px;
    cursor: pointer;
    z-index: 1;
  }

  .classic-inputs input[type="text"],
  .classic-inputs input[type="email"],
  .classic-inputs input[type="tel"],
  .classic-inputs input[type="password"],
  .classic-inputs select {
    order: 2;
    height: 45px;
    min-height: 45px;
    padding: 12px 9px;
    border: none;
    border-radius: 0;
    border: 1px solid #212121;
    transition: all 0.4s ease;
    pointer-events: auto;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .inputs select,
  .classic-inputs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../imgs/arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.85em auto, 100%;
  }

  .classic-inputs label {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
  }

::-webkit-input-placeholder {
  opacity: 0;
}

:-ms-input-placeholder {
  opacity: 0;
}

::placeholder {
  opacity: 0;
}

.inputs input[type="text"]:focus + label,
.inputs input[type="email"]:focus + label,
.inputs input[type="tel"]:focus + label,
.inputs input[type="password"]:focus + label,
.inputs input[type="text"]:checked + label,
.inputs input[type="email"]:checked + label,
.inputs input[type="tel"]:checked + label,
.inputs input[type="password"]:checked + label,
.inputs input:not(:placeholder-shown) + label {
  transform: translate(9px, 22px);
  font-size: 10px;
}

details,
details summary {
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

  details > summary {
    list-style: none;
  }

    details > summary::-webkit-details-marker {
      display: none;
    }

.accept-consent span {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}

.close {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
}

  .close.opened {
    height: 100%;
    background: rgba(37, 40, 42, 0.63);
    width: 100%;
    left: 0;
    z-index: 10;
    visibility: visible;
  }

.panel-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  right: 0;
  width: 26%;
  max-width: 480px;
  min-width: 360px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  z-index: 10;
  transition: 0.3s linear;
}

  .panel-fixed.openedPanel {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: 0.3s linear;
  }

.mini-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: 0.3s linear;
  transform: scale(0);
  left: 0;
  max-width: 355px;
  margin: auto;
  max-height: 440px;
  padding: 14px 22px 35px;
  overflow-y: auto;
}

  .mini-panel.openedPanel {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s linear;
  }

.panel-title {
  padding-bottom: 10px;
  justify-content: space-between;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 26px;
}

.pad-right {
  padding-right: 17px !important;
}

.ui-dialog {
  max-width: 90%;
  background-color: #fff;
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  border: none;
  font: normal 16px "Roboto", Arial, sans-serif;
}

  /*.ui-widget-content.ui-front[role = "dialog"] {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: fit-content;
  margin: auto;
}*/

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 40, 42, 0.63);
  }

.ui-dialog-titlebar {
  border: none;
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  cursor: auto !important;
  font-size: 22px;
  line-height: 29px;
  padding: 10px 20px;
}

  .ui-dialog-titlebar:after {
    content: "";
    position: absolute;
    background: #212121;
    height: 1px;
    width: calc(100% - 44px);
    bottom: 0;
  }

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 22px;
    line-height: 29px;
    color: #212121;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-family: "Roboto Condensed", Arial;
    font-weight: bold;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url("../imgs/panel-close.svg") center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url("../imgs/panel-close.svg") center no-repeat !important;
    padding: 0 !important;
    transform: translate(-12px, 2px);
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #212121;
  width: 100% !important;
  height: 100% !important;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .topic-page-content {
    width: 100%;
  }

  .ui-dialog-content .page-title h1 {
    min-height: 0;
    text-align: center;
  }

  .ui-dialog-content .page-title h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .ui-dialog-content .black-border-btn {
    margin: 20px auto 0;
  }

.ui-widget button {
  font-family: "Roboto Condensed", Arial;
  font-weight: bold;
}
/*    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #4ab2f1;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
      .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
        background-color: #248ece;
      }*/
.bar-notification-container {
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #212121;
  opacity: 0.95;
  max-width: 440px;
}

/*.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}*/

.bar-notification {
  position: relative;
  display: none;
  padding: 26px 42px 26px 18px;
  background-color: #292929;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
  border-radius: 8px;
  overflow: hidden;
  color: #ffb549;
  line-height: 24px;
}

  .bar-notification .content {
    margin: 0 10px 0 0;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 26px;
    right: 18px;
    left: unset;
    width: 24px;
    height: 24px;
    background: url(../imgs/cross.svg) center no-repeat;
    cursor: pointer;
    visibility: visible;
  }

/* item box */
.item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}

.item-box {
  position: relative;
  width: 100%;
  text-align: left;
  display: inline-grid;
  /*  height: fit-content;*/
}

.product-item {
  /*border: 1px solid #212121;*/
  margin: -1px 0 0 -1px;
  padding: 9px 8px 22px;
  background-color: #fff;
}

.swiper-slide .product-item {
  margin: 0 0 -1px -1px;
}

.item-box .picture {
  z-index: 1;
  background-color: #eeeeee;
  margin-bottom: 16px;
  /*  padding: 14% 0 22%;*/
  position: relative;
  /*  min-height: 227px;*/
}

  .item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .item-box .picture a {
    display: block;
    position: relative;
    /* width: 80%;*/
    margin: auto;
    width: 100%;
  }

    .item-box .picture a img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateZ(0) scale(1, 1);
      /* mix-blend-mode: multiply;*/
      width: 100%;
      height: auto;
    }

.back-picture {
  opacity: 0;
  visibility: hidden;
}

.item-box .details {
  min-height: 62px;
}

.item-box .add-to-wishlist-button {
  position: absolute;
  padding: 5px;
  top: 4px;
  right: 5px;
  z-index: 2;
  border: none;
  background: none;
}

.item-box h3 {
  margin-bottom: 10px;
  overflow: clip;
}

.item-box .product-title a {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
}

.item-box-colors {
  column-gap: 3px;
  height: 14px;
}

  .item-box-colors .colors {
    line-height: 16px;
    margin-left: 4px;
    letter-spacing: -0.5px;
  }

  .item-box-colors .attribute-square {
    width: 16px;
    height: 16px;
  }

.item-box .prices {
  overflow: hidden;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  text-decoration: line-through;
  color: #9b9b9b;
  letter-spacing: -0.5px;
}

/*.item-box .tax-shipping-info a {
  color: #4ab2f1;
}

  .item-box .tax-shipping-info a:hover,
  .item-box .tax-shipping-info a:focus {
    text-decoration: underline;
  }
*/

.item-cart-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 12px;
  border: 1px solid #212121;
  padding: 12px 15px;
  transition: bottom 0.3s ease-in-out, visibility 0.2s ease-in-out, opacity 0.4s linear;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  width: calc(100% - 24px);
  overflow: hidden;
  z-index: 1;
}

  .item-cart-btn > span {
    /* font-weight: bold;*/
    font-size: 13px;
    text-align: left;
  }

.item-box .picture a img.main-image {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s ease-in-out;
  transition: opacity 0.4s linear, visibility 0.4s ease-in-out;
}

.product-item:hover .main-image {
  opacity: 0;
  visibility: hidden;
}

.product-item:hover .back-picture {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.product-item .item-cart-btn .old-price {
  transform: translateX(100%);
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.product-item:hover .item-cart-btn .old-price {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.product-box-attributes {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: 0 12px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid #212121;
  padding: 4.5px 10px;
  width: calc(100% - 24px);
  transition: visibility 0.2s ease-in-out, opacity 0.4s linear;
  z-index: 1;
}

  .product-box-attributes.active-sizes {
    visibility: visible;
    opacity: 1;
  }

.product-box-sizes .select-option.disabled label {
  color: #9b9b9b;
  pointer-events: none;
}

.product-box-sizes {
  gap: 6px 5px;
  flex-wrap: wrap;
  transform: translateX(20px);
  transition: 0.3s ease-in-out;
}

.product-box-attributes.active-sizes .product-box-sizes {
  transform: translateX(0);
}

.product-box-sizes label {
  padding: 10px 15px;
  display: block;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  cursor: pointer;
}

  .product-box-sizes label:hover {
   /* background-color: rgba(255, 181, 73, 0.7);*/
   background-color:#fff;
  }

.product-tag {
  position: absolute;
  padding: 5px;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.flag-discount {
/*  background-color: #f7941d;*/
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 10px;
/*  color: #ffffff;*/
background-color:#fff;
color:#000;
}
/* end item box */
/* start header */
.header {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
  text-align: center;
  /* min-height: 127px;*/
  min-height: 58px;
}

.header-upper {
  position: relative;
  z-index: 0;
  padding: 8px 0 7px;
  border-bottom: 1px solid #212121;
}

  .header-upper ul.up-info {
    justify-content: end;
  }

    .header-upper ul.up-info > li > a {
      font-size: 12px;
      line-height: 16px;
      transition: 0.3s ease-in-out;
    }

    /*  .header-upper ul.up-info > li > a:hover {
        color: #ffb549;
      }*/

      .header-upper ul.up-info > li > a:first-child {
        padding-right: 12.5px;
        margin-right: 12.5px;
        border-right: 1px solid #212121;
      }

.header-selectors-wrapper {
  margin-left: 22px;
}

.right-menu ul {
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.menu-image-desc {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  min-height: 44px;
}

.right-menu ul li {
  position: relative;
}

  .right-menu ul li svg,
  .svgaki {
    position: absolute;
    right: -36px;
    top: -35px;
    pointer-events: none;
    z-index: 1;
  }

.right-menu ul div > img {
  height: auto;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  display: block;
  max-height: 245px;
  aspect-ratio: 2/1.2;
  min-width: 170px;
  min-height: 160px;
}

.right-menu ul span {
  text-decoration: underline;
  margin-top: 5px;
  transition: 0.3s ease-in-out;
}

.right-menu li > a > div {
  overflow: hidden;
}

.right-menu li > a:hover img {
  transform: scale(1.1);
}

.selected-lang {
  column-gap: 6px;
  font-size: 12px;
  line-height: 20px;
}

  .selected-lang > div {
    padding: 2px;
    border: 1px solid #212121;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
  }

.language-list {
  row-gap: 20px;
  justify-content: start;
  margin-bottom: 38px;
}

.lang-pad {
  /* padding-left: 12px;*/
  text-align: left;
}

  .lang-pad strong {
    line-height: 21px;
    margin-bottom: 15px;
    display: block;
  }

.language-list a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  column-gap: 20px;
}

  .language-list a:hover {
    text-decoration: underline;
  }

  .language-list a.selected {
    font-weight: bold;
  }

  .language-list a > div {
    padding: 1px;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .language-list a.selected > div {
    border: 1px solid #212121;
  }

.currency-selector {
  position: relative;
}

  .currency-selector .selected-currency,
  .other-currency a {
    border: 1px solid #707070;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 12px;
    background-color: #fff;
    line-height: 23px;
  }

  .currency-selector .selected-currency {
    position: relative;
    cursor: pointer;
  }

.other-currency a {
  border-top: none;
}

  .other-currency a:hover {
    font-weight: bold;
  }

.other-currency {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

  .other-currency.active-currency {
    display: block;
  }

.selected-currency:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  width: 13px;
  height: 14px;
  margin: auto;
  background-image: url(../imgs/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.selected-currency.active-options:after {
  transform: scale(-1);
}

.header-lower {
  position: relative;
  z-index: 0;
  padding: 7px 0 8px;
  border-bottom: 1px solid #212121;
  transition: 0.5s linear, z-index 0s;
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}

.header-lower .content-wrapper > .center {
  justify-content: space-between;
}

.header-links ul {
  column-gap: 20px;
  justify-content: end;
}

#topcartlink {
  display: inline-block;
  width: auto;
  margin: 0;
}

.header-links-wrapper {
  width: 280px;
}

.header-logo {
  text-align: left;
  width: 280px;
  z-index: 1;
  display: inline-flex;
}

  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
  }

    .header-logo a img {
      max-width: 100%;
      opacity: 1;
    }

.header-links a {
  display: block;
}

.header-links svg {
  vertical-align: middle;
}

.qty {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
}

.search span {
  line-height: 28px;
  display: inline-block;
}

.top-message {
  position: relative;
  z-index: -1;
}

  .top-message button {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    right: 8px;
    top: 8px;
    letter-spacing: -0.5px;
    transition: 0.3s ease-in-out;
  }

    .top-message button:hover {
      text-decoration: underline;
    }

  .top-message p,
  .top-message > div {
    margin: 0;
    padding: 8px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-family: "Roboto Condensed", Arial;
    font-weight: normal;
  }

.flyout-cart {
  text-align: left;
}

  .flyout-cart .count {
    background-color: #fff;
    text-align: left;
    line-height: 21px;
    padding: 7px 8px;
  }

    .flyout-cart .count button {
      margin-left: auto;
      display: inline-flex;
    }

.mini-shopping-cart .items {
  overflow: auto;
  height: calc(100vh - 135px);
}

  .mini-shopping-cart .items::-webkit-scrollbar {
    width: 3px;
    height: 100%;
  }

  .mini-shopping-cart .items::-webkit-scrollbar-track {
    background: #fff;
  }

  .mini-shopping-cart .items::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 25px;
    border: 2px solid #212121;
  }

.mini-shopping-cart .item {
  overflow: hidden;
  padding: 17px 8px;
  line-height: 24px;
}

.mini-shopping-cart .picture {
  float: left;
  width: 80px;
}

  .mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
  }

    .mini-shopping-cart .picture a:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

  .mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
  }

  .mini-shopping-cart .picture + .product {
    margin-left: 80px;
    padding-left: 10%;
  }

.mini-shopping-cart .name a {
  margin-bottom: 2px;
  display: block;
}

  .mini-shopping-cart .name a:hover,
  .mini-shopping-cart .name a:focus {
    text-decoration: underline;
  }

.mini-shopping-cart .attributes,
.mini-shopping-cart .quantity {
  margin: 6px 0;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 19px;
}

.mini-shopping-cart .totals {
  margin: 0 0 12px;
  font-size: 14px;
}

  .mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
  }

.quantity-edit-buttons {
  border: 1px solid #212121;
  max-width: 100px;
}

  .quantity-edit-buttons input {
    border: none;
    background: none;
    width: 30px;
    text-align: center;
  }

    .quantity-edit-buttons input::-webkit-input-placeholder {
      opacity: 1;
      font-weight: bold;
    }

    .quantity-edit-buttons input:-ms-input-placeholder {
      opacity: 1;
      font-weight: bold;
    }

    .quantity-edit-buttons input::placeholder {
      opacity: 1;
      font-weight: bold;
    }

.minus,
.plus {
  width: 34px;
  height: 34px;
}

  .minus svg,
  .plus svg {
    vertical-align: middle;
  }

.mini-shopping-cart .price {
  margin-bottom: 20px;
}

.fixed-btns {
  padding: 14px 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
}

  .fixed-btns .flex-cl {
    gap: 6px;
    justify-content: center;
  }

.free-shipping-notice {
  color: #9b9b9b;
  text-align: center;
  font-size: 12px;
  margin: 12px 0 0;
}

.checkout-buttons .free-shipping-notice {
  margin: 20px 0 0;
}

.eng-checkout-note {
  color: #212121;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0 0;
  margin-bottom: 10px;
}

.eng-checkout-note {
  color: #212121;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0 0;
  margin-bottom: 10px;
}

.eng-temp-note {
  color: #212121;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 50px 0 0;
  margin-bottom: 50px;
}

  .eng-temp-note span {
    background-color: #F7941D;
    padding: 2px 5px;
    font-weight: bold;
    border-radius: 5px;
  }

#checkout span,
.fixed-btns span {
  font-weight: normal;
  margin-left: 12px;
  display: inline-block;
  font-family: Roboto;
}

.fixed-btns .white-border-btn {
  flex: 0.7;
}

.fixed-btns .black-border-btn {
  padding: 11px;
  flex: 1;
}

#small-search-box {
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: height 0.6s ease-in-out, opacity 0.4s ease-in-out;
  background-color: #fff;
}

  #small-search-box.hide-search {
    height: 100%;
    min-height: 440px;
    padding: 98px 25.5% 70px;
    opacity: 1;
    visibility: visible;
  }

    #small-search-box.hide-search .fixed-background {
      background-color: rgba(37, 40, 42, 0.6);
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      content: "";
      position: absolute;
      z-index: -1;
    }

.inputs input[type="text"].search-box-text {
  background: none;
  border: none;
  border-bottom: 1px solid #212121;
  padding-right: 30px;
  padding-left: 0;
}

#small-search-box-form .inputs label {
  color: #212121;
}

.inputs input.search-box-text:placeholder-shown + label {
  transform: translate(0, 36.5px);
}

.inputs input.search-box-text:not(:placeholder-shown) + label {
  transform: translate(0, 22px);
}

.input-search {
  align-items: end;
  margin-bottom: 30px;
}

  .input-search button {
    padding-bottom: 10px;
  }
/* end header */
/* Start Homepage */

.page.home-page {
  /* overflow-x: hidden;*/
}

#home-myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 99;
  background-color: #26282a;
  cursor: pointer;
  padding: 5px;
  border-radius: 100%;
  transform: rotate(-90deg);
  width: 54px;
  height: 54px;
}

  #home-myBtn svg {
    margin: auto;
  }

#myBtn:hover {
  background-color: #555;
}

#hero-slider {
  border-bottom: 1px solid;
}

.hero-right img {
  height: 100%;
}

.hero-section .flex-cl {
  width: 100%;
  height: 100%;
}

.hero-left {
  text-align: left;
  padding-left: 8.5%;
  margin: auto 0;
  padding-top: 1%;
}

.hero-desc {
  max-width: 80%;
}

.hero-desc .white-border-btn{
  padding: 11px 23px;
  border: 1px solid white;
  color: white;
}

.hero-section h1 {
  margin-bottom: 23px;
}

.hero-section span {
  display: block;
  margin-bottom: 8px;
}

#hero-slider video {
  width: 100%;
  height: auto;
}

.hero-full-img {
  display: block;
  position: relative;
}

  .hero-full-img .hero-left {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 1;
  }

#counter-hero {
  width: 50%;
  text-align: right;
  margin: 0;
  padding: 0 38px 32px 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 16px;
}

#hero-slider .custom-arrow::after {
  background-image: url(../imgs/right-arrow-slider.svg);
  width: 37px;
  height: 69px;
}

#hero-slider .custom-arrow-prev {
  width: 37px;
  height: 69px;
  left: 0;
  transform: translateY(-50%);
}

#hero-slider .custom-arrow-next {
  width: 37px;
  height: 69px;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.seasonal-banners {
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  text-align: center;
}

  .seasonal-banners .seasonal-banner:first-child {
    overflow: hidden;
  }

    .seasonal-banners .seasonal-banner:first-child img {
      transition: 0.3s ease-out;
    }

      .seasonal-banners .seasonal-banner:first-child img:hover {
        transform: scale(1.1);
      }

.seasonal-banner2 a.grid-cl {
  padding: 46px 20px 38px;
}

.seasonal-banner3 a.grid-cl {
  padding: 60px 20px 22px;
}

.seasonal-banner .btn {
  text-decoration: underline;
  margin: auto auto 0;
}

.seasonal-banner:nth-child(1):not(.seasonal-banner2) {
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}

.seasonal-banner:nth-child(4) {
  border-left: 1px solid #212121;
  border-top: 1px solid #212121;
}

.last-season-banner {
  position: relative;
}

  .last-season-banner .btn {
    background-color: #ffb549;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 10px;
    text-decoration: unset;
  }

    .last-season-banner .btn:hover {
      text-decoration: underline;
    }

.seasonal-banner a.grid-cl {
  height: 100%;
  justify-content: center;
  text-align: center;
}

  .seasonal-banner a.grid-cl img {
    margin: auto;
  }

.top-banners {
  border-bottom: 1px solid #212121;
  margin-bottom: 62px;
}

.top-banner {
  width: 100%;
}

  .top-banner a {
    position: relative;
    display: block;
    overflow: hidden;
  }

    .top-banner a:before {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      background: transparent linear-gradient( 180deg, #ffffff00 0%, #ffffff00 70%, rgba(255, 255, 255, 0.3) 100% );
      z-index: 1;
      height: 100%;
      max-height: 356px;
    }

    .top-banner a img {
      transition: 0.3s ease-out;
    }

    .top-banner a:hover img {
      transform: scale(1.1);
    }

  .top-banner h2 {
    font-family: "Roboto Condensed", Arial;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    text-decoration: underline;
    position: absolute;
    bottom: 34px;
    text-align: center;
    margin: auto;
    width: calc(100% - 30px);
    z-index: 2;
    left: 0;
    right: 0;
  }

  .top-banner:nth-child(2) {
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
  }

.usp-section {
  padding: 8.5px 0;
  border-bottom: 1px solid #212121;
  background: #fff;
}

  .usp-section .swiper-wrapper {
    transition-timing-function: linear;
  }

  .usp-section .swiper-slide {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

.tab-item .tablinks {
  color: #fff;
  -webkit-text-stroke: 1px #212121;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

  .tab-item .tablinks:hover {
    color: #212121;
  }

.tab-item.active .tablinks {
  color: #212121;
  -webkit-text-stroke-width: 0px;
}

.scroll-tabs ul {
  justify-content: center;
  column-gap: 17px;
  margin-bottom: 42px;
}

.vision-section {
  text-align: left;
  padding: 120px 8.4%;
}

  .vision-section img {
    transition: 0.3s ease-in-out, transform 0.4s ease-in-out;
  }

  .vision-section:hover img {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }

  .vision-section span {
    font-size: 145px;
    line-height: 130px;
    color: #fff;
    -webkit-text-stroke: 1px #000000;
  }

.store-section {
  background-color: black;
  margin-top: -1px;
}

  .store-section h2 {
    color: white;
  }

  .store-section .left-sec {
    padding: 48px 15px 20px;
    text-align: center;
    justify-content: center;
  }

  .store-section .boldness {
    font-size: 95px;
    line-height: 110px;
    -webkit-text-stroke: 2px white;
    color: white;
    align-self: center;
    text-align: left;
    max-width: 500px;
    text-align: center;
  }

  .store-section .btn {
    margin: auto auto 0;
    text-decoration: underline;
    font-size: 14px;
    color: white;
  }

.bro-over {
  overflow-x: hidden;
}

.bros-section {
  padding: 77px 8.4% 60px;
}

  .bros-section span {
    text-align: center;
    display: block;
  }

  .bros-section .boldness-out {
    font-size: 152px;
    line-height: 136px;
    transform: translateX(-100%);
    transition: 1.5s all ease;
  }

  .bros-section .boldness {
    font-size: 153px;
    line-height: 184px;
    transform: translateX(100%);
    transition: 1.5s all ease;
  }

  .bros-section.active-trans .bros-left,
  .bros-section.active-trans .bros-right {
    transform: translateX(0);
  }

.networks {
  justify-content: center;
  margin-top: 45px;
  column-gap: 20px;
}

  .networks li a {
    display: block;
    transition: 0.3s ease-in-out;
  }
/*
    .networks li a:hover {
      background-color: #fff;
    }
*/
.collection-section .collection-head {
  padding: 0 8px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

  .collection-section .collection-head.center {
    justify-content: center;
  }

/*.home-page .swiper .product-item {
  border-bottom: none;
}*/

/* start news items */

.news-item-page .breadcrumb {
  margin-bottom: 40px;
}

.share-btns {
  position: sticky;
  width: fit-content;
  margin-left: auto;
  margin-right: -50px;
  top: 100px;
  row-gap: 10px;
  float: right;
}

.fb-share-button {
  opacity: 0;
  width: 30px;
  height: 30px;
}

.override-btn {
  position: relative;
}

  .override-btn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    left: 0;
    z-index: 1;
    background: url("../imgs/fb.svg");
    pointer-events: none;
  }

.news-item-page .tags {
  margin-bottom: 14px;
}

  .news-item-page .tags ul {
    gap: 5px;
  }

.news-list-page .category-description {
  margin-bottom: 48px;
}

.news-content {
  position: relative;
  overflow-y: auto;
  height: 100%;
}

  .news-content * {
    text-align: left;
  }

  .news-content::-webkit-scrollbar {
    width: 5px;
    height: 100%;
  }

  .news-content::-webkit-scrollbar-track {
    background: #fff;
  }

  .news-content::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 25px;
    border: 2px solid #212121;
  }

.block-blogtags ul {
  gap: 13px;
  flex-flow: row wrap;
}

.block-blogtags li a {
  text-transform: capitalize;
}

.general-details {
  gap: 26px;
  font-size: 14px;
  line-height: 19px;
  margin: 20px 0 40px;
}

  .general-details span {
    display: block;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }

.news-body {
  line-height: 24px;
}

.news-over {
  overflow: auto hidden;
  margin-right: -1px;
}

  .custom-scrollbar::-webkit-scrollbar,
  .news-over::-webkit-scrollbar {
    width: 100%; /* width of the entire scrollbar */
    height: 3px;
  }

  .custom-scrollbar::-webkit-scrollbar-track,
  .news-over::-webkit-scrollbar-track {
    background: #eef1f2;
    border-radius: 25px;
    margin: 0 15px;
  }

  .custom-scrollbar::-webkit-scrollbar-thumb,
  .news-over::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 25px;
    border: 2px solid #212121;
  }

.news-items {
  grid-template-columns: repeat(3, 1fr);
  margin-right: -2px;
}

.news-list-homepage .news-items,
.related-news .news-items {
  margin-right: 0;
  grid-template-columns: repeat(3, 1fr);
}

.news-items .news-box {
  margin: -1px 0 0 -1px;
  min-width: 280px;
  display: inline-flex;
}

.homepage-news .news-box {
  margin-bottom: -1px;
}

.news-items .news-item {
  padding: 8px 8px 16px;
  text-align: left;
  width: 100%;
  border: 1px solid #212121;
  display: flex;
  flex-direction: column;
  height: 100%;
}

  .news-items .news-item img {
    aspect-ratio: 2/1;
  }
/*.news-items .news-item:nth-child(2) {
  border-right: 1px solid #212121;
  border-left: 1px solid #212121;
}*/
.news-item .news-title {
  font-weight: bold;
}

.date-tags {
  margin-bottom: 10px;
}

.news-date {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
}

.tags span {
  color: #ffb549;
  display: inline-block;
  margin: 0 3px 0 7px;
  font-size: 16px;
}

.tags a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.news-list-homepage .section-title {
  margin-top: 46px;
}

.news-head {
  padding: 15px 0 20px;
}

.news-item .btn {
  margin-top: auto;
}

/* end news items */

/* End Homepage */

/* start footer */

.footer {
  background-color: #fff;
  text-align: left;
  position: relative;
}

  .footer hr {
    border-color: #212121;
    border-width: 1px 0 0 0;
  }

.footer-upper {
  margin: auto;
  overflow: hidden;
  padding: 42px 0;
  font-size: 0;
}

.footer-upper-payment-partners_image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

  .footer-upper-payment-partners_image-container img {
    height: 20px;
    margin-bottom: 10px;
  }

    .footer-upper-payment-partners_image-container img:nth-child(1) {
      margin-right: 10px;
    }

    .footer-upper-payment-partners_image-container img:nth-child(2) {
      height: 35px;
    }

    .footer-upper-payment-partners_image-container img:nth-child(3) {
      margin-left: 10px;
      height: 25px;
    }

.footer-block {
  text-align: left;
  width: 33.333%;
  padding-right: 2%;
}

  .footer-block .title {
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .footer-block.follow-us {
    width: 100%;
  }

  .footer-block .list {
    row-gap: 14px;
  }

    .footer-block .list a {
      display: block;
      font-size: 16px;
      line-height: 21px;
      color: #000000;
      font-family: "Roboto Condensed", Arial;
      font-weight: normal;
    }

      .footer-block .list a:hover,
      .footer-block .list a:focus {
      }

.newsletter .big-title {
  margin-bottom: 6px;
}

.newsletter-email {
  overflow: hidden;
  align-items: end;
  max-width: 500px;
  width: 100%;
}

.newsletter-klaviyo {
  width: 100%;
  border-bottom: 1px solid #212121;
  margin-top: 34px;
}

  .newsletter-klaviyo input {
    box-shadow: none !important;
    border: none !important;
    padding-left: 0 !important;
  }

    .newsletter-klaviyo input::-webkit-input-placeholder {
      opacity: 1;
      color: #9b9b9b;
      font-family: Roboto, Arial;
    }

    .newsletter-klaviyo input:-ms-input-placeholder {
      opacity: 1;
      color: #9b9b9b;
      font-family: Roboto, Arial;
    }

    .newsletter-klaviyo input::placeholder {
      opacity: 1;
      color: #9b9b9b;
      font-family: Roboto, Arial;
    }

  .newsletter-klaviyo button {
    box-shadow: none !important;
    font-weight: bold !important;
  }

.newsletter-email:focus-within {
  overflow: visible;
}

.newsletter-email .inputs input[type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid #212121;
  padding-right: 0;
  padding-left: 0;
}

.newsletter-email .inputs label,
.newsletter-email .inputs input:placeholder-shown + label {
  color: #212121;
  transform: translate(0, 36.5px);
}

.newsletter-email .inputs input:not(:placeholder-shown) + label {
  transform: translate(0, 22px);
}

.newsletter-subscribe-button {
  padding-bottom: 6px;
  padding-left: 15px;
  background: none;
  white-space: nowrap;
}

  .newsletter-subscribe-button:hover,
  .newsletter-subscribe-button:focus {
    color: #ffb549;
  }

.newsletter-email .options {
  clear: both;
  padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

  .newsletter-validation .please-wait {
    display: none !important;
  }

.footer-lower {
  margin: auto;
  overflow: hidden;
  padding: 11px 0;
  font-size: 14px;
  line-height: 24px;
  justify-content: space-between;
}

/*.footer-tax-shipping a {
  font-weight: bold;
  color: #4ab2f1;
}

  .footer-tax-shipping a:hover,
  .footer-tax-shipping a:focus {
    text-decoration: underline;
  }*/

.footer-powered-by a {
  font-weight: bold;
}

  .footer-powered-by a:hover,
  .footer-powered-by a:focus {
    text-decoration: underline;
  }

/* end footer */

/* start Category */

.html-category-page .master-column-wrapper {
  margin-bottom: -1px;
}

.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
}

  .breadcrumb:hover {
  }

  .breadcrumb::-webkit-scrollbar {
    width: 80%;
    height: 2px;
    margin: auto;
    background: none;
  }

  .breadcrumb:hover::-webkit-scrollbar-track {
    background: #fff;
  }

  .breadcrumb:hover::-webkit-scrollbar-thumb {
    background-color: #9b9b9b;
    border-radius: 25px;
    border: 2px solid #9b9b9b;
  }

  .breadcrumb li {
    display: inline-block;
  }

    .breadcrumb li * {
      display: inline-flex;
      font-size: 14px; /*reset zeroing*/
      line-height: 19px;
      color: #9b9b9b;
    }

  .breadcrumb a {
    text-decoration: underline;
  }

  .breadcrumb strong {
    font-weight: normal;
  }

  .breadcrumb a:hover,
  .breadcrumb a:focus {
    text-decoration: none;
  }

.category-page h1 {
  margin: 15px 0 27px;
}

.duo-cat {
  width: 100%;
}

.left-cat {
  position: relative;
}

  .left-cat .full-img {
    height: 100%;
  }

.cat-msg {
  position: absolute;
  top: 4px;
  left: 5px;
}

.right-cat {
  padding: 30px 8px 18px 9%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

  .right-cat:before {
    content: "";
    position: absolute;
    border-left: 1px solid #212121;
    top: 0;
    left: -1px;
    bottom: 0;
  }

.full-cat {
  flex-direction: column;
  padding: 30px 8px 18px;
  width: 100%;
}

.sub-category-grid ul {
  gap: 15px 30px;
  flex-wrap: wrap;
}

.sub-category-grid li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  letter-spacing: -0.5px;
  transition: 0.3s ease-in-out;
}

.category-description {
  line-height: 24px;
  margin-bottom: 27px;
  width: 80%;
}

.catalog-btns {
  column-gap: 9px;
  justify-content: end;
  margin-top: 40px;
}

.sort-btn {
  padding-right: 16px;
  padding-left: 16px;
}

.product-sorting,
#panel-language {
  height: 100%;
  flex-direction: column;
}

  .product-sorting .black-border-btn,
  #panel-language .black-border-btn {
    width: 100%;
    margin-top: auto;
  }

.product-selectors {
  padding: 4px 30px 28px;
}

.filter-title {
  padding: 17px 8px 4px;
  font-size: 22px;
  line-height: 29px;
}

.sort-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 10px;
}

.product-selectors li {
  font-size: 14px;
  line-height: 23px;
  color: #212121;
  column-gap: 14px;
  cursor: pointer;
}

  .product-selectors li input {
    appearance: none;
    -webkit-appearance: none;
    width: 23px;
    height: 23px;
    outline: 1px solid #c8c8c8;
    border-radius: 50%;
    flex-shrink: 0;
  }

    .product-selectors li input[type="radio"]:checked {
      background: #212121;
      border: 5px solid #fff;
      outline-color: #212121;
    }

      .product-selectors li input[type="radio"]:checked + label {
        font-weight: bold;
      }

.product-selectors span {
  vertical-align: middle;
  font-size: 16px;
}

.product-selectors select {
  margin: 0 8px;
}

.product-selectors .product-viewmode {
  display: none;
  font-size: 0;
}

.product-grid {
  border-right: 1px solid #fff;
  margin-right: -2px;
  margin-bottom: -1px;
}

#load-more button {
  margin: 40px auto;
}

.related-categories {
  padding: 35px 8px 38px;
}

  .related-categories ul {
    margin-top: 24px;
    gap: 18px 23px;
    flex-wrap: wrap;
    max-width: 800px;
  }

    .related-categories ul .btn {
      font: normal 16px "Roboto", Arial, sans-serif;
      letter-spacing: -0.5px;
    }

#panel-filters .panel-title {
  padding: 17px 8px;
  /* position: sticky;*/
  top: 0;
  background-color: #fff;
  margin: 0;
}

.product-filter .filter-title {
  padding: 12px 20px 20px 8px;
  font-size: 16px;
  line-height: 21px;
  justify-content: space-between;
  cursor: pointer;
  letter-spacing: -0.5px;
}

  .product-filter .filter-title img {
    transform: rotate(-180deg);
    transition: 0.3s ease-in-out;
  }

  .product-filter .filter-title.hidden img {
    transform: rotate(0deg);
  }

.product-filter ul {
  padding-bottom: 20px;
}

.product-filter .group .item {
  display: flex;
  align-items: center;
  position: relative;
}

  .product-filter .group .item.inputs-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 5px;
  }

.color-item.inputs-checkbox input[type="checkbox"]:checked + label {
  background-color: #eef1f2;
}

#panel-filters .fixed-btns span {
  margin-left: 2px;
}

.product-filters {
  overflow: hidden auto;
  height: calc(100% - 145px);
}

  .product-filters::-webkit-scrollbar {
    width: 7px;
    height: 100%;
  }

  .product-filters::-webkit-scrollbar-track {
    background: #fff;
  }

  .product-filters::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 25px;
    border: 2px solid #212121;
  }

.product-filter .group .item label {
  cursor: pointer;
  line-height: 20px;
  padding: 5px 0 5px 64px;
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.product-filter .item.inputs-checkbox input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.product-filter .color-item.inputs-checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.product-filter .color-item.inputs-checkbox label {
  padding-left: 30px;
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.price-content {
  padding: 0 30px 26px;
}

.ui-slider-horizontal .ui-slider-range {
  background: #767676;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 4px solid #767676;
  background: #fff;
  border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}

#price-range-slider {
  height: 6px;
  border: none;
  background: #e5e5e5;
}

.price-range-filter .selected-price-range {
  padding-bottom: 15px;
}

  .price-range-filter .selected-price-range span {
    color: #767676;
  }

  .price-range-filter .selected-price-range .to {
    float: right;
  }

  .price-range-filter .selected-price-range.manually {
    display: flex;
  }

    .price-range-filter .selected-price-range.manually .from {
      margin-right: 8px;
    }

    .price-range-filter .selected-price-range.manually .from,
    .price-range-filter .selected-price-range.manually .to {
      width: 50%;
    }

.products-container {
  position: relative;
}

  .products-container .ajax-products-busy {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #ffffffab url(../images/loading.gif) center no-repeat;
  }

  .products-container .no-result {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding: 50px 0;
  }

.fixed-filter-btn {
  position: fixed;
  bottom: -100%;
  width: fit-content;
  z-index: 2;
  transition: 0.6s ease-in-out;
  margin: auto;
  right: 0;
  left: 0;
}

  .fixed-filter-btn.fixed {
    bottom: 100px;
  }

.category-video {
  grid-column: span 2;
  padding: 18px 8px;
  pointer-events: none;
}

  .category-video video {
    margin: auto;
    border:0 !important;
  }

.pager {
  margin: 0 0 20px;
}

  .pager ul {
    text-align: right;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }

    .pager li a,
    .pager li span {
      display: block;
      min-width: 35px;
      height: 35px;
      border: 1px solid #ddd;
      background-color: #eee;
      padding: 8px;
      text-align: center;
      font-size: 14px; /*reset zeroing*/
      cursor: pointer;
    }

    .pager li span {
      border-color: transparent;
      background-color: #4ab2f1;
      color: #fff;
    }

    .pager li.previous-page *,
    .pager li.next-page *,
    .pager li.first-page *,
    .pager li.last-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: #fff;
    }

    .pager li.previous-page * {
      background-image: url("../images/prev.png");
    }

    .pager li.next-page * {
      background-image: url("../images/next.png");
    }

    .pager li.first-page * {
      background-image: url("../images/first.png");
    }

    .pager li.last-page * {
      background-image: url("../images/last.png");
    }

    .pager li a:hover,
    .pager li a:focus {
      border-color: transparent;
      background-color: #ddd;
    }

/* end Category */

/* start login */

.form-checkboxes {
  margin-top: 15px;
  row-gap: 10px;
}

.form-fields.login-fields {
  margin-bottom: 20px;
}

.login-page .tab-item .roboldo {
  font-size: 22px;
  line-height: 29px;
  color: #9b9b9b;
  padding: 0 40px 16px;
  position: relative;
  cursor: pointer;
}

.login-page .tab-item.active .roboldo {
  color: #212121;
}

.login-page .tab-item {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #c5c1bf;
}

  .login-page .tab-item.active > .roboldo:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #212121;
    left: 0;
    bottom: -2px;
  }

#back-guest-button {
  display: none;
}

#guest-blocks {
  display: none;
  max-width: unset;
  margin-top: 48px;
}

#back-guest-button {
  position: absolute;
  top: 5px;
}

.choose-block {
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}

  .choose-block .flex-cl {
    row-gap: 16px;
    flex-direction: column;
  }

  .choose-block p {
    line-height: 24px;
  }

.login-page .choose-block button {
  height: fit-content;
  margin-top: auto;
}

.acc-content {
  max-width: 50%;
  padding: 70px 0 275px;
  margin: auto;
}

  .acc-content .page-body {
    position: relative;
  }

.reversed {
  justify-content: space-between;
  margin-top: 12px;
}

.customer-blocks {
  max-width: 66%;
  margin: 30px auto 0;
}

.forgot-password a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .customer-blocks .btn {
  width: 100%;
}

.login-page .white-border-btn {
  margin-top: 12px;
}

.login-page .underline-btn {
  font-size: 16px;
  line-height: 21px;
  margin: 25px auto 0;
  color: #262828;
  border: none;
  display: block;
}

.external-buttons {
  flex-wrap: wrap;
  gap: 12px 16px;
}

  .external-buttons a.btn {
    display: flex;
    margin: 0;
    padding: 6.5px 23px;
  }

  .external-buttons > div,
  .external-buttons span {
    flex: 1;
  }

  .external-buttons span {
    padding: 0 5px;
  }

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
}

  .external-authentication .title {
    margin: 24px 0 15px;
  }

  .external-authentication .buttons {
    margin: 0 0 30px;
    padding: 30px;
  }

.external-auth-errors {
  color: #e4444c;
  padding: 10px;
  text-align: center;
}

.external-auth-association {
  color: #444;
}

  .external-auth-association a {
    color: #4ab2f1;
  }

    .external-auth-association a:hover,
    .external-auth-association a:focus {
      text-decoration: underline;
    }

/* end login */

/* start wishlist */

.wishlist-page {
  margin-top: 80px;
}

  .wishlist-page h1 {
    text-align: center;
  }

  .wishlist-page .no-data {
    text-align: center;
    line-height: 24px;
    max-width: 458px;
    margin: 16px auto;
  }

.block-recently-viewed-products {
  margin-top: 170px;
}

  .block-recently-viewed-products h2 {
    margin-bottom: 20px;
    text-align: center;
  }

.wishlist-content {
  margin: 50px 0 -1px;
}

  .wishlist-content .message-error {
    margin: 20px 0;
  }

  .wishlist-content .product-content {
    min-width: 300px;
    text-align: left;
  }

.wishlist-cartItems .remove-btn {
  width: 38px;
  height: 38px;
  position: absolute;
  padding: 5px;
  top: 5px;
  right: 5px;
  z-index: 2;
  border: none;
  background: none;
}
/* end wishlist */
/* start News */
.news-list-page h1 {
  margin: 15px 0 20px;
}

.news-list-page .right-cat {
  padding-bottom: 48px;
}
/* end News */
/* registration result*/
.registration-result-page a {
  display: block;
  margin: auto;
}

.registration-result-page .result {
  padding: 50px 0 30px;
  font-size: 26px;
  line-height: 30px;
  color: #ffb549;
}

/* end registration result */

/* start not found */

.not-found-page .acc-content {
  padding-bottom: 40px;
}

  .not-found-page .acc-content a {
    display: block;
    margin: auto;
    max-width: 344px;
    width: 100%;
  }

.not-found-page img {
  margin-top: -150px;
  margin-bottom: -100px;
  width: 100%;
  object-fit: contain;
}

.not-found-page .page-body {
  position: relative;
}

.not-found-page p {
  margin: 20px auto 28px;
  font-size: 22px;
  line-height: 30px;
}

.bestsellers {
  margin-top: 142px;
}

  .bestsellers h2 {
    margin-bottom: 28px;
  }
/* end not found */
/* start search page */
.search-page h1,
.new-products-page h1,
.size-guide-title h1,
.topic-page-content h1 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  padding: 12px 8px;
}

.search-results {
  margin-bottom: -1px;
}

  .search-results .warning {
    margin: 10px 0;
    color: #e4434b;
  }

  .search-results .fixed-filter-btn,
  .search-results .fixed-filter-btn.fixed {
    bottom: 50px;
  }

/* end search page */

/* pass recovery start */

.password-recovery-page .result {
  margin: 20px auto 45px;
  font-weight: bold;
  max-width: 500px;
  line-height: 25px;
}

.password-recovery-page a {
  display: block;
  margin: auto;
}

.password-recovery-page button {
  width: 100%;
}

.tooltip {
  position: initial;
  display: inline-block;
  max-width: 500px;
  margin: 20px auto 0;
  line-height: 24px;
}

  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background: #f0f0f0 no-repeat 100% 5%;
    border: #c0c0c0 1px dotted;
    text-align: Left;
    padding: 10px 10px 5px 5px;
    position: absolute;
    z-index: 1;
    left: 10%;
    opacity: 0;
    transition: opacity 0.3s;
  }

    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
    }

  .tooltip:hover .tooltiptext,
  .tooltip:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
    cursor: help;
  }

/* pass recovery ends */

/* start contact page */

.contact-page .breadcrumb,
.shopping-cart-page .breadcrumb {
  padding: 8px 0;
}

.text-contact-content {
  max-width: 67%;
  margin: auto;
  padding: 12px 0;
}

  .text-contact-content h1,
  .text-contact-content h2 {
    margin-bottom: 14px;
  }

  .text-contact-content h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .text-contact-content p {
    margin-bottom: 30px;
    line-height: 24px;
  }

  .text-contact-content strong {
    display: block;
    margin-bottom: 3px;
  }

  .text-contact-content a {
    display: inline-block;
  }

  .text-contact-content .form-fields {
    margin-top: 26px;
    margin-bottom: 18px;
  }

  .text-contact-content .classic-inputs {
    margin-top: 12px;
  }

  .text-contact-content button {
    width: 100%;
  }

#select-subject {
  width: 100%;
}

.contact-page .result,
.contact-page .message-error {
  text-align: center;
  margin: 70px 0 20px;
  font-weight: bold;
  font-size: 18px;
}

#stores-map {
  padding: 0;
}

  #stores-map iframe {
    width: 100%;
    height: 100%;
  }

/* end contact page */

/* start cookies */
.bar-notification .content {
    color:#fff;
}
.eu-cookie-bar-notification {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  min-height: 180px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 4px solid #262828;
}

  .eu-cookie-bar-notification .content {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 30px 20px 15px;
    max-width: 1310px;
    position: relative;
  }

  .eu-cookie-bar-notification .buttons-more,
  .eu-cookie-bar-notification .text-wrapper {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .eu-cookie-bar-notification .buttons-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px 20px;
  }

  .eu-cookie-bar-notification .title {
    font-size: 40px;
    margin: 0 0 26px 0;
  }

  .eu-cookie-bar-notification .text {
    font-size: 14px;
    max-width: 540px;
    width: 100%;
  }

  .eu-cookie-bar-notification .btn {
    max-width: 220px;
    width: 100%;
    min-width: 150px;
    padding: 18px;
    text-align: center;
    font-size: 15px;
  }

.close-cookies {
  position: absolute;
  top: 10px;
  right: 20px;
}
/* end cookies */
/*size guide page */
.sizeguide-chart {
  width: 100%;
}

.left-table {
  width: 30%;
  min-width: 150px;
}

.right-table {
  width: 70%;
  text-align: center;
  overflow-x: auto;
}

.sizeguide-chart th,
.sizeguide-chart td {
  height: 62px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  min-width: 62px;
  white-space: nowrap;
}

.sizeguide-chart .right-table tr > td:nth-child(even) {
  background-color: rgba(200, 200, 200, 0.2);
}

.sizeguide-chart th {
  background-color: #e5e5e5;
  text-align: left;
}

.grey-back-guide {
  background-color: #f4f4f4;
  padding: 4% 0;
}

.size-page-content {
  width: 61%;
}

  .size-page-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 38px;
    text-align: left;
    font-family: "Roboto Condensed", Arial;
  }

  .size-page-content h3 {
    margin-bottom: 10px;
    font-family: "Roboto Condensed", Arial;
    font-weight: bold;
  }

  .size-page-content p {
    line-height: 24px;
  }

  .size-page-content strong {
    font-family: "Roboto Condensed", Arial;
    font-weight: bold;
  }

.back-img {
  position: relative;
}

  .back-img img {
    min-height: 350px;
    width: 100%;
  }

  .back-img .content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 61%;
    z-index: 1;
    height: fit-content;
  }

  .back-img h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
  }

.white-back-guide {
  padding: 4% 0;
  background-color: #fff;
}

.left-img {
  width: 40%;
}

  .left-img img {
    margin: auto;
  }

.right-info {
  width: 60%;
  padding-left: 30px;
}

  .right-info ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    gap: 20px;
    height: 100%;
    margin: 0;
    text-align: left;
  }

.white-back-guide h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.size-page-content h2:not(:first-child) {
  margin-top: 40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background-color: #fff;
  border-radius: 34px;
  padding: 3px;
  cursor: pointer;
}

  .switch input {
    width: 100%;
    height: 100%;
    visibility: hidden;
    cursor: pointer;
  }

    .switch input:before {
      content: "";
      position: absolute;
      background-color: #ccc;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      left: 3px;
      top: 3px;
      transition: 0.4s;
      opacity: 1;
      visibility: visible;
    }

    .switch input:checked::before {
      transform: translateX(26px);
      background: #252828;
    }

.in-table,
.switch-text-2 {
  display: none;
}

.switch-choices {
  position: relative;
  width: fit-content;
  margin: 0 0 15px auto;
}

.switch-texts {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 5px;
  line-height: 24px;
  font-size: 14px;
  top: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none;
}

.switch-text-1 {
  text-align: right;
}

.switch-text-2 {
  text-align: left;
}

.size-guide-options {
  gap: 20px;
  padding: 15px 0;
  justify-content: center;
  flex-direction: column;
  display:none;
}

  .size-guide-options a:hover {
    text-decoration: underline;
  }

a.bold-text {
  text-decoration: underline;
  font-weight: bold;
}

.size-guide-body {
  position: relative;
}

#size-left-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  transition: 0.5s linear;
}

  #size-left-menu.fixed-guide {
    position: fixed;
    top: 60px;
  }

.html-size-guide-page .footer {
  position: relative;
}

.sec-size-table {
  margin-top: 60px;
}

.html-product-details-page .ui-dialog{
    top: 20px !important;
    min-width: 1200px !important;
  }
/*end size guide */

/*topic details page*/

.topic-page-content {
  width: 70%;
  margin: 0 auto 50px;
  max-width: 1900px;
}

  .topic-page-content .page-body {
    border-top-color: #9b9b9b;
    padding: 20px;
  }

  .topic-page-content summary {
    padding: 20px 30px 12px 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    outline: none;
  }

  .topic-page-content details[open] summary {
    border-bottom: 1px solid #f4f4f4;
  }

  .topic-page-content summary:after {
    position: absolute;
    content: "";
    top: 28px;
    background: url("/Themes/Antetokounbros/Content/imgs/arrow.svg") no-repeat center;
    width: 18px;
    height: 8px;
    right: 0;
    transform: scale(0.8);
    transition: all 300ms ease-in-out;
  }

  .topic-page-content details[open] summary:after {
    transform: scale(0.8) scaleY(-1);
  }

@keyframes toggle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.topic-page-content details[open] summary ~ * {
  animation: toggle ease-in-out 0.6s;
}

.advisory-content {
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.advisory-col {
  color: #f7941d;
  flex: 0 0 230px;
  height: fit-content;
}

  .advisory-col img {
    object-fit: cover;
    object-position: top;
    box-shadow: 0 10px 30px #00000029;
    border-radius: 5px;
    mix-blend-mode: luminosity;
    margin: 0 auto 20px;
  }

  .advisory-col strong {
    margin-bottom: 8px;
    font-size: 18px;
    display: block;
    line-height: 20px;
  }

/*end topic*/

/*insta */

.insta-posts {
  margin: 0;
  background-color: #212121;
  padding: 80px 10px 72px;
  text-align: center;
}

.center-1 .insta-posts.social-feed .title {
  padding: 0;
  background: none;
  border: none;
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

  .center-1 .insta-posts.social-feed .title span {
    font-family: "Roboto Condensed", Arial;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
  }

.center-1 .insta-posts.social-feed .feed-body {
  background: none;
  padding: 0;
}

.center-1 .insta-posts.social-feed .sub-title {
  position: unset;
  font-family: "Roboto Condensed", Arial;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin: 24px auto 55px;
  color: #ffffff;
  max-width: 500px;
  background: none;
  text-align: center;
  padding: 0;
  border: none;
}

  .center-1 .insta-posts.social-feed .sub-title .sub-title-text {
    color: #fff;
    font-family: "Roboto", Arial;
    font-weight: bold;
  }

.insta-posts .post-list {
  display: flex;
  gap: 16px;
  margin: 0 !important;
  overflow-x: auto;
  padding-bottom: 25px;
}

.insta-posts li.post-item {
  width: 100%;
  margin: 0 auto !important;
  background: none;
  min-width: 170px;
}

  .insta-posts li.post-item:nth-child(odd) {
    padding-top: 56px;
  }

  .insta-posts li.post-item .post-img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }

/* end insta */

.checkout-pageorder-completed-page {
  margin-top: 40px;
  text-align: center;
}

  .checkout-pageorder-completed-page .order-completed .title {
    margin-top: 10px;
  }

  .checkout-pageorder-completed-page .order-completed .title,
  .checkout-pageorder-completed-page .order-completed .page-title {
    text-align: center;
  }
