#quickview_popup ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#quickview_popup ::-webkit-scrollbar-track {
  background: #f1f1f1; 
   border-radius: 5px;
}
 
/* Handle */
#quickview_popup ::-webkit-scrollbar-thumb {
  background: #b5b5b5; 
  width: 10px;
  border-radius: 5px;
}

/* Handle on hover */
#quickview_popup ::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5; 
  width: 10px;
}
.quickview_popup_class {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.quickview_popup_body{overflow: hidden; position: relative;}
.quickview_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
img.ocwqv_loader{
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 999999999;
}
.quickview_close:hover, .quickview_close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.form_option{
	width: auto;
  	padding: 0 20px;
    height: 40px;
    margin: 5px 0px;
}
.quickview_close {
   font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 416px;
    top: 93px;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    border-radius: 50%;
    font-family: arial;
}
.quickview_modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 40%;
    border-radius: 5px;
  /*  padding: 10px 0px 20px 20px;*/
    padding: 37px 0px 80px 20px;
}
.quickview_image img {
    width: 93%;
    vertical-align: middle;
}
.quickview_image {
    width: 50%;
    float: left;
    display: inline-block;
}
.quickview_summaary {
    width: 50%;
    display: inline-block;
}
.quickview_summaary .qty {
    width: 23%;
    margin-bottom: 10px;
}
.quickview_summaary .product_meta {
	font-size: 14px;
	margin-top:10px;
}
@media screen and (max-width: 767px) {
 .quickview_modal-content {
    width: 92%;
  }
  select#pa_size {
    width: 87%;
}
.quickview_close {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 94px;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    border-radius: 50%;
    font-family: arial;
}
.quickview_image {
    width: 100%;
    float: left;
    display: inline-block;
}
.quickview_summaary {
    width: 100%;
    display: inline-block;
    /* text-align: center; */
}
.quickview_summaary .qty {
    width: 23%;
    margin-bottom: 10px;
    /* display: inline-block; */
    /* float: left; */
}

}


