/*
Theme Name: Yobazar Child
Theme URI: https://demo.theme-sky.com/yobazar/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yobazar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yobazar-child
*/

header .logo-wrapper {
    max-height: 120px;
}

.ts-store-notice {
	background: rgb(0 0 0) !important;
    color: rgb(255 255 255) !important;
    padding: 12px 0;
}

.single-product .meta-content {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px !important;
}

.single-product .meta-content .wcml_currency_switcher {
    order: 3;
    margin-top: 15px !important;
    width: 110px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: rgb(237 237 237 / 65%) !important;
}

.wc-bacs-bank-details-heading {
    font-size: 28px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-size: 22px;
}

.woocommerce ul.order_details li {
    font-size: 18px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home_shop_by_category.elementor-section .elementor-container {
        flex-wrap: nowrap;
    }
}