a {
  color: #525252;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: #6d6e71;
}

html::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
html::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3019607843);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html::-webkit-scrollbar-thumb {
  background-color: #525252;
}

.section-login {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section-login {
    height: calc(100vh - 100px);
  }
}
.section-login .banner-image, .section-login .banner-mobile-image, .section-login .banner-contents, .section-login .banner-overlay, .section-login .uk-slideshow-items {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .section-login .banner-image, .section-login .banner-mobile-image, .section-login .banner-contents, .section-login .banner-overlay, .section-login .uk-slideshow-items {
    background-color: white;
    height: 90vh;
  }
}
.section-login .banner-image, .section-login .banner-mobile-image {
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .section-login .banner-image, .section-login .banner-mobile-image {
    background-image: none;
  }
}
.section-login .banner-contents {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section-login .banner-contents {
    justify-content: start;
    align-items: start;
    padding: 0;
  }
}
.section-login .banner-contents h3 {
  font-family: "Figtree", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin: 0;
  margin-bottom: 15px;
  /* text-transform: uppercase; */
}
@media only screen and (max-width: 768px) {
  .section-login .banner-contents h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
  }
}

@media only screen and (min-width: 1921px) {
  .section-login .banner-contents h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.section-login .banner-contents h2 {
  font-family: "Figtree", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .section-login .banner-contents h2 {
    padding: 0;
    font-size: 22px;
    line-height: 27.6px;
  }
}

@media only screen and (min-width: 1921px) {
  .section-login .banner-contents h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
  }
}
.section-login .banner-contents .uk-button-primary {
  background-color: #ffffff !important;
  color: #525252 !important;
  padding: 15px 25px !important;
  font-family: "Figtree", serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 19.5px !important;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.section-login .banner-contents .uk-button-primary:hover {
  background-color: #525252 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .section-login .banner-contents .uk-button-primary {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
  }
}
.section-login .login-form {
  background-color: white;
  padding: 60px !important;
  border: 0 !important;
}
@media only screen and (max-width: 768px) {
  .section-login .login-form {
    padding: 30px 15px;
  }
}
.section-login .login-form h1 {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-login .login-form h1 {
    font-size: 17px;
    line-height: 20px;
  }
}
.section-login .login-form h1 .uk-icon {
  margin-right: 5px;
}
.section-login .login-form h1 .uk-icon svg {
  width: 12px;
  height: 12px;
}
.section-login .login-form h1 .uk-icon svg path {
  stroke: #525252 !important;
}
.section-login .login-form p {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
  margin-bottom: 15px;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-login .login-form p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
  }
}
.section-login .login-form .form-floating {
  position: relative;
}
.section-login .login-form .form-floating .uk-input, .section-login .login-form .form-floating .uk-select {
  height: 47px;
  background-color: #e9e9e9;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
  padding: 9px;
  text-transform: inherit;
  padding-top: 1.1rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0 !important;
}
.section-login .login-form .form-floating .uk-input::-moz-placeholder, .section-login .login-form .form-floating .uk-select::-moz-placeholder {
  color: transparent;
}
.section-login .login-form .form-floating .uk-input::placeholder, .section-login .login-form .form-floating .uk-select::placeholder {
  color: transparent;
}
.section-login .login-form .form-floating .uk-input:focus, .section-login .login-form .form-floating .uk-select:focus {
  outline: none;
  border-color: #6d6e71;
}
.section-login .login-form .form-floating .uk-input:not(:-moz-placeholder-shown) ~ label, .section-login .login-form .form-floating .uk-select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.8rem) translateX(0.2rem);
  font-size: 11px;
}
.section-login .login-form .form-floating .uk-input:focus ~ label, .section-login .login-form .form-floating .uk-input:not(:placeholder-shown) ~ label, .section-login .login-form .form-floating .uk-select:focus ~ label, .section-login .login-form .form-floating .uk-select:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.8rem) translateX(0.2rem);
  font-size: 11px;
}
@media (max-width: 480px) {
  .section-login .login-form .form-floating .uk-input:not(:-moz-placeholder-shown) ~ label, .section-login .login-form .form-floating .uk-select:not(:-moz-placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
  }
  .section-login .login-form .form-floating .uk-input:focus ~ label, .section-login .login-form .form-floating .uk-input:not(:placeholder-shown) ~ label, .section-login .login-form .form-floating .uk-select:focus ~ label, .section-login .login-form .form-floating .uk-select:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
  }
}
.section-login .login-form .form-floating .uk-input:-moz-read-only {
  opacity: 0.5;
}
.section-login .login-form .form-floating .uk-input:read-only {
  opacity: 0.5;
}
.section-login .login-form .form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1.3rem 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
}
@media (max-width: 480px) {
  .section-login .login-form .form-floating label {
    padding: 0.9rem 0.8rem 1rem;
  }
}
.section-login .login-form .forgot-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
  text-transform: inherit;
}
.section-login .login-form .forgot-link:hover {
  opacity: 0.8;
}
.section-login .login-form .login-button {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  background-color: #6d6e71;
  border: 1px solid #6d6e71;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 50px;
}
.section-login .login-form .login-button:hover {
  background-color: #525252;
  border: 1px solid #525252;
}
.section-login .login-form .uk-hr {
  border-top-color: #dddddd !important;
  width: 100%;
  height: 0;
  border-top: 1px solid;
  margin: 24px 0;
}
.section-login .login-form .sign-up-button {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  background-color: #ffffff;
  border: 1px solid #525252;
  color: #525252;
  width: 100%;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 50px;
}
.section-login .login-form .sign-up-button:hover {
  background-color: #525252;
  border: 1px solid #525252;
  color: #ffffff;
}
.section-login .login-form .uk-checkbox {
  background-color: #dddddd;
  border-color: #dddddd;
  width: 16px !important;
  height: 16px !important;
}
.section-login .login-form .uk-checkbox:checked {
  background-color: #6d6e71;
  border-color: #6d6e71;
}
.section-login .login-form .uk-light .uk-checkbox:checked, .section-login .login-form .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .section-login .login-form .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .section-login .login-form .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .section-login .login-form .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .section-login .login-form .uk-card-primary.uk-card-body .uk-checkbox:checked, .section-login .login-form .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .section-login .login-form .uk-card-secondary.uk-card-body .uk-checkbox:checked, .section-login .login-form .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .section-login .login-form .uk-overlay-primary .uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A) !important;
}
@media only screen and (max-width: 768px) {
  .section-login .custom-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.section-login .icon-check {
  margin-bottom: 30px;
}
.section-login .icon-check .uk-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #6d6e71;
}
.section-login .icon-check .uk-icon svg {
  width: 32px;
}
.section-login .icon-check .uk-icon svg path {
  stroke: white;
}
.section-login .welcome {
  font-family: "Figtree", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
  margin-bottom: 10px;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-login .welcome {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-login .intro-success {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
  margin-bottom: 25px;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-login .intro-success {
    font-size: 17px;
    line-height: 20px;
    padding: 0 40px;
  }
}
.section-login .intro-success .uk-icon {
  margin-right: 5px;
}
.section-login .intro-success .uk-icon svg {
  width: 12px;
  height: 12px;
}
.section-login .intro-success .uk-icon svg path {
  stroke: #525252 !important;
}
.section-login .woocommerce-password-hint {
  color: #525252 !important;
}

.lean-form .form-floating {
  position: relative;
}
.lean-form .form-floating .uk-input, .lean-form .form-floating .uk-select {
  height: 47px;
  background-color: #e9e9e9;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
  padding: 9px;
  text-transform: inherit;
  padding-top: 2.1rem;
  padding-bottom: 0.625rem;
  border: 1px solid #e9e9e9;
  margin-bottom: 0 !important;
}
.lean-form .form-floating .uk-input::-moz-placeholder, .lean-form .form-floating .uk-select::-moz-placeholder {
  color: transparent;
}
.lean-form .form-floating .uk-input::placeholder, .lean-form .form-floating .uk-select::placeholder {
  color: transparent;
}
.lean-form .form-floating .uk-input:focus, .lean-form .form-floating .uk-select:focus {
  outline: none;
  border-color: #6d6e71;
}
.lean-form .form-floating .uk-input:not(:-moz-placeholder-shown) ~ label, .lean-form .form-floating .uk-select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.8rem) translateX(0.2rem);
  font-size: 11px;
}
.lean-form .form-floating .uk-input:focus ~ label, .lean-form .form-floating .uk-input:not(:placeholder-shown) ~ label, .lean-form .form-floating .uk-select:focus ~ label, .lean-form .form-floating .uk-select:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.8rem) translateX(0.2rem);
  font-size: 11px;
}
@media (max-width: 480px) {
  .lean-form .form-floating .uk-input:not(:-moz-placeholder-shown) ~ label, .lean-form .form-floating .uk-select:not(:-moz-placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
  }
  .lean-form .form-floating .uk-input:focus ~ label, .lean-form .form-floating .uk-input:not(:placeholder-shown) ~ label, .lean-form .form-floating .uk-select:focus ~ label, .lean-form .form-floating .uk-select:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
  }
}
.lean-form .form-floating .uk-input:-moz-read-only {
  opacity: 0.5;
}
.lean-form .form-floating .uk-input:read-only {
  opacity: 0.5;
}
.lean-form .form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1.3rem 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
}
@media (max-width: 480px) {
  .lean-form .form-floating label {
    padding: 0.9rem 0.8rem 1rem;
  }
}
.lean-form .button-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
  text-transform: inherit;
}
.lean-form .button-text:hover {
  opacity: 0.8;
}
.lean-form .save-button, .lean-form .button-dark {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  background-color: #6d6e71;
  border: 1px solid #6d6e71;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
}
.lean-form .save-button:hover, .lean-form .button-dark:hover {
  background-color: #525252;
  border: 1px solid #525252;
}
.lean-form .button-dark {
  background-color: #525252;
  border: 1px solid #525252;
}
.lean-form .button-dark:hover {
  background-color: #6d6e71;
  border: 1px solid #6d6e71;
}
.lean-form .uk-hr {
  border-top-color: #dddddd !important;
  width: 100%;
  height: 1px;
  border: 1px solid;
  margin: 24px 0;
}
.lean-form .uk-checkbox {
  background-color: #dddddd;
  border-color: #dddddd;
  width: 16px !important;
  height: 16px !important;
}
.lean-form .uk-checkbox:checked {
  background-color: #6d6e71;
  border-color: #6d6e71;
}
.lean-form .uk-light .uk-checkbox:checked, .lean-form .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .lean-form .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .lean-form .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .lean-form .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .lean-form .uk-card-primary.uk-card-body .uk-checkbox:checked, .lean-form .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .lean-form .uk-card-secondary.uk-card-body .uk-checkbox:checked, .lean-form .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .lean-form .uk-overlay-primary .uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A) !important;
}
.lean-form .uk-margin {
  margin-bottom: 5px;
}
.lean-form * + .uk-margin {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.section-account {
  background-color: #ffffff;
}
.section-account .welcome {
  background-color: #f4f0ed;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .section-account .welcome {
    padding: 20px 0;
  }
}
.section-account .welcome .short-name {
  background-color: #525252;
  width: 80px;
  height: 80px;
  font-family: "Figtree", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
  color: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .section-account .welcome .short-name {
    width: 64px;
    height: 64px;
    font-size: 24px;
    line-height: 29px;
  }
}
.section-account .welcome .user-name {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #525252;
  margin-left: 16px;
}
.section-account .welcome .user-name .logout {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
}
@media only screen and (max-width: 768px) {
  .section-account .welcome .user-name .logout {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .section-account .welcome .user-name {
    font-size: 17px;
    line-height: 25px;
  }
}
.section-account .account-tabs .uk-tab {
  padding: 40px 0 0;
}
.section-account .account-tabs .uk-tab:before {
  border-bottom: 2px solid #f8f8f8 !important;
  bottom: 1px;
}
.section-account .account-tabs .uk-tab li {
  padding: 10px 16px 0;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .uk-tab li {
    padding: 10px 10px 0;
  }
}
.section-account .account-tabs .uk-tab li a {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  padding: 0;
  padding-bottom: 10px;
  text-transform: inherit;
  letter-spacing: 0;
}
.section-account .account-tabs .uk-tab li.uk-active a {
  font-weight: 600;
  color: #2d2d2d !important;
  border-bottom: 2px solid #2d2d2d !important;
}
.section-account .account-tabs .order-groups {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups {
    padding-bottom: 0;
  }
}
.section-account .account-tabs .order-groups .order-group-item {
  padding-bottom: 30px;
  padding-top: 32px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.section-account .account-tabs .order-groups .order-group-item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item {
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    padding: 32px 0;
    margin-bottom: 0;
  }
  .section-account .account-tabs .order-groups .order-group-item:last-child {
    border-bottom: 0;
  }
  .section-account .account-tabs .order-groups .order-group-item:first-child {
    padding-top: 16px;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-year {
  font-family: "Figtree", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #525252;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-year {
    font-size: 20px;
    line-height: 25px;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-month {
  background-color: #f4f0ed;
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #525252;
  margin-bottom: 16px;
  padding: 21px 24px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-month {
    font-size: 17px;
    line-height: 25px;
    padding: 18px 24px;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item {
  padding: 20px 0;
  color: #525252;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item {
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    padding: 32px 0;
    margin-bottom: 0;
  }
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item:first-child {
    padding-top: 10px;
  }
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item:last-child {
    border-bottom: 0;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-date {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  margin-bottom: 16px;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-number, .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-price {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-number .value, .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-price .value {
  font-weight: 600;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images {
    margin: 20px 0;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images .uk-grid > div {
  max-width: 80px;
  max-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images .uk-grid > div:last-child {
  display: block;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images .uk-grid > div {
    max-width: 55px;
    max-height: 55px;
  }
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images .uk-grid > div:not(:first-child) {
    padding-left: 0;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images img {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images img {
    max-width: 40px;
    max-height: 40px;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images .plus-product {
  background-color: #f4f0ed;
  width: 60px;
  height: 60px;
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-product-images .plus-product {
    font-size: 14px;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-detail-link a {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: end;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-detail-link a .uk-icon {
  width: 9px;
  height: 9px;
  display: flex;
  margin: 0;
  padding: 0;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-detail-link a .uk-icon svg path {
  transition: all 0.5s ease;
  stroke: #525252;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-detail-link a:hover {
  color: #6d6e71;
}
.section-account .account-tabs .order-groups .order-group-item .order-items .order-item .order-detail-link a:hover svg path {
  stroke: #6d6e71;
}
.section-account .account-tabs .order-status {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-account .account-tabs .order-status .pin {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
}
.section-account .account-tabs .order-status .pin-black {
  background-color: #525252;
}
.section-account .account-tabs .order-status .pin-red {
  background-color: #b70000;
}
.section-account .account-tabs .order-status .pin-yellow {
  background-color: #d9bb4e;
}
.section-account .account-tabs .order-status .pin-green {
  background-color: #1ab700;
}
.section-account .account-tabs .order-detail .order-back {
  background-color: #f4f0ed;
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #525252;
  margin-bottom: 16px;
  padding: 21px 24px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .order-back {
    font-size: 17px;
    line-height: 25px;
    padding: 18px 24px;
  }
}
.section-account .account-tabs .order-detail .order-summary {
  padding: 48px 0;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .order-summary {
    padding: 24px 0;
  }
}
.section-account .account-tabs .order-detail .order-summary .value-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
}
.section-account .account-tabs .order-detail .order-summary .value-item .value {
  font-weight: 600;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .order-summary .value-item {
    margin-bottom: 20px;
  }
}
.section-account .account-tabs .order-detail .shopping-summary {
  padding: 48px 0;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .shopping-summary {
    padding: 32px 0 0;
  }
}
.section-account .account-tabs .order-detail .shopping-summary .summary-title {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #525252;
  margin: 0;
  padding: 0;
}
.section-account .account-tabs .order-detail .shopping-summary .summary-subtitle {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .shopping-summary .summary-subtitle {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .shopping-container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-account .account-tabs .order-detail .shopping-container .custom-container {
    width: 100%;
    padding: 0;
  }
}
.section-account .account-tabs .order-detail .shopping-detail {
  background-color: #f4f0ed;
  padding: 48px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail {
    padding: 24px 0;
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking {
  padding-bottom: 48px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-tracking {
    padding-bottom: 24px;
  }
  .section-account .account-tabs .order-detail .shopping-detail .order-tracking .custom-container {
    padding: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .section-account .account-tabs .order-detail .shopping-detail .order-tracking .custom-container::-webkit-scrollbar {
    display: none;
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .timeline {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-tracking .timeline {
    min-width: 600px;
    padding: 20px 20px;
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .progress-bar {
  position: absolute;
  top: 40px;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #cccccc;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-tracking .progress-bar {
    left: 25px;
    width: calc(100% - 50px);
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .progress {
  height: 100%;
  background-color: #6d6e71;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-tracking .steps {
    padding: 0;
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step {
  flex: 0;
  text-align: left;
  position: relative;
  width: 20px;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step:last-child .step-label {
  left: -150%;
  position: relative;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step-point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 16px auto 8px;
  box-shadow: 0 0 0 2px #cccccc;
  position: relative;
  z-index: 1;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step.completed .step-point {
  background-color: #6d6e71;
  box-shadow: 0 0 0 2px #6d6e71;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step.current .step-point {
  background-color: #6d6e71;
  box-shadow: 0 0 0 2px #6d6e71;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step-label {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
  margin-bottom: 0;
  width: 120px;
  position: absolute;
  left: 5%;
  margin-top: 10px;
}
.section-account .account-tabs .order-detail .shopping-detail .order-tracking .step-date {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
  margin-top: 38px;
}
.section-account .account-tabs .order-detail .shopping-detail .order-cargo {
  padding: 48px 0;
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-cargo {
    padding: 24px 0;
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-cargo .value-item {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
}
.section-account .account-tabs .order-detail .shopping-detail .order-cargo .value-item .value {
  font-weight: 500;
  width: 100%;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-cargo .value-item {
    margin-bottom: 10px;
  }
}
.section-account .account-tabs .order-detail .shopping-detail .order-cargo .cargo-number {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fdfdfd;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  border-radius: 50px;
  padding: 22.5px 29px;
}
.section-account .account-tabs .order-detail .shopping-detail .order-cargo .cargo-number .uk-icon {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .shopping-detail .order-cargo .cargo-number {
    margin-top: 20px;
  }
}
.section-account .account-tabs .order-detail .order-products {
  font-family: "Figtree", serif;
  color: #525252;
  padding: 48px 0;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .order-detail .order-products {
    padding: 24px 0;
  }
  .section-account .account-tabs .order-detail .order-products .order-status {
    padding: 24px 0;
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    border-top: 1px solid rgba(165, 165, 165, 0.5);
    width: 100%;
    justify-content: left;
    margin: 24px 0;
  }
}
.section-account .account-tabs .order-detail .order-products .order-product .order-product-image {
  max-width: 48px;
  max-height: 48px;
  background-color: #ffffff;
}
.section-account .account-tabs .order-detail .order-products .order-product .order-product-image img {
  width: 100%;
  border: 1px solid #CCCCCC;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .order-products .order-product .order-product-image {
    max-width: 64px;
    max-height: 64px;
  }
}
.section-account .account-tabs .order-detail .order-products .order-product .order-product-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  margin-left: 15px;
}
.section-account .account-tabs .order-detail .order-products .order-discount-rate, .section-account .account-tabs .order-detail .order-products .order-price, .section-account .account-tabs .order-detail .order-products .order-discount-price, .section-account .account-tabs .order-detail .order-products .order-product-quantity {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .order-products .order-discount-rate, .section-account .account-tabs .order-detail .order-products .order-price, .section-account .account-tabs .order-detail .order-products .order-discount-price, .section-account .account-tabs .order-detail .order-products .order-product-quantity {
    display: block;
    width: 100%;
    padding: 0 !important;
    font-size: 14px;
    line-height: 20.5px;
  }
}
.section-account .account-tabs .order-detail .order-products .order-discount-rate {
  color: #6d6e71;
  font-weight: 600;
}
.section-account .account-tabs .order-detail .order-products .order-price {
  font-weight: 600;
  padding-left: 20px;
}
.section-account .account-tabs .order-detail .order-products .order-discount-price {
  color: #CCCCCC;
  text-decoration: line-through;
  padding-left: 20px;
}
.section-account .account-tabs .order-detail .order-products .order-product-quantity {
  font-weight: 600;
}
.section-account .account-tabs .order-detail .order-products .order-product-quantity .value {
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .section-account .account-tabs .order-detail .order-products .order-product-quantity {
    margin-top: 2.5px;
  }
}
.section-account .account-tabs .order-detail .order-products .review-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #CCCCCC;
}
.section-account .account-tabs .order-detail .order-products .cancel-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
}
.section-account .account-tabs .no-orders {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  width: 100%;
  padding: 50px 15px;
}
.section-account .account-tabs .no-orders .no-order-icon {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.section-account .account-tabs .no-orders .no-order-icon .uk-icon {
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f0ed;
  border-radius: 50%;
}
.section-account .account-tabs .no-orders .no-order-title {
  width: 100%;
  text-align: center;
  font-family: "Figtree", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #525252;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .no-orders .no-order-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
.section-account .account-tabs .no-orders .no-order-subtitle {
  width: 100%;
  text-align: center;
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .no-orders .no-order-subtitle {
    font-size: 14px;
  }
}
.section-account .account-tabs .no-orders .home-button-red {
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #6d6e71;
  padding: 16px 32px;
  border-radius: 50px;
  display: block;
}
.section-account .account-tabs .no-orders .home-button-red:hover {
  background-color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-account .account-tabs .no-orders .home-button-red {
    padding: 11px 30px;
    font-size: 14px;
  }
}
.section-account .order-groups, .section-account .address-items {
  transition: all 0.3s ease;
  transform: translateX(0);
  min-height: 200px;
}
.section-account .order-groups.uk-hidden, .section-account .address-items.uk-hidden {
  display: none !important;
  transform: translateX(-100%);
  opacity: 0;
}
.section-account .order-detail, .section-account .address-edit {
  transition: all 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
  position: relative;
  width: 100%;
}
.section-account .order-detail.uk-hidden, .section-account .address-edit.uk-hidden {
  display: none !important;
}
.section-account .order-detail.active, .section-account .address-edit.active {
  transform: translateX(0);
  opacity: 1;
}
.section-account .order-tab-content, .section-account .addresses {
  position: relative;
  overflow: hidden;
}
.section-account .membership-content {
  min-height: 60vh;
  padding: 32px 0;
}
.section-account .addresses {
  min-height: 75vh;
}
.section-account .addresses.passive {
  min-height: 0;
}
.section-account .address-edit {
  min-height: 60vh;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .section-account .address-edit {
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%;
    display: block;
    top: 0;
    background-color: #fff;
    overflow-y: auto;
    padding: 20px 0;
  }
}
.section-account .address-edit .title {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #525252;
}
.section-account .address-edit .close-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
  text-transform: inherit;
  border: none;
  background-color: transparent;
  padding: 0;
}
.section-account .address-edit .close-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .section-account .address-edit .close-button {
    font-size: 14px;
    line-height: 18px;
  }
}

.address-items .uk-hr {
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  margin: 20px 0 20px 0 !important;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .address-items .uk-hr {
    margin: 10px 0 20px 0 !important;
    width: 100%;
  }
}
.address-items .address-item {
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.address-items .address-item:last-child {
  border: none;
}
.address-items .address-item:first-child {
  padding-top: 0;
}
.address-items .address-item .address-info {
  background-color: #f4f0ed;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .address-items .address-item .address-info {
    margin-bottom: 10px;
  }
}
.address-items .address-item .address-info h3 {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin:0;
}
@media only screen and (max-width: 768px) {
  .address-items .address-item .address-info h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.address-items .address-item .address-info p {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}
@media only screen and (max-width: 768px) {
  .address-items .address-item .address-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.address-items .address-item .button-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
  text-transform: inherit;
  border: none;
  background-color: transparent;
  padding: 0;
}
.address-items .address-item .button-text:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .address-items .address-item .button-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.address-items .address-selected {
  opacity: 0.3;
}

.membership-modal {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.membership-modal.uk-open {
  display: inline-flex !important;
}
@media only screen and (max-width: 768px) {
  .membership-modal.uk-open {
    padding: 0;
  }
}
.membership-modal .uk-modal-body {
  max-width: 465px !important;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .membership-modal .uk-modal-body {
    padding: 30px 20px;
    height: 100vh;
  }
}
.membership-modal .uk-modal-body .lean-modal-header {
  padding-bottom: 20px;
}
.membership-modal .uk-modal-body .lean-modal-header .uk-modal-close {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .membership-modal#delete-membership.uk-open {
    padding: 15px;
  }
  .membership-modal#delete-membership .uk-modal-body {
    padding: 30px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.my-reviews {
  min-height: 60vh;
  padding-bottom: 30px;
}
.my-reviews .product-stars {
  width: 160px;
}
.my-reviews .product-stars .star {
  stroke: none;
}
.my-reviews .product-stars .star.filled svg path {
  fill: #d9bb4e;
}
.my-reviews .product-stars .star:not(.filled) svg path {
  fill: #cccccc;
}
.my-reviews .review-list {
  margin-top: 32px;
}
.my-reviews .review-list .review-item {
  background-color: #f4f0ed;
  padding: 32px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .my-reviews .review-list .review-item {
    padding: 40px 32px;
  }
}
.my-reviews .review-list .review-item .author-name {
  font-family: "Figtree", serif;
  color: #525252;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .my-reviews .review-list .review-item .review-text {
    margin-top: 10px;
  }
}
.my-reviews .review-list .review-item .review-text h3 {
  margin: 0;
  font-family: "Figtree", serif;
  color: #525252;
  font-weight: 600;
  margin-bottom: 10px;
}
.my-reviews .review-list .review-item .review-text p {
  margin: 0;
  font-family: "Figtree", serif;
  color: #727476;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
}
.my-reviews .no-reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  width: 100%;
  padding: 50px 15px;
}
.my-reviews .no-reviews .no-review-icon {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.my-reviews .no-reviews .no-review-icon .uk-icon {
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f0ed;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #525252;
}
.my-reviews .no-reviews .no-review-title {
  width: 100%;
  text-align: center;
  font-family: "Figtree", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #525252;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .my-reviews .no-reviews .no-review-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}

.uk-mt-20px {
  margin-top: 20px;
}

.uk-row-gap-20 {
  row-gap: 20px;
}

.uk-column-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.lean-button-red, .lean-button-dark {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  background-color: #6d6e71;
  border: 1px solid #6d6e71;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
}
.lean-button-red:hover, .lean-button-dark:hover {
  background-color: #525252;
  border: 1px solid #525252;
  color: #ffffff;
}

.lean-button-dark {
  background-color: #525252;
  border: 1px solid #525252;
}
.lean-button-dark:hover {
  background-color: #6d6e71;
  border: 1px solid #6d6e71;
  color: #ffffff;
}

#offcanvas-basket .uk-offcanvas-bar {
  max-width: 60% !important;
  width: 60% !important;
}
@media only screen and (min-width: 1400px) {
  #offcanvas-basket .uk-offcanvas-bar {
    max-width: 600px !important;
  }
}
@media (max-width: 480px) {
  #offcanvas-basket .uk-offcanvas-bar {
    max-width: 100% !important;
    width: 100% !important;
  }
}
#offcanvas-basket .offcanvas-footer {
  padding: 0 70px 50px !important;
}
@media only screen and (max-width: 768px) {
  #offcanvas-basket .offcanvas-footer {
    padding: 0 15px 30px !important;
  }
}
#offcanvas-basket .offcanvas-footer .cart-button-basket {
  background-color: #6d6e71;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #offcanvas-basket .uk-offcanvas-close {
    padding: 5px !important;
  }
}
#offcanvas-basket .offcanvas-body {
  padding: 0 50px 30px !important;
}
@media only screen and (max-width: 768px) {
  #offcanvas-basket .offcanvas-body {
    padding: 0 15px 30px !important;
  }
}
#offcanvas-basket .offcanvas-body .cart-products {
  overflow: hidden;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(165, 165, 165, 0.2);
  position: relative;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #offcanvas-basket .offcanvas-body .cart-products .cart-item {
    padding: 24px 0;
  }
  #offcanvas-basket .offcanvas-body .cart-products .cart-item:first-child {
    padding-top: 24px;
  }
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .image {
  max-width: 100px;
  max-height: 100px;
  transform: scale(1.5);
}
@media only screen and (max-width: 768px) {
  #offcanvas-basket .offcanvas-body .cart-products .cart-item .image {
    max-width: 80px;
    max-height: 80px;
    transform: scale(1.5);
  }
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-product-name {
  font-family: "Figtree", serif;
  color: #525252;
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-top: 5px;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-product-name .cart-label, #offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-product-name .cart-quantity-label {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #525252;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-product-name .cart-quantity-label {
  margin-top: 5px;
  min-width: 170px;
  font-size: 15px;
  font-weight: 400;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-prices {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-prices .price {
  font-weight: 600;
  color: #525252;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-prices .old_price {
  text-decoration: line-through;
  color: #CCCCCC;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-prices .discount-rate {
  font-weight: 600;
  color: #6d6e71;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove .uk-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(165, 165, 165, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  float: right;
  margin-bottom: 19px;
  color: #525252;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove .uk-icon svg {
  width: 10px;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove .uk-icon:hover {
  background-color: #6d6e71;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove .uk-icon:hover svg {
  transition: all 0.5s ease;
}
#offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove .uk-icon:hover svg line {
  stroke: #ffffff;
}

@media only screen and (max-width: 768px) {
  #offcanvas-basket .offcanvas-body .cart-products .cart-item {
    touch-action: pan-y pinch-zoom;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  #offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove {
    position: absolute;
    right: -93px;
    transform: translateY(-63%);
    height: calc(100% - 25px);
    width: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e1e;
    transition: right 0.3s ease;
    padding: 0;
    bottom: -50%;
  }
  #offcanvas-basket .offcanvas-body .cart-products .cart-item .cart-remove .uk-icon svg line {
    stroke: #ffffff;
  }
  #offcanvas-basket .offcanvas-body .cart-products .cart-item.swiped {
    transform: translateX(-60px);
  }
  /* Hide scrollbar for touch devices */
  #offcanvas-basket .offcanvas-body .cart-products {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #offcanvas-basket .offcanvas-body .cart-products::-webkit-scrollbar {
    display: none;
  }
}
.uk-border-0 {
  border: none;
}

.section-checkout {
  font-family: "Figtree", serif;
  color: #525252;
  min-height: 75vh;
}
.section-checkout .checkout-cart-item img {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(165, 165, 165, 0.5);
}
@media only screen and (max-width: 768px) {
  .section-checkout .checkout-cart-item img {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1441px) {
  .section-checkout .checkout-cart-item .uk-width-8-9\@xxl {
    width: 85.88889%;
  }
}
@media only screen and (max-width: 768px) {
  .section-checkout .checkout-cart-item .uk-width-7-11 {
    width: 60%;
  }
  .section-checkout .checkout-cart-item .uk-width-6-9 {
    width: 65.66667%;
  }
}
.section-checkout .uk-text-danger {
  color: #e41e31 !important;
}
.section-checkout .continue-btn:disabled {
  opacity: 0.5;
}
.section-checkout .uk-card {
  padding-bottom: 32px;
}
.section-checkout .section-title {
  font-family: "Figtree", serif;
  color: #525252;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .section-checkout .section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 16px;
  }
}
.section-checkout .checkout-product-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .section-checkout .checkout-product-name {
    font-size: 15px;
    line-height: 1.3;
  }
}
.section-checkout .quantity-control {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Figtree", serif;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-checkout .quantity-control {
    font-size: 13px;
    line-height: 18px;
    justify-content: start;
    margin-top: 5px;
  }
}
.section-checkout .quantity-control .quantity-buttons {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.section-checkout .quantity-control .qty-btn {
  padding: 0 8px !important;
  min-width: 28px;
  background: white !important;
  border: none !important;
  font-family: "Figtree", serif;
  color: #525252;
}
@media only screen and (max-width: 768px) {
  .section-checkout .quantity-control .qty-btn {
    height: 30px;
    line-height: normal;
    min-width: 20px;
  }
}
.section-checkout .quantity-control .qty-value {
  padding: 0 3px !important;
  background: white !important;
  border: none !important;
  font-family: "Figtree", serif;
  color: #525252;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  .section-checkout .quantity-control .qty-value {
    height: 30px;
    width: 25px;
  }
}
.section-checkout .order-discount-rate, .section-checkout .order-price, .section-checkout .order-discount-price {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  color: #525252;
}
@media (max-width: 480px) {
  .section-checkout .order-discount-rate, .section-checkout .order-price, .section-checkout .order-discount-price {
    display: block;
    width: 100%;
    padding: 0 !important;
    font-size: 14px;
    line-height: 18px;
  }
}
.section-checkout .order-discount-rate {
  color: #6d6e71;
  font-weight: 600;
}
.section-checkout .order-price {
  font-weight: 600;
}
.section-checkout .order-discount-price {
  color: #CCCCCC;
  text-decoration: line-through;
}
.section-checkout .cart-remove .uk-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(165, 165, 165, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.section-checkout .cart-remove .uk-icon svg {
  width: 10px;
}
.section-checkout .cart-remove .uk-icon:hover {
  background-color: #6d6e71;
}
.section-checkout .cart-remove .uk-icon:hover svg {
  transition: all 0.5s ease;
}
.section-checkout .cart-remove .uk-icon:hover svg line {
  stroke: #ffffff;
}
.section-checkout section {
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.section-checkout section:last-child {
  border: none;
}
.section-checkout .section-checkout-shipping, .section-checkout .section-checkout-address {
  padding-top: 32px;
}
.section-checkout .section-checkout-shipping .uk-card {
  padding-bottom: 32px;
}
.section-checkout .section-checkout-shipping .uk-card:first-child {
  padding-bottom: 0;
}
.section-checkout .section-checkout-shipping :checked + label img {
  border: 1px solid rgba(165, 165, 165, 0.5);
}
.section-checkout .section-checkout-address {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .section-checkout .section-checkout-address .uk-margin {
    margin: 0;
  }
}
.section-checkout .section-checkout-address .address-info {
  background-color: #ffffff;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .section-checkout .section-checkout-address .address-info {
    margin-bottom: 10px;
  }
}
.section-checkout .section-checkout-address .address-info h3 {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .section-checkout .section-checkout-address .address-info h3 {
    font-size: 17px;
    line-height: 22px;
    margin-top: 0;
  }
}
.section-checkout .section-checkout-address .address-info p {
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}
@media only screen and (max-width: 768px) {
  .section-checkout .section-checkout-address .address-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.section-checkout .section-checkout-address .button-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #525252;
  text-transform: inherit;
  border: none;
  background-color: transparent;
  padding: 0;
}
.section-checkout .section-checkout-address .button-text:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .section-checkout .section-checkout-address .button-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.section-checkout .section-checkout-summary .uk-checkbox {
  margin-top: 0;
}
.section-checkout .section-checkout-summary .uk-checkbox:checked {
  background-color: #6d6e71;
}
.section-checkout .section-checkout-summary .section-checkout-coupon {
  background-color: #fff;
  padding: 0 24px;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input {
  padding: 13px 0 13px 0;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input input {
  border: none;
  padding: 0;
  color: #525252;
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0 !important;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input input::-moz-placeholder {
  color: #525252;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input input::placeholder {
  color: #525252;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input .add-button {
  background-color: transparent;
  padding: 0;
  opacity: 0;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input .add-button .uk-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(165, 165, 165, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input .add-button .uk-icon:hover {
  background-color: #525252;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-input .add-button .uk-icon:hover svg {
  transition: all 0.5s ease;
  stroke: #ffffff;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list {
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  padding-top: 24px;
  padding-bottom: 24px;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item {
  margin-bottom: 10px;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item:first-child {
  margin-bottom: 0;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item .coupon-text {
  color: #525252;
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item .coupon-cancel .uk-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  background-color: #525252;
  cursor: pointer;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item .coupon-cancel .uk-icon svg {
  transition: all 0.5s ease;
  width: 6px;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item .coupon-cancel .uk-icon svg line {
  stroke: #ffffff;
  stroke-width: 2px;
}
.section-checkout .section-checkout-summary .section-checkout-coupon .coupon-list .coupon-item .coupon-cancel .uk-icon:hover {
  background-color: #6d6e71;
}
.section-checkout .summary-details {
  background-color: #fff;
  padding: 24px;
  color: #525252;
  font-family: "Figtree", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}
.section-checkout .summary-details .lean-text-red {
  color: #6d6e71;
}
.section-checkout .summary-details .checkout-total-price {
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  font-weight: 600;
  padding-top: 16px;
}
.section-checkout .summary-mobile {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 999;
}
.section-checkout .summary-mobile .uk-padding-24 {
  padding: 24px;
}
.section-checkout .summary-mobile .checkout-total-price span {
  display: block;
}
.section-checkout .summary-mobile .checkout-total-price {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}
.section-checkout .summary-mobile .summary-details {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.section-checkout .summary-mobile .summary-details hr {
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.section-checkout .summary-mobile .summary-arrow {
  opacity: 0.5;
}
.section-checkout .summary-mobile .summary-arrow:hover:before {
  border: none;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none;
}

.checkout-modal {
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 0;
}
.checkout-modal.uk-open {
  display: inline-flex !important;
}
@media only screen and (max-width: 768px) {
  .checkout-modal.uk-open {
    padding: 0;
  }
}
.checkout-modal .uk-modal-body {
  height: 100vh;
  max-height: 100vh !important;
  margin: 0;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .checkout-modal .uk-modal-body {
    padding: 30px 20px;
  }
}
.checkout-modal .uk-modal-body .lean-modal-header {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .checkout-modal .uk-modal-body .lean-modal-header {
    padding: 20px;
  }
}
.checkout-modal .uk-modal-body .lean-modal-header .uk-modal-close {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-modal#delete-membership.uk-open {
    padding: 15px;
  }
  .checkout-modal#delete-membership .uk-modal-body {
    padding: 30px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.section-order-success {
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 768px) {
  .section-order-success {
    height: calc(100vh - 50px);
  }
}
.section-order-success .banner-contents, .section-order-success .uk-slideshow-items {
  height: calc(100vh - 100px);
  justify-content: start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section-order-success .banner-contents, .section-order-success .uk-slideshow-items {
    height: calc(100vh - 50px);
  }
}
.section-order-success .login-form {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .section-order-success .login-form {
    padding: 20px;
  }
}

.uk-border-1 {
  border: 1px solid rgba(165, 165, 165, 0.5);
}

.default-page {
  padding: 60px 0;
  color: #525252;
  font-family: "Figtree", serif;
}
@media only screen and (max-width: 768px) {
  .default-page {
    padding: 30px 0;
  }
}
.default-page .uk-list {
  padding-left: 30px !important;
  list-style: inherit !important;
}
.default-page .uk-list-disc > *, .default-page .uk-list-circle > *, .default-page .uk-list-square > *, .default-page .uk-list-decimal > *, .default-page .uk-list-hyphen > * {
  padding-left: 5px !important;
}

.show-password-input {
  right: 1em !important;
  top: 0.8em !important;
}
.show-password-input:after {
  content: "";
  display: none;
}
.show-password-input .eye-on, .show-password-input .eye-off {
  color: #525252;
  width: 14px;
  height: 14px;
  display: none;
}
.show-password-input .eye-off {
  display: inline-block;
}
.show-password-input.display-password .eye-on {
  display: inline-block;
}
.show-password-input.display-password .eye-off {
  display: none;
}

#modal-menu .uk-modal-body {
  background-color: #f6f2ef !important;
  height: calc(99vh - 50px);
  display: block;
}
#modal-menu .uk-modal-body .uk-accordion-title {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  color: #525252;
  overflow: hidden;
  font-weight: 600;
  padding: 18px 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-menu .uk-modal-body .uk-accordion-title::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgMTAiPgo8cGF0aCBzdHJva2U9IiMyRDJGMzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0ibTYuNSAxIDQgNG0wIDAtNCA0bTQtNEgxIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  order: 1;
}
#modal-menu .uk-modal-body .uk-accordion-title:hover {
  color: #6d6e71;
}

.section-banner-collapse .uk-accordion-title::before,
.section-right-banner-and-content-collapse .uk-accordion-title::before,
.section-right-banner-text-and-left-collapse .uk-accordion-title::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block !important;
  float: right;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 xml%3Aspace%3D%22preserve%22 id%3D%22Layer_1%22 x%3D%220%22 y%3D%220%22 version%3D%221.1%22 viewBox%3D%220 0 9 9%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23525252%7D%3C/style%3E%3Cpath d%3D%22M4 0h1v9H4V0z%22 class%3D%22st0%22/%3E%3Cpath d%3D%22M9 4v1H0V4h9z%22 class%3D%22st0%22/%3E%3C/svg%3E");
}

.section-banner-collapse .uk-open > .uk-accordion-title::before,
.section-right-banner-and-content-collapse .uk-open > .uk-accordion-title::before,
.section-right-banner-text-and-left-collapse .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 xml%3Aspace%3D%22preserve%22 viewBox%3D%220 0 9 9%22%3E%3Cpath fill%3D%22%23525252%22 fill-rule%3D%22evenodd%22 d%3D%22M9 4v1H0V4h9z%22 clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
}
.tracking-button {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
  background-color: #6d6e71;
  border: 1px solid #6d6e71;
  color: #ffffff !important;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 50px;
}
.tracking-button:hover {
  background-color: #525252 !important;
  border: 1px solid #525252 !important;
}

.cart-quantity-buttons {
  width: 100px;
  & .qty-btn {
    border: none;
    background-color: transparent;
    color: #525252;
    padding: 0 10px;
    line-height: normal;
  }
  & .qty-value {
    border: none;
    background-color: transparent;
    color: #525252;
    width: 25px;
    padding: 0;
    height: 30px;
  }
}