.header-link-item {
  position: relative;
}

.open-cart.header-cart-wrapper {
  display: block;
}

.header-cart-wrapper {
  -webkit-box-shadow: 0 0 20px rgba(12, 5, 13, 0.15);
  -moz-box-shadow: 0 0 20px rgba(12, 5, 13, 0.15);
  box-shadow: 0 0 20px rgba(12, 5, 13, 0.15);
  color: #231f20;
  text-align: left;
  position: absolute;
  top: 100%;
  background-color: #FFF;
  right: 40px;
  width: 340px;
  display: none;
  margin-top: 15px;
}

.header-cart-wrapper:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.header-cart-content {
  overflow-y: auto;
  position: relative;
  padding: 35px;
}

.header-cart-title {
  font-family: "ChronicleDisp";
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.header-cart-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-top: 25px;
}

.header-cart-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.header-cart-list__item:nth-child(1) {
  margin-top: 0;
}

.header-cart-list__item-img {
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  margin-right: 15px;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-cart-list__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.header-cart-list__item-title {
  font-family: "ChronicleDisp";
  font-size: 16px;
  font-weight: 400;
}

.header-cart-list__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 10px;
}

.header-cart-list__item-price {
  padding-right: 20px;
}

.header-cart-wrapper .subtotal-title {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 25px;
  font-family: "ChronicleDisp";
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}

.header-cart-wrapper .subtotal-title span {
  display: inline;
  font-family: "ChronicleDisp";
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  font-style: normal;
}

.header-cart-wrapper a.button {
  display: block;
  width: 100%;
  margin-top: 25px;
}

.header-cart-wrapper .close-cart {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.header-cart-wrapper .close-cart span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #231f20;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px !important;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

.header-cart-wrapper .close-cart span + span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-cart-wrapper .close-cart:hover span {
  background-color: #d18316;
}

.inner-product-slider .slider-products-main .arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(35, 31, 32, 0.6);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.inner-product-slider .slider-products-main .arrow span {
  margin-top: 3px;
  margin-left: -3px;
  background-position: center right;
  display: inline-block;
  width: 12px;
  height: 22px;
  background-image: url(../img/arow-white.png);
  background-repeat: no-repeat;
}

.inner-product-slider .slider-products-main .arrow__prev span {
  background-position: center left;
}

.inner-product-slider .slider-products-main-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.inner-product-slider .slider-products-main-item {
  height: 705px;
}

.photo-item {
  min-height: 708px;
}

@media screen and (min-width: 1024px) {
  .inner-product {
    padding-bottom: 20px;
  }
  .form-purchase .form-item .prices-list li p.price {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 900px) {
  .photo-item {
    min-height: 600px;
  }
  .pagination {
    padding: 15px 0 20px;
  }
  .pagination-breadcrambs {
    padding-top: 0;
  }
  .inner-product-info .price p.number {
    font-size: 28px;
  }
  .inner-product-info .price {
    margin: 20px 0;
  }
  .form-purchase .form-item .prices-list li p.price {
    font-size: 22px;
  }
  .inner-product-slider .slider-products-main-item {
    height: 600px;
  }
  .inner-product-info {
    min-height: auto;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 800px) {
  .photo-item {
    min-height: 450px;
  }
  .inner-product-slider .slider-products-main-item {
    height: 500px;
  }
  .header-cart-content {
    max-height: 550px;
  }
}

.js-fancybox-index,
.js-fancybox-count {
  color: #fff;
}

/* project */
.product-photo--item {
  height: 0;
  padding-top: 140%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.product-photo--button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.inner-product-info .button-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 30px;
}

.product-page .inner-product .inner-product-slider {
  max-width: 700px;
  margin: 0 auto;
}

.product-page .inner-product .inner-product-slider .slider-products-main-item {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.slider-products-title {
  display: none;
}

.inner-product-info {
  padding-top: 20px;
}

.inner-product-info .product-title.title {
  font-size: 36px;
  line-height: 38px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif;
}

@media screen and (max-width: 599px) {
  .inner-product-info .product-title.title {
    font-size: 28px;
  }
}

/*# sourceMappingURL=new_styles.css.map */