/***************************************************************QUICKVIEW***********************************************************************/

body.quickview #info-product{
  overflow: hidden !important;
  background:none;
  padding-top: 0px;
}

body.quickview #info-product .images{
  margin-right: 10px
}

body.quickview #info-product .social{
  top: 3px;
  right: 16px;
}

body.quickview:not(.mobile-mode) #info-product .name{ 
  font: 18px "Source Sans Pro", Arial, sans-serif;
  float: left;  
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #727272;
}

body.quickview #info-product .collum.details{width: 390px !important; position: relative;}

body.quickview #info-product .description{
  float: none;
  font-size: 11px;
  border-top:1px solid #dddede;
  padding: 15px 5px 5px;
  margin-top: 20px;
}

body.quickview #info-product .description strong{
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

body.quickview #info-product .description::before{
  display:none;
}

body.quickview #info-product .stamp {
  background: rgba(0, 0, 0, 0) url("/static/locales/global/img/dotted.png") repeat-x scroll 0 top;
    text-align: left;
}

body.quickview #info-product .skus-product{}

body.quickview #info-product #infoPrices{text-align: left; margin-top: 0px;}

body.quickview .skus-product ul,
body.quickview .skus-product li{overflow: visible;}

body.quickview .skus-product li
{
    height: auto!important;
    width: auto!important;
}

body.quickview #info-product .parcel{
  text-transform: none;
  font-family: arial;
}

body.quickview #info-product .parcel strong, 
body.quickview #info-product .save strong{
  font-weight: 600;
}
body.quickview #info-product .notifyme {
  position:relative;
}

body.quickview #info-product .notifyme label{
	/*width: 172px;*/	
}

body.quickview #info-product .notifyme .btn {
    position: absolute;
    bottom: 0;
}