#videoOverlay video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height>[class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}

.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}

.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}

.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}

.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}

.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}

.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}

.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}

.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}

.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}

.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}

.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}

.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}

.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 2.5em;
}

.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}

.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}

.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}

.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}

.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}

@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}

.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.color~a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
}

@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }

  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }

  .description-and-detail>div:last-child {
    margin-bottom: 1em;
  }
}

@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}

@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}

.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}

@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}

.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  color: white;
  letter-spacing: 0.75px;
  line-height: 1.5;
  text-align: center;
}
.reconmmendation-addCart:hover .price span{
  text-decoration: underline;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }

  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*Deepak product details*/
.detail_wrap_outer {
  position: relative;
  margin-top: 72px;
}

.detail_title_name {
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 24px;
  padding-top: 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.summary_desc {
  color: white;
  text-align: center;
}

.time_code {
  font-size: 18px;
  padding-bottom: 10px;
}

.btnprodetail:hover {
  color: #000 !important;
  background: #fff !important;
}

.cartBottom {
  background-color: #000;
}

.btnprodetail:focus {
  color: #000 !important;
  background: #fff !important;
}

.summary_description {
  line-height: 1.5;
}

.type_top,
.type_base,
.about_the_scent,
.type_middle {
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 1.5;
}

.scent_type,
.base_note,
.top_note,
.middle_note,
.MIDDLE.NOTE {
  margin-bottom: 20px;
  line-height: 1.5;
}

.product-detail-info p {
  padding-bottom: 20px;
  line-height: 1.5;
}

.product-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 0 0 20px 0;
}

.product-btn span {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-btn img {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 0px;
}

.detail_tab_button_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "FolioStdBook";
  font-size: 12px;
}

.product-terms {
  color: #9F9F9F;
  padding: 10px 0px;
}

.product-tax {
  color: #9F9F9F;
  text-align: end;
  font-size: 12px;
}

.add-to-cart {
  height: unset;
  padding: 0;
  color: #fff;
  letter-spacing: 0.75px;
}
.reconmmendation-addCart:hover .add-to-cart{
  text-decoration: underline;
}

/* .product-action-cart>.add-to-cart {
  padding-top: 10px !important;
} */

.product-action-cart {
  padding: 40px 0px;
  width: 100%;
}

.btnprodetail {
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnprodetail:hover {
  opacity: 0px !important;
}

.btnprodetail:focus {
  opacity: 0px !important;
}

/* .add-to-cart:hover {
  background-color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.add-to-cart:focus {
  background-color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
} */

.reconmmendation-addCart {
  display: flex;
  flex-flow: column;
  background: #000;
  margin: 0 20px;
  cursor: pointer;
}

.price .sales {
  color: #fff;
}

.add-to-wish-list:hover {
  outline: none;
  background: #fff;
  color: #000;
}

.add-to-wish-list:focus {
  outline: none;
  background: #fff;
  color: #000;
}

.product-wish {
  margin-bottom: 10px;
}

.simple-quantity select {
  padding: 0 10px;
  border: 1px solid #000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 0 1px;
  height: 43px;
  width: 100%;
  margin: 0 0 7px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.producu-quantity select {
  padding: 0 10px;
  border: 1px solid #000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 0 1px;
  height: 43px;
  width: 100%;
  margin: 0 0 7px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.producu-quantity {
  margin: 5px 0px 0px 22px;
}

.sales span {
  font-size: 12px;
}

.form-control {
  border-radius: 0px;
}

.price .starting,
.price .range,
.price .sales {
  font-size: 12px;
}

.product-price {
  font-size: 1.5rem;
  text-align: end;
  margin-top: 20px;
}

.item-image-checkout img {
  width: 100%;
  height: auto;
}

#hide_product_wishlist_Id {
  display: none;
}

.mux-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow: hidden;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullscreenButton {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  font-size: 12px;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  background: none;
}

.vimeo-player-container {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vimeo-player-container {
  display: none;
}

.scroll_down, 
.timecode {
  color: #fff;
}

.fr-video {
  width: 100%;
  height: 100%;
}

.video-overlay-content {
  position: absolute;
  bottom: 60px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  min-width: 200px;
  max-width: 410px;
  height: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.timecode {
  padding-bottom: 7px !important;
}

.timecode,
.name_screen {
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

.name_screen {
  font-size: 18px;
}

.scroll_down {
  padding-bottom: 16px;
  cursor: default;
  border: 0;
  background: none;
  border-radius: 0;
}

.btnEm {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.default-arrow {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  display: block !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.scroll_down:hover {
  opacity: 1 !important;
}

.scroll_2 img {
  cursor: default !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.detail_productwrap {
  height: calc(200vh - 8.09vw);
  position: relative;
  padding: 0px;
  width: 100%;
}

.prodect_all {
  position: relative;
}

.product-detail-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

/* .product-btn {
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
} */

.independent-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.independent-container {
  background: #fff;
  max-width: 430px;
  width: 100%;
  height: 500px;
  overflow-y: auto;
  position: relative;
  padding: 10px;
  margin: 0;
  transform: none;
  top: auto;
  left: auto;
  border: 1px solid #000;
}

.independent_title {
  padding-bottom: 40px;
}

.independent-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.independent-close img {
  width: 14px;
  height: 14px;
}

.value.content {
  padding: 1.56vw 0;
  line-height: 1.5;
}

/* .summary_description {
  padding: 1.56vw 0;
  line-height: 1.5;
} */

.product-quantity {
  padding: 10px 10px 10px 20px;
}

.product-name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 24px;
  height: auto;
  margin: 0;
}

.wishlist-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.add-to-wish-list {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}

.add-to-wish-list:hover {
  border: none !important;
  outline: none !important;
}

.wishlist-icon a img {
  display: block;
}

.order-term {
  margin-top: 20px;
  margin-left: 21px;
  margin-right: 0px;
  color: #4E4E4E;
}

.product-relation {
  margin: 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform, scroll-position;
}

.homepage-product-listing {
  padding: 0px 25px;
}

.order-recondm {
  margin-bottom: 20px;
}

#videoOverlay {
  overflow: hidden;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_details_info {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.product_details_info>.visual {
  grid-column: 1 / span 9;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product_details_info>.visual>div {
  height: 85vh;
  overflow: hidden;
}

.product_details_info>.visual>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_info .visual img:nth-child(-n+2) {
  height: 85vh;
}

.reconmmendation-addCart {
  margin: 0;
  height: 70px;
  justify-content: center;
  margin-bottom: 20px;
}

/* .reconmmendation-addCart>.price {
  padding-top: 0;
} */

.order-term {
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .detail_productwrap {
    border-bottom: none !important;
  }

  .product_details_info {
    height: calc(100vh - 100px);
  }

  .add_product_title {
    padding: 60px 0 60px 16px;
  }

  #videoOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    z-index: 1000;
    will-change: transform, scroll-position;
  }

  .mux-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    z-index: 1000;
    will-change: transform, scroll-position;
  }

  .detail_productwrap {
    height: calc(200vh - 8.09vw);
  }

  .name_screen {
    font-size: 18px;
    padding-bottom: 40px;
    color: white;
    text-align: center;
    text-transform: uppercase;
  }

  .summary_desc,
  .scroll_down,
  .btnEm {
    line-height: 1.5;
    letter-spacing: 0.015em;
    margin-bottom: 0;
    color: white;
    text-align: center;
  }

  .btnEm {
    color: #000 !important;
  }

  .scroll_2 {
    padding: 0px 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mainContent-wrapper {
    position: absolute;
    top: calc(100vh - 3.51vw);
    left: 0;
    width: 100%;
    height: calc(100vh - 3.51vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    padding-right: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .mainContent-image {
    grid-column: 1/span 9;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mainContent-text {
    grid-column: 11 / span 2;
    padding: 60px 0 0;
    box-sizing: border-box;
    height: 100%;
    text-align: left;
    overflow-y: auto;
    margin-right: 25px;
  }

  .mainContent-image-scrollable {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    overflow-y: auto;
    height: auto;
  }

  .mainContent-image-scrollable>div {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainContent-image-scrollable>div:nth-child(1),
  .mainContent-image-scrollable>div:nth-child(2) {
    height: 85vh;
    overflow: hidden;
  }

  .mainContent-image-scrollable img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mainContent-image-scrollable>div:nth-child(3),
  .mainContent-image-scrollable>div:nth-child(4) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .add_product_title {
    padding: 6.25rem 0 5rem 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .vimeo-player-container {
    display: block;
  }

  #mobilePlayer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: auto;
    background: #000;
  }

  .detail_productwrap {
    height: unset;
  }

  .product_details_info>.visual {
    display: flex;
    flex-flow: row;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: unset;
  }

  .product_details_info>.visual>div {
    flex: 0 0 auto;
    width: 90vw;
    height: auto;
    scroll-snap-align: start;
  }

  .product_details_info>.visual>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product_details_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .vimeo-player-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  #videoOverlay {
    height: calc(100vh - 60px);
    position: relative !important;
    z-index: auto !important;
    padding-bottom: 0 !important;
  }

  .header-banner-hide #videoOverlay {
    height: calc(100vh - 6rem) !important;
  }

  .header-banner-show #videoOverlay {
    height: calc(100vh - 9rem) !important;
  }

  .summary_desc,
  .cart_mo,
  .scroll_down {
    display: none;
  }

  .mainContent-image {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }

  .mainContent-image-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    max-height: 454px;
  }

  .mainContent-image-scrollable img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .detail_wrap_outer {
    margin-top: 60px;
  }

  .mainContent-image-scrollable>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90%;
    scroll-snap-align: start;
  }

  .mainContent-image-scrollable>div:nth-child(1) {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .mainContent-text {
    padding: 20px 16px 0;
  }

  .summary_description {
    margin: 40px 0;
  }

  .independent-container {
    max-width: 95% !important;
    padding: 10px !important;
  }

  .add_product_title {
    padding: 6rem 0 6rem 1.6rem;
  }

  .order-recondm {
    margin-bottom: 40px;
  }

  .video-overlay-content {
    width: min(410px, 88vw);
    bottom: 0;
  }

  .name_screen {
    letter-spacing: 0.625px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }

  .homepage-product-listing.row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0 auto;
  }

  .value.content{
    padding: 0;
  }
  
  .product-options{
    margin-top: 20px;
  }

  .independent-overlay {
    padding: 10px;
  }

  .scroll_2 {
    margin: 2rem 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6px;
  }

  .timecode {
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
  }
}