#drawerProduct .drawer-contents{
    background: #fff;
}
#drawerProduct .drawer-heading{
    border: none;
    text-align: right;
}
#drawerProduct .btn-blue{
    background: url(../images/bkg_bot.svg) no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#drawerProduct .cart-item{
    margin-top: 60px;
}
#drawerProduct .cart-item .cart-photo{
    padding-top: 18px;
}
#drawerProduct .cart-item .summary{
    font-family: Neutra2Text-Book; 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: Neutra2Text-Light;
    font-size: 30px;
}
#drawerProduct .cart-item-detail .cart-item-sumarize{
    font-family: Neutra2Text-Light; font-size: 20px;
}
#drawerProduct .totals{
    margin-top: 20px;
}
#drawerProduct .totals .sub-total{
    font-family: Neutra2Text-Light;  font-size: 20px; padding-top: 24px;
}
#drawerProduct .totals .cart-subtotal{
    font-family: Neutra2Text-Light; font-size: 40px; color: #000;
}
#cart-buttons{
    text-align: center;
    margin-top: 60px;
}
#shipping-desc{
    font-family: Neutra2Text-Light; font-size: 14px; color: #000;
}
#show-cart{
    display: block;
    margin: 0 auto 10px;
    width: 196px;
    height: 56px;
    padding-top: 16px;
    font-family: Neutra2Text-Book;
    font-size: 16px;
}
#end-shop{
    display: block;
    margin: 0 auto 20px;
    width: 196px;
    height: 56px;
    padding-top: 16px;
    font-family: Neutra2Text-Book;
    font-size: 18px;
}
#continue-shop{
    font-family: Neutra2Text-Light; font-size: 16px; color: #000;
}