#cart{
	padding-bottom:40px;
}
#cart table{
	width:100%;
	border-collapse:collapse;
}
#cart table thead{
	line-height:35px;
	color:#000;
	font-size:15px;
	font-weight:600;
}
#cart table thead td{
	border-bottom: 1px solid #f3f3f3;
}
#cart table tbody{
	color:#2d3a4b;
	font-size:14px;
}
#cart .filters{
	color:#5c8dc7;
	font-size:12px;
}
#cart  tbody td{
	padding: 7px 2px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 15px;
}
#cart  tbody td img{
	vertical-align:middle;	
}
#cart .remove{
	padding:0 4px;
	color:#f36a5a;
	transition:ease 0.25s;
}
#cart .input-qty{
	width:30px;
	text-align:center;
	padding:0 5px;
	border:1px solid #e1e1e1;
	height:30px;
	border-radius:3px;
	display:inline-block;
}
#cart .refresh-qty{
	color:#0d0d0d;
	padding:0 5px;
	outline: none;
}
#cart .remove:hover{
	color:#2d3a4b;
}
#cart .error-msg{
	text-align:center;
	padding-bottom:50px;
}
#cart .error-msg p{
	background:#fffaaa;
	padding:10px 0;
	padding-left:5%;
	padding-right:5%;
	text-align:center;
	color:#2d3a4b;
	font-size:14px;
	font-weight:500;
	display:inline-block;
	margin:10px auto;
	border-radius:3px;
}
#cart-total{
	margin:30px 0;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
#cart .total{
	text-align: right;
	padding: 20px 40px 20px 0;
	font-size: 21px;
	font-weight: 600;
	flex: 0 0 100%;
	box-sizing: border-box;
}
#cart .total span{
	font-size: 15px;
	color:#707070;
}
#cart-total .coupon-form{
	width: 100%;
	display: none;
}
#cart-total .coupon-form form{
	display: none;
}
#cart-total .coupon-form h4{
	padding:0;
	line-height:28px;
	font-size: 15px;
	font-weight: 600;
}
#cart-total .coupon-form form input[type=text]{
	flex-grow: 1;
	height:38px;
	line-height:38px;
	border:1px solid #f1f1f1;
	margin-left:1%;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	padding:0 1%;
	background:#fefefe;
	float:left;
	border-right:none;
}
#cart-total .coupon-form button{
	max-width:14%;
	height:42px;
	min-width:42px;
	line-height:42px;
	border:1px solid #dadada;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background:#5c8dc7;
	float:left;
	color:#fefefe;
	font-size:14px;
	font-weight:500;
	margin-top:-1px;
	padding:0 5px;
}
#cart .cart-total{
	width:100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
#cart .cart-total a:nth-child(2){
	display:inline-block;
	padding:15px 30px;
	text-align:center;
	color:#fff;
	background:#000;
	font-size:15px;
	font-weight:600;
	line-height:20px;
	border-radius:3px;
	border:none;
	transition:ease 0.25s;
	width: 100%;
	box-sizing: border-box;
	max-width: 300px;
}
#cart .cart-total a:nth-child(1){
	display:inline-block;
	padding:15px 30px;
	text-align:center;
	color:#000;
	background:#f3f3f3;
	font-size:15px;
	font-weight:600;
	line-height:20px;
	border-radius:3px;
	border:none;
	transition:ease 0.25s;
	width: 100%;
	box-sizing: border-box;
	max-width: 300px;
}
#cart-total .cart-total a:hover{
	background:#fefefe;
	color:#5c8dc7;
}
#products{
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}

.show-me{
	display:block !important;
}
.filter-button{
	width:100%;
	text-indent:12px;
	font-size:17px;
	line-height:34px;
	cursor:pointer;
	color:#2d3a4b;
	display:none;
}
.filter-button i{
	color:#5c8dc7;
}
#products .product-cover img{
	max-width:100%;
	vertical-align:middle;
}
#couponForm .errorMsg{
  display: inline-block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  color:#f36a5a;
  font-weight: bold;
}
@media screen and (min-width: 850px) and (max-width: 960px){
#products{
	width:98%;
	padding-left:1%;
}
#products .product{
	width:25%;
}
#products .product:last-child{display: none;}
}
@media only screen and (max-width: 768px){
  #products{
  	width:98%;
  	padding-left:1%;
  }
  #products .product{
  	width:33.333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px){
  #products{
  	width:98%;
  	padding-left:1%;
  }
  #products .product{
  	width:50%;
    margin-bottom: 30px;
  }
  #cart .cart-total{
	  flex-flow: column-reverse;
	  align-items: center;
  }
  #cart .cart-total a{margin: 0 0 20px 0; max-width: 400px;}
}
@media only screen and (max-width: 480px){
	#products {
		width: 98%;
		padding-left: 1%;
	}

	#products .product {
		width: 98%;
		padding: 0 1%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1169px){

}
@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 480px) {
	#cart table tr td:nth-child(3) {
		display: none;
	}
}