.ecommerce-cart .content .content-wrapper .content-header {
    background: url("../../images/backgrounds/laptop.jpg") no-repeat scroll 0% 40%;
    background-size: cover;
    margin: 0 0 5rem;
}

.ecommerce-cart .content .content-wrapper .content-header .content-header-title {
    border-right: none;
}

.ecommerce-cart .content .content-wrapper .content-header .breadcrumbs-top {
    display: flex !important;
}

.shopping-cart .nav.nav-tabs {
    border: none;
    margin-bottom: 2rem;
}

.shopping-cart .nav.nav-tabs li.nav-item {
    margin: 0 1rem;
    border-radius: 3px;
    font-size: 1.25rem;
}

.shopping-cart .nav.nav-tabs li.nav-item .nav-link {
    padding: 0.75rem;
    background-color: #fff;
}

.shopping-cart .nav.nav-tabs li.nav-item .nav-link.active {
    border-radius: 3px;
    background-color: #1e9ff2;
    border: none;
    color: #fff;
}

.shopping-cart .nav.nav-tabs li.nav-item:first-child {
    margin-left: 0;
}

.shopping-cart .nav.nav-tabs li.nav-item:last-child {
    margin-right: 0;
}

.shopping-cart .product-img {
    background: #f4f5fa;
    height: 300px;
    margin-bottom: 1rem;
    width: 300px;
    position: relative;
}

.shopping-cart .product-img img {
    height: 80px;
    margin: 0 auto;
}

.shopping-cart .table tr td {
    vertical-align: middle;
}

.shopping-cart .table tr td .product-title {
    font-size: 1.25rem;
}

.shopping-cart .bootstrap-touchspin .input-group-prepend .btn,
.shopping-cart .bootstrap-touchspin .input-group-append .btn {
    background: #1e9ff2;
}

.shopping-cart .bootstrap-touchspin .form-control {
    border-color: #1e9ff2;
}

.shopping-cart .product-action a {
    font-size: 1.25rem;
}

.shopping-cart .product-action a i {
    font-size: 1.25rem;
}

.shopping-cart .price-detail {
    margin-bottom: 0.5rem;
}

.shopping-cart .total-savings {
    color: #1c9066;
    font-size: 0.95rem;
    margin-top: 1rem;
    font-weight: 600;
}

.order-details .order-title {
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
    .shopping-cart .bootstrap-touchspin {
        width: 40%;
    }
}

@media (min-width: 1360px) and (max-width: 1500px) {
    .shopping-cart .bootstrap-touchspin {
        width: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1359px) {
    .shopping-cart .bootstrap-touchspin {
        width: 80%;
    }
}
