.cart-table-container{
    margin-bottom: 2.5rem;
}

.table-cart tr th.thumbnail-col{
    width: 16%;
}

.table.table-cart tr th, .table.table-wishlist tr th{
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
}

.table.table-cart tr td, .table.table-cart tr th, .table.table-wishlist tr td, .table.table-wishlist tr th{
    vertical-align: middle;
}

.table-cart tr th{
    padding: 1rem;
}

.table-cart tr th.product-col{
    width: 33%;
}

.qty-col{
    min-width: 98px;
}

.table.table-cart .product-image-container, .table.table-wishlist .product-image-container{
    position: relative;
    width: 8rem;
    margin: 0;
}

.table.table-cart .btn-remove, .table.table-wishlist .btn-remove{
    right: -10px;
    font-size: 1.1rem;
}

.table.table-cart tr td.product-col, .table.table-wishlist tr td.product-col{
    padding: 2rem 0.8rem 1.8rem 0;
}

.table.table-cart tr td, .table.table-wishlist tr td{
    border-top: 1px solid #e7e7e7;
}

tbody .product-col{
    font-size: 0;
}

.table-cart td{
    padding: 2rem 1rem;
}

.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty{
    margin: 0.5rem 4px 0.5rem 1px;
}

.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group{
    margin-right: auto;
    margin-left: auto;
}

.table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control{
    height: 48px;
    width: 44px;
    font-size: 1.6rem;
    font-weight: 700;
}

.table.table-cart .product-title a, .table.table-cart .subtotal-price{
    display: block;
    margin-bottom: 1px;
}

.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price{
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600;
}

.table.table-cart tfoot td, .table.table-wishlist tfoot td{
    padding: 2rem 0.8rem 1rem;
}

.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn{
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
}

.cart-table-container .btn-shop, .cart-table-container .btn-sm{
    border: none;
    background-color: #f4f4f4;
    color: #222529;
}

.cart-summary, .order-summary{
    position: relative;
}

.cart-summary{
    margin-bottom: 3.6rem;
    padding: 2.4rem 3rem 3.4rem;
    border: 2px solid #e7e7e7;
    background: #fff;
}

.table.table-totals{
    margin-bottom: 2.6rem;
}

.table.table-totals tbody tr:last-of-type{
    border-bottom: 1px solid #dcdcdc;
}

.table.table-totals tr td, .table.table-totals tr th{
    padding: 1rem;
    border: 0;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: 600;
    color: #222529;
    font-family: "poppins";
}

.table.table-totals tr td:last-child, .table.table-totals tr th:last-child{
    color: #777;
    text-align: right;
    font-weight: 400;
}

.table.table-totals tfoot{
    border-top: 1px solid #ccc;
    color: #222529;
    font-size: 1.6rem;
    font-weight: 700;
}

.table.table-totals tfoot tr td{
    padding-top: 1.3rem;
    padding-bottom: 1.6rem;
    vertical-align: middle;
    font-size: 1.6rem;
    padding-left: 1.2rem;
}

.table.table-totals tfoot tr td:last-child{
    font-weight: 700;
    font-size: 22px;
    color: #222529;
}

.checkout-methods .btn{
    font-family: "Open Sans",sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    padding: 1em 0;
}

.checkout-methods .btn i{
    margin-left: 1.2rem;
}

.table.table-cart .product-title a, .table.table-wishlist .product-title a{
    color: inherit;
}

@media (max-width: 575px){
    .cart-table-container{
        border-top: 4px solid #08C;
    }

    .table.table-cart, .table.table-cart tbody, .table.table-cart tfoot{
        display: block;
    }

    .table.table-cart{
        border: 1px solid #e7e7e7;
        border-top: 0;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    }

    .table.table-cart thead{
        display: none;
    }

    .table.table-cart .product-col{
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .table.table-cart .product-row:first-child{
        border-top: 0;
    }

    .table.table-cart .product-row{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
        padding-bottom: 2.5rem;
        border-top: 2px solid #ddd;
    }

    .table.table-cart tr td{
        padding: 0.5rem 1rem;
        border-top: 0;
    }

    .table.table-cart tr td.product-col{
        padding-bottom: 0.5rem;
    }

    .table.table-cart tfoot{
        border-top: 2px solid #ddd;
    }

    .table.table-cart tfoot tr{
        display: block;
        width: 100%;
    }

    .table.table-cart tfoot tr td{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: center;
        padding: 3rem 0;
    }
}

@media (max-width: 479px){
    .cart-summary{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


.checkout-container {
    padding-bottom: 7px;
}

@media (min-width: 768px){
    .h2, h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px){
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h2, h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1220px){
    .container {
        max-width: 1200px;
    }
}

ol, ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}

.checkout-steps li {
    margin-bottom: 3rem;
}

.checkout-container .step-title {
    letter-spacing: -0.01em;
}

.step-title {
    margin-bottom: 0;
    color: #222529;
    font-size: 2.2rem;
}

.checkout-container .form-group, .checkout-container .select-custom {
    margin-bottom: 1.7rem;
}

.checkout-container .checkout-steps .select-custom:after {
    top: 66%;
}

.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    font-family: "porto";
    font-size: 1.6rem;
    content: "";
    padding-bottom: 2px;
    font-weight: 400;
}

.checkout-container label {
    margin-bottom: 0.6rem;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.checkout-container .form-control, .checkout-container select.form-control:not([size]):not([multiple]) {
    height: 49px;
}

.form-group .form-control, .form-group .select-custom {
    margin-bottom: 0;
}

.form-control {
    padding-left: 1.2rem;
    height: 46px;
    margin-bottom: 1rem;
    transition: all 0.3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #fff;
}

select.form-control:not([size]):not([multiple]) {
    height: 6rem;
}

.checkout-container .select-custom .form-control {
    font-size: 1.4rem;
}

.select-custom .form-control, .select-custom .form-control-sm {
    padding-right: 4rem;
}

.select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
}

.checkout-container textarea.form-control {
    min-height: 125px;
}

.checkout-container .order-summary {
    padding: 2.8rem 3.2rem 3.1rem;
    margin-top: 1px;
}

.cart-summary, .order-summary {
    position: relative;
}

.order-summary {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 2px solid #e7e7e7;
}

.order-summary h3 {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.table-mini-cart {
    margin-bottom: 0;
}

.table-mini-cart tfoot tr, .table-mini-cart thead {
    border-bottom: 1px solid #e7e7e7;
}

.table-mini-cart td, .table-mini-cart th, .table-mini-cart thead th, .table-mini-cart tr {
    border: 0;
    vertical-align: middle;
    color: #222529;
}

.table-mini-cart td, .table-mini-cart th {
    padding: 1rem;
}

.table-mini-cart .price-col, .table-mini-cart .product-col {
    padding: 1.3rem 1rem 1.4rem;
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}

.table-mini-cart td:last-child {
    text-align: right;
}

.table-mini-cart .price-col {
    font-size: 1.4rem;
    font-weight: 400;
}

.table-mini-cart .cart-subtotal td, .table-mini-cart .cart-subtotal th, .table-mini-cart .cart-tax td, .table-mini-cart .cart-tax th {
    padding-top: 3rem;
    padding-bottom: 1.3rem;
}

.order-summary h4 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 19px;
}

.table-mini-cart .order-shipping td {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
}

.table-mini-cart .order-total td {
    padding-top: 1.8rem;
    padding-bottom: 2.3rem;
}

.table-mini-cart .order-total .total-price {
    color: #222529;
    font-size: 2.2rem;
}

.btn-place-order {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 1.4rem;
    font-family: "Open Sans",sans-serif;
}

.concluded-cart .card{
    margin-bottom: 1rem!important;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.border-color-success {
    border-color: #0cc485 !important;
}

.text-color-success {
    color: #0cc485 !important;
}

.border-width-3 {
    border-width: 3px !important;
}

.concluded-cart .card-body {
    padding: 10px 20px 15px 20px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;

}

.concluded-cart .text-color-dark{
    color: #212529 !important;
}

.concluded-cart .border-color-hover-dark:hover {
    border-color: #212529 !important;
}

.concluded-cart .shop_table {
    width: 100%;
    margin: 0;
    text-align: left;
}

.concluded-cart .shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 17px 10px;
}

.concluded-cart .list.list-unstyled {
    padding-left: 0;
    padding-right: 0;
}

.concluded-cart .list-unstyled {
    list-style: none;
}

.concluded-cart .list{
    border-bottom: none;
}

.concluded-cart .list li{
    border-top: none;
    padding: 0px 0px 0px 0px;
}

.concluded-cart .list li:before {
    content: none;
}
