/*
Theme Name: Lafka Child
Theme URI: https://lafka.althemist.com/
Description: <strong>Lafka theme by theAlThemist</strong> - <br/> Modern E-commerce WordPress / WooCommerce theme<br/> <a href='http://www.althemist.com'>Other themes by us.</a>
Version: 1.0.0
Template: lafka
Author: theAlThemist
Author URI: https://www.althemist.com
License: Envato / Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: lafka
*/

/* logo */

#header #logo {
    padding: 5px 0 0 0;
}

#header #logo img {
    max-height: 130px;
}


/* boton nuevo */
.new_prod {
    display: none;
}

/* Cart movil */

div.woocommerce-product-gallery__image {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1279px)
.woocommerce-product-gallery__image {
    margin-bottom: 0px;
}

.lafka-quick-view-lightbox .lafka-quickview-images, .lafka-quick-view-lightbox .summary.entry-summary {
    padding: 10px 20px;
}
#content div.product div.summary h1.heading-title, .lafka-quick-view-lightbox h1.product_title {
    margin-bottom: 0px;
}

div.product .woocommerce-product-details__short-description, .lafka-product-summary-wrapper div.summary {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px)
.summary.entry-summary button.single_add_to_cart_button {
    min-width: 220px !important;
}
