ul.products-wrp {
	list-style: none;
	padding: 0;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;  
	color: #777;  
	text-align: center;
}
ul.products-wrp li{
	display: inline-block;
	border: 1px solid #ECECEC;
	margin: 5px;
	background: #fff;
	text-align: center;
}
ul.products-wrp li h4{
	margin: 0;
	padding: 15px 5px 5px 5px;
	text-align: center;
	border-bottom: 1px solid #FAFAFA;
}
ul.products-wrp li .item-box{
	border: 1px solid #EAEAEA;
	background: #F9F9F9;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
ul.products-wrp li .item-box div{
	margin-bottom:5px;
}
ul.products-wrp li .item-box button{
	margin-left: 5px;
	background: #FA1C5F;
	border: none;
	padding: 3px 8px 3px 8px;
	color: #fff;
}
ul.products-wrp li .item-box button[disabled=disabled]{
	background: #FC84A8;
}


.shopping-cart-box{ 
   position: absolute;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 420px;
    -webkit-box-shadow: 0px 0px 17px -6px rgb(159, 151, 159);
    -moz-box-shadow: 0px 0px 17px -6px rgb(159, 151, 159);
    box-shadow: 0px 0px 17px -6px rgb(159, 151, 159);
    display: none;
    z-index: 99999;
    background: #fff;
    padding: 9px 9px !important;
    border: 1px solid #f5e9e9;
    text-align: left;
}
.shopping-cart-box a{
	color: #FFD5D5;
	text-decoration:none;
}
/*.shopping-cart-box:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-bottom: 8px solid rgba(255, 0, 97, 1);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}*/
.shopping-cart-box ul.cart-products-loaded{
	margin: 0;
	padding: 0;
	list-style: none;
}
.shopping-cart-box .close-shopping-cart-box{
  float: right;
}
#shopping-cart-results ul.cart-products-loaded li{
	
	margin-bottom: 1px;
    padding: 6px 5px 15px 5px;
    border-bottom: 1px solid rgba(230, 224, 224, 0.6);
}
.shopping-cart-box .remove-item {
    float: right;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -7px;
    height: 15px;
    width: 14px;
    padding: 0 !important;
    border: 0;
    font-size: 23px;
}
.shopping-cart-box .cart-products-total{
	font-weight: bold;
	
	padding: 5px 0px 0px 5px;
	display: inline-block;
	background: #F4F4F4;width: 100%;
}
.shopping-cart-box h3{
	margin: 0;
	padding: 0px 0px 5px 0px;
}

ul.view-cart {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 15px 15px 15px 25px;
  list-style: none;
}

ul.view-cart {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 15px 15px 15px 25px;
  list-style: none;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
ul.view-cart li span{
    float: right;
}
ul.view-cart li.view-cart-total{
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}
hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
span#cart-info {
    position: absolute;
    top: -9px;
    /* margin-left: -6px; */
    background: #ffca40;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #2a2929;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    font-weight: bold;
    left: 11px;
}
.cart_img {
    width: 22%;
     float: left;
}
.cart_img img {
    width: 100%;
    height: 110px;
}
.cart_data {
    width: 72%;
    float: left;
    margin-left: 14px;
    position: relative;
}
.cart_p{
	position: relative;
    top: 7px;
}
.footer_cart {
    width: 50%;
    float: left;
    padding: 5px 15px;
}
a.login_butons.cart_buttos {
    text-align: center;
    padding: 14px 0 !important;
}
.cart_product_img{
  width: 120px !important;
}
.cart_table{
	width: 100%;
}
.cart_table tr{

	border-bottom:1px solid #ccc; 

}
.cart_table td,.cart_table th{
    padding: 21px 2px;
    position: relative;
    font-weight:100;
}
.sub_total.total {
    padding: 20px 30px;
    text-align: right;
}
.buttons_yellow{
	background-color: #FFCA40;
    color: #000;
      margin: 0 0 0 30px;
   padding: 10px;
   position: relative;
   text-decoration: none;
   transition: .5s;
}
.buttons_yellow:hover {
    background-color: #292c31;
    color: #fff;
    text-decoration: none;
    
}
.remove_item_cart{

	font-size: 18px;

	color:#0ff;
}
.remove_item_cart {
    color: #f00;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
  cursor:pointer;
}
th.cart_table-inn {
    font-weight: 600!important;
}