@media only screen and (max-width: 1024px) {
	
	.woocommerce-cart  .content-area  .cart_totals  h2
{
	padding-top: 15px;
}
.woocommerce form .coupon + input.button {
    margin-top: -46px;
}

.woocommerce-cart .woocommerce table.shop_table th {
    padding: 9px 2px;
}
.woocommerce-cart .cart-collaterals tr.fee th
{
	padding-left: 24px;
}


 }
@media only screen and (min-width:320px) and  (max-width: 479px) {

.woocommerce .coupon
{
	padding-bottom: 55px;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    font-size: 13px;
    padding: 10px 5px;
}





}
@media only screen and (min-width:769px) and  (max-width: 909px) 
{
	.twentysixteen .site-main {
    margin-right: 6.0769%;
}
}

@media only screen and (min-width:320px) and  (max-width: 768px) {
	.woocommerce-cart .cart-collaterals tr.fee td
{
	    background-image: url("../images/charity.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 27px;
}
}

