#add-to-cart-popup {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}

#add-to-cart-popup .content {
  position: fixed;
  width: 640px;
  height: auto;
  top: 50%;
  left: 50%;
  padding: 16px;
  margin-top: -212px;
  margin-left: -293px;
  background: #fff; -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#add-to-cart-popup .content.loading {
  width: 250px;
  height: 150px;
  padding: 0px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -125px;
  background: url(../image/mini_loading.gif) #fff no-repeat;
}
#add-to-cart-popup .content .close {
  float: right;
  margin-top: 0px;
}
#add-to-cart-popup .content .close .fa {
  font-size: 20px;
}
#add-to-cart-popup .content h3 {
  margin: -16px -16px 16px -16px;
  padding: 0px 16px 0px 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #d2d2d2;
  background: url(../image/icon-check.png) #40b11f no-repeat left 16px center;
}
#add-to-cart-popup .content h4 {
  margin: 5px 0px 10px 0px;
  padding: 0px;
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
#add-to-cart-popup .cart-related-products a {
  margin: 5px 0px;
  padding: 0px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
}
#add-to-cart-popup .content h5 {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: #;
}
#add-to-cart-popup .content .free-shipping-content {
  margin: 10px 0px 20px;
  display: block;
}
#add-to-cart-popup .content .shipping {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
#add-to-cart-popup .content .shipping b {
  color: #40b11f;
}
#add-to-cart-popup .content .shipping-progressbar {
  margin-top: 7px;
  height: 10px;
  background: #f5f5f5;
  display: block;
}
#add-to-cart-popup .content .shipping-progressbar .line {
  height: 10px;
  background: #40b11f;
  display: inlne-block;
  float: left;
}
#add-to-cart-popup .content .green {
  color: #26b304;
}
#add-to-cart-popup .content .rating {
  display: block;
}
#add-to-cart-popup .content .rating .fa {
  font-size: 17px;
  margin: 0px 3px 0px 0px;
}
#add-to-cart-popup .content .price {
  margin: 10px 0px;
}
#add-to-cart-popup .content .final-price {
  font-size: 17px;
  color: #ef7d00;
  font-weight: 600;
}
#add-to-cart-popup .content .new-price {
  font-size: 23px;
  color: #ef7d00;
  margin-right: 5px;
  font-weight: 600;
}
#add-to-cart-popup .content .old-price {
  font-size: 18px;
  color: #ababab;
  margin-bottom: 10px;
  text-decoration: line-through;
}
#add-to-cart-popup .content .popup-buttons {
  	padding: 10px;
	display: block;
}

#add-to-cart-popup .content .popup-buttons > span {
  	margin-top:5px;
	display: block;
}
 
@media (max-width: 580px) {
#add-to-cart-popup .content {
  width: 80%;
  height: auto;
  top: 10%;
  left: 10%;
  margin-top: 0px;
  margin-left: 0px;
}
}
