#quickViewPopupContainer {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 15;
  display: none;
}

#quickViewPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.quickViewPopupTotalContainer {
  position: fixed;
  width: 63vw;
  height: 90vh;
  max-height: 630px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}

#qvLoginCloseDiv {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 27px;
}

.quickViewPopupInfoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.qvLeftColumn {
  position: relative;
  width: 47%;
  float: left;
  display: block;
  overflow: hidden;
}

.qvImageContainer,
.qvVideoContainer {
  position: relative;
  margin: 0 auto;
}

.qvLeftArrow {
  position: absolute;
  float: left;
  left: 11px;
  z-index: 1;
  top: calc(50% - 9px);
  transform: rotate(180deg);
  cursor: pointer;
}

.qvImage {
  position: relative;
  width: -webkit-fill-available;
  overflow: hidden;
  object-position: center;
  height: 90vh;
  max-height: 630px;
  -o-object-fit: cover;
  object-fit: cover;
}

.qvRightArrow {
  position: absolute;
  float: right;
  right: 10px;
  top: calc(50% - 9px);
  z-index: 1;
  cursor: pointer;
}
.qvRightColumn {
  position: relative;
  width: 46%;
  padding-right: 2%;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5%;
  margin-top: 27px;
  height: calc(100% - 90px);
  overflow-y: auto;
  overflow-y: -moz-scrollbars-vertical;
}

.qvRightColumn::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.qvRightColumn::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.qvProductName {
  position: relative;
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
}

#quickViewPopupContainer .imageSpec {
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
}

.qvPriceContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.qvoldPrice {
  position: relative;
  margin-right: 14px;
  opacity: 0.5;
  overflow: hidden;
  display: block;
  float: left;
}

.qvPrice {
  width: 100%;
  float: left;
}

.qvbankPriceRow {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0px 0;
  float: left;
  display: flex;
  align-items: center;
}

.qvbankPriceImg {
  position: relative;
  float: left;
  height: 25px;
  margin-right: 8px;
}

.qvbankPriceText {
  position: relative;
  float: left;
}

.qvDescription {
  position: relative;
  margin: 25px 0 11px;
  overflow: hidden;
  display: block;
  width: 97%;
}

.qvViewProduct {
  font-size: 13px;
  margin-bottom: 28px;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color.3s;
  -o-transition: color.3s;
  transition: color.3s;
}

.qvSpecGroup {
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
}

.qvSpecGroupTitle {
  display: block;
  margin-bottom: 10px;
}

.qvSpecs {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.qvSpec {
  position: relative;
  float: left;
  padding: 0;
  width: auto;
  height: 42px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 9px;
  border: 1px solid transparent;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.qvSpec.noImageSpec {
  min-width: 42px;
}

.qvSpec:first-child {
  margin-left: 0px;
}

.qvSpec figcaption {
  margin: 0.4rem 0;
  font-size: 1.2rem;
}

.qvSpec:not(.selectedSpec):hover,
.qvSpec.selectedSpec {
  background: transparent;
  border: 1px solid;
}

#quickViewPopupContainer .noImageSpec {
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
}
.qvSpec.noImageSpec {
  padding: 0 10px;
}
.qvSpecImage {
  height: 36px;
  width: 36px;
  border-radius: 34px;
  padding: unset;
}

.noStock {
  cursor: no-drop !important;
  color: grey !important;
  opacity: 0.2;
}

.qvQuantityContainer {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

#quickViewPopupContainer .selectContainer {
  position: relative;
  cursor: pointer;
  height: 42px;
  text-align: center;
  width: 40%;
  display: flex;
  float: left;
  border: 1px solid;
  flex-direction: row;
  box-sizing: border-box;
}

#quickViewPopupContainer .quantityInput {
  width: 100%;
  text-align: center;
}

#quickViewPopupContainer .productInfoLabel {
  margin-bottom: 10px;
}

#quickViewPopupContainer .productQuantity {
  border: 0;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 500;
}

#quickViewPopupContainer .minusSign {
  z-index: 1;
  width: 30%;
  line-height: 41px;
  float: left;
  left: 0;
  top: 0;
  text-align: center;
  position: absolute;
  font-size: 20px;
}

#quickViewPopupContainer .plusSign {
  right: 0;
  z-index: 1;
  top: 0;
  width: 30%;
  text-align: center;
  position: absolute;
  line-height: 41px;
  font-size: 20px;
}

.qvBuyButton {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

#quickViewPopupContainer .customizableFieldsContainer {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

#quickViewPopupContainer .customizableFieldTitle {
  position: relative;
  margin-bottom: 10px;
}

.qvCustomizableField {
  position: relative;
  margin-bottom: 22px;
}

#quickViewPopupContainer .customizableFieldRow {
  margin-bottom: 13px;
  width: 65%;
  text-indent: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 13px;
  border-radius: 0;
  height: 24px;
}

.qvCustomizableFieldsContainer .arrowSelect {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qvCustomizableFieldsContainer .arrowSelect img {
  width: 13px;
}

.qvCustomizableFieldsContainer .customizableField {
  margin-bottom: 10px;
}

.qvCustomizableFieldRow {
  background-color: rgba(196, 196, 196, 0.2);
  width: 100%;
  border-radius: 0;
  height: 40px;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
}

.qvSlick.slider-for {
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
}

.qvoldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 49%;
  right: 0;
  border-top: 2px solid;
}

#quickViewPopupContainer .blackBkg80 {
  background-color: rgba(0, 0, 0, 0.3);
}

.isRenderFromCombo .addToComboSelection {
  color: white;
  border-radius: 100px;
  background: #282828;
  border: 1px solid #282828;
  margin: 0;
}
.qvRightColumn.isRenderFromCombo {
  margin-top: 10px;
}
.qvDescriptionContainer [data-description] {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px #d0d0d0;
  margin-top: 25px;
  border-bottom: solid 1px #d0d0d0;
}
.qvProductGrouptitle {
  padding: 10px 0 5px;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
.qvProductGroupInfo {
  width: calc(100% - 10px);
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
  max-height: 100px;
  overflow: auto;
  padding-right: 10px;
}
.qvDescriptionContainer .qvOpenClose {
  right: 0px;
}
.quickViewComboPopupContainer .quickViewPopupTotalContainer {
  width: 55vw;
}
.quickViewComboPopupContainer .quickViewPopupTotalContainer,
.quickViewComboPopupContainer .qvImage {
  height: 65vh;
}
.qvContainer {
  overflow: auto;
  overflow-y: -moz-scrollbars-vertical;
  height: 100%;
}
@media screen and (min-width: 1609px) {
  .quickViewPopupTotalContainer {
    max-height: 674px;
    max-width: 960px;
  }

  .quickViewPopupInfoContainer {
    max-height: 674px;
  }

  .qvLeftColumn,
  .qvImage,
  .qvImageContainer,
  .qvVideoContainer {
    max-height: 674px;
  }
}

@media screen and (max-width: 1100px) {
  .quickViewPopupInfoContainer {
    flex-direction: column;
    height: auto;
  }

  .qvLeftColumn {
    width: 100%;
    height: auto;
  }

  .qvRightColumn {
    width: 90%;
    margin-left: 0%;
    padding-right: 0%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .qvProductName {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .qvBuyButton {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .qvbankPriceRow {
    margin-top: 5px;
  }

  .qvRightColumn::-webkit-scrollbar {
    display: none;
  }

  .qvRightColumn {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: auto;
  }

  .qvDescription {
    margin: 20px 0;
  }

  .qvImage {
    object-position: center;
    height: 100%;
  }

  .qvSlick.slider-for {
    height: 100%;
  }

  .qvSlick.slider-for .slick-track,
  .qvSlick.slider-for .slick-list {
    height: 100%;
  }

  .qvImageContainer {
    height: 100%;
  }
  .quickViewPopupTotalContainer {
    height: auto;
    max-height: 95vh;
    width: 90%;
  }
  .quickViewComboPopupContainer .quickViewPopupTotalContainer {
    height: auto;
    width: 85%;
  }
  .qvRightColumn.isRenderFromCombo {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .qvContainer {
    overflow: auto;
    overflow-y: -moz-scrollbars-vertical;
    max-height: 90vh;
    height: auto;
  }

  body.blockScroll {
    overflow: hidden;
  }
  .quickViewComboPopupContainer .qvImage,
  .qvImage {
    height: auto;
  }
}
@media screen and (min-width: 1100px) {
  .isRenderFromCombo .addToComboSelection:hover {
    color: #282828;
    background: transparent;
  }
}
