/* Mixins */
@mixin border-radius($radius) {
  -webkit-border-radius: $radius;
  -moz-border-radius: $radius;
  -ms-border-radius: $radius;
  border-radius: $radius;
}
@mixin box-shadow($shadow) {
  -webkit-box-shadow: $shadow;
  -moz-box-shadow: $shadow;
  -ms-box-shadow: $shadow;
  box-shadow: $shadow;
}
@mixin transition($transition) {
  -webkit-transition: $transition;
  -moz-transition: $transition;
  -ms-transition: $transition;
  transition: $transition;
}
@mixin transform($transform) {
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  transform: $transform;
}

#product-upper {
  position: relative;
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/*Product Gallery*/
#product-images {
  padding: 0 2em;
}
#product-gallery {
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
}
.rsOverflow {
  float: right;
  padding-left: 1em;
}
.rsDefaultInv .rsThumbsVer {
  top: 32px;
  left: 0;
  right: auto;
  height: calc(100% - 64px);
  width: 100px;
}
.royalSlider {
  -moz-opacity: 0;
  opacity: 0;
  @include transition(all 0.3s ease);
  visibility: hidden;
}
.royalSlider.rsHor {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
}
.rsDefaultInv .rsThumb {
  // width: 100%;
  height: auto;
  margin: 21px auto;
  filter: drop-shadow(0 0 3px #B0ADAF);
}

.rsDefaultInv .rsThumb img {
  // opacity: 0.5;
  width: 80px;
  height: 80px;
  top: 40px;
  // left: auto;
  @include transform(translate(0, 0));
}
.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 1;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
  text-align: center;
  width: 100px !important;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow i {
  vertical-align: top;
  font-size: 3.2rem;
  color: #000;
}
#video-button {
  padding: 1em 3em;
  color: #ec297b;
  font-style: italic;
  font-size: 1.5rem;
  border: 1px solid #f2f2f2;
  margin: 2em auto 0;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
}
#video-button i {
  pointer-events: none;
  margin-right: 0.5em;
  font-size: 2.5rem;
}
#product-header {
  padding: 0 0 2em;
}
#product-header .breadcrumbs {
  padding-left: 0;
}
#product-header .breadcrumbs a {
  font-size: 1.4rem;
  color: #696a6a;
  font-style: italic;
}
#product-header .breadcrumbs .active-breadcrumb {
  font-weight: 500;
  color: #696a6a;
  font-style: italic;
}
#product-header h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
#product-header h1 strong {
  font-weight: normal;
  font-family: "CeraPRO-Medium", "Avenir Next", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}
#product-vendor {
  width: 100%;
  display: block;
  font-style: italic;
  font-weight: 400;
}
#product-meta {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.product-meta-item {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  font-style: italic;
  margin-right: 1em;
  position: relative;
  vertical-align: top;
}
.product-meta-item:last-child {
  margin-right: 0;
}
.product-meta-item-title {
  margin-right: 3px;
  color: #999;
  font-weight: 400;
}
.product-meta-item-value {
  display: inline-block;
  color: #555;
  font-weight: 600;
}
.product-price-compare {
  display: block;
  bottom: 0px;
  left: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ec297b;
}
#product-rating {
  display: inline-block !important;
  position: relative;
  top: 2px;
}
#product-rating .yotpo .yotpo-bottomline .yotpo-icon-half-star,
#product-rating .yotpo .yotpo-bottomline .yotpo-icon-star {
  color: #ec297b !important;
  font-size: 19px !important;
}
#product-rating .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ccc !important;
  font-size: 19px !important;
}
#product-rating .yotpo .text-m {
  font-size: 1.8rem !important;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic !important;
  font-weight: 500;
  padding-left: 6px;
}
.product-option-row {
  width: 100%;
  margin: 0;
  padding: 0 0 1.5em;
}
.product-option-row--1 {
  display: none;
}
.product-option-row label {
  vertical-align: middle;
  width: 104px;
  text-align: left;
  display: inline-block;
}
.product-option-row .form__field--select {
  max-width: calc(100% - 108px);
}
.product-option-row .form__field--select:after {
  font-size: 20px;
  top: 15px;
  right: 0.8em;
}
.product-option-row .form__field--select select {
  max-width: none;
  height: 56px;
  padding: 0 1em;
}

/* product purchase row */
.product-option-row .form__field--select {
  vertical-align: middle;
}
.product-option-row--purchase-row {
 // display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1180px) {
  .product-option-row--purchase-row {
    flex-wrap: nowrap;
  }
}

.product-option-row--purchase-row .lists-wishlist-btn {
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eee;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  text-align: center;
}
.product-option-row--purchase-row .rb__lists-addremove {
  color: #ec297b;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.product-option-row--purchase-row .rb__lists-addremove-add {
  color: #a8a8a8;
}
.product-option-row--purchase-row .rb__lists-addremove.fa:before {
  margin: 0;
}
.product-form__quantity {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1180px) {
  .product-form__quantity {
    width: auto;
  }
}
.product-form__actions {
  display: flex;
  //flex-direction: column;
  flex-grow: 1;
  margin-right: 1rem;
  justify-content: space-around;
}
@media screen and (min-width: 1180px) {
  .product-form__actions {
    margin-left: 1rem;
    padding: 2em 0 0 0;
  }
}
.product-form__actions .btn {
  margin-bottom: 1rem;
  border-radius: 50px;
  width: 45%;
  font-size: 1.7rem;
}
.product-option-row--purchase-row .lists-wishlist-btn {
  justify-self: flex-end;
}

/* product options */
#product-options {
  position: relative;
  z-index: 2;
  padding: 0 5% 0 1em;
  margin-bottom: 0;
}

/* swatches */
.product-option-row--swatches,
.product-option-row {
  width: 100%;
  margin: 0;
  padding: 0 0 2em;
}
.swatch-header,
.product-option-row label,
#product-qty-label {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  font-style: italic;
  color: #070707;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  width: 100px;
}
.swatch {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  width: calc(100% - 110px);
}
.swatch input {
  display: none;
}
.swatch-element {
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 0.15em 0.4em 0;
  position: relative;
  @include border-radius(50%);
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.swatch-element label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
  @include border-radius(50%);
  letter-spacing: -0.03em;
}
.selected-swatch {
  border: 1px solid #ec297b;
  box-shadow: 0 0 0 2px #ec297b;
}
.product-option-row--color .selected-swatch label:after {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  @include border-radius(50%);
}
.swatch-element--customize {
  overflow: visible;
}
.swatch-element--customize i {
  color: #ec297b;
  font-size: 2rem;
  text-align: center;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  @include transform(translate(-50%, -50%));
}
.swatch-element--customize span {
  color: #ec297b;
  visibility: hidden;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: -72px;
  opacity: 0;
  @include transform(translateY(-50%));
  -webkit-transition: right 0.4s ease, opacity 0.2s ease;
  -ms-transition: right 0.4s ease, opacity 0.2s ease;
  -moz-transition: right 0.4s ease, opacity 0.2s ease;
  transition: right 0.4s ease, opacity 0.2s ease;
}
.swatch-element--customize:hover span {
  visibility: visible;
  right: -76px;
  opacity: 1;
}

.swatch-unavailable {
  opacity: 0.5;
  cursor: pointer;
}
.swatch-unavailable label {
  cursor: default;
  border: 1px solid #eee;
  color: #bbb;
}

/* product qty input */
#product-qty-input {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 135px;
  border: 1px solid #eee;
  overflow: hidden;
}
#product-qty-input #quantity {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 54px;
  width: 60px;
  text-align: center;
  @include border-radius(0);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
}
#product-qty-input input.qtyplus {
  background: #f1f1f1;
  color: #111 !important;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 56px;
  outline: 0;
  border: 0;
  @include border-radius(0);
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#product-qty-input input.qtyminus {
  background: #f1f1f1;
  color: #111 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 56px;
  outline: 0;
  border: 0;
  @include border-radius(0);
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.shipping-tagline {
  font-size: 1.5rem;
  color: #ec297b;
  font-weight: 500;
  text-align: center;
  margin: 0 0 2em;
}
.shipping-tagline i {
  color: #ec297b;
  margin-left: 0.2em;
}

/* Upsell */
#upsell {
  width: 100%;
  display: block;
  border-top: 1px solid #ededed;
  padding-top: 1.25em;
}
#upsell h4 span {
  color: #ec297b;
  font-size: 1.3rem;
  margin-left: 3px;
  vertical-align: middle;
  font-style: normal;
}
#upsell-products {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.extra-product {
  position: relative;
  align-self: start;
  width: 48.5%;
  border: 1px solid #ededed;
  margin-bottom: 1em;
}
.extra-product-header {
  vertical-align: top;
}
.extra-product-img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin: 0 10px;
  border: 1px solid #ededed;
  position: relative;
  padding-top: 60px;
}
.extra-product-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.extra-product h4 {
  max-width: calc(60% - 30px);
  display: inline-block;
  vertical-align: middle;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  color: #1b1a1b;
  margin-bottom: 0;
  line-height: 1.1;
}
.extra-product h4 a,
.extra-product h4 a:link,
.extra-product h4 a:visited {
  color: #777579;
}
.extra-product h4 a:focus,
.extra-product h4 a:hover,
.extra-product h4 a:active {
  color: #ec297b;
}
.extra-product h4 strong {
  font-size: 1.3rem;
  font-style: normal;
  color: #ec297b;
}
.add-item-section {
  display: none;
  border-top: 1px solid #ededed;
}
.extra-product--selected .add-item-section {
  display: block;
}
.add-item-section__toggle {
  color: #666;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 80px;
  background: #ededed;
  text-align: center;
}
.add-item-section__toggle .far {
  position: relative;
  line-height: 1;
  top: 28px;
  font-size: 18px;
}
.extra-product--selected .add-item-section__toggle {
  background-color: #ec297b;
  color: #fff;
}
.extra-product .form__field--select {
  width: 100%;
  max-width: none;
  display: table;
}
.extra-product .form__field--select label {
  display: table-cell;
  margin: 0;
  width: 60px;
  border: 1px solid #ededed;
  padding: 0 10px;
  height: 43px;
  line-height: 43px;
  font-size: 1.4rem;
}
.extra-product .form__field--select select {
  display: table-cell;
  background: #fcfcfc;
  height: 46px !important;
  @include border-radius(0);
}
.extra-product .form__field--select::after {
  font-size: 16px;
  top: 12px;
}
#extra-info {
  text-align: center;
  font-size: 1.3rem;
  padding: 1em;
}
/* swatch tooltips */
.swatch .tooltip {
  text-align: center;
  font-size: 1.1rem;
  background: #000;
  color: #fff;
  bottom: 100%;
  padding: 5px;
  display: block;
  position: absolute;
  width: 100px;
  left: -15px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swatch .tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #000 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#product-availability {
  font-weight: 400;
  font-size: 1.5rem;
}
.extra-item-section--1,
.extra-option-row--1 {
  display: none !important;
}
/* lifestyle images */
#product-lifestyle-images {
  display: flex;
  justify-content: space-between;
}
.lifestyle-image__bkgd {
  width: 33%;
  padding-top: 25%;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* product content sections */
#product-content-sections {
  margin-bottom: 0;
  padding-top: 2em;
}
.product-content-section-title {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f2f5f3;
}
.product-content-section-title h3 {
  font-weight: 400;
  display: block;
  padding: 1.5em 0;
  margin: 0;
  font-size: 2.3rem;
  line-height: 1;
  color: #777579;
  border-bottom: unset;
}
.product-content-section-title svg {
  top: 2px;
  stroke: #ec297b;
  -moz-opacity: 0.3;
  pointer-events: none;
  width: 20px;
  height: 20px;
  position: relative;
  @include transition(all 150ms ease-out);
  @include transform(rotate(45deg));
  margin-right: 1.5em;
}
.product-content-section-title--active {
  border-bottom: 0;
}
.product-content-section-title--active h3 {
  color: #ec297b;
}
.product-content-section-title--active svg {
  stroke: #ec297b;
  -moz-opacity: 1;
  opacity: 1;
  @include transform(rotate(0));
}
.product-content-section {
  width: 100%;
  font-size: 1.7rem;
  display: none;
  padding: 0 0 2em 3.75em;
}
.product-content-section p,
.product-content-section ol,
.product-content-section ul {
  font-size: 1.7rem;
  line-height: 1.4;
}
.product-content-section h4 {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.product-content-section .lead {
  font-size: 2rem;
}
.product-content-section--active {
  display: block;
  border-bottom: 1px solid #f2f5f3;
}
.product-content-section#product-videos .other-videos .rb__row {
  justify-content: space-between;
}
.product-content-section#product-videos .other-video {
  width: 47%;
}
#product-videos h5 {
  font-size: 1.4rem;
  font-family: "CeraPro-Medium";
  font-weight: normal;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 1em 0;
}
#product-videos .main-video h5 {
  font-size: 1.6rem;
}
.details-specs ul {
  font-size: 1.4rem;
}
#product-faq {
  padding: 0 0 2em;
}
#product-faq .faq-title {
  font-weight: 400;
}
/* related products */
.rb__section--related-products {
  background: #f8f8f8;
  padding: 3.125em 0;
  border-top: 1px solid #eee;
}
.rb__section--related-products .rb__section-header h2 {
  display: block;
  text-align: center;
  position: relative;
  padding: 0 0 14px;
}
.rb__section--related-products .rb__section-header h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  @include transform(translateX(-50%));
  width: 70px;
  border-bottom: 1px solid #ec297b;
}

@media screen and (max-width: 70em) {
  .extra-product {
    width: 100%;
    marign: 0 0 0.5em;
  }
  .product-form-actions {
    display: inline-block;
  }
  .product-form-actions .lists-wishlist-btn {
    margin-top: 1.5em;
  }
  #product-meta {
    display: block;
  }
  .product-meta-item {
    display: block;
    width: 100%;
    margin-bottom: 0.2em;
  }
  .product-option-row--swatches,
  .product-option-row {
    padding-bottom: 1.25em;
  }
}

@media screen and (max-width: 47.975em) {
  #video-button {
    width: 100%;
    text-align: center !important;
    justify-content: center;
  }
  #product-options {
    padding: 0 5% 1em;
  }
  .breadcrumbs {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
  #product-header h1 {
    font-size: 2.2rem;
  }
  .product-meta-item-title {
    font-size: 1.6rem;
  }
  .product-meta-item-value {
    font-size: 1.6rem;
  }
  .swatch-header,
  .product-option-row label {
    display: block;
    margin-bottom: 0.25em;
  }
  .product-option-row .form__field--select {
    max-width: none;
  }
  .swatch-element {
    width: 30px;
    height: 30px;
  }
  .upsell-product {
    width: 100%;
  }
  #product-content-sections {
    padding: 0;
  }
  .product-content-section-title h3 {
    font-size: 2rem;
    padding: 1em 0;
  }
  .product-content-section-title svg {
    width: 14px;
    height: 14px;
    margin-right: 0.5em;
  }
  .product-content-section {
    padding: 1em 0 2em;
  }
  .rb__section--related-products {
    padding: 2em 0 0;
  }
  .rb__section--related-products .rb__section-content {
    padding: 0;
    width: 100%;
  }
  #product-videos .other-video {
    width: 100% !important;
    margin-bottom: 1em !important;
  }
  #product-videos .other-video h5 {
    margin-bottom: 2em !important;
  }
}

@media screen and (min-width: 787px) {
  .royalSlider{
    margin-left: 2em;
  }
}

@media screen and (max-width: 787px) {
  .rsDefaultInv .rsThumb{
    margin: 21px;
  }
  .rsDefaultInv .rsThumb{
    float: left;
  }
}
/* New accordion for product description */
h3.product-section-toggle.faq-title svg {
    transform: rotate(0deg);
}

h3.product-section-toggle.faq-title.faq-title--active svg {
  transform: rotate(90deg);
}

/* End New accordion for product description */

button#add-to-cart{
  background: #ec297b;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
    width: 45%;
    font-size: 1.7rem;
}

.product-form__actions .btn svg {
  margin: -5px 10px -5px 0;
}

button.btn.btn--large.btn--block {
  background: #fff;
  color: #ec297b;
  border: 1px solid;
}

@media screen and (max-width: 1207px) {
  .product-form__actions{
    padding-top: 1.5em;
    flex-direction: column;
  }
  .product-form__actions .btn,
  button#add-to-cart{
    width: 100%;
  }
  
}

@media screen and (min-width: 780px){
.product-meta-item--price{
  border-top: 1px solid rgb(153 153 153 / 40%);
  margin-top: 1.5em;
}

span#price{
  font-size: 2em;
  font-style: normal;
  margin-top: 0.5em;
  font-weight: 500;
  color: #000;
  margin-left: 10px;
}
}
