html, body {
    font-family: 'Montserrat', sans-serif;
    background: none;
}
.header {
    margin-top: 0;
}
.header .navbar-toggler-icon {
    background-image: url(../img/burger-black.svg);
}
.header .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}
.cabinet-header-menu button{
    color: #161616!important;
}
.cabinet-header-menu button.show,
.cabinet-header-menu button:active,
.cabinet-header-menu button:hover{
    color: #03C3D7!important;
}
.best-shops-banner .banner{
    background-image: url("../img/molorakv4.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    padding: 120px;
}
.best-shops-banner .search-bar p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #A2AAAD;
}
.best-shops-banner .search-bar h1{
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 77px;
    text-align: center;
    color: #FEFEFE;
    text-shadow: 0 4px 150px rgba(0, 0, 0, 0.2);
}
.best-shops-banner .search-area{
    position: relative;
    background: #F0F0F0;
    border-radius: 16px;
    padding: 20px 20px 20px 56px;
    width: 100%;
}
.best-shops-banner .search-area input{
    width: 100%;
    border: none;
    background: none;
    color: #A2AAAD;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.best-shops-banner .search-area input:focus{
    border: none;
    outline: none;
}
.best-shops-banner .search-area input::placeholder{
    color: #A2AAAD;
}
.best-shops-banner .search-area img{
    position: absolute;
    top: 20px;
    left: 16px;
}
.best-shops-results {
    margin-bottom: 150px;
}
.shops-filter-box {
    background: #FEFEFE;
    border: 3px solid #F0F0F0;
    box-shadow: 0 4px 16px rgba(17, 17, 17, 0.04);
    border-radius: 16px;
    padding: 32px;
}
.shops-filter-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #161616;
}
.shops-filter-box h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #161616;
}
.shops-filter-box a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #03C3D7;
}
.shops-filter-box .accordion-item {
    background: #F0F0F0;
    border-radius: 8px;
    padding: 16px 32px;
    margin-bottom: 14px;
}

.shops-filter-box .accordion-button {
    background: none;
    padding: 0;
    outline:none;
    border:none;
    color: #161616;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    box-shadow: none!important;
}
.shops-filter-box input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    font: inherit;
    color: #03C3D7;
    width: 32px;
    height: 32px;
    border: 3px solid #03C3D7;
    border-radius: 8px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
.shops-filter-box input[type="checkbox"]::before {
    content: "";
    width: 24px;
    height: 24px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-image: url("../img/check.svg");
}
.shops-filter-box input[type="checkbox"]:checked {
    background-color: #03C3D7;
}
.shops-filter-box input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.shops-filter-box input[type="checkbox"]:focus {
    outline: none;
}
.shops-filter-box input[type="checkbox"]:disabled {
    --form-control-color: #959495;
    color: #959495;
    cursor: not-allowed;
}
.shops-filter-box .accordion-button::after{
    background-image: url("../img/arrow-down.svg");
    width: 24px;
    height: 24px;
    background-size: auto;
}
.shops-filter-box .accordion-button:hover::after{
    background-image: url("../img/arrow-down-blue.svg") !important;
}
.shops-filter-box .accordion-body{
    padding: 32px 0 0 0;
}
.filter-item {
    padding: 16px;
}
.filter-item h2{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}

/* Checkbox Toggle*/

.filter-item .switch {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 64px;
}
.filter-item .switch input {
    display:none;
}
.filter-item .checkbox {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    margin: 0!important;
    right: 0;
    top: 0;
    transition: .4s;
    border: 3px solid #676767;
    border-radius: 9999px;
}
.filter-item .checkbox:checked {
    border: 3px solid #03C3D7;
}

.filter-item .checkbox:before {
    content: "";
    height: 20px;
    margin: 3px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

.filter-item input:checked + .checkbox {
    border-color: #03C3D7;
}

.filter-item input:checked + .checkbox:before {
    transform: translateX(32px);
    background: #03C3D7;
}

.filter-item .checkbox.round {
    border-radius: 9999px;
}

.filter-item .checkbox.round:before {
    background: #03C3D7;
    border-radius: 9999px;
}
/* End Checkbox Toggle*/
.shop-box {
    background: #FEFEFE;
    border: 3px solid #F0F0F0;
    box-shadow: 0 4px 16px rgba(17, 17, 17, 0.04);
    border-radius: 16px;
    padding: 21px 24px 21px 24px;
}
.shop-box .shop-logo {
    margin-right: 24px;
    width: 144px;
    height: 144px;
}
.shop-info h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}
.shop-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161616;
}
.shop-info a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #676767;
}
.review {
    border-left: solid 2px #F0F0F0;
    margin-left: 24px;
    padding-left: 24px;
}
.empty-button:hover {
    color: #E87722;
}

/*.rating {*/
/*    border: none;*/
/*    float: left;*/
/*    cursor: pointer;*/
/*}*/

/*.rating .label {*/
/*    cursor: pointer;*/
/*}*/
/*.rating > input { display: none; }*/
/*.rating > label:before {*/
/*    display: inline-block;*/
/*    background-image: url("../img/star-gray.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    content: "";*/
/*}*/
/*.rating > input:checked ~ label:before {*/
/*    display: inline-block;*/
/*    background-image: url("../img/star-green.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    content: "";*/
/*}*/
/*.rating > label {*/
/*    float: right;*/
/*}*/
/*.rating > label:hover > label:before,*/
/*.rating > label:hover + label:before,*/
/*.rating > label:hover ~ label:before {*/
/*    background-repeat: no-repeat;*/
/*    background-image: url("../img/star-green.svg");*/
/*    background-position: center center;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    content: "";*/
/*}*/
/*.rating > input:checked + label:hover, !* hover current star when changing rating *!*/
/*.rating > input:checked ~ label:hover,*/
/*.rating > label:hover ~ input:checked ~ label:before, !* lighten current selection *!*/
/*.rating > input:checked ~ label:hover ~ label:before {*/
/*    background-repeat: no-repeat;*/
/*    background-image: url("../img/star-green.svg");*/
/*    background-position: center center;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    content: "";*/
/*}*/
.rating {
    margin-bottom: 40px;
}
.rating input {
    pointer-events: none;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rating:not(:checked) > label {
    float:right;
    width: 34px;
    height: 34px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
}
.rating:not(:checked) > label {
    display: inline-block;
    background-image: url("../img/star-gray.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    content: "";
}
.rating > input:checked ~ label {
    display: inline-block;
    background-image: url("../img/star-green.svg")!important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    content: "";
}
.rating.rate-area:not(:checked) > label:hover,
.rating.rate-area:not(:checked) > label:hover ~ label {
    display: inline-block;
    background-image: url("../img/star-green.svg")!important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    content: "";
}
.rating.rate-area > input:checked + label:hover,
.rating.rate-area > input:checked + label:hover ~ label,
.rating.rate-area > input:checked ~ label:hover,
.rating.rate-area > input:checked ~ label:hover ~ label,
.rating.rate-area > label:hover ~ input:checked ~ label {
    display: inline-block;
    background-image: url("../img/star-green.svg")!important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    content: "";
}
.shop-box .flat-button {
    margin-top: 40px;
}
.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}
.no-result {
    padding: 0 120px;
}
.no-result h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: rgba(22, 22, 22, 1);

    margin-bottom: 16px;
}
.no-result p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: rgba(103, 103, 103, 1);

    margin-bottom: 64px;
}
.no-result label {
    position: relative;
    background: #F0F0F0;
    border-radius: 16px;
    padding: 20px 20px 20px 56px;
    width: 100%;
    margin-bottom: 16px;
}
.no-result input {
    width: 100%;
    border: none;
    background: none;
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;

}
.no-result input:focus{
    border: none;
    outline: none;
}
.no-result input::placeholder{
    color: rgba(103, 103, 103, 1);
}
.no-result .blue-button {
    border: none;
    width: 100%;
}