body:not(.has-transparent-header) main {
  padding-top: 0;
}
@media (min-width: 834px) {
  body:not(.has-transparent-header) main {
    padding-top: 40px;
  }
}

@media (min-width: 834px) {
  .product-info-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}

.product-images {
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 834px) {
  .product-images {
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 1140px) {
  .product-images {
    position: relative;
  }
}

.product-image-main {
  width: 100%;
  max-width: 360px;
  padding: 13px;
}
@media (min-width: 834px) {
  .product-image-main {
    max-width: 387px;
  }
}
@media (min-width: 1140px) {
  .product-image-main {
    max-width: 495px;
  }
}
.product-image-main img {
  width: 100%;
  height: auto;
  display: flex;
}

.product-images-additional {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0 8px;
}
@media (min-width: 1140px) {
  .product-images-additional {
    max-width: 495px;
  }
}
@media (min-width: 1300px) {
  .product-images-additional {
    position: absolute;
    flex-wrap: wrap;
    gap: 20px;
    top: 0;
    left: -105px;
    width: 85px;
    margin-top: 0;
  }
}

.product-image-additional {
  max-width: 70px;
  padding: 4px;
  opacity: 0.5;
  cursor: pointer;
}
.product-image-additional.active {
  opacity: 1;
}
.product-image-additional:hover {
  opacity: 1;
}
.product-image-additional img {
  width: 100%;
  height: auto;
  display: flex;
}

.product-info {
  padding-top: 30px;
}
@media (min-width: 834px) {
  .product-info {
    width: 50%;
    padding-top: 20px;
  }
}
.product-info .product-name {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #17171D;
}
@media (min-width: 834px) {
  .product-info .product-name {
    font-size: 40px;
    line-height: 48px;
  }
}
.product-info .product-name span {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}
@media (min-width: 834px) {
  .product-info .product-name span {
    font-size: 20px;
    line-height: 24px;
  }
}
.product-info .product-description {
  margin-top: 30px;
  font-size: 16px;
}
@media (min-width: 834px) {
  .product-info .product-description {
    font-size: 18px;
  }
}

.product-name-additional-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 834px) {
  .product-name-additional-text {
    margin-top: 40px;
  }
}
@media (min-width: 1140px) {
  .product-name-additional-text {
    margin-top: 30px;
  }
}

.product-cart {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 27px;
}
@media (min-width: 1140px) {
  .product-cart {
    justify-content: flex-start;
  }
}
.product-cart .product-price {
  font-size: 30px;
  line-height: 35px;
  color: #9F8B61;
  white-space: nowrap;
}
.product-cart .product-btn-add-to-cart {
  position: relative;
  padding: 7px 8px;
  cursor: pointer;
}
.product-cart .product-btn-add-to-cart span {
  display: flex;
  width: 100%;
  min-width: 250px;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: #17171D;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.products-featured {
  padding-top: 50px;
}
@media (min-width: 834px) {
  .products-featured {
    padding-top: 70px;
  }
}

.product-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-description .details {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.text-danger {
  color: #a94442;
}

.review-title {
  font-family: "Cormorant";
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #17171D;
}

form fieldset .form-group {
  position: relative;
  margin-top: 20px;
  width: 100%;
}

#form-review .control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 30px;
  color: rgba(23, 23, 29, 0.46);
}

form fieldset label.active {
  top: -20px;
}

form fieldset input[type=text] {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(23, 23, 29, 0.47);
}

form fieldset textarea {
  width: 100%;
  height: 60px;
  line-height: 20px;
  border-bottom: 1px solid rgba(23, 23, 29, 0.47);
  resize: none;
}

.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a:after {
  content: url("/image/svg/star-2.svg");
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
  content: url("/image/svg/star-1.svg");
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  content: url("/image/svg/star-1.svg");
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}

@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: "\f006";
    color: black;
  }

  .br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: "\f005";
    color: black;
  }
}
.reviewfield {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}

form fieldset .rating label {
  position: relative;
  padding-right: 19px;
  font-size: 18px;
  line-height: 21px;
  color: #17171D;
}

.reviewfield .buttons {
  width: 100%;
}

#button-review {
  padding: 10px 55px;
  background: #17171D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
@media (min-width: 834px) {
  #button-review {
    width: 242px;
  }
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.reviewfield.terms {
  margin-top: 0;
  margin-bottom: 20px;
}

.terms .terms-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}

.terms b {
  padding: 0 3px;
}
.terms input {
  margin-right: 10px;
}
.terms label {
  display: flex;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.review-list {
  background: #FFFFFF;
  box-shadow: 5px 5px 19px rgba(61, 61, 75, 0.08);
  padding: 20px;
  margin-bottom: 30px;
}

.oct_review_date {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 141.5%;
  color: rgba(23, 23, 29, 0.51);
}

.review-list .author {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.review-list .reputation-buttons {
  display: none;
}

.review-list .fa-plus, .review-list .fa-minus {
  width: 21px;
  height: 21px;
  border-radius: 75px;
  text-align: center;
}

.review-list .fa-plus {
  background: #16A724;
}

.review-list .fa-minus {
  background: #A73016;
}

.review-list .fa-plus:before, .review-list .fa-minus:before {
  font-size: 9px;
  color: #fff;
}

.review-list .positive_text, .review-list .negative_text {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.review-list .positive_text b, .review-list .negative_text b {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-left: 11px;
}

.review-list .text {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  word-wrap: break-word;
}

.admin-answer {
  padding-left: 25px;
}

.review-list .rating {
  margin-top: 15px;
}

.my-rating {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.review-list .fa-star:before,
.review-list .fa-star-o:before {
  display: block;
  content: " ";
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
}

.review-list .fa-star:before {
  background-image: url(/image/svg/star-1.svg);
}

.review-list .fa-star-o:before {
  background-image: url(/image/svg/star-2.svg);
}

#review-title {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#review {
  margin-bottom: 30px;
}
#review .next_reviews a {
  text-transform: uppercase;
  display: flex;
  padding-right: 10px;
  align-items: center;
  margin-right: 20px;
}
#review .next_reviews i {
  width: 12px;
  height: 46px;
  background: url(/image/svg/footer/flag.svg) 0 0 no-repeat;
  background-size: contain;
  cursor: pointer;
  transform: rotate(180deg) scaleX(-1);
  margin-left: 20px;
}

input[type=radio] {
  appearance: none;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #999;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}
input[type=radio]:checked {
  background-color: #2196F3;
  border-color: #2196F3;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.options {
  margin-top: 20px;
}
.options .control-label {
  font-size: 18px;
}
.options .radio {
  display: flex;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.options .radio label {
  padding-right: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.options .radio label span {
  padding-left: 10px;
}
.options .radio input:checked + label .option-name {
  font-weight: bold;
}

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