#cart-pop-up-window-block{
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(184, 184, 187, .5);
    top: 0;
    left: 0;
    z-index: 999;
}
#cart-pop-up-window-block.active{
    display: flex;
}
#cart-pop-up-window-block #cart-pop-up-window{
    position: relative;
    padding: 37px 45px;
    max-width: 1290px;
    max-height: 740px;
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
    box-shadow: 0 1px 5px rgba(101, 101, 101, 0.2);
    border-radius: 30px;
}
#cart-pop-up-window .cart-pop-up-window-close-icon{
    position: absolute;
    height: 18px;
    width: 18px;
    top: 35px;
    right: 32px;
    cursor: pointer;
}
.cart-apt-list_table tr td.pharmacy_geo svg{
    user-select: none;
    /*pointer-events: none;*/
}
.cart-apt-list_table table tr td.pharmacy_geo svg:hover{
    cursor: pointer;
}
#cart-pop-up-window .cart-pop-up-window-close-icon svg{
    height: inherit;
    width: inherit;
}
#cart-pop-up-window .cart-pop-up-window-title{
    font-size: 1.2em;
    font-weight: 600;
    color: rgba(22, 22, 22, 1);
}
#cart-pop-up-window .cart-pop-up-window-type{
    display: flex;
    justify-content: end;
    visibility: hidden;
}
#cart-pop-up-window .loading-block{
    display: flex;
    justify-content: center;
    padding: 20%;
}
#cart-pop-up-window .loading-block svg{
    width: 150px;
    height: 150px;
    animation: rotation 2s infinite linear;
}
#cart-pop-up-window-pharmacy-list{
    margin-top: 17px;
    max-height: 600px;
    overflow-y: auto;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table{
    border: 0;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th{
    background-color: #F5F6FA;
    border: 0;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th .cart-th_sort{
    display: flex;
    align-items: center;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th .cart-th_sort svg.sort{
    margin-left: 10px;
    transition: .3s;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th .cart-th_sort svg.sort:hover{
        cursor: pointer;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th .cart-th_sort svg.sort.reverse{
    transform: scaleY(-1);
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead th.cart-pop-up-table-head_price{
    text-align: start;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td{
    border: 0;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td{
    border-bottom: 1.5px solid #EAEAEA;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td.cart-apt-price{
    color: #161616;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td.stock{
    text-align: center;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td.stock .partially-available{
    color: #4B36A3;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td.cart-apt-choose{
    text-align: center;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td button.choose-apt{
    color: #71C45D;
    background-color: transparent;
    border: 2px solid #71C45D;
    border-radius: 40px;
    max-width: 180px;
    width: 100%;
}
#cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td button.choose-apt:hover{
    color: #ffffff;
    background-color: #71C45D;
}
#timer-container{
    display: flex;
    font-size: 20px;
    font-weight: 600;
    color: #71C45D;
    margin-top: 30px;
    margin-bottom: 30px;
}
#timer-container #timer{
    display: flex;
    margin-left: 5px;
}
#timer-container #timer>div{
    margin: 0 5px;
}
.cart-loader{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    background-color: rgba(184, 184, 187, 0.50);
}
.cart-loader svg{
    animation: rotation 2s infinite linear;
}
.cart-loader.hide{
    display: none;
}
@media (max-width: 834px) {
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table thead{
        display: none;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody{
        display: flex;
        flex-wrap: wrap;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr{
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        border-bottom: 1.5px solid #EAEAEA;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td:not(:last-child){
        border: 0;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table .cart-apt-num,
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table .cart-apt-working-hours-phone,
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table .stock{
        width: 100%;
    }
}
@media (max-width: 834px) {
    #cart-pop-up-window-block #cart-pop-up-window{
        padding: 30px 10px 36px;
        margin: 20px;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr{
        width: 100%;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr .cart-apt-num,
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr .cart-apt-working-hours-phone,
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr .cart-apt-exp-date,
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr .stock-status{
        width: 100%;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr .cart-apt-price{
        order: 1;
        margin: auto 45px auto 0;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody tr .cart-apt-choose{
        order: 2;
        width: 100%;
        max-width: 180px;
    }
    #cart-pop-up-window #cart-pop-up-window-pharmacy-list table tbody td button.choose-apt{
        width: fit-content;
    }
    .cart-apt-list_table tr .pharmacy_geo{
        width: 100%;
        order: 5;
    }
}