#cart-preview {
    overflow: auto;
    overflow-y:scroll;
}
#cart-preview .lg-header {
    margin-bottom: 0px;
}
#cart-preview .btn-close {
    font-size: 15px;
    color: #777;
}
#cart-preview .cart-container .cart-form .col-sm-6 {
    float: none;
    width: 100%;
}
#cart-preview::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#cart-preview::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
#cart-preview .products-container {
    margin: auto;
    width: 260px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
}
#cart-preview .product {
    display: inline-block;
    width: 220px;
    position: relative;
}
#cart-preview .products-container .product .product-img{
    float: left;
    margin: 0;
    text-align: center;
    width: 50px;
    line-height: 50px;
    height: 50px;
}
#cart-preview .products-container .product .product-img img{
    max-height: 50px;
    max-width: 100%;
}
#cart-preview .products-container .product .product-content {
    float: right;
    width: 170px;
}
#cart-preview .products-container .product .product-content p.title {
    color: #777;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: right;
}
#cart-preview .products-container .product .product-content .product-option {
    font-size: 13px;
}
#cart-preview .products-container .product-content .btn-qty {
    width: 70px;
    float: left;
    margin-left: 10px;
}
#cart-preview .products-container .product-content .btn-qty a{
    display: inline;
    padding: 0;
    vertical-align: top;
}
#cart-preview .products-container .product-content .btn-qty input{
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 30px;
}
#cart-preview .products-container .product-content .btn-qty span{
    color: #777 !important;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
}
#cart-preview .products-container .product .product-content .price {
    text-align: right;
    padding-right: 0;
    margin-left: 7px;
    margin-right: 7px;
}
#cart-preview .products-container .product .product-remove {
    top: 5px;
    position: absolute;
    left: -10px;
    font-size: 18px;
    color: #888;
}
#cart-preview .products-container .product:hover .product-remove {
    display: block !important;
}
#cart-preview .product-price-details-container {
    width:250px !important;
    margin:auto;
}
#cart-preview .product-price-details-container .product-price-details{
    display: inline-block;
    width: 100%;
}
#cart-preview .product-price-details-container .product-price-details.total-price{
    border-top: 1px solid #BBB;
    margin-top: 10px;
    margin-bottom: 10px;
}
#cart-preview .product-price-details-container .product-price-details .title{
    float: left;
}
#cart-preview .product-price-details-container .product-price-details .price{
    float: right;
}
#cart-preview .btn {
    border-radius: 0;
    padding: 5px 15px;
}
#cart-preview .btn.btn-default {
    background: #eee;
    border: 1px solid #eee;
}
#cart-preview .no-shipping {
    display: none;
}
#cart-preview .empty-cart {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    width: 200px;
}
#cart-preview .cart-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
}

#cart-preview .checkout-link {
    display: block;
    padding: 10px 10px 11px;
    line-height: 100%;
    font-size: 11px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: #E2007A;
}

#cart-page .card {
}
#cart-page .card .card-header {
    border-bottom: 1px solid #b5b5b5;
    margin: 0px 0px 20px;
}
#cart-page .card .product{
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
#cart-page .card .product-img{
    float: left;
    margin-right: 30px;
}
#cart-page .card .product-img img{
    height: 110px;
}
#cart-page .card .product-content{}
#cart-page .card .product-content .title{
    font-size: 14px;
    margin: 0;
}
#cart-page .card .product-content .price {
    font-size: 16px;
}
#cart-page .card .btn-qty{
    margin-bottom: 10px;
    margin-top: 10px;
}
#cart-page .card .btn-qty a{
    display: inline;
    padding: 0;
    vertical-align: top;
}
#cart-page .card .btn-qty input{
    font-size: 14px;
    padding: 0;
    text-align: center;
    width: 30px;
}
#cart-page .card .btn-qty span{
    color: #777 !important;
    font-size: 24px;
    text-align: center;
    vertical-align: top;
}
#cart-page .card .btn-qty .product-qty{}

#cart-page .product-price-details-container .product-price-details{
    display: inline-block;
    width: 100%;
}
#cart-page .product-price-details-container .product-price-details.total-price{
    border-top: 1px solid #BBB;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
#cart-page .product-price-details-container .product-price-details .title{
    float: left;
}
#cart-page .product-price-details-container .product-price-details .price{
    float: right;
}
#cart-page .card .product .price{
    font-size: 12px;
}
#cart-page .cart-link,
#cart-page .cart-page-link {
    display: none;
}


#checkout .card {
}
#checkout .card .card-header {
    border-bottom: 1px solid #b5b5b5;
    margin: 0px 0px 20px;
}
#checkout .card .product{
    display: inline-block;
    /*margin-bottom: 30px;*/
    width: 100%;
}
#checkout .card .product-img{
    float: left;
    margin-right: 30px;
    width: 180px;
}
#checkout .card .product-img img{
    max-height: 110px;
    max-width: 180px;
}
#checkout .card .product-content{}
#checkout .card .product-content .title{
    font-size: 14px;
    margin: 0;
}
#checkout .card .product-content .price {
    font-size: 16px;
}
#checkout .card .btn-qty{
    margin-bottom: 10px;
    margin-top: 10px;
}
#checkout .card .btn-qty a{
    display: inline;
    padding: 0;
    vertical-align: top;
}
#checkout .card .btn-qty input{
    font-size: 14px;
    padding: 0;
    text-align: center;
    width: 30px;
}
#checkout .card .btn-qty span{
    color: #777 !important;
    font-size: 24px;
    text-align: center;
    vertical-align: top;
}
#checkout .card .btn-qty .product-qty{}

#checkout .no-shipping {
    /*display: none;*/
}
#checkout .no-shipping label{
    color: #26a7e3;
    cursor: pointer;
}
#checkout .no-shipping input{
    margin-left: 5px;
}
#checkout .product-price-details-container {
    margin-bottom: 20px;
}
#checkout .product-price-details-container .product-price-details{
    display: inline-block;
    width: 100%;
}
#checkout .product-price-details-container .product-price-details.total-price{
    border-top: 1px solid #BBB;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
#checkout .product-price-details-container .product-price-details .title{
    float: left;
    font-size: 13px;
}
#checkout .product-price-details-container .product-price-details .price{
    float: right;
    font-size: 13px;
}
#checkout .card .product .price{
    font-size: 13px;
}
#checkout .card .product .product-remove{

}
#checkout .cart-link,
#checkout .continue-purchase-link,
#cart-preview .continue-purchase-link,
#checkout .checkout-link {
    display: none;
}
