.product {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.product-gallery-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  max-width: 500px;
  width: 100%;
}
.product-gallery-item {
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  padding: 4px;
}
.product-gallery-item-selected {
  border-color: var(--color-main);
}
.product-gallery-item-image {
  aspect-ratio: 1;
  display: inline-block;
  height: 90px;
  object-fit: contain;
  width: 90px;
}
.product-image {
  cursor: zoom-in;
  flex: 1;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.product-image-box {
  border: 10px double transparent;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: relative;
  transition-duration: 128ms;
  width: 100%;
}
.product-image-box:hover {
  border-color: #dddddd;
}
.is-touch .product-image-box {
  border: none;
}
.product-image-image {
  aspect-ratio: 1;
  display: inline-block;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  transition: all .4s;
  width: 100%;
}
.product-image-hidden {
  opacity: 0;
}
.product-header {
  margin-left: 10px;
  max-width: 500px;
  overflow: hidden;
}
.product-header-item {
  margin-bottom: 15px;
}
.product-header-doc {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.product-header-doc-free {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-header-doc-24 {
  border: 2px solid #222222;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
}
.product-header .product-category-item-price-donate {
  margin: 0 0 10px 0;
}
.product-manufacturer img {
  display: inline-block;
  height: 32px;
}
.product-manufacturer {
  align-items: end;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  padding-bottom: 15px;
}
.product-header-stock {
  font-size: 12px;
  text-transform: lowercase;
  vertical-align: bottom;
}
.product-header-instock {
  color: green;
}
.product-header-not-instock {
  color: #d12f14;
}
.product-title {
  font-size: 2em;
  line-height: 1em;
  text-align: left;
}
.product-title-item {
  font-size: 16px;
}
.product-title .product-category-item-model {
  line-height: 1;
  margin: 5px 0;
  text-overflow: unset;
  white-space: wrap;
}
.product-category-item-type, .product-category-item-color, .product-category-item-model {
  display: block;
}
.product-title .product-category-item-type {
  font-size: 18px;
  font-weight: 400;
  height: unset;
}
.product-title .product-category-item-color {
  font-size: 16px;
  font-weight: 400;
}
.product-info-sections {
  display: flex;
  line-height: 1.2;
}
.product-info-section {
  display: flex;
  font-size: 14px;
  margin-right: 10px;
  text-align: left;
}
.product-info-section-icon {
  height: 32px;
  margin-right: 10px;
  stroke: #fdc612;
  stroke-width: 3px;
  width: 32px;
}
.product-info-section-icon-cash {
  fill: #fdc612;
  stroke: none;
}
.product-info-section-name {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-info-section-value {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.product-btns {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.product-icon-btn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  padding: 10px 16px;
}
.product-icon-btn .fa {
  height: 16px;
  padding: 0;
  width: 16px;
}
.product-icon-btn svg {
  height: 16px;
  padding: 0;
  width: 16px;
}
.product-videos {
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}
.product-video {
  display: inline-block;
  font-size: 8px;
  height: 0;
  overflow: hidden;
  padding-bottom: 27.5%;
  position: relative;
  width: calc(50% - 6px);
}
.product-video-image {
  aspect-ratio: 1.33;
  margin-top: -10%;
  width: 100%;
}
.product-video-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.product-video-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-video-spacer {
  display: inline-block;
  height: 10px;
  width: 10px;
}
/*.description {
  font-size: 14px;
}*/
.description p {
  margin-bottom: 10px;
}
.description .r, .description .l {
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0;
  padding: 20px 0;
}
.description .p {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px 0;
}
.description .r > div {
  margin: auto 12px auto 0;
}
.description .l > div {
  margin: auto 0 auto 12px;
}
.description .r {
  flex-direction: row-reverse;
}
.description .l {
  flex-direction: row;
}
.description .t {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.description img {
  display: inline-block;
  margin: 0;
  object-fit: contain;
  max-height: 500px;
}
.product-attributes-list {
  font-size: 1.1em;
  width: 100%;
}
.product-attribute {
  display: flex;
  padding: 10px;
}
.product-attributes-list tr:nth-child(even) {
  background-color: #f8f8f8;
}
.product-attribute-name {
  flex: 1;
  margin-right: 10px;
  text-align: right;
  text-transform: uppercase;
}
.product-attribute-space {
  min-width: 10px;
  width: 1%;
}
.product-attribute-value {
  flex: 2;
}
.product-quantity-box {
  margin-bottom: 10px;
}
.product-header .product-add-to-cart {
  text-align: left;
}
.product-add-to-cart-credit-btn {
  background-color: #222222;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  min-width: 170px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: .5s all ease-out;
  vertical-align: top;
  white-space: nowrap;
}
.product-add-to-cart-credit-btn-cart {
  background-color: #ffffff;
  height: 18px;
  vertical-align: bottom;
  width: 18px;
}
.product-add-to-cart-btn {
  background-color: var(--color-main);
  border-radius: 4px;
  color: var(--color-btn);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  min-width: 170px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: .5s all ease-out;
  vertical-align: top;
  white-space: nowrap;
}
.product-btns .product-add-to-cart-btn-cart {
  background-color: var(--color-btn);
  height: 18px;
  vertical-align: bottom;
  width: 18px;
}
.product-add-to-cart-fixed {
  position: fixed;
  z-index: 1;
}
.products-related {
  font-size: 0;
}
.products-related-title {
  font-size: 1.1em;
  font-weight: 500;
  margin: 1rem 0;
}
.product-related {
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  margin: 2px;
  padding: 4px;
}
.product-related-selected {
  background-color: #d12f14;
  color: #ffffff;
}
.product-related-image {
  display: inline-block;
  height: 80px;
  object-fit: contain;
  width: 80px;
}
.product-header-related2 {
  font-size: 17px;
  font-weight: 500;
}
.product-sale-comment {
  color: var(--color-red);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.product-rating {
  display: inline-block;
  line-height: 1;
}
.product-rating .fa {
  background-color: #facc14;
  height: 12px;
  margin: 0 2px;
  vertical-align: bottom;
  width: 12px;
}
.form-common .product-rating {
  display: block;
}
.form-common .product-rating .fa {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.product-reviews-show-btn {
  color: #555555;
  cursor: pointer;
}
.product-rating-title {
  font-size: 16px;
  line-height: 21px;
}
.product-rating-rating {
  font-weight: 700;
}
.product-reviews-box {
  display: flex;
}
.product-reviews-box .scroll-v-list {
  height: 200px;
}
.product-review {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  max-width: 200px;
  min-width: 200px;
  overflow-y: auto;
  padding: 2px;
}
.product-review-author {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
.product-review-text {
  display: block;
  white-space: initial;
}
.product-category-products {
  display: grid;
}
.product-category-products-list {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.product-category-product-list {
  flex: 1;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.product-category-product-img {
  aspect-ratio: 1;
  display: inline-block;
  max-height: 228px;
  max-width: 228px;
  object-fit: contain;
  width: 100%;
}
.product-category-product-list .product-category-item {
  border-left-style: solid;
  border-radius: 5px;
  font-size: 10px;
  height: 100%;
  margin: 0;
  padding: 1rem;
  text-align: center;
  vertical-align: top;
}
.product-category-product-list .product-category-item-title {
  font-size: 14px;
  font-weight: 900;
  height: 32px;
  line-height: 1.2em;
  margin: 1em 0;
  white-space: initial;
}
.product-header .product-category-item-price-box {
  display: inline-block;
}
.product-header .product-category-item-price {
  display: flex;
}
.product-category-item-price-new {
  font-size: 24px;
}
.product-category-product-list .product-category-item-price {
  border-top: 2px solid #dddddd;
  font-size: 1.7rem;
  white-space: normal;
}
.product-category-product-list .product-category-item-price-discount {
  overflow: hidden;
  white-space: normal;
}
.product-category-product-list .product-category-item-manufacturer {
  overflow: hidden;
}
.product-category-item-price {
  line-height: 1.2;
}
.product-category-item-price-discount {
  font-size: 10px;
  margin-bottom: 10px;
}
.content .product-section-header {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 300;
  line-height: 50px;
}
.product-section-header-text {
  flex: 1;
}
.product-arrow {
  transition: .3s all ease-in-out;
}
.compact .product-arrow {
  transform: rotate(180deg);
}
.compact .product-attributes-list, .compact .product-quantity-box, .compact .product-reviews-box, .compact .product-category-products-list {
  display: none;
}

.gallery-show {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-show-image {
  cursor: pointer;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.gallery-show-image-animated {
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-show-count {
  color: #222222;
  left: 0;
  position: absolute;
  top: 0;
}
.gallery-show-list-btn {
  position: absolute;
  top: 50%;
}
.gallery-show-list-btn-left {
  left: 0;
}
.gallery-show-list-btn-right {
  right: 0;
}

.youtube-play {
  background: #333333;
  border-radius: 50% / 10%;
  color: #ffffff;
  font-size: 2em; /* change this to change size */
  height: 3em;
  margin: 20px auto;
  opacity: 0.9;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}
.youtube-play:hover {
  background: #f00f00;
  opacity: unset;
}
.youtube-play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.youtube-play::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  position: absolute;
  top: 50%;
  width: 0;
}
.product-action-days {
  border: 1px solid #d12f14;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
}
.product-action-days-1 {
  color: #222222;
  font-size: 14px;
}
.product-payment-icons {
  display: flex;
  flex-grow: 10;
  justify-content: end;
  position: relative;
}
.product-payment-icon {
  cursor: pointer;
  height: 32px;
  margin: 5px 0 5px 5px;
  width: 32px;
}

.tabs-box {
  margin-bottom: 30px;
}
.tabs-header {
  display: flex;
  justify-content: center;
}
.tab-header {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.tab-header-active {
  border-bottom: 1px solid;
  color: #d12f14;
}
.tabs-content {
}
.tab-content {
  margin-bottom: 30px;
  margin-top: 30px;
}

.scroll-v-list {
  display: flex;
}

@media (min-width: 910px) {
  .product-header .product-category-item-price-donate {
    text-align: left;
  }
}
@media (max-width: 910px) {
  .product {
    flex-direction: column;
  }
  .product-gallery-box {
    margin: 0 auto 30px auto;
  }
  .product-gallery-item-image {
    height: 60px;
    width: 60px;
  }
  .product-header {
    margin: 0 auto;
  }
  .product-title {
    text-align: center;
  }
  .product-attributes-list {
    font-size: 13.5px;
  }
  .product-reviews-box {
    display: initial;
  }
  .description .r, .description .l {
    flex-direction: column;
  }
  .description img {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .product-video {
    padding-bottom: 56.25%;
    width: 100%;
  }
  .product-review {
    width: 50%;
  }
  .product-manufacturer img {
    height: 24px;
  }
}
@media (max-width: 520px) {
  .product-review {
    width: 100%;
  }
  .product-category-product-list .product-category-item {
    border: unset;
    width: 100%;
  }
  .product-info-section {
    flex: 1;
    flex-direction: column;
    font-size: 13px;
    text-align: center;
  }
  .product-info-section-icon {
   margin: 0 auto 10px auto;
  }
}
@media (max-width: 389px) {
  .product-add-to-cart-credit-btn, .product-add-to-cart-btn {
    min-width: 110px;
  }

}