.shop_table.shop_table_responsive  thead tr th  { color:#fff; }
.offers-for-woocommerce-make-offer-button-catalog.button {
	
	    padding: 12px;
    width: 100%;
    text-align: center;
    margin-top: 15px !important;
}

div.tab_custom_ofwc_offer_tab_inner_content .make-offer-form-intro{  background: #4DC42A; }

@media (min-width: 911px) {
   .woocommerce-cart #main .woocommerce-cart-form, .woocommerce-cart #main .woocommerce-cart .cross-sells {
        width: 100%;
       
    }
}

@media (min-width: 911px) {
    .woocommerce-cart #main .cart-collaterals {
        width: 60%;
    
    }
}

.shop_table_responsive thead tr { background:#4DC42A; }

    .woocommerce-cart-form table.cart th, .woocommerce-cart-form table.cart td {
      
        color: #000;
    }
	
	.woocommerce-cart-form table.cart .cart_item {
 
    border: 1px solid #E6E6E6;
 
}
@media (min-width: 768px) {
    .woocommerce-cart-form table.cart td.product-remove a.remove {
        
        left: 10px;
    }
}