#wqvpro-quick-view-content.sp-wqvpro-content {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  max-height: 460px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

#wqvpro-quick-view-content.sp-wqvpro-content.bottom_content,
#wqvpro-quick-view-content.sp-wqvpro-content.top_content {
  position: relative;
  padding: 0;
  max-height: 890px;
  box-sizing: border-box;
  display: grid;
  overflow: hidden;
  max-width: 520px;
}

#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-images,
#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-info,
#wqvpro-quick-view-content.sp-wqvpro-content.bottom_content .wqvpro-product-images,
#wqvpro-quick-view-content.sp-wqvpro-content.bottom_content .wqvpro-product-info {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#wqvpro-quick-view-content.sp-wqvpro-content.top_content {
  display: flex;
  flex-direction: column-reverse;
}

#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-images,
#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-images img {
  width: 100%;
  overflow: hidden;
}

#wqvpro-quick-view-content.sp-wqvpro-content.bottom_content .wqvpro-product-info .wqvpro-product-content,
#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-info .wqvpro-product-content {
  max-height: 350px;
}

#wqvpro-quick-view-content.sp-wqvpro-content.bottom_content .wqvpro-product-info,
#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-info {
  max-width: 100%;
  overflow: inherit;
}

.wqvpro-product-images {
  width: 45%;
  position: relative;
}

.wqvpro-product-images img {
  border-radius: 0 !important;
  box-shadow: inherit !important;
  display: block;
  width: 100%;
}

#wqvpro-quick-view-content.sp-wqvpro-content.top_content .wqvpro-product-images img,
#wqvpro-quick-view-content.sp-wqvpro-content.bottom_content .wqvpro-product-images img,
.wqvpro-product-images img.wqvp_image_resize {
  margin: auto;
}

.wqvpro-product-info {
  width: 55%;
  overflow: auto;
  margin: 0;
  padding: 30px;
}

.wqvpro-product-info .wqvpro-product-content {
  max-height: 436px;
  overflow-x: hidden;
  overflow-y: hidden;
  /* position: relative;  */
  padding: 0;
}

.wqvpro-product-info .wqvpro-product-content .product_title.entry-title::after {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 30px;
  content: "";
  margin-top: 8px;
}

#wqvpro-quick-view-content.sp-wqvpro-content .wqvpro-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-color: #fff;
  visibility: hidden;
}

#wqvpro-quick-view-content.sp-wqvpro-content .wqvpro-zoom:hover {
  opacity: 1;
}

#wqvpro-quick-view-content.sp-wqvpro-content li a {
  display: block !important;
}

#wqvpro-quick-view-content.sp-wqvpro-content li:hover {
  position: relative;
}

#wqvpro-quick-view-content.sp-wqvpro-content li:hover .wqvpro-zoom {
  visibility: visible;
}

.wqvpro-product-info .wqvpro-product-content .wqvpro_product_view {
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cd2653;
  border: none;
  border-radius: 0;
  color: #351612;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0.0333em;
  margin: 0;
  opacity: 1;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 5px;
}

.sp-wqvpro-drawer-content .wqvpro-product-info .wqvpro-product-content .wqvpro_product_view {
  margin-top: 0px;
}

.summary.entry-summary .wqvpro_product_view {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.wqvpro-product-info .wqvpro-product-content .wqvpro_product_view a {
  color: #fff;
  text-decoration: none;
}

#wqvpro-quick-view-content.qv_left_content .wqvpro-product-info .wqvpro-product-content .onsale {
  right: 0;
  left: auto;
}

#wqvpro-quick-view-content.qv_left_content .wqvpro-product-images {
  order: 2;
}

.wqvpro-product-title {
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
}

.wqvpro-product-price {
  margin: 0 0 25px;
  display: block !important;
}

.wqvpro-product-price .amount {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.wqvpro-product-info form.cart {
  margin-bottom: 10px;
  overflow: hidden;
}

/* .wqvpro-product-info form.cart, */
.wqvpro-product-info .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.wqvpro-product-info .wcpa_price_summary {
  width: 100%;
  background-color: #fff;
}

.sp-wqvpro-drawer-content .wqvpro-product-info .single_add_to_cart_button.button,
#wqvpro-quick-view-content .wqvpro-product-info .single_add_to_cart_button.button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  margin: 0;
  margin-right: 5px;
}

#wqvpro-quick-view-content .wqvpro-product-info .wqvpro_product_view {
  margin-top: 5px;
  margin-bottom: 5px;
}


#wqvpro-quick-view-content .wqvpro-product-info ul.products li.product .button,
.sp-wqvpro-drawer-content .wqvpro-product-info .single_add_to_cart_button,
#wqvpro-quick-view-content .wqvpro-product-info a.added_to_cart,
#wqvpro-quick-view-content .wqvpro-product-info .single_add_to_cart_button.button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  color: #ffffff;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  background: #444444;
  padding: 0px 16px 0px 16px;
  border-radius: 3px;
  transition: all 0.3s ease;
  margin-right: 2px;
  margin-top: 0px;
}

.sp-wqvpro-drawer-content .wqvpro-product-info .single_add_to_cart_button {
  padding: 0px 16px !important;
}

.wqvpro-product-info .product_title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}

.sp-wqvpro-drawer-content .wqvpro-product-info .wqvpro_product_view,
#wqvpro-quick-view-content .wqvpro-product-info .wqvpro_product_view {
  color: #ffffff;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  background: #444444;
  border-radius: 3px;
  padding: 0px 16px;
  transition: all 0.3s ease;
}

.wqvpro-product-info table.variations tbody td {
  padding-left: 0;
  background: transparent;
}

.wqvpro-product-info .woocommerce-variation-price {
  margin-bottom: 10px;
}

.wqvpro-product-info .quantity .minus,
.wqvpro-product-info .quantity .plus {
  display: none !important;
}

.wqvpro-product-info .quantity .qty {
  max-width: 60px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0 10px 0 0;
  padding: 0 4px;
  background-color: #f2f2f2;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 0 0 0;
  line-height: 40px;
  height: 35px;
  text-align: center;
}

.wqvpro-product-info .quantity {
  float: left;
  display: inline;
  width: auto;
  min-width: inherit !important;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 38px;
}

#wqvpro-quick-view-content .wqvpro-product-info .wqvpro-product-description,
#wqvpro-quick-view-content .wqvpro-product-info .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.wqvpro-product-info .product_meta>span {
  display: block;
  padding: 6px 0px;
  border-top: 1px solid #eaecee;
}

.wqvpro-product-info .woocommerce-product-rating .woocommerce-review-link {
  display: none !important;
}

.wqvpro-product-info .button {
  border: none;
  cursor: pointer;
  max-width: 100%;
  border-radius: 1px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wqvpro-product-info .button:focus {
  outline: 0;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.before_add_to_cart,
#sp-wqvpro-view-button.sp-wqvpro-view-button.button.after_add_to_cart,
#wps-slider-section .sp-wqvpro-view-button.button.before_add_to_cart,
#wps-slider-section sp-wqvpro-view-button.button.after_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.before_add_to_cart,
#wpsp-slider-section sp-wqvpro-view-button.button.after_add_to_cart {
  display: inline-block;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.before_add_to_cart,
#wps-slider-section .sp-wqvpro-view-button.button.before_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.before_add_to_cart {
  margin-right: 5px;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.after_add_to_cart,
#wps-slider-section .sp-wqvpro-view-button.button.after_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.after_add_to_cart {
  margin-left: 5px;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.above_add_to_cart,
#sp-wqvpro-view-button.sp-wqvpro-view-button.button.below_product_price,
#wps-slider-section .sp-wqvpro-view-button.button.above_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.above_add_to_cart {
  margin-bottom: 5px;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.below_add_to_cart,
#wps-slider-section .sp-wqvpro-view-button.button.below_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.below_add_to_cart {
  margin-top: 5px;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.above_add_to_cart,
#sp-wqvpro-view-button.sp-wqvpro-view-button.button.below_add_to_cart,
#wps-slider-section .sp-wqvpro-view-button.button.above_add_to_cart,
#wps-slider-section .sp-wqvpro-view-button.button.below_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.above_add_to_cart,
#wpsp-slider-section .sp-wqvpro-view-button.button.below_product_price,
#wpsp-slider-section .sp-wqvpro-view-button.button.below_add_to_cart {
  display: block;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button,
#wps-slider-section .sp-wqvpro-view-button.button,
#wpsp-slider-section .sp-wqvpro-view-button.button {
  border: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  border-radius: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#wps-slider-section .sp-wqvpro-view-button.button {
  font-size: initial;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button:focus,
#sp-wqvpro-view-button.sp-wqvpro-view-button.button:hover,
#sp-wqvpro-view-button.sp-wqvpro-view-button.button:active,
#wps-slider-section .sp-wqvpro-view-button.button:focus,
#wps-slider-section .sp-wqvpro-view-button.button:hover,
#wps-slider-section .sp-wqvpro-view-button.button:active,
#wpsp-slider-section .sp-wqvpro-view-button.button:focus,
#wpsp-slider-section .sp-wqvpro-view-button.button:hover,
#wpsp-slider-section .sp-wqvpro-view-button.button:active {
  outline: 0;
  text-decoration: none;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.above_product_image {
  margin-top: -44px;
}

li.product:hover .wqvpro-view-button {
  visibility: visible;
  opacity: 1;
}

.wqvpro-product-info .price {
  margin-top: 10px;
  margin-bottom: 10px;
}

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.below_product_price {
  display: block;
}

#wqvpro-quick-view-content .wqvpro-product-info a.added_to_cart {
  display: inline-block;
  color: #fff;
}

/* Divi theme button issue fixed */

.et-db #wqvpro-quick-view-content .wqvpro-product-info .single_add_to_cart_button.button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  line-height: 35px !important;
}

.et-db .wqvpro-product-info .quantity {
  width: auto;
}

.et-db #sp-wqvpro-view-button.sp-wqvpro-view-button.button:after,
.et-db #sp-wqvpro-view-button:after {
  font-size: 25px;
}

.et-db #sp-wqvpro-view-button:hover,
.et-db #wqvpro-quick-view-content .wqvpro-product-info .single_add_to_cart_button.button:not(.components-button):not(.customize-partial-edit-shortcut-button):after {
  padding-right: 30px !important;
}

.et-db #sp-wqvpro-view-button {
  white-space: nowrap;
}

/* ====== Fade effect ====== */

.mfp-fade {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ====== Zoom in effect ====== */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Newspaper effect ====== */

.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-horizontal effect ====== */

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-from-top effect ====== */

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: middle;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== 3d unfold ====== */

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Zoom-out effect ====== */

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Slide bottom effect ====== */

.mfp-slide-bottom {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-slide-bottom .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.mfp-slide-bottom.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.mfp-slide-bottom.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.lSPager.lSGallery {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#wqvpro-quick-view-content .wqvpro-product-images .lSSlideOuter .usingCss li,
#wqvpro-quick-view-content .wqvpro-product-images .lSSlideOuter .lSPager.lSpg li,
#wqvpro-quick-view-content .wqvpro-product-images .lSSlideOuter .lSPager.lSGallery li {
  margin: 0;
}

.wqvpro-product-info .wqvpro-product-content a {
  text-decoration: none;
}

.fancybox-container.wqvpro-fancybox-wrapper .fancybox-toolbar {
  top: 32px;
}

.fancybox-container{
  z-index: 9999999;
}

/* ================================================
Over Product Container on hover styling css.
=================================================*/

.sp-wcqv-button.over_product_img_on_hover,
.sp-wcqv-button.inside-thumb {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.wqv_overlay_hover_button {
  position: relative;
}

.wqv_overlay_hover_button .overlay_image {
  background-color: rgba(10, 10, 10, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s 0.1s;
}

.wqv_overlay_hover_button.over_product_img_on_hover:hover .overlay_image,
.products .product:hover .wqv_overlay_hover_button.over_img_on_hover .sp-wcqv-button.inside-thumb,
.products .product:hover .wqv_overlay_hover_button.over_img_on_hover .overlay_image,
.wqv_overlay_hover_button.over_product_img_on_hover:hover .sp-wcqv-button.over_product_img_on_hover {
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.products .product:hover .wqv_overlay_hover_button.over_img_on_hover .sp-wcqv-button.inside-thumb,
.wqv_overlay_hover_button.over_product_img_on_hover:hover .sp-wcqv-button.over_product_img_on_hover {
  z-index: 10;
}

/* .products .product .sp-wcqv-button:hover.over_product_img_on_hover,
.wpsp-product a:hover .wpsp-cart-button .sp-wcqv-button.over_product_img_on_hover,
.products .product a:hover~.sp-wcqv-button.over_product_img_on_hover,
.wpsp-product:hover .wpsp-cart-button .sp-wcqv-button.inside-thumb,
.products .product:hover .sp-wcqv-button.inside-thumb {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
} */

#sp-wqvpro-view-button.sp-wqvpro-view-button.button.below_product_image {
  margin-top: 5px;
}

.wqvpro-product-content.ps span.onsale {
  top: 0;
  left: 0;
}

#wqvpro-quick-view-content .lSPager.lSGallery {
  margin-bottom: 5px;
}

/* ===================================================
Quick View Navigation Style .
===========================================*/

.mfp-bg.mfp-wqvpro,
.mfp-wrap.mfp-wqvpro {
  z-index: 99999;
}

.mfp-wqvpro .mfp-arrow img {
  width: auto;
  height: 85px;
  border-radius: 4px;
  margin-top: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.mfp-wqvpro .mfp-arrow.nav-thumb-rotate div img {
  border-radius: 4px;
}

.mfp-wqvpro .nav-thumb-name div,
.mfp-wqvpro .nav-thumb-name div span,
.mfp-wqvpro .nav-thumb-rotate div {
  display: none;
  opacity: 0;
}

.mfp-wqvpro .nav-thumb-rotate div {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.mfp-wqvpro .nav-thumb-rotate div:focus-visible {
  outline: none;
}

.mfp-wqvpro .mfp-arrow.nav-thumb-rotate {
  background-color: transparent;
  overflow: visible;
}

.mfp-wqvpro .mfp-arrow.nav-thumb-rotate:hover {
  background-color: transparent;
}

.mfp-wqvpro .nav-thumb-rotate div img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  margin: auto;
  transform: translateX(-52%) translateY(-52%) rotate(50deg) scale(1);
}

.mfp-arrow-left.nav-thumb-rotate.nav_style-left {
  left: 20px;
}

.mfp-arrow-right.nav-thumb-rotate.nav_style-right {
  right: 20px;
}

.mfp-wqvpro .mfp-arrow-left.nav-thumb-rotate:before,
.mfp-wqvpro .mfp-arrow-right.nav-thumb-rotate:before,
.mfp-wqvpro .mfp-arrow-left.nav-thumb-rotate:after,
.mfp-wqvpro .mfp-arrow-right.nav-thumb-rotate:after {
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 9;
}

.mfp-wqvpro .nav-thumb-rotate div::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  border-radius: 5px;
  background: rgba(11, 11, 11, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

button.mfp-arrow.nav-thumb-rotate.nav_style-left.mfp-prevent-close,
button.mfp-arrow.nav-thumb-rotate.nav_style-right.mfp-prevent-close {
  background: none;
  background-color: transparent !important;
}

/* .mfp-wqvpro .mfp-arrow.nav_style-right.mfp-arrow-right.nav-thumb-rotate:hover,
.mfp-wqvpro .mfp-arrow.nav_style-left.mfp-arrow-left.nav-thumb-rotate:hover{
background: transparent;
outline: 0;
} */

.mfp-wqvpro .mfp-arrow {
  transition: all 0.5s;
  outline: 0;
  margin-top: 0 !important;
}


.mfp-wqvpro .mfp-arrow.nav_style-left.mfp-arrow-left.nav-thumb-name div span,
.mfp-wqvpro .mfp-arrow.nav_style-left.mfp-arrow-left.nav-thumb-name:hover img {
  float: right;
  margin-right: 7px;
}

.mfp-wqvpro .mfp-arrow.nav_style-right.mfp-arrow-right.nav-thumb-name div span,
.mfp-wqvpro .mfp-arrow.nav_style-right.mfp-arrow-right.nav-thumb-name:hover img {
  float: left;
  margin-left: 7px;
  color: #ffffff;
}

.mfp-wqvpro .nav-thumb-name div span {
  line-height: 100px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.mfp-wqvpro .nav-thumb-name:hover div,
.mfp-wqvpro .nav-thumb-name div span,
.mfp-wqvpro .nav-thumb-rotate div {
  display: block;
  opacity: 1;
}

.wqvpro-quick-view-share a i.fa {
  font-family: FontAwesome;
}

.mfp-wqvpro #wqvpro-quick-view-content .mfp-close:focus {
  outline: transparent;
}

.mfp-wqvpro .mfp-container .mfp-arrow>div {
  position: relative;
  z-index: -1;
}

/* ==========================================================================
   Responsive css.
   ========================================================================== */

@media (max-width: 768px) {
  #wqvpro-quick-view-content .wqvpro-product-images {
    display: block;
    float: inherit;
    width: auto;
  }

  #wqvpro-quick-view-content .wqvpro-product-images img {
    width: 100%;
  }

  #wqvpro-quick-view-content .wqvpro-product-info {
    display: block;
    float: inherit;
    padding: 30px 15px 0;
    width: auto;
  }
}

.wqvpro-quick-view-share {
  display: flex;
  margin-top: 10px;
}

.wqvpro-quick-view-share a i {
  cursor: pointer;
  text-decoration: none;
  height: 25px;
  width: 25px;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wqvpro-quick-view-share .social-twitter i {
  background-color: #55acee;
}

.wqvpro-quick-view-share .social-facebook i {
  background-color: #3b5999;
}

.wqvpro-quick-view-share .social-pinterest i {
  background-color: #bd081c;
}

.wqvpro-quick-view-share .social-email i {
  background-color: #dd4b39;
}

.wqvpro-quick-view-share .social-twitter.wqvpro-icon_only i {
  color: #55acee;
}

.wqvpro-quick-view-share .social-facebook.wqvpro-icon_only i {
  color: #3b5999;
}

.wqvpro-quick-view-share .social-pinterest.wqvpro-icon_only i {
  color: #bd081c;
}

.wqvpro-quick-view-share .social-email.wqvpro-icon_only i {
  color: #dd4b39;
}

.wqvpro-quick-view-share .wqvpro-icon_only i {
  background-color: transparent;
}

.wqvpro-quick-view-share .wqvpro-square i {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wqvpro-quick-view-share .wqvpro-circle i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wqvpro-quick-view-share .wqvpro-rounded i {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* 
Tab section CSS area.
*/

#wqvpro-quick-view-content .woocommerce-tabs ul.tabs {
  width: auto;
  float: none;
  display: flex;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
}

#wqvpro-quick-view-content .woocommerce-tabs ul.tabs li a {
  padding: 1em 10px;
  color: #6d6d6d;
}

#wqvpro-quick-view-content .woocommerce-tabs ul.tabs li.active a {
  color: #222222;
  box-shadow: 0 2px 0 #222222;
  background-color: transparent;
  border: none;
}

#wqvpro-quick-view-content .woocommerce-tabs .panel {
  width: auto;
  float: none;
}

#wqvpro-quick-view-content .woocommerce-tabs ul.tabs li {
  list-style-type: none;
  border-bottom: none;
  margin: 0px;
}

#wqvpro-quick-view-content .woocommerce-tabs ul.tabs li a:focus {
  outline-color: transparent;
  outline: none;
}

#wqvpro-quick-view-content .woocommerce-tabs ul.tabs li.active::after {
  opacity: 0;
}

#wqvpro-quick-view-content .related .products.columns-2 li.product {
  width: 45%;
  margin: 0 5px;
}

/* Related Products Style in Quick View with Astra theme  */
.theme-astra #wqvpro-quick-view-content .related .products {
  display: grid;
  column-gap: 20px;
  list-style: none;
  margin:0;
}

.theme-astra #wqvpro-quick-view-content .related .products.products:not(.elementor-grid).columns-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.theme-astra #wqvpro-quick-view-content .related .products.columns-2 li.product {
  width: 95%;
}

#wqvpro-quick-view-content .related .products.columns-2 li.product a>img {
  height: auto;
  max-width: 100%;
}

#wqvpro-quick-view-content .related .products.columns-2 li p a {
  margin: 3px;
}

#wqvpro-quick-view-content .related h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#wqvpro-quick-view-content .wqvpro-product-info ul.products li.product .woocommerce-loop-product__title {
  text-align: left;
}

@media (max-width: 1022px) {
  .mfp-wqvpro #wqvpro-quick-view-content.sp-wqvpro-content {
    max-width: 430px;
    max-height: inherit;
    display: block;
  }

  .mfp-wqvpro #wqvpro-quick-view-content .wqvpro-product-info,
  .mfp-wqvpro #wqvpro-quick-view-content .wqvpro-product-images {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.mfp-wqvpro .mfp-close {
  font-family: FontAwesome;
  text-decoration: none;
}

.mfp-wqvpro .mfp-container {
  /* overflow: hidden; */
}

/* Style for different Quick View Type */
#wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_right,
#wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_center,
#wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_left {
  height: 100vh;
  margin-top: 0px;
  position: fixed;
  top: 0;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* take the quick view popup in the right side. */
.mfp-wqvpro #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_right {
  right: 0;
  left: auto;
}

/* take the quick view popup in the center. */
.mfp-wqvpro #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_center {
  left: 0;
  right: 0;
}

/* take the quick view popup in the left side. */
.mfp-wqvpro #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_left {
  left: 0;
  right: auto;
}

/* Cascading layout style. */
.is-flex-container #wqvpro-quick-view-content {
  max-width: 100%;
}
.sp-wqvpro-drawer-content {
  grid-column: 1/span 4;
  margin-bottom: 90px;
  clear: both;
}

.wpsp-product+#wqvpro-quick-view-content {
  padding-left: 20px;
}

.sp-wqvpro-drawer-content .wqvpro-product-images {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 100%;
  float: left;
  margin: 0;
  opacity: 1;
}

.sp-wqvpro-drawer-content ul.wqvpro-thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 10px;
}

@media (max-width: 921px) {
  .sp-wqvpro-drawer-content {
    grid-column: 1/span 3;
    margin-bottom: 90px;
  }
}

@media (max-width: 544px) {

  .sp-wqvpro-drawer-content {
    grid-column: 1/span 2;
    margin-bottom: 90px;
  }

  #wqvpro-quick-view-content.sp-wqvpro-drawer-content .wqvpro-product-info {
    width: 100%;
  }

  #wqvpro-quick-view-content.sp-wqvpro-drawer-content .wqvpro-product-images {
    width: 100%;
  }
}


/* .sp-wqvpro-drawer-content{
  display: none;
} */

/* drawer close icon. */
.sp-wqvpro-drawer-content .wqvpro-content-head {
  text-align: right;
}

.sp-wqvpro-drawer-content .wqvpro-cascading-close-icon {
  background: none;
  color: red;
  outline: none;
}

/* quick view modal navigation icons. */
.et_divi_theme .mfp-wqvpro .mfp-arrow-left:after,
.mfp-wqvpro .fa-angle-left:before {
  content: "\f104";
}

.et_divi_theme .mfp-wqvpro .mfp-arrow-right:after,
.mfp-wqvpro .fa-angle-right:before {
  content: "\f105";
}

.mfp-wqvpro .fa-angle-double-left:before {
  content: "\f100";
}

.mfp-wqvpro .fa-angle-double-right:before {
  content: "\f101";
}

.mfp-wqvpro .fa-arrow-left:before {
  content: "\f060";
}

.mfp-wqvpro .fa-arrow-right:before {
  content: "\f061";
}

.mfp-wqvpro .fa-caret-left:before {
  content: "\f0d9";
}

.mfp-wqvpro .fa-caret-right:before {
  content: "\f0da";
}

.mfp-wqvpro .fa-chevron-left:before {
  content: "\f053";
}

.mfp-wqvpro .fa-chevron-right:before {
  content: "\f054";
}

/* style for product review comment */
#wqvpro-product-review-comments {
  margin-top: 15px;
}

#wqvpro-product-review-comments .commentlist li {
  position: relative;
}


/* style for modal window nav */
.mfp-wqvpro .mfp-container .mfp-arrow:not(.nav-thumb-rotate)>div {
  height: 100%;
}

.mfp-wqvpro .mfp-arrow.nav_style-left.mfp-arrow-left.nav-thumb-name div span,
.mfp-wqvpro .mfp-arrow.nav_style-right.mfp-arrow-right.nav-thumb-name div span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 21px;
  width: 120px;
  height: 100%;
  z-index: -1;
}

/* style for the Modal Effect "3d Unfold". */
.mfp-3d-unfold #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_right,
.mfp-3d-unfold #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_center,
.mfp-3d-unfold #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_left {
  max-height: initial;
  transform: translate(0px, -50%);
}

.mfp-3d-unfold #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_right {
  transform: translate(8px, -50%);
}

.mfp-3d-unfold #wqvpro-quick-view-content.sp-wqvpro-content.slide_ins_left {
  transform: translate(-8px, -50%);
}

/* Custom animation css */
.mfp-wrap.qvpro-slide-in-left .qvpro-slide-in-left,
.mfp-wrap.qvpro-slide-in-left button.mfp-arrow {
  animation: 1s slide-in-left;
}

.mfp-wrap.qvpro-slide-in-right .qvpro-slide-in-right,
.mfp-wrap.qvpro-slide-in-right button.mfp-arrow {
  animation: 1s slide-in-right;
}

/***** Slide Right *****/
@keyframes slide-in-right {
  from {
    transform: translateX(512px);
  }

  to {
    transform: translateX(0);
  }
}

/***** Slide Left *****/
@keyframes slide-in-left {
  from {

    transform: translateX(-512px);
  }

  to {
    transform: translateX(0);
  }
}

.sp-wqvpro-woocommerce-loop-product-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.theme-twentytwentytwo.archive #sp-wqvpro-view-button,
.theme-twentytwentythree.archive #sp-wqvpro-view-button {
  margin-top: initial;
}

/* Block Theme loading animation when add to cart in quick view modal. */
.woocommerce-block-theme-has-button-styles .wqvpro-product-info .single_add_to_cart_button.loading:after,
.woocommerce-block-theme-has-button-styles .wqvpro-product-info .single_add_to_cart_button.added:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
}

.woocommerce-block-theme-has-button-styles .wqvpro-product-info .single_add_to_cart_button.loading:after {
  content: "\f110";
  animation: 0.75s linear 0s infinite normal none running fa-spin;
}

.woocommerce-block-theme-has-button-styles .wqvpro-product-info .single_add_to_cart_button.added:after {
  content: "\f00c";
}