    .container {
        margin: 0 auto;
        padding: 0 16px;
        box-sizing: border-box;
    }
    
    .page-header {
        position: relative;
        margin: 35px 0;
        text-align: center;
    }
    
    .page-header .sec-header {
        font-size: 30px;
        letter-spacing: 2px;
        font-family: Muli-Bold!important;
        font-weight: 400;
        margin-bottom: 12px;
    }
    
    .page-header .sec-header-desc {
        color: #000000;
    }
    
    .page-content {
        max-width: 1000px;
        margin: 35px auto;
    }
    
    .cart-list .cart-head .cart-head-item {
        color: #000000;
        letter-spacing: 1px!important;
        font-size: 11px;
        font-family: Muli-Bold !important;
    }
    
    .cart-list .cart-item {
        display: table;
        table-layout: fixed;
        margin: 30px 0;
        width: 100%;
    }
    
    .cart-list .cart-item .car-img {
        display: table-cell;
        vertical-align: middle;
        width: 90px;
        height: 135px;
        min-width: 90px;
    }
    
    .cart-list .cart-item .car-img img {
        width: 100%;
    }
    
    .cart-list .cart-item .pro-info {
        padding-left: 25px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .cart-list .cart-item .pro-info .pro-info-title {
        display: block;
        letter-spacing: 0;
        margin-bottom: 0.45em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-family: Muli-SemiBold!important;
    }
    
    .cart-list .cart-item .pro-info .pro-variant {
        font-size: 12px;
        margin-bottom: 0.45em;
    }
    
    .cart-list .cart-item .pro-info .pro-price {
        letter-spacing: 1px;
        font-family: Muli-ExtraBold!important;
    }
    
    .cart-list .cart-item .pro-actions {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        min-width: 120px;
    }

    .empty-con {
        text-align: center;
        margin-top: 50px;
    }

    .cart-header {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 39px;
    }

    .alert-warning {
        margin: auto;
        padding: 15px 15px 13px;
        background-color: #fff3cd;
        margin-bottom: 1rem;
        border: 1px solid #ffeeba;
        width: 91%;
    }

    .continue-btn {
        display: inline-block;
        color: #296fc2;
        min-width: 203px;
        font-size: 16px;
        margin-top: 15px;
        border: 2px solid;
        padding: 15px 14px 13px;
        border-radius: 3px;
        line-height: normal;
        background-color: #fff;
    }
    
    .cart-list .cart-item .pro-actions .quantity-content {
        display: inline-block;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    
    .cart-list .cart-item .pro-actions .quantity-content button {
        border: none;
        padding: 0 12px;
        font-size: 20px;
        color: #666;
        font-weight: bold;
    }
    
    .cart-qty__input {
        text-align: center;
        width: 40px;
    }

    .cart-qty__input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .cart-list .cart-item .pro-price-l {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        letter-spacing: 1px;
        font-family: Muli-ExtraBold!important;
        font-size: 12px;
    }
    
    .car-footer {
        padding-top: 25px;
        border-top: 1px solid #e3e3e3;
        text-align: right;
    }
    
    .car-footer .cart-total {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1px!important;
        font-family: Muli-Bold!important;
    }
    
    .car-footer .cart-checkout {
        display: inline-block;
        letter-spacing: 1px !important;
        /* margin-left: 8px; */
        font-family: Muli-Bold!important;
        color: #fff;
        background-color: #000;
        font-weight: 400;
        padding: 10px 20px;
    }
    
    .text-head {
        color: #333333;
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
        letter-spacing: 2px;
        font-weight: bold;
        padding-top: 30px;
    }
    
    .recently-list {
        margin: 0 20px;
    }
    
    .pro-img {
        width: 100%;
        position: relative;
        height: 0;
        padding-bottom: 100%;
        display: block;
    }
    
    .pro-img:hover .img {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    
    .pro-img img {
        width: 100%;
        position: absolute;
    }
    
    .pro-title {
        color: #333;
        font-family: Muli-SemiBold!important;
        font-weight: normal;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .pro-money {
        letter-spacing: 1px;
        font-family: Muli-ExtraBold!important;
        font-size: 12px;
    }
    
    .cart-list .cart-item .pro-info .pro-actions {
        display: none;
    }
    
    .empty-state {
        margin: 100px auto;
        text-align: center;
    }
    
    .empty-state h2 {
        letter-spacing: 1px!important;
        font-size: 13px;
        font-weight: 400;
    }
    
    .empty-state .text-subdued {
        color: #000;
    }
    
    .empty-state .empty-state-action {
        font-family: Muli-Bold!important;
        letter-spacing: 1px!important;
        display: inline-block;
        margin-top: 20px;
        border: 1px solid #000;
        padding: 14px 28px;
        color: #fff;
        background-color: #000;
    }
    
    @media screen and (max-width: 1160px) {
        .page-header .sec-header {
            font-size: 18px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .text-head {
            font-size: 18px!important;
        }
    }
    
    @media screen and (min-width: 641px) {
        .container {
            padding: 0 50px;
        }
        .page-header {
            margin: 50px 0;
        }
        .page-content {
            margin-bottom: 80px;
        }
        .cart-list {
            display: table;
            table-layout: auto;
            border-spacing: 0 30px;
            width: 100%;
        }
        .cart-list .cart-head {
            display: table-header-group;
        }
        .cart-list .cart-head .cart-head-item {
            display: table-cell;
            padding-bottom: 10px;
            border-bottom: 1px solid #e3e3e3;
        }
        .cart-list .cart-item {
            display: table-row;
        }
        .cart-list .cart-item .car-img {
            width: 120px;
            min-width: 120px;
            height: 180px;
        }
        .cart-list .cart-item .pro-info {
            max-width: 300px;
        }
        .car-footer {
            display: table;
            width: 100%;
            table-layout: fixed;
        }
    }
    
    @media screen and (max-width: 641px) {
        .cart-list .cart-head {
            display: none;
        }
        .cart-list .cart-item .pro-price-l {
            display: none;
        }
        .cart-list .cart-item .pro-info .pro-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }
        .cart-list .cart-item .pro-actions.pro-actions-pc {
            display: none;
        }
        .car-footer .cart-checkout {
            width: 100%;
            margin-top: 16px;
        }
    }
    
    @media screen and (min-width: 1008px) {
        .recently-list {
            margin: 0 90px 30px 90px;
        }
    }
    
    @media screen and (min-width: 1240px) {
        .container {
            padding: 0 80px;
        }
        .cart-list .cart-item .pro-info {
            max-width: 425px;
        }
    }