
body{
    font-family: sans-serif !important;
}
a {
    text-decoration: none !important;
}

.cart-container {

    left: -33px;
    position: relative;
    top: -19px;
    padding: 34px 27px 0px 37px;
}

.new-con {
    
    max-width: 1300px !important;
    margin: 0px auto !important;
    padding: 0px 15px !important;

}

.cart-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.cart-item1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px dashed #eee;
    height: 1%;
}

.cart-item img {
    padding: 8px 3px 3px 3px;
    float: left;
    height: 162px;
    margin-right: 12px;
}

.cart-item h4 {
    padding: 9px 0 0 0;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 12px;
}

.cart-item h4 a {
    color: #2b2d2d;
}




.p-color {
    color: #002678;
}

.checkout-item .total {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

.checkout-item .total p {
    font-size: 17px;
}

.checkout-item .total span {
    float: right;
}

.checkout-item .g-total p {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    color: #002678;
}

.checkout-item .g-total span {
    float: right;
}

.cart-btn {
    background-color: #00226c;
    padding: 15px 0;
}

.cart-btn a {
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 1px;
    color: #2b2d2d;
    min-width: 235px;
    text-align: center;
    box-shadow: 2px 2px 8px #093e44;
}

.cart-btn a i {
    font-size: 18px;
    color: #047885;
    transition: 0.3s ease;
}

.cart-btn .checkout {
    position: relative;
    float: right;
    top: -1px;


}

.cart-btn a i {
    font-size: 18px;
    color: #047885;
    transition: 0.3s ease;
}

.cart-item select {
    padding: 9px 0px 9px 0px;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 92%;
    font-size: 14px;
    font-family: sans-serif;

}

.cart-btn .checkout:hover {
    background-color: #21cdad;
    color: white;
}

.contiue:hover {
    background-color: #21cdad;
    color: white;

}

.licensse {
    font-family: sans-serif;
    padding: 11px 2px 6px 0px;
    font-size: 15px !important;
} 

/* checkout css starts here */
.sec-code {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: lightgray;
    border: 1px solid #ced4da;
    width: 18%;
    padding: 1px 4px 2px 6px;
    position: relative !important;
    right: 25% !important;
    top: 1px !important;

}

.cus-input1 {
    width: 100%;
}

.cus-input1 .form-control {
    color: gray;
    font-weight: 600;
    border-radius: 0;
    padding: 3px 12px;
    height: 44px;
    box-shadow: none;
    font-size: 14px;
}

.navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pay-process {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    background-color: #f1f1f1;
    margin: 21px -98px;
    padding: 1px 0px;
    border-radius: 30px;
}

.pay-process li {
    display: inline-block;
    position: relative;
    padding: 10px 25px 10px 35px;
    font-weight: 500;
}

.pay-process li.active:before {
    content: "\f00c";
    color: #21cdad !important;
    background-color: grey;
    font-size: 16px;
    line-height: 20px;
    font-family: FontAwesome;
    text-align: center;
    box-shadow: 1px 1px 7px #c7c7c7;
}

.cust-form {
    padding: 20px;
    box-shadow: 0px 0px 15px #eee;
}

.c-head {
    margin-top: 0;
    margin-bottom: 25px;
}

.cut-radio input[type="radio"] {
    display: none;
}

.cut-radio input[type="radio"]:checked+span {
    background-color: #3e444a;
    color: #21cdad;
    box-shadow: 1px 1px 5px #2c2d2d;
    border: 0;
}

.cut-radio input[type="radio"]:checked+span:before {
    content: "\f00c";
    color: #3e444a;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: FontAwesome;
    text-align: center;
    box-shadow: 1px 1px 7px #065963;
}

.cut-radio span {
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 29px 8px 41px;
    border: 1px solid #333;
    position: relative;
}

.cut-radio span:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #eeeeee;
    border-radius: 50%;
    top: 7px;
    left: 12px;
}

.cus-input .form-control {
    color: gray;
    font-weight: 600;
    border-radius: 0;
    padding: 3px 12px;
    height: 44px;
    box-shadow: none;
    font-size: 14px;
}

.cus-input {
    padding: 2px 0px 15px 0;

}

.bottom-gap {
    padding: 10px 0 0 0;
}

.cust-form button[type="submit"] {
    background-color: #21cdad;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 14px;
    float: right;
    transition: 0.3s ease;
    box-shadow: 0 10px 10px -10px #000;
}

.cust-form button[type="submit"]:hover {
    background-color: #002678;
}

.cust-form button[type="submit"] i {

    margin-left: 8px;
}

.c-secur {
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
}

.checkout-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 6px 16px;
    border: 1px solid #f1f1f1;
}

.col-88 {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.cart-1 {
    padding-top: 43px;

}

/* checkout css ends here */









@media (min-height: 430px) {
    .cart-item1 {

        padding: 3px 23px 1px 35px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-bottom: 1px dashed #eee;

        margin-bottom: 30px;
        position: relative;
        top: 20px;

    }
}

@media (min-height: 375px) {
    .contiue {
        left: 27px;
        position: relative;

    }

    .checkout {
        position: relative;
        left: -25px;
        top: 6px;
    }

    .cart-container {
        left: -18px !important;
        position: relative !important;
        top: -19px !important;
        padding: 34px 27px 0px 37px !important;
    }

    .cart-item select {
        padding:9px 0px 10px 0px !important;
        border: 1px solid #ddd;
        border-radius: 0;
        width: 97% !important;
    }

    .cart-item .rem-item {
        position: absolute;
        right: 15px;
        bottom: 0px !important;
    }

    .pay-process {
        margin: 0 0 0 0 !important;
    }



    .sec-code {
        padding: 1px 5px 4px 1px;
        position: relative !important;
        right: -82% !important;
        top: -34px !important;


    }
}





@media (min-height: 414) {

    .checkout {
        position: relative !important;
        left: -64px !important;

    }
}




@media (min-height: 768px) {
    .contiue {
        left: -4px !important;
        position: relative;
        top: -12px !important;

    }

    .checkout {
        position: relative;
        left: -14px !important;
        top: -12px !important;

    }

    .cart-btn a {
        min-width: 179px !important;
        padding: 2px 0px 3px 7px !important;
    }

    .sec-code {
        padding: 6px 5px 4px 1px !important;
        position: relative !important;
        right: -76% !important;
        top: -59px !important;
        width: 24% !important;

    }

    #generatedCode {
        font-size: 20px !important;
    }
}

@media (min-width: 1024px) {
    .sec-code {
        padding: 9px 8px 5px 5px !important;
        position: relative !important;
        right: 20% !important;
        top: 0px !important;
        width: 14% !important;
    }

    #generatedCode {
        font-size: 18px !important;
    }
}

.usd{
    font-size:13px;
}

 .proceed {
        display: flex;
        gap: 40%;
    }

    @media (min-height: 768px) {

        .cart-item select {
            width: 94%;
            font-size: 12px;
            border: 1px solid #ddd;
            border-radius: 0;
        }

        .licensse {
            font-size: 15px;
            padding: 5px 2px 2px 0px;
        }

        .cart-item1 {
            height: 53%;
        }

        .contiue {
            position: relative;
            top: -12px;
            padding: 6px 1px 2px 0px;
        }
    }



    .cart-item .rem-item {
        position: absolute;
        right: 15px;
        bottom: 20px !important;
        display: inline-block;
        background-color: #047885;
        color: #ffffff;
        padding: 0 7px;
        font-size: 12px;
        border-radius: 5px;
        transition: 0.3s ease;
    }
    .cart{

        padding-top: 7.5rem !important;
    }