#productQuickView {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 9999999;
  /* Image with the cross in it */
  /*
	label.sd{
	border: 1px solid #F00;
	background: url(//theme.hstatic.net/200000053174/1000840984/14/select-pro.png?v=7704) right bottom no-repeat;
}

	.n-sd:nth-child(1) label {
	border: 1px solid #F00;
	background: url(//theme.hstatic.net/200000053174/1000840984/14/select-pro.png?v=7704) right bottom no-repeat;
}
	*/
}

#productQuickView #form-quick-view {
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
}

@media (max-width: 767px) {
  #productQuickView #form-quick-view {
    overflow: auto;
    height: 90vh;
  }
}

#productQuickView .modal-content {
  position: relative;
  max-width: 810px;
  margin: 5% auto !important;
  padding: 0;
  border: 0;
  width: 80%;
  transform: translatey(-30px);
  transition: all .5s;
}

#productQuickView .modal-content form .form-input.hidden {
  margin-bottom: 15px;
}

#productQuickView .modal-content form .form-input.hidden>label {
  margin: 0;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  min-width: 200px;
  position: relative;
}

#productQuickView .modal-content .close {
  top: 15px;
  right: 15px;
  position: absolute;
  font-size: 18px;
  display: block;
  z-index: 9999;
  opacity: 1;
}

#productQuickView .modal-content .close img {
  width: 15px;
}

#productQuickView .modal-content .p-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 5px;
}

#productQuickView .modal-content .p-desc p {
  margin-bottom: 5px;
}

#productQuickView .modal-content .product-more-info {
  display: block;
  color: #111;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
}

#productQuickView .modal-content .product-price-wrapper {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
}

#productQuickView .modal-content .product-price-wrapper span {
  display: inline-block;
}

#productQuickView .modal-content .product-price-wrapper span.p-price {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-right: 15px;
}

#productQuickView .modal-content .product-price-wrapper del {
  font-size: 16px;
  color: #bebebe;
  margin-top: 3px;
}

#productQuickView .modal-content .product-price-wrapper #PriceSaving {
  margin-top: 5px;
  font-size: 14px;
}

#productQuickView .btn {
  outline: 0px;
  background: #111;
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  line-height: 40px;
}

#productQuickView .btn:hover {
  background: #040404;
}

#productQuickView .btn.read-more {
  background: transparent;
}

#productQuickView .qv-readmore a {
  color: #111;
}

#productQuickView .qv-readmore a:hover {
  color: #040404;
}

#productQuickView .owl-carousel {
  margin: 0;
}

#productQuickView .owl-carousel .owl-dots {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
}

#productQuickView .owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

#productQuickView .owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background: #fff;
  margin: 0 2px;
  opacity: .6;
}

#productQuickView #p-sliderproduct .owl-carousel.active .owl-item>li {
  opacity: 1;
  visibility: visible;
}

#productQuickView #p-sliderproduct .owl-controls {
  margin: 0px;
}

#productQuickView #p-sliderproduct .owl-item>li {
  opacity: 0;
  visibility: hidden;
}

#productQuickView #p-sliderproduct .owl-item>li a {
  display: block;
}

#productQuickView #p-sliderproduct .owl-item>li a img {
  width: 100%;
}

#productQuickView #p-sliderproduct .owl-pagination {
  display: none;
}

#productQuickView .image-zoom>img {
  margin-bottom: 15px;
  display: none;
}

#productQuickView .color.swatch-element label {
  background-size: cover !important;
  width: 50px;
  height: 50px;
}

#productQuickView .swatch .swatch-element {
  margin-right: 5px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
}

#productQuickView .crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#productQuickView .swatch .swatch-element .crossed-out {
  display: none;
}

#productQuickView .swatch .swatch-element.soldout .crossed-out {
  display: block;
}

#productQuickView .swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

#productQuickView .swatch .img-check {
  display: none !important;
  position: absolute;
  right: 0;
  bottom: 0;
}

#productQuickView .swatch-element label.sd img.img-check {
  display: block;
}

#productQuickView .swatch-element-quickview label {
  padding: 0 7px;
}

#productQuickView .swatch .swatch-element-quickview {
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

#productQuickView .swatch .swatch-element-quickview .crossed-out {
  display: none;
}

#productQuickView .swatch .swatch-element-quickview.soldout .crossed-out {
  display: block;
}

#productQuickView .swatch .swatch-element-quickview.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

#productQuickView .swatch-element-quickview label.sd {
  border: 1px solid #333;
}

#productQuickView .swatch-element-quickview label.sd img.img-check {
  display: block;
}

#productQuickView .swatch-element-quickview label span {
  color: #111;
  font-size: 13px;
  line-height: normal;
  vertical-align: middle;
}

#productQuickView .color.swatch-element-quickview label.no-thumb {
  padding-left: 7px;
}

#productQuickView label[for="product-select-option-0"] {
  display: none;
}

#productQuickView label[for="product-select-option-1"] {
  display: none;
}

#productQuickView label[for="product-select-option-2"] {
  display: none;
}

#productQuickView #product-select-option-0 {
  display: none;
}

#productQuickView #product-select-option-1 {
  display: none;
}

#productQuickView #product-select-option-2 {
  display: none;
}

#productQuickView #product-select-option-0+.custom-style-select-box {
  display: none !important;
}

#productQuickView #product-select-option-1+.custom-style-select-box {
  display: none !important;
}

#productQuickView #product-select-option-2+.custom-style-select-box {
  display: none !important;
}

#productQuickView .selector-wrapper {
  display: none;
}

#productQuickView .color.swatch-element label.no-thumb {
  padding-left: 7px;
}

.active-show {
  border: 1px solid #ccc;
}

.active-show.selected {
  border: 1px solid #000 !important;
}

#AddToCardQuickView.selected {
  background: red;
  cursor: not-allowed;
  pointer-events: none;
}