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


.bwp-header .wpbingoLogo img {
    max-width: 100px;
    width: 100%;
    position: relative;
}

.bwp-header .header-wrapper {
    padding: 10px 0;
}

body {
    color: #222222;
}

@media (max-width: 1510px) and (min-width: 1200px) {
    .container, .contents-detail .bwp-single-product, .cross_sell, .recent-view, .related, .upsells, .woocommerce-tabs .content-woocommerce-tabs .content-tab, .woocommerce-tabs .content-woocommerce-tabs .content-ul-tab ul.tabs {
        padding-left: 0px; 
        padding-right: 30px;
    }
}


.wc-block-components-button:not(.is-link) {
    background: #feaaf8;
    color: #fff;
}

.products-list.grid .product-wapper .products-thumb .btn-atc>div>a {
    background: #feaaf8;
}


.bwp-top-bar.top {
    display: none;
}


.bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) {
    padding-left: 0px;
}

.bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments) {
    color: var(--text-color, #222222);
    font-size: 14px;
}

.bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments) a:not(.rsswidget) {
    color: var(--text-color, #222222);
}

:where(.wc-block-product-filter-checkbox-list__text-wrapper) {
    font-size: 14px;
}

.author .read-more, .category-posts .cate-post-content .read-more, .post-related .read-more, .search .read-more {
    display: none;
}

.wc-block-components-button:not(.is-link) {
    background: #feaaf8;
    color: #fff;
    text-transform: uppercase;
    border-color: #feaaf8;
}