﻿.product_wrapper, .product_wrapper2 {
	float:left;
	text-align: center;
	width:31%;
	padding: 10px;
    margin:0 10px 20px;
    border: solid 1px #cccccc;
    -webkit-box-shadow: 4px 10px 10px -8px rgba(0,0,0,0.48);
    -moz-box-shadow: 4px 10px 10px -8px rgba(0,0,0,0.48);
    box-shadow: 4px 10px 10px -8px rgba(0,0,0,0.48);
	}
	
.product_wrapper2 {
	width:47%;
	text-align: left;
	}
	
		
	
	
	
.product_wrapper:hover, .product_wrapper2:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	cursor:pointer;
	}
.product_wrapper .name, .product_wrapper2 .name {
	font-weight:bold;
	}
.product_wrapper .buy, .product_wrapper2 .buy {
	text-transform: uppercase;
    background: #fdd15e;
    border: 1px solid #fdd15e;
    cursor: pointer;
    color: #000000;
    padding: 4px 20px;
    margin-top: 10px;
}
/*.product_wrapper .buy:hover, .product_wrapper2 .buy:hover {
	background: #f17e0a;
    border-color: #f17e0a;
}*/

.product_wrapper .image img {
	height:300px;
	width:100%;
}

.product_wrapper2 .image img {
	height:200px;
	width:97%;
}


.image2 {
	height:170px;
	width:64%!important;
}


.message_box .box{
	margin: 10px 0px;
    border: 1px solid #2b772e;
    text-align: center;
    font-weight: bold;
    color: #2b772e;
	}
	
.table{width:90%; padding:0!important; margin:0 auto!important; text-align:center; border:solid 1px #cccccc;}	
	
.table td {
	border-bottom: #F0F0F0 1px solid;
	padding: 10px;
	}
	
.tablehead > td, .total{color:#dc2b18; font-weight:bold;}	

.cartblock{width:95%; margin:10px auto;}
	
.cart{width:100%;}
	
.cart_div {
	float:right;
	font-weight:bold;
	position:relative;
	width:100%;
	}
.cart_div a {
	color:#000;
	}	
.cart_div span {
	font-size: 19px;
    line-height: 14px;
  
    padding:10px 0 10px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 13px;
    color: #dc2b18;
    width: 14px;
    height: 13px;
    text-align: center;
	}
.cart .remove {
    color: #ffffff;
    cursor: pointer;
    padding:1px 10px;
	}
.cart .remove:hover {
	text-decoration:underline;
	}
	
.carth1{
	font-size: 16px;
    padding-top: 25px;
    padding-bottom: 0;
    color: #e90000;
}

.carth2{
	font-size: 14px;
	padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 500;
}	
	
@media(max-width:800px) {
.product_wrapper, .product_wrapper2 {
	width:98%;
	}
	
.cartblock{width:98%!important;}

}




@media(max-width:480px) {

	
.image2 {
    height: auto!important;
    width: 64%!important;
}

.product_wrapper .image img {
    height:140px;
    width: 97%;
}
}


@media(max-width:420px) {
.product_wrapper {
	width:42%;
	}
	
.image2 {
    height: auto!important;
    width: 80%!important;
}
}


	
	