/*
Theme Name: EasyMode marketing Child
Theme URI: https://easymodemarketing.com/
Description: Página web de KLING desarrollada por EasyMode marketing
Author: EasyMode marketing
Author URI: https://easymodemarketing.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* ----- CHECKOUT EN 2 COLUMNAS ----- */
 
/*#checkOutMolon {
    max-width:1100px;
    margin:0 auto;
    width:100%;
}
 
 
.customerDetails, .resumenCompra {
 position: relative;
 padding: 0.65rem;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
 
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
 
.woocommerce p.form-row {
    margin-bottom: 0px;
}
 
.mitadColumna, .column-full {
	float:left;
     position: relative;
     padding: 0.65rem;
     width:100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box
}

.product-image{
	width: 30% !important;
}

.product-total{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #000 !important;
}

.product-quantity{
	font-size: 15px !important;
	color: #ce9b72 !important;
    font-weight: 800;
}

.woocommerce-Price-amount{
	font-size: 14px !important;
	color: #ce9b72 !important;
}

.woocommerce-Price-amount{
    font-size: 15px!important;
    color: #ce9b72 !important;
    font-weight: 800;
}



form.checkout table.shop_table th {

    font-weight: 600 !important;
    font-size: 16px !important;
}

.woocommerce-terms-and-conditions-checkbox-text, .woocommerce-privacy-policy-text p{
    font-size: 10px !important;
    line-height: 15px !important;
}

.woocommerce form.check-login .form-row input[type=password]{
    border: 1px solid #a5a3a3 !important;
}

.woocommerce form.check-login .form-row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.woocommerce form.check-login .lost_password{
    margin-top: 10px;
}
*/
/*---------------- Media query ----------------*/

/*@media only screen and (min-width: 48em) { 
    .mitadColumna{
    	width: 50%;
    }
}
@media only screen and (min-width: 780px) {
    .customerDetails{
        width: 59%;
        display: inline-block;
        vertical-align: top!important;
    }
 
    .resumenCompra{
        width: 39%;
        display: inline-block;
        vertical-align: top!important;
    }


 
}
 
@media only screen and (max-width: 780px) {
    .customerDetails, .resumenCompra {
    width: 100%;
    }

    .mitadColumna {
        width: 100% !important
        padding: 0 !important;
        padding: 0rem;
    }

 
    .column-full {
        width: 100% !important;
        padding: 0 !important;
        padding: 0rem;
    }

    #billing_first_name, #billing_last_name, #billing_email, #billing_phone, #billing_postcode, #billing_city{
        width: 90%!important;
    }

    #billing_address_1{
    	width: 90% !important;
    }

    #shipping_first_name, #shipping_last_name, #shipping_email, #shipping_phone, #shipping_postcode, #shipping_city{
        width: 90%!important;
    }

    #shipping_address_1, #shipping_address_2{
    	width: 90% !important;
    }

    .woocommerce form.check-login .lost_password{
        margin-left: 15px !important;
    }

    #billing_email{
        margin-bottom: 10px!important;
    }

    .
}
 
@media only screen and (min-width: 780px) {
    .mitadColumna {
        width: 49% !important
        display: inline-block !important;
        padding: 0 !important;
    }

 
    .column-full {
        width: 100% !important;
        padding: 0 !important;
    }
	
	#billing_first_name, #billing_last_name, #billing_email, #billing_phone, #billing_postcode, #billing_city{
        width: 80%!important;
    }



    #billing_address_1{
    	width: 90% !important;
    }

    #shipping_first_name, #shipping_last_name, #shipping_email, #shipping_phone, #shipping_postcode, #shipping_city{
        width: 80%!important;
    }

    #shipping_address_1, #shipping_address_2{
    	width: 90% !important;
    }

    .woocommerce form.check-login .lost_password{
        margin-left: 0px !important;
    }
    
    .resumenCompra{
        background-image: url('https://sahoco.es/wp-content/uploads/2019/03/Checkout-fondo-Sahoco.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}*/


