/**
    * @author CoderSpy Ltd, Bangladesh
    * @email: info@coderspy.com
    * @create date 2020-01-06 12:00:00
    * @modify date 2021-01-11 13:17:54
    * @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
 **/

.deflt_color {
    background: #8EC63F;
}

.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;
    }
}

.pickshell{
    width: 50%;
    left: 35%;
}

.board{
    width: 100%;
}
.rainbow, .rainbow a {
    cursor: ew-resize;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .pickshell{
        width: 70%;
        left: 30%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .pickshell{
        width: 100%;
        left: 20%;
    }
}
@media only screen and (max-width: 575px){
    .pickshell{
        width: 100%;
        left: 20%;
    }
}
@media only screen and (min-width: 450px) and (max-width: 484px){
    .pickshell{
        width: 100%;
        left: 25%;
    }
}