.btn-blue{
    background: url(../images/bkg_bot.svg) no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#end-shop{
    display: block;
    margin: 0 auto 20px;
    width: 196px;
    height: 56px;
    padding-top: 16px;
    font-family: Neutra2Text-Book;
    font-size: 18px;
}
.img-responsive{
	width: 100%;
}
.cart-cont{
    margin-top: 40px;
    padding-bottom: 40px;
}
.cart-head{
    border-bottom: 1px solid #cccccc;
    height: 57px;
}
.cart-page-title{
    float: left;
}
.cart-list{
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
    margin-top: 20px;
}
.remove-item {
    vertical-align: top;
    width: 18px;
    height: 18px;
    color: red;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    float: left;
}
.empty-cart{
    text-align: right;
    padding-top: 10px;
}
.empty-cart-btn{
    color: #101010; font-size: 18px;
}
.input-calculator{
    margin-left: 10px; padding: 2px 10px; border-radius: 4px; border-color: #000; margin-bottom: 16px; font-size: 18px;
}
.precio-envio{
    display: none;
}
thead th{
    border: none !important;
}
table .tar{
    text-align: right;
}
table .tac{
    text-align: center;
}
.order-item-info{
    max-width: 49%;
    display: inline-block; margin-left: 20px;
}
.order-item-info h4{
	font-weight: bold;
}
.order-item img{
    max-width: 160px;
    height: auto;
    vertical-align: top;
}
.resume-col{
    padding-top: 29px;
    text-align: center;
}
.resume-col h4{
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.resume-col .continue-shopping{
    margin-top: 20px;
    display: block;
    color: #052151;
    font-size: 18px;
    text-align: center
}
.quantity-rs{
    display: none;
}
.table-responsive {
    display: table;
}
@media(max-width: 992px){
    .resume-col img{
        margin: 0 auto;
    }
    .cart-resume{
        padding: 0;
    }
    .cart-list{
        border-right: none;
        padding: 0;
    }
    .order-item-info{
        max-width: initial;
    }
}
@media(max-width: 766px){
    .cart-head{
        height: auto;
    }
    .empty-cart{
        border: none;
    }
    .cart-page-title {
        float: initial;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .tar,.tac{
        display: none;
    }
    .quantity-rs{
        display: initial;
    }
    .order-item img{
        max-width: 100%;
    }
}