﻿header {
    background-color: #f5f5f7;
}


@media (min-width: 576px) {
    header {
        /*max-width: 540px;*/
    }
}

@media (min-width: 768px) {
    header {
        /*max-width: 720px;*/
    }
}

@media (min-width: 992px) {
    header {
        /*max-width: 960px;*/
    }
}

@media (min-width: 1200px) {
    header {
       /*max-width: 1140px;*/
    }
}


.sabad-popup {
    background-color: #f4f4f6;
}

.sabad-popup .c-header__profile-dropdown {
    width: 300px
}

.sabad-popup .c-header__profile-dropdown-account-container.go-basket {
    border-bottom: 1px solid #d6d6d6;
}

.sabad-popup .c-header__profile-dropdown-actions .c-header__profile-dropdown-action-container {
    padding: 3px 0;
    border-bottom: 1px solid #d6d6d6;
}

.sabad-popup .c-header__profile-dropdown-actions {
    padding: 4px 4px;
}

.sabad-popup a.c-header__profile-dropdown-action {
    padding: 10px 4px;
}

.sabad-popup .c-header__profile-dropdown-action-container:hover:before {
    top: 0px;
}

.smaller {
    font-size: smaller;
}

max-width-70px {
    max-width: 70px;
}

.font-size-1rem {
    font-size: 1rem;
}

.color-menu-sabad {
    color: #7a7a7a;
}

._scrollbar {
    height: 300px;
    background: #F5F5F5;
    overflow-y: scroll;
}

._force-overflow {
    min-height: 350px;
}

._scrollablebox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    border-radius: 10px;
    background-color: #F5F5F5;
}

._scrollablebox::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

._scrollablebox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: #838383;
}
