.qv-row {
	display: flex;
}
.qv-col {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding:0 15px
}

.pl-0{
	padding-left:0
}
/* Clear floats after the columns */
.modal_container{
	position:relative
}

.qv-description{
	padding:30px 10px;
	text-align: left;
	padding: 30px 30px 30px 0px;
	text-align: left;
	height: 500px;
	overflow: auto;
}
@media screen and (max-width: 600px) {
  .qv-row {
	flex-wrap: wrap;
    flex-direction: column;
	  width: 100%;
  }
  .qv-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 100%;
	max-width: 100%;
	padding:0px;
	}
	.woocommerce .qv-description button.button.alt {
		margin: 0;
	}
}
.qv-description .product_meta { margin-top:30px}
.quantity.buttons_added {
    margin-bottom: 15px;
}
.qv-description .woocommerce-product-rating .star-rating{
	/* margin: 10px 0 !important; */
}
.qv-thumbnail img {
    max-width: 100%;
    width: 600px;
	height: 500px !important;
    object-fit: cover;
}
.qv-description::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.qv-description {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.qv-col .qv-description > h1.product_title{
	margin-top:5px;
	font-size:27px
}
button.open-modal {
    position: relative;
    border: 1px solid #ddd;
    padding: 8px 17px;
    background: #a46497;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.loader-wrap {
    width: 100%;
    height: 100%;
    background: #000000ab;
    position: absolute;
    top: 0;
    left: 0;
}
.wg-modal{
	animation-timing-function: linear;
}
#loader{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:999;
    background:url(
    '../img/loader.svg') no-repeat center center;
}
.woocommerce .qv-col span.onsale, 
.woocommerce-cart .qv-col span.onsale{
    top:10px;
    left:10px;
    background: #8224e3;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 11px;
    padding: 0;
    font-weight: 500;
    text-align: center;
    position: absolute;
    color: #fff;
}
.qv-description .quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}
.woocommerce .qv-description button.button.alt, 
.woocommerce-cart .woocommerce .qv-description button.button.alt {
    margin-left: 10px;
}
.woocommerce .qv-description .quantity input, .qv-description .quantity .qty {
  width: 70px;
  height: 42px;
  max-height: 45px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 5px;
  margin: 0;
  border: 1px solid #eee;
  text-align: center;
}

.qv-description .quantity input:focus {
  outline: 0;
}

.qv-description .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.qv-description .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.qv-description .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.qv-description .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.qv-description button.single_add_to_cart_button.button.alt {
    border-radius: 0px;
    /* padding: 10px 20px; */
}
.qv-description p.price {
    font-size: 32px;
    margin: 20px 0;
}
.qv-description .woocommerce-product-details__short-description {
    margin:15px 0
}

.qv-description a.added_to_cart.wc-forward, 
.woocommerce .qv-description button.button.alt, 
.woocommerce-cart .qv-description button.button.alt {
    position: static;
    padding: 7px 20px;
    background: #000000;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    transform: none;
    margin-left: 5px;
    text-transform: uppercase;
    border: none;
}
.qv-description .quantity {
    min-width: 20px;
}
.qv-description .woocommerce-product-details__short-description, 
.qv-description .woocommerce-product-rating {
    font-size:16px
}
.qv-description .product_meta {
    font-size:13px
}

.bg-wg-modal .wg-modal {
    animation-name: zoomInUp;
    animation-duration: 0.4s;
}
.wg-modal .wg-modal-close {
    right: 15px;
    top: 10px;
    z-index: 999;
}
.qv-thumbnail>span{
	display:block;
	height:100%
}
.qv-description mark, .qv-description ins{
	background:transparent
}
.slider.owl-loaded.owl-drag {
    position: relative;
}
.slider button.owl-prev, .slider button.owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
.slider button.owl-prev {
    left: 10px;
}

.slider button.owl-next {
    right: 10px;
}
.qv-col .onsale{
	z-index:999
}
.awqv-theme .owl-controls .owl-page {
    display: inline-block;
}
.awqv-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.awqv-theme .owl-nav {
  /* margin-top: 10px; */
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  }
  .awqv-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .awqv-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none;
      }
  .awqv-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.awqv-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.awqv-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .awqv-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .awqv-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #333333;
      }

.awqv-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10%);
}
.awqv-theme .owl-nav .owl-next:before, .awqv-theme .owl-nav .owl-prev:before{
	font-size:36px;
	color: #333333;
}
.qv-description .minus, 
.qv-description .plus,
.qv-description .quantity button{
display:none
}
.qv-description .woocommerce div.product form.cart .variations select {
    border: 1px solid #ddd;
    padding: 5px;
	margin-bottom: 7px;
}
.qv-description .woocommerce div.product form.cart .variations td, 
.qv-description .woocommerce div.product form.cart .variations th {
    vertical-align: middle;
    line-height: 2em;
}
.qv-inner{
	position: relative;
	height: 100%;
}
.qv-description .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;
    text-align: center;
}
.qv-description input[type=number] {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 8px;
}
/* .qv-description input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
} */
.qv-description .variations select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 8px 0;
    vertical-align: middle;
}
.qv-description input[type=number]::-webkit-inner-spin-button { 
    background: #eee url('../img/arrow.png') no-repeat 50% 50%;  
    width: 14px;
    height: 14px;
    padding: 4px;
    position: relative;
    right: 0px;
    border-radius: 28px;
} 