/*
 Theme Name:   Werk Child
 Theme URI:    https://werk.wpengine.com/
 Description:  Werk Child Theme
 Author:       the Werk team
 Author URI:   https://wedesignthemes.com/
 Template:     werk
 Version:      1.0.0
 Text Domain:  werk-child
*/

/* Левый Sidebar */
.wdt-sidebar-wrapper {
	background: #161519;
}
/* Попап сортировки товаров */
.admin-bar .select2-container--open .select2-dropdown.select2-dropdown--below {
	background: #1D1C20;
}

#yith-quick-view-content div.product .summary .woocommerce-product-details__short-description p br {
    display: block;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    --wdtPrimaryColor: #161519;
}

.is-large.wc-block-cart .wc-block-cart-items th:first-child {
    border-color: rgba(var(--wdtBorderColorRgb), 0.2); 
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    border-color: rgba(var(--wdtBorderColorRgb), 0.2); 
}

.woocommerce .product-loop-sorting .product-display-controller .product-change-display li span, .woocommerce .product-loop-sorting .product-layout-controller .product-change-layout li span, .woocommerce .product-loop-sorting .product-list-options-controller .product-list-options li span {
    background: #161519;
}

.woocommerce .product-loop-sorting .product-layout-controller .product-change-layout li span.active:before, .woocommerce .product-loop-sorting .product-display-controller .product-change-display li span.active:before, .woocommerce .product-loop-sorting .product-list-options-controller .product-list-options li span.active:before {
    color: #ffffff !important;
}

.wdt-shop-cart-widget-content > .elementor-menu-cart__footer-buttons > .elementor-button.elementor-button--checkout.elementor-size-md {
    display: none;
}

.elementor-widget-container > .wdt-product-summary.summary.entry-summary > .product_additional_info_wrapper {
    display: none;
}

@media only screen and (max-width: 767px) {
    .search.search-results .tpl-blog-holder .wdt-one-third {
        width: 50% !important;
    }    
}

@media only screen and (max-width: 767px) {
    #searchform ul.quick_search_results li.quick_search_data_item {
        flex: 1 1 100%;
        width: 50%;
    }
}
