
.cart-section h2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cart-table {
    border: 1px solid #e1e1e1;
}
table.scrollTable tbody {
    display: block;
    max-height: 50vh;
    overflow-x: auto;
}

table.scrollTable thead,
table.scrollTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #f7f7f7;
}

.cart-table thead tr th {
    text-align: center;
    color: #4e4e4e;
    height: 4rem;
    padding: 0.75rem;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.7rem;
    border: medium none;
    outline: none;
}

.cart-table thead tr th:first-child {
    text-align: left;
}

.cart-table tbody tr td {
    text-align: center;
    display: inline-block;
}

.cart-table thead tr th.details {
    padding-left: 1.5rem;
    width: 40%;
}

.cart-table thead tr th.price,
.cart-table thead tr th.qty,
.cart-table thead tr th.total,
.cart-table thead tr th.remove {
    width: 15%;
}

.cart-table tr td {
    width: 15%;
}

.cart-table tr td:first-child {
    width: 40%;
}

.cart-table tr td:last-child {
    width: 13%;
}

.cart-table tbody tr:first-child td {
    padding-top: 3rem;
}

.cart-table tbody tr td {
    border-top: medium none;
    padding: 2rem 1.5rem;
    vertical-align: middle;
}

.cart-table .cart-product{
    display: flex;
    align-items: center;
    text-align: left;
}
.cart-table .cart-product .product-img {
    min-width: 65px;
    max-width: 65px;
    width: 65px;
    height: 65px;
    margin-right: 1.5rem;
    overflow: hidden;
}

.cart-table .cart-product img {
    width: 100%;
    height: 100%;
    display: block;
}

.cart-table .cart-product .product-details a {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #4e4e4e;
    text-transform: capitalize;
}
.cart-table .cart-product .product-attributes > span {
    display: block;
    font-size: 12px;
    margin-bottom: 1px;
    color: #4e4e4e;
}

.cart-table .product-price,
.cart-table .product-stock,
.cart-table .product-total,
.sm-cart-table .product-price {
    color: #4e4e4e;
    font-size: 1.5rem;
}

.cart-table .product-stock {
    text-transform: capitalize;
}

.cart-table .product-remove,
.sm-cart-table .product-remove {
    display: inline-block;
    cursor: pointer;
    color: #000;
    margin-bottom: 15px;
}

.cart-table .product-remove i,
.sm-cart-table .product-remove i {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
}
.sm-cart-table .product-info {
  display: flex;
  flex-direction: row;
}

.sm-cart-table .product-info .flex-item {
    display: flex;
    justify-content: space-between;
  }

.sm-cart-table .product-img {
    width: 80px;
    height: auto;
    margin-right: 20px;
}

.sm-cart-table .product-img img {
    width: 100%;
    height: auto;
}

.sm-cart-table .product-content-wrapper {
    width: 100%;
}

.sm-cart-table .product-content-wrapper .product-details {
    display: inline-block;
    font-size: 1.4rem;
    color: #4e4e4e;
    text-transform: capitalize;
}

.sm-cart-table .product-price {
    margin-top: 3px;
    margin-bottom: 10px;
    font-weight: 500;
}

.sm-cart-table .product-remove {
    margin-left: 15px;
}

.sm-cart-table .product-attributes>span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.lg-cart-table{
    display: block;
}
.sm-cart-table{
    display: none;
}
@media (max-width: 767px) {
    .cart-section .checkout-process-content {
        border: 1px solid #e1e1e1;
        padding: 20px;
    }
    .lg-cart-table{
        display: none;
    }
    .sm-cart-table{
        display: block;
    }
}

.checkout-process h5 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 29px;
    margin-top: 2px;
    font-size: 15px;
}

.checkout-process .sm-btn {
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 4px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.checkout-process .lg-coupon-section{
    display: none;
}

.checkout-process .applied-coupon {
    background: #F7F8FA;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.checkout-process .applied-coupon .coupon-content {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.checkout-process .coupon-content .coupon-name {
    color: var(--dynamic-color);
    padding-left: 2px;
}

.checkout-process .coupon-content .coupon-closer,.checkout-process .coupon-content .sm-coupon-closer{
    float: right;
    cursor: pointer;
}

.input-group-append {
    margin-left: 0px;
}
.checkout-process .checkout-process-content{
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.checkout-process .flex-item{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.checkout-process .grand-total{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.checkout-process .checkout-process-content p,
.checkout-process .grand-total p {
    font-size: 1.5rem;
    display: inline-block;
    color: #4e4e4e;
    text-transform: uppercase;
    margin-bottom: 9px;
    width: 190px;
}

.checkout-process .checkout-process-content span,
.checkout-process .grand-total span {
    font-size: 1.5rem;
    display: inline-block;
    color: #4e4e4e;
}

.checkout-process .grand-total p {
    font-weight: 500;
}

.checkout-process .grand-total > span {
    color: var(--dynamic-color);
    font-weight: 500;
}

.checkout-process .btn-checkout {
    height: 40px;
    line-height: 42px;
    font-size: 1.5rem;
    background: var(--dynamic-color);
    color: #fff;
    border: 1px solid var(--dynamic-color);
    border-radius: 4px;
    display: inline-block;
    margin-top: 1rem;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    width: 100%;
}

.checkout-process button.btn-coupon {
    background: #fff;
    color: var(--dynamic-color);
    border: 1px solid #E1E1E1;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: 2rem;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.checkout-process .lg-grand-total{
    display: none;
}
@media (min-width:768px){
    .checkout-process .lg-coupon-section{
        display: block;
    }
    .checkout-process .checkout-process-content .sm-grand-total{ 
        display: none;
    }
    .checkout-process .lg-grand-total{
        display: block;
    }
}

.sm-coupon-input{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 2rem;
    margin-bottom: 1px;
}
.sm-coupon-input .form-control{
    background-color: #fff;
    padding-left: 12px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
.sm-coupon-input .sm-btn{
    padding:0 30px;
}
.sm-applied-coupon{
    
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .checkout-process-content {
        width: 270px;
        margin: auto;
    }
    .checkout-process .flex-item{
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}
