html.no-scroll {
  overflow: hidden;
}
html .f-cart-button {
  background: url(/static/cart_button_background-ea2890d7f86181f02d978dac735dcb16bcd31e89c4b016a9c32f37ab8e67c154.png)
    50% 50% no-repeat;
  cursor: pointer;
  width: 70px;
  height: 70px;
  pointer-events: all;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
}
html .f-cart-button svg {
  fill: #9b9b9b;
  height: 11px;
  margin-right: 4px;
  width: 11px;
}
html .f-cart-button button {
  border: none;
  background: none;
  color: #000 !important;
  display: block;
  font-family: "Helvetica", arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  padding: 17px 0 0 33px;
  text-decoration: none;
}
html .f-cart-button button:hover {
  color: #000;
  text-decoration: none;
}
html button.f-cart-close-button {
  border: none;
  background: none;
  padding: 0;
  color: #e6e6e6;
  display: block;
  font-size: 34px;
  height: 34px;
  width: 20px;
  line-height: 34px;
  position: absolute;
  right: 20px;
  top: 25px;
  text-decoration: none;
}
html button.f-cart-close-button:hover {
  color: #e6e6e6;
  text-decoration: none;
}
html .f-cart-inner {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999999;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 500ms cubic-bezier(0.32, 0.055, 0.13, 1.06);
  transition: all 500ms cubic-bezier(0.32, 0.055, 0.13, 1.06);
}
html .f-cart-inner.cart-collapsed {
  background: transparent;
  pointer-events: none;
}
html .f-cart-inner.cart-collapsed .f-sales-cart {
  -webkit-transform: translateX(415px);
  transform: translateX(415px);
}
html .f-cart-inner.cart-hidden {
  display: none;
  pointer-events: none;
}
html .f-cart-inner.cart-loading .f-sales-cart-checkout .f-sales-cart-redirect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .f-cart-inner.cart-loading .f-sales-cart-checkout button,
html .f-cart-inner.cart-loading .f-sales-cart-checkout p {
  display: none;
}
html .f-sales-cart {
  background: #fff;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Helvetica", arial;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 415px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 500ms cubic-bezier(0.32, 0.055, 0.13, 1.06);
  transition: all 500ms cubic-bezier(0.32, 0.055, 0.13, 1.06);
}
html .f-sales-cart h3 {
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  font-family: "Helvetica", arial;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 35px 25px;
}
html .f-sales-cart h3 svg {
  fill: #9b9b9b;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 16px;
}
html .f-sales-cart-empty {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html .f-sales-cart-empty h5 {
  color: #000;
  font-size: 14px;
  font-family: "Helvetica", arial;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 5px 0;
}
html .f-sales-cart-empty p {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
html .f-sales-cart-product-list {
  list-style: none;
  overflow: scroll;
  padding: 0;
  margin: 0;
  height: 100%;
}
html .f-sales-cart-product-list-product {
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  list-style: none;
  overflow: hidden;
  padding: 25px;
}
html .f-sales-cart-product-list-product:last-child {
  border: 0;
}
html .f-sales-cart-product-list-product.removed .product-details-name {
  float: none;
  line-height: 100%;
  margin: 0;
  max-width: none;
}
html .f-sales-cart-product-list-product .product-image {
  float: left;
  margin: 0 20px 0 0;
  height: 50px;
  width: 50px;
}
html .f-sales-cart-product-list-product .product-details {
  overflow: hidden;
}
html .f-sales-cart-product-list-product .product-details-name {
  color: #000;
  float: left;
  font-family: "Helvetica", arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 5px 0;
  max-width: 160px;
}
html .f-sales-cart-product-list-product .product-details-price {
  float: right;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  width: 115px;
}
html .f-sales-cart-product-list-product .product-variant-label {
  clear: both;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
}
html .f-sales-cart-product-list-product .product-qty-wrapper {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
  overflow: hidden;
}
html .f-sales-cart-product-list-product .product-qty-wrapper button {
  border: none;
  background: none;
  color: #9b9b9b;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: none;
}
html
  .f-sales-cart-product-list-product
  .product-qty-wrapper
  .product-qty-decrease {
  border-left: 1px solid #e6e6e6;
}
html .f-sales-cart-product-list-product .product-qty-wrapper .product-qty {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  padding: 10px 15px;
}
html
  .f-sales-cart-product-list-product
  .product-qty-wrapper
  .product-qty-increase {
  border-right: 1px solid #e6e6e6;
}
html .f-sales-cart-product-list-product .product-remove {
  border: none;
  background: none;
  color: #9b9b9b;
  float: left;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: 17px;
  left: 15px;
  text-decoration: none;
}
html .f-sales-cart-footer {
  margin-top: auto;
}
html .f-sales-cart-subtotal {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  color: #000;
  font-size: 14px;
  overflow: hidden;
}
html .f-sales-cart-subtotal dl {
  padding: 25px;
  margin: 0;
  overflow: hidden;
}
html .f-sales-cart-subtotal dl dt {
  float: left;
  line-height: 100%;
}
html .f-sales-cart-subtotal dl dd {
  float: right;
  font-weight: bold;
  line-height: 100%;
}
html .f-sales-cart-subtotal p {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0;
  padding: 20px 0 0 0;
}
html .f-sales-cart-checkout {
  padding: 25px;
  min-height: 88px;
}
html .f-sales-cart-checkout button {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  margin-right: 20px;
  width: 200px;
}
html .f-sales-cart-checkout button:disabled {
  cursor: default;
  opacity: 0.3;
}
html .f-sales-cart-checkout .error {
  background: #ffe6e6;
  border: 1px solid #d0021b;
  border-radius: 3px;
  color: #a30002;
  font-size: 12px;
  font-weight: normal;
  margin: -8px 0 0 0;
  padding: 10px;
  line-height: 16px;
}
html .f-sales-cart-checkout .f-sales-cart-redirect {
  display: none;
  overflow: hidden;
  position: relative;
}
html .f-sales-cart-checkout .f-sales-cart-redirect .spinner-wrap {
  line-height: 0;
  margin-right: 15px;
}
html .f-sales-cart-checkout .f-sales-cart-redirect .spinner-wrap .spinner-svg {
  -webkit-animation: rotator 1.2s linear infinite;
  animation: rotator 1.2s linear infinite;
  width: 24px;
  height: 24px;
}
html
  .f-sales-cart-checkout
  .f-sales-cart-redirect
  .spinner-wrap
  .spinner-circle {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-animation: dash 1.2s ease-in-out infinite;
  animation: dash 1.2s ease-in-out infinite;
  stroke-dasharray: 60;
  stroke: #000;
}
html
  .f-sales-cart-checkout
  .f-sales-cart-redirect
  .spinner-wrap
  .exclamation-point {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 0;
}
html .f-sales-cart-checkout .f-sales-cart-redirect .loading-copy {
  color: #000;
  font-family: "Helvetica", arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
html .f-sales-cart__checkout-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .f-sales-cart__checkout-actions p {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  width: 235px;
}
html .f-sales-cart__discount-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px 25px 25px;
  font-size: 12px;
}
html .f-sales-cart__discount-field label {
  border: 1px solid #e6e6e6;
  border-right: 0;
  padding: 10px;
  line-height: 16px;
}
html .f-sales-cart__discount-field input {
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 20px;
  line-height: 16px;
  width: 247px;
}
html .f-sales-cart__discount-field input::-webkit-input-placeholder {
  text-transform: none;
}
html .f-sales-cart__discount-field input::-moz-placeholder {
  text-transform: none;
}
html .f-sales-cart__discount-field input:-ms-input-placeholder {
  text-transform: none;
}
html .f-sales-cart__discount-field input::-ms-input-placeholder {
  text-transform: none;
}
html .f-sales-cart__discount-field input::placeholder {
  text-transform: none;
}
html .f-sales-cart__discount-field .error {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 10px 0 0 0;
  color: #ff0036;
}
html .f-sales-cart__discount-applied {
  border-top: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 25px;
}
html .f-sales-cart__discount-applied p {
  line-height: 16px;
  padding: 0;
  max-width: 270px;
}
html .f-sales-cart__discount-name {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 12px;
}
html .f-sales-cart__discount-name span:first-child {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 5px;
}
html .f-sales-cart__discount-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
  text-decoration: underline;
}
html .f-sales-cart__discount-button--remove {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .open-mobile-menu .f-cart-wrapper,
  .menu-is-visible .f-cart-wrapper,
  .mobile-menu-opened .f-cart-wrapper,
  .menu_opened .f-cart-wrapper {
    display: none;
  }
  .f-cart-inner {
    position: fixed;
  }
  .f-cart-inner.cart-open .f-cart-button {
    display: none;
  }
  .f-cart-inner .f-cart-button {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    height: 50px;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
  }
  .f-cart-inner .f-cart-button a,
  .f-cart-inner .f-cart-button button {
    height: 50px;
    padding-top: 17px;
    width: 100%;
  }
  .f-cart-inner .f-sales-cart {
    width: 305px;
  }
  html .f-sales-cart__discount-field label {
    display: none;
  }
  html .f-sales-cart__discount-field input {
    width: 204px;
  }
  html .f-sales-cart__checkout-actions {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html .f-sales-cart__checkout-actions button {
    width: 100%;
    margin: 0;
    padding: 15px 25px;
  }
  html .f-sales-cart__checkout-actions p {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding: 15px 0 0 0;
  }
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes dash {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 60;
  }
  50% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    stroke-dashoffset: 12;
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
    stroke-dashoffset: 60;
  }
}
@keyframes dash {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 60;
  }
  50% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    stroke-dashoffset: 12;
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
    stroke-dashoffset: 60;
  }
}
