#product-images {
  text-align: center;
}
.product-images img {
  border-radius: 7px;
}
.product-old-price {
  display: inline-block;
  position: absolute;
  top: -20px;
}
.product-old-price:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e30816;
  top: 48%;
}
.product-credit-price {
  display: block;
  position: absolute;
  bottom: 0px;
}
.product-add .value input {
  height: 42px;
  font-size: 20px;
}
.product-add-cart {
  padding: 5px 15px !important;
  font-size: 18px;
  line-height: 30px;
  border-color: #e30816 !important;
  background: #e30816;
  color: #fff !important;
}
.product-one-click .dropdown-content {
  width: 300px;
}
.product-video-trigger {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #de2828;
    top: 25px;
    left: 25px;
    border-radius: 6px;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}
.product-item-attrs .column {
    background: #fff;
        z-index: 1
}
.product-item-attrs .columns:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px dotted #bebebe;
    bottom: 8px;
}
.lSSlideWrapper {
    margin-bottom: 15px;
}
#product-images li {
  cursor: zoom-in;
}
#product-images img {
    border-radius: 15px;
}
.lSPager.lSGallery img {
    border-radius: 9px;
}
.product-manufacturer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.review-count {
  display: inline-block;
  font-size: 12px;
  background: #3E61CC;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 4px;
}
.product-attribute:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  bottom: 3px;
}
.product-attribute > div > span {
  display: inline-block;
  background: #fff;
}
.product-review-rating.tabs.is-toggle li.is-active a {
    background-color: #e30816 !important;
    border-color: #e30816 !important;
}
.product-info-icons .columns {
  margin: -0.75rem;
}
.product-discount {
    position: absolute;
    top: 15px;
    left: 15px;
}
.product-sticker-left {
    position: absolute;
    bottom: 20%;
    left: 15px;
    text-transform: uppercase;
}
.product-sticker-right {
    position: absolute;
    bottom: 20%;
    right: 15px;
    text-transform: uppercase;
}
.exampleIcon {
    line-height: 1;
    background: linear-gradient(to bottom, #FFCF54, #FFAE00);
    padding: 15px;
    border-radius: 12px;
    color: #000;
}
.product-related, .product-description {
    border-top: 2px solid #ddd;
}
@media (max-width: 768px) {
  .product-main-info {
      margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .product-related .column.is-6-mobile {
      width: 100%;
  }
  .product-info-icons {
      margin-top: 35px;
  }
  .product-info-icons > .columns > .column {
      width: 100%;
      padding-top: 0;
  }
  .product-info-icons > .columns > .column .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product-info-icons > .columns > .column .box .icon {
      margin-right: 10px;
  }
}
