.DateSelctOtr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
}
.DateSelctOtr-Disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #b58e3e;
    /*border-radius: 50%;*/
    text-decoration-line: line-through;
    text-decoration-color : red;
}

.CalndrMnth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TmePrcOtr {
    height: 300px;
    padding: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    /*border-top: solid 1px #cccccc;*/
    /*align-content: center;*/
}

.TmePrcDet a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #eeeeee;
}
.TmePrcDet a:hover {
    background-color: #f1f1f1;    
}

.custom-a {
    padding: 1px !important;
    width: 48px;
    /*border-radius: 50% !important;*/
    padding: 1px !important;
}
/*.nav > li > custom-a {
    padding: 0px;
    width: 48px;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    /*border-radius:50%;*/
    color: #ffff;
    background-color: #b58e3e;
    cursor: default;
    border: 0px solid white;
    /*padding: 1px;*/
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus > top-corner {
    background-color: red;
}*/
.shop-bag {
    display: none;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: black;
    position: fixed;
    right: 3px;
    top: 90px;
    border-radius: 50%;
    cursor: pointer;
}
.slider-book {
    background-color: #ffff;
    /*min-height: 40%;*/
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    opacity: 1;
    position: fixed;
    /*right: 90px;*/
    right:3px;
    top: 9%;
    z-index: 99999;
    width: 25vw !important;
    padding: 3rem;
    /* box-shadow: 2px 2px 15px 3px grey; */
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    align-content: center;
    padding: 0px 0px 10px 0px;
    border-radius: 1rem 0px 1rem 1rem;
    display: none;
}

.cart-header {
    top: 0px;
    justify-self: anchor-center;
    width: 92%;
}

.cart-footer {
    bottom: 10px;
    justify-self: anchor-center;
    width: 100%;
}

.cart-header-date-time {
    justify-self: center;
    padding-bottom: 20px;
}

.cart-header-time {
    width: fit-content;
    font-size: 33px;
    border-right: 1px solid lightgray;
    font-weight: bolder;
}

.cart-header-service {
    /*border-top: 1px solid lightgray;*/
    border-bottom: 1px solid lightgray;
    padding: 10px 0;
}

.cart-footer-add {
    font-size: large;
    padding: 10px 0px;
}

.cart-footer-total {
    border-bottom: 1px solid lightgray;
    padding: 10px 0px;
}
.cart-footer-continue {
    text-align: center;
    display: inline-flex;
    place-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    place-content: flex-end;
}
.fully-booked {
    justify-items: center;
    font-size: larger;
    color: indianred;
    font-weight: 300;
    text-align: center;
}

/*Spa coupon design starts*/
.SpaTktBdr {
    border: solid 2px #DEDEDE;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 5px;
    margin: 5px 0px;
    background-color: #eeeeee82;
}

.SpaDateRf {
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 22px;
    box-sizing: border-box;
    /*border-right: dashed 2px #DEDEDE;*/
}

.SpaDateNum {
    font-size: 20px;
    color: #b58e3e;
    line-height: 0.70;
    font-weight: 400;
}

.SpaDateDay {
    font-size: 18px;
    color: #b58e3e;
    line-height: 0.70;
    margin-top: 15px;
    font-weight: 400;
}

.SpaDateMnth {
    font-size: 15px;
    color: #b58e3e;
    line-height: 0.70;
    margin-top: 15px;
    font-weight: 400;
}

.SpaDateYr {
    color: #000000;
    line-height: 0.70;
    margin-top: 15px;
    font-weight: 400;
}

.SpaDetOtr {
    width: 380px;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.RmvLnk a {
    font-size: 16px;
    text-decoration: none;
    color: #b58e3e;
}

.SpaHdRf {
    display: flex;
    flex-direction: column;
}

.SpaHd {
    font-size: 22px;
    color: #000000;
}

.SpaRteRf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SpaRte {
    color: #b58e3e;
    font-weight: 400;
}

.Lsemi-circle {
    width: 10px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 0rem 15rem 15rem 0rem;
    position: absolute;
    left: 170px;
    top: -7px;
    border: 2px solid #DEDEDE;
    border-left: none;
    transform: rotate(90deg);
}

.Rsemi-circle {
    width: 10px;
    height: 18px;
    left: 170px;
    bottom: -7px;
    background-color: #ffffff;
    border-radius: 15rem 0rem 0rem 15rem;
    position: absolute;
    border: 2px solid #DEDEDE;
    border-right: none;
    transform: rotate(90deg);
}
/*Spa coupon design ends*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .slider-book {
        width: 95vw !important;
        padding: 0px 0px 10px 10px !important;
    }
    .custom-a {
        width: 40px;
    }
    .mob-hide {
        display:none;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .slider-book {
        width: 65vw !important;
    }
}
@media only screen and (min-device-width : 1025px) and (max-device-width : 1223px) {
    .slider-book {
        width: 55vw !important;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .slider-book {
        width: 30vw !important;
    }
}
@@media (max-width:500px) {
    .custom-a {
        width: 40px;
    }
    .mob-hide {
        display: none;
    }
}
@@media (width:540px) {
    .slider-book {
        width: 80vw !important;
    }
}

/*@@media (max-width:500px) {
    .slider-book {
        width: 95vw !important;
    }
}
@media (max-width:991px) {
    .slider-book {
        width: 95vw !important;
    }
}
@media (max-width:1024px) {
    .slider-book {
        width: 50vw !important;
    }
}*/