/*
Theme Name: Davici Child
Theme URI: http://www.wpbingosite.com/davici
Author: wpbingo
Description: This is a child theme for Davici
Version: 1.0
Author URI: http://wpbingosite.com
Template: davici
Text Domain: davici-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.account,
#bwp-topbar.topbar-v1,
.products-list.grid .product-wapper .products-thumb .product-button,
.bwp-header .header-bottom .header-vertical-menu,
#bwp_ajax_filte-1,
ul.woocommerce-product-subcategories,
#block-6,
#block-5,
.bwp-filter.bwp-filter-brand,
.bwp-top-bar .display,
.woocommerce-ordering,
.products-list.grid.slick-carousel .slick-arrow,
.add_to_cart_button,
.woocommerce-notices-wrapper{
    display: none !important;
}
.bwp-single-image{
    max-width: 36% !important;
} 
.bwp-header.header-v3 .header-wrapper {
    padding: 20px 0 !important;
}
.bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments) a:not(.rsswidget),
.bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments),
.bwp-sidebar>.widget>ul>li span,
#bwp-footer a {
    color: #000000 !important;
}
#bwp-footer a:hover{
    text-decoration: underline;
}
.bwp-top-bar .davici-woocommerce-sort-count {
    float: none !important;
}
.single-product .woocommerce-tabs #tab-reviews #reviews #respond #reply-title {
    line-height: 33px;
}
.description p{
    font-size: 15px;
    color: #000;
}
.woocommerce ul.products li.product .whatsapp-order-button {
    margin-top: 10px;
    display: block;
    text-align: center;
    background-color: #25D366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}
.whatsapp-order-button{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
}
.products-list.grid .product-wapper .products-thumb .product-button{
    display: block !important;
    width: 100% !important;
    bottom: 0 !important;
    position: inherit !important;
    right: 0 !important;
}
.whatsapp-order-button {
    margin-top: 10px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}
.whatsapp-order-button:hover {
    background-color: #128c4a;
    box-shadow: 0 3px 6px rgba(37, 211, 102, 0.4);
    transition: background-color 0.3s ease;
    color: #fff;
    text-decoration: none;
}
.products-list.grid .product-wapper .products-content h3.product-title{
    font-size: 17px;
}
.whatsapp-order-button img{
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.price ins {
    color: #ff6f00 !important;
}
.button-slider a{
    color: #fff !important;
}

@media only screen and 
(min-width: 10px) and 
(max-width: 1000px){
    .bwp-header .header-mobile .header-mobile-fixed{
        display: none !important;
    }
    #bwp-footer {
        padding-bottom: 0px !important;
    }
}

@media only screen and 
    (min-width: 10px) and 
    (max-width: 768px){
        .bwp-single-image{
            max-width: 90% !important;
        } 
        .products-thumb img{
            width: 100%;
        }
        .products-list.grid .product-wapper .products-content h3.product-title {
            font-size: 20px;
        }
    }
