@font-face {
  font-weight: normal;
  font-style: normal; }

html, body, h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box; }

html {
  font-family: 'AzoSans', serif;
  color: #ffffff; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

img {
  display: block;
  max-width: 100%; }

input {
  -webkit-appearance: textfield;
  margin: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.btn {
  color: white;
  font-size: 12px;
  background: #da1640;
  padding: 10px 5px;
  border-width: 0;
  cursor: pointer;
  transition: all 200ms ease;
  max-width: 135px;
  width: 100%;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 20px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .btn:hover, .btn:focus {
    background: #a8133a; }

.btn--test {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%); }

.btn--cart-tab {
  padding: 5px 11px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 102; }
  .btn--cart-tab.js-active {
    transform: translateY(-50%);
    opacity: 1; }


@media only screen and (max-width: 1024px) {
  .btn--cart-tab {
    right: -2px;
  }
}


.btn__counter {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 18px; }

.icon-cart--side {
  height: 20px;
  width: 20px; }

.cart {
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 103;
  background: #000000;
  transform: translateX(100%); }
  .cart.js-active {
    transform: translateX(0); }

.cart-section {
  position: relative;
  padding: 20px; }

.cart-section--top {
  z-index: 105; }

.cart-title {
  color: white;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%; }

.btn--close {
  font-family: 'AzoSans-Light', sans-serif;
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: white;
  border: none;
  background: transparent;
  transition: transform 100ms ease;
  cursor: pointer; }
  .btn--close:hover {
    transform: scale(1.2);
    color: dimgray; }

.cart-form {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 70px 0 140px 0; }

.cart-item-container {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  perspective: 400px;
  perspective-origin: 50% 0px; }

.cart-item {
  margin-bottom: 20px;
  overflow: hidden;
  backface-visibility: visible;
  min-height: 65px;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }
  .cart-item.js-hidden {
    opacity: 0; }
  .cart-item.js-working:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2; }

.cart-item__img {
  width: 80px;
  height: 57px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute; }

.cart-item__content {
  width: 100%;
  padding-left: 95px; }

.cart-item__content-row {
  margin-bottom: 5px; }

.cart-item__variant-title {
  float: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  color: white; }

.cart-item__title {
  font-size: 14px;
  color: white; }

.cart-item__quantity-container {
  float: left; }

.quantity-decrement, .quantity-increment {
  color: white;
  font-family: 'AzoSans-Light', sans-serif;
  display: block;
  float: left;
  height: 21px;
  line-height: 16px;
  width: 25px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 17px;
  text-align: center; }

.cart-item__quantity {
  color: white;
  width: 38px;
  height: 21px;
  font-size: 20px;
  font-family: 'AzoSans-Light', sans-serif;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
  background: transparent;
  display: block;
  float: left;
  padding: 0;
  border-radius: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cart-item__price {
  line-height: 23px;
  font-size: 20px;
  float: right;
  color: white; }

.cart-bottom {
  border-top: 0; }

.cart-info {
  padding: 15px 20px 10px; }

.cart-info__total {
  float: left;
  text-transform: uppercase;
  color: white; }

.cart-info__small {
  font-size: 14px;
  color: white;
  text-transform: uppercase; }

.cart-info__pricing {
  float: right; }

.cart-discount-notice {
  color: #767676;
  margin-bottom: 10px; }

.cart-actions-container {
  padding-top: 5px; }

.pricing {
  margin-left: 5px;
  font-size: 16px;
  color: white; }

.product {
  max-width: 400px;
  /*box-shadow: 0 0 100px 10px #eee;*/
  padding: 30px; padding-left: 0;
  line-height: 1;
  /*background: #000;*/ }

.add-cart {
  font-family: 'CormorantGaramond', serif;
  font-size: 32px;
  color: #cea26c;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #cea26c; }

.type--center {
  text-align: center; }
