/*
Theme Name: Liberadores
Theme URI: https://liberadores.es
Template: Divi
Author: Liberadores
Version: 1.0.1.1596044744
Updated: 2020-07-29 19:45:44

*/

/* Poner columnas formato movil a 2 */

@media only screen and (max-width: 980px) {
    .dos-columnas .et_pb_column {
    width: 33%!important;
}
}
 
@media only screen and (max-width: 479px) {
    .dos-columnas .et_pb_column {
    width: 50%!important;
}
}

/* Footer Eliminar puntos de las páginas */

#footer-widgets .footer-widget li:before {
    display: none!important;
}

/*----------Customized Top Header----------*/

#et-info-phone:before {
	display:none;
}

#top-header .container {
    padding-top: .75em;
    font-weight: 400;
}

.top-acceder {
width: 95px!important;
}

.top-acceder a {
color: white!important;
font-size: 14px!important;
}

.top-acceder:before {
    font-family: 'ETmodules';
    content: "\e08a";
    color: #ffffff;
    font-size: 14px;
    float: left;
}

.top-mail {
width: 145px!important;
}


.top-mail a {
color: white!important;
font-size: 14px!important;
}

.top-mail:before {
    font-family: 'ETmodules';
    content: "\e010";
    color: #ffffff;
    font-size: 14px;
    float: left;
}

#top-header .et-cart-info {
    margin-left: 0px;
}

.et-cart-info span {
    position: relative;
	font-size: 14px;
	width: 145px!important;
}


 
#et-secondary-nav, #et-secondary-nav li {
display: inline-block;
margin-right: 15px;
}
 
@media only screen and (max-width: 980px) {
 
.top-phone {
width: 100%!important;
}
 
.top-quote {
width: 100%!important;
}
 
.top-login {
width: 100%!important;
}
 
.top-phone:before {
color: white;
margin-top: 10px;
margin-right: 12px;
}
 
.top-quote:before {
color: white;
margin-top: 10px;
margin-right: 12px;
}
 
.top-login:before {
color: white;
margin-top: 10px;
margin-right: 12px;
}
}

/* Alinear el menú a la izquierda */
@media only screen and (min-width: 981px) {
    #et-top-navigation {float: left; margin-left: 60px;}
}

.et_fixed_nav #et-top-navigation {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: none;
}

/*---------------Menu CTA Button Mobile Settings---------------*/

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #f71635; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}


/* Metodo de Pago Stripe */

.woocommerce-checkout #payment {
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
}

div.payment.box.payment_method_stripe::before {
    display: block;
    border: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}


/* Botón de Cupón */

.woocommerce-cart table.cart td.actions .coupon .input-text{
	height: 44px;
	font-size: 15px!important;

}

/* Cambiar textos de loop de productos up-sell */

.woocommerce-loop-product_title{
	font-weight: 600;
	color: #292a2e!important;
}

/* Espacio inferior debajo de boton añadir al carrito */

.et_pb_wc_add_to_cart_0_tb_body {
	min-height: 0px!important;
    padding-bottom: 0px!important;
    margin-top: 3px!important;
    margin-bottom: -15px!important;
    margin-left: 0px!important;
}

/* Botón pagar con tarjeta de Redsys */

button, input, select {
    font-family: inherit;
    font-size: 20px;
    background: #f71635;
    color: #ffffff;
    border: none;
    padding-top: 5px;
    padding-bottom: 9px;
    margin-right: 30px;
}

/* Botón Cancelar pedido */

woocommerce a.button, .woocommerce-page a.button {
    font-size: 18px;
    background-color: #d7dade!important;
    border-width: 0px!important;
    border-radius: 0px;
}

/* Tipografía buscador ayax */

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    color: #011927;
}