
*{
    font-family: "Rubik", sans-serif;
}

.osa-header {
    position: relative;
    z-index: 1000;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.osa-header a {
    text-decoration: none;
}

/* Верхняя строка */

.osa-header-top {
         color: #ffffff;
    background: #151412;
    border-color: #383735 !important;
    padding: 10px 0;
    display: block;
    position: relative;
}


.osa-top-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.osa-top-link:hover,
.osa-top-link-accent,
.osa-yellow {
    color: #ffc107 !important;
}

/* Основной блок */

.osa-header-main {
    color: #ffffff;
    background: #151412;
}

.osa-header-main-row {
    min-height: 99px;
}

.osa-logo {
    width: 150px;
}

.osa-logo img {
    display: block;
    width: 118px;
    max-width: 100%;
    height: auto;
}

/* Поиск */

.osa-search {
    width: 100%;
    max-width: 370px;
}

.osa-search-input {
    height: 48px;
    padding-right: 50px;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #383735;
    border-radius: 0;
    box-shadow: none !important;
}

.osa-search-input:focus {
    color: #ffffff;
    background: transparent;
    border-color: #ffc107;
}

.osa-search-input::placeholder {
    color: var(--osa-gray);
    opacity: 1;
}

.osa-search-button {
    width: 46px;
    height: 46px;
    color: #ffffff;
    font-size: 25px;
}

.osa-search-button:hover {
    color: #ffc107;
}

/* Телефоны */

.osa-phones a {
    color: #ffffff;
        font-size: 18px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.osa-phones a:hover {
    color: #ffc107;
}

/* Иконки */

.osa-header-icon {
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 31px;
    line-height: 1;
    transition: color 0.2s ease;
}

.osa-header-icon:hover {
    color: #ffc107;
}

.osa-cart-count {
    min-width: 18px;
    color: #111111;
    font-size: 10px;
    background: #ffc107;
}

/* Кнопка меню */

.osa-menu-button {
    width: 60px;
    height: 50px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    border: 1px solid #383735;
    border-radius: 0;
}

.osa-menu-button:hover,
.osa-menu-button:focus {
    color: #ffc107;
    border-color: #ffc107;
}

/* Категории */

.osa-category-menu {
    border-bottom: 1px solid #ededed;
}

.osa-category-menu-row {
    min-height: 64px;
}

.osa-category-menu a {
   display: flex;
    align-items: center;
    color: #090909;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.osa-category-menu a:hover {
    color: #666666;
    border-bottom-color: #ffc107;
}

/* Offcanvas */

.osa-offcanvas {
    color: #ffffff;
    background: #151412;
}

.osa-offcanvas .offcanvas-header {
    border-color: #383735 !important;
}

.osa-offcanvas-logo img {
    display: block;
    width: 105px;
    height: auto;
}

.osa-mobile-search .form-control {
    color: #ffffff;
    background: transparent;
    border-color: #383735;
}

.osa-mobile-search .form-control:focus {
    border-color: #ffc107;
    box-shadow: none;
}

.osa-mobile-search .form-control::placeholder {
    color: var(--osa-gray);
}

.osa-mobile-search-button {
    color: #111111;
    background: #ffc107;
    border-color: #ffc107;
}

.osa-mobile-phones a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.osa-mobile-list .list-group-item {
    padding: 14px 0;
    color: #ffffff;
    font-weight: 700;
    background: transparent;
    border-color: #383735;
}

.osa-mobile-list .list-group-item:hover {
    color: #ffc107;
    background: transparent;
}

/* Адаптив */

@media (max-width: 1199.98px) {
    .osa-header-top nav {
        gap: 18px !important;
    }

    .osa-top-link {
        font-size: 12px;
    }

    .osa-phones a {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .osa-header-top {
        display: none;
    }

    .osa-header-main-row {
        min-height: 82px;
    }

    .osa-logo {
        width: auto;
    }

    .osa-logo img {
        width: 100px;
    }
}

@media (max-width: 575.98px) {
    .osa-header-main-row {
        min-height: 72px;
    }

    .osa-logo img {
        width: 90px;
    }

    .osa-header-icon {
        font-size: 27px;
    }

    .osa-menu-button {
        width: 48px;
        height: 44px;
        font-size: 28px;
    }
}


.header-cart-widget {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.header-cart-widget:hover {
    color: #d8a24a;
    text-decoration: none;
}

.header-cart-widget__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}

.header-cart-widget__icon svg {
    display: block;
    width: 30px;
    height: 30px;
}

.header-cart-widget__count {
       position: absolute;
    top: -7px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ffc107;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    color: black;
}

.header-cart-widget__subtotal {
    display: block;
    margin-top: 5px;

    color: currentColor;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}



.header-cart-widget__subtotal .woocommerce-Price-amount {
   color: white;
    font-weight: 400;
}

.header-cart-widget__icon {
    color: #ffffff;
}

.header-cart-widget__icon svg {
    display: block;
    width: 30px;
    height: 30px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .header-cart-widget {
        min-width: 50px;
    }

    .header-cart-widget__icon {
        width: 30px;
        height: 30px;
    }

    .header-cart-widget__icon svg {
        width: 27px;
        height: 27px;
    }

    .header-cart-widget__subtotal {
        margin-top: 3px;
        font-size: 11px;
    }
}