/**
    * @author CoderSpy Ltd, Bangladesh
    * @email: info@coderspy.com
    * @create date 2020-01-06 12:00:00
    * @modify date 2021-01-11 13:16:58
    * @desc MyFragranceMe is a Multivendor Ecommerce Web Application For Perfume Industry.
    * @version Version: 1.0
    * @php Requires PHP: 7.2
    * @tag Tags: MyFragranceMe, Ecommerce, Developed by CoderSpy
 **/
.product_date {
    margin: -8px 0px;
}

.singleProductImage {
    width: 90% !important;
    height: auto;
    margin: 0 auto;
    padding: 4px;
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .singleProductImage {
        width: 77% !important;
    }
}

@media only screen and (max-width: 575px) {
    .astrology_peroduct_padding {
        padding: 0;
    }
}

.dynamicDate {
    border: 1px solid #ddd;
    background: white;
    padding: 5px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    position: absolute;
    width: 90%;
    z-index: 9999;
}

.dynamicMonth {
    border: 1px solid #ddd;
    background: white;
    padding: 5px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    position: absolute;
    width: 90%;
    z-index: 9999;
}

.dynamicYear {
    border: 1px solid #ddd;
    background: white;
    padding: 5px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    position: absolute;
    width: 90%;
    z-index: 9999;
}

.p_date {
    border-bottom: 1px dotted #ddd;
    text-align: center;
    padding: 5px;
    margin: 0px;
}

.p_date:hover {
    cursor: pointer;
    background: #8fc63f;
    color: white;
}

.scrollDatePicker::-webkit-scrollbar {
    width: 8px !important;
}


/* Track */

.scrollDatePicker::-webkit-scrollbar-track {
    background: #eff3e3;
}


/* Handle */

.scrollDatePicker::-webkit-scrollbar-thumb {
    background: #8EC63F;
}


/* Handle on hover */

.scrollDatePicker::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.active {
    cursor: pointer;
    background: #8fc63f;
    color: white;
}