﻿/* detail events right */
.html-product-details-page .product-variant-list .button-wrapper {
  margin-top: 60px;
}

.html-product-details-page
  .product-variant-list
  .button-wrapper
  .add-to-cart-button {
  margin-left: 0;
}
.html-product-details-page .product-variant-list .vendor-name,
.html-product-details-page .product-essential-right .vendor-name {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.html-product-details-page .product-variant-list .vendor-name:before,
.html-product-details-page .product-essential-right .vendor-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/ico-user-name.svg);
}

.html-product-details-page .product-variant-line .sold-out {
  font-weight: 700;
  color: #e41b72;
}

/* event/class detail - product-essential-left */
.html-product-details-page .product-essential-program {
  display: none;
}
.html-product-details-page
  .product-essential-left
  .product-vendor
  .vendor-name
  b {
  color: var(--RandomColor);
  font-weight: 700;
}

.html-product-details-page .product-essential-program .container-img {
  flex: 0 0 auto;
  margin-right: 10px;
}

.html-product-details-page .product-essential-program .container-img > img {
  height: 80px;
  border-radius: 5px;
}
.html-product-details-page .product-vendor-programdesc {
  font-size: 14px;
  line-height: 20px;
}
/* event detail - product-essential-right */
@media (max-width: 720px) {
  .html-product-details-page .product-essential-program.mobile {
    display: flex;
    font-size: 14px;
  }
}

.html-product-details-page .product-essential-right .overview .event-type {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 10px;
}

.html-product-details-page .product-vendor span {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
}

.html-product-details-page .product-vendor span.value {
  color: var(--RandomColor);
}

.product-details-page .overview .sold-out,
.product-details-page .overview .cancelled {
  font-size: 24px;
  margin-bottom: 30px;
}

.product-details-page .overview .sold-out {
  color: var(--RandomColor);
}

.product-details-page .overview .cancelled {
  color: #999;
}

.html-product-details-page .overview .short-description {
  font-family: "Montserrat";
  margin: 0px;
  padding: 0px;
  border: none;
  margin-bottom: 30px;
}

.html-product-details-page .overview .add-to-wishlist {
  display: inline-block;
  vertical-align: top;
}

.html-product-details-page .overview input[class~="add-to-wishlist-button"],
button.add-to-wishlist-button {
  width: 50px;
  height: 50px;
  background: url("../img/variant-wishlist.svg") center no-repeat;
  margin-left: 15px;
  background-color: var(--RandomColor);
}

.html-product-details-page .product-review-box {
  text-align: center;
}

/* TIER PRICES */

@media (min-width: 721px) {
  .html-product-details-page .product-essential-program {
    padding: 20px;
    background-color: #3f3f41;
    /*flex-wrap: wrap;*/
  }
  .html-product-details-page .product-essential-program.desktop {
    display: flex;
    margin-top: 40px;
  }

  .html-product-details-page .product-vendor-programdesc {
    font-weight: 500;
  }
}

.product-details-page .overview input[class~="add-to-wishlist-button"],
.product-buttons-wrapper .add-to-wishlist-wrapper .add-to-wishlist-button {
  background: url("../img/ico-heart-border.svg") left center no-repeat;
  width: auto;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  margin-left: 0;
  padding-left: 40px;
}

@media (max-width: 426px) {
  .product-buttons-wrapper > div.email-friend-wrapper {
    flex: 0 0 100%;
    margin-top: 15px;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .product-buttons-wrapper > * {
    margin-top: 10px;
  }

  .product-buttons-wrapper > div:not(.add-to-wishlist-wrapper) {
    flex: 0 0 auto;
  }

  .product-buttons-wrapper > div:not(.add-to-wishlist-wrapper) {
    flex: 1 1 100%;
  }

  .product-buttons-wrapper .add-to-wishlist-wrapper {
    flex: 0 0 50%;
    text-align: left;
    margin-right: 0px;
  }

  .product-details-page .overview input[class~="add-to-wishlist-button"],
  .product-buttons-wrapper .add-to-wishlist-wrapper .add-to-wishlist-button {
    padding-left: 30px;
  }
}

.product-details-page .overview input[class~="add-to-wishlist-button"]:hover,
.product-details-page .overview input[class~="add-to-wishlist-button"]:focus,
.product-buttons-wrapper .add-to-wishlist-wrapper .add-to-wishlist-button:hover,
.product-buttons-wrapper
  .add-to-wishlist-wrapper
  .add-to-wishlist-button:focus {
  color: var(--RandomColor);
}

.product-buttons-wrapper .add-to-wishlist-wrapper .already-in-wishlist {
  background: url("../img/ico-heart-full.svg") no-repeat left center;
  width: 100%;
  /* cursor: initial; */
  width: auto;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  margin-left: 0;
}

.already-in-wishlist:hover {
  cursor: pointer;
}

.product-details-page .product-collateral:empty {
  display: none;
}

/* related products */
.html-product-details-page .related-products-grid.product-grid {
  position: relative;
  padding-bottom: 0;
}

.html-product-details-page
  .related-products-grid.product-grid
  .item-box
  .picture {
  height: 0;
}

.html-product-details-page .related-products-grid.product-grid::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #58595b;
  z-index: -1;
}

.html-product-details-page .related-products-grid.product-grid .title {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 5px;
  color: #333333;
}

.html-product-details-page
  .related-products-grid.product-grid
  .title
  strong:after {
  display: none;
}

.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .product-title:not(.related-iname)
  .class-user-name,
.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .product-title:not(.related-iname)
  .class-info
  p,
.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .details
  .add-info:not(.related-iname)
  .prices,
.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .details
  .add-info:not(.related-iname)
  .prices
  .price {
  text-align: left;
  padding-left: 0;
}

.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .product-title:not(.related-iname)
  .class-user-name::before,
.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .product-title:not(.related-iname)
  .class-info
  p::before,
.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .details
  .add-info:not(.related-iname)
  .prices
  .price::before {
  display: none;
}

.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .details
  .add-info
  .prices
  .price {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0;
}

.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .details
  .add-info
  .prices {
  margin-top: 0;
}

.html-product-details-page
  .related-products-grid.product-grid
  .product-item
  .details
  .class-info {
  display: none;
}

.html-product-details-page
  .related-products-grid.product-grid
  .item-box
  .product-item
  .already-in-wishlist {
  background: url("../img/variant-wishlist-selected-white.svg") no-repeat center;
  margin: 0 8px;
  background-size: 42px;
}

.html-product-details-page
  .product-class-detail
  .related-products-grid.product-grid::before {
  display: none;
}

.html-product-details-page
  .product-class-detail
  .related-products-grid.product-grid {
  background: none;
}

.html-product-details-page {
  overflow-x: hidden;
}
