﻿@import url("../../fonts/font-awesome/css/font-awesome.css");

html, body {
    height: 100%;
    direction: ltr;
    font-family: 'Cairo', sans-serif;
    font-size: 15px
}

.f20 {
    font-size: 20px
}

.f25 {
    font-size: 25px
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f18 {
    font-size: 18px
}

.cursor {
    cursor: pointer
}

h1.alert.alert-primary {
    color: #000;
    font-size: 18px;
    font-weight: bold
}

th {
    text-transform: capitalize
}

.animation, #footer .social ul li a, #footer .social ul li a:hover, .InternalPage .Categories .item, .InternalPage .Categories .item:hover {
    transition: all .5s ease-in-out
}

.modal-content {
    direction: rtl
}

    .modal-content .modal-title {
        margin-bottom: 0;
        width: 100%;
        color: #000;
        font-weight: bold;
        font-size: 16px
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #000;
    font-size: 14px
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: -270px;
    padding: 0 0 270px;
    position: relative
}

button.Unavailable, button.available {
    border: none;
    min-width: 28px;
    min-height: 25px;
    border-radius: 4px;
    background: rgba(245,77,126,0.5);
    cursor: pointer
}

    button.Unavailable i, button.available i {
        color: #f54d7e
    }

button.available {
    background: rgba(243,234,7,0.5)
}

    button.available i {
        color: #f3ea07 !important
    }

#footer {
    min-height: 270px
}

@media (max-width: 991px) {
    #wrap {
        min-height: auto;
        height: auto;
        margin: 0 auto;
        margin-bottom: 0;
        padding: 0
    }

    #footer {
        min-height: auto
    }
}

#wrap {
    direction: rtl
}

#footer {
    direction: rtl
}

    #footer h3 {
        font-size: 20px;
        color: #f3ea07;
        font-weight: bold;
        margin-bottom: 15px
    }

    #footer p {
        font-size: 15px;
        line-height: 31px
    }

    #footer .MyLinks {
        font-size: 0
    }

        #footer .MyLinks li {
            display: inline-block;
            width: 50%;
            font-size: 14px;
            margin-bottom: 7px
        }

            #footer .MyLinks li a {
                color: #fff !important
            }

            #footer .MyLinks li i {
                color: #f3ea07;
                display: inline-block;
                margin-left: 4px
            }

    #footer .social ul li {
        display: inline-block
    }

        #footer .social ul li a {
            display: block;
            width: 38px;
            height: 38px;
            color: #fff;
            margin-left: 10px;
            border-radius: 50%
        }

            #footer .social ul li a:hover {
                border-radius: 0%
            }

@media (max-width: 575px) {
    #footer .social ul li a {
        width: 35px;
        height: 35px;
        margin-left: 2px
    }
}

#footer .social ul li a i {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 41px
}

@media (max-width: 575px) {
    #footer .social ul li a i {
        line-height: 36px
    }
}

#footer .social ul li .faceBook {
    background: #4958a9
}

#footer .social ul li .twitter {
    background: #119dea
}

#footer .social ul li .google {
    background: #ed551e
}

#footer .social ul li .pinterest {
    background: #ed0c00
}

#footer .social ul li .instagram {
    background: #ef6fca
}

#footer .social ul li .linkedin {
    background: #3f7ad3
}

.container {
    width: 100%
}

.search {
    width: 100%;
    height: 700px;
    padding-top: 70px;
    background-size: cover !important;
    overflow: hidden
}

@media (min-width: 992px) {
    .search {
        height: 100vh;
        padding-top: 7px
    }
}

.search .preover {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -8px;
    z-index: 2
}

    .search .preover svg {
        width: 100%
    }

.search .content-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-transform: capitalize;
    z-index: 2
}

@media (min-width: 992px) {
    .search .content-search {
        padding-top: 150px
    }
}

.search .content-search .h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px !important
}

@media (min-width: 992px) {
    .search .content-search .h1 {
        font-size: 25px;
        font-weight: bold
    }
}

.search .content-search .my_form {
    width: 100%;
    padding: 30px 15px;
    outline: 7px solid rgba(255,255,255,0.25);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 1.5em;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media (min-width: 992px) {
    .search .content-search .my_form {
        height: 60px;
        padding: 0
    }
}

.search .content-search .my_form .cont-control {
    display: inline-block;
    font-size: 24px
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-control {
        border-left: 1px solid rgba(139,131,134,0.35);
        width: calc(100% - 200px);
        height: 100%
    }
}

.search .content-search .my_form .cont-control i {
    color: #f3ea07;
    font-size: 27px;
    line-height: 64px;
    margin-left: 10px;
    text-shadow: 1px 1px #1b1a1a
}

.search .content-search .my_form .cont-control input {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
    font-weight: bold
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-control input {
        height: 100%
    }
}

.search .content-search .my_form .cont-control input::placeholder {
    color: #000;
    opacity: 1
}

.search .content-search .my_form .cont-control input:-ms-input-placeholder {
    color: #000
}

.search .content-search .my_form .cont-control input::-ms-input-placeholder {
    color: #000
}

.search .content-search .my_form .cont-control .form-control:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.search .content-search .my_form .cont-control .MySelect {
    width: 100%
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-control .MySelect {
        width: 40%
    }
}

.search .content-search .my_form .cont-control .MySelect .btn-light:hover {
    color: #a8a6ae;
    background-color: transparent;
    border-color: transparent
}

.search .content-search .my_form .cont-control .MySelect .btn-light:focus, .search .content-search .my_form .cont-control .MySelect .btn-light.focus {
    box-shadow: none;
    outline: none
}

.search .content-search .my_form .cont-control .MySelect .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .search .content-search .my_form .cont-control .MySelect .bootstrap-select .dropdown-toggle:focus {
    outline: none
}

.search .content-search .my_form .cont-control .MySelect .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: -2px
}

.search .content-search .my_form .cont-control .MySelect .bootstrap-select > .dropdown-toggle {
    background: transparent;
    color: #a8a6ae
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-control .MySelect .bootstrap-select > .dropdown-toggle {
        padding: 24px 14px 24px 8px
    }
}

.search .content-search .my_form .cont-control .MyInput {
    width: 100%;
    font-weight: 300
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-control .MyInput {
        width: 60%;
        border-right: 1px solid #e6e4eb
    }
}

.search .content-search .my_form .cont-control .bootstrap-select > .dropdown-toggle.bs-placeholder {
    font-weight: 300;
    height: 100%;
    font-size: 14px;
    background: transparent
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-control .bootstrap-select > .dropdown-toggle.bs-placeholder {
        padding: 17px 14px 17px 8px;
        font-size: 14px;
        color: #000;
        font-weight: bold;
        border-radius: 0;
        border-left: 1px solid #f5f5f5
    }
}

.search .content-search .my_form .cont-btn {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 3px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-btn {
        width: 150px
    }
}

.search .content-search .my_form .cont-btn .btn {
    font-size: 16px;
    text-transform: capitalize
}

@media (min-width: 992px) {
    .search .content-search .my_form .cont-btn .btn {
        font-size: 16px;
        font-weight: bold
    }
}

@media (max-width: 991px) {
    .search .content-search .form-control, .search .content-search .bootstrap-select > .dropdown-toggle {
        border: 1px solid #a8a6ae !important;
        margin-bottom: 15px;
        border-radius: 0;
        padding: 10px 15px !important;
        font-size: 14px !important
    }

    .search .content-search .bootstrap-select > .dropdown-toggle {
        padding: 7px 15px !important
    }
}

.result .card {
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.05)
}

.result .cont-img {
    height: 230px;
    width: 100%;
    position: relative;
    background: #f8f8f8
}

    .result .cont-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: contain;
        right: 0;
        left: 0
    }

.result .MyBtn {
    min-width: 130px;
    padding: 3px 27px;
    font-size: 16.0px;
    line-height: 1.5;
    border-radius: 100px;
    font-weight: bold;
    text-transform: uppercase !important;
    box-shadow: 0 0 0 6px rgbش(198, 206, 210, 10%);
    transition: all .5s ease-in-out
}

    .result .MyBtn:hover {
        transition: all .5s ease-in-out;
        background: #000;
        color: #f3ea07 !important
    }

        .result .MyBtn:hover a {
            color: #f3ea07 !important
        }

.footer {
    background: #333;
    background-size: cover !important;
    position: relative
}

    .footer .h1 {
        font-size: 20px
    }

@media (max-width: 767px) {
    .footer .h1 {
        font-size: 20px
    }
}

.footer p {
    font-size: 20px;
    font-weight: lighter
}

.footer .preover {
    position: absolute;
    top: -2px;
    width: 100%
}

    .footer .preover svg {
        width: 100%;
        -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        transform: scale(-1, -1)
    }

.footer .MyBtn {
    min-width: 130px;
    padding: 12px 27px;
    font-size: 16.0px;
    background: #f3ea07;
    line-height: 1.5;
    border-radius: 100px;
    font-weight: bold;
    text-transform: uppercase !important;
    color: #f3ea07;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
    text-align: left;
    color: #000
}

.internalPage {
    color: #666
}

    .internalPage .internalbanner {
        height: 200px !important;
        background: url(../../images/bg.jpg) no-repeat bottom center;
        background-size: cover !important;
        width: 100%
    }

        .internalPage .internalbanner h2 {
            position: relative;
            z-index: 2
        }

        .internalPage .internalbanner:after {
            content: '';
            background: rgba(0,0,0,0.42);
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

.myMenu .navbar-light .navbar-nav .nav-link:hover, .myMenu .navbar-light .navbar-nav .nav-link:focus {
    color: #fff
}

.myMenu .navbar-brand {
    font-size: 25px
}

.myMenu .nav-link {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px
}

@media (max-width: 991px) {
    .myMenu .nav-link {
        color: #000 !important;
        font-size: 14px
    }
}

.myMenu .nav-item:last-child nav-item {
    padding-left: 0
}

.myMenu .active > .nav-link {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    border-bottom: 2px solid #f3ea07
}

@media (max-width: 991px) {
    .myMenu .active > .nav-link {
        border: 1px solid #000
    }
}

.myMenu .dropdown-item {
    text-transform: capitalize
}

.cont-form .my-form {
    box-shadow: rgba(17,17,26,0.1) 0px 4px 16px,rgba(17,17,26,0.1) 0px 8px 24px,rgba(17,17,26,0.1) 0px 16px 56px;
    padding: 5px 5px 30px;
    margin-top: -70px;
    background: #fff
}

    .cont-form .my-form label {
        color: #000;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600
    }

@media (max-width: 991px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #fff !important;
        z-index: 99 !important;
        padding: 10px !important
    }
}

.swal-button-container {
    margin: 5px;
    display: block;
    position: relative;
    text-align: center;
    text-transform: capitalize
}

.cont-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    border: 3px solid #d4dde7;
    background: #fff;
    color: #f3ea07;
    text-align: center
}

    .cont-avatar img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.SearchResult .cont-img {
    width: 80px;
    height: 85px;
    margin: 0 auto
}

    .SearchResult .cont-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.SearchResult .text {
    width: calc(100% - 95px);
    margin-right: 15px
}

@media (max-width: 575px) {
    .SearchResult .text {
        width: 100%;
        margin-right: 0
    }
}

.SearchResult .text .name {
    font-weight: bold;
    width: calc(100% - 80px);
    color: #000
}

@media (max-width: 575px) {
    .SearchResult .text .name {
        width: 100%
    }
}

.SearchResult .text .contIcon .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.SearchResult .text .contIcon .call {
    background: #f3ea07;
    color: #000;
    position: relative
}

    .SearchResult .text .contIcon .call .My_numbers {
        position: absolute;
        direction: ltr;
        color: #45505c;
        border: 1px solid #000;
        left: 47px;
        background-color: #fff;
        padding: 8px 17px 8px 0;
        line-height: 31px;
        font-size: 14px;
        transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
        display: none;
        top: 0
    }

@media (max-width: 575px) {
    .SearchResult .text .contIcon .call .My_numbers {
        left: auto;
        right: 0;
        top: 40px
    }
}

.SearchResult .text .contIcon .call .My_numbers::after {
    content: "";
    border-color: transparent #000 transparent transparent;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    left: -14px;
    top: 10px
}

@media (max-width: 575px) {
    .SearchResult .text .contIcon .call .My_numbers::after {
        border-color: transparent transparent #000 transparent;
        left: auto;
        right: 0;
        top: -14px
    }
}

.SearchResult .text .contIcon .call .My_numbers a {
    color: #000
}

.SearchResult .text .contIcon .message {
    background: #000;
    color: #f3ea07
}

.SearchResult .mydata li {
    color: #565252;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 5px
}

    .SearchResult .mydata li i {
        margin-left: 10px
    }

.SearchResult .p {
    color: #565252;
    font-size: 14px
}

.my-links ul li {
    margin-bottom: 0 !important
}

    .my-links ul li a {
        display: block;
        width: 100%;
        padding: 10px 15px
    }

        .my-links ul li a i {
            margin-right: 0 !important;
            margin-left: 10px !important
        }

        .my-links ul li a.active {
            background-color: #f3ea07;
            color: #333
        }

.big-banner {
    position: absolute;
    width: 100%;
    height: 100%
}

    .big-banner .h1 {
        position: absolute;
        z-index: 999999;
        right: 0;
        left: 0;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 213px !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        left: 0
    }

    .big-banner .all-items-banner, .big-banner .slick-list {
        height: 100%
    }

    .big-banner .slick-slide img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .big-banner .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .big-banner .slick-track {
        height: 100%
    }

    .big-banner .items:after {
        content: '';
        background: rgba(0,0,0,0.5);
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

@media (min-width: 992px) {
    .search .btn-light {
        border-radius: 0;
        color: #212529;
        background-color: #fff;
        border-color: #f8f9fa;
        padding: 16px 10px
    }
}

.Categories {
    margin-top: 50px
}

    .Categories .item {
        padding: 0 10px
    }

    .Categories .cont-icon {
        width: 65px;
        height: 65px;
        background: #f3ea07;
        border-radius: 50%;
        margin: 0 auto 9px;
        padding: 10px
    }

        .Categories .cont-icon img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    .Categories .h4 {
        font-size: 16px;
        font-weight: bold;
        height: 37px;
        line-height: 22px
    }

    .Categories span {
        display: inline-block;
        border: 1px solid #fff;
        padding: 3px 12px;
        border-radius: 27px;
        font-size: 14px;
        margin-top: 13px;
        direction: rtl
    }

    .Categories a {
        color: #fff
    }

    .Categories .slick-dotted.slick-slider {
        margin-bottom: 0
    }

a:hover {
    text-decoration: none
}

.myMenu {
    position: absolute;
    z-index: 3;
    padding: 5px 0;
    width: 100%;
    top: 0;
    right: 0
}

.InternalPage > .myMenu {
    position: relative !important
}

.InternalPage .search .content-search {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-transform: capitalize;
    z-index: 2;
    padding-top: 15px !important;
    padding-bottom: 20px
}

.InternalPage .search {
    background: #d0d3d6;
    padding-top: 8px !important
}

.page-link {
    color: #000
}

.page-item.active .page-link {
    z-index: 1;
    color: #333
}

.InternalPage .Categories {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0px
}

    .InternalPage .Categories .item {
        border: 1px solid #dadbe0;
        padding: 30px 15px;
        display: block;
        margin-bottom: 30px
    }

        .InternalPage .Categories .item:hover {
            box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
            background: #000;
            color: #fff
        }

            .InternalPage .Categories .item:hover a {
                color: #fff
            }

    .InternalPage .Categories a {
        color: #333
    }

a.read-more-link, a.read-less-link {
    cursor: pointer;
    color: #269cda !important;
    text-transform: capitalize;
    font-size: 13px;
    display: inline-block;
    margin-right: 3px
}

p.preview {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .FiveRows .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.FiveRows .col-lg-3 .h4 {
    height: auto !important
}

.avatar-wrapper {
    position: relative;
    height: 106px;
    width: 106px;
    border: 2px solid #f3ea07;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s ease;
    cursor: pointer;
    margin: 0 auto
}

    .avatar-wrapper .profile-pic {
        height: 100%;
        width: 100%;
        transition: all .3s ease;
        object-fit: contain
    }

        .avatar-wrapper .profile-pic:after {
            font-family: FontAwesome;
            content: "\f007";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            font-size: 0px;
            background: #ecf0f1;
            color: #34495e;
            text-align: center
        }

    .avatar-wrapper .upload-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

        .avatar-wrapper .upload-button .fa-arrow-circle-up {
            position: absolute;
            font-size: 234px;
            top: -17px;
            left: 0;
            text-align: center;
            opacity: 0;
            transition: all .3s ease;
            color: #34495e
        }

.cont-form {
    margin-bottom: 50px
}

    .cont-form .form-control {
        border: 1px solid #333;
        border-radius: 0 !important
    }

    .cont-form .btn-light {
        color: #212529;
        background-color: #fff;
        border-color: #333;
        border-radius: 0;
        font-weight: normal
    }

.internalbanner {
    background: url(../../images/internalBanner.jpg) no-repeat center center;
    background-size: cover !important
}

.MyImg {
    width: 100%;
    height: 250px;
    overflow: hidden
}

    .MyImg img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.reviewtekst {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
    overflow: hidden
}

.filepond--item {
    width: 150px !important;
    display: inline-block !important;
    margin: 0 10px 20px
}

.filepond--root .filepond--credits[style] {
    font-size: 0
}

.details {
    overflow: hidden
}

    .details .slider-for {
        background-color: #f5f5f5
    }

        .details .slider-for .slick-slide {
            display: block;
            height: 250px
        }

@media (min-width: 992px) {
    .details .slider-for .slick-slide {
        height: 400px
    }
}

.details .slider-for .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.details .slider-nav .slick-slide {
    display: block;
    height: 50px;
    margin-left: 5px;
    margin-top: 5px
}

@media (min-width: 992px) {
    .details .slider-nav .slick-slide {
        height: 80px
    }
}

.details .slider-nav .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.details .phoneNumber {
    display: none
}

@media (max-width: 767px) {
    .details .contIcon {
        position: fixed;
        bottom: -10px;
        width: 100%;
        z-index: 9;
        left: 0;
        right: 0;
        padding: 10px 5px 0
    }

        .details .contIcon .phoneNumber {
            display: none !important
        }

        .details .contIcon .Mytext {
            display: inline-block !important
        }
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer
}

    .custom-tooltip .tooltiptext {
        visibility: hidden;
        min-width: 100px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 3px 9px;
        font-size: 14px;
        position: absolute;
        z-index: 1;
        transition: opacity .6s;
        opacity: 0;
        white-space: nowrap;
        z-index: 9999;
        font-family: 'Cairo', sans-serif
    }

    .custom-tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -50px
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent
    }

.rating__bar {
    position: relative;
    display: inline-flex
}

.rating__filled-stars {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 46px;
    background-image: url("../../images/stars-filled.png");
    background-repeat: space
}

.rating__star {
    width: 50px;
    height: 45px;
    background-image: url("../../images/star 2.png");
    cursor: pointer
}

.rating__star--1:hover ~ .rating__filled-stars, .rating__star--1 + input:checked ~ .rating__filled-stars {
    width: 20%
}

.rating__star--2:hover ~ .rating__filled-stars, .rating__star--2 + input:checked ~ .rating__filled-stars {
    width: 40%
}

.rating__star--3:hover ~ .rating__filled-stars, .rating__star--3 + input:checked ~ .rating__filled-stars {
    width: 60%
}

.rating__star--4:hover ~ .rating__filled-stars, .rating__star--4 + input:checked ~ .rating__filled-stars {
    width: 80%
}

.rating__star--5:hover ~ .rating__filled-stars, .rating__star--5 + input:checked ~ .rating__filled-stars {
    width: 100%
}
/*# sourceMappingURL=style.min.css.map */
