/*

 * Custom CSS

 * Place here your custom CSS. This will keep your custom css when there is a theme update.

 *

 */

 #customer_details .col-1,
 #customer_details .col-2{
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
 }
 .woocommerce form.login,
.woocommerce .checkout_coupon {
    overflow: hidden;
    float: left;
    width: 100%;
}

 .woocommerce .woocommerce-info,
 .woocommerce .woocommerce-error,
 .woocommerce .woocommerce-message{
	float: left;
	width: 100%;
}

@media only screen and (max-width: 500px){
.woocommerce .cart-collaterals .woocommerce table td,
.woocommerce .cart-collaterals .woocommerce table th{
    padding: .857em 0;
}
}

@media only screen and (max-width: 480px){
.woocommerce .cart-collaterals table th {
    display: none;
}
}

@media only screen and (max-width: 500px){
.woocommerce-checkout.full-width-content .woocommerce {
    padding: 0 30px;
}
}

@media only screen and (max-width: 480px){
.woocommerce .form-row {
    width: 100%;
    margin-bottom: 10px;
}
p.lost_password {
    display: block;
    float: left;
    width: 100%;
}
.woocommerce form.login  .form-row .button,
.checkout-button.button{
 width: 100% !important;
}
}

ul.products li.product .secondary-image {
    padding: 0;
}