        .CartContainer {
            width: 90%;
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: 0px 10px 20px #1687d933;
        }
        
        .cartSection {
            margin: 0;
            padding: 0;
            background: linear-gradient(to bottom right, #E3F0FF, #FAFCFF);
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .Header {
            margin: auto;
            width: 90%;
            height: 15%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .Heading {
            font-size: 20px;
            font-weight: 700;
            color: #2F3841;
        }
        
        .Action {
            font-size: 14px;
            font-weight: 600;
            color: #E44C4C;
            cursor: pointer;
            border-bottom: 1px solid #E44C4C;
        }
        
        .Cart-Items {
            margin: auto;
            width: 90%;
            height: 30%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .image-box {
            width: 15%;
            text-align: center;
        }
        
        .about {
            height: 100%;
            width: 70%;
        }
        
        .title2 {
            padding-top: 10px;
            line-height: 17px;
            font-size: 15px;
            color: #202020;
        }
        
        .subtitle {
            line-height: 10px;
            font-size: 18px;
            font-weight: 600;
            color: #909090;
        }
        
        .counter {
            width: 15%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #d9d9d9;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: 900;
            color: #202020;
            cursor: pointer;
        }
        
        .count {
            font-size: 20px;
            font-weight: 600;
            color: #202020;
        }
        
        .prices {
            height: 100%;
            text-align: right;
        }
        
        .amount {
            padding-top: 20px;
            font-size: 16px;
            font-weight: 800;
            color: #202020;
        }
        
        .save {
            padding-top: 5px;
            font-size: 14px;
            font-weight: 600;
            color: #1687d9;
            cursor: pointer;
        }
        
        .remove {
            padding-top: 5px;
            font-size: 14px;
            font-weight: 600;
            color: #E44C4C;
            cursor: pointer;
        }
        
        .form-checkbox {
            border-radius: 20px;
            background: #0d6f28;
            color: #ffffff;
        }
        
        h3 {
            color: #ffffff !important;
        }
        
        u a {
            color: red;
        }
        
        .pad {
            margin-top: 5px;
        }
        
        hr {
            width: 100%;
            float: right;
            margin-right: 5%;
        }
        
        .checkout {
            padding-bottom: 40px;
            margin-right: 5%;
            margin-left: 5%;
        }
        
        .total {
            width: 100%;
            display: flex;
            color: white;
            background: #0d6f28;
            justify-content: space-between;
        }
        
        .Subtotal {
            font-size: 19px;
            font-weight: 700;
            color: white;
        }
        
        .items {
            font-size: 16px;
            font-weight: 500;
            color: #909090;
            line-height: 10px;
        }
        
        .total-amount {
            font-size: 20px;
            font-weight: 900;
            color: white;
        }
        
        .button {
            margin-top: 10px;
            width: 100%;
            height: 40px;
            border: none;
            background: #0d6f28;
            border-radius: 20px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            color: white;
        }
        
        div.panel {
            max-height: 0;
            overflow: hidden;
        }
        
        .accordion {
            cursor: pointer;
        }
        
        .circle {
            width: 40px;
            height: 40px;
            margin: 5px;
            border-radius: 50%;
            border: 1px solid;
            display: flex;
        }
        
        .amazon-installment {
            display: flex;
            flex-grow: 1;
            width: 80%;
            position: relative;
            align-items: center;
        }
        
        .amazon-price {
            left: 0px;
            direction: ltr;
            position: absolute;
        }