/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* ------------------ Estilo de cotizacion */

form.cart {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px !important;
    width: 100%;
}

.woocommerce.single-product .product .yith-ywraq-add-to-quote {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px !important;
    width: 100%;
}

a.add-request-quote-button.button {
    font-size: 1em;
    width: 100%;
    line-height: 17px;
    border-radius: 5px;
   
}

@media only screen and (max-width: 969px) {
	a.add-request-quote-button.button {
	    font-size: 13px !important;
	}
}


.quantity .button.plus {
    height: 48px;
    border-radius: 5px;
}

.form-minimal.quantity .qty {
    height: 48px;
}

.quantity .button.minus {
    height: 48px;
    border-radius: 5px;
}

.quantity+.button {
    font-size: 1em;
    margin-right: 0;
    width: 100%;
    border-radius: 4px;
    line-height: 50px;
    height: 51px;
}

.form-minimal.quantity .qty {
    height: 52px;
}
.quantity .button.plus {
    height: 52px;
}
.quantity .button.minus {
    height: 52px;
}




.woocommerce ul.products li.product a.add-request-quote-button.button, .wp-block-post.product a.add-request-quote-button.button, a.add-request-quote-button.button {
    margin-top: 0px;
}


/*Estilos de WhatsAspp tienda*/

.dc-whatsapp-container {
    width: 100%;
    color: #000;
    padding: 2px 15px 2px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid;
    line-height: 50px;
}

.dc-whatsapp-container:hover {
    background-color: #000; 
    color: #fff !important; 
    border-color: #fff; 
}

.dc-whatsapp-container a {
    color: #000; 
}

.dc-whatsapp-container:hover a {
    color: #fff; 
}

.dc-whatsapp-container:hover img {
    filter: invert(100%); 
}


/*----Tabla----*/

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
}


#customers tr:nth-child(odd) {
    background-color: #eee;
}

#customers td, #customers th {

    text-transform: uppercase;
}