/*
Theme Name: Punio Child
Theme URI: http://www.wpbingosite.com/punio
Author: wpbingo
Description: This is a child theme for Punio
Version: 1.0
Author URI: http://wpbingosite.com
Template: punio
Text Domain: punio-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.bwp-header .wpbingoLogo img {
  max-height: 50px !important;
}
.bwp-footer img{max-width: 170px !important;}
.header-mobile-fixed .my-account {
    display: none !important;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel--description h1 {
    margin-bottom: 25px;
}

/*CATEGORÍAS PRODUCTOS HOME*/
.banners-effect-6 .banners > div a{font-size: 28px;padding: 5px;}

/* Tablets */
@media (max-width: 1024px) and (min-width: 768px) {
  body.background-breadcrumb-shop:not(.page-template-homepage):not(.error404) 
  .bwp-header .wpbingoLogo img {
    filter: contrast(0) brightness(200%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  body.background-breadcrumb-shop:not(.page-template-homepage):not(.error404) 
  .bwp-header .wpbingoLogo img {
    filter: none !important;
  }
  .bwp-header .wpbingoLogo img {
  max-height: 35px !important;
  }
  .bwp-widget-banner.layout-18.style2 .button {
    font-size: 10px;
  }
}

/* Button WhatsApp - tablets */
@media (max-width: 992px) {
    .fa-whatsapp {
        font-size: 40px;
    }
}

/* Button WhatsApp -  mobile 576px y superiores */
@media (max-width: 576px) {
    .fa-whatsapp {
        font-size: 30px;
    }
}
