/*
Theme Name: Customizr Child
Theme URI: https://github.com/presscustomizr/customizr
Description: Дочерняя тема для Customizr
Author: JobCart
Author URI: https://jobcart.ru
Template: customizr
Version: 1.0.0
Text Domain: customizr-child
*/

/* Здесь будут ваши стили, они будут загружены ПОСЛЕ стилей родительской темы */ 

#main-wrapper {
    min-height: 100vh;
}
.navbar-brand a.navbar-brand-sitelogo svg {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #573b35;
}
.nav__menu .menu-item .nav__link .nav__title {
    margin-bottom: 0;
}
.woocommerce-privacy-policy-text {
    font-size: .75rem;
    line-height: .9rem;
}
.woocommerce-privacy-policy-text-notify {
    font-size: .9rem;
    line-height: 1rem;
    margin: 0;    
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-cart__submit-container a.wc-block-components-button:not(.is-link) {
    border: 1px solid #d4a59a;
    border-radius: 3px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border: 1px solid #d4a59a;
    border-radius: 3px;
    background-color: #d4a59a17;
}

.nav__menu .menu-item .nav__link .nav__title {
    padding: 8px 0 5px 0;
}
.branding {
    padding-bottom: .625em;
}

.czr-btta {
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 23px;
}