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

.bwp-header .wpbingoLogo img {
    max-height: 100px;
}

.bwp-header.header-v3 .header-top {
    padding: 30px 0;
}

.header-bottom {
    background: #1b1b1b;
}

.entry-title {
    word-break: break-word;
}

.dimita-woocommerce-sort-count {
	display: none;
}

.bwp_list_default.default .product-list-top .title-block:before {
    width: 0;
}
.bwp_list_default.default .product-list-top:before {
    width: 0;
}

.bwp-navigation ul > li.level-0 .sub-menu {
    min-width: 235px;
}

.bwp-top-bar .woocommerce-ordering .pwb-dropdown-menu li, .bwp-top-bar .dimita-woocommerce-sort-count .pwb-dropdown-menu li {
    text-transform: none;
}

.bwp-top-bar .woocommerce-ordering, .bwp-top-bar .dimita-woocommerce-sort-count {
    text-transform: none;
}

.custom-product-category-block img {
	max-height: 130px;
    width: auto;
}

.custom-product-category-block ul {
	padding: 0;
}

.products-list.grid .product-wapper {
    border: 1px solid rgba(27, 27, 27, 0.1);
}

.products-list.grid .product-wapper:hover {
    border: 1px solid rgba(27, 27, 27, 0.1);
}

.products-list.grid .product-wapper .products-content {
	border: none;
    border-top: 1px solid rgba(27, 27, 27, 0.1);
}

.products-list.grid .product-wapper .products-thumb {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.social-icon {
    display: none !important;
}

.header-wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
    display: none !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 !important;
}

@media (max-width: 991px) {
	.wpbingo-menu-mobile .navbar-default .navbar-toggle span {
		color: #fff;
	}
}

@media (max-width: 480px) {
	.bwp-top-bar .woocommerce-ordering .pwb-dropdown-menu {
		left: 0;
	}
}