#pdp_page_b2b2c_btn{
    margin-bottom: -20px;
    margin-top: 15px;
}
#pdp_page_b2b2c_btn_levis{
    margin-bottom: 0px;
    margin-top: 0px;

}
#CartItem-new{
    margin-bottom: -0.5rem;
    margin-left: -5px;
}
#size_guide_b2b2c_btn{
    margin-left: 10px;
    margin-top: 0.4rem;
}
#quidget_btn{
    padding: 0px;
}
.cart-item_b2b2c{
    margin-left: -4px;
}
/* Small Mobile */
@media screen and (max-width: 380px), screen and (max-height: 670px) {
    
}
/* Mobile */
@media screen and (max-width: 600px) {
    #pdp_page_b2b2c_btn{
        margin-bottom: 0px;
        margin-top: -5px;
    }
    #CartItem-new{
        margin-bottom: -0.4rem;
    }
    #pdp_page_b2b2c_btn_levis{
        margin-bottom: 5px;
        margin-top: -10px;
    
    }
}

/* Tab */
@media only screen and (max-width: 900px) and (min-device-width: 600px) {
    #pdp_page_b2b2c_btn{
        margin-bottom: -2rem;
        margin-top: 1rem;
    }
    #CartItem-new{
        margin-bottom: -0.3rem;
    }
    #pdp_page_b2b2c_btn_levis{
        margin-bottom: -10px;
        margin-top: -10px;
    
    }
}

