﻿@font-face {
    font-family: 'Tinos';
    src: url('../fonts/Tinos-Regular.woff2') format('woff2'), url('../fonts/Tinos-Regular.woff') format('woff'), url('../fonts/Tinos-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tinos';
    src: url('../fonts/Tinos-Bold.woff2') format(`'woff2'), url('../fonts/Tinos-Bold.woff') format('woff'), url('../fonts/Tinos-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.thin {
  font-family: 'Geologica', sans-serif;
  font-weight: 100;
}

.extralight {
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

.light {
  font-family: 'Geologica', sans-serif;
  font-weight: 300;
}

.regular {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
}

.medium {
  font-family: 'Geologica', sans-serif;
  font-weight: 500;
}
.bold {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
}



h1, h2, h3, h4, h5, h6 {
    color: #2B2926;
    font-family: 'Geologica', sans-serif;
    font-weight: 100;
}

a {
  color: inherit;
  cursor: pointer;
}

p {
    line-height: 24px;
}

  a img {
    opacity: 0.99; /*firefox scale bug fix*/
  }

html {
  margin: 0;
  -webkit-text-size-adjust: none;
/*  overflow-x: hidden;*/
}

  html.overflow,
  html.overflow-back {
    overflow: hidden;
    /* margin-right: 17px; */
    /* scrollbar-gutter: stable;*/
  }

    html.overflow #hero-slider,
    html.overflow-back #hero-slider {
      z-index: 0;
    }

  html.overflow-back .header {
    pointer-events: none;
  }


    ::selection {
      background-color: #D8D8D8;
      color: #2B2926;
      text-shadow: none;
    }

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 18px 'Tinos', Arial, sans-serif;
    color: #2B2926;
    cursor: default;
    scrollbar-gutter: stable;
}


.page {
  min-height: 200px;
  overflow: hidden;
}


.content-wrapper {
  max-width: 2300px;
  padding: 0 16px;
  margin: auto;
  width: 100%;
}

.smaller-content {
    padding: 0 9.6%;
}

.flex-cl {
  display: flex;
}

.grid-cl {
  display: grid;
}

.center {
    align-items: center;
}

.text-center {
 text-align: center;
}


/*.roboldo {
  font-family: 'Roboto Condensed', Arial;
}*/

.btn {
  font-size: 16px;
  line-height: 21px;
  display: block;
  width: fit-content;
  border: none;
  transition: .3s ease-in-out;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}


.white-border-btn {
  padding: 13px 23px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 30px #00000029;
  color: #FFFFFF;
}

  .white-border-btn:hover {
    background-color: #2B2926;
    border: 1px solid #2B2926;
  }


.black-border-btn {
  padding: 13px 23px;
  border: 1px solid #2F2F2F;
/*  box-shadow: 0px 10px 30px #00000029;*/
}

  .black-border-btn:hover {
    background-color: #D8D8D8;
  }


.black-btn {
  padding: 13px 23px;
  border: 1px solid #000000;
  background-color: #000000;
  color: #fff;
}

  .black-btn:hover {
    background-color: #D8D8D8;
    color: #000000;
  }

.radius-white-btn {
  padding: 6px 25px;
  border-radius: 100px;
  border: 1px solid #2B2926;
  font-weight: normal;
}

  .radius-white-btn:hover {
    background-color: #2B2926;
    color: #FFFFFF;
  }

.radius-black-btn {
  padding: 6px 25px;
  border-radius: 100px;
  border: 1px solid #2B2926;
  font-weight: normal;
  background-color: #2B2926;
  color: #FFFFFF;
}

  .radius-black-btn:hover {
    background-color: #FFFFFF;
    color: #2B2926;
  }

.btn-plus {
  padding: 11px 23px;
  border: 1px solid #2B2926;
  color: #FFFFFF;
  background-color: #2B2926;
  text-transform:uppercase;
  margin-left:auto;
}
  .btn-plus:hover {
    background-color: #fff;
    color: #2B2926;
  }
  .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 #2B2926;
  font-weight: normal;
  background-color: #F4B85E;
}

  .radius-yellow-btn:hover {
    background-color: #2B2926;
    color: #fff;
    border: 1px solid #F4B85E;
  }

  .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: #2B2926;
}

h1,
.big-title {
  font-size: 42px;
  line-height: 50px;
}

.full-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
}


.border-top {
    border-top: 1px solid #D8D8D8;
}

.border-bottom {
    border-bottom: 1px solid #D8D8D8;
}

.border-right {
    border-right: 1px solid #D8D8D8;
}

.border-left {
    border-left: 1px solid #D8D8D8;
}

.border {
  border: 1px solid #2B2926;
}

.left {
    text-align: left;
}

.counter {
  font-size: 14px;
  font-weight: normal;
  margin-left: 6px;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: -.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: 138px;
      height: 138px;
      background-position: center;
      background-repeat: no-repeat;
  }

  .custom-arrow.swiper-button-disabled {
    opacity: 0.3;
  }

.swiper-pagination {
    display: flex;
    column-gap: 9px;
    margin: auto;
    right: 0;
    width: fit-content !important;
    bottom: 80px !important;
}

.custom-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
    transition: .3s;
    border-radius: 50%;
}

.custom-bullet-active,
.gallery-info-pictures .custom-bullet.custom-bullet-active,
.gallery-mode-hide .custom-bullet.custom-bullet-active {
  background-color: #000000;
  border: 1px solid #fff;
}


.custom-arrow-next {
  margin-top: 0px;
  top: 40%;
  right: -45px;
  width: 138px;
  height: 138px;
/*  transform: translateY(-50%);*/
}

.custom-arrow-prev {
  top: 40%;
  left: -45px;
  width: 138px;
  height: 138px;
  transform: scale(-1) translateY(8px);
  margin-top: 0px;
}

.custom-arrow.swiper-button-disabled {
  opacity: 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: #2B2926;
  /*  width: 100%;*/
  outline: none;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

textarea {
  min-height: 100px;
  width: 100%;
  padding: 12px 14px;
  max-width: 100%;
  padding: 15px 9px 6px;
  border: 1px solid #2F2F2F;
}



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"] {
  height: 50px;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  border: 1px solid #2F2F2F;
  transition: all .4s ease;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}
input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

input::placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}
input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

input::placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

textarea::placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

.inputs:not(.not-inputs) {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inputs.inputs-checkbox {
  position: relative;
  flex-direction: unset;
}
  .inputs-checkbox{
      display:flex;
  }
  .inputs-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
  }

    .inputs-checkbox input[type="checkbox"] + label {
      padding-left: 12px;
      font-size: 14px;
      line-height: 22px;
      pointer-events: auto;
      cursor: pointer;
      width: calc(100% - 20px);
      text-align: left;
    }

    .inputs-checkbox input[type="checkbox"]:checked {
      background-image: url(../imgs/check.svg);
      background-repeat: no-repeat;
      background-position: center;
/*      border-color: #2B2926;*/
    }




.inputs.pass img {
  display: block;
  position: absolute;
  right: 7px;
  top: 26px;
  cursor: pointer;
  z-index: 1;
}

.classic-inputs {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

  .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 #2B2926;
    /*    transition: all .4s ease;
*/ pointer-events: auto;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 21px;
  }
  .inputs select,
  .classic-inputs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../imgs/arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .85em auto, 100%;
  }
  .classic-inputs label {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    text-align: left;
  }


  .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(51,51,51, 0.5);
    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: 33%;
  max-width: 480px;
  min-width: 420px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  z-index: 10;
  transition: .3s linear;
}
#filters .panel-fixed {
  right:unset;
  left: 0;
  transform: translateX(-100%);
}
  #filters .panel-fixed.openedPanel,
  .panel-fixed.openedPanel {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: .3s linear;
  }

.mini-panel {
  position: absolute;
  top: 50%;
  height: fit-content;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: .3s linear;
  transform: scale(0);
  right: calc(100% - (100% - 2300px) - 360px);
  padding: 14px 22px;
  flex-direction: column;
  box-shadow: 0px 10px 30px #D8D8D8;
  width: fit-content;
  margin: auto;
  left: 0;
}

#close-lang {
    background: none;
}

.mini-panel.openedPanel {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: .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-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: #2B2926;
    height: 1px;
    width: calc(100% - 44px);
    bottom: 0;
  }

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 22px;
    line-height: 29px;
    color: #2B2926;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-family: 'Roboto Condensed', Arial;
  }

  .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: #2B2926;
  width: 100% !important;
  height: 100% !important;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .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-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: #2B2926;
  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: #2F2F2F;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  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-white.svg) center no-repeat;
    cursor: pointer;
    visibility: visible;
  }


/* item box */
.item-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 15px 20px;
}

.item-box {
  position: relative;
  width: 100%;
  text-align: left;
  display: inline-grid;
  max-width: 415px;
/*  height: fit-content;*/
}
.item-box:hover .picture img{
    scale: 1.1;
}


.item-box .picture {
  z-index: 1;
  background-color: #F9F9F9;
  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;
    overflow: hidden;
    min-height: 227px;
  }

    .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 .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateZ(0) scale(1,1);
      mix-blend-mode: multiply;
      object-fit: contain;
    }

.back-picture {
    opacity: 0;
    visibility: hidden;
}

.item-box .details {
  min-height: 210px;
/*  height:214px;*/
}

.item-box .add-to-wishlist-button {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  border: none;
  background: none;
}

.item-box h3 {
  overflow: clip;
}

.item-box h4 {
  margin-bottom: 14px;
  overflow: clip;
}


@keyframes wipe-enter {
  0% {
    transform: scaleY(0);
  }

  50% {
    transform: scaleY(1);
  }
}


.item-box .product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
}

.item-box .product-title a {
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-box-colors {
  column-gap: 3px;
  max-height: 19px;
  color: #969696;
  margin: 0 0 12px;
}

  .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;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}

.item-box .old-price {
  margin-right: 5px;
  text-decoration: line-through;
  color: #333333;
}




/*.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 #2B2926;
  padding: 12px 23px;
  transition: bottom .3s ease-in-out, visibility 0.2s ease-in-out, opacity .4s linear;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 24px);
  overflow: hidden;
}

  .item-cart-btn > span {
      font-weight: bold;
  }



.item-box .picture a img.main-image {
  -webkit-transition: opacity .4s linear, visibility .4s ease-in-out;
  transition: opacity .4s linear, visibility .4s ease-in-out;
}

.product-item:hover .main-image {
  opacity: 0;
  visibility: hidden;
}


.product-item .item-cart-btn .old-price {
  transform: translateX(100%);
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
  transition: .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 #2B2926;
  padding: 4.5px 10px;
  width: calc(100% - 24px);
  transition: visibility 0.2s ease-in-out, opacity .4s linear;
}

  .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;
  transform: translateX(20px);
  transition: .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: .3s ease-in-out;
  border-radius: 3px;
  cursor: pointer;
}

  .product-box-sizes label:hover {
    background-color: rgba(255,181,73, 0.7);
  }

.flag {
  background: #D8D8D8;
  color: #2F2F2F;
  font-size: 13px;
  padding: 2px 4px;
  border-radius: 4px;
  margin-bottom: 5px;
  width: fit-content;
  line-height: 17px;
 /* opacity: 0.9;*/
}

.product-tag {
    color: #02317B;
    font-size:14px;
    margin-bottom:13px;
}

.italic-text {
  font-style: italic;
 /* margin-left: 6px;*/
  align-self: center;
}

.flag-discount {
  background-color: #FFB549;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 10px;
}
/* end item box */
/* start header */
.header {
/*  position: relative;
  z-index: 2;*/
  width: 100%;
  margin: auto;
  text-align: center;
  /* min-height: 127px;*/
  min-height: 147px;
}

.header-upper {
  border-bottom: 1px solid #D8D8D8;
}



    .header-upper ul.up-info > li > a {
      font-size: 12px;
      line-height: 16px;
      transition: .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 #2B2926;
      }


.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 {
      position: absolute;
      right: -36px;
      top: -35px;
      pointer-events: none;
      z-index: 1;
    }

  .right-menu ul img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .3s ease-in-out;
    display: block;
    max-height: 245px;
  }

  .right-menu ul span {
    text-decoration: underline;
    margin-top: 5px;
    transition: .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: 1.5px;
    border: 1px solid #2B2926;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


.language-list {
  row-gap: 20px;
  justify-content: start;
}

.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 > div {
    padding: 3px;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    transition: .3s ease-in-out;
  }

  .language-list a img {
      display: flex;
      margin: auto;
  }

  .language-list a.selected > div {
    border: 1px solid #2B2926;
  }

.currency-selector select {
  border-color: #707070;
  width: 100%;
}

#scroll-head {
  box-shadow: 0px 10px 30px #00000029;
}


#scroll-head {
  position: relative;
  z-index: 3;
  transition: .5s linear, z-index .0s;
  /*width: calc(100vw - 16px);*/
  width: 100vw;
}

html.overflow #scroll-head {
    z-index: 10;
}

#scroll-head.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
/*  width: calc(100vw - 16px);*/
}

.header-lower .content-wrapper > .center {
  justify-content: space-between;
}

.first-level {
  row-gap: 20px;
}

ul.cat-block-cl {
  /* row-gap: 45px;
  grid-template-columns: repeat(4, 1fr);*/
  display: block;
  moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  /* max-height: 770px;*/
  column-rule: 1px solid #D8D8D8;
  column-fill: balance;
  height: 1160px;
}

  ul.cat-block-cl li a {
    display: inline-block;
    word-wrap: break-word;
    max-width: 160px;
  }

  ul.cat-block-cl li.first-li-cat {
    display: inline-block;
    width: 100%;
    margin-top: 48px;
    position: relative;
    /*left: calc(50% - 40px);*/
  }

  .main-menu li a {
    line-height: 24px;
    font-size: 16px;
  }

.first-cat {
  font-weight: bold;
  margin-bottom: 27px;
}



ul.brand-block-cl {
  padding-top: 48px;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px 5%;
/*  justify-items: center;*/
}

  ul.brand-block-cl a {
      column-gap: 16px;
  }

  ul.brand-block-cl img {
    object-fit: contain;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
    padding: 2px;
  }



  .acc-icon {
    margin: 0 3px 0 8px;
  }
    .acc-icon.auth svg,
    .ico-account.auth svg {
      border-radius: 100%;
    }

      .acc-icon.auth svg rect,
      .ico-account.auth svg rect {
        fill: #D8D8D8;
      }

#topcartlink {
    display: inline-block;
    width: auto;
    margin: 0;
}



.top-head {
    justify-content: space-between;
    padding: 8px 0;
    height: 93px;
    background-color: #fff;
}


.header-logo {
    z-index: 1;
    display: inline-flex;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
}

  .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 li {
    position: relative;
}

.header-links svg {
  vertical-align: middle;
}
.acc-icon.auth{
    position:relative;
}
#mini-customer-navigation {
  display: none;
}

.acc-icon.auth:hover #mini-customer-navigation {
  display: block;
  position: absolute;
  top: 100%;
  right: -40px;
  text-align: left;
  line-height: 22px;
  background: #efefef;
  padding: 10px 20px 5px;
  box-shadow: 1px 1px 2px #D8D8D8;
  z-index: 99;
}
#mini-customer-navigation li{
  padding-bottom:10px;
  white-space: nowrap;
}

  #mini-customer-navigation li a:hover {
      text-decoration: underline;
  }

  .qty {
    font-size: 10px;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 26px;
  }

.ico-wishlist .qty {
    left: 32px;
}

.header-selectors-wrapper {
    column-gap: 12px;
}

ul.networks {
    column-gap: 5px;
}
/*
.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: -.5px;
    transition: .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;
  }*/
.flyout-cart {
  text-align: left;
}


  .flyout-cart .count {
    background-color: #EFEFEF;
    line-height: 36px;
    padding: 18.5px 34px;
    font-size: 24px;
    text-align: center;
    position: sticky;
    font-family: 'Geologica', sans-serif;
    font-weight: 200;
    border-bottom: 1px solid #2F2F2F;
  }

  .flyout-cart .count button {
     position: absolute;
     top: 16px;
     right: 13px;
  }

.overflow-cart {
  height: calc(100vh - 230px);
  overflow-y: auto;
}

  .overflow-cart::-webkit-scrollbar {
    width: 3px;
    height: 100%;
  }

  .overflow-cart::-webkit-scrollbar-track {
    background: #fff;
  }

  .overflow-cart::-webkit-scrollbar-thumb {
    background-color: #2B2926;
    border-radius: 25px;
    border: 2px solid #2B2926;
  }

.mini-shopping-cart .item {
  overflow: hidden;
  padding: 17px 13px 28px;
  line-height: 24px;
}

.cart-quantity {
    margin-top: 17px;
    justify-content: space-between;
}

.mini-shopping-cart .picture {
  float: left;
  width: 114px;
}

  .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%;
    object-fit: contain;
  }

  .mini-shopping-cart .picture + .product {
    margin-left: 114px;
    padding-left: 3%;
  }

.mini-shopping-cart .name a { 
  display: block;
}

.added-to-cart-panel .count {
  white-space: nowrap;
  font-size: 20px;
  column-gap: 9px;
}

.item-head {
  column-gap: 20px;
  margin-bottom: 8px;
  justify-content: space-between;
}



.mini-shopping-cart .name a:hover,
.mini-shopping-cart .name a:focus {
  text-decoration: underline;
}

.mini-shopping-cart .attributes{
  margin-bottom: 6px;
  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 #2F2F2F;
  max-width: 86px;
  border-radius: 5px;
}

  .quantity-edit-buttons input {
    border: none;
    background: none;
    width: 30px;
    text-align: center;
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
  }

    .quantity-edit-buttons input::-webkit-input-placeholder {
      opacity: 1;
      font-weight: bold;
      color: #2B2926;
    }

    .quantity-edit-buttons input:-ms-input-placeholder {
      opacity: 1;
      font-weight: bold;
      color: #2B2926;
    }

    .quantity-edit-buttons input::placeholder {
      opacity: 1;
      font-weight: bold;
      color: #2B2926;
    }

.minus,
.plus {
  width: 28px;
  height: 35px;
}

  .minus svg,
  .plus svg {
      vertical-align: middle;
  }


.fixed-btns {
  padding: 14px 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  gap: 6px;
  justify-content: center;
}

.flyout-cart .fixed-btns {
  flex-direction: column;
  padding: 20px 59px;
  row-gap: 11px;
}

  .flyout-cart .fixed-btns .btn {
      width: 100%;
  }

  #checkout span,
  .fixed-btns span {
    font-weight: normal;
    margin-left: 12px;
    display: inline-block;
    font-family: Roboto;
  }
  .fixed-btns button {
   flex: 1;
  }

.cart-for-item .added-item {
  padding: 22px 32px 22px 42px;
  background-color: #EFEFEF;
}

.cart-for-item .product,
#order-summary-form .product {
  flex-direction: column;
}


.added-item .info {
    margin-bottom: 13px;
}

.spec-info {
    margin-top: 4px;
    column-gap: 13px;
}

.coloreto {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #707070;
}

.cart-for-item .quantity,
#order-summary-form .quantity {
  margin-bottom: 12px;
}

.styled-with-products-grid {
  gap: 20px;
  height: calc(100vh - 450px);
  overflow-y: auto;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}

  .styled-with-products-grid::-webkit-scrollbar {
    width: 2px;
    height: 100%;
  }

  .styled-with-products-grid::-webkit-scrollbar-track {
    background: #F9F9F9;
  }

  .styled-with-products-grid::-webkit-scrollbar-thumb {
    background-color: #B6B5B4;
    border-radius: 25px;
    border: 2px solid #B6B5B4;
  }

#styled-with-products {
  margin-top: 28px;
  padding: 0 20px;
}

  #styled-with-products .style-title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  #styled-with-products .picture {
    float: unset;
    width: 176px;
  }

  #styled-with-products .info {
      margin-top: 12px;
  }

  #styled-with-products .picture + .product {
    margin-left: 0;
    padding-left: 0;
  }


  .styled-item .price {
    margin-top: 18px;
  }

.mini-shopping-cart .styled-item {
  padding: 0;
  overflow: unset;
  max-width: 176px;
}


#small-search-box {
  position: absolute;
  top: 25px;
  right: 102px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: .6s ease-in-out, opacity .4s ease-in-out;
  background-color: #fff;
}

#small-search-box-form {
  position: relative;
  padding: 24px 20px 18px 27px;
}


#small-search-box.hide-search {
  height: auto;
  /*  padding: 24px 20px 18px 27px;*/
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.fixed-back.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51,51,51, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: auto;
}

/*#small-search-box:after {
  background-color: rgba(51,51,51, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: '';
  position: absolute;
  z-index: -1;
}
*/

#small-search-box input {
  width: 100%;
  min-width: 250px;
  border: none;
  border-bottom: 1px solid #2B2926;
  padding: 0 0 5px;
  min-height: unset;
  height: auto;
}
#small-search-box .classic-inputs img {
  position: absolute;
  right: 0;
  bottom: 9px;
}

  #small-search-box .classic-inputs {
    width: 100%;
    margin: 0;
  }

.inputs input[type="text"].search-box-text {
  width: 100%;
}



.input-search {
  align-items: end;
  column-gap: 20px;
}

  /* 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 {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

#hero-slider {
  margin-bottom: 0;
}

.top-banner-section {
  padding-top: 70px;
}

.hero-section .flex-cl {
  width: 100%;
  height: 100%;
}

.hero-left {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 145px;
    z-index: 1;
    right: 0;
    left: 0;
    color: #fff;
}

    .hero-left .btn {
        margin: auto;
    }

.hero-section h1 {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px black;
}

.hero-section p {
    margin-bottom: 35px;
}

/*.hero-right video {
    width: 100%;
    height: auto;
}*/

.hero-full-img {
    display: block;
    position: relative;
}


  .hero-full-img img {
      height: 80vh;
  }

  .hero-full-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #000000 0%, #26262691 50%, #2D2D2D00 68%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
    height: 70%;
    z-index: 0;
  }


#hero-slider .custom-arrow {
    z-index: 9;
}


#hero-slider .custom-arrow::after {
    background-image: url(../imgs/hero-arrow.svg);
}

#hero-slider .custom-arrow-prev {
  left: -25px;
  transform: translateY(-20px) rotate(180deg);
}

#hero-slider .custom-arrow-next {
  right: -25px;
/*  transform: translateY(0);*/
}

.discover-section {
    padding: 0 0;
}

  .discover-section hr {
    height: 145px;
    width: 1px;
    color: #707070;
  }


    .discover-section hr:not(:first-child) {
      margin: 62px auto 70px;
    }

    .discover-section hr:first-child {
      margin: 0 auto 62px;
      display:none;
    }


.disc-info {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.disc-info h2 {
    margin-bottom: 30px;
}

.seasonal-banners {
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.seasonal-banner {
  overflow: hidden;
  position: relative;
}

  .seasonal-banner a,
  .seasonal-banner > div{
    position: relative;
    z-index: 0;
    display: block;
    mix-blend-mode: luminosity;
    transition: .3s ease-in-out;
  }

    .seasonal-banner a:hover,
    .seasonal-banner > div:hover {
      mix-blend-mode: unset;
    }

    .seasonal-banner a:after,
    .seasonal-banner > div:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: transparent linear-gradient(0deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
      height: 50%;
      z-index: 0;
    }

    .seasonal-banner a:before {
      content: '';
      position: absolute;
      background: url('../imgs/carousel-arrow.svg') no-repeat center;
      width: 138px;
      height: 138px;
      right: 5px;
      bottom: 0;
      z-index: 1;
      transition: opacity .3s ease-in-out;
      opacity: 0;
    }

   
  .seasonal-banner span {
    display: block;
    position: absolute;
    bottom: 35px;
    left: 46px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    z-index: 1;
    max-width: 350px;
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
  }

  .seasonal-banner img {
    transition: .3s ease-out;
  }

  .seasonal-banner a:hover img,
  .seasonal-banner > div:hover img {
    transform: scale(1.1);
  }


.seasonal-banner a.grid-cl {
  height: 100%;
  justify-content: center;
  text-align: center;
}

.seasonal-banner a.grid-cl img {
    margin: auto;
}

.top-banner-section h2 {
    margin-bottom: 18px;
}

.top-banner-section h2 + p {
    max-width: 460px;
  margin: 0 auto 12px;
}

.top-banners {
  margin-bottom: 50px;
  position: relative;
  column-gap: 18%;
}

  .top-banners a {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    padding: 46px 10px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
    font-weight: bold;
    min-width: 160px;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out, transform .4s;
    transform: scaleX(0);
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
  }

.top-banner-section:hover a {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.mid-border {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #707070;
  margin: auto;
}




    .top-banner {
      width: 100%;
      padding: 10% 0;
    }

      .top-banner > div {
          overflow: hidden;
      }

        .top-banner > div img {
          transition: .3s ease-in-out;
        }



      .top-banner > div:hover img {
        transform: scale(1.1)
      }

      .top-banner p {
        margin-top: 27px;
        padding-left: 30px;
        position: relative;
      }

    .top-banner p:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: #2F2F2F;
      left: 0;
      top: 4px;
      border-radius: 100%;
    }

.usp-section {
  padding: 15px 0;
  background: #EFEFEF;
  min-height: 132px;
  color: #2B2926;
  display: flex;
}

.usp-items {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin: auto;
  column-gap: 20px;
}

  .usp-items .flex-cl {
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: center;
  }

    .usp-items li img {
        mix-blend-mode: multiply;
    }

    .tab-item .tablinks {
      color: #fff;
      -webkit-text-stroke: 1px #2B2926;
      display: inline-flex;
      cursor: pointer;
      transition: .3s ease-in-out;
    }

  .tab-item .tablinks:hover {
    color: #2B2926;
  }

  .tab-item.active .tablinks {
    color: #2B2926;
    -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: .3s ease-in-out, transform .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;
    }

.collection-section {
    background-color: #EFEFEF;
}

.collection-content {
  display: flex;
  padding: 60px 0;
  position: relative;
}

.collection-head {
  height: fit-content;
  margin: auto 0;
  width: 40%;
  max-width: 600px;
}

.collection-head h2,
.collection-head p{
    margin-bottom: 20px;
}

.collection-right-content {
  width: 60%;
  margin-left: 12%;
  position: relative;
}

  .collection-prods .item-box-hidden {
    overflow: auto;
    max-height: 500px;
  }

  .collection-prods .item-box .picture {
    padding: 0;
    overflow: hidden;
  }

    .collection-prods  .item-box .picture a {
        width: 100%;
    }

.collection-content .custom-arrow-next {
  right: -110px;
}

.collection-content .custom-arrow-prev {
  left: -110px;
/*  top: calc(40% - 20px);*/
}
 
.custom-scrollbar::-webkit-scrollbar
{
  width: 100%; /* width of the entire scrollbar */
  height: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #EEF1F2;
  border-radius: 25px;
  margin: 0 15px;
}

  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #2B2926;
    border-radius: 25px;
    border: 2px solid #2B2926;
  }

/* manufacturer */


.homepage-manu {
    margin-bottom: 70px;
    padding-top:70px;
}

.homepage-manu h3 {
  margin-bottom: 10px;
}

  .homepage-manu p {
      max-width: 500px;
      margin: auto;
  }

  .homepage-manu img {
    max-height: 90px;
/*    width: 100%;*/
    object-fit: contain;
  }

  #homepage-manu-swiper {
    margin-top: 40px;
    margin-bottom: 20px;
  }

#homepage-manu-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.homepage-manu a {
  margin: auto;
}


/*end manu */

/* manufacturer landing */
#manufacturer-landinng-header{
    position:relative;
    margin-bottom:50px;
}
  #manufacturer-landinng-header .background {
    height: 756px;
    width: 100%;
    object-fit: cover;
  }
  #manufacturer-landinng-header .foreground {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto;
    max-height:100px;
    object-fit:contain;
    max-width:100%;
    padding:0 25px;
  }
.manufacturer-landing-page .intro {
  text-align:center;
  max-width:700px;
  margin:auto auto 65px;
}
.manufacturer-landing-page h1 {
  line-height: 53px;
  margin-bottom: 18px;
}
.manufacturer-landing-page .intro p {
  margin-bottom:40px;
}
.manufacturer-landing-page .intro a {
  margin:auto;
}

.manufacturer-landing-page .duo-cols {
/*  display: flex;*/
  gap: 20px;
}
.manufacturer-landing-page .intro + .duo-cols {
  margin: auto auto 65px;
}
.manufacturer-landing-page .duo-cols img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.manufacturer-landing-page .grey-back {
  display: flex;
  background-color: #EFEFEF;
  margin: auto auto 65px;
}
.manufacturer-landing-page .two-pic-section {
  display: flex;
}
  .manufacturer-landing-page .two-pic-section > div {
    width: 50%;
  }
  .manufacturer-landing-page .two-pic-section .cta {
    padding: 2.5% 5%;
    margin: auto;
  }
  .manufacturer-landing-page .two-pic-section h3 {
    margin-bottom:30px;
  }
  .manufacturer-landing-page .two-pic-section p {
    margin-bottom: 30px;
  }
.manufacturer-landing-page .black-back {
  background-color: #2F2F2F;
  margin: auto auto 65px;
}
.manufacturer-landing-page .black-back > div{
  width:50%;
  position:relative;
}
  .manufacturer-landing-page .black-back .text-section {
    margin: auto;
    padding: 0 5%;
    color:white;
  }
  .manufacturer-landing-page .black-back h3 {
    margin-bottom: 30px;
    color: white;
  }
  .manufacturer-landing-page .black-back .image-section img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 600px;
    object-fit: cover;
  }
  .manufacturer-landing-page .black-back .image-section div {
    position: absolute;
    bottom:50px;
    width:100%;
  }
  .manufacturer-landing-page .black-back .image-section div a{
   margin:auto;
  }

.manufacturer-landing-page .two-pic-section .duo-cols {
  place-items: center;
}

#manu-pictures {
    margin-bottom: 60px;
}
  #manu-pictures h3 {
    font-size: 16px;
    margin-top: 30px;
  }
  
  #manu-pictures p {
      max-width: 340px;
      margin-top: 10px;
  }
  #manu-pictures img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  /* end manufacturer landing*/
  /* End Homepage */
  /* start footer */
  .footer {
    background-color: #2F2F2F;
    text-align: left;
    color: #FFFFFF;
  }

  .footer hr {
    border-color: #2B2926;
    border-width: 1px 0 0 0;
  }

.footer-upper {
  margin: auto;
  overflow: hidden;
  border-top: 1px solid #707070;
}

.follow-us {
    padding: 42px 0;
}

.follow-us .newsletter {
    gap: 27px;
}

.newsletter > div {
    flex: 1;
}

.newsletter strong {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}


.footer-block {
  text-align: left;
  width: 33.333%;
  padding: 40px 20px 60px;
}

  .footer-info {
      margin-top: 18px;
      line-height: 24px;
  }

  .footer-info a {
    display: block;
    transition: .3s ease-in-out;
  }

    .footer-info a:hover {
      text-decoration: underline;
    }

  .footer-block.about {
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
  }

.footer-block.grid-cl {
  justify-content: center;
  align-content: start;
}

  .footer-block .title {
    font-size: 24px;
   line-height: 31px;
   margin-bottom: 25px;
  }

  .footer-block.follow-us {
      width: 100%;
  }

.footer-point-sale svg {
    vertical-align: text-top;
    margin-left: 4px;
    transition: .3s ease-in-out;
}

.footer-point-sale:hover svg {
    transform: translateX(5px);
}

.footer-block .list {
  row-gap: 14px;
  max-width: 200px;
}

    .footer-block .list a {
      display: block;
      font-size: 14px;
      line-height: 21px;
    }

      .footer-block .list a:hover,
      .footer-block .list a:focus {

      }

.newsletter .big-title {
    margin-bottom: 6px;
}


.newsletter-email {
  overflow: hidden;
/*  max-width: 500px;*/
  width: 100%;
  position: relative;
}

input[type="email"].newsletter-subscribe-text {
    padding-right: 40px;
}

input.newsletter-subscribe-text::-webkit-input-placeholder {
  color: #2B2926;
  font-family: 'Tinos', Arial;
  font-size: 16px;
}

input.newsletter-subscribe-text:-ms-input-placeholder {
  color: #2B2926;
  font-family: 'Tinos', Arial;
  font-size: 16px;
}

input.newsletter-subscribe-text::placeholder {
  color: #2B2926;
  font-family: 'Tinos', Arial;
  font-size: 16px;
}

  .newsletter-email:focus-within {
    overflow: visible;
  }

.newsletter-subscribe-button {
  position: absolute;
  top: 0;
  right: 10px;
  transition: .3s ease-in-out;
  padding: 17px 10px;
  z-index: 1;
}

  .newsletter-subscribe-button:hover,
  .newsletter-subscribe-button:focus {
    transform: translateX(10px);
  }

.terms-of-service {
    margin-top: 15px;
}

.terms-of-service a {
 text-decoration: underline;
}



  .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: 17px 0 13px;
  font-size: 14px;
  line-height: 24px;
  justify-content: space-between;
  background-color: #FFFFFF;
  color: #2F2F2F;
  font-family: 'Geologica', sans-serif;
  font-weight: 300;
}

  .footer-lower .content-wrapper > .flex-cl {
    padding: 0 5%;
    gap: 13px 22px;
    justify-content: space-between;
    text-align: center;
  }

  .footer-lower ul {
      gap: 22px;
      white-space: nowrap;
  }

  .footer-lower li a{
      text-decoration: underline;
  }

/*.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;
}
.category-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /*  aspect-ratio: 1440/380;*/
  color: #fff;
  /*  max-height:350px;*/
  min-height: 270px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-blend-mode: darken;
}

  .category-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #000000 0%, #26262691 50%, #2D2D2D00 68%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
    height: 90%;
  }

/*  .category-header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
  }*/

#category-header .breadcrumb {
  padding: 22px 16px;
  position: relative;
  z-index: 1;
}
.category-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  margin: auto;
  justify-content: center;
  z-index: 1;
}

.breadcrumb li {
  display: inline-block;
}

  .breadcrumb li * {
    display: inline-flex;
    font-size: 14px; /*reset zeroing*/
    line-height: 19px;
    font-family: 'Geologica', sans-serif;
  }

  .breadcrumb a {
      text-decoration: underline;
  }

    .breadcrumb strong {
        font-weight: 200;
    }

    .breadcrumb a:hover,
    .breadcrumb a:focus {
      text-decoration: none;
    }
.book-now-page h1,
.category-page h1 {
  margin-bottom: 15px;
  color:#fff;
}

.category-description {
  line-height: 24px;
  margin: 0 auto 40px;
  padding:0 20px;
  max-width: 820px;
}

  .category-description a {
     margin-top: 20px;
  }

  .catalog-filter-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 20px;
  }

.filters-btn {
    font-weight: 400;
    background-color:#fff;
}

.catalog-filter-sorting > div {
  width: 33.33%;
}
  .items-count {
    text-align:center;

  }

.catalog-filter-sorting .items-count {
  font-size: 14px;
}

.catalog-filter-sorting > div:nth-child(3) {
  text-align: right;
}
    .catalog-filter-sorting > div:nth-child(3) button{
      margin-left:auto;
    }
.catalog-btns {
  column-gap: 9px;
  justify-content: end;
  margin-top: 40px;
}

.product-sorting {
  position: relative;
  z-index: 2;
}

  .product-sorting button img {
    transform: rotate(90deg);
    margin-left: 14px;
  }

  #orderby {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000029;
    padding: 23px 20px 8px;
  }

.sort-btn {
  padding-right: 16px;
  padding-left: 16px;
}



  #panel-language .panel-title {
    border-bottom: 1px solid #D8D8D8;
  }

  .product-sorting .black-border-btn,
  #panel-language .black-border-btn {
    width: 100%;
    margin-top: auto;
  }

.product-selectors {
}

#filters h4 {
  font-size: 24px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 15px;
  margin: 0 16px;
}
#filters h4 img{
  cursor:pointer;
}

.sort-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 10px;
}
.product-selectors li {
  font-size: 16px;
  line-height: 24px;
  column-gap: 14px;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: left;
}
/*.product-filter{
    margin-bottom:35px;
}*/
  .product-selectors li input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    outline: 1px solid #2F2F2F;
    flex-shrink: 0;
    border-radius:3px;
  }
    .product-selectors li input:checked {
      background-image: url(../imgs/check.svg);
      background-repeat: no-repeat;
      background-position: center;
    }

  .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;
}

#load-more button{
    margin: 40px auto;
}

    #panel-filters .panel-title {
      padding: 17px 8px;
      position: sticky;
      top: 0;
      background-color: #fff;
      margin: 0;
    }


.product-filter .filter-title {
  padding: 18px 0 10px;
  font-size: 18px;
  line-height: 20px;
  justify-content: space-between;
  cursor: pointer;
}


  .product-filter .filter-title img {
      transform: rotate(-180deg);
      transition: .3s ease-in-out;
  }

  .product-filter .filter-title.hidden img {
    transform: rotate(0deg);
  }

.product-filter .group .item {
  display: flex;
  align-items: center;
  position: relative;
}

  .product-filter .group .item.inputs-checkbox input[type="checkbox"] {
   position: absolute;
   left: 0;
  }

.color-item.inputs-checkbox input[type="checkbox"]:checked + label .attribute-square {
  outline: 2px solid gray;
  border:2px solid white;
  width:24px;
  height:24px;
  left:-2px;
}

    #panel-filters .fixed-btns span {
      margin-left: 2px;
    }

.product-filters {
  padding: 5px 16px 24px;
  overflow: hidden auto;
  height: calc(100% - 145px);
}

  .product-filters .filter-content {
    padding: 0 0 16px;
  }
  .product-filters .attribute-square {
    position: absolute;
    left: 0;
  }


  .product-filter .group .item label {
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
    margin: 0;
    width: 100%;
    padding: 9px 0 9px 40px;
  }

.product-filter .item.inputs-checkbox input[type="checkbox"]:checked + label {
  font-weight: bold;
}


.product-filter .color-item.inputs-checkbox input[type="checkbox"] {
    display:none;
  width: 0;
  height: 0;
}

  .product-filter .color-item.inputs-checkbox label {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }

.price-content {
    padding: 10px 10px 25px;
}

.ui-slider-horizontal .ui-slider-range {
  background: #2F2F2F;
}

.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 #D8D8D8;
  background: #2F2F2F;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -12px;
}

#price-range-slider {
  height: 2px;
  border: none;
  background: #e5e5e5;
}

.price-range-filter .selected-price-range {
  padding-bottom: 15px;
  margin:0 -10px 20px;
  display:flex;
  justify-content:space-between;
}
  .price-range-filter .selected-price-range input {
    border: 1px solid #2F2F2F;
    min-width:64px;
    max-width: 130px; 
    height:35px;
    padding:0 0 0 8px;
  }

  .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: .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;
}

  .category-video video {
      margin: auto;
  }

.category-page {
    margin-bottom: 60px;
}

.pager {
  margin: 30px 0 5px;
}
  .pager .items-count{
      margin-bottom:25px;
  }

  .pager ul {
    text-align: center;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }

    .pager li a,
    .pager li span {
      display: block;
      min-width: 36px;
      height: 36px;
      padding: 8px;
      text-align: center;
      font-size: 16px; /*reset zeroing*/
      cursor: pointer;
      transition:all 0.5s;
    }
    .pager li.individual-page a,
    .pager li span{
      border: 1px solid #2F2F2F;
    }

    .pager li span,
    .pager li .individual-page a:hover,
    .pager li .individual-page a:focus {
      background-color: #2F2F2F;
      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');
    }

#pages-and-page-size {
  display: flex;
  justify-content: center;
  align-items: center;
}
#products-pagesize {
  height: 36px;
  padding: 0 10px;
  border: 1px solid #2F2F2F;
  font-weight: 400;
  margin-right: 12px;
}
  .product-page-size {
    margin-right:30px;
  }
/* end Category */
/* start login */
.form-checkboxes {
  margin: 0 0 15px;
  row-gap: 10px;
}

.form-fields.login-fields {
  margin-bottom: 35px;
}

.login-page .tab-item .roboldo {
  font-size: 22px;
  line-height: 29px;
  padding: 0 40px 16px;
  position: relative;
  cursor: pointer;
}

.login-page .tab-item.active .roboldo {
  font-weight: 500;
}

.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: #2B2926;
    left: 0;
    bottom: -2px;
  }

#back-guest-button {
  display: none;
}

#guest-blocks {
  display: none;
  max-width: unset;
  margin-top: 48px;
}
  #guest-blocks .btn {
    margin: auto auto 0 0;
  }

  #guest-blocks p {
    margin: 0 0 30px;
  }
#back-guest-button {
  position: absolute;
  top: 76px;
  left: -175px;
  font-size: 16px;
}

  #back-guest-button img {
    margin-right: 8px;
  }

.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;
  position: relative;
}

  .acc-content .page-body {
    position: relative;
  }

.reversed {
  justify-content: space-between;
  margin-top: 12px;
}

.customer-blocks {
  max-width: 66%;
  margin: 30px auto 0;
}

#acc-blocks.register {
  max-width: 100%;
}

#acc-blocks.register {
  max-width: 100%;
}

  #acc-blocks.register .login-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

    #acc-blocks.register .login-fields .classic-inputs {
      width: calc(50% - 10px);
    }

      #acc-blocks.register .login-fields .classic-inputs.pass {
        width: 100%;
      }

  #acc-blocks.register .form-checkboxes {
    
  }

.forgot-password {
  width: 100%;
  text-align: right;
}

  .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%;
  max-width:500px;
  margin:auto;
}

.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;
  font-weight:500;
}

.external-buttons {
  flex-wrap: wrap;
  gap: 12px 16px;
}

  .external-buttons a.btn {
    display: flex;
    margin: 0;
    padding: 6.5px 23px;
    background-color: transparent;
    box-shadow: none;
    border-color: #2B2926;
    color: #000;
  }

  .external-buttons > div,
  .external-buttons span {
    flex: 1;
    filter:grayscale(1);
  }

  .external-buttons span {
    padding: 0 5px;
  }




.external-authentication {
  margin: 0 0 35px;
  overflow: hidden;
  text-align: center;
}

  .external-authentication .title {
    margin: 35px 0 25px;
  }

  .external-authentication .buttons {
    margin: 0 0 30px;
    padding: 30px;
  }

.external-auth-errors {
  color: #e4444c;
}

.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: 27px 0 50px;
}

  .wishlist-page h1 {
    text-align: center;
    margin-top: 52px;
    font-size: 24px;
    line-height: 34px;
  }


    .wishlist-page h1 button {
      margin-right: auto;
      display: block;
      margin-bottom: 22px;
      font-size: 16px;
    }

      .wishlist-page h1 button img {
        margin-right: 16px;
      }


  .wishlist-page .no-data {
    max-width: 458px;
    margin: auto;
  }

    .wishlist-page .no-data p {
      margin: 11px auto 27px;
    }

    .wishlist-page .no-data a {
      display: block;
      margin: auto;
    }

.block-viewed-prods {
    max-width: 600px;
    margin: 0 auto 50px;
}


.block-recently-viewed-products {
  margin-top: 56px;
}

  .block-recently-viewed-products h2 {
    margin-bottom: 15px;
  }

.wishlist-content {
  margin-top: 84px;
}


  .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 */

/* registration result*/
.registration-result-page a {
  display: block;
  margin: auto;
}

.registration-result-page .back-grey {
  background-color: #EFEFEF;
  padding: 60px 40px;
  width: 60%;
  margin: auto;
}

.registration-result-page .result {
  padding: 30px 0;
  font-size: 26px;
  line-height: 30px;
}

/* end registration result */

/* start not found */

.not-found-page .not-found-content {
  max-width: 400px;
  margin: 84px auto 112px;
}

  .not-found-page .not-found-content a {
    display: block;
    margin: auto;
    min-width: 218px;
  }

.not-found-page h1 {
  font-size: 100px;
  line-height: 125px;
  color: #000000;
}

.not-found-page h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 10px;
}

.not-found-page .page-body {
  position: relative;
}


.not-found-page p {
  margin: 43px auto 37px;
}

.bestsellers {
    margin-top: 142px;
}

  .bestsellers h2 {
      margin-bottom: 28px;
  }
  /* end not found */
  /* start search page */
.new-products-page h1,
.size-guide-title h1{
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  padding: 12px 8px;
}

.search-page {
    margin-bottom: 80px;
}

.search-page h1 {
  line-height: 36px;
  padding: 38px 0 21px;
  font-size: 14px;
  text-align: center;
}
.search-page h1 span{  
  font-size: 24px;
}
.search-results {
  margin-bottom: -1px;
}
  .search-results #product-filters-wrapper,
  .items-count{
    visibility: hidden;
  }

.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 {
    margin-top: 27px;
}

.contact-page .acc-content {
    padding-bottom: 70px;
}

.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;
}

/* end contact page */

/* start cookies */

.eu-cookie-bar-notification {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  padding: 30px 20px 15px;
  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: 0 20px;
    max-width: 1310px;
  }
  .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%;
    /* margin-left: 50px; */
    padding: 18px;
    text-align: center;
    font-size: 15px;
    min-width: 150px;
  }

/* end cookies */

/*about us*/

.aboutus-page {
    padding-bottom: 130px;
    position: relative;
}

  .aboutus-page .breadcrumb {
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 1;
    color: #fff;
    width: 100%;
  }

.history-banner {
  position: relative;
  padding: 90px 0;
  min-height: 390px;
}

  .history-banner > div {
    text-align: center;
    z-index: 1;
    position: relative;
    max-width: 800px;
    color: #fff;
  }

  .history-banner h1 {
      color: #fff;
      margin-bottom: 30px;
  }

  .history-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .history-banner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
  }

  .history-banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(-90deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%;
  }

.duo-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

  .duo-cols > div {
      max-width: 80%;
      padding-top: 60px;
  }

  .grey-back-duo {
    background-color: #EFEFEF;
    padding: 67px calc(9.6% + 15px) 53px;
  }

    .grey-back-duo img {
        padding-left: 20px;
    }

    .white-back-duo {
      padding: 115px calc(9.6% + 15px) 53px;
    }

    .white-back-duo img {
        padding-right: 20px;
    }

      .white-back-duo > div {
        margin-left: auto;
      }

.duo-cols h2 {
  font-family: 'Geologica', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}

.brands-section {
    padding-top: 50px;
}

.brands-content {
  width: 64%;
  margin: auto;
}

.brands-section h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 56px;
}

.brands-section .grid-cl {
  grid-template-columns: repeat(7, 1fr);
  gap: 30px 28px;
  justify-items: center;
}

.brands-section a {
  width: 90px;
  height: 90px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  justify-content: center;
  padding: 6px;
  overflow: hidden;
}

.brands-section img {
    width: 100%;
    height: auto;
}

/* end about us*/

/*all shops */

.all-shops-page {
    margin-bottom: 100px;
}

.all-shops-page h1 {
    margin-bottom: 13px;
}

.all-shops-page p {
    color: #000;
}

.all-shops-page .breadcrumb {
    margin-top: 27px;
}

.all-shops-page .page-title {
    margin: 45px 0 56px;
}

.all-shops-page .getUserGeoLocation {
  color: #2B2926;
  background: none;
  padding: 0;
}

.all-shops-page .current-location-wrap {
    margin-bottom: 13px;
    padding: 0;
}

#default-shop {
  width: 100%;
  background-color: #EFEFEF;
  padding: 40px 0 45px;
  margin: 30px 0 52px;
}

  #default-shop .grid-cl {
      grid-template-columns: 1fr 1fr;
  }

  #default-shop .picture-wrap {
    width: auto;
    height: auto;
    float: unset;
  }

    #default-shop .picture-wrap img {
      width: 100%;
      height: 20vw;
      min-height: 300px;
      object-fit: cover;
    }

  #default-shop .info-wrap {
    margin: 0;
    padding-left: 20%;
    padding-top: 30px;
  }

.all-shops-page .shops-item .shop-name {
  font-size: 16px;
  line-height: 22px;
}

.all-shops-page .shops-item .short-description {
  margin-bottom: 28px;
}

.shop-details {
    margin-left: 8px;
}

.shop-details ul {
  display: grid;
  row-gap: 12px;
}

  .shop-details ul li a {
    line-height: 30px;
    padding-left: 30px;
    text-decoration: underline;
  }

  .shop-details ul li:first-child a {
    background: url(../imgs/phone.png) no-repeat left center;
  }

  .shop-details ul li:last-child a {
    background: url(../imgs/map.png) no-repeat left center;
  }

  .all-shops-page .shops-item .show-directions {
    color: #2B2926;
    background: url(../imgs/location.png) no-repeat left center;
    margin: 12px 0 0;
    line-height: 30px;
    padding-left: 30px;
    text-decoration: underline;
  }

.shops-item .tag-item, .shop-page .tag-item {
  color: #02317B !important;
}

  .shops-item .tag-item:before, .shop-page .tag-item:before {
    content: none !important;
  }

.shops-item .tags, .shop-page .tags {
  margin: 10px 0 !important;
}

.shops-item .tag-list {
  display: grid;
}

.custom-shops-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 36px;
  margin: 0;
}

.dealers-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 55px;
}

.other-shops .flex-cl {
    width: 100%;
    gap: 18px 40px;
}

.all-shops-page span.last-moto {
  display: block;
  margin-top: 127px;
}

.custom-shops-list .shops-item {
    width: 100%;
    margin: 0;
    clear: unset;
}

.custom-shops-list .shops-item .picture-wrap {
  float: unset;
  width: unset;
}

  .custom-shops-list .shops-item .info-wrap {
    margin: 0;
    padding-top: 30px;
    width: calc(100% - 340px);
  }

.custom-shops-list {
    margin: 0;
}

.custom-shops .shops-sorting-options select {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.custom-shops .radiusFilterWrapper input[type=number] 
{
    text-align: center;
    max-width: 100px;
}

.custom-shops .radiusFilterWrapper input[type=number],
.custom-shops .searchbytags-wrapper input[type=text] {
  height: 40px;
  border-color: #2F2F2F;
  border-width: 1px;
}

.custom-shops .searchbytags-wrapper input[type=text] {
  max-width: 180px;
  width: 100%;
  background-color: #fff;
}

  .custom-shops .shops-sorting-options:after {
    content: none;
  }

.custom-shops .shops-sorting-filtering-wrapper {
  border: none;
  background: #EFEFEF;
  padding: 10.5px 58px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 26px;
}

  .custom-shops .shops-sorting-filtering-wrapper > div {
    font-family: 'Geologica', sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 40px;
    float: unset;
    margin-top: 2px;
    margin-bottom: 2px;
  }

.custom-shops .shops-sorting-options {
  margin-right: 75px;
}

.custom-shops div#searchRadiusWrapper {
    margin-right: 16px;
    margin-left: 0;
}

.custom-shops .store-locator-map-holder {
    height: 365px;
}

.custom-shops-list .shops-item .picture-img {
  object-fit: cover;
}

/* end all shops */

/*insta */

.insta-posts {
  margin: 0;
  background-color: #2F2F2F;
  padding: 52px 16px 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: 'Geologica', sans-serif;
    font-weight: 100;
    font-size: 42px;
    line-height: 53px;
  }

.center-1 .insta-posts.social-feed .feed-body {
  background: none;
  padding: 0;
}

.center-1 .insta-posts.social-feed .sub-title {
  position: unset;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto 80px;
  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: #FFA233;
    font-weight: bold;
  }


.insta-posts .post-list {
  display: flex;
  gap: 20px;
  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 */

/* topic default page */

.default-topic-page {
  margin: 50px auto;
}

.topic-small-content {
  max-width: 800px;
  background-color: #EFEFEF;
  padding: 50px 20px;
  margin: auto;
}

.default-topic-page .page-body {
  margin-top: 30px;
}

/* end topic dafault page */


/*Visit Us page*/

.anquan-visit-us-page-map-container iframe {
  width: 100%;
}

.anquan-visit-us-page-shop-info-wrapper {
  width: 100%;
  background-color: #EFEFEF;
  padding: 40px 0 45px;
  margin: 60px 0 0;
}

.anquan-visit-us-page-shop-info-container {
  padding: 0 9.6%;
}
.anquan-visit-us-page-top {
  margin: 45px 0 56px;
}

  .anquan-visit-us-page-top p {
    text-align: center;
    color: #000;
    line-height: 24px;
  }
.anquan-visit-us-page-shop-info-inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.anquan-visit-us-page-shop-info-text {
  margin: 0;
  padding-left: 20%;
  padding-top: 30px;
}

.anquan-visit-us-page-shop-info-image img {
  width: 100%;
  height: 20vw;
  min-height: 300px;
  object-fit: cover;
}

.anquan-visit-us-page-wrapper {
  padding-top: 40px;
}

.anquan-visit-us-page-shop-info-text h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 5px;
}

.anquan-visit-us-page-shop-info-text p strong {
  font-family: 'Geologica', sans-serif;
}



.anquan-visit-us-page-shop-info-text p {
  font-family: 'Geologica', sans-serif;
}

.anquan-visit-us-page-shop-info-text ul {
  margin: 28px 0 0;
}
li.visit-us-phone a {
  line-height: 30px;
  padding-left: 30px;
  text-decoration: underline;
  font-weight: 700;
  font-family: 'Geologica', sans-serif;
  background: url(/Themes/Sleed/Content/imgs/phone.png) no-repeat left center;
}

li.visit-us-website a {
  line-height: 30px;
  padding-left: 30px;
  text-decoration: underline;
  font-weight: 700;
  font-family: 'Geologica', sans-serif;
  background: url(/Themes/Sleed/Content/imgs/map.png) no-repeat left center;
}

li.visit-us-location a {
  line-height: 30px;
  padding-left: 30px;
  text-decoration: underline;
  font-weight: 700;
  font-family: 'Geologica', sans-serif;
  background: url(/Themes/Sleed/Content/imgs/location.png) no-repeat left center;
}




li.visit-us-contact a {
  line-height: 30px;

  text-decoration: underline;
  font-weight: 700;
  font-family: 'Geologica', sans-serif;
}


li.visit-us-opening-hours-title {
  line-height: 30px;
 
  font-weight: 700;
  font-family: 'Geologica', sans-serif;
}

li.visit-us-opening-hours-daily {
  line-height: 30px;
 
  font-family: 'Geologica', sans-serif;
}

li.visit-us-opening-hours-weekend {
  line-height: 30px;
  
  font-family: 'Geologica', sans-serif;
}
.anquan-visit-us-page-shop-info-text ul li {
  margin: 0 0 10px;
}

  .anquan-visit-us-page-shop-info-text ul li.visit-us-opening-hours-daily {
    margin: 0 0 0px;
  }

  .anquan-visit-us-page-shop-info-text ul li.visit-us-opening-hours-title {
    margin: 0;
  }
.anquan-visit-us-page-map-wrapper {
  margin: 0 0 -5px;
}
@media(max-width:767px) {
  .anquan-visit-us-page-shop-info-inner-container {
    grid-template-columns: unset;
    row-gap: 29px;
  }

  .anquan-visit-us-page-shop-info-container {
    padding: 0;
  }

  .anquan-visit-us-page-shop-info-text {
    padding: 0 22px;
  }

    .anquan-visit-us-page-shop-info-text ul li {
      margin: 0 0 10px;
    }
}
/*End Visit us page*/

/* brand page*/

.grey-banner {
  background-color: #EFEFEF;
  padding: 27px 0;
  min-height: 174px;

}

.manufacturerall-page {
    padding: 60px 0;
}
.manufacturer-grid {
  margin: 0 10%;
}
.manufacturerall-page h2 {
    font-size: 16px;
    line-height: 42px;
}
.lettered-list {
  display: flex;
  gap: 100px;
  border-bottom: 1px solid #b6bac2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
  .lettered-list .letter {
    font-size: 24px;
    line-height: 42px;
  }

.smaller-content-wrapper {
  padding: 28px 90px 0;
}

.alphabetic-row {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: .44px;
  color: #848484;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.alphabetic-row li {
    padding: 20px 10px 22px;
}
  .alphabetic-row li.active {
    border-bottom: 1px solid black;
  }
  .alphabetic-row li a {
    color: #2F2F2F
  }

/*end brand page */

/* category landing page*/

.landing-content {
    padding: 60px 0 0;
}

.landing-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 53px 20px;
}

.initial-category-item h2 {
  margin-top: 17px;
  line-height: 20px;
}

.initial-category-item:hover a {
    text-decoration: underline;
}

.initial-category-item a {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.initial-category-item img {
  width: 100%;
  height: auto;
  min-height: 158px;
  object-fit: cover;
  display: block;
}
/* end category landing page */


/* start Book Now */

.book-now-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1440/380;
  color: #fff;
  max-height: 380px;
  min-height: 270px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.book-now-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position:relative;
  margin: 0 0 30px;
}
  .book-now-step:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 21px;
    width: 100%;
    background-color: #B6B5B4;
    opacity: 0.6;
  }
  .book-now-step .styled {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid #848484;
    border-radius: 100%;
    position: relative;
    background: #fff;
    margin-bottom:14px;
  }
#book-now-datetime,
.book-now-content .form-fields.step1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
}
  #book-now-datetime .classic-inputs,
  .book-now-content .form-fields.step1 .classic-inputs {
    width: calc(50% - 10px);
  }
  #book-now-datetime .classic-inputs > div{
    display:flex;
    justify-content:space-between;
    gap:20px;
  }
    
  #book-now-datetime .datetime-item {
    position: relative;
    text-align: center;
  }
  #book-now-datetime .datetime-item:after {
    position: absolute;
    content:url(/Themes/Sleed/Content/imgs/arrow.svg);
    right:16px;
    top:16px;
    z-index:-1;
  }
    #book-now-datetime .datetime-item input {
      width: 100%;
      text-align:center;
    }
    #book-now-datetime .datetime-item ::placeholder {
      color: #2B2926;
      opacity:1;
    }
  .book-now-content .classic-inputs {
    margin-bottom: 30px;
  }
#book-now-form .black-btn {
  margin: auto;
  width: 100%;
  max-width: 450px;
}
#book-now-form .accept-consent {
  margin-bottom: 10px;
}
/* end Book Now */

.file-attachments ul li a.attachmentLink img {
  mix-blend-mode: multiply;
}

.file-attachments ul li {
    max-width: 282px;
}

.file-attachments .name {
    font-size: 0 !important;
}

/*news*/

.blogs-photo-list {
  row-gap: 9px;
  height: fit-content;
}

.blog-title {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 200px;
}

.blog-box a {
  display: block;
  position: relative;
  padding: 16px 17px 14px 24px;
  min-height: 180px;
}

.blog-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  border-radius: 5px;
}

.blog-title, .blog-desc {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-desc {
  font-family: 'Tinos', Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  max-width: 200px;
}

.blog-box a:before,
.pricelists-content:before {
  content: '';
  position: absolute;
  background: url('../imgs/carousel-arrow.svg') no-repeat center;
  width: 138px;
  height: 138px;
  right: -28px;
  bottom: -34px;
  z-index: 1;
  transition: .3s ease-in-out;
  transform: scale(0.9);
}

.blog-box a:hover:before {
  transform: scale(1);
}

.blogs-in-lists {
    gap: 19px;
    grid-template-columns: 1fr 1fr;
}

.no-featured-blogs {
    background-color: #fff;
    border-radius: 5px;
    padding: 18px 20px;
    height: fit-content;
}

.blog-white-box h3 {
  color: #2F2F2F;
  max-width: unset;
}

.blog-white-box p {
  color: #2B2926;
  max-width: unset;
}

.blog-white-box a {
    gap: 6px;
    padding-left: 40px;
    position: relative;
}

.no-featured-blogs span {
  color: #848484;
  font-size: 10px;
}

.no-featured-blogs ul {
  margin-top: 24px;
  gap: 14px;
  max-height: 448px;
  overflow: auto;
}

  .no-featured-blogs ul::-webkit-scrollbar {
    width: 3px;
    height: 100%;
  }

  .no-featured-blogs ul::-webkit-scrollbar-track {
    background: #EFEFEF;
  }

  .no-featured-blogs ul::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 25px;
    border: 3px solid #707070;
  }

.blog-white-box a:before {
  content: '';
  position: absolute;
  background-color: #02317B;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  z-index: 1;
  border-radius: 100%;
  outline: 4px solid rgba(2, 49, 123, 0.7);
}

.blog-white-box a:after {
  content: '';
  position: absolute;
  background-color: #707070;
  width: 1px;
  height: calc(100% - 31px);
  left: 9px;
  top: 31px;
}

.blog-white-box .blog-desc {
  -webkit-line-clamp: 3;
}

.fixed-panel {
  position: fixed;
  top: 50px;
  bottom: 0;
  background-color: #fff;
  right: 0;
  left: 0;
  padding: 1% 3.5% 2% 5%;
  width: 45%;
  max-width: 693px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  z-index: 10;
  transition: .3s linear;
  margin: auto;
}

.blog-content.openModal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: .3s linear;
  height: 80%;
  overflow-y: auto;
  border-top: 20px solid #fff;
  border-right: 20px solid #fff;
}

.blog-content::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}

.blog-content::-webkit-scrollbar-track {
  background: #EFEFEF;
}

.blog-content::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 25px;
  border: 3px solid #707070;
}

.blog-content img {
    border-radius: 5px;
}

.blog-body {
    margin-top: 20px;
}

  .blog-body h2 {
    width: 92%;
    text-align: center;
    line-height: 36px;
  }

  .blog-body .description {
    margin-top: 20px;
  }

  #blog-post-modal {
      position: relative;
  }

  .blog-content button {
    position: absolute;
    top: 0;
    right: 0;
  }

.balance-content {
  background-color: #fff;
  padding: 14px 17px 14px 28px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px #00000029;
  justify-content: space-between;
  gap: 21px;
  min-height: 160px;
}
.dashboard-first-boxes h3 {
    font-size: 24px;
}


.balance-content h3 {
  margin-top: 18px;
  margin-bottom: 20px;
}

.pricelists-content {
  background-color: #02317B;
  padding: 19px 20px 20px 30px;
  border-radius: 5px;
  color: #FFFFFF;
  position: relative;
  min-height: 160px;
}

  .pricelists-content h3 {
    color: #FFFFFF;
    margin-bottom: 16px;
  }

.dashboard-first-boxes {
    grid-template-columns: 1.8fr 1fr;
    gap: 20px;
    margin-bottom: 26px;
    min-height: 255px;
}

.dashboard-first-boxes p {
    font-family: Tinos, Arial, sans-serif;
}

.chart {
  position: relative;
  width: 200px;
  height: 200px;
  align-self: center;
}

.chart .medium {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
}

.balance-content span {
  border: 1px solid #848484;
  color: #848484;
  font-size: 10px;
  line-height: 13px;
  padding: 3px 10px;
  border-radius: 100px;
}

.dashboard-order-list {
    background-color: #fff;
    padding: 26px 24px 42px;
    margin-top: 26px;
}


  .dashboard-order-list h2 {
      margin-bottom: 36px;
  }

.controls-b2b svg {
  transform: rotate(-90deg);
}

.controls-b2b svg g:first-child > path {
  fill: #EFEFEF;
}

.b2b-headers li {
  font-size: 14px;
}

.last-btn {
    margin: auto;
    text-align: center;
}

.dashboard-orders .page-title,
.customer-pricelists .page-title,
.order-details-page .title {
  position: relative;
}

/*pricelists*/
.customer-pricelists .pricelists-header {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  margin-bottom: 20px;
  padding: 0 12px;
}
  .customer-pricelists .pricelists-header > div {
    text-align: left;
    font-size: 14px;
  }


.manufacturer-pricelists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.manufacturer-pricelist {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  border: 1px solid #2F2F2F;
  align-items: center;
  height: 52px;
  padding: 0 12px;
}

  .manufacturer-pricelist .extralight {
      font-size: 14px;
  }

  .manufacturer-pricelist .brand {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
  }

    .manufacturer-pricelist .brand h3 {
      font-size: 14px;
    }

    .manufacturer-pricelist .brand img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      border-radius: 50%;
      border: 1px solid gray;
      background-color: #fff;
    }
  .manufacturer-pricelist .download a {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
  }

  .manufacturer-pricelist .download span {
      font-size: 16px;
      text-decoration: underline;
  }

  .brand-options-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 24px;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
  }

  .brand-options-content label {
      font-size: 14px;
  }

  /* order history b2b */
  .dashboard-orders .order-list {
    background-color: #fff;
    padding: 20px 24px 40px;
  }

.dates-content {
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 22px;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

  .dates-content span {
    color: #333333;
    font-size: 14px;
  }

.statistics-content {
  background-color: #fff;
  padding: 22px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px #00000029;
  gap: 18px;
}

  .statistics-content .medium {
    color: #02317B;
  }

  .statistics-content .extralight {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
  }

.selected-date-inputs {
  flex-direction: unset;
  gap: 25px;
  justify-content: center;
  margin: 0;
}

  .selected-date-inputs input[type="text"] {
      width: 250px;
      text-align: center;
  }

  .selected-date-inputs label {
    margin: 0;
    font-size: 14px;
  }

.sum-total-info {
  max-width: 415px;
  width: 100%;
  margin-top: 28px;
  margin-left: auto;
}

.sum-total-info .flex-cl {
    gap: 15px;
    width: 100%;
    justify-content: space-between;
    padding-top: 10px;
}

.total-num {
  border-top: 1px solid #D8D8D8;
  margin-top: 10px;
}
