body{position:relative;}
#toretcart-popup{
  background-color:#ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position:absolute;
  min-width:50%;
  max-width:1200px;
}

#popup-close-button{
  float:left;
  position:absolute;
  top:0;
  right:0;
  cursor:pointer;
}

@media (min-width: 841px) {
  #popup-close-button{
    margin:-12px -12px 0 0;
  }
}
@media (max-width: 840px) {
  #popup-close-button{
    margin:0px 0px 0 0;
  }
}

/**
 * Top banner
 *
 */  
.cart-popup-top-banner{
  color:#ffffff;
  font-size:20px;
  background-color:#672b13;
  border-bottom:solid 2px #fdb25f;
  padding:20px;
  text-align:center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Title
 *
 */  
.cart-popup-title{
  width:100%;
  text-align:center;
  font-size:24px;
  line-height:34px;
  padding:20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 

/**
 * Product table
 * 
 *  
 */    
.cart-popup-product-table{
  width:100%;
  background-color:#c1a8a2;
  
}
.cart-popup-product-table tr{
  width:100%;
}
.cart-popup-product-table tr td{
  padding:10px;
  vertical-align:middle;
} 
.cart-popup-product-remove{

}
.cart-popup-product-thumbnail{

}
.cart-popup-product-price{

}
.cart-popup-product-name{

}
.cart-popup-product-subtotal{

}

/**
 * Cart popup buttons
 *
 */  
.cart-popup-buttons{
  width:100%;
  display:block;
  padding:20px 20px 10px 20px;
  text-align:center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 
.cart-popup-button{
  display:inline-block;
  color:#ffffff;
  text-align:center;
  padding:6px 18px 6px 18px;
  margin:0 8px 10px 8px;
  text-decoration:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-popup-button:hover{opacity:0.9;}
.cart-popup-view-cart{
  color:#ffffff;
  background-color:#f03b08;
  border:solid 1px #be2a00;
}
.cart-popup-view-cart:hover{
  color:#ffffff;
}
.cart-popup-checkout{
  color:#ffffff;
  background-color:#2c110a;
  border:solid 1px #2c110a;
}
.cart-popup-checkout:hover{
  color:#ffffff;
}
.cart-popup-continue{
  color:#ffffff;
  background-color:#f03b08;
  border:solid 1px #be2a00;
  cursor:pointer;
}
.cart-popup-continue:hover{
  color:#ffffff;
}



/**
 * Products
 *
 */  
.cart-popup-products-wrap{float:left;
  width:100%;
  padding:20px;
  background-color:#2c110a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 

.cart-popup-products-wrap-title{width:100%;
  text-align:center;
  color:#ffffff;
  padding-bottom:20px;
}

.cart-popup-products{
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 641px) {
  .cart-popup-products li{float:left;
    width:23%;
    margin:0 1% 0 1%;
    text-align:center;
  }
}
@media (min-width: 441px) and (max-width: 640px) {
  .cart-popup-products li{float:left;
    width:48%;
    margin:0 1% 4% 1%;
    text-align:center;
  }
}
@media (max-width: 440px) {
  .cart-popup-products li{float:left;
    width:98%;
    margin:0 1% 4% 1%;
    text-align:center;
  }
}



.cart-popup-products li .cart-popup-products-image{
  width:100%;
  text-align:center;
  text-decoration:none;
}
.cart-popup-products li .cart-popup-products-image img{
  display:inline-block;
}
.cart-popup-products li .cart-popup-products-image h3{
  color:#ffffff;
  text-decoration:none;
  font-size:18px;
  line-height:24px;
}
.cart-popup-products li .cart-popup-products-price{
  float:left;
  width:100%;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
  font-size:14px;
  line-height:20px;
}

.cart-popup-products li .cart-popup-products-button{
  display:inline-block;
  text-decoration:none;
  padding:6px 18px 6px 18px;
  color:#000000;
  background-color:#ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-popup-products li .cart-popup-products-button:hover{
  opacity:0.8;
}

.cart-popup-banner-before{
  width:100%;
  text-align:center;
}
.cart-popup-banner-before a,
.cart-popup-banner-before a img{
  display:inline-block;
}

.cart-popup-banner-after{
  width:100%;
  text-align:center;
}
.cart-popup-banner-after a,
.cart-popup-banner-after a img{
  display:inline-block;
}

