/** Shopify CDN: Minification failed

Line 38:168 Expected ":"
Line 112:32 Expected identifier but found ":"

**/
.t4s-section-customers {}
.t4s-customer {display:flex;flex-wrap:wrap;}
.t4s-customer .t4s-account-sidebar,
.t4s-customer .t4s-account-content {width:100%;}
@media (max-width: 767px) {
  .t4s-section-customers {padding-left:0;padding-right:0;}
}
@media (min-width: 768px) {
  .t4s-customer {margin-top:4em;margin-bottom:10em;}
  .t4s-customer .t4s-account-sidebar {width:calc(220px + (2.7vw + 5px));padding-right:calc(2.7vw + 5px);}
  .t4s-customer .t4s-account-content {flex:1;max-width:100%;padding-left:calc(2.7vw + 5px);}
}

.t4s-account-content_content {margin:2em 0;padding:0 1em;}
.t4s-account-content h1 {font-size:16px;display:block;width:100%;padding:1.5em 1em;line-height:1.5;}
.t4s-account-content h1 small {display:inline-block;margin-left:1em;position:relative;padding-left:20px;color:#9b9b9b;}
.t4s-account-content h1 small:before {content:"";width:20px;height:1px;background-color:currentColor;position:absolute;bottom:0;left:0;}
@media (min-width: 768px) {
  .t4s-account-content_content {margin:0;padding:0;}
  .t4s-account-content h1 {padding:0 0 1.5em 0;font-size:20px;}
  .t4s-account-content h1 small {}
}

.sh_account-addresses {display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1rem;}
.sh_account-addresses .address-card {border:1px solid #c7c7c7;width:320px;height:266px;border-radius:8px;margin:14px 14px 0 0;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:left;}
.sh_account-addresses .address-card.add {border-style:dashed;border-width:2px;}
.sh_account-addresses .address-card.add .button {width:100%;height:100%;background-color:transparent;color:#222;font-size:1rem;font-weight:600;letter-spacing:0.5px;border:0;outline:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-transform:none;margin:0;padding:0;}
.sh_account-addresses .address-card.add .button i {font-size:48px;color:grey;}
.sh_account-addresses .address-card.add .button:hover {background-color:#f4f4f5;}
.sh_account-addresses .address-card .address-holder {}
.sh_account-addresses .address-card .address-btns {padding-left:20px;padding-bottom:20px;display:flex;align-items:flex-end;justify-content:flex-start;}
.sh_account-addresses .address-card .address-btns button {padding-top:0;padding-bottom:0;display:inline-flex;align-items:center;justify-content:center;text-align-center;height:30px;font-size:0.85em;}
.sh_account-addresses .address-card .address-btns button:not(:last-child) {margin-right:1em;}
.sh_account-addresses .address-card .default-section {height:40px;border-bottom:1px solid #c7c7c7;color:#565959;font-size:12px;line-height:16px;font-weight:600;padding-left:20px;padding-top:11px;}
.sh_account-addresses .address-card .address-section {padding-left:20px;padding-top:10px;margin-top:40px;}
.sh_account-addresses .address-card .default-section,
.sh_account-addresses .address-card .address-section {width:100%;}
.sh_account-addresses .address-card .address-section.with-default {margin-top:0px;}
.sh_account-addresses .address-card .address-section p {margin: 0 0 8px;}
.sh_account-addresses .address-form-holder {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 90vw;
  max-width: 400px;
  padding: 0 1.5em;
  background-color: #fff;
  z-index: 400;
  overflow: hidden auto;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out 0s;
}
.sh_account-addresses .address-form-holder.is--active {transform: translateX(0);}
@media (max-width:767px) {
  .sh_account-addresses .address-card {width:100%;margin:14px 0 0 0;}
  .sh_account-addresses .address-card.add {height:150px;}
  .sh_account-addresses .address-card .address-section {font-size:1em;}
  .sh_account-addresses .address-card .address-btns button {height:36px;}
}

input.t4s_frm_input {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: 0 0;
}
.t4s-customer select:focus,
input.t4s_frm_input:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: 0;
}
.t4s_field label {
  position: absolute;
  top: 0;
  left: 14px;
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.t4s-customer .t4s_field input:-webkit-autofill,
.t4s-customer .t4s_field input:focus,
.t4s-customer .t4s_field input:not(:placeholder-shown) {
  padding: 18px 14px 6px;
}
.t4s-customer .t4s_field input:-webkit-autofill ~ label,
.t4s-customer .t4s_field input:focus ~ label,
.t4s-customer .t4s_field input:not(:placeholder-shown) ~ label {
  transform: translateY(-6px) scale(0.8);
}
.t4s-customer .t4s_fieldinput::-webkit-search-cancel-button,
.t4s_field__input::-webkit-search-cancel-button {
  display: none;
}
.t4s-customer .t4s_field input::-webkit-autofill,
.t4s-customer .t4s_field input:::autofill {
  color: inherit;
}
.t4s-customer .t4s_field input:-webkit-autofill {
  border-color: rgba(var(--text-color-rgb), 0.8);
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: inherit;
}
.t4s-customer .t4s_field input::placeholder,
.t4s_field__input::placeholder {
  opacity: 0;
}
.t4s-customer {
  text-align: center;
  color: #222;
}
.t4s_field {
  text-align: left;
}
.t4s-customer .t4s_btn_submmit {
  width: 100%;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s,
    box-shadow 0.25s, opacity 0.25s;
}
.t4s-customer .t4s_btn_black {
  background-color: var(--t4s-dark-color);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  background-position: 150% 45%;
}
.t4s-customer .t4s_btn_black:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 150%;
  width: 200%;
  height: 100%;
  transform: skew(-20deg);
  background-image: linear-gradient(
    90deg,
    transparent,
    hsla(0, 0%, 100%, 0.25),
    transparent
  );
}
@keyframes ani_shine {
  to {
    left: -200%;
  }
}
.t4s-customer .t4s_btn_black:hover {
  background-color: var(--t4s-dark-color);
  color: var(--t4s-light-color);
}
.t4s-customer .t4s_btn_black:hover:after {
  animation: 0.75s cubic-bezier(0.01, 0.56, 1, 1) ani_shine;
}
.t4s-customer .t4s_btn_white {
  transition: border 0.3s;
  background-color: var(--t4s-light-color);
  color: var(--t4s-dark-color);
  border: 1px solid var(--border-color);
}
.t4s-customer .t4s_btn_white:hover {
  background-color: var(--t4s-light-color);
  color: var(--t4s-dark-color);
  border-color: var(--t4s-dark-color);
}
.t4s-customer a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  color: currentColor;
}
.t4s-customer h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.t4s-customer .form__message {
  align-items: center;
  display: flex;
  font-size: 16px;
  line-height: 1;
  margin-top: 1rem;
  font-weight: 400;
}
.t4s-customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.t4s_field + .form__message {
  margin-top: -20px;
  font-size: 13px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.1;
}
.t4s-customer ul {
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 40px;
  list-style: disc;
  margin-top: 15px;
}
.t4s-customer-account {text-align: left;}

.t4s-account-nav:not(.is--mobile) {display:none;}
.t4s-account-navholder {position:sticky;top:60px;background-color:#f5f5f5;}
.t4s-account-nav ul {padding:0;margin:0;border:0;list-style:none;}
.t4s-account-nav a .count {display:inline-flex;background-color:#808080;color:#fff;font-size:0.625em;line-height:1;padding:3px 10px;border-radius:11px;margin-left:.75em;}
.t4s-account-nav.is--mobile {}
.t4s-account-nav.is--mobile ul {display:flex;align-items:center;width:100%;overflow:auto hidden;padding:1.5em 0 1em;}
.t4s-account-nav.is--mobile li {display:inline-flex;margin-right:1em;}
.t4s-account-nav.is--mobile a {display:flex;align-items:center;padding: 0 0.75em;color:#9b9b9b;white-space:nowrap;text-decoration:none;}
.t4s-account-nav.is--mobile .is--active a {font-weight:600;color:#222;}
.t4s-account-nav.is--mobile li:first-child {margin-left:0.75em;}
.t4s-account-nav.is--mobile li:last-child {margin-right:1em;}
.t4s-account-nav.is--mobile svg {width:16px;height:16px;margin-right:5px;}
.t4s-account-nav.is--mobile .t4s-account-nav-link--customer-logout {margin-left:2em;}
.t4s-account-nav.is--mobile .t4s-account-nav-link--customer-logout a {font-size:0.8em;}
@media (min-width: 768px) {
  .t4s-account-nav.is--mobile {display:none;}
  .t4s-account-nav:not(.is--mobile) {display:block;}
  .t4s-account-nav li:not(:last-child) {margin:0 0 0.5em;}
  .t4s-account-nav a {display:flex;align-items:center;padding:0.75em 1em;position:relative;border:1px solid transparent;border-radius:4px;color:#222;text-decoration:none;}
  .t4s-account-nav a:hover {color:#222;}
  .t4s-account-nav .t4s-account-nav-link--customer-logout {margin-top:2em;text-align:left;}
  .t4s-account-nav .t4s-account-nav-link--customer-logout a,
  .t4s-account-nav .t4s-account-nav-link--customer-logout a:hover {color:#9b9b9b;font-size:0.875em;display:inline-flex;}
  .t4s-account-nav svg {width:16px;height:16px;margin-right:0.5em;}
  .t4s-account-nav .is--active a {border-color:currentColor;font-weight:600;}
}

.t4s-account-hello strong {color: currentColor;}
.t4s-account-content h2 {
  font-size: 15px;
  text-transform: none;
  margin-bottom: 15px;
}
.select,
.text-area {
  display: flex;
  position: relative;
  width: 100%;
}
.t4s-customer select {
  width: 100%;
  cursor: pointer;
  padding: 12px 14px;
  -webkit-appearance: none;
  appearance: none;
}
.t4s-customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 12px;
}
.t4s_mb_10 {
  margin-bottom: 10px;
}
.t4s_mb_20 {
  margin-bottom: 20px;
}
.t4s_mb_30 {
  margin-bottom: 30px;
}
.t4s_mb_60 {
  margin-bottom: 60px;
}
.t4s_mr_10 {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .t4s-account-nav {
    position: sticky;
    top: 20px;
  }
}
#recover,
#recover:target ~ #login {
  display: none;
}
#recover:target {
  display: block;
}
#guest_login,
#login,
#recover {
  width: 100%;
  -webkit-animation: 1.25s t4s-ani-fadeIn;
  animation: 1.25s t4s-ani-fadeIn;
}
.t4s-customer.is--activate,
.t4s-customer.is--login,
.t4s-customer.is--register,
.t4s-customer.is--reset-password {
  max-width: 410px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 55vh;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
#guest_login hr {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
.order-history td {
  color: var(--heading-color);
}
@media (min-width: 641px) {
  .t4s-customer.is--activate,
  .t4s-customer.is--login,
  .t4s-customer.is--register,
  .t4s-customer.is--reset-password {
    margin: 80px auto;
  }
  #guest_login hr {
    margin: 60px 0 50px;
  }
}
.is--addresses [aria-expanded] ~ div[id] {
  margin-top: 20px;
  padding: 0 20px 5px;
  border: 2px solid var(--border-color);
}
.is--addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.is--addresses [aria-expanded="true"] ~ div[id] {
  display: block;
  -webkit-animation: 1.25s t4s-ani-fadeIn;
  animation: 1.25s t4s-ani-fadeIn;
}
.is--addresses form {
  display: flex;
  flex-flow: row wrap;
}
.is--addresses form > div {
  width: 100%;
  text-align: left;
}
.is--addresses h2.t4s_title_addresses {
  margin: 30px 0 20px;
  font-size: 18px;
}
.is--addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.is--addresses .t4s_field {
  margin: 2rem 0 0;
}
.is--addresses form > div:nth-of-type(7),
.is--addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}
.is--addresses input[type="checkbox"] {
  margin-top: 2rem;
  margin-left: 0;
}
.is--addresses button {
  border:1px solid;
}
.is--addresses form button:first-of-type {
  margin-right: 1rem;
}
.is--addresses ul p {
  margin-bottom: 0;
}
li[data-address] {
  margin-top: 5rem;
}
li[data-address] > h2 {
  font-size: 16px;
  margin-top: 30px;
}
.is--addresses form button + button,
.is--addresses li > button + button {
  margin-top: 0;
}
.is--addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.is--order .t4s-account-content h2 {
  font-size: 20px;
}
.is--order .t4s-account-content h2.is--first {
  margin-bottom: 0;
}
.is--order tfoot tr:last-of-type td,
.is--order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  color: var(--link-color);
  font-weight: 500;
}
.is--order .lis__discount,
.is--order tfoot tr:last-of-type td::before {
  color: var(--link-color);
}
.is--order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
.is--order .t4s-account-content_content svg {
  width: 1.1rem;
  color: var(--sale-badge-background);
  margin-right: 0.5rem;
}
.is--order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.is--order td:first-of-type {
  align-items: initial;
}
@media screen and (min-width: 750px) {
  .is--order td .cart-discount {
    display: none;
  }
  .is--addresses [aria-expanded] ~ div[id] {
    padding: 10px 40px 20px;
  }
}
.rtl_true .t4s-customer ul {
  padding-left: 0;
  padding-right: 4.4rem;
}
.rtl_true .t4s_field label {
  left: auto;
  right: 14px;
}
.rtl_true .is--addresses form > div,
.rtl_true .t4s-customer ul,
.rtl_true .t4s-customer-account,
.rtl_true .t4s_field,
.rtl_true .t4s_field + .form__message {
  text-align: right;
}
.rtl_true .t4s-account-nav svg {
  margin-right: 0;
  margin-left: 5px;
}
.rtl_true .t4s_mr_10 {
  margin-right: 0;
  margin-left: 10px;
}
.rtl_true .is--addresses input[type="checkbox"] {
  margin-left: auto;
  margin-right: 0;
}
.rtl_true .is--addresses form button:first-of-type {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl_true .is--order tbody ul {
  text-align: left;
}
.rtl_true .is--order svg {
  margin-right: 0;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 750px) {
  .is--addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }
  .is--addresses form > div:nth-of-type(1),
  .is--addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
  .is--addresses li > button:first-of-type {
    margin-top: 3rem;
  }
  .is--order tfoot tr:last-of-type td,
  .is--order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
  .is--order tbody ul {
    text-align: left;
  }
  .rtl_true .is--order tbody ul {
    text-align: right;
  }
}
