#drawerProduct .drawer-contents{
    background: #fff;
}
#drawerProduct .drawer-heading{
    border: none;
    text-align: right;
}
#drawerProduct .btn-blue{
    background: url(../images/bot_pink.svg) no-repeat;
    background-size: contain;
    width: 122px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto-Light';
    font-size: 15px;
    padding-top: 14px;
}
#drawerProduct .cart-item{
    margin-top: 60px;
}
#drawerProduct .cart-item .cart-photo{
    padding-top: 18px;
}
#drawerProduct .cart-item .summary{
    font-family: 'Roboto-Regular'; font-size: 14px; position: relative; height: 120px
}
#drawerProduct .cart-item .cart-item-detail{
    padding-top: 20px;
}
#drawerProduct .cart-item-detail .cart-item-title{
    font-family: 'Roboto-Light';
    font-size: 30px;
}
#drawerProduct .cart-item-detail .cart-item-sumarize{
    font-family: 'Roboto-Light'; font-size: 20px;
}
#drawerProduct .totals{
    margin-top: 20px;
}
#drawerProduct .totals .sub-total{
    font-family: 'Roboto-Light';  font-size: 20px; padding-top: 24px;
}
#drawerProduct .totals .cart-subtotal{
    font-family: 'Roboto-Light'; font-size: 40px; color: #000;
}
#cart-buttons{
    text-align: center;
    margin-top: 60px;
}
#shipping-desc{
    font-family: 'Roboto-Light'; font-size: 14px; color: #000;
}
#show-cart{
    display: block;
    margin: 0 auto 10px;
    width: 196px;
    height: 56px;
    padding-top: 16px;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
#end-shop{
    display: block;
    margin: 0 auto 20px;
    width: 196px;
    height: 56px;
    padding-top: 16px;
    font-family: 'Roboto-Regular';
    font-size: 18px;
}
#continue-shop{
    font-family: 'Roboto-Light'; font-size: 16px; color: #000;
}