
.checkbox-wrapper-4 {
    border-bottom: 1px solid rgba(251, 251, 251, .2);
    margin-bottom: 16px;
}

/*.checkbox-wrapper-4:hover{*/
/*    background-color: #1B1D48;*/
/*}*/

checkbox-wrapper-4 * {
    box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    /*padding: 6px 8px;*/
    border-radius: 6px;
    /* overflow: hidden; */
    transition: all 0.2s ease;
    display: inline-block;
}

/*.checkbox-wrapper-4 .cbx:hover {*/
/*  background: rgba(0,119,255,0.06);*/
/*}*/
/*.checkbox-wrapper-4 .cbx span:nth-child(2)::before {*/
/*    background-color: rgba(194, 240, 227, .6);*/
/*    content: "";*/
/*    width: 37px;*/
/*    height: 37px;*/
/*    position: absolute;*/
/*    border-radius: 50px;*/
/*    top: -45%;*/
/*    right: -46%;*/
/*    display: none;*/
/*    z-index: -2;*/
/*}*/

/*.checkbox-wrapper-4 .cbx span:nth-child(2):hover::before {*/
/*    display: block;*/
/*}*/

.checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
    padding-right: 8px;
    line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #01BC8D;
}

.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #01BC8D;
    border-color: #01BC8D;
    animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 600px) {
    .checkbox-wrapper-4 .cbx {
        width: 100%;
        display: inline-block;
    }
}

@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

.widget-filetr {
    margin-top: 20px !important;
    z-index: 1050 !important;
}

.container {
    max-width: 85% !important;
}

.head-filter-widget {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;


}

.head-filter-widget .title-widget span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.head-filter-widget #filter-none {
    color: #E8083E;
    font-size: 16px;
    cursor: pointer;
}

.btn-dropdown {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(251, 251, 251, 0.2);
    flex-direction: column;
    cursor: pointer;


}


.btn-area.active {
    padding-bottom: 0;
}

/*.list-filter {*/
/*    display: none;*/
/*    !* padding-bottom: 17px; *!*/
/*}*/

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #01BC8D;
    border-color: #01BC8D;
}


.text-dropdown {

    position: relative;
}

/* .btn-area.active{
  padding-bottom: 0;
} */
.btn-area.active .text-dropdown:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -10px;
    top: 5px;
    z-index: 12222222;
    background: #FF008D;
    border-radius: 50%;

}

.btn-dropdown .btn-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #01291F;
}

.list-filter {
    color: #A7A5BB;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    width: 80%;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 11px;
    padding-left: 11px;

}


.list-dropdown {
    color: #fff;
}

.checkbox-wrapper-4 label {
    width: 100%;
    display: flex !important;
}

.list-dropdown {
    max-height: 0px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    /* transition: 0.5s ease-out; */
    /* box-shadow:5px 5px 6px rgba(0, 0, 0, .221); */
    transition: max-height 0.5s;
}

.list-dropdown.active {
    max-height: 1000px;
    transition: max-height 1s;
    margin-top: 16px;
}

.btn-dropdown.open {
    background-color: #2293FE33;
    border-radius: 5px 5px 0 0;
}

.btn-dropdown.open .icon-dropdown svg {
    transform: rotate(-90deg);
}

.checkbox-area {
    border-bottom: 1px solid rgba(251, 251, 251, 0.2);

}


/* ------------------------------switch-------------------- */
.switch-area {
    padding: 17px 11px;
    border-bottom: 1px solid rgba(251, 251, 251, 0.2);
}

.switch-area .toggle {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.switch-area .toggle-switch {
    display: inline-block;
    background: transparent;
    border-radius: 16px;
    width: 52px;
    height: 26px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
    border: 3px solid #2389C9;
    float: left !important;

}

.switch-area .toggle-switch:before, .toggle-switch:after {
    content: "";
}

.switch-area .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s;
}

.switch-area .toggle-switch:hover::after {
    background-color: red;
}

.switch-area .toggle-switch:hover::before {
    background-color: red;
}

.switch-area .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 10px rgba(79, 161, 212, .35);
}

.switch-area .toggle-checkbox:checked + .toggle-switch {
    background: #2389C9;
}

.switch-area .toggle-checkbox:checked + .toggle-switch:before {
    left: 27px;
}

.switch-area .toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.switch-area .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 500;
    float: right;
}

/* .toggle-switch:hover{

} */
/* ---------------------input------------------- */
.input-filter-area {
    margin: 3px 2px 0 2px;
    position: relative;
}

.input-filter-area input {
    width: 100%;
    background-color: transparent !important;
    color: #A7A5BB !important;
    border: 1px solid rgba(167, 165, 187, .6) !important;
    border-radius: 5px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-right: 37px !important;
    padding-left: 37px !important;
    height: 40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    position: relative !important;
    z-index: 9;

}

.input-filter-area input::placeholder {
    color: #A7A5BB !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 100% !important;

}

.input-filter-area::before {
    content: "";
    width: 24px;
    height: 24px;
    /*background-image: url(../images/MagnifyingGlass.png);*/
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 10;
}

.cbx span:nth-child(2) {
    color: #737373;
}


.input-filter-area input:focus {
    outline: none !important;
    border-color: #7BB8DF !important;
    background-color: #0E3750 !important;
    color: #fff !important;
}

.input-filter-area input:focus::placeholder {
    color: #FBFBFB !important;
    z-index: 12 !important;
}


/* -----------------single selwct checkbox----------------------- */

.checkbox-wrapper-31 label {
    color: #fff;
}

.checkbox-wrapper-31 svg {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left !important;
}

.checkbox-wrapper-31:hover svg {
    box-shadow: 0 0 0 5px rgba(79, 161, 212, .35);
    background-color: rgba(79, 161, 212, .35);
}

.checkbox-wrapper-31 label {
    float: right;
}


.checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 26px 37px 26px 21px !important;
    /* height: 40px; */
}

.checkbox-wrapper-31 .background {
    fill: transparent;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
    border: 2px solid #fff;
}

.checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.4s;
}

.checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
}

.checkbox-wrapper-31 input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
}

.checkbox-wrapper-31 input[type=radio]:hover {
    cursor: pointer;
}

.checkbox-wrapper-31 input[type=radio]:checked + svg .background {
    fill: #2389C9;
}

.checkbox-wrapper-31 input[type=radio]:checked + svg .stroke {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-31 input[type=radio]:checked + svg .check {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-31 input[type=radio]:checked + svg {
    border: 2px solid #2389C9;
}

/*--------------dropdown css------------*/
.btn:focus {
    outline: none;
    box-shadow: none;
}

select.btn.dropdown-toggle {
    appearance: none;
    background-image: url(https://geekbazi.com/wp-content/uploads/2023/12/chevron-down-icon-1.svg);
    background-repeat: no-repeat;
    background-position: left 15px top 52%;
    background-size: 0.65rem auto;
    padding-right: 15px;
    padding-left: 45px;
}

.custom-dropdown, .dropdown-menu {
    box-shadow: 0px 2px 5px #0000001A;
    border: 1px solid #2389c9;
    border-radius: 8px;
}

select.btn.dropdown-toggle {
    color: #fff !important;
    text-align: right;
    font-family: IranSans !important;
}

select.btn.dropdown-toggle option {
    color: #000 !important;
    font-family: IranSans !important;
}

select.btn.dropdown-toggle option:nth-child(1) {
    display: none;
}


.custom-dropdown .dropdown-item {
    color: #414D55;
    font-size: 14px;
}

.custom-dropdown .dropdown-item:active {
    background-color: red;
    color: #fff;
}

.status_dropdown {
    min-width: 150px;
}

.status_dropdown {
    background-color: transparent;
    border: 1px solid #43405A;
    color: #fff !important;
}

.title-desc h1 {
    color: #fbfbfb;
    font-size: 24px;
    font-family: kalame !important;
}

.text-desc ul {
    color: #e9e9e9;
    font-size: 17px;
    font-weight: 800;
}

.text-desc {
    color: #e9e9e9;
}

/*-------------------------------------------------------*/
.main-section-shops {
    display: flex;
}

.list-shops {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.filter-section {
    width: 25%;
    margin-left: 24px;
}

.list-shops {
    width: 75%;
}


.box-shop {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    background: red;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    padding: 14px;
    position: relative;
}

.how-buy {
    display: flex;
}

.buy-online, .buy-person {
    background: #F3FFFC;
    border-radius: 32px;
    padding: 4px 12px;
    color: #2CA562;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 12px;

}

.list-filter-col {
    background: #FFFFFF;
    border-radius: 8px;
}

.filter-box {
    border-bottom: 1px solid #E5E5E5;
    padding: 16px;
}

.filter-box:last-child {
    border: none;
}

.filter-section-responsive {
    display: none;
}

.popup-shop {
    background: #fff;
    z-index: 10;


}

.body-popup-shop {
    padding: 32px;
    border-radius: 8px;
}

.head-popup-shop {
    background: #F9F9F9;
    padding: 17px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.close-popup-shop {
    position: absolute;
    top: 17px;
    left: 20px;
}

#map {
    width: 100%;
    height: 0;
    direction: rtl; /* Optional for RTL layout */
}
.head-info-shop {
    display: flex;
}

.title-shop-popup {
    width: 50%;
    text-align: right;
    color: #01291F;
    font-size: 20px;
    font-weight: 600;
}

.how-buy-shop-popup {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.how-buy-shop-popup span {
    background: #F3FFFC;
    color: #01BC8D;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 32px;
    margin-right: 12px;

}

.description-shop-popup, .address-shop-popup, .phone-shop-popup {
    display: flex;
    padding: 16px 0;
    color: #404040;
    border-bottom: 1px solid #D4D4D4;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

}

.description-shop-popup p, .address-shop-popup p, .phone-shop-popup p {
    margin: 0;
}

.hour-shop-popup {
    display: flex;
    padding: 16px 0;
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.hour-shop-popup p {
    margin: 0;
}

.title-sec-popup {
    color: #01291F;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin-left: 12px;
}

.web-shop-popup a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    color: #F7FAFA;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #01BC8D;
    border-radius: 10px;
    margin-top: 10px;
}

.web-shop-popup a svg {
    margin-left: 14px;
}
.head-info-shop{
    margin-top: 32px;
}


@media only screen and (max-width: 600px) {
    .popup-shop.active {
        width: 95% !important;
    }

    .description-shop-popup p, .address-shop-popup p, .phone-shop-popup p {
        font-size: 14px;
        font-weight: 400;
    }

    .title-shop-popup, .title-sec-popup {
        font-size: 16px !important;
    }

    .main-section-shops {
        flex-direction: column;
    }

    .filter-section-responsive {
        display: block;
        width: 100%;
        margin-bottom: 22px;
    }

    .btn-filter-responsive {
        width: 100%;
        background: #01BC8D;
        border-radius: 8px;
        padding: 7px 0;
        color: #FAFAFA;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;

    }

    .btn-filter-responsive svg {
        margin-left: 12px;
    }

    .filter-section {
        display: none;
    }

    .list-shops {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .list-shops {
        width: 100%;
    }

    .box-shop {
        padding: 8px;
    }
    .search-shop-input{
        padding: 16px 0 !important;
    }
    .list-shops{
        margin-bottom: 100px;
    }
    /*-----------------popup filter-----------------*/
    .popup-filter {
        display: none;
    }

    .popup-filter.active {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 10;
        padding-bottom: 37px;
        /*transform: translate(-50%, -50%);*/
    }
    .head-popup-filter{
        background: #E5E5E5;
        border-radius:20px 20px 0 0  ;
        padding: 30px;
        width: 100%;
        text-align: center;
    }
    .close-popup-filter{
        float: right;
        font-size: 20px;
    }


}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .popup-shop.active {
        width: 95% !important;
    }

    .title-shop-popup, .title-sec-popup {
        font-size: 18px !important;
    }

    .main-section-shops {
        flex-direction: column;
    }

    .filter-section-responsive {
        display: block;
        width: 100%;
        margin-bottom: 22px;
    }

    .filter-section {
        display: none;
    }

    .list-shops {
        width: 100%;
    }

    .box-shop {
        padding: 12px;
    }

    .btn-filter-responsive {
        width: 25%;
        background: #01BC8D;
        border-radius: 8px;
        padding: 7px 0;
        color: #FAFAFA;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;

    }
    /*---------serach responsive---------------------------------*/
    .filter-section-responsive{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .form-filtering{
        width: 75%;
    }
    .search-shop-input{
        width: 100% !important;
    }

    /*-----------------popup filter-----------------*/
    .popup-filter {
        display: none;
    }

    .popup-filter.active {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 10;
        padding-bottom: 37px;
        /*transform: translate(-50%, -50%);*/
    }
    .head-popup-filter{
        background: #E5E5E5;
        border-radius:20px 20px 0 0  ;
        padding: 30px;
        width: 100%;
        text-align: center;
    }
    .close-popup-filter{
        float: right;
        font-size: 20px;
    }


}

/*--------------------popup style -----------------*/
.overlay-popup-shop{
    display: none;
}
/*.popup-shop {*/
/*    display: none;*/
/*}*/
.overlay-popup-shop.active{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, .4);
    z-index: 50;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.popup-shop {
    width: 50%;
    display: block;


}

/*-----------------------btn search------------------*/
.search-shop-input {
    padding: 16px;
}
.searchbyname{
    position: relative;
    width: 100%;
}

.search-shop-input input {
    border: 1px solid #E5E5E5;
    padding: 7px 46px 7px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #01291F;
    width: 100%;
    border-radius: 8px;
    font-family: IRANSansXFaNum !important;

}
.search-shop-input input:focus-visible{
    outline: 1px solid #01BC8D;
}
.search-shop-input input::placeholder{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #AEAEAE;
    font-family: IRANSansXFaNum !important;
}
.btn-submit-serach{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
