@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.woff2') format('woff2'), url('../fonts/Figtree-Regular.woff') format('woff'), url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.woff2') format('woff2'), url('../fonts/Figtree-Medium.woff') format('woff'), url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.woff2') format('woff2'), url('../fonts/Figtree-Light.woff') format('woff'), url('../fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.woff2') format('woff2'), url('../fonts/Figtree-Bold.woff') format('woff'), url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'), url('../fonts/Figtree-SemiBold.woff') format('woff'), url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2'), url('../fonts/Figtree-ExtraBold.woff') format('woff'), url('../fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lacoste;
  src: url('../fonts/LacosteWeb-Heavy.woff2') format('woff2'), url('../fonts/LacosteWeb-Heavy.woff') format('woff'), url('../fonts/LacosteWeb-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo;
  src: url('../fonts/ArchivoSemiBold-Regular.woff2') format('woff2'), url('../fonts/ArchivoSemiBold-Regular.woff') format('woff'), url('../fonts/ArchivoSemiBold-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo SemiBold';
  src: url('../fonts/ArchivoSemiBold-ExtraBold.woff2') format('woff2'), url('../fonts/ArchivoSemiBold-ExtraBold.woff') format('woff'), url('../fonts/ArchivoSemiBold-ExtraBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*********** CSS RESET **********/

:root {
  --white: #fff;
  --primary: #002D18;
  --primary-color-hover: #004927;
  --green1: #385246;
  --green2: #008a20;
  --green3: #0d564d;
  --grey1: #66706b;
  --grey2: #f0f0f0;
  --grey3: #6f6f6f;
  --text-upper: uppercase;
  --border-low-opacity: rgba(255,255,255,.1);
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

h1, h2, h3 {
  text-transform: var(--text-upper);
  letter-spacing: -0.04rem;
  font-weight: 500;
}

a img {
  border: none;
}

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;
}

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;
  box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}


/*********** GLOBAL STYLES **********/


html {
  position: relative;
  /*  transition: .2s linear;*/
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}


.html-account-page {
  overflow-x: hidden;
}

  .html-account-page .header-lower {
      margin-top: -1px !important;
  }

html.overflow {
  overflow: hidden;
  /*margin-right: 17px;*/
}

  html.overflow body {
    scrollbar-gutter: stable;
  }



body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font: normal 16px 'Figtree', Arial, Helvetica, sans-serif;
  color: var(--primary);
  cursor: default;
  /*  overflow-y: auto;*/
}

::selection {
  background-color: #105a33;
  color: #fff;
  text-shadow: none;
}



  a {
    color: inherit;
    cursor: pointer;
  }

a img {
  opacity: 0.99; /*firefox scale bug fix*/
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea  {
  vertical-align: middle;
  border: none;
}

select {
  vertical-align: middle;
  border: none;
  background: #fff;
}

input, textarea, select, button {
  font-size: 16px;
  font-family: 'Figtree', Arial,sans-serif;
  outline: none;
  border: none;
}

textarea {
  min-height: 150px;
}

select {
/*  min-width: 50px;*/
  height: 24px; /*safari padding fix*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  position: relative;
  z-index: 1;

}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
  cursor: pointer;
  background: none;
  color: var(--primary);
}

label, label + * {
  vertical-align: middle;
}

.master-wrapper-content {
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 0 auto;
}

.master-column-wrapper {
 /* position: relative;*/
  z-index: 0;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 {
  margin: 0;
}

.center-2, .side-2 {
  margin: 0 0 50px;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
  padding-top: 120px;
  width: 100%;
 /* width: 100vw;*/
}

  .page.checkout-page {
    padding-top: 125px;
  }

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}



.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url('../images/rss.png') center no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.topic-page img {
  max-width: 100%;
  height: auto;
}

.topic-page {
    text-align: left;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}


.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
  margin: 10px 0;
}



/*********** GLOBAL FORMS ***********/



.fieldset, .section {
  position: relative;
}

.fieldset .title,
.section .title {

}


.form-fields {
  position: relative;
}

.inputs:not(.not-inputs) {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

  .inputs.not-inputs {
      margin-bottom: 20px;
      position: relative;
  }

.inputs.pass input[type="text"],
.inputs.pass input[type="password"] {
  padding-right: 34px;
}

.inputs.pass img {
  display: block;
  position: absolute;
  right: 7px;
  top: 22px;
  cursor: pointer;
  z-index: 1;
}

.accept-consent a {
    text-decoration: underline;
}

  .accept-consent a:hover {
      text-decoration: unset;
  }

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs label,
  .inputs input:placeholder-shown + label {
    display: flex;
    color: #767676;
    font-size: 16px;
    transform: translateY(24px);
    transition: all .3s ease;
    order: 1;
    pointer-events: none;
    line-height: 19px;
  }

::-webkit-input-placeholder {
  opacity: 0;
}

:-ms-input-placeholder {
  opacity: 0;
}

::placeholder {
  opacity: 0;
}

.inputs select {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  color: #767676;
  height: 31px;
}

  .inputs input[type="text"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs input[type="password"] {
    order: 2;
    width: 100%;
    height: 31px;
    min-height: 31px;
    max-height: 200px;
    padding: 5px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 16px;
    color: #292929;
    background: none;
    transition: all .4s ease;
    pointer-events: auto;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

.inputs input:read-only,
.inputs input:read-only + label{
  color: #c8c8c8;
  cursor: default;
}


.inputs input[type="text"]:focus:not(:read-only),
.inputs input[type="email"]:focus:not(:read-only),
.inputs input[type="tel"]:focus:not(:read-only),
.inputs input[type="password"]:focus:not(:read-only),
.inputs input[type="text"]:hover:not(:read-only),
.inputs input[type="email"]:hover:not(:read-only),
.inputs input[type="tel"]:hover:not(:read-only),
.inputs input[type="password"]:hover:not(:read-only) {
  border-color: #292929;
  box-shadow: inset 0 0 0 1000px #fff, 0 1px #292929;
  -webkit-box-shadow: inset 0 0 0 1000px #fff, 0 1px #292929;
}

.inputs input[type="text"]:focus-visible:not(:read-only),
.inputs input[type="email"]:focus-visible:not(:read-only),
.inputs input[type="tel"]:focus-visible:not(:read-only),
.inputs input[type="password"]:focus-visible:not(:read-only) {
  outline: #545454 dotted 0.1rem;
}

    .inputs input[type="text"]:focus + label,
    .inputs input[type="email"]:focus + label,
    .inputs input[type="tel"]:focus + label,
    .inputs input[type="password"]:focus + label,
    .inputs input[type="text"]:checked + label,
    .inputs input[type="email"]:checked + label,
    .inputs input[type="tel"]:checked + label,
    .inputs input[type="password"]:checked + label,
    .inputs input:not(:placeholder-shown) + label {
      transform: translateY(-3px);
      font-size: 13px;
    }

.inputs input[type="checkbox"],
input[type="checkbox"]#termsofservice,
li.payment-details .terms input[type="checkbox"] {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
}

  .inputs input[type="checkbox"] + label,
  input[type="checkbox"]#termsofservice + label,
  li.payment-details .terms input[type="checkbox"] + label{
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    vertical-align: sub;
    pointer-events: auto;
    cursor: pointer;
    color: #767676;
  }

  .inputs input[type="checkbox"]:checked,
  input[type="checkbox"]#termsofservice:checked,
  li.payment-details .terms input[type="checkbox"]:checked {
    background: url(../imgs/check.svg) no-repeat center;
    border-color: #292929;
  }

  .select-input {
    appearance: none;
    -webkit-appearance: none;
    display: none;
  }

#gender {
    gap: 5px;
}

#gender span {
  display: inline-block;
}

  #gender span label {
      cursor: pointer;
  }

  .select-input + label {
    padding: 10px 21px;
    min-width: 74px;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    min-height: 35px;
    width: fit-content;
    justify-content: center;
    display: flex;
    height: 100%;
    cursor: pointer;
    align-items: center;
    transition: .3s ease-out;
    pointer-events: auto;
    color: #292929;
  }

  .select-input[type=radio]:checked + label {
    background-color: #292929;
    color: #fff;
  }


.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}



.required {
  margin: 0 -8px 0 3px; /*siblings offset*/
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.custom-errors,
.field-validation-valid.custom-errors {
  font-size: 13px;
  line-height: 23px;
  color: #e72734;
  margin-top: 6px;
  order: 3;
  display: flex;
  text-align: left;
}

  .message-error {
      display: block;
  }

  #review-message-error {
    justify-content: center;
    font-size: 18px;
    max-width: 300px;
    margin: 25px auto 0;
    font-weight: 800;
    text-align: center;
    line-height: 25px;
  }

  #review-message-error ul {
      display: grid;
      gap: 20px;
  }

  .custom-errors,
  .field-validation-valid.custom-errors {
    display: none;
  }

  .field-validation-error #Password-error,
  .field-validation-error #NewPassword-error {
    color: #767676;
  }

    .field-validation-error #Password-error,
    .field-validation-error #NewPassword-error {
      color: #292929;
      margin: 34px 0 10px;
    }

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

.captcha-box > div {
  display: inline-block;
  max-width: 100%;
}

.captcha-box input {
  height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
  overflow-x: auto;
}

.data-table .hidden-row {
  height: 1px;
  border: none;
}

.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}

.data-table tr.hidden-row th > span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.cart th,
.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
  display: none;
}

.forum-table td.image {
  min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #444;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}


.cart a:hover,
.cart a:focus,
.data-table a:hover,
.data-table a:focus,
.forum-table a:hover,
.forum-table a:focus {
  text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: bold;
  color: #444;
}



/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
  max-width: 441px;
 
}

/*.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}*/

.bar-notification.success {
  padding-left: 48px;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 26px 42px 26px 18px;
  background-color: #292929;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
  border-radius: 8px;
  overflow: hidden;
}

  .bar-notification.success:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 26px;
    width: 24px;
    height: 24px;
    background: url('../imgs/valid-round-filled.svg') center no-repeat;
  }

  .bar-notification p {
      font-weight: bold;
  }


  .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;
  }

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.popup-notification.success {
  border: 2px rgba( 75,176,122,.5) solid;
}

.popup-notification.error {
  border: 2px rgba( 228,68,76,.5) solid;
}

.popup-notification.warning {
  border: 2px rgba( 243,156,18,.5) solid;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255,255,255,.8);
  transition: all 1s ease-in-out, background-color 2s linear;
}

  .ajax-loading-block-window.show-loading {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }

  .ajax-loading-block-window:after {
    left: 0;
    z-index: 9999;
    position: absolute;
    content: '';
    background: url(../imgs/loading.gif) center no-repeat;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
  }

.please-wait {
  background: url('../imgs/loading.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

/*.icon-croco-loader {
  min-width: 120px;
  min-height: 60px;
  width: 10%;
  height: 5%;
  fill: none;
  stroke: #105a33;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: croco-dash 1s ease-out alternate infinite;
  animation-play-state: running;
}

@keyframes croco-dash {
  to {
    stroke-dashoffset: 1500;
  }
}
*/
.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url('../images/close.png') 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('../images/close.png') center no-repeat !important;
  padding: 0 !important;
}

.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: #777;
}

.ui-dialog-content .page {
  min-height: 0;
}

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0 0 15px;
  padding: 0px 10px 10px 10px;
  text-align: center;
}

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
  text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin-bottom: 10px;
}

.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;
}

.eu-cookie-bar-notification {
  position: fixed;
  z-index: 1050;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  flex-direction: row;
  align-items: flex-start;
  background-color: rgba(41, 41, 41, 0.4);
  font-size: 14px;
  display: flex;
}

  .eu-cookie-bar-notification .content {
    background-color: #fff;
    max-width: 600px;
    /*max-height: 400px;*/
    height: auto;
    margin: auto;
    padding: 25px;
    border: 2px solid rgba(41,41,41,0.6);
    border-radius: 5px;
  }
  .eu-cookie-bar-notification .text p {
    font-size: 13px;
    margin-top: 20px;
  }

    .eu-cookie-bar-notification .text p span {
        display: block;
    }


    .eu-cookie-bar-notification h1 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 20px;
    }

  .buttons-more {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

.eu-cookie-bar-notification .text {
  line-height: 20px;
  max-height: 60vh;
  overflow: auto;
}




/*********** SIDE COLUMN ***********/



.block {
  max-width: 600px; /*width limit in mobile*/
  min-height: 50px;
  margin: auto;
  text-align: left;
}

.block .title {
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
  padding: 12px 30px 12px 10px;
  font-size: 20px;
  color: #444;
  cursor: pointer;
}

.block .title strong {
  font-weight: normal;
}

.block .listbox {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}

.block .list li {
  padding: 5px 0 5px 15px;
}

.block .list a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  color: #444;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.block .list a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.block .list .active > a {
  color: #4ab2f1;
}

.block .list a:hover,
.block .list a:focus {
  color: #4ab2f1;
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 15px 0 5px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
}

.block .view-all a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #4ab2f1;
}

.block .view-all a:hover,
.block .view-all a:focus {
  text-decoration: underline;
}

.block .tags {
  margin: 5px 0 10px;
}

.block .tags ul {
  font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  font-size: 17px !important; /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
  float: left;
  line-height: 30px;
  color: #444;
}

.block .tags li a:hover,
.block .tags li a:focus,
.product-tags-all-page li a:hover,
.product-tags-all-page li a:focus {
  color: #4ab2f1;
}

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  color: #444;
  text-transform: uppercase;
}

.poll-options,
.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: #444;
}

.poll-options li,
.poll-results li {
  margin: 10px 0;
}

.poll-options li > input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.poll-options li > label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.poll .buttons,
.poll-total-votes {
}

.poll .buttons button {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.poll .buttons button:hover,
.poll .buttons button:focus {
  background-color: #bbb;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
  color: #444;
}

.home-page-polls {
  text-align: center;
}

.home-page-polls .title {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.home-page-polls .title strong {
  font-weight: normal;
}

.home-page-polls li {
  display: inline-block;
  margin: 10px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
  margin: 16px 0;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
}

  .breadcrumb li a {
      text-decoration: underline;
  }

    .breadcrumb li a:hover {
        text-decoration: unset;
    } 

  .breadcrumb .delimiter {
    margin: 0 4px;
  }

  .breadcrumb li * {
    display: inline-block;
    font-size: 13px; /*reset zeroing*/
    line-height: 23px;
    color: #767676;
  }

.breadcrumb strong {
  font-weight: normal;
}

  .breadcrumb a:hover,
  .breadcrumb a:focus {
    color: #767676;
  }

.manufacturer-description,
.vendor-description {
  margin: 0 0 25px;
  line-height: 22px;
}

.contact-vendor {
  margin: 0 0 30px;
}

.contact-vendor .button-2 {
  border: none;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.contact-vendor .button-2:hover,
.contact-vendor .button-2:focus {
  background-color: #248ece;
}



.item-grid:after {
  content: "";
  display: block;
  clear: both;
}


.home-page-category-grid,
.manufacturer-grid,
.vendor-grid {
  margin: 0 0 20px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
  display: block;
  padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
  margin: 0;
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
  padding-top: 65%;
}

.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;*/
}

.footer-description {
  background-color: var(--grey2);
  padding: 76px 0;
  font-size: 14px;
  line-height: 20px;
}

  .footer-description .breadcrumb ul {
    width: fit-content;
    margin: auto;
    background: #fff;
    padding: 1px 15px;
    border-radius: 15px;
    border: 1px solid #000;
  }

  .footer-description .breadcrumb li * {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
  }

  .footer-description .breadcrumb li a {
    color: #6f6f6f;
    text-decoration: unset;
  }

    .footer-description .breadcrumb li a:hover {
      text-decoration: underline;
      color: var(--primary);
    }

    .footer-description h2 {
      font-size: 32px;
      line-height: 32px;
    }

  .footer-description p,
  .footer-description span,
  .footer-description li,
  .footer-description a {
    font-size: 14px;
    line-height: 20px;
  }

    .footer-description a {
        text-decoration: underline;
        text-underline-offset: .3rem;
    }

    .footer-description .content-wrapper {
      text-align: center;
      max-width: 60%;
    }

  .product-grid .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
  }

.product-grid .title strong {
  font-weight: normal;
}

.manufacturer-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.manufacturer-grid .title a:hover,
.manufacturer-grid .title a:focus {
  color: #4ab2f1;
}

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.vendor-grid .title a:hover,
.vendor-grid .title a:focus {
  color: #4ab2f1;
}

.vendor-grid .picture {
  border: 1px solid #ddd;
}





/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
  color: #4ab2f1;
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
  content: "''";
}

.product-reviews-page .title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #444;
}

.product-reviews-page .title strong {
  font-weight: normal;
}



.tooltip {
  position: initial;
}

.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;
}



.compare-products-page {
  position: relative;
  overflow: hidden;
}

.compare-products-page .clear-list {
  display: inline-block;
  margin: 0 0 20px;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.compare-products-page .clear-list:hover,
.compare-products-page .clear-list:focus {
  background-color: #248ece;
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px; /*IE mobile table border fix*/
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #444;
}

.compare-products-table td:first-child {
  min-width: 0;
}

.compare-products-table td label {
  font-weight: normal;
  color: #777;
}

.compare-products-table .specification-group td {
  border: 0;
  padding: 20px 10px 10px 10px;
}

.compare-products-table .specification-group td label {
  font-size: 16px;
  color: #444;
}

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url('../images/remove.png') left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #666;
}

.compare-products-table .remove-button:hover,
.compare-products-table .remove-button:focus {
  color: #4ab2f1;
}

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.compare-products-table .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.compare-products-table .product-name td {
  font-weight: bold;
}

.compare-products-table .product-name td a:hover,
.compare-products-table .product-name td a:focus {
  color: #4ab2f1;
}

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block-title {
  min-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 15px;
}

.topic-block-title h2 {
  font-size: 30px;
  font-weight: normal;
}

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px;
}


.topic-block strong,
.topic-page strong {
  color: #444;
}

.home-page .topic-block {
  margin: 0 0 50px;
}

.popup-window .topic-page {
  padding: 15px;
}



.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
  color: #444;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

.enter-password-form input[type="password"] {
  float: left;
  width: 200px;
  height: 40px;
  margin: 0 -1px 0 0;
}

.enter-password-form button[type="submit"] {
  float: left;
  width: auto;
  min-width: 86px;
  height: 40px;
  border: none;
  background-color: #4ab2f1;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}

.enter-password-form button[type="submit"]:hover,
.enter-password-form button[type="submit"]:focus {
  background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
  margin: 0 0 -1px;
}


.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .button-1:hover,
.contact-page .button-1:focus,
.email-a-friend-page .button-1:hover,
.email-a-friend-page .button-1:focus,
.apply-vendor-page .button-1:hover,
.apply-vendor-page .button-1:focus {
  background-color: #248ece;
}


.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
  color: #4ab2f1;
}

.apply-vendor-page .terms-of-service {
  text-align: center;
}

.apply-vendor-page .terms-of-service > * {
  display: inline-block;
  line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  color: #4ab2f1;
  cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.date-of-birth .date-picker-wrapper {
  display: inline;
  border-bottom: 1px solid #e5e5e5;
}

.date-of-birth select {
  width: 25%; /*always single line*/
  max-width: 126px;
  appearance: none;
  -webkit-appearance: none;
  color: #767676;
  border: none;
}

.date-of-birth select + select {
  margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper + .select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover,
#check-availability-button:focus {
  background-color: #999;
}

/*.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-page .button-1:focus,
.registration-result-page .button-1:hover,
.registration-result-page .button-1:focus,
.login-page .button-1:hover,
.login-page .button-1:focus,
.password-recovery-page .button-1:hover,
.password-recovery-page .button-1:focus,
.email-revalidation-page .button-1:hover,
.email-revalidation-page .button-1:focus,
.account-activation-page .button-1:hover,
.account-activation-page .button-1:focus,
.account-page .button-1:hover,
.account-page .button-1:focus,
.return-request-page .button-1:hover,
.return-request-page .button-1:focus {
  background-color: #248ece;
}*/

.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
  display: inline-block;
  vertical-align: middle;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.registration-result-page .result {
  margin: 10px 0 20px;
  font-size: 15px;
  line-height: 25px;
  color: #545454;
}

.password-recovery-page .result {
 margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.password-recovery-page a {
    margin: auto;
}

.registration-result-page .result span {
  color: #38b272;
}

  .registration-result-page a {
    display: block;
    margin: auto;
  }

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #444;
}

.login-page .title strong {
  font-weight: normal;
}

.login-page .new-wrapper {
  margin: 0 0 50px;
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px;
  line-height: 22px;
}

.login-page .new-wrapper .topic-block {
  margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
  color: #444;
}



.login-page .captcha-box {
  margin: -15px 0 20px;
}

.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;
}


.new-pass-info {
  order: 3;
  display: flex;
  color: #767676;
  font-size: 13px;
  line-height: 23px;
}

.add-more-external-records {
  text-align: center;
}

.add-more-external-records a {
  color: #4ab2f1;
}

.add-more-external-records a:hover,
.add-more-external-records a:focus {
  text-decoration: underline;
}

.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
  color: #444;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #444;
}


.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus {
  color: #4ab2f1;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .page-title {
  margin: 0 0 -1px;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.recurring-payments table td {
  white-space: nowrap;
}

.recurring-payments table td:first-child {
  min-width: 120px;
  white-space: normal;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
  color: #444;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: #4ab2f1;
}

.return-request-list-page a:hover,
.return-request-list-page a:focus {
  text-decoration: underline;
}

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: #444;
}

.downloadable-products-page table td {
  color: #444;
}

.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history table td {
  color: #444;
}

.reward-points-history table td:first-child {
  min-width: 120px;
}

.change-password-page .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.avatar-page .image img {
  border: 1px solid #ccc;
}

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.avatar-page .button-2:hover,
.avatar-page .button-2:focus {
  background-color: #999;
}

.avatar-page .info {
  color: #444;
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.vendorinfo-page .button-2:hover,
.vendorinfo-page .button-2:focus {
  background-color: #999;
}

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
  display: block;
  margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}

/*** SHOPPING CART ESTIMATE SHIPPING ***/


.shopping-cart-page .common-buttons .estimate-shipping-button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.shopping-cart-page .common-buttons .estimate-shipping-button:hover,
.shopping-cart-page .common-buttons .estimate-shipping-button:focus {
  background-color: #999;
}


/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
  margin-bottom: 20px;
}

.product-estimate-shipping .shipping-date {
  margin-top: 3px;
}

.product-estimate-shipping .shipping-title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
  justify-content: center;
}

.product-estimate-shipping .shipping-title .shipping-price {
  margin-left: 5px;
  vertical-align: middle;
}

.product-estimate-shipping .shipping-title .shipping-loading {
  margin-left: 5px;
  vertical-align: middle;
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 6px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/

.order-details-page .page-title {
  border-bottom: none;
}

.order-details-page .page-title h1 {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.order-details-page .page-title a {
  display: inline-block;
  min-width: 180px;
  margin: 5px 0;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .page-title a:hover,
.order-details-page .page-title a:focus {
  background-color: #999;
}

.order-details-page .page-title a.print-order-button {
  background-color: #4ab2f1;
}

.order-details-page .page-title a.print-order-button:hover,
.order-details-page .page-title a.print-order-button:focus {
  background-color: #248ece;
}

.order-details-page .order-overview {
  margin: 0 0 50px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #444;
}

.order-details-page .order-overview .order-number {
  margin: 0 0 10px;
  text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
  font-weight: normal;
  color: #4ab2f1;
}

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.order-details-page .repost .button-2:hover,
.order-details-page .repost .button-2:focus {
  background-color: #248ece;
}

.order-details-page .download a {
  font-weight: normal;
  color: #4ab2f1;
}

.order-details-page .download a:hover,
.order-details-page .download a:focus {
  text-decoration: underline;
}

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.user-agreement-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.user-agreement-page .button-1:hover,
.user-agreement-page .button-1:focus {
  background-color: #248ece;
}

.order-details-page .tax-shipping-info {
  margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
  color: #4ab2f1;
}

.order-details-page .tax-shipping-info a:hover,
.order-details-page .tax-shipping-info a:focus {
  text-decoration: underline;
}

.order-details-page .actions {
  margin: 30px 0 0;
  font-size: 0;
}

.order-details-page .actions button {
  display: inline-block;
  min-width: 165px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .actions button:hover,
.order-details-page .actions button:focus {
  background-color: #999;
}

.order-details-page .actions button:first-child {
  background-color: #4ab2f1;
}

.order-details-page .actions button:first-child:hover,
.order-details-page .actions button:first-child:focus {
  background-color: #248ece;
}

.order-details-page .totals.section {
  width: 370px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.order-details-page .total-info {
  background-color: #f9f9f9;
  padding: 15px 20px;
  color: #444;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
  margin: 0 0 -1px;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
}

.advanced-search {
  margin: 30px 0 0;
}

.advanced-search .price-range {
  display: inline-block;
}

.advanced-search .price-range input {
  width: 80px;
  margin: 3px;
}

.search-input .buttons {
  text-align: center;
}

.search-input .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.search-input .button-1:hover,
.search-input .button-1:focus {
  background-color: #248ece;
}

.search-results {
  margin: 30px 0 0;
}

.search-results .warning {
  margin: 10px 0;
  color: #e4434b;
}


/****** BLOG & NEWS ******/



.block-blog-archive .number {
  display: block;
  color: #444;
  cursor: auto;
}

.block-blog-archive .sublist {
  margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
  padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
  margin: 0;
}

.blog-page .post,
.news-items .news-item {
  margin: 0 0 30px;
}

.blog-page .post:after {
  content: "";
  display: block;
  clear: both;
}

.post-title,
.news-title {
  display: inline-block;
  padding: 20px 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.post-title:hover,
.post-title:focus,
.news-title:hover,
.news-title:focus {
  color: #4ab2f1;
}

.post-date,
.news-date {
  display: block;
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px;
  font-style: italic;
  color: #444;
}

.post-body,
.news-body {
  margin: 0 0 20px;
  padding: 0 10px;
  line-height: 22px;
}

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: bold;
  color: #444;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  display: inline-block;
  margin: 0 0 3px 3px;
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 14px; /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
  margin: 0 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
  display: block;
  color: #4ab2f1;
}

.blog-page .tags a:hover,
.blog-page .tags a:focus,
.blogpost-page .tags a:hover,
.blogpost-page .tags a:focus {
  text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
  margin: 0;
  padding: 0 10px;
}

.blog-posts .buttons .read-comments {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
  color: #444;
}

.blog-posts .buttons .read-comments:hover,
.blog-posts .buttons .read-comments:focus {
  color: #4ab2f1;
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
  display: inline-block;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.blog-posts .buttons .read-more:hover,
.blog-posts .buttons .read-more:focus,
.news-items .buttons .read-more:hover,
.news-items .buttons .read-more:focus {
  background-color: #248ece;
}

.new-comment {
  margin: 50px 0 60px;
}

.new-comment .notifications {
  margin: 0 0 10px;
}

.new-comment .result {
  color: #690;
}

.new-comment .form-fields {
  margin: 0 0 20px;
}

.new-comment .button-1 {
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.new-comment .button-1:hover,
.new-comment .button-1:focus {
  background-color: #248ece;
}

.comment-list {
  margin: 0 0 100px;
}

.comment-list .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

.comment-list .title strong {
  font-weight: normal;
}

.comment-list .comment {
  margin: 0 0 40px;
  border-top: 1px solid #ddd;
}

.comment-list .comment:after {
  content: "";
  display: block;
  clear: both;
}

.comment-info {
  width: 150px;
  margin: 20px auto;
}

.comment-info .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: #444;
}

.comment-info a.username:hover,
.comment-info a.username:focus {
  color: #4ab2f1;
}

.comment-info .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.comment-info .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: solid 2px #CEDBE1 !important;
}

.comment-time {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: bold;
}

.comment-time span {
  color: #444;
}

.comment-title {
  margin: 0 0 15px;
  font-size: 16px;
  color: #444;
}

.comment-body {
  line-height: 22px;
}

.news-list-homepage {
  margin: 0 0 75px;
}

.news-list-homepage .title {
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
  color: #444;
}

.news-list-homepage .title strong {
  font-weight: normal;
}

.news-list-homepage .view-all {
  text-align: center;
}

.news-list-homepage .view-all a {
  color: #444;
  text-decoration: underline;
}

.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:focus {
  color: #4ab2f1;
}


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center;
}

.forums-main-page .topic-block p {
  text-align: center;
}

.forums-main-page .pager {
  display: none;
}

.forum-breadcrumb {
  margin: 0 0 40px;
}

.forums-header {
  margin: 0 0 50px;
  overflow: hidden;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.forums-header .current-time {
  margin: 0 0 15px;
  color: #444;
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.forum-search-box .advanced a {
  line-height: 22px;
  color: #444;
  text-decoration: underline;
}

.forum-search-box .advanced a:hover,
.forum-search-box .advanced a:focus {
  color: #4ab2f1;
}

.forum-search-page .page-title {
  margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b;
}

/* forum group */

.forums-table-section {
  margin: 0 0 60px;
}

.forums-table-section + .pager {
  margin: -30px 0 30px;
}

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
  font-size: 22px;
  font-weight: normal;
  color: #444;
}

.forums-table-section-title a:hover,
.forums-table-section-title a:focus {
  color: #4ab2f1;
}

.forums-table-section .image div {
  width: 38px;
  height: 32px;
  margin: auto;
  background: url('../images/topic-type1.png') center no-repeat;
}

.forums-table-section .image div.sticky {
  background: url('../images/topic-type2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
  background: url('../images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
  margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.forums-table-section .forum-title a:hover,
.forums-table-section .forum-title a:focus,
.forums-table-section .topic-title a:hover,
.forums-table-section .topic-title a:focus {
  color: #4ab2f1;
  text-decoration: none;
}

.forums-table-section .topic-title span {
  display: block;
  color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
  margin: 5px 0;
}

.forums-table-section .latest-post {
  white-space: nowrap;
}

.forums-table-section .latest-post div {
  margin: 5px 0;
}

.forums-table-section .latest-post label {
  color: #777;
}

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px;
}

.forums-table-section .view-all a {
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.forums-table-section .view-all a:hover,
.forums-table-section .view-all a:focus {
  background-color: #248ece;
}

/* forum-page, topic page */

.forum-page .forum-info {
  margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.forum-actions,
.topic-actions {
  margin: 0 0 30px;
  font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
  display: inline-block;
  margin: 1px;
  padding: 10px 10px 10px 33px;
  font-size: 14px;
}

.forum-actions .actions .new-topic {
  background: #eee url('../images/new.png') left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.forum-actions .actions a:hover,
.forum-actions .actions a:focus,
.topic-actions .actions a:hover,
.topic-actions .actions a:focus {
  background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
  display: none;
  margin: 0;
}

.topic-actions .reply-topic-button {
  background: #eee url('../images/reply.png') left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url('../images/move.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url('../images/edit_.png') left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url('../images/remove_.png') left center no-repeat;
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */

.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
}

.topic-post:last-child {
  border-bottom: 1px solid #ddd;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .user-info {
  width: 150px;
  margin: 0 auto 15px
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: #444;
}

.topic-post a.username:hover,
.topic-post a.username:focus {
  color: #4ab2f1;
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.topic-post .avatar img {
  border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: bold;
  color: #444;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
  display: inline-block;
  border: none;
  background-color: #888;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.topic-post .pm-button:hover,
.topic-post .pm-button:focus,
.profile-info-box .pm-button:hover,
.profile-info-box .pm-button:focus {
  background-color: #999;
}

.topic-post .post-time {
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}

.topic-post .post-time span {
  color: #444;
}

.topic-post .post-actions {
  margin: 0 0 15px;
  font-size: 0;
}

.topic-post .post-actions > div {
  display: inline-block;
}

.topic-post .post-actions a {
  display: inline-block;
  margin: 1px 5px;
  font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
  background: url('../images/edit_.png') left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url('../images/remove_.png') left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .edit-post-button:focus,
.topic-post .post-actions .delete-post-button:hover,
.topic-post .post-actions .delete-post-button:focus {
  color: #4ab2f1;
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: #4ab2f1;
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus {
  text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
  background-color: #888;
  padding: 10px 20px;
  color: #fff;
}

.topic-post .post-actions .quote-post-button:hover,
.topic-post .post-actions .quote-post-button:focus {
  background-color: #999;
  color: #fff;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 0 10px 20px;
  line-height: 22px;
  color: #444;
  margin-bottom: 0;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  font-style: italic;
  clear: both;
}

.topic-post .post-vote span.vote {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 24px;
}

.topic-post .post-vote span.up {
  background: url('../images/vote-up.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
  background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
  background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
}

.topic-post .vote-count-post {
  display: block;
  font-size: 160%;
}
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
  margin: 0 0 -1px;
}

.move-topic-page label {
  white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
  margin: 20px 0;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px; /*reset zeroing*/
  font-weight: normal;
  color: #444;
  white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px;
}

.forum-edit-page .inputs.reversed {
  margin: 0;
}

.forum-edit-page .inputs.reversed label {
  width: auto;
  margin: 5px;
  font-size: 14px; /*reset zeroing*/
  white-space: normal;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
  max-width: 400px;
  margin: 20px auto;
  background-color: #ddd;
  padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
  margin: 0 2px 0 0;
  border: #cec6b5 1px solid;
  padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.forum-edit-page .toolbar .button:focus,
.private-message-send-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:focus {
  border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
  display: block;
  margin: auto;
}

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
  min-width: 140px;
  border: none;
  background-color: #999;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.forum-edit-page .buttons button:hover,
.forum-edit-page .buttons button:focus,
.move-topic-page .buttons button:hover,
.move-topic-page .buttons button:focus,
.private-messages .buttons button:hover,
.private-messages .buttons button:focus {
  background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
  background-color: #4ab2f1;
}

.forum-edit-page .buttons .button-1:hover,
.forum-edit-page .buttons .button-1:focus,
.move-topic-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:focus,
.private-messages .buttons .button-1:hover,
.private-messages .buttons .button-1:focus {
  background-color: #248ece;
}

.private-message-send-page a {
  font-size: 14px;
  color: #4ab2f1;
}

.private-message-send-page span {
  font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  padding: 0 !important;
  line-height: normal;
  font-weight: normal;
  color: #444;
}

.ui-tabs-nav li {
  margin: 0 0 -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  margin: 0 0 -1px !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
  padding: 0 !important;
}

.ui-tabs-nav li a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: #eee;
  color: #4ab2f1;
}

.ui-tabs-panel {
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-messages-page th.select {
  text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
  min-width: 150px;
}

.private-messages-page td.date {
  white-space: nowrap;
}

.private-messages-page td.subject a {
  color: #444;
}

.private-messages-page td.subject a.pm-unread {
  color: #4ab2f1;
}

.private-messages-page .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  font-size: 15px; /*reset zeroing*/
}

.private-messages-page .no-items {
  padding: 20px;
  text-align: center;
}

.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-message-view-page .message-head {
  margin: 0 0 20px;
  line-height: 22px;
}

.private-message-view-page .message-head span {
  font-weight: bold;
  color: #444;
}

.private-message-view-page .message-body {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify;
}

.private-message-view-page .back-pm-button {
  text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
/*  font-family: Arial, Helvetica, sans-serif;*/
  color: #777;
}

.profile-info-box .user-details {
  margin: 0 0 30px;
}

.profile-info-box .avatar {
  margin: 0 auto 15px;
}

.profile-info-box .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #444;
}

.profile-info-box .stats {
  margin: 0 0 15px;
}

.latest-posts {
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
}

.latest-posts .topic-title a {
  font-weight: bold;
  color: #444;
}

.latest-posts .topic-title a:hover,
.latest-posts .topic-title a:focus {
  color: #4ab2f1;
}

.latest-posts .topic-body {
  margin: 0 0 15px;
  line-height: 22px;
}

.latest-posts .topic-data {
  color: #444;
}

/* BB codes */

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;

  white-space: pre-wrap;
  word-wrap: break-word;
}

.csharpcode .rem {
  color: green;
}

.csharpcode .kwrd {
  color: #00f;
}

.csharpcode .str {
  color: #006080;
}

.csharpcode .op {
  color: #00c;
}

.csharpcode .preproc {
  color: #c63;
}

.csharpcode .asp {
  background-color: #ff0;
}

.csharpcode .html {
  color: maroon;
}

.csharpcode .attr {
  color: red;
}

.csharpcode .alt {
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
}

.csharpcode .lnum {
  color: #666;
}


/*  Lacoste  */


p {
  line-height: 22px;
}

.content-wrapper {
  max-width: 3000px;
  padding: 0 15px;
  margin: auto;
  width: 95%;
}

.flex-cl {
  display: flex;
}

.grid-cl {
  display: grid;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  line-height: 18px;
/*  min-width: 140px;*/
  width: fit-content;
  text-align: center;
  transition: all .3s ease-in-out;
  font-size: 12px;
  text-transform: var(--text-upper);
  min-height: 48px;
}

.white-btn {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: .3s ease-out;
}


  .border-btn {
    min-width: unset;
    border: 1px solid #C8C8C8;
    padding-top: 11px;
    padding-bottom: 11px;
  }

.black-btn {
  background-color: #292929;
  color: #fff;
  border: 1px solid #e5e5e5;
  transition: .3s ease-out;
}


.btn-underline {
    text-decoration: underline;
}

.disabled-btn {
  background-color: #eee;
  color: #c8c8c8;
  border-color: #eee;
  pointer-events: none;
}

.disabled-checkout-btn {
  background-color: #eee;
  color: #c8c8c8;
  border-color: #eee;
}

.green-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  transition: .3s ease-out;
}
  .green-btn:hover {
    background-color: var(--primary-color-hover);
    color: #fff;
  }

.green-border-btn {
  background-color: var(--green2);
  border: 1px solid var(--primary);
  border-right-width: 0;
  border-left-width: 0;
  color: var(--white);
  transition: .3s ease-out;
}

  .green-border-btn:hover {
    background-color: var(--primary-color-hover);
  }

.white-border-btn {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-right-width: 0;
  border-left-width: 0;
  color: var(--primary);
  transition: .3s ease-out;
}

  .white-border-btn:hover {
    background-color: var(--grey2);
  }

  .marginBottom {
    margin-bottom: 115px;
  }

#main-homepage {
    padding-top: 115px;
}

img {
  display: block;
}

.close {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
}

  .close.opened {
    height: 100%;
    background: rgba(0,0,0,0.2);
    width: 100%;
    left: 0;
    z-index: 3;
    visibility: visible;
  }


.fixed-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  right: 0;
  padding: 5px 0 0;
  width: 36%;
  max-width: 691px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  z-index: 4;
  transition: .3s linear;
}


/* owl carousel*/
.owl-stage {
  display: flex;
  padding-left: 0 !important;
}

.owl-nav {
  position: absolute;
  top: 4px;
  right: 38px;
}

  .owl-nav.disabled {
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
  }

  .owl-nav button {
    background: none;
    position: absolute;
    padding: 10px;
  }

    .owl-nav button::after  {
        content: '';
        position: absolute;
        background: url("../imgs/carousel-arrow.svg") no-repeat center;
        width: 8px;
        height: 18px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .owl-nav .owl-prev::after {
      transform: rotate(180deg);
    }

    .owl-nav .owl-prev {
      right: 85px;
    }

    .owl-nav .owl-prev svg {
      transform: rotate(180deg);
    }

.colorSlider-content .disabled {
  cursor: default;
}

/*  .colorSlider-content .disabled svg path {
    fill: rgba(255,255,255,0.5);
  }*/

.counter {
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  top: 0px;
  right: 38px;
  font-weight: 500;
  width: 82px;
  text-align: center;
}

.no-result {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}


.pop-title {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.pop-in-box::-webkit-scrollbar {
  width: 3px; /* width of the entire scrollbar */
  height: 100%;
}

.pop-in-box::-webkit-scrollbar-track {
  background: #fff; /* color of the tracking area */
  border-radius: 23px;
}

.pop-in-box::-webkit-scrollbar-thumb {
  background-color: #ababab; /* color of the scroll thumb */
  border-radius: 23px; /* roundness of the scroll thumb */
  border: 3px solid #ababab; /* creates padding around scroll thumb */
}

.pop-in-box button {
  margin-top: -28px;
  float: right;
}

.switch label {
    font-size: 13px;
    margin-right: 10px;
}

.toggle-round {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  background-color: #c8c8c8;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
  width: 50px;
  height: 30px;
}

  .toggle-round:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

input[type="checkbox"].toggle-round:checked {
  background-color: #187c48;
}

input[type="checkbox"].toggle-round:focus {
  box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"].toggle-round:checked:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}


/*********** HEADER ***********/
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.admin-header-links.remove {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  height: 0;
  padding: 0;
}

  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
  }

  .admin-header-links .impersonate {
    display: inline-block;
  }

    .admin-header-links .impersonate a {
      background-color: #555;
      padding: 0 15px;
    }

      .admin-header-links .impersonate a:hover,
      .admin-header-links .impersonate a:focus {
        background-color: #666;
      }

.top-message {
  background-color: var(--white);
}

.top-message-items {
  position: relative;
  height: 40px;
 
}


  .top-message-items .owl-item {
    width: 100% !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
    .top-message-items .owl-item.active {
        opacity: 1;
    }


    .top-message-items .owl-nav {
      left: 0;
      right: 0;
      top: 10px;
      opacity: 0 !important;
      transition: opacity .3s linear;
    }
    .top-message-items .owl-nav .owl-prev {
        right: unset;
        left: 0;
    }

    .top-message-items .owl-nav button::after {
      background: url("../imgs/carousel-arrow-white.svg") no-repeat center;
    }

    .top-message-items .owl-nav .owl-next {
      right: 10px;
    }

  .top-message-items:hover .owl-nav:not(.disabled) {
      opacity: 1 !important;
  }


.top-message-item {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 40px;
  white-space: nowrap;
  margin: auto;
  width: fit-content;

}

    .top-message-item img {
        margin-right: 10px;
    }

.header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 4;
}

.header-upper {
  background-color: var(--primary);
  padding: 16px 0;
  position: relative;
  z-index: 1;
  height: 80px;
}

.header-lower {
  position: relative;
  z-index: 0;
  transition: .3s ease-in-out;
  color: #fff;
}

#navbar {
    display: none;
}

#navbar.active {
  display: block;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.left-header {
  align-items: center;
  gap: 44px;
}

.search-box {
  width: 100%;
  margin-left: 27px;
}

#small-search-box-form {
  position: relative;
  display: flex;
  gap: 10px;
  margin: auto;
}

  #small-search-box-form > img {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    transition: opacity .4s ease-in-out;
  }

.search-close:hover img {
    opacity: .9;
}

.search-box input {
  width: 100%;
  background-color: var(--white);
  padding: 8px 16px 8px 46px;
  position: relative;
  height: 48px;
  outline: none;
  outline-offset: 0;
  font-size: 12px;
}

  .search-box input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--primary);
    text-transform: var(--text-upper);
  }

  .search-box input:-ms-input-placeholder {
    opacity: 1;
    color: var(--primary);
    text-transform: var(--text-upper);
  }

  .search-box input::placeholder {
    opacity: 1;
    color: var(--primary);
    text-transform: var(--text-upper);
  }


.search-close {
  display: none;
  background-color: transparent;
  position: absolute;
  z-index: 999;
  right: 16px;
  top: 0;
  bottom: 0;
}

  .search-close.activeSearch {
      display: block;
  }

.searchbox-content {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  height: 100vh;
  width: 0;
  opacity: 0;
  background-color: #fff;
  padding-top: 40px;
  visibility: hidden;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  padding-bottom: 100px;
  overflow-y: auto;
}

#search-result-products {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  height: 100vh;
  width: 0;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  padding-bottom: 100px;
  overflow-y: auto;
}


  #search-result-products.activeResults {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  #search-result-products .pager {
    display: none;
  }

  #search-result-products .prod-numbs {
    display: none;
  }

  #search-result-products .content-wrapper > div:first-child {
    font-size: 20px;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 40px 0 10px;
    z-index: 2;
  }

  #search-result-products .product-grid,
  #search-result-products .product-list,
  #search-result-products .grid-no-products {
      margin-top: 20px;
  }

  #search-result-products .search-pager {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

    #search-result-products .search-pager button {
      border: 1px solid #e5e5e5;
      transition: all .2s linear;
      padding: 8.5px 11px;
      border-radius: 5px;
      background-color: #fff;
      margin-top: 20px;
      margin-bottom: 40px;
    }

.search-next-page svg {
  transform: scale(0.6) rotate(-90deg);
  transition: all .2s linear;
}

.search-previous-page svg {
  transform: scale(0.6) rotate(90deg);
  transition: all .2s linear;
}

#search-result-products .content-wrapper {
  padding-bottom: 25px;
}

#search-result-products .search-pager button:hover {
  background-color: #292929;
  border-color: #292929;
  color: #fff;
}

  #search-result-products .search-pager button:hover svg path {
      fill: #fff;
  }
#wishlist-product-quick-view {
  visibility: hidden;
  height: 0;
  display: flex;
  width: 0;
  overflow: hidden;
}

/*  #wishlist-product-quick-view .product-collateral,*/
  #wishlist-product-quick-view .bottom-fixed-info,
  #wishlist-product-quick-view .gallery,
  #wishlist-product-quick-view .additional-details,
  #wishlist-product-quick-view .prod-spec-panel,
  #wishlist-product-quick-view .mob-content {
      display: none;
  }


  .searchbox-content .content-wrapper > .flex-cl {
    justify-content: space-between;
  }

.left-search > div {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.left-search ul.grid-cl {
  gap: 15px;
}

  .left-search ul.grid-cl li {
    cursor: pointer;
    text-underline-offset: .4rem;
    text-decoration: underline;
    font-size: 14px;
  }

  .left-search ul.grid-cl li:hover {
   text-decoration: unset;
   color: var(--primary-color-hover);
  }

.right-search {
  gap: 30px 0;
  width: 85%;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}



  .right-search li {
      width: 100%;
  }


  .right-search img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
  }

    .right-search li span {
      padding: 15px 30px;
      display: block;
      font-size: 20px;
      text-transform: var(--text-upper);
    }

  .right-search li a {
    font-weight: 500;
  }

  .right-search li a > div {
      display: block;
      position: relative;
  }

    .right-search li a > div::before {
        content: "";
        display: block;
        padding-top: 55%;
    }

    .right-search li a:hover {
      text-decoration: underline;
    }

  .searchbox-content.activeSearchBanner {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

.searchbox-content .content-wrapper {
  padding-bottom: 100px;
}


.header.black-header .header-selectors-wrapper select {
  color: #fff;
}

.panel-lang.openLanguages {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

  .display-lang span {
    line-height: 24px;
    display: block;
    cursor: pointer;
  }

  .display-lang span:hover {
      text-decoration: underline;
  }


  .language-list.panel-list {
    padding-top: 36px;
  }

.language-list ul {
    gap: 16px;
}

.language-list a {
  font-size: 15px;
  color: #292929;
  line-height: 25px;
}

  .language-list a.selected {
    justify-content: space-between;
    align-items: center;
    cursor: default;
  }

  .language-list a:hover {
      text-decoration: underline;
  }

  .language-list a.selected:hover {
    text-decoration: none;
  }

.header-links-wrapper {
    align-items: center;
}

.header-links > ul {
  gap: 20px;
}

#header-checkout .header-links-wrapper {
    gap: 0;
}

.header-links ul > li a {
  position: relative;
  display: block;
}

.header-qty {
  position: absolute;
  background-color: #fff;
  color: var(--primary);
  font-size: 9px;
  min-width: 13px;
  min-height: 13px;
  text-align: center;
  line-height: 13px;
  border-radius: 50%;
  top: -1px;
  padding: 1px 5px 0;
  right: -7px;
}

  .header-qty.green {
    background-color: var(--green2);
    color: var(--white);
  }


.header-menu {
  background-color: var(--primary);
  padding: 8px 0 0;
}

.header.black-header .header-upper,
.header.black-header .header-menu {
  background-color: #292929;
  color: #fff;
}

  .header.black-header svg path {
    fill: #fff;
  }

.header.black-header a.ico-cart:before {
    border-color: #fff;
}

.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;
    }

    .panel-login,
    .panel-lang{
        padding: 38px 0;
    }

.facebook-btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url('../imgs/facebook.png');
  background-repeat: no-repeat;
}

.panel-login.openLogin {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

.header.transparent-header .panel-login svg path {
  fill: #292929;
}

.panel-login .panel-list {
  padding: 0 0 28px;
}

      .panel-login h3 img,
      .panel-lang h3 img,
      .general-panel-address h3 img,
      .panel-new-shipping-address h3 img,
      .panel-edit-shipping-address h3 img{
        float: left;
        margin-right: 8px;
      }

.panel-login .panel-list > div {
  padding: 0 8.03%;
}

        .panel-login .panel-list > div:first-child {
          margin-bottom: 48px;
        }

          .panel-login .panel-list > div:first-child > a {
              margin-top: 32px;
          }
          .panel-login h4 {
              font-size: 18px;
              line-height: 28px;
              font-weight:400;
              margin-bottom: 16px;
          }

.club-banner {
  position: relative;
  background: url(../imgs/club-banner-login.jpg) no-repeat;
  height: 200px;
  width: 100%;
  align-items: center;
  gap: 26px;
  /*padding-left: 40px;*/
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  background-position: bottom;
  background-position: bottom;
  background-size: cover;
}

.panel-login .panel-list .register-section {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.register-section ul.grid-cl {
  gap: 5px;
}

.register-section .btn {
    margin-top: 40px;
}

.panel-login ul.grid-cl li div {
  align-items: center;
  gap: 10px;
  line-height: 25px;
}

  .panel-login ul.grid-cl li p {
    margin: 8px 0 0 35px;
    color: #767676;
  }

.panel-login .customer-links {
    gap: 20px;
}

  .panel-login .customer-links li a {
    text-decoration: underline;
    line-height: 22px;
    text-underline-offset: .4rem;
  }

    .panel-login .customer-links li a:hover {
        text-decoration: none;
    }

    .panel-login h5 {
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .search-box .ui-autocomplete-loading {
      background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
    }

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-autocomplete li {
    border-top: 1px solid #ddd;
  }

    .ui-autocomplete li:first-child {
      border-top: none;
    }

  .ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
  }

    .ui-autocomplete a:hover,
    .ui-autocomplete a:focus,
    .ui-autocomplete a.ui-state-focus {
      background-color: #f6f6f6 !important;
    }

  .ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

.submenu {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}

/*  .submenu:after {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
  }*/

.panel {
  background-color: var(--primary);
  height: 0;
/*  transition: height .4s ease-in-out,background-color .4s ease-in-out, height .4s ease-in-out;*/
  scrollbar-gutter: stable;
}

  .panel .content-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: opacity .15s ease-in .25s, transform .2s ease-in .2s;
  }

.header.black-header .panel {
  background-color: #292929
}

.top-menu {
  display: flex;
  gap: 0 25px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

@keyframes fadeDown {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}


a.top-category,
a.child-category {
  font-size: 16px;
  line-height: 25px;
  display: block;
  text-transform: var(--text-upper);
  color: #fff;
  opacity: .6;
  transition: opacity .25s ease;
  display: flex;
  column-gap: 8px;
  align-items: center;
}

a.child-category {
  padding: 0 16px 16px;
  animation: fadeDown .6s ease forwards;
}

    li.hidden-top-category > a {
      display: none;
    }

.top-category svg,
.child-category svg {
  vertical-align: middle;
  transform: scale(1.2);
}

  .top-category svg path,
  .child-category svg path {
    fill: var(--white);
  }

.top-category.active svg,
.child-category.active svg {
  transform: scale(-1.2);
}


.sublist.first-level {
  align-items: center;
/*  gap: 34px;*/
  justify-content: center;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-scrollbar-width: none;
  margin-bottom: 0;
}

.sublist.first-level.visible {
    display: flex;
}

.sublist.sec-level {
  grid-template-columns: 32% 68%;
}

.sublist.sec-level > li > a {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
  display: block;
}


.sublist.topic-menu {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.sublist.topic-menu > li > a {
    margin-bottom: 10px;

}

  .sublist.topic-menu > li > a > div {
    position: relative;
    display: block;
  }

    .sublist.topic-menu > li > a span {
        display: block;
        margin-top: 10px;
    }

    .sublist.topic-menu > li > a > div:before {
      content: "";
      display: block;
      padding-top: 55%;
    }

    .sublist.topic-menu img {
      /*max-height: 237px;*/
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      margin: auto;
  }


.random-links li a {
  font-size: 16px;
  padding: 32px 24px;
  border-bottom: 1px solid var(--green1);
  display: block;
  min-height: 89px;
  line-height: 24px;
  transition: background .25s ease;
  text-transform: uppercase;
  white-space: normal;
}

.last-level-categories {
  max-height: 430px;
  padding: 32px 24px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 48px;
  -moz-column-gap: 48px;
  -webkit-column-gap: 48px;
  overflow-y: hidden;
/*  column-rule: 1px solid var(--green1);
*/  column-fill: auto;
  scrollbar-width: none;
  position: relative;
  height: 100%;
}

  .last-level-categories li {
    break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -mx-column-break-inside: avoid;
    margin-bottom: 8px;
  }

  .last-level-categories a {
    display: block;
    width: fit-content;
    line-height: 24px;
    max-width: 100%;
    white-space: normal;
  }

.bottom-menu a {
  line-height: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  transition: background .25s ease;
  text-transform: uppercase;
}

.upmenu {
  width: 38%;
  min-width: 750px;
}


    .bottom-menu img {
      display: block;
      height: 100%;
      max-height: 340px;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      object-position: top;
    }

    .bottom-menu span {
      display: block;
      padding: 32px 24px;
    }
    /*********** FOOTER ***********/
    .footer {
      background-color: var(--primary);
      overflow: hidden;
      color: var(--white);
    }

.footer-middle {
  padding: 70px 30px 30px;
  border-top: 1px solid var(--border-low-opacity);
}

  .footer-middle img {
      max-width: 1200px;
      margin: auto;
  }


.footer-block {
  width: 25%;
}

.footer-upper .content-wrapper {
  width: 100%;
  padding: 0;
}

.footer-middle .footer-block {
  width: 26%;
}

.foot .footer-block {
  padding-top: calc(1 * (100vw - 15px) / 25);
  padding-right: 4.36%;
  padding-bottom: 20px;
}


.footer-block.follow-us {
  width: 24%;
  min-width: 400px;
  border-right: 1px solid var(--border-low-opacity);
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0;
  padding-bottom: 0;
}

.footer-newsletter-title {
  align-items: center;
  gap: 32px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: calc(1 * (100vw - 15px) / 25);
  width: 77.27%;
  margin: 0 auto;
}

.footer-block.general-info .list {
  gap: 10px;
}

.footer-block.general-info li a {
  font-size: 14px;
  line-height: 20px;
}

.footer-block .list .phone-info a:first-child {
  margin-bottom: 20px;
  cursor: default;
}

.footer-block .list .phone-info a:last-child {
  margin-bottom: 15px;
  cursor: pointer;
}

.footer-block .list .phone-info a:last-child:hover {
  text-decoration: underline;
}

.footer-block .list .phone-info p {
    font-size: 12px;
    line-height: 17px;
}

.footer-block .list .phone-info p:not(:last-child) {
  margin-bottom: 16px;
}

.footer-block .list .phone-info a:hover {
  text-decoration: none;
}

.footer-middle .flex-cl {
  justify-content: center;
  text-align: center;
}

.footer-right-part {
  width: 76%;
  padding-bottom: 20px;
  display: grid;
}

  .footer-right-part > .flex-cl:first-child .footer-block:first-child,
  .footer-logos {
    padding-left: calc(1 * (100vw - 15px) / 25);
  }

  .footer-logos {
    width: 100%;
    padding-top: 35px;
    padding-right: 22.32%;
  }

    .footer-logos ul {
      height: 100%;
      align-items: end;
      justify-content: space-between;
      gap: 0 20px;
    }

    .footer-logos li.shipping-icon {
      width: 60px;
      height: 60px;
      justify-content: center;
      align-items: center;
    }

    .shipping-icon img {
      filter: brightness(0) invert(1);
    }

  .shipping-icon img[alt="box-now"] {
    filter: grayscale(1);
  }

.footer-block .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

  .footer-block .list {
      gap: 12px;
  }

    .footer-block .list a,
    .footer-lower ul li a {
      display: block;
      line-height: 20px;
      font-size: 14px;
      text-underline-offset: .4rem;
    }

.footer-lower ul {
  flex-wrap: wrap;
  gap: 12px 32px;
}

  .footer-lower ul li a {
    text-underline-offset: unset;
  }


  .footer-block .list a:hover,
  .footer-block .list a:focus,
  .footer-lower ul li a:hover,
  .footer-lower ul li a:focus {
    text-decoration: underline;
  }

.footer-middle first li {
  padding: 4px 0;
}

.footer-middle .footer-block > ul {
  gap: 16px;
}

.footer-info {
  margin-top: 15px;
  gap: 15px;
  justify-content: start;
}

.social ul.networks li {
    margin-bottom: 20px;
}

.social ul.networks a {
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.follow-us .social-title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 27px;
}

  .follow-us .social li {
    display: inline-block;
  }

.footer-block .newsletter {
  margin-bottom: 20px;
}

  .footer-block .newsletter .inputs input[type="checkbox"] + label {
    font-size: 12px;
  }

.newsletter-email {
  overflow: hidden;
  min-height: 275px;
  border-top: 1px solid var(--green1);
}

  .newsletter-email:focus-within {
    overflow: visible;
  }

  .newsletter-email p {
      height: 100%;
  }

    .newsletter-email p span {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

  .newsletter-email input,
  .newsletter-email input:focus,
  .newsletter-email input.needsclick:hover,
  .newsletter-email input:focus-visible {
    border-width: 0 !important;
  }

    .newsletter-email input[type="email"]::placeholder {
      opacity: 1;
    }

    .newsletter-email legend {
        font-size: 12px !important;
        font-weight: 400 !important;
        margin-bottom: 12px !important;

    }

  .newsletter-email div[data-testid="form-row"]:nth-child(2) div[data-testid="form-component"]:nth-child(2) {
    flex: unset !important;
    width: 75%;
  }

  .newsletter-email div[data-testid="form-row"]:nth-child(2) {
    border-top: 1px solid var(--green1);
    border-bottom: 1px solid var(--green1);
  }


    .newsletter-email div[data-testid="form-row"]:nth-child(2) div[data-testid="form-component"]:first-child {
      flex: unset !important;
      width: 25%;
      border-right: 1px solid var(--green1) !important;
    }

  .newsletter-email div[data-testid="form-row"]:first-child div[role="group"] {
      row-gap: 10px;
  }

  .newsletter-email div[data-testid="form-row"]:first-child label,
  .newsletter-email div[data-testid="form-row"]:nth-child(3) label {
    padding-bottom: 0 !important;
  }


    .newsletter-email div[data-testid="form-row"]:first-child label div,
    .newsletter-email div[data-testid="form-row"]:nth-child(3) label div {
      font-size: 12px !important;
    }


  .newsletter-email div[data-testid="form-row"]:first-child svg rect,
  .newsletter-email div[data-testid="form-row"]:nth-child(3) svg rect {
    fill: var(--white) !important;
  }

  .newsletter-email div[data-testid="form-row"]:first-child svg polygon,
  .newsletter-email div[data-testid="form-row"]:nth-child(3) svg polygon {
    fill: var(--primary) !important;
  }



.newsletter-subscribe-button {
  height: 44px;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 22px;
  border: 1px solid #C8C8C8;
}


.newsletter-email .options {
  clear: both;
  padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  color: #0D564D;
  font-weight: 700;
  text-align: center;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
  padding: 30px 0;
  background-color: #fff;
  font-size: 12px;
  color: var(--primary);
}

  .footer-lower div.flex-cl:first-child {
    justify-content: space-between;
    gap: 15px;
}

  .footer-lower div.flex-cl button {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    text-underline-offset: .4rem;
  }

      .footer-lower div.flex-cl button img {
          margin-right: 8px;
      }

      .footer-lower div.flex-cl button:hover {
        text-decoration: none;
      }

      .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 {
  color: var(--green1);
}

    .footer-powered-by a:hover,
    .footer-powered-by a:focus {
      text-decoration: underline;
    }

.theme-selector {
  margin: 10px 0 0;
}

  .theme-selector select {
    width: 170px;
  }

#close-countries {
    z-index: 2;
}

.pop-in-countries {
  max-width: 800px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden auto;
  height: 100%;
  max-height: 630px;
  background-color: #fff;
  padding: 50px 4%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  z-index: 3;
}


  .pop-in-countries.openCountries {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: .3s linear;
  }

  .pop-in-countries ul.flex-cl {
    flex-flow: row wrap;
    gap: 20px 0px;
  }

  .pop-in-countries li {
    width: 33.333%;
    padding-right: 15px;
  }

    .pop-in-countries li a {
        font-size: 13px;
        line-height: 18px;
    }

      .pop-in-countries li a:hover {
          text-decoration: underline;
      }




/*start homepage*/
.home-page h2 {
  font-size: 32px;
  line-height: 32px;
}

.home-page .btn {
    margin-top: 30px;
}

.hero-banner {
    position: relative;
}

  .hero-banner > a.go-down {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    animation: MoveUpDown 1.5s linear infinite;
  }

@keyframes MoveUpDown {
  0% {
    bottom: 50px;
    opacity: 1;
  }

  100% {
    bottom: 0;
    opacity: 0;
  }
}

.hero-banner > a.go-down svg {
  width: 50px;
  height: 50px;
  margin: auto;
  transform: scale(0.7);
}



.hero-content {
  position: relative;
  height: 100%;
  display: block;
  min-height: 616px;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 616px;
  max-height: 740px;
}


.play-pause-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: rgba(41,41,41,.8);
  border-radius: 50%;
  text-align: center;
  padding: 0;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 4px rgb(41 41 41 / 80%);
  bottom: 25px;
  left: 20px;
  cursor: pointer;
}

  .play-pause-btn svg {
    transform: scale(0.7);
  }

    .play-pause-btn svg.played {
        display: none;
    }

    .hero-content img {
      width: 100%;
      max-width: 100%;
      height: auto;
      max-height: 995px;
      object-fit: cover;
      object-position: top;
     /* min-height: 300px;*/
     min-height: 616px;
    }

  .hero-content > div.content-wrapper {
    position: absolute;
    bottom: 11.7%;
    left: 0;
    right: 0;
    color: #FFFFFF;
  }

.hero-content div > div {
    max-width: 835px;
}

.hero-content h1 {
  font-family: 'Lacoste Sans', Roboto, sans-serif;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}

/*carousel items*/

.homecarousel-content {
  overflow-x: hidden;
}

.homecarousel-content h2 {
    margin-bottom: 40px;
}

.homecarousel-content .content-wrapper {
  position: relative;
}


  /*.car-item {
    max-width: 500px;
}*/
  .car-item img {
    width: 100%;
    height: auto;
  }

.link-title {
  margin-top: 5px;
  line-height: 32px;
  text-underline-offset: .6rem;
  text-decoration: underline;
  transition: color .3s ease-in-out;
}

.link-title:hover {
    text-decoration: none;
}

/* zig zag section */
  .zig-left {
    width: 55%;
}

  .zig-left img {
      object-fit: cover;
      object-position: top;
      width: 100%;
      height: auto;
  }

  .zig-right {
    padding-left: 8%;
    margin: auto 0;
    max-width: 700px;
    padding-right: 77px;
    width: 45%;
  }

.zig-right h2 {
    margin-bottom: 16px;
}

  .zig-right p {
   /* text-decoration: underline;*/
    text-underline-offset: .4rem;
  }

/* grid 4 */

.grid4-content .flex-cl > div {
  position: relative;
  width: 100%;
}

.grid4-content a.img-link,
.topic-polo-page .bottom-imgs a.img-link{
  display: block;
  position: relative;
}

.grid4-content a.img-link:before {
  content: "";
  display: block;
  padding-top: 100%;
}


.grid4-content .flex-cl {
  gap: 15px 4.32%;
}

.grid4-content img,
.topic-polo-page .bottom-imgs img{
  /*  max-width: 100%;
  height: auto;
  max-height: 845px;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}

.grid4-info {
  position: absolute;
  bottom: 9.12%;
  left: 9.12%;
}

  .grid4-info h2 {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
  }

.bottom-imgs {
  margin-top: 4.36%;
}

/* last 4 boxes */

.last4-content {
  background-color: var(--primary);
  border-bottom: 1px solid var(--border-low-opacity);
  padding: 25px 0;
  color: var(--white);
}

  .last4-content .flex-cl {
    justify-content: center;
    gap: 0 10%;
  }

  .last4-content button {
      margin: 0 auto;
      width: 100%;
  }

  .last4-content img {
    margin: auto;
  }

  .last4-content .flex-cl > button div,
  .last4-content .flex-cl > div div {
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    color: var(--white);
  }

.pop-in-box1,
.pop-in-box2,
.pop-in-box3,
.pop-in-box4 {
  max-width: 620px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden auto;
  height: 100%;
  max-height: 420px;
  background-color: #fff;
  padding: 50px 4%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  z-index: 3;
}


  .pop-in-box1.openBox,
  .pop-in-box2.openBox,
  .pop-in-box3.openBox,
  .pop-in-box4.openBox {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: .3s linear;
  }

.pop-description {
    font-size: 13px;
}
/* color slider */
.colorSlider-content {
  position: relative;
  overflow-x: hidden;
}

.white-text {
  color: #fff;
}

.color-item .flex-cl {
  align-items: center;
  gap: 5%;
  padding: 77px 15px;
}

.color-item img {
/*  max-width: 100%;
  height: auto;
  max-height: 748px;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;

}

.color-item h2 {
  margin-bottom: 10px;
}

  .color-item h2 svg {
    margin-left: 16px;
    vertical-align: top;
  }

  .color-item h2.white-text svg path {
      fill: #ffffff;
  }


.clr-left {
  width: 56.5%;
  min-width: 420px;
}


.clr-left a {
    display: block;
    position: relative;
}

  .clr-left a:before {
      display: block;
      content: "";
      padding-top: 75%;
  }

.clr-right > div {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.colorSlider-content .owl-item {
  opacity: 0.4;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

  .colorSlider-content .owl-item.active {
    opacity: 1;
  }

.colorSlider-content .owl-nav {
  top: 76px;
  right: 86px;
  display: block !important;
}

  .colorSlider-content .owl-nav button::after,
  #counter {
    transition: .3s ease-in-out;
  }

  .colorSlider-content .owl-nav.white button::after {
    background: url("../imgs/carousel-arrow-white.svg") no-repeat center;
  }

.clr-right {
  max-width: 500px;
  transition-delay: 1.8s;
  margin-top: auto;
}

#counter {
  top: 71px;
  right: 113px;
  width: unset;
}

.home-page-product-grid {
  margin-bottom: 99px;
  overflow-x: hidden;
}

/*.item-car .owl-item {
    min-width: 285px;
}
*/
.home-page-product-grid .content-wrapper {
  position: relative;
}

  .home-page-product-grid h2 {
    margin-bottom: 40px;
  }

  /*end homepage*/
  /*product box*/
.other-colors {
    gap: 8px;
}

  .other-colors li button {
    padding: 2px 0 4px;
    height: unset;
    border-bottom: 1px solid transparent;
  }

  .other-colors li button:hover {
    border-bottom: 1px solid var(--primary);
  }

  .other-colors li span {
    width: 12px;
    height: 12px;
    border: 1px solid var(--grey2);
    display: block;
  }

li.selected-color button {
  border-color: var(--primary);
}

.product-item span.colors {
  font-size: 12px;
  color: var(--grey1);
  width: unset;
  height: unset;
  border: none;
}


.item-tags {
    margin-top: 8px;
    gap: 5px 13px;
    flex-wrap: wrap;
}

  .item-tags .tag {
      font-size: 11px;
      text-transform: var(--text-upper);
      font-weight: 500;
  }

  .item-box {
    position: relative;
    width: 100%;
    text-align: left;
    /*max-width: 500px;*/
  }

  .item-box .old-price {
      margin-left: 5px;
      margin-right: 0;
  }

  .add-to-wishlist-button {
    padding: 8px;
    height: unset;
    top: 4px;
    position: absolute;
    right: 4px;
    transition: .3s ease-out;
  }

    .add-to-wishlist-button svg {
      width: 18px;
      height: 18px;
    }

    .add-to-wishlist-button:hover svg path {
      stroke: var(--primary);
    }


    .add-to-wishlist-button.active svg path,
    .product-details-wishlist-button.active svg path {
      stroke: var(--primary);
      fill: var(--primary);
    }

.item-box .picture {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

    .item-box .picture a {
      display: block;
      position: relative;
      overflow:hidden;
    }

      .item-box .picture a:focus {
        opacity: 0.85;
      }

      .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 100%;
      }

      .item-box .picture a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
      }

.back-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .2s linear,opacity .3s linear;
  transition: visibility .2s linear,opacity .3s linear;
  background-size: cover !important;
}

.product-item:hover .product-title a {
  text-decoration: underline;
}


.item-box .product-title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.item-box .product-title a {
  display: block;
  color: var(--primary);
  text-underline-offset: .5rem;
}

.item-box .product-title a:hover,
.item-box .product-title a:focus {
  text-decoration: underline;
}


.item-box .product-rating-box {
  display: inline-block;
  margin-bottom: 8px;
}

  .item-box .rating {
    background: url('../imgs/rating1.png') repeat-x;
    width: 60px;
    height: 12px;
  }

    .item-box .rating div {
      background: url('../imgs/rating2.png') repeat-x;
      height: 12px;
    }

  .item-box .description {
    display: none;
  }

    .item-box .description a {
      display: block;
      overflow: hidden;
    }

  .item-box .prices {
    overflow: hidden;
  }

.item-box .details {
  padding: 15px 10px;
}

.old-price {
  margin-right: 5px;
  font-size: 12px;
  color: var(--grey1);
  text-decoration: line-through;
  line-height: 17px;
}

.actual-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}

  .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-box .buttons {
    margin: 0;
    font-size: 0;
  }

  .item-box button {
    display: inline-block;
/*    height: 40px;*/
    border: none;
    vertical-align: middle;
  }

.wishlist-cartItems .item-box .attributes button {
    height: unset;
}

/*product page */
.product-grid,
.product-list,
.grid-no-products {
  margin-bottom: 80px;
}

.plp-description {
  align-items: start;
  gap: 15px;
  justify-content: space-between;
  max-width: 75%;
  padding: 20px 0;
}

.category-description {
  line-height: 22px;
  max-width: 800px;
}

.sub-category-grid li {
  line-height: 22px;
}

  .sub-category-grid li a:hover {
      text-decoration: underline;
  }

  .sub-category-grid li.bold {
    font-weight: 700;
  }

.sub-category-grid {
  width: fit-content;
  overflow-x: auto;
  width: 100%;
  padding: 20px 0;
}

  .sub-category-grid ul {
    gap: 4px 20px;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }

.sub-category-grid.no-picture-sub ul {
    width: fit-content;
}

.cat-go-back {
    align-items: center;
    gap: 5px;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 1%;
}

/*.picture-grid .item-box.first-item {
    display: block;
  grid-column: 1 / 3;
}*/

.left-el {
  position: relative;
  z-index: 1;
  max-height: 280px;
}

.temp-2 .left-el {
  max-height: 400px;
  overflow-x: auto;
}

  .left-el img {
    object-fit: cover;
    object-position: top;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .left-el video {
    object-fit: cover;
    object-position: top;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    min-height: unset;
    max-height: unset;
  }

.top-cat-banners {
  max-height: 400px;
}
  .top-cat-banners h2 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 500;
    color: var(--white);
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .top-cat-banners > div {
    position: relative;
    flex: 1;
    min-width: 180px;
  }

.top-cat-banner {
  display: block;
  position: relative;
  flex: 1;
  min-width: 180px;
}

.top-cat-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  transition: opacity ease .4s;
  opacity: 1;
}


.top-cat-banner:hover::after {
  opacity: 0.6;
}

.first-cat-banner:before,
.top-cat-banner:hover:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  border-bottom: 4px solid var(--primary);
}

.top-cat-banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  border-bottom: 4px solid var(--primary);
  z-index: 1;
}


.top-cat-banner:hover:before {
  opacity: .6;
}



  .prod-numbs {
    background: #fff;
    z-index: 2;
    transition: top .4s ease-in-out;
    padding: 4px;
    padding-right: 16px;
    border-top: 1px solid #c8c8c8;
  }

  .prod-numbs.sticky {
    position: fixed;
    top: 120px;
    width: 100%;
    z-index: 3;
    border-bottom: 1px solid #c8c8c8;
  }

.prod-numbs > div,
.grid-no-products .prod-numbs > div,
.picture-grid .grid-no-products .prod-numbs > div {
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.category-prods .item-grid {
  gap: 0;
  border-top: 1px solid #c8c8c8;
  margin-left: -1px;
}

  .category-prods .item-grid:after {
    border-left: 1px solid #c8c8c8;
  }

  .category-prods .item-box::before {
    content: "";
    position: absolute;
    background-color: #c8c8c8;
    z-index: 2;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }

.category-prods .item-box::after {
  content: "";
  position: absolute;
  background-color: #c8c8c8;
  z-index: 1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.middle-cat-area {
  grid-column: 1 / -1; 
  width: 100%; 
  padding: 40px 0;
}

.middle-cat-area .video-section {
    position: relative;
}

.video-hd {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 80%;
}

  .video-hd h3 {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 5px;
  }

  .middle-pics {
    gap: calc(4% + 10px);
    margin-bottom: 40px;
  }

.cat-pic-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cat-pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .cat-pic-item h4 {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: .4rem;
    margin-top: 10px;
    margin-left: 3px;
  }

  .cat-pic-item:hover h4 {
      text-decoration: none;
  }

.middle-picture-area {
    margin-top: 40px;
}

  .middle-picture-area h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    padding: 0 15px;
    width: 95%;
    margin: 0 auto 40px;
  }


  .prod-numbs button {
    gap: 8px;
  }

  .prod-numbs span {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .012rem;
    color: #6f6f6f;
  }


  .prod-numbs > div svg {
    vertical-align: text-top;
    margin-right: 6px;
  }


  .panel-filters.fixed-panel {
    max-width: 650px;
    z-index: 4;
  }


  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }


.sort-list {
    gap: 10px;
}

.product-selectors {
    margin-bottom: 40px;
}

.product-selectors li {
  font-size: 16px;
  line-height: 22px;
}

  .product-selectors li label {
      cursor: pointer;
  }

  .product-selectors li input,
  li.payment-details input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    outline: 1px solid var(--primary);
    border-radius: 50%;
    float: right;
    cursor: pointer;
  }

    .product-selectors li input[type=radio]:checked {
      background: var(--primary);
      border: 8px solid var(--white);
    }


.filters-title strong {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  text-transform: var(--text-upper);
  letter-spacing: .012rem;
}


.filter-title {
    padding: 25px 0;
    line-height: 22px;
    width: 100%;
    cursor: pointer;
}

  .filter-title div{
      float: right;
  }

    .filter-title div img {
      transform: scaleY(-1);
    }

    .filter-title.hidden div img {
      transform: scaleY(1);
    }

.filter-content .filter-color-item input,
.product-spec-size input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  display: none;
}

.filter-content .color-squares, .product-spec-size label {
  min-height: 42px;
  border: 1px solid var(--grey2);
  background-color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s ease-in-out;
  flex-direction: column;
  aspect-ratio: 1;
  margin: 0 -1px -1px 0;
}


.filter-content li.filter-color-item input[type=checkbox]:checked + label,
.product-spec-size input[type=checkbox]:checked + label {
  background: var(--primary);
  color: var(--white);
}

.general-spec {
    gap: 20px;
}

  .general-spec li {
    width: 100%;
    position: relative;
  }

  .general-spec label {
    cursor: pointer;
    display: inline-block;
    padding-right: 25px;
    width: 100%;
  }

  .general-spec input {
    position: absolute;
    right: 0;
    top: 0;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    float: right;
    cursor: pointer;
  }

    .general-spec input[type="checkbox"]:checked {
      background: url("../imgs/check.svg") no-repeat center;
      background-size: 10px;
    }


.filter-color-item .color-name {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
}

.cat-colors {
  width: 100%;
  height: 6px;
  border-top: 1px solid var(--grey2);
  display: inline-block;
}

.filter-content .group {
  margin-bottom: 30px;
}

.product-spec-color,
.product-spec-size {
/*  gap: 15px 10px;*/
  align-items: center;
  flex-flow: row wrap;
}

.product-spec-color {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-spec-size {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#price-range-slider {
  height: 6px;
  border: none;
  background: var(--grey2);
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--primary);
}

.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 var(--primary);
  background: #fff;
  border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.price-range-filter .selected-price-range {
  padding-bottom: 15px;
}

  .price-range-filter .selected-price-range .to {
    float: right;
  }

  .price-range-filter .selected-price-range.manually {
    display: flex;
  }

    .price-range-filter .selected-price-range.manually .from {
      margin-right: 8px;
    }

    .price-range-filter .selected-price-range.manually .from,
    .price-range-filter .selected-price-range.manually .to {
      width: 50%;
    }

.pager {
  margin: 40px auto 50px;
}

  .pager ul {
    text-align: center;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    margin: 3px;
    vertical-align: top;
  }

    .pager li a,
    .pager li span {
      border-radius: 50%;
      display: block;
      min-width: 38px;
      height: 38px;
      padding: 2px;
      text-align: center;
      font-size: 15px;
      line-height: 34px;
      cursor: pointer;
      border: 1px solid #e5e5e5;
      background: #fff;
      color: #292929;
    }

      .pager li a {
          transition: .3s ease-out;
      }

      .pager li span {
        background-color: var(--primary);
        color: #fff;
      }

    .pager li.previous-page *,
    .pager li.next-page *,
    .pager li.first-page *,
    .pager li.last-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: #fff;
    }

    .pager li.previous-page * {
      background-image: url('../images/prev.png');
    }

    .pager li.next-page * {
      background-image: url('../images/next.png');
    }

    .pager li.first-page * {
      background-image: url('../images/first.png');
    }

    .pager li.last-page * {
      background-image: url('../images/last.png');
    }

    .pager li.next-page a,
    .pager li.previous-page a {
      border: none;
    }

      .pager li.next-page a:hover,
      .pager li.previous-page a:hover {
          transform: scale(1.3);
          background-color: #fff;

      }

    .pager li a:hover,
    .pager li a:focus {
      background-color: var(--grey2);
      color: var(--primary);
    }

.pagination-progress {
  max-width: 35%;
  margin: auto;
  row-gap: 15px;
  text-align: center;
}

.progress-container {
  width: 100%;
  background-color: #c8c8c8;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  height: 100%;
  width: 0%;
  border-radius: 4px;
  background-color: var(--primary);
  transition: width 0.4s ease-in-out;
}

    /********** PRODUCT PAGE **********/
    .product-essential:after {
      content: "";
      display: block;
      clear: both;
    }

.gallery {
  float: left;
  width: 67%;
  position: relative;
  overflow: hidden;
}

  .gallery .wish {
      position: relative;
  }

  .gallery .wish .picture {
    width: 100%;
  }

  .product-essential {
    margin-bottom: 96px;
  }

.gallery .picture {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

    .gallery .picture:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

.gallery-pictures {
    display: none;
}

.gallery .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  cursor: zoom-in;
  object-fit: cover;
  object-position: top;
}

.gallery-scroll-wrapper {
  max-height: 950px; /* controls visible scroll area */
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.gallery-scroll-wrapper img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}

/* Dots below gallery */
.custom-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 6px;
}

  .custom-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #bbb;
    cursor: pointer;
    transition: all 0.3s ease;
  }

    .custom-dots button.active {
      background-color: #333;
      transform: scale(1.2);
    }


.owl-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
}

.owl-dot {
  width: 4px;
  height: 4px;
  background-color: #c8c8c8;
}

  .owl-dot.active {
    background-color: var(--green1);
  }


.gallery .picture-thumbs img,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.gallery .picture-thumbs img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}



.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto auto auto 18px;
  display: grid;
  max-height: 455px;
  overflow-y: auto;
  padding-right: 12px;
}

  .gallery .picture-thumbs::-webkit-scrollbar {
    width: 3px; /* width of the entire scrollbar */
    height: 100%;
  }

  .gallery .picture-thumbs::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
    border-radius: 23px;
  }

  .gallery .picture-thumbs::-webkit-scrollbar-thumb {
    background-color: #ababab; /* color of the scroll thumb */
    border-radius: 23px; /* roundness of the scroll thumb */
    border: 3px solid #ababab; /* creates padding around scroll thumb */
  }

        .gallery .picture-thumbs .owl-stage {
          gap: 8px;
          flex-direction: column;
          width: 58px !important;
          pointer-events: none;
          transform: none !important;
         /* transition: none !important;*/
        }

          .gallery .picture-thumbs .owl-stage .owl-item {
              pointer-events: auto;
              max-width: 58px;
          }

          .gallery .picture-thumbs .thumb-item {
            position: relative;
            width: 58px;
            height: 58px;
            overflow: hidden;
            cursor: pointer;
            border-radius: 8px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background-color: #e5e5e5;
            opacity: .5;
            transition: .2s linear;
          }


      .gallery .picture-thumbs .thumb-item:hover {
        opacity: 1;
      }

        .gallery .picture-thumbs .owl-item.synced .thumb-item {
          opacity: 1;
        }

.overview {
  float: right;
  width: 33%;
  padding: 48px 60px;
  position: relative;
}

.overview-wrapper {
  position: relative;
  width: 100%;
}


.overview-handle {
  width: 40px;
  height: 5px;
  background: #ccc;
  border-radius: 3px;
  margin: 8px auto;
}

.overview .discontinued-product {
  background: #f3f3f3;
  margin: 0 0 20px;
}

    .overview .discontinued-product h4 {
      display: inline-block;
      font-size: 14px;
      padding: 17px 17px 17px 40px;
      background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
      color: #de444c;
    }

.pp-head {
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-start;
}

  .overview h1.product-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 1px;
    text-transform: none;
    letter-spacing: unset;
  }

  .overview .short-description {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey1);
    margin-bottom: 10px;
  }

.prod-page-colors,
.attributes.fixed-panel {
  width: 45%;
  max-width: 650px;
}


.prod-page-colors.openColors {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

  .prod-page-colors .panel-list {
      padding-top: 5px;
  }

  .panel-list {
    padding: 29px 8.03%;
    overflow: hidden auto;
    height: 80%;
  }

  .panel-list img {
    max-width: 100%;
    height: auto;
  }

  .all-colours {
    gap: 16px 8px;
    flex-flow: row wrap;
    margin-bottom: 48px;
  }

    .all-colours li {
      padding: 8px 16px;
      border: 1px solid #C8C8C8;
      border-radius: 18px;
      cursor: pointer;
      transition: .3s ease-in-out;
      font-size: 13px;
    }

    .all-colours li:hover {
      background-color: #292929;
      color: #fff;
    }

    .all-colours li.current {
      background-color: #292929;
      color: #fff;
    }

    .color-list {
      grid-template-columns: repeat(4, 1fr);
      padding: 20px 0;
    }

      .color-list img {
        object-fit: cover;
        object-position: top;
        max-width: 100%;
      }

.child-color {
    display: none;
}

  .child-color.show-child {
    display: block;
    margin: 0 -1px -1px 0;
  }

  .child-color a {
    position: relative;
    display: grid;
    border: 1px solid var(--grey2);
    grid-template-rows: auto 1fr;
    height: 100%;
  }

.color-list li.selected a {
  background-color: var(--primary);
  color: var(--white);
}

  .color-list li a div {
    overflow: hidden;
  }

.color-list li.selected a div {
  border: 1px solid var(--primary);
}


.child-color img {
  width: 100%;
  height: auto;
  transition: transform .2s ease-in-out;
}

.color-list li a:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.prod-page-colors .tab {
  align-items: center;
  scrollbar-width: none;
  overflow-x: auto;
  border: 1px solid var(--primary);
  width: fit-content;
}

  .prod-page-colors .tab::-webkit-scrollbar {
    display: none;
  }

li.tablinks {
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  padding: 16px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: var(--text-upper);
}

  li.tablinks.no-clicked {
    cursor: default;
  }

  li.tablinks.active-tab {
    font-weight: 700;
    border-bottom-color: #38B272;
  }

  li.tablinks:after {
    content: '';
    position: absolute;
    height: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: var(--primary);
    transition: left .15s ease-in-out, right .15s ease-in-out;
  }

    li.tablinks.active-tab:after {
        height: 3px;
        right: 0;
        left: 0;
    }

    .fixed-panel h3 {
      padding: 20px 8.03%;
      background-color: #ffff;
      position: sticky;
      top: 0;
      font-size: 20px;
      line-height: 33px;
    }

      .fixed-panel h3 button {
        float: right;
        margin-top: 3px;
      }

      .fixed-panel h3 button svg {
        display: block;
        vertical-align: middle;
      }

#close4:not(.opened) + .panel-sizeGuide h3 button.go-previous {
  float: left;
  display: block;
}

#close4:not(.opened) + .panel-sizeGuide h3 {
  text-align: center;
}

#close4.opened + .panel-sizeGuide h3 button.go-previous {

  display: none;
}

#close4.opened + .panel-sizeGuide h3 {
  text-align: left;
}

.color-list span {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 8px;
  margin: auto;
}

.size-guide-btn {
  margin-bottom: 48px;
  width: 100%;
}

.prod-spec-panel {
  margin: 48px 0;
}

  .prod-spec-panel button {
    gap: 20px;
    align-items: center;
    padding: 30px 24px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    position: relative;
  }

    .prod-spec-panel button#add-size {
        border: none;
    }

    .prod-spec-panel button.no-color {
      cursor: default;
    }

  .prod-spec-panel button.no-color:after {
    content: none;
  }

  .unique-size {
    padding: 32px 12px 32px 0;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }

.prod-spec-panel button::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  background: url(../imgs/carousel-arrow.svg) no-repeat center;
  width: 8px;
  height: 18px;
  margin: auto;
}

  .prod-spec-panel img {
    border-radius: 10px;
  }

.prod-spec-panel .grid-cl {
  gap: 1px;
}

.color-code {
    text-transform: var(--text-upper);
}

body.colors-open:after {
  background-color: rgba(0,0,0,.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2003;
}

.html-product-details-page h2,
.recentlyViewed-products-grid h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
}

.carousel-grid {
    margin-bottom: 80px;
    overflow: hidden;
}
  .carousel-grid .content-wrapper {
      position: relative;
  }


  .product-no-reviews a {
    text-decoration: underline;
  }

  .product-review-box .rating {
    width: 60px;
    height: 12px;
    background: url('../imgs/rating1.png') repeat-x;
    align-self: center;
    margin-right: 9px;
  }

    .product-review-box .rating div {
      height: 12px;
      background: url('../imgs/rating2.png') repeat-x;
    }

.product-review-links button {
  text-decoration: underline;
  font-size: 12px;
  color: var(--grey1);
  text-underline-offset: .3rem;
}

  .product-review-links button:hover {
      text-decoration: unset;
  }

  .product-review-links a:hover,
  .product-review-links a:focus {
    text-decoration: none;
  }

.overview .value,
.variant-overview .value {
  color: #444;
}

  .overview .value a,
  .variant-overview .value a {
    color: #4ab2f1;
  }

    .overview .value a:hover,
    .overview .value a:focus,
    .variant-overview .value a:hover,
    .variant-overview .value a:focus {
      text-decoration: underline;
    }

.overview-buttons {
  margin: 0 0 25px;
  font-size: 0;
}

  .overview-buttons div {
    width: 80%;
    margin: 0 auto 3px;
  }

.overview .button-2,
.variant-overview .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 40px;
  text-align: left;
  font-size: 14px; /*reset zeroing*/
  color: #666;
}

  .overview .button-2:hover,
  .overview .button-2:focus,
  .variant-overview .button-2:hover,
  .variant-overview .button-2:focus {
    background-color: #ddd;
  }

.overview .add-to-compare-list-button {
  background-image: url('../images/compare-button.png');
}

.overview .email-a-friend-button {
  background-image: url('../images/email-button.png');
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
  background-image: url('../images/email-button.png');
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
  background-image: url('../images/download-button.png');
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-image: url('../images/wishlist-button.png');
}

.overview .manufacturers {
  margin: 0 0 20px;
}

.overview .availability,
.variant-overview .availability {
  margin: 0 0 20px;
  overflow: hidden;
}

  .overview .availability .stock,
  .variant-overview .availability .stock {
    margin: 0 0 10px;
  }

  .overview .availability .back-in-stock-subscription,
  .variant-overview .availability .back-in-stock-subscription {
    display: inline-block;
  }


.overview .delivery,
.variant-overview .delivery {
  overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  margin: 10px 0;
  background: url('../images/shipping.png') left center no-repeat;
  padding: 2px 0 2px 28px;
  font-weight: bold;
  color: #444;
}

  .overview .free-shipping.invisible,
  .variant-overview .free-shipping.invisible {
    display: none;
  }

.overview .delivery-date,
.variant-overview .delivery-date {
  margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.product-reviews-overview {
  margin: 5px 0;
}

.overview .prices,
.variant-overview .prices {
  overflow: hidden;
  min-width: 100px;
}

  .overview .prices > div,
  .variant-overview .prices > div {
    margin: 0 0 1px;
    text-align: end;
  }

    .overview .prices > div > span,
    .variant-overview .prices > div > span {
      vertical-align: middle;
    }

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price,
.fix-name .old-product-price,
.fix-name .non-discounted-price {
  font-size: 14px;
  line-height: 22px;
  color: var(--grey1);
  text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
  font-weight: 700;
  line-height: 22px;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: #4ab2f1;
}

  .overview .tax-shipping-info a:hover,
  .overview .tax-shipping-info a:focus,
  .variant-overview .tax-shipping-info a:hover,
  .variant-overview .tax-shipping-info a:focus {
    text-decoration: underline;
  }

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden;
}

  .customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
  }

  .customer-entered-price .price-input input {
    width: 170px;
    text-align: center;
  }

  .customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777;
  }

.tier-prices {
  margin: 0 0 20px;
}

  .tier-prices .title {
    display: none;
  }

  .tier-prices table td {
    border: 1px solid #ddd;
    padding: 10px;
    color: #444;
  }

  .tier-prices .field-header {
    min-width: 80px;
  }

  .tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #e4434b;
  }


.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  position: relative;
}

.add-to-cart-panel button {
    width: 100%;
}

.details-cart-btn.green-btn.disabled {
  pointer-events: none;
  background-color: #E5E5E5 !important;
  color: #999999 !important;
}

.add-to-wishlist {
  position: absolute;
  top: 12px;
  right: 13px;
}

  .add-to-wishlist button {
      display: inline-flex;
      padding: 5px;
  }

  .overview .qty-input,
  .variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
  }

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
  color: #444;
}



  .overview .add-to-cart-button:hover,
  .overview .add-to-cart-button:focus,
  .variant-overview .add-to-cart-button:hover,
  .variant-overview .add-to-cart-button:focus {

  }

.product-share-button {
  display: inline-block;
  overflow: hidden;
}


.product-collateral {
  margin-bottom: 96px;
}

.mini-container {
  max-width: 93%;
  margin: auto;
}

  .further-info ul > li.flex-cl {
      gap: 5px;
      padding: 3.5% 5.5%;
      flex: 0 0 50%;
      flex-direction: column;
      height: fit-content;
  }

.further-info li.ship-info {
  cursor: pointer;
}

.further-info li.ship-info > div {
  gap: 5px;
  position: relative;
}

  .further-info ul > li.ship-info > div::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../imgs/carousel-arrow.svg) no-repeat center;
    width: 8px;
    height: 18px;
    margin: auto;
    background-size: 80%;
  }

.further-info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: var(--text-upper);
  letter-spacing: -0.04rem;
}

  .prod-description ul {
      list-style: initial;
      padding-left: 20px;
  }

.prod-sku {
  margin-bottom: 5px;
  color: #767676;
  font-size: 11px;
  line-height: 15px;
  font-weight: 900;
  letter-spacing: 2px;
}

.prod-description li {
  margin-bottom: 6px;
}

  .prod-description hr {
    margin: 20px 0;
  }

  .see-care-btn {
      margin-top: 30px;
  }

.full-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 94%;
}


.panel-desc *,
.panel-shipping *,
.panel-filters *{
  line-height: 22px;
  font-size: 16px;
}

.panel-desc p {
  margin: 10px 0;
}

.product-filters.panel-list {
    padding-bottom: 160px;
}

.panel-desc.openDesc,
.panel-shipping.openShipping,
.panel-filters.openFilters,
.panel-sizeGuide.openSizeGuide,
#sec-flyout-cart.openCartBox,
.panel-reviews.openReviews {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.variant-overview {
  width: 100%;
}

  .variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #4ab2f1;
  }

  .variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
  }

  .variant-overview .add-to-wishlist {
    margin: 0 0 25px;
  }

  .variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
  }

  .variant-overview .add-to-cart {
    margin: 0 0 10px;
  }

.product-specs-box {
  margin: 0 0 40px;
}

  .product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px;
  }

    .product-specs-box td.spec-group-name {
      border: 0;
      padding-top: 20px;
      font-size: 16px;
      color: #444;
    }

.product-tags-list {
  font-size: 0;
}

  .product-tags-list li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
  }

    .product-tags-list li.separator {
      margin: 0 5px 0 3px;
    }

  .product-tags-list a {
    display: inline-block;
    line-height: 24px;
  }

    .product-tags-list a:hover,
    .product-tags-list a:focus {
      color: #444;
    }

.deliver-info .flex-cl {
    align-items: flex-start;
    gap: 8px;
    line-height: 25px;
}

/*  .deliver-info .flex-cl:first-child{
      margin-top: 24px;
      justify-content: center;
  }*/

    .deliver-info .flex-cl {
        margin: 48px 0 19px;
    }



  .attributes.openSizes {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: .3s linear;
  }

    .attributes.openSizes .mini-bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      justify-content: end;
    }

    .attributes dl {
      overflow: hidden;
    }

  .attributes .option-list {
      grid-template-columns: repeat(5, 1fr);
  }

.attributes li label {
  padding: 12px 16px;
  min-width: 90px;
  border: 1px solid var(--grey2);
  min-height: 44px;
  justify-content: center;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  transition: .3s ease-out;
  text-align: center;
  width: calc(100% + 1px);
  aspect-ratio: 1;
  font-size: 14px;
}

  .attributes li label:hover {
    background-color: #f4f4f4;
  }

  .attributes li input[type=radio]:checked + label {
    background-color: var(--primary);
    color: #fff;
  }

  .attributes .flags {
      margin-bottom: 10px;
  }

.colour-selected {
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 22px;
  align-items: center;
}

  .colour-selected span {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      margin-left: 20px;
      display: inline-block;
  }

    .colour-selected div {
        font-size: 14px;
        margin-left: 4px;
    }


.attributes li input {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}

.attr-choices {
    margin: 20px 0;
}

.panel-prices {
  padding: 20px 0;
  border-bottom: 1px solid var(--grey2);
}

  .panel-prices .actual-price {
    font-size: 16px;
  }


  .panel-prices .old-price {
      margin-left: 5px;
  }

.attr-choices .size-guide {
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  justify-content: end;
  margin: 10px 0 20px;
  cursor: pointer;
  font-size: 14px;
}

    .attr-choices .size-guide:hover {
        text-decoration: none;
    }

.attr-desc {
  padding: 22px 22px 22px 14px;
  margin-bottom: 10px;
  line-height: 23px;
  border: 1px solid #c8c8c8;
}

  .attr-desc strong {
      gap: 10px;
      font-weight: 700;
  }

  .attr-desc p {
      padding-left: 35px;
  }

  .attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
  }

  .attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #444;
  }

  .attributes .qty-box input {
    width: 48px;
    height: 32px;
    text-align: center;
  }

.attributes .option-list:not(.attribute-squares) .disabled {
  opacity: .5;
  pointer-events: none;
}

  .attributes .attribute-squares .disabled .attribute-square {
    cursor: default;
    opacity: .25;
  }

  .attributes .attribute-squares .disabled .attribute-square-container {
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.5px), #e91e63 50%, rgba(0,0,0,0) calc(50% + 1.5px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.5px), #e91e63 50%, rgba(0,0,0,0) calc(50% + 1.5px), rgba(0,0,0,0) 100%);
  }

  .attributes .attribute-squares .tooltip-container .not-available-text {
    font-size: 12px;
  }

  .attributes .attribute-squares.color-squares .tooltip-container .not-available-text {
    margin: 5px;
  }

  .attributes .attribute-squares.color-squares .tooltip-container {
    width: 120px;
    display: none;
  }

  .attributes .attribute-squares.color-squares li:hover .tooltip-container {
    margin-left: -42px;
  }

  .attributes .attribute-squares.color-squares .disabled .tooltip-container {
    display: block;
  }

  .attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
    margin-bottom: 5px;
    display: none;
  }

  .attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text {
    display: block;
  }

  .attributes select option.disabled,
  .attributes select option:disabled {
    color: #cecece;
  }

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #4ab2f1;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
  }

    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background: url('../images/calendar-prev.png') center no-repeat;
    }

    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background: url('../images/calendar-next.png') center no-repeat;
    }

    .ui-datepicker-header a span {
      /*override jQuery UI styles, do not delete doubled properties*/
      display: none !important;
    }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

  .ui-datepicker-calendar th {
    background-color: #eee;
  }

  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0;
  }

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
      display: block;
      min-height: 32px;
      line-height: 32px;
      color: #444;
    }

    .ui-datepicker-calendar td a {
      /*override jQuery UI styles, do not delete doubled properties*/
      border: none !important;
      background: none !important;
      padding: 0;
      text-align: center;
      color: #444 !important;
    }

  .ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #4ab2f1;
    font-weight: bold;
    color: #4ab2f1;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #4ab2f1 !important;
  }



.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

  .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

.attribute-squares li:hover .tooltip-container,
.attribute-squares li:focus .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #F6F6F6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

  .tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
  }

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
}

  .giftcard div {
    margin: 0 0 10px;
  }

  .giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #444;
  }

  .giftcard input,
  .giftcard textarea {
    width: 350px;
    max-width: 100%;
  }

  .giftcard textarea {
    height: 150px;
  }

.complete-look-section {
  background-color: var(--grey2);
  padding: 106px 0 76px;
  margin-bottom: 128px;
}

.compl-products-grid {
  background-color: #fff;
  padding: 110px 5% 78px;
  position: absolute;
  top: 52px;
  right: 0;
  width: 38%;
  max-width: 730px;
  min-width: 390px;
}

.complete-look-section .picture {
  width: 38%;
}

.complete-look-section .product-item .flags {
  position: unset;
}

.compl-products-grid .content-wrapper {
  padding: 0;
  width: 100%;
}

  .compl-carousel {
    overflow: hidden;
  }

.compl-products-grid .owl-item {
  max-width: unset;
}

.compl-products-grid .item-box .picture a:before {
    content: none;
}

.complete-look-section .mini-container {
  position: relative;
  max-width: 81%;
}

  .complete-look-section .mini-container > .flex-cl {
      min-height: 1098px;
  }

  .complete-look-section .mini-container .left-look {
    width: 68.4%;
  }

  .complete-look-section .mini-container .left-look img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: auto;
}

.complete-look-section h2 {
    margin-bottom: 56px;
    font-size: 20px !important;
    line-height: 26px;
}

.complete-look-section .product-item > .flex-cl{
    gap: 20px;
}

.complete-look-section .product-item img {
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
  min-height: 150px;
}

#counter7 {
  top: 54px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}

.complete-look-section .owl-nav {
  width: 100%;
  left: 0;
  top: 48px;
  display: block;
}

  .complete-look-section .owl-nav button.disabled {
    background-color: var(--grey2);
  }


  .complete-look-section .owl-nav button {
    border: 1px solid var(--grey2);
    border-radius: 50%;
    padding: 20px;
  }

    .complete-look-section .owl-nav button:not(.disabled) {
      background-color: var(--white);
    }

    .owl-nav button::after {
        background-size: 6px;
    }

.complete-look-section .owl-nav .owl-prev {
  left: 54px;
  right: unset;
}

  .complete-look-section .owl-nav .owl-next {
      right: 54px;
  }

.complete-look-section .item-car {
  gap: 60px;
  max-width: 99%;
}

.mini-product.openMiniProduct {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
  width: 45%;
}

.prod-bottom-actions {
  position: absolute;
  left: 8px;
  bottom: 8px;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  right: 8px;
}

.eye-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px; 
  background-color: #004025; 
  border: 1px solid rgba(255,255,255,.6);
  box-sizing: border-box;
}


  .eye-btn img {
    width: 100%;
    height: auto;
    filter: brightness(1.4) contrast(1.3); 
  }

  .item-box .add-cart {
    height: 44px;
  }

.attr-box {
  margin-top: 20px;
  position: relative;
}

.attr-box > div {
    width: 100%;
}

.box-selected.active-options {
    pointer-events: none;
}

.active-options .select-container li {
    pointer-events: auto;
}


.attr-box .select-attr {
  height: unset;
  padding: 12px 30px;
  width: 100%;
  border-radius: 22px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

    .attr-box .select-attr label {
      cursor: pointer;
    }


    .complete-look-section .item-box .product-title {
      color: #292929;
      margin-bottom: 10px;
    }

.complete-look-section .item-box .details {
  padding: 0;
}

.complete-look-section .actual-price,
.complete-look-section .old-price {
  font-size: 16px;
  display: block;
  line-height: 22px;
}

  .complete-look-section .old-price {
      margin-left: 0;
      font-weight: 700;
  }

  .complete-look-section .item-box button {
    height: unset;
    vertical-align: unset;
    text-align: left;
  }

.complete-look-section .item-box button.complete-the-look-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 9px 24px;
}


.col {
  font-size: 13px;
  line-height: 20px;
  gap: 4px;
  align-items: baseline;
  margin-bottom: 5px;
}

  .col span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

.select-container {
  width: 100%;
  padding: 20px 16px;
  position: absolute;
  top: 0;
  visibility: hidden;
  height: fit-content;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  box-shadow: 0px 20px 30px #00000029;
  list-style-type: none;
  display: block;
  z-index: 2;
}

.select-option label{
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  letter-spacing: -0.41px;
  padding: 4px 28px;
  cursor: pointer;
  width: 100%;
  display: block;
}

  .select-option input {
    appearance: none;
    -webkit-appearance: none;
    display: none;
  }


.select-container .select-option label:hover {
  background-color: #69A2F9;
  border-radius: 8px;
  color: #fff;
}


  .active-options .select-container {
    visibility: visible;
  }

    .compl-products-grid .item-box .add-cart {
      cursor: default;
    }

  .compl-products-grid .item-box .add-cart.active-button {
      cursor: pointer;
  }

  .item-box .add-cart.active-button svg rect,
  .item-box .add-cart.active-button svg path:last-child {
    fill: #105A33;
  }

.item-box .add-cart.active-button svg path + rect,
.item-box .add-cart.active-button svg path {
  fill: #fff;
}

.select-option.selected label {
  position: relative;
  color: #999999;
  cursor: default;
}

  .select-option.selected label:before{
    content: '';
    background: url(../imgs/tik.svg) no-repeat center;
    width: 12px;
    position: absolute;
    height: 8px;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

.bottom-fixed-info {
  position: fixed;
  bottom: -100%;
  width: calc(100% - 20px);
  z-index: 1;
  background: #fff;
  border: 1px solid var(--primary);
  transition: .4s ease-in-out;
  margin: 10px;
}

  .bottom-fixed-info.fixed {
    bottom: 0;
  }

  .bottom-fixed-info .unique-size {
      border: none;
  }

  .bottom-fixed-info ul {
    height: 84px;
  }

    .bottom-fixed-info ul li {
      padding: 0 30px;
      height: 100%;
      border-right: 1px solid var(--primary);
    }

      .bottom-fixed-info ul li > div {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
      }

      .bottom-fixed-info ul li:last-child {
        border: none;
        padding: 0;
      }

      ul li.fix-name > div.flex-cl {
        gap: 20px;
        align-items: center;
      }

ul li.fix-name > div:last-child {
    width: 100%;
  justify-content: end;
}

ul li.fix-name {
  flex: 800px 1 1;
  padding-left: 0;
  align-items: center;
  justify-content: space-between;
}

.fix-name .prices {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fix-name .green-price {
  font-weight: 700;
}

.fix-colour {
  flex: 330px 1 0;
}

.fix-size {
  flex: 150px 1;
}

.fix-cart {
  flex: 270px 0 0;
}

  .fix-cart div * {
      height: 100%;
      width: 100%;
  }

  .fix-cart button {
      border-radius: unset;
      border: none;
  }

    .fix-cart button span {
        height: fit-content;
    }

    .fix-colour button {
      gap: 16px;
      align-items: center;
      width: 100%;
      height: 100%;
      text-align: left;
      position: relative;
    }

      .fix-colour button.no-color {
          cursor: default;
      }

        .fix-colour button.no-color:after {
            content: none;
        }

        .fix-size button {
          width: 100%;
          height: 100%;
          text-align: left;
        }


.fix-size .grid-cl {
    gap: 4px;
}

.fix-size button.sel-size,
.fix-colour button {
  position: relative;
  text-transform: var(--text-upper);
  padding-right: 20px;
}

  .fix-colour button .color-code {
    margin-right: 10px;
    font-weight: 700;
    line-height: 22px;
  }

.fix-colour .flex-cl {
    align-items: center;
}

.fix-colour button span:not(.color-code) {
  background-color: #f4f4f4;
  font-size: 11px;
  font-weight: 700;
  padding: 0 5px;
  line-height: 16px;
}

  .fix-size button.sel-size:after,
  .fix-colour button:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    background: url(../imgs/carousel-arrow.svg) no-repeat center;
    width: 8px;
    height: 18px;
    margin: auto;
  }

.fix-price .product-price span {
    font-weight: 900;
}

.mini-product-content {
  overflow: hidden auto;
  height: 100%;
  padding: 0 8.03% 185px;
}

  .mini-product-content .gallery,
  .mini-product-content .overview {
      width: 100%;
      float: unset;
      padding: 0;
  }

    .mini-product-content .overview > div {
        width: 100%;
        max-width: 100%;
    }

.mini-product-collateral {
    margin-top: 16px;
}

.mini-product-collateral .flags {
    margin-bottom: 10px;
}

.mini-product-collateral h1.product-name {
  text-transform: var(--text-upper);
  margin-bottom: 10px;
}

  .mini-product-collateral .overview .prices > div, 
  .mini-product-collateral .variant-overview .prices > div {
      text-align: start;
  }

.mini-panel-list > strong {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.title-attr {
  font-size: 20px;
  text-transform: var(--text-upper);
  letter-spacing: -0.04rem;
  font-weight: 500;
}

.mini-panel-list .attr-choices {
  margin: 10px 0;
}

.min-prod-colors,
.mini-product-collateral .attributes {
  margin: 20px 0 0;
}

.mini-panel-list .all-colours {
    margin-bottom: 32px;
}


.mini-bottom {
  position: sticky;
  bottom: 0;
  background: #fff;
  justify-content: space-between;
  padding: 20px 8.03%;
  min-height: 85px;
  align-items: center;
  border-top: 1px solid var(--grey3);
  gap: 10px;
}

.mini-bottom svg {
    vertical-align: middle;
}


  .mini-bottom a {
    font-size: 15px;
    line-height: 22px;
    text-decoration: underline;
    color: #191919;
  }

  .mini-bottom a:hover {
      text-decoration: none;
  }

  .mini-bottom .add-to-cart-panel button {
    background-color: #E5E5E5;
    color: #999999;
    padding: 15px 32px;
  }

    .mini-bottom .add-to-cart-panel button.green-btn {
      background-color: var(--green2);
      color: #fff;
    }

.mini-size-option.checked + label {
  background-color: #292929;
  color: #fff;
}

.mini-panel-list .select-attr {
  padding: 0 20px;
  min-width: 90px;
  border: 1px solid #C8C8C8;
  border-radius: 22px;
  min-height: 44px;
  width: fit-content;
  justify-content: center;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  transition: .3s ease-out;
  background-color: #292929;
  color: #fff;
}

.mini-product.unique .details-cart-btn,
.big-product.unique .details-cart-btn {
  background-color: #105A33;
  color: #fff;
}

/* Cart */

  .grey-back {
  background-color: #fafafa;
  padding: 3.6% 0 4.2%;
}

.cart-top-content {
  border: 1px dashed #e5e5e5;
  padding: 3.8%;
  text-align: center;
}

  .cart-top-content h1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    margin: 12px 0 8px;
  }

.cart-top-content a {
    margin: 24px auto 0;
}

.cart-empty-wish-items {
    margin: 58px 0;
 
}

.wish-items {
  gap: 16px;
  scrollbar-width: none;
  overflow-x: auto;
 /* justify-content: space-between;*/
}

  .wish-items::-webkit-scrollbar {
    display: none;
  }

.wish-items .item-box {
    max-width: 380px;
    min-width: 285px;
}

.cart-empty-wish-items h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 24px;
}

.checkout-content .last4-content,
.checkout-content .footer {
  display: none;
}

#header-checkout {
  display: none;
}

.html-shopping-cart-page #header,
.html-checkout-page #header {
  display: none;
}

.html-shopping-cart-page #header-checkout,
.html-checkout-page #header-checkout {
  display: block;
}

#header-checkout .header-upper {
  height: 75px;
  padding: 16px 0;
}

#header-checkout img {
    width: 45px;
}

#header-checkout #topcartlink {
    display: none;
}

.block-account-navigation {
  position: relative;
  color: #fff;
}

img.loyalty-back {
  width: 100%;
  object-fit: cover;
  min-height: 350px;
}

.block-account-navigation .nav-title {
  position: absolute;
  width: 68%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: fit-content;
}

  .block-account-navigation .listbox {
    position: absolute;
    width: 100vw;
    bottom: 0;
    right: 0;
    left: 0;
  }

    .block-account-navigation .listbox.sticky {
      position: fixed;
      top: 120px;
      background-color: var(--primary);
      z-index: 1;
      height: fit-content;
      transition: .3s ease-in-out;
      bottom: unset;
      border: none;
    }

      .block-account-navigation .listbox.sticky.sticky-with-header {
          top: 168px;
      }

      .block-account-navigation h1 {
        font-size: 32px;
        line-height: 32px;
      }

    .block-account-navigation h1 span {
      font-size: 16px;
      font-weight: normal;
      line-height: 22px;
      text-transform: none;
      display: block;
      margin-top: 10px;
    }

  .block-account-navigation .list {
    align-items: center;
    justify-content: center;
  }

    .block-account-navigation .list a {
      padding: 24px 30px;
      display: block;
      border-bottom: 2px solid rgba(0,0,0,0);
    }

      .block-account-navigation .list a:hover {
        border-color: #fff;
      }

      .block-account-navigation .list li.active a {
        border-color: #fff;
      }

.grey-back-account {
  background-color: var(--grey2);
  padding: 76px 0;
}

  .grey-back-account h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .grey-back-account p {
    margin: 10px 0 20px;
  }

  .profile-tabs.flex-cl {
    gap: 10px 15px;
    margin-bottom: 26px;
  }

.profile-tab {
  border-radius: 10px;
  width: 100%;
  border: 1px dashed #e5e5e5;
  padding: 76px 30px;
}

.full-tab {
  background-color: #fff;
  padding: 20px 30px;
  border: none;
}

.profile-tab ul {
  margin-top: 20px;
}

  .profile-tab li {
    line-height: 23px;
  }

    .profile-tab li span {
      background-color: #767676;
      height: 4px;
      width: 4px;
      border-radius: 100%;
      display: inline-block;
      vertical-align: middle;
    }

.profile-title,
.header-profile-title {
  font-weight: 500;
  align-items: center;
  font-size: 20px;
  text-transform: var(--text-upper);
}

    .profile-title button {
      margin-left: auto;
      padding-left: 10px;
    }


    .profile-title svg {
      max-width: 20px;
    }

    .profile-title img,
    .header-profile-title img{
      display: inline-flex;
      margin-right: 12px;
    }

.panel-profile.openEditProfile {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

.middle-title {
    margin-top: 60px;
}

.bigger-pad {
  padding: 76px;
}

.right-side p {
  margin: 9px 0 15px;
  font-weight: normal;
}

.profile-tab.bigger-pad .two-sides {
  gap: 15px 76px;
  align-items: start;
}

.profile-tab .left-side {
    width: 24%;
}

.profile-tab .right-side {
    width: 70%;
}

.panel-address.openAddress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
  height: 100%;
  overflow-y: auto;
}

.profile-tab.empty-tab {
    text-align: center;
}

  .profile-tab.empty-tab a {
      margin: auto;
  }

  .profile-tab.empty-tab strong {
      font-weight: 500;
      text-transform: var(--text-upper);
      font-size: 20px;
  }

  .profile-tab.empty-tab p {
    margin: 8px 0 10px;
  }

  .profile-tab.empty-tab svg,
  .profile-tab.empty-tab img {
    display: block;
    margin: 0 auto 7px;
  }

  .profile-tab.empty-tab button {
    margin: auto;
  }

.add-address-btn svg {
  vertical-align: baseline;
  margin-right: 2px;
  padding-right: 3px;
}


  .profile-tab .left-side.address-side button {
    margin-top: 15px;
  }

li.address-title {
  margin-bottom: 8px;
  line-height: 25px;
  font-weight: 700;
  text-transform: var(--text-upper);
}

ul.address-list {
  width: 100%;
  padding-right: 15px;
  position: relative;
  margin: 0;
  padding-bottom: 20px;
}

  ul.address-list:not(:first-child) {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 0;
  }

  ul.address-list li.buttons {
    position: absolute;
    top: 0px;
    right: 0;
  }

ul.address-list:not(:first-child) li.buttons {
    top: 20px;
}

/* register */

.green-back-page {
  position: relative;
  padding-bottom: 220px;
  background-color: #f4f4f4;
  overflow: hidden;
}

  .green-back-page .green-img {
      position: absolute;
    top: 0;
    right: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-image: url(../imgs/green-back.png);
    min-height: calc(100vh - 500px);
    background-size: 100% 720px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
  }

  .green-back-page button[type="submit"] {
       margin: 30px auto 0;
  }

.white-box {
  max-width: 1000px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin: 10.5% auto 0;
  padding: 4.3%;
  width: 57%;
}

  .white-box button {
      margin-right: auto;
      margin-left: auto;
  }

  .white-bottom-box {
    max-width: 1000px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto 0;
    padding: 4.3%;
    width: 57%;
  }

.green-back-page .white-bottom-box p {
  margin: 5px 0 20px;
}

  .green-back-page h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 600;
  }

.green-back-page p {
  color: #545454;
  margin-bottom: 30px;
}

.registration-page .inputs:not(.not-inputs) {
  max-width: 402px;
}

.info-area {
  padding: 10px 37px 10px 18px;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  max-height: 100px;
  background-color: #fafafa;
  overflow: auto;
  font-size: 13px;
  line-height: 23px;
  color: #767676;
}

.inputs.privacy-input {
    margin-bottom: 40px;
}

  .info-area::-webkit-scrollbar {
    width: 3px; /* width of the entire scrollbar */
    height: 100%;
  }
  .info-area::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
    border-radius: 23px;
  }

  .info-area::-webkit-scrollbar-thumb {
    background-color: #ababab; /* color of the scroll thumb */
    border-radius: 23px; /* roundness of the scroll thumb */
    border: 3px solid #ababab; /* creates padding around scroll thumb */
  }

p.extra-register-info {
  color: #767676;
  margin-bottom: 40px;
}

.subtitle-sign {
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.external-authentication {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 32px;
}

.external-authentication .flex-cl {
  gap: 15px;
}

.newsletter-gifts {
  position: relative;
  padding-top: 75px;
  margin-top: 68px;
}

  .newsletter-gifts:before {
    content: '';
    position: absolute;
    border-top: 1px solid #e5e5e5;
    right: -100%;
    left: -100%;
    top: 0;
    max-width: 1000px;
    margin: auto;
  }

.newsletter-gifts h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.newsletter-gifts p {
    margin: 5px 0 0;
}

  .newsletter-gifts ul li {
      padding: 20px 0;
  }

    .newsletter-gifts ul li .flex-cl {
      gap: 21px;
    }

    .newsletter-gifts ul li:nth-child(2) {
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
    }


.inputs.login-inputs {
    margin-bottom: 20px;
}

.inputs.remember-input {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 23px;
}

.last-log-items {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.forgot-password a {
  text-decoration: underline;
  font-size: 13px;
  line-height: 23px;
  color: #767676;
}

.forgot-password a:hover {
    text-decoration: unset;
}

.account-activation-page a {
    margin: auto;
}

.account-activation-page .result {
    margin: 10px 0 20px;
}


.done-img {
  vertical-align: bottom;
  display: inline-block;
  margin-right: 2px;
  margin-left: -7px;
}

.dashboard-page h2 {
    margin-bottom: 20px;
}

.two-flex > div:first-child {
  width: 64%;
}

.two-flex > div:last-child {
  width: 36%;
  margin-left: 3.75%;
}

.dashboard-page .profile-tab {
  min-height: 230px;
  overflow: hidden;
  min-width: 80%;
}

.profile-wish-tab {
  padding: 58px 30px;
}

.dashboard-page h2 a {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  float: right;
  text-decoration: underline;
  margin-left: 10px;
  text-transform: none;
  text-underline-offset: .4rem;
}

.profile-tabs.grid-cl {
  gap: 22px;
  margin-bottom: 22px;
}

.profile-tabs.two-tabs {
  grid-template-columns: 1fr 1fr;
}

.two-last-cards {
  padding: 66px 0;
  border-top: 1px solid #e5e5e5;
}

  .two-last-cards svg {
    margin-right: 12px;
    vertical-align: middle;
  }

  .two-last-cards .grid-cl {
    grid-template-columns: 1fr 1fr;
    gap: 10px 4.3%;
  }

.html-dashboard-page .address-dash > .profile-tabs.two-tabs {
  grid-template-columns: unset;
  margin-bottom: unset;
  gap: unset;
  overflow-x: unset;
  padding: 0;
  min-width: 80%;
}


.two-last-cards .grid-cl > div {
  background-color: var(--grey2);
  padding: 66px 20px;
  text-align: center;
  border-radius: 5px;
}

    .two-last-cards .grid-cl > div a {
        margin: auto;
    }

  .two-last-cards .grid-cl > div h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: var(--text-upper);
    letter-spacing: -0.04rem;
  }

      .two-last-cards .grid-cl > div p {
        margin: 10px auto 20px;
        max-width: 400px;
      }

.profile-tabs.three-tabs {
  grid-template-columns: repeat(3, 1fr);
}

.dashboard-page .content-wrapper > .profile-tabs {
  margin-bottom: 66px;
}

.order-info > div:last-child {
  line-height: 23px;
  margin-top: 5px;
}

.order-info {
    padding-bottom: 20px;
    position: relative;
}

  .order-info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%;
    border-bottom: 1px solid #e5e5e5;
  }

.see-btn {
    text-decoration: underline;
}

.see-btn:hover {
    text-decoration: none;
}

.order-itms {
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

  .order-itms li {
      color: #292929;
  }

  .order-itms li:last-child {
    font-weight: 700;
  }

.order-status strong{
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    padding-left: 34px;
    position: relative;
}

  .order-status strong:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 24px;
    left: 0;
  }


.order-status.pending strong:before,
.order-details-tab .order-status.inProgress strong:before {
  background: url(../imgs/inprogress.svg) no-repeat center;
}

.order-status.cancelled strong:before {
  background: url(../imgs/cancelled.svg) no-repeat center;
}

.order-status.processing strong:before,
.order-details-tab .order-status.shipped strong:before {
  background: url(../imgs/shipping.svg) no-repeat center;
}


.order-status.complete strong:before,
.order-details-tab .order-status.delivered strong:before {
  background: url(../imgs/completed-order.svg) no-repeat center;
}


  .order-status span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 3px;
    margin-top: 5px;
    position: relative;
  }

    .order-status span::after {
      content: '';
      position: absolute;
      height: 100%;
      left: 0;
      background-color: #678fbb;
      border-radius: 3px;
    }

  .order-status.pending span::after {
      width: 33.33%;
  }

.order-status.processing span::after {
  width: 66.66%;
}

.order-status.cancelled span::after {
  width: 100%;
  background-color: #E72734;
}

.order-status.processing + a {
  margin-top: 30px;
  float: right;
  text-decoration: underline;
}

  .order-status.processing + a:hover {
      text-decoration: none;
  }

  .order-status.complete span::after {
    width: 100%;
  }

.profile-tab.order-tab {
  grid-template-columns: 1fr 1fr 1.2fr;
  background-color: #fff;
  padding: 0 76px;
  border: none;
  align-items: center;
  height: 111px;
}

  .profile-tab.order-tab > div {
      display: flex;
      height: 100%;
      gap: 5px;
  }

    .profile-tab.order-tab > div:not(:last-child) {
      flex-direction: column;
      justify-content: center;
    }

    .profile-tab.order-tab > div:last-child {
      align-items: center;
      padding: 0 0 0 71px;
      justify-content: space-between;
    }

    .profile-tab.order-tab > div:nth-child(2) {
      border-right: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      padding: 0 20px 0 64px;
    }

  .profile-tab.order-tab button img {
      transition: .3s ease-in-out;
  }

  .profile-tab.order-tab.opened-order button img {
    transform: scaleY(-1);
  }


.order-total {
    font-weight: 700;
}

.profile-tabs.order-tabs {
    margin-bottom: 10px;
    flex-direction: column;
}

.default-addr {
  margin-bottom: 40px;
}

  .default-addr label {
    color: #767676;
    font-size: 15px;
    line-height: 23px;
  }

.grey-bottom {
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  background-color: var(--grey2);
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 19px 4.69%;
  min-height: 84px;
  z-index: 2;
}

  .grey-bottom button:first-child:not(#show-results) {
    text-decoration: underline;
    text-underline-offset: .4rem;
  }


    .grey-bottom button:first-child:hover {
        text-decoration: none;
    }

    .address-panel-title {
      border-bottom: 1px solid #e5e5e5;
    }

.general-panel-address .panel-list,
.enter-address {
  padding-bottom: 84px;
}

.enter-address button[type="submit"] {
    margin-left: auto;
}

.address-title span.default {
  display: inline-flex;
  color: white;
  background-color: var(--primary);
  text-transform: var(--text-upper);
  width: auto;
  height: auto;
  border-radius: unset;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 22px;
  margin-left: 10px;
  font-weight:400;
}

.switch label.auth-name {
  font-size: 15px;
  color: #292929;
  font-weight: 700;
}

.panel-address-edit.openEditAddress,
.panel-pass.openPass,
.panel-change-pass.openChangePass {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
  height: 100%;
  overflow-y: auto;
}

.panel-pass button.btn-underline {
    float: right;
}

.social-auth input {
    pointer-events: none;
    cursor: default;
}


.profile-tab.order-tab.opened-order {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #e5e5e5;
}

.order-details-tab {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.two-cards {
    grid-template-columns: 1fr 1.5fr;
}

  .two-cards > div {
    padding: 77px 0;
    color: #767676;
  }

  .two-cards > div:first-child {
    border-right: 1px solid #e5e5e5;
  }

.pad-card {
  padding: 0 77px;
}

  .pad-card.up-card {
    padding-top: 77px;
    padding-bottom: 77px;
    border-bottom: 1px solid #e5e5e5;
    grid-template-columns: 2fr 1fr;
    gap: 38px 92px;
  }

  .up-card .line {
    height: 4px;
    margin: 0 54px;
    background-color: #e5e5e5;
    border-radius: 3.5px;
    position: relative;
  }

.date-info {
    justify-content: space-between;
    text-align: center;
    margin-top: 16px;
}

.date-info li {
    min-width: 150px;
}

  .date-info li.date {
    color: #767676;
    font-size: 13px;
    line-height: 21px;
    min-height: 21px;
  }

  .date-info li:not(.date) {
      font-size: 15px;
      line-height: 23px;
      font-weight: 700;
      margin-top: 2px;
  }

  .dots {
    position: relative;
    top: -6px;
    justify-content: space-between;
    text-align: center;
  }

.not-delivered li,
.not-shipped li {
  color: #999999 !important;
}

.dots li {
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background-color: #e5e5e5;
}

  .dots li:first-child {
    background-color: #738faf;
  }

  .line.shipped:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #738faf;
    width: 50%;
  }

.line.shipped .dots li:not(:last-child) {
  background-color: #738faf;
}

.line.delivered .dots li,
.line.complete .dots li {
  background-color: #738faf;
}

.line.delivered:before,
.line.complete:before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #738faf;
  width: 100%;
}

.line.cancelled:before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #E72734;
  width: 100%;
}

.line.cancelled .dots li {
  background-color: #E72734;
}


.order-overview-content {
    gap: 5px;
}

  .order-overview-content li {
      font-size: 15px;
      line-height: 23px;
  }

    .order-overview-content li a {
        text-decoration: underline;
    }

      .order-overview-content li a:hover {
          text-decoration: none;
      }

      .order-overview-content li:not(:last-child) {
        color: #767676;
      }

.label-title {
  color: #545454;
  font-size: 11px;
  line-height: 15px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.order-items-grid {
    gap: 20px;
}

  .order-items-grid > div.flex-cl {
      gap: 20px;
  }

  .order-items-grid img {
      object-fit: cover;
      object-position: top;
  }

  .order-item-name {
    color: #292929;
    line-height: 21px;
  }

.order-items-grid li {
  font-size: 15px;
  line-height: 23px;
}

.order-items-grid .total {
  color: #292929;
  font-weight: 700;
}

.order-details-area {
  gap: 66px;
}

  .order-details-area > div {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .two-cards > div:last-child {
      padding-left: 77px;
  }

.general-order-info .info-list {
    display: grid;
    line-height: 23px;
    gap:5px;
}

.section.totals {
    margin: 66px 0;
}



.total-info {
    gap: 5px;
}

.total-info ul,
.total-prods ul{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.total-prods ul {
  margin-bottom: 8px;
  color: #292929;
}
.total-info ul li {
  line-height: 23px;
  color: #767676;
}

.possible-payments {
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.cart-total-right {
  color: #292929;
}

.section.products {
  max-height: 890px;
  overflow: hidden auto;
  padding-right: 66px;
}

.section.order-notes {
  gap: 15px;
  margin-bottom: 25px;
}

  .section.order-notes .order-note {
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px;
    flex-wrap: wrap;
  }


.section.products::-webkit-scrollbar {
  width: 3px; /* width of the entire scrollbar */
  height: 100%;
}

  .section.products::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
    border-radius: 23px;
  }

  .section.products::-webkit-scrollbar-thumb {
    background-color: #ababab; /* color of the scroll thumb */
    border-radius: 23px; /* roundness of the scroll thumb */
    border: 3px solid #ababab; /* creates padding around scroll thumb */
  }

.actions {
  gap: 19px;
  justify-content: center;
}

.account-page .topic-block-title {
    display: none;
}


  .topic-block-content .topic-block-body *,
  .topic-block-content .topic-block-body ul,
  .topic-block-content .topic-block-body li,
  .topic-block-content .topic-block-body ol,
  .topic-block-content .topic-block-body p,
  .topic-block-content .topic-block-body div {
    font-size: 14px;
    line-height: 23px;
  }

.topic-block-content .topic-block-body .faq-title {
  margin-bottom: 10px;
  display: block;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  padding-right: 30px;
}


.faq-content {
  height: 25px;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}



  .faq-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  }

.faq-tab {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
}

.faq-title:after {
  position: absolute;
  content: '';
  top: 8px;
  background: url(../imgs/arrow-down.svg) no-repeat center;
  width: 18px;
  height: 8px;
  right: 0;
  transform: scale(0.8);
  transition: all 300ms ease-in-out;
}

.faq-tab.open > .faq-content {
  height: 100%;
}

  .faq-tab.open > .faq-content:after {
      background: none;
  }

.faq-tab.open > .faq-title:after {
  transform: scale(0.8) rotate(180deg);
}

.html-customer-info-page .profile-title {
    margin-bottom: 10px;
}


.faq-btn {
  margin: 30px 0 30px auto;
}
/* check out */
.checkout-sides {
  grid-template-columns: 2.5fr 1fr;
}

.checkout-back-page {
  background: linear-gradient(90deg,var(--grey2) 70%,var(--white) 0);
  padding: 52px 0;
}

.left-checkout > div {
  max-width: 66.5%;
  margin: auto;
}

.checkout-item {
    gap: 16px;
}

.checkout-item {
  color: #767676;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}

  .checkout-item .name {
      margin-bottom: 4px;
  }

  .checkout-item .name a {
    color: #292929;
    font-size: 15px;
    line-height: 23px;
  }


  .checkout-item .picture img {
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
  }

.product-edit {
    margin-left: auto;
}

.checkout-item .product {
  flex-direction: column;
}

.checkout-item .price {
  margin-top: auto;
  font-weight: 800;
  color: #292929;
}

  .checkout-item .price.flex-cl {
      align-items: center;
  }

    .checkout-item .price.flex-cl .old-price {
        color: #545454;
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 0 20px;
    }

    .right-checkout {
      margin-left: auto;
      /* min-width: 403px; */
      width: 100%;
      padding-left: 13%;
    }



.checkout-back-page h2 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 32px;
}

  .order-summary-content details {
    border-bottom: 1px solid #E5E5E5;
  }

  .order-summary-content summary {
    padding-bottom: 24px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 3px;
    color: #292929;
    font-weight: 800;
    position: relative;
    cursor: pointer;
  }
    .order-summary-content summary span {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0;
    }


    summary::marker {
      content: none;
    }

    .order-summary-content summary:after {
      content: '';
      position: absolute;
      background: url(../imgs/carousel-arrow.svg) no-repeat center;
      width: 8px;
      height: 18px;
      right: 8px;
      pointer-events: none;
      top: 0;
      transform: rotate(90deg)
    }

  .order-summary-content details[open] summary:after {
    transform: rotate(-90deg);
  }

      .mini-items {
        font-size: 13px;
        line-height: 20px;
        gap: 10px;
        margin-bottom: 30px;
      }

  .mini-items .item {
      gap: 10px;
  }

  .mini-items .name {
    color: #292929;
  }

  .mini-items .item .price {
    margin: auto 0 0 auto;
    color: #292929;
    font-weight: 800;
  }

        .mini-items .item .old-price {
            font-size: 11px;
            line-height: 20px;
            font-weight: 600;
            color: #545454;
            margin: 0 0 0 10px;
        }

        .shopping-cart-page .tab-section:not(.active) {
          margin-bottom: 32px;
        }

.shopping-cart-page #opc-cartOptions .number{
    position: relative;
}

  .shopping-cart-page #opc-cartOptions .number:after {
    position: absolute;
    content: '';
    bottom: -30px;
    width: 2px;
    height: 28px;
    border-left: 2px solid #E5E5E5;
    right: 0;
    left: 0;
    margin: auto;
  }

.tab-section.allow.active,
.tab-section.allow.active .step-title {
  margin-bottom: 32px;
}

  .tab-section.allow.active .edit-checkout-info {
      display: none;
  }

  .opc .step-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

    .opc .step-title > div.flex-cl {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .opc .step-title .title {
      font-size: 20px;
      line-height: 27px;
      font-weight: 500;
      overflow: hidden;
      color: #C8C8C8;
      margin: 0;
    }


.opc .step-title .number {
  background-color: #C8C8C8;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  padding: 9.5px 5.5px;
  position: relative;
}


.edit-checkout-info {
  font-size: 13px;
  line-height: 20px;
  color: #767676;
  padding-left: 24px;
  border-left: 2px solid #E5E5E5;
  margin-left: 16px;
  padding-bottom: 13px;
  margin-bottom: 3px;
}

  .edit-checkout-info a,
  .edit-checkout-info button {
    color: #38B272;
    text-decoration: underline;
  }

    .edit-checkout-info a:hover,
    .edit-checkout-info button:hover {
      text-decoration: unset;
    }

  .opc .active .step-title .number {
    background-color: var(--primary);
  }

.opc .active .step-title .title {
    color: var(--primary);
}


.white-card {
  margin: 0 0 8px;
  padding: 77px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 5%);
  overflow:hidden;
}
.white-card.validated {
  pointer-events:none;
  opacity:0.5;
}

  .white-card h2 {
      margin-bottom: 16px;
  }

  .white-card p {
      color: #292929;
      margin-bottom: 10px;
  }

.checkout-attributes {
    padding-bottom: 34px;
}

.checkout-attributes .inputs {
  margin: 0;
}

.coupon-code {
  gap: 20px;
  margin-top: 15px;
  grid-template-columns: 1fr auto;
}

.coupon-code .inputs {
  margin: 0;
  min-width: 100%;
}

  .coupon-code button {
    height: fit-content;
    margin-top: auto;
  }

  .checkout-attributes .inputs input[type="checkbox"] + label {
    color: #292929;
    font-size: 13px;
    margin-left: 30px;
  }

.coupon-box {
  margin-top: 32px;
  position: relative;
}

.coupon-box:after {
  content: '';
  position: absolute;
  right: -100%;
  left: -100%;
  border-bottom: 1px solid #e5e5e5;
  top: -32px;
}

  .coupon-box summary {
      position: relative;
      cursor: pointer;
  }

  .coupon-box summary:after {
    content: '';
    position: absolute;
    background: url(../imgs/carousel-arrow.svg) no-repeat center;
    width: 8px;
    height: 12px;
    right: 3px;
    pointer-events: none;
    top: 0;
    transform: rotate(90deg);
  }

  .coupon-box[open] summary:after {
    transform: rotate(-90deg);
  }

  .qty-dropdown {
    background-color: #EEEEEE;
    border-radius: 12.5px;
    height: 25px;
    padding: 2px 3px;
    min-width: 38px;
  }
.coupon-box .message-success{
 margin-top: 15px;
}


.coupon-box .message-failure {
  margin-top: 15px;
  color: #e72734;
}


.coupon-box .current-code {
  margin-top: 15px;
  background-color: #EBF7F1;
  border: 1px solid #38B272;
  border-radius: 8px;
  padding: 24px 35px 24px 24px;
  display: flex;
  align-items: center;
  justify-content:space-between
}
.coupon-box .current-code .actual-coupon-code{
  font-weight: bold;
}

.remove-product {
  margin-left: auto;
  display: flex;
}

.checkout-item .quantity {
  margin-top: 40px;
}


.opc input[type="text"],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

  .opc .back-link small {
    display: none;
  }

  .opc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
  }

    .opc .back-link a:hover,
    .opc .back-link a:focus {
      color: #4ab2f1;
    }

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.cart-footer {
    margin-top: 24px;
}

  .cart-footer li {
      list-style: none;
  }

.cart-footer li.total-info {
    gap: 8px;
}

  .cart-footer .order-total {
    margin-top: 24px;
    font-weight: 800;
    color: #292929;
  }

    .cart-footer .order-total li {
      color: #292929;
    }


    .right-checkout .order-summary-content {
      position: sticky;
      top: 200px;
    }

.cart-item-options {
    display: none;
}

  .cart-item-options.opened-options {
    display: block;
    position: absolute;
    right: 0;
    background-color: #FFFFFF;
    color: #292929;
    min-width: 210px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  }

  .cart-item-options button {
    align-items: center;
    gap: 10px;
    padding: 15.5px;
    line-height: 22px;
    width: 100%;
  }

    .cart-item-options button:first-child {
      border-bottom: 1px solid #E5E5E5;
    }


.white-card .items {
    gap: 16px;
}

.checkout-page button.confirm-btn {
  margin: 32px 0 0 auto;
}

.checkout-page .cross-sells {
    margin-top: 80px;
}

  .checkout-page .cross-sells h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 32px;
  }

.delivery-section p {
    margin-bottom: 32px;
}

.estimate-shipping-row.shipping-address.inputs {
  max-width: 345px;
  margin: 0 auto 45px;
}




.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    margin: 10px;
  }

  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px; /*reset zeroing*/
  color: #444;
}

    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 15px;
      border: 1px solid #bbb;
      background: #fff url('../images/pointer.png') center no-repeat;
    }

  .order-progress li.active-step a {
    cursor: pointer;
  }

  .order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
  }



 
.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
}

.cart-footer .checkout-buttons {
  padding: 0 10px;
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #ffa500;
  border: 1px solid #c3891e;
  color: #fff;
  padding: 15px 50px;
}

.cart-footer .checkout-button {
  display: inline-block;
  min-width: 160px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

  .cart-footer .checkout-button:hover,
  .cart-footer .checkout-button:focus {
    background-color: #248ece;
  }

.cart-footer .addon-buttons {
  margin: 20px 0 0;
  padding: 0 10px;
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 25px 0 0;
}

  .cart-collaterals > div {
    max-width: 400px;
    margin: 0 0 50px;
  }

  .cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #aaa;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
  }

    .cart-collaterals .button-2:hover,
    .cart-collaterals .button-2:focus {
      background-color: #999;
    }

  .cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: #444;
  }

    .cart-collaterals .title strong {
      font-weight: normal;
    }

  .cart-collaterals .hint {
    margin: 0 0 10px;
  }

  .cart-collaterals .deals > div {
    margin: 0 0 20px;
  }

  .cart-collaterals .coupon-code {
    overflow: hidden;
  }


  .cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b;
  }

  .cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c;
  }

  .cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #4cb17c;
  }

.remove-discount-button,
.remove-gift-card-button {
  width: 15px;
  height: 15px;
  background: transparent url('../images/close.svg') center no-repeat;
  cursor: pointer;
}

.cart-collaterals .shipping select {
  height: 36px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

  .cart-collaterals .shipping-results li {
    margin: 20px 0;
  }

    .cart-collaterals .shipping-results li strong {
      display: block;
      margin: 0 0 5px;
      color: #444;
    }

.shopping-cart-page .no-data {
  margin: 25px 0 0;
}

/*** ESTIMATE SHIPPING POPUP COMMON ***/

.estimate-shipping-popup {
    display: none;
}

  .estimate-shipping-popup.opened-shipping {
      display: block;
    position: relative;
    width: auto;

  }

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.shipping-options-body {
    display: grid;
    gap: 8px;
}

.estimate-shipping-row.shipping-option {
  cursor: pointer;
  border: 1px solid var(--grey2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  position: relative;
  min-height: 97px;
}

  .estimate-shipping-row.shipping-option:hover {
      border-color: var(--primary);
  }

  .estimate-shipping-row.shipping-option:before {
    content: '';
    position: absolute;
    background: url(../imgs/order-shipped.svg) no-repeat center;
    width: 24px;
    height: 24px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .estimate-shipping-row.shipping-option.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
  }

.estimate-shipping-row-item-radio {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.estimate-shipping-row.shipping-option .middle-item {
  color: #E5E5E5;
}

.estimate-shipping-row.shipping-option .price-item {
  font-weight: 700;
}


.estimate-shipping-row-item.shipping-item {
  overflow: hidden;
  overflow-wrap: break-word;
}

  .estimate-shipping-row-item.shipping-header-item {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    align-self: flex-end;
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 15px;
  }

  .estimate-shipping-row-item + .estimate-shipping-row-item {
    padding-left: 8px;
  }


.estimate-shipping-radio {
  display: none;
}

  .estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: var(--white);
    outline: 1px solid var(--primary);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
  }


  .estimate-shipping-radio:checked + label {
    background-color: var(--white);
    border: 8px solid var(--primary);
    outline: 1px solid var(--white);
  }

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #4ab2f1;
  color: #fff;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

/*.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

  .shipping-options:before,
  .shipping-options:after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  }

  .shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  }
*/
.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}

.checkout-data .white-card p {
    color: #545454;
}

.grey-card {
  background-color: #FAFAFA;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 24px 64px;
  position: relative;
  min-height: 148px;
}

.grey-card-title {
  align-items: unset;
  padding: 24px 32px;
}

  .grey-card-title ul {
      padding: 0 32px;
  }

.top-grey-card .profile-title img {
    margin-right: 8px;
}

.grey-card-title li {
  color: #545454;
  font-size: 13px;
  line-height: 20px;
}

  .grey-card-title li span {
      display: block;
      margin: 0 4px;
  }

  .grey-card-title li.phone {
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 16px;
  }

  .grey-card-title > div {
    width: 100%;
  }

  .grey-card-title li > div {
    color: #292929;
    font-weight: 700;
  }

.top-grey-card {
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

  .top-grey-card button,
  .top-grey-card a{
    font-size: 13px;
    line-height: 20px;
    color: #191919;
    text-decoration: underline;
  }

    .top-grey-card button:hover,
    .top-grey-card a:hover {
      text-decoration: none;
    }

.par-field p {
    margin-bottom: 0;
}

.par-field {
  margin-bottom: 32px;
  justify-content: space-between;
  gap: 10px;
}

  .par-field button {
    text-decoration: underline;
    text-align: right;
  }

  .par-field button:hover {
      text-decoration: unset;
  }

.billing-switch label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.billing-switch input {
  float: right;
  width: 44px;
  height: 24px;
}

.billing-switch .toggle-round:before {
  width: 20px;
  height: 20px;
}

.white-card p.bill-par {
  margin-top: 16px;
  margin-bottom: 0;
  width: 100%;
  max-width: 70%;
}

.done-step .step-title .number {
  border: 2px solid #38B272;
  background-color: #fff;
  position: relative;
}

  .done-step .step-title .number:before {
    content: '';
    position: absolute;
    background: url(../imgs/green-tik.svg) no-repeat center;
    top: 0;
    right: 0;
    left: 2px;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 8px;
  }

  .done-step .number img {
    margin-left: 3px;
  }

.done-step .step-title .title {
  color: #292929;
}

.opc .done-step .step-title .middle-number:after {
  left: 4px;
  bottom: -18px;
}

.panel-new-shipping-address.openNewShippingAddress,
.panel-select-shipping-address.openExistShippingAddress,
.panel-edit-shipping-address.openEditShippingAddress,
.panel-select-billing-address.openExistBillingAddress,
.panel-authedication.openAuthedication {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
  height: 100%;
  overflow-y: auto;
}


.open-panel-btn {
    margin: 24px auto 0;
    float: right;
    text-decoration: underline;
}

#shipping-section ul.grid-cl {
  gap: 8px;
}

#shipping-section li.address-white-card {
  padding: 24px 32px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  min-height: 237px;
  border-radius: 8px;
  flex-direction: column;
}

li.address-white-card .default-flags {
  gap: 4px;
  margin-top: 8px;
}

li.address-white-card .default {
  background-color: #38B272;
  color: #fff;
  font-size: 13px;
  padding: 2.5px 8px;
  border-radius: 4px;
  width: fit-content;

}

li.address-white-card strong {
    display: block;
}
li.address-white-card ul {
    margin-top: 16px;
}

li.address-white-card ul li {
    color: #545454;
    font-size: 13px;
    line-height: 20px;
}

li.address-white-card button {
  padding: 7px 24px;
  float: right;
  margin: auto 0 0 auto;
}

.enter-address.panel-list .grey-bottom {
  background-color: #fff;
  border-top: 1px solid #E5E5E5;
  min-height: 76px;
  padding: 16px 77px;
}

  .enter-address.panel-list .grey-bottom button {
    padding: 11px 24px;
  }

#billing-info {
  position: relative;
  padding-top: 32px;
}

.load-ship-address {
  position: absolute;
  right: 0;
  top: -26px;
  text-decoration: underline;
  width: 100%;
  max-width: 30%;
  text-align: right;
  display: flex;
  justify-content: end;
}

.load-ship-address:hover {
    text-decoration: none;
}

.next-step-button {
    margin-left: auto;
}

.method-list {
    gap: 8px;
}

#checkout-step-payment-method p,
#step-cart p {
    margin-bottom: 16px;
}

li.payment-details {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
}

.grey-payment-card label.payment-label {
  align-items: flex-start; 
  gap: 8px;
  padding: 24.5px 40px 24.5px 16px;
  background-color: #FAFAFA;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.payment-details {
  display: flex;
  align-items: center; 
  gap: 8px; 
}

.klarna-notice {
  margin-top: 8px; 
  font-size: 0.9em; 
  color: #666; 
}

.klarna-payment {
  justify-content: space-between;
}

li.payment-details input[type=radio] {
  position: absolute;
  right: 16px;
  top: 26px;
  bottom: unset;
  margin: auto;
}

li.payment-details.active {
  border-color: #38B272;
}

li.payment-details input[type=radio]:checked {
  background-color: #292929;
  border: 6px solid #EBF7F1;
  outline: 1px solid #000;
}

  li.payment-details input[type=radio]:checked + label.payment-label {
    background-color: #EBF7F1;
    font-weight: 700;
  }


li.payment-details .terms {
  padding: 32px 16px;
}

  li.payment-details .terms #read-terms {
    color: #38B272;
  }
  li.payment-details .terms span {
      position: relative;
  }

  li.payment-details .terms button {
    margin: 32px auto 0;
  }

.grey-back-completed {
  background-color: #f4f4f4;
  padding: 58px 0 100px;
}

.completed-container {
  width: 72.2%;
  margin: auto;
}

.viva-environment {
    width: 40%;
    text-align: center;
}

  .viva-environment button {
      margin: 20px auto 0;
  }

  .viva-environment h2 {
      font-size: 21px;
      line-height: 30px;
      margin-bottom: 0;
  }

  .left-completed-section {
    width: 60%;
  }

.right-completed-section {
  width: 40%;
  margin-left: 66px;
  height: fit-content;
}

.right-completed-section > div.flex-cl { 
  align-items: center;
  flex-direction: column;
}

  .right-completed-section svg {
      margin-bottom: 12px;
  }

  .right-completed-section p {
    margin: 8px 0 24px;
  }

  .right-completed-section button {
      padding: 10px 24px;
  }

  .completed-header {
    margin-bottom: 77px;
    text-align: center;
  }

  .completed-header h2 {
    gap: 8px;
    align-items: center;
    justify-content: center;
  }

    .completed-header h2 span {
      display: block;
      position: relative;
      border: 2px solid #38B272;
      background-color: #fff;
      width: 32px;
      height: 32px;
      border-radius: 50%;
    }
      .completed-header h2 span:before {
        content: '';
        position: absolute;
        background: url('../imgs/green-tik.svg') no-repeat center;
        top: 0;
        right: 0;
        left: 2px;
        bottom: 0;
        margin: auto;
        width: 13px;
        height: 8px;
      }


.completed-header p {
  margin: 32px 0;
}

.completed-header ul {
    gap: 8px;
}


.order-details-title {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  position: relative;
  gap: 10px;
  flex-wrap: wrap;
}

  .order-details-title h2,
  .order-details-title span,
  .right-completed-section h2{
    margin: 0;
    font-size: 18px;
    line-height: 27px;
  }


    .order-details-title:after {
      content: '';
      position: absolute;
      border-bottom: 2px solid #f4f4f4;
      bottom: 0;
      left: -100%;
      right: -100%;
    }

ul.grid-gap {
    margin-top: 32px;
    gap: 32px;
}


  ul.grid-gap li.ship-method {
    justify-content: space-between;
    line-height: 22px;
    gap: 10px;
    flex-wrap: wrap;
  }

.completed-container .white-card {
    padding: 67px;
}


.completed-container .label-title {
  margin-bottom: 16px;
}

.checkout-customer-info {
    gap: 4px;
}

  .checkout-customer-info li {
    color: #545454;
  }

.checkout-items-grid {
    gap: 8px;
}

.checkout-items-grid > div.flex-cl {
  gap: 16px;
}

.checkout-items-grid img {
    border-radius: 8px;
}

.checkout-items-grid ul > li {
    font-size: 13px;
    line-height: 19px;
}

  .checkout-items-grid .attributes,
  .checkout-items-grid .total span {
      color: #767676;
  }

  .checkout-items-grid .total {
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
  }

.checkout-items-grid li.order-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.completed-total-info {
    margin-top: 32px;
}

.whole-total li {
    font-weight: 800;
    margin-top: 19px;
}

.modal-body-login {
    margin-top: 32px;
}

  .modal-body-login > div.external-authentication {
    margin-bottom: 48px;
  }

.modal-body-login button[type="submit"] {
    margin: auto;
}

#authedication-form button {
    margin: auto;
}

  #authedication-form button[type="submit"] {
      margin-top: 48px;
  }

  #authedication-form button.checkout-as-guest-button {
    margin: 48px auto 0;
    color: #191919;
    text-decoration: underline;
    width: 100%;
  }

  #authedication-form button.checkout-as-guest-button:hover {
    text-decoration: unset;
  }


.modal-btns {
  padding: 20px 8.03%;
}

#authedication-form .modal-btns {
  justify-content: space-between;
  background-color: #ffff;
  position: sticky;
  top: 0;
}

#authedication-form .modal-btns button {
    margin: 0;
}

#authedication-form .panel-top {
    padding-top: 0;
}

#authedication-form .panel-top h3 {
    padding: 0;
    font-size: 20px;
    margin-bottom: 5px;
    position: unset;
}

/********** WISHLIST & COMPARE LIST **********/

.wishlist-cartItems {
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

  .wishlist-cartItems .item-box .product-title {
      margin: 0;
  }

  .wishlist-cartItems .item-box .col {
      margin-bottom: 10px;
  }

    .wishlist-cartItems .item-box .col > div {
      max-width: 150px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block;
    }

    .wishlist-cartItems .item-box button {
      height: unset;
    }

  .wishlist-cartItems .item-box .add-to-cart button {
    height: 32px;
    width: 32px;
    background-color: var(--green2);
    border-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
  }

    .wishlist-cartItems .item-box .add-to-cart button:hover {
      background-color: var(--primary-color-hover);
      border-color: var(--primary);
    }

  .wishlist-cartItems .add-to-cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .wish-pad {
    padding: 58px 0 90px;
  }

.wishlist-page h1 {
  font-size: 26px;
  line-height: 34px;
}
  .wishlist-page h1 span {
    color: #545454;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-left: 8px;
  }


.cart .remove-from-cart input[type="checkbox"],
.cart .add-to-cart input[type="checkbox"] {
  display: none;
}

.cart .remove-from-cart .remove-btn {
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../imgs/trash.svg) center no-repeat;
  background-size: 80%;
}

.cart .remove-from-cart {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.cart .add-info {
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.recentlyViewed-products-grid {
    margin-top: 80px;
    margin-bottom: 0;
}

.recentlyViewed-products-grid .item-box {
  max-width: 680px;
}

.up-wish {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.wish-pad .content-wrapper {
    position: relative;
}

#wish-items.opened-options {
  z-index: 2;
  right: 15px;
  top: 30px;
}

.wish-pad .cart-top-content {
    border-radius: 8px;
}


.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.flags {
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.product-item .flags {
    margin: 0;
}

.flags li {
  color: var(--primary);
  font-size: 11px;
  padding: 3.5px 5px;
  white-space: nowrap;
  text-transform: var(--text-upper);
}


    .flags li.flag-price {
      background-color: var(--green3);
      font-weight: 500;
      color: var(--white);
    }

.panel-prices ul.flags {
  margin: 0;
}

  .panel-prices ul.flags li.stock.red {
    margin-top: 10px;
  }

.flags li.stock {
  padding: 0;
  background: none;
  width: 0;
  font-size: 0;
  display: none;
}

  .flags li.stock.red {
    display: block;
    color: red;
    padding: 2px 5px;
    background-color: rgba(255, 0, 0, 0.2);
    font-size: 11px;
    width: auto;
  }

    .sku {
        margin-bottom: 20px;
    }


.sku h4,
.care-description h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}



.html-product-details-page .topic-block-title {
  display: none;
}


span.arrow-down {
    float: right;
}

span.arrow-down svg {
  vertical-align: middle;
  transform: scale(1.4);
}

.contact-page .page-body {
    padding-top: 20px;
}

.contact-page .content-wrapper {
  max-width: 950px;
}

  .contact-page .content-wrapper > div {
    padding: 0 40px;
  }

  .contact-page h1 {
    padding: 40px 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

.contact-page .grid-cl {
    grid-template-columns: 1fr 1fr;
}

  .contact-page .grid-cl > div {
      padding-bottom: 20px;
  }

  .left-contact-content {
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;
  }

.right-contact-content {
  padding: 0 40px;
  text-align: center;
}

.contact-page .topic-block-body P{
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  font-size: 15px;
  margin-bottom: 20px;
}

.contact-page .inputs label {
  display: unset;
  color: #292929;
  font-size: 13px;
  transform: translateY(0);
  order: unset;
  pointer-events: auto;
  font-weight: 700;
  line-height: 22px;
}

.contact-page .inputs {
    margin-bottom: 20px;
}

  .contact-page .inputs input,
  .contact-page .inputs select {
    border: 1px solid #e5e5e5;
    outline: none !important;
    padding: 8px 10px;
    font-size: 14px;
    height: 37px;
    min-height: 37px;
    color: #454545;
  }

.contact-page textarea {
  border: 1px solid #e5e5e5;
  outline: none !important;
  padding: 10px;
  font-size: 14px;
  min-height: 120px;
}

.contact-us-btn {
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  background: #232325;
  border: 1px solid #fafafa;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 40px 0;
}

  .contact-us-btn:hover {
    background: #454545;
    border-color: #454545;
  }

.contact-page .last-info {
    color: #767676;
    font-size: 13px;
    line-height: 19px;
}

.required-field-note {
  padding: 20px;
  color: #606060;
  font-family: LacosteSansLightItalic;
  text-align: left;
  font-size: 11px;
}

.right-contact-content h2 {
  color: #285f41;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 10px;
}

.right-contact-content img {
    margin: auto;
}

.right-contact-content p {
    font-size: 14px;
}

.right-contact-content > div:first-child {
    margin-bottom: 50px;
}

.right-contact-content > div:last-child p {
    text-align: left;
}

.contact-us-faq-btn {
  padding: 20px 40px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #292929;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

  .contact-us-faq-btn:hover {
    background-color: #285f41;
  }

.contact-page .result {
  font-weight: 700;
  font-size: 16px;
  color: #285f41;
  line-height: 25px;
}

.not-found-overlay {
  position: relative;
  padding: 7.8% 0;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
}

  .not-found-overlay a {
      border: none;
  }

  .not-found-overlay h1 {
    font-size: 26px;
    color: #fff;
  }

  .not-found-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  .not-found-overlay button {
    padding:10.5px;
    border-radius: 100%;
  }
    .not-found-overlay button svg {
      vertical-align: middle;
    }

.not-found-page .flex-cl {
    gap: 10px;
    align-items: center;
    justify-content: center;
}


.not-found-page p {
  margin: 15px 0;
  font-size: 18px;
  color: #fff;
}

.not-found-page .two-last-cards {
    border: none;
}

.grey-back.black {
    background-color: #292929;
    border: none;
    color: #fff;
}

.sitemap-page h1 {
    font-size: 50px;
    margin: 40px 0; 
}

.sitemap-page .entity {
  margin: 0 0 30px;
}

  .sitemap-page .entity-title h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

.sitemap-page .entity-body {
  border-bottom: 1px solid #e6e6e6;
}
.sitemap-page .entity:last-child .entity-body {
  border: none;
}


.sitemap-page .entity ul {
  gap: 10px 40px;
  height: 100%;
  margin-bottom: 30px;

}

.multiple-cols {
  grid-template-columns: repeat(4, 1fr);
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  line-height: 25px;
}


  .sitemap-page .entity a:empty {
    display: none;
  }



html.topic-polo-page body,
.html-sneakers-page body,
.html-commitment-page body {
  overflow-x: unset;
}

/*html.topic-polo-page.overflow body,
html.html-sneakers-page.overflow body {
  padding-right: 17px;
}
*/
.polo-video {
  position: relative;
  margin-bottom: 57px;
}

.polo-video .content-wrapper {
  position: absolute;
  bottom: 11.7%;
  left: 0;
  right: 0;
  color: #FFFFFF;
  text-align: center;
}

  .polo-video .content-wrapper span {
      font-size: 12px;
  }

  .polo-video .content-wrapper h1 {
      font-size: 50px;
  }

  .sticky-titles {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 27px;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: fit-content;
    margin: auto;
  }

.sticky-titles li a{
    cursor: pointer;
    padding: 9px 15px;
    display: block;
}

  .sticky-titles li a.big-font {
    font-weight: 800;
  }

  .topic-collections {
    gap: 25px 10px;
  }

.trois-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.deux-cols {
  grid-template-columns: 1fr 1fr;
}

.topic-collections {
    padding: 58px 0;
}

.topic-collections a {
  text-align: center;
  color: #545454;
}

  .topic-collections a h2 {
      color: #292929;
      margin: 10px 0 5px;
      font-size: 18px;
      line-height: 26px;
  }

  .topic-collections a span {
      display: block;
      margin: 10px auto 0;
      text-decoration: underline;
  }

  .topic-collections li a > div.coll-img {
    display: block;
    position: relative;
  }

    .topic-collections li a > div.coll-img::before {
      content: "";
      display: block;
      padding-top: 140%;
    }

.topic-collections img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}

  .topic-collections.deux-cols li a > div.coll-img::before {
    padding-top: 75%;
  }

.polo2-video > a.go-down {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  animation: MoveUpDown 1.5s linear infinite;
}

  .polo2-video > a.go-down svg {
    width: 50px;
    height: 50px;
    margin: auto;
    transform: scale(0.5);
  }

.polo-page-product-grid {
  overflow: hidden;
  padding-bottom: 30px;
}

.polo-page-product-grid .content-wrapper {
  position: relative;
}

.polo2-video button {
  border-color: #545454;
  margin: auto;
}

  .polo2-video button:hover {
    border-color: #e5e5e5;
  }

  .topic-polo-page .item-box .picture a img {
    object-fit: cover;
    object-position: top;
    max-width: 90%;
    margin-left: 0;
  }

.topic-polo-page .item-box .picture a:before {
  padding-top: 64%;
}

a.go {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

a.go:hover {
    text-decoration: unset;
}

.polo-page-product-grid h2,
.featured-product-grid h2 {
  font-size: 26px;
  line-height: 36px;
}

.polo-page-product-grid p {
  margin-bottom: 20px;
  color: #545454;
}

.topic-polo-page .bottom-imgs,
.sneakers-page .bottom-imgs {
  gap: 30px 4.32%;
}
  .topic-polo-page .bottom-imgs > div,
  .sneakers-page .bottom-imgs > div{
    position: relative;
    width: 100%;
  }

.topic-polo-page .grid4-info h2,
.sneakers-page .grid4-info h2 {
  margin-bottom: 20px
}

.polo2-video .content-wrapper {
  bottom: 15%;
}


#sticky-polo {
  position: sticky;
  top: 180px;
  z-index: 1;
  transition: top .4s ease-in-out;
  width: fit-content;
  margin: auto;
}

.topic-polo-page .bottom-imgs a.img-link:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.scroll-sections {
  scroll-margin-top: 160px;
}

.featured-product-grid a.black-btn {
    margin: 30px auto 0;
}

.featured-product-grid h2 {
    margin-bottom: 20px;
}

.featured-product-grid {
    margin: 58px 0;
}

  .landing-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 995px;
    object-fit: cover;
    object-position: top;
    min-height: 320px;
  }

.up-title {
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #767676;
  line-height: 20px;
}

.center-text {
  text-align: center;
}


.durable-page p,
.desc,
.rene-page p{
  margin: 0;
  color: #545454;
}

.durable-page h1 {
    font-size: 50px;
    line-height: 60px;
}
.durable-page img,
.rene-page img{
    width: 100%;
    height: auto;
}


.topic-padding {
  padding: 58px 0;
}

.desc-width {
    max-width: 900px;
}

.zig-pad-left .zig-left.rotate-left {
  margin: auto 0 auto auto;
  width: 37%;
  max-width: 30%;
}

.zig-pad-left .zig-right.rotate-right {
  width: 63%;
  max-width: unset;
  padding-right: 0;
}

.zig-pad-left {
  padding-left: 3.58%;
}

  .zig-pad-left .zig-left {
    width: 45.6%;
  }

  .zig-pad-left .zig-right {
    width: 54.4%;
    max-width: 50%;
  }

.durable-page .zigZag-section a {
    margin-top: 20px;
}

.durable-page h2 {
    font-size: 26px;
    line-height: 36px;
    color: #292929;
    margin: 0;
}

.desc-width a {
    margin: 20px auto 0;
}

.durable-page .grid4-content h2,
.rene-page .grid4-content h2 {
  margin-bottom: 20px;
}

.video-desktop {
  display: none;
}

.back-video-image {
    position: relative;
}

  .back-video-image .video-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
  }

    .back-video-image .video-image img {
        height: 100%;
    }

    .video-backgound {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: rgba(0,0,0,.3);
    }

  .video-backgound img {
    width: 14px;
    height: 19px;
    position: absolute;
    top: -1px;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.2);
  }

  .video-backgound::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    background: rgba(41,41,41,.8);
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 5px rgb(41 41 41 / 80%);
  }

  #play-video {
      cursor: pointer;
  }

  .rene-page.page,
  .sneakers-page.page{
      padding: 0;
  }



.header.transparent-header .header-upper,
.header.transparent-header .top-menu > li > a {
  background: none;
  color: #fff;
}

.header.transparent-header svg path {
  fill: #fff;
}

.header.transparent-header a.ico-cart:before {
  border-color: #fff;
}

.html-rene-page .top-message {
    display: none;
}

.rene-banner {
    position: relative;
    padding-bottom: 58px;
}

  .rene-banner .content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: fit-content;
  }



.rene-page h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
}

.rene-page h2 {
  font-size: 26px;
  line-height: 36px;
}

.rene-page .zigZag-section h2 {
  margin: 0;
}

.rene-banner img {
    min-height: 420px;
}

.rene-banner p{
    max-width: 800px;
}

#sec-flyout-cart h3 img {
    vertical-align: middle;
    float: left;
}

#sec-flyout-cart .mini-shopping-cart {
  padding: 29px 8.03%;
}

#sec-flyout-cart .checkout-btn {
  margin: 30px auto;
}

.go-shop {
  text-decoration: underline;
  align-items: center;
  gap: 10px;
  margin: auto;
}

.oneSize-panel .attributes .option-list li {
  background-color: #292929;
  color: #fff;
  padding: 0 14px;
  min-width: 90px;
  border: 1px solid #C8C8C8;
  border-radius: 22px;
  min-height: 44px;
  width: 100%;
  justify-content: center;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  transition: .3s ease-out;
  width: fit-content;
}

#sec-flyout-cart .cross-sells .picture a:before {
  padding-top: 100%;
}

#sec-flyout-cart .cross-sells .picture img {
  border-radius: unset;
}

#sec-flyout-cart .cross-sells .picture {
  width: unset;
  float: unset;
  margin: 0;
}

#sec-flyout-cart .cross-sells .item-car {
  grid-template-columns: repeat(2,1fr);
  gap: 20px 8%;
}

.cross-sells {
    margin-top: 110px;
}

.cross-sells-title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}

.flyout-close {
  position: absolute;
  top: 100%;
  /*    left: 100%;*/
  transition: .3s linear;
}


  .flyout-close.active-cover {
    height: 90vh;
    background: rgba(0,0,0,0.2);
    width: 100%;
    left: 0;
    z-index: 1;
  }

.html-rene-page .flyout-close.active-cover, .header.transparent-header .flyout-close.active-cover {
  height: 100vh;
}

.mini-shopping-cart {
  text-align: left;
  padding: 10px 77px;
}

.flyout-cart .count {
  padding: 30px 77px 20px;
  background-color: #ffff;
  position: sticky;
  top: 0;
  font-size: 20px;
  line-height: 22px;
  z-index: 1;
}

.mini-shopping-cart .items {
  gap: 20px;
}

.mini-shopping-cart .item {
  overflow: hidden;
}

.mini-shopping-cart .picture {
  float: left;
  width: 152px;
  text-align: center;
  margin-right: 20px;
}

  .mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
  }

    .mini-shopping-cart .picture a:before {
      content: "";
      display: block;
      padding-top: 141%;
    }

  .mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    height: 100%;
  }

.mini-shopping-cart .name {
  margin-bottom: 5px;
}

  .mini-shopping-cart .name a {
    font-size: 14px;
    line-height: 18px;
  }

    .mini-shopping-cart .name a:hover,
    .mini-shopping-cart .name a:focus {
      text-decoration: underline;
    }

.mini-shopping-cart .attributes,
.mini-shopping-cart .quantity {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: var(--grey1);
}

.mini-shopping-cart .product {
  gap: 20px;
  flex-direction: column;
  height: 100%;
}

  .mini-shopping-cart .product .info {
    flex-grow: 1;
  }

  .mini-shopping-cart .product .price {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
  }

    .mini-shopping-cart .product .price.flex-cl {
      flex-direction: column;
      row-gap: 2px;
    }

.cart-for-item.mini-shopping-cart .product .price.flex-cl {
    flex-direction: unset;
}

.mini-shopping-cart .product .old-price {
  color: var(--grey1);
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.cart-for-item.mini-shopping-cart .product .old-price {
    margin-left: 10px;
    font-size: 11px;
}

.mini-shopping-cart .buttons {
  margin: 0 0 5px;
}

.checkout-btn {
  margin: 50px auto 20px;
}

#sec-flyout-cart .mini-shopping-cart .product {
  flex-direction: column;
  height: 100%;
}

#sec-flyout-cart .mini-shopping-cart .attributes {
  float: left;
}

#sec-flyout-cart .mini-shopping-cart .quantity {
  float: right;
}

#sec-flyout-cart h3 {
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}

  #sec-flyout-cart h3 button {
    margin-left: auto;
  }

/*product reviews*/

.product-reviews {
  row-gap: 12px;
  margin-top: 30px;
}

.product-review-item {
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 15px;
}

  .product-review-item .review-title {
    line-height: 20px;
    justify-content: space-between;
    gap: 10px;
  }

    .product-review-item .review-title .user {
      font-size: 14px;
    }

    .product-review-item .review-title .date {
      font-size: 12px;
    }

.product-review-box {
  justify-content: end;
}

.review-content {
    margin-top: 30px;
}

.review-text span {
    display: block;
    margin-bottom: 20px;
}

.review-text .text-body {
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}
.total-ratings .flex-cl {
  gap: 5px;
  margin: 15px 0 10px;
}

  .total-ratings .flex-cl > span {
    color: #545454;
    font-size: 15px;
  }

.total-ratings h4,
.no-reviews-title {
  font-size: 18px;
  line-height: 22px;
  color: #545454;
}

.no-reviews-title {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
}

.no-reviews-btn {
    margin: 20px auto;
}

.total-ratings > span {
  color: #999999;
  font-size: 13px;
}

.rating-title {
    margin: 0;
    justify-content: space-between;
}

  .rating-title button{
      text-decoration: underline;
  }

    .rating-title button:hover {
        text-decoration: unset;
    }

#hidden-panel-review {
  display: none;
  background-color: #f4f4f4;
}

.write-review {
  max-width: 80%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 50px;
}

  .write-review .title {
    padding: 15px 10px;
    background-color: #292929;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
  }

  .write-review .fieldset {
    background-color: #fff;
    padding: 25px 20px;
    border: 1px solid rgba(41,41,41, 0.1);
    border-radius: 0 0 5px 5px;
    border-top: unset;
  }

.review-required {
  font-size: 14px;
  color: #545454;
  display: block;
  margin: 15px 0 30px;
}

.write-review form button {
    margin: auto;
}

.write-review form textarea {
  border: 1px solid #e5e5e5;
  outline: none !important;
  padding: 10px;
  font-size: 14px;
  min-height: 120px;
}

.write-review form .text textarea{
    max-width: 400px;
    width: 100%;
}

.write-review form .text label {
  transform: none;
  margin-bottom: 10px;
}

.rating-wrapper {
  justify-content: space-between;
  gap: 5px;
}

.review-rating {
    margin-bottom: 40px;
}

.review-rating .name-description {
  text-align: center;
  margin-bottom: 15px;
}

.topic-grey-back {
  background-color: #f4f4f4;
  padding: 153px 0;
}

  .topic-grey-back .page-title h1 {
      text-align: center;
      font-size: 32px;
      line-height: 32px;
  }

  .topic-grey-back .page-body .content-wrapper {
    width: 60.5%;
  }

    .topic-grey-back .page-body .content-wrapper .topic-description {
      background-color: #fff;
      padding: 6.7%;
      margin-top: 7%;
    }

.sizeguide-chart {
    width: 100%;
}

.left-table {
  width: 30%;
  min-width: 150px;
}

.right-table {
  width: 70%;
  text-align: center;
  overflow-x: auto;
}

.sizeguide-chart th, td {
  height: 62px;
  PADDING: 10px;
  border: 1px solid #c8c8c8;
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  min-width: 62px;
}

.sizeguide-chart th {
  background-color: #e5e5e5;
}

.grey-back-guide {
  background-color: #f4f4f4;
  padding: 4% 0;
}

.size-page-content {
  width: 61%;
}

  .size-page-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 38px;
    text-align: left;
  }

.back-img {
    position: relative;
}

.back-img img {
    min-height: 350px;
    width: 100%;
}

.back-img .content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 61%;
  z-index: 1;
  height: fit-content;
}

.back-img h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}

.white-back-guide {
  padding: 4% 0;
  background-color: #fff;
}

.left-img {
    width: 40%;
}

.left-img img {
    margin:auto;
}

.right-info {
    width: 60%;
    padding-left:30px;
}

  .right-info ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    gap: 20px;
    height: 100%;
    margin: 0;
    text-align: left;
  }

.white-back-guide h3 {
    font-size: 18px;
    margin-bottom:10px;
    text-align: left;
}

.size-page-content h2:not(:first-child) {
    margin-top: 40px;
}

.left-table th {
    text-align: left;
}

ul.care-info {
    row-gap: 10px;
    display: grid;
    list-style: none;
}

  ul.care-info li {
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }

    ul.care-info li img {
      vertical-align: middle;
      margin-right: 20px;
      float: left;
    }

.faq-page {
  background: #f4f4f4 url(../imgs/faq-background.png) no-repeat top right;
  padding: 8% 0;
  background-size: 90%;
}

.faq-page .content-wrapper {
    max-width: 1000px;
}

.faq-page h1 {
    text-align: center;
    margin-bottom: 7%;
}

.faq-page-content {
  background-color: #fff;
  padding: 6.7%;
  text-align: left;
}

  .faq-page-content summary {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 800;
    padding: 12px 30px 12px 0;
    position: relative;
    cursor: pointer;
  }

    .faq-page-content summary:after {
      position: absolute;
      content: '';
      top: 18px;
      background: url("../imgs/arrow-down.svg") no-repeat center;
      width: 18px;
      height: 8px;
      right: 0;
      transform: scale(0.8);
      transition: all 300ms ease-in-out;
    }

  .faq-page-content details[open] summary:after {
    transform: scale(0.8) scaleY(-1);
  }



  .faq-answer {
    border-top: 1px solid #f4f4f4;
    color: #545454;
    padding: 20px 0;
  }

.faq-page-content details[open] summary ~ * {
  animation: toggle ease-in-out .6s;
}

@keyframes toggle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.faq-boxes {
    grid-template-columns: 1fr 1fr;
}


.faq-box1 {
    background: url(../imgs/FAQ-footer-1.jpg) no-repeat;
}

.faq-box2 {
  background: url(../imgs/FAQ-footer-2.jpg) no-repeat;
}

.faq-box {
  padding: 40px;
  color: #fff;
  background-size: cover;
  text-align: left;
}

  .faq-box h2 {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .faq-box a {
    text-align: right;
    display: block;
    text-decoration: underline;
    font-weight: 800;
    text-align: right;
  }

.faq-box p {
    margin: 20px 0;
    font-size: 13px;
}

.progress-bar {
  background-color: #292929;
  height: 4px;
  width: 100%;
  max-width: 100%;
  top: 0px;
  position: absolute;
  left: 0;
}

.progress {
  background-color: #38b272;
  height: 4px;
  width: 100%;
  transition: width 0.5s ease-in;
}

.terms-of-service a {
    text-decoration: underline;
}

.terms-of-service a:hover {
  text-decoration: none;
}


.comments-checkout textarea{
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 8px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
  padding: 20px;
  width: 100% !important;
}

  .comments-checkout textarea::-webkit-input-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #767676;
  }

  .comments-checkout textarea:-ms-input-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #767676;
  }

  .comments-checkout textarea::placeholder {
    opacity: 1;
    font-size: 13px;
    color: #767676;
  }

/* sneakers page */

.top-sneaker-banner {
    position: relative;
}

  .top-sneaker-banner img {
    max-height: 740px;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }

  .top-sneaker-banner .content-wrapper {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    color: #fff;
    text-align: center;
  }

  .top-sneaker-banner span {
    font-family: Archivo, Arial, sans-serif;
  }

  .top-sneaker-banner h1 {
    font-size: 86px;
    line-height: 86px;
    text-transform: uppercase;
    font-family: Lacoste, Arial, sans-serif;
  }

.sneakers-page.topic-page ul {
    margin: 0;
    padding: 0;
}

.sneakers-page.topic-page p {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
}

.bg-black {
  background-color: #191919;
  padding: 57px 0;
}

.sticky-sneak {
  margin-bottom: 40px;
  position: sticky;
  top: 85px;
  z-index: 2;
  transition: .3s ease-in-out;
}

  .sticky-sneak .content-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    width: unset;
    padding-left: calc(100vw / 28);
    padding-right: calc(100vw / 28);
  }
    .sticky-sneak .content-wrapper::-webkit-scrollbar {
      width: 100%; /* width of the entire scrollbar */
      height: 3px;
    }

    .sticky-sneak .content-wrapper::-webkit-scrollbar-track {
      background: #fff; /* color of the tracking area */
      border-radius: 23px;
    }

    .sticky-sneak .content-wrapper::-webkit-scrollbar-thumb {
      background-color: #ababab; /* color of the scroll thumb */
      border-radius: 23px; /* roundness of the scroll thumb */
      border: 3px solid #ababab; /* creates padding around scroll thumb */
    }



  .sticky-sneak ul {
    list-style: none;
    column-gap: 10px;
  }
  .sticky-sneak li,
  .sticky-sneak li img{
    width: 100%;
  }


  .sticky-sneak li a {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    position: relative;
    transition: opacity .4s linear;
    min-width: 300px;
    width: 100%;
  }

    .sticky-sneak li a span {
      position: absolute;
      display: block;
      padding: 20px 15px;
      font-size: 26px;
      font-weight: bold;
      color: #fff;
      bottom: 0;
      font-family: Lacoste, Arial, sans-serif;
    }

.sticky-sneak img {
  object-fit: cover;
  height: 300px;
  object-position: right;
  transition: object-position .3s ease-in-out, height .3s ease;
}

  .sticky-sneak.top-sneak li a
 {
    opacity: .5;
  }

    .sticky-sneak.top-sneak li a.opacity-sneak {
      opacity: 1;
    }

  .sticky-sneak.top-sneak:before {
    content: "";
    position: absolute;
    height: 360px;
    width: 100%;
    transform: translateY(-220px);
    background: linear-gradient(to bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.3) 65%, hsla(0deg, 0%, 0%, 0.3) 0%, hsla(0deg, 0%, 0%, 0) 100%);
    opacity: 1;
    transition: opacity .3s ease;
    pointer-events: none;
  }

  .sticky-sneak.top-sneak img {
    height: 82px;
  }

  .sneakers-page .head-title {
    text-align: center;
    padding: 6% 0;
    max-width: 45%;
  }

    .sneakers-page .head-title h2,
    .shoes-title {
      font-size: 86px;
      line-height: 86px;
      letter-spacing: -1px;
      font-family: Lacoste, Arial, sans-serif;
    }

.sneaker-section {
  background: #fff;
}

.sneaker-left {
  width: 48%;
  position: sticky;
  top: 72px;
  bottom: 0;
  height: 100%;
}

.sneaker-section video {
  max-height: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.sneaker-right {
  width: 52%;
}

.sneakers-item-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 10px;
}

.flag-title h3 {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Archivo SemiBold', Arial, sans-serif;
}

.sneaker-right .flag-title:first-child,
.flag-content {
  padding: 5.7% 7.7%;
}

.flag-title {
  padding: 0 7.7%;
}

  .flag-title p {
    color: #545454;
  }

  .sneaker-link {
    position: relative;
    display: block;
  }

.shoes-content {
  display: block;
  position: absolute;
  color: #fff;
  right: 0;
  left: 0;
  width: fit-content;
  bottom: 150px;
  text-align: center;
  margin: auto;
  padding: 0 7.7%;
}

.sneaker-link img {
  height: 100vh;
  object-fit: cover;
  min-height: 350px;
  object-position: top;
}

.sneakers-page.topic-page .shoes-content p {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-family: 'Archivo SemiBold', Arial, sans-serif;
}


  .shoes-content .btn {
    margin: 20px auto 0;
  }




/* end sneakers page */

/* start commitment page */

  .commitment-page {
    background-color: #F4EFE8;
    color: #002d18;
  }

    .commitment-page p {
      margin: 0;
      font-size: 16px;
      line-height: 22px;
      color: #002d18;
      text-align: left;
    }

    .commitment-page h1,
    .commitment-page h2,
    .commitment-page h3,
    .percentage-item .flag,
    .commitment-page p {
      font-family: Helvetica, Arial, sans-serif;
    }

    .commitment-page h1,
    .commitment-page h2,
    .commitment-page h3,
    .flagship-page h1,
    .flagship-page h2 {
      text-transform: uppercase;
      letter-spacing: -0.04rem;
      font-weight: 500;
    }

  .percentage-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 56px;
  }

  .percentage-item .flag {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    margin: 0 5px 5px 4px;
  }

  .percentage-item h2 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5px;
  }

  .commitment-page .hero-banner {
 /*   min-height: 520px;*/
/*    height: calc(100vh - 120px);*/
    margin-bottom: 3.2%;
  }

    .commitment-page .hero-banner img {
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      max-height: 1362px;
    }

  .commitment-page .hero-banner h1 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 8%;
    width: 100%;
    text-align: center;
  }

  .commitment-page h2.text-align {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin: auto;
    padding: 2% 26% 0;
  }

.commitment-page .zigZag-section h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: left;
}

.commitment-page #sticky-polo {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}

  .commitment-page #sticky-polo div {
    overflow-x: auto;
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .commitment-page .sticky-titles {
    list-style: none;
    padding: 0;
    box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, .15);
  }

  .commitment-page .sticky-titles li a {
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    white-space: nowrap;
  }

  .extra-titles {
      padding: 76px 0; 
  }

.extra-titles p {
    text-align: center;
}

.extra-titles a {
    margin: 20px auto 0;
}

/* end commitment page */

/* start flagship page */

.flagship-page {
  text-align: center;
  background-color: #E4DDD4;
  color: #002d18;
}

.html-flagship-page .header:not(.header-up, :hover) .header-upper,
.html-flagship-page .header:not(.header-up, :hover) .header-menu {
  background-color: #E4DDD4;
}

.flagship-page .main-text {
  padding-top: 50px;
}

.date-event {
    font-weight: 700;
    font-size: 14px;
}

.flagship-page .content-wrapper {
  max-width: 45%;
}


.flagship-page h1 {
  font-size: 80px;
  line-height: 80px;
  padding-top: calc(0.75 * (100vw - 15px) / 25);
}

.flagship-page .main-flagship-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
 /* text-transform: uppercase;*/
  letter-spacing: -0.04rem;
}

.flagship-page h2 {
  padding-top: calc(0.75 * (100vw - 15px) / 25);
  font-size: 32px;
  line-height: 32px;
}

.flagship-page p {
  font-size: 16px;
  padding: calc(0.75 * (100vw - 15px) / 25) 0;
  margin: 0;
}

.flagship-page img {
  width: 100%;
}

.flagship-page .last-4-items .content-wrapper {
  max-width: initial;
}

.collection-border-top {
  width: 68px;
  height: 2px;
  background-color: var(--primary);
  margin: auto;
}

.last-4-items {
  padding-bottom: calc(0.75 * (100vw - 15px) / 25);
}

  .last-4-items h3 {
    font-size: 20px;
    line-height: 26px;
    padding: calc(0.75 * (100vw - 15px) / 25) 0;
  }

.last-4-items ul {
  justify-content: space-between;
  gap: 50px calc((100vw - 15px) / 25);
  list-style: none;
  margin: 0;
  padding: 0;
}

.last-4-items li {
  text-align: left;
  font-size: 16px;
}

.last-4-items li img {
    margin-bottom: 20px;
}

  .last-4-items li a {
    text-underline-offset: .6rem;
    text-decoration: underline;
    transition: .3s ease-in-out;
    display: block;
  }

  .last-4-items li a:hover {
    text-decoration: unset;
  }

/* end flagship page */


.footer-block.follow-us .newsletter-email {
  overflow: hidden;
  min-height: 275px;
  border-top: 1px solid var(--green1);
}

  .footer-block.follow-us .newsletter-email > div {
    width: 100%;
  }

    .footer-block.follow-us .newsletter-email > div .flex-cl {
      display: grid;
      grid-template-columns: 25% 75%;
      padding: 16px 15px;
      border-top: 1px solid var(--green1);
      border-bottom: 1px solid var(--green1);
      align-items: center;
      background-color: transparent;
      box-sizing: border-box;
    }

    .footer-block.follow-us .newsletter-email > div .email-label {
      display: flex;
      align-items: center;
/*      justify-content: flex-end;*/
      height: 44px;
      line-height: 44px;
      padding-right: 10px;
      font-size: 14px;
      color: #ffffff;
    }

.footer-block.follow-us #newsletter-email {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  box-sizing: border-box;
}

  .footer-block.follow-us #newsletter-email::placeholder {
    color: #ffffff;
    opacity: 0.8;
  }

.footer-block.follow-us .terms-of-service.inputs.not-inputs {
  margin: 16px 15px 0;
  display: flex;
  align-items: center; 
  gap: 10px;
  min-height: 44px; 
}

  .footer-block.follow-us .terms-of-service.inputs.not-inputs input[type="checkbox"] {
    position: static;
    width: 20px;
    height: 20px;
    margin: 0; 
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    cursor: pointer;
  }

.footer-block.follow-us .terms-of-service.inputs.not-inputs {
  margin: 16px 15px 0; 
  padding: 10px 0;
  display: flex;
  align-items: center; 
  gap: 10px;
  position: static;
}

.footer-block.follow-us .newsletter-email #newsletter-subscribe-button {
  display: block;
  width: calc(100% - 30px); 
  margin: 16px 15px 0;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  text-align: center;
  box-sizing: border-box;
}

.footer-block.follow-us .newsletter-subscribe-button {
  display: block;
  width: 100%;
  height: 70px; 
  margin: 0;
  margin-top: 16px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 0; 
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: var(--text-upper);
  text-align: center;
  line-height: 70px; 
}

  .footer-block.follow-us .newsletter-subscribe-button:hover {
    background-color: #f5f5f5;
  }

.footer-block.follow-us .terms-of-service.inputs.not-inputs label {
  align-items: center;
  margin: 0;
  margin-top: 7px;
  line-height: 1.3;
  color: #ffffff;
}

.payment-details img {
  width: auto; 
  height: 24px; 
  object-fit: contain; 
}

.payment-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}


.newsletter-email .newsletter-row {
  display: flex;
  align-items: stretch;
  padding: 0; 
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

 
  .newsletter-email .newsletter-row .email-label {
    flex: 0 0 30%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 0 24px;
    margin: 0; 
    border-right: 1px solid rgba(255,255,255,.2); 
    white-space: nowrap;
  }

  .newsletter-email .newsletter-row .newsletter-subscribe-text {
    flex: 1;
    padding: 16px 24px;
    border: 0;
    background: transparent;
    color: #fff;
  }