body{
    overflow-x: hidden
}
.new-payment-cart-box {
    /* */
    /* */
}

:root {
    --black: #000;
    --grey: #858585;
    --green: #adf4a1;
    --orange: #e44613;
    --red: #f20404;
    --yellow: #ffc43a;
}

.new-payment-cart-box #checkout-form {
    border-right: none !important
}

.new-payment-cart-box .coupon-box {
    width: 160px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.new-payment-cart-box .coupon-text {
    width: calc(100% - 160px);
    background-color: #adf4a1;
    padding: 10px;
    display: flex;
    align-items: center;
}

.new-payment-cart-box .t-br {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 10px;
    max-width: 100%;
}

.new-payment-cart-box .t-br p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.new-payment-cart-box .c-code {
    color: #acf4a1;
    text-transform: uppercase;
}

.new-payment-cart-box .right-t-top h4 {
    background-color: #000;
    color: #fff;
    padding: 15px;
    display: none;
}

.new-payment-cart-box .coupon-text br {
    display: none;
}

.new-payment-cart-box #checkout-form {
    padding: 10px 50px;
}

.new-payment-cart-box .c-code span img {
    margin-right: 5px;
}

.new-payment-cart-box .coupon-text p span.timer-text {
    color: #e44613;
}

.new-payment-cart-box .main-middle-sec {
    padding-bottom: 140px;
}

.new-payment-cart-box .main-middle-sec .left {
    float: none;
    padding-right: 10px;
}

.new-payment-cart-box .main-middle-sec .left .green-stripe {
    background-color: var(--green);
    padding: 6px 16px 6px 16px;
}

.new-payment-cart-box .main-middle-sec .left .green-stripe h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--black);
}

.new-payment-cart-box .main-middle-sec .left .green-stripe h4 span {
    color: var(--orange);
}

.new-payment-cart-box .main-middle-sec .left .express-checkout {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.new-payment-cart-box .main-middle-sec .left .paypal-gpay-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new-payment-cart-box .paypal-gpay-buttons #container {
    width: 50%;
    height: 46px !important;
    margin-top: 0 !important;
}

.new-payment-cart-box .main-middle-sec .left .paypal-gpay-buttons a {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
}

.new-payment-cart-box .main-middle-sec .left .paypal-gpay-buttons a.paypal-button {
    background-color: var(--yellow);
    transition: 0.3s;
}

.new-payment-cart-box .main-middle-sec .left .paypal-gpay-buttons a.gpay-button {
    background-color: var(--black);
    transition: 0.3s;
}

.new-payment-cart-box .main-middle-sec .left .paypal-gpay-buttons a.paypal-button:hover {
    background-color: #ffbb1b;
}

.new-payment-cart-box .main-middle-sec .left .paypal-gpay-buttons a.gpay-button {
    background-color: var(--black);
}

.new-payment-cart-box .gpay-button.black {
    border-radius: 8px;
    transition: 0.3s;
}

.new-payment-cart-box .gpay-button.black:hover {
    background-color: #2a2a2a;
}

.new-payment-cart-box .main-middle-sec .left .Choose-your-package {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.new-payment-cart-box .main-middle-sec .left .Choose-your-package-section li {
    margin-bottom: 6px;
    border-radius: 8px;
    border: 2px solid var(--white);
}

.new-payment-cart-box .main-middle-sec .left .radio-section {
    border: 1px solid #bbb;
    border-radius: 7px;
    padding: 25px 17px 25px 12px;
}

.new-payment-cart-box .main-middle-sec .left li.active {
    border-color: #2ba4ff;
    box-shadow: 0 3px 3px #000 30;
}

.new-payment-cart-box .main-middle-sec .left li.active .radio-section {
    border-radius: 6px;
    border-color: #2ba4ff;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .form-check input[type="radio"] {
    width: 19px;
    height: 19px;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .form-check .form-check-input:focus {
    box-shadow: none;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .form-check .form-check-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.new-payment-cart-box .main-middle-sec .left .radio-section p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.new-payment-cart-box .main-middle-sec .left .radio-section p.recommended-deal {
    display: none;
}

.new-payment-cart-box .main-middle-sec .left .radio-section p span {
    font-weight: 700;
}

.new-payment-cart-box .main-middle-sec .left .radio-section p:last-child {
    color: #e44613;
    font-weight: 700;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .right p {
    margin-bottom: 0;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .right .recommended-deal {
    display: block;
    position: absolute;
    top: -20px;
    width: max-content;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .recommended-deal img {
    margin-right: 2px;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .recommended-deal {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .right .original-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .right .original-price::before {
    content: "";
    position: absolute;
    top: 11px;
    width: 122%;
    height: 1px;
    background-color: var(--red);
    transform: rotate(352deg);
    left: -8px;
}

.new-payment-cart-box .main-middle-sec .left .radio-section .right .offer-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--black);
}

.new-payment-cart-box .main-middle-sec .left .shipping-address {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 25px;
}

.new-payment-cart-box .main-middle-sec .left .enter-your-shipping-details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}



.new-payment-cart-box .payment-section input:focus+label,
.new-payment-cart-box .payment-section input.has-value+label {
    background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 43%, #fff 43%, #fff 100%) !important;
}

.new-payment-cart-box #checkout-form select+label {
    font-size: 12px !important;
    color: var(--black) !important;
    top: -5px !important;
    left: 10px !important;
    background: #fff;
    padding: 0 5px 0 5px !important;
    line-height: normal;
}

.new-payment-cart-box #checkout-form .input_wrap {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.new-payment-cart-box input:-internal-autofill-selected {
    background-color: #fff !important;
}

.new-payment-cart-box #checkout-form .input_wrap label {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}
.new-payment-cart-box #checkout-form input[type='text']:focus+label,
.new-payment-cart-box #checkout-form input[type='email']:focus+label,
.new-payment-cart-box #checkout-form input[type='tel']:focus+label,
.new-payment-cart-box #checkout-form input[type='number']:focus+label,
.new-payment-cart-box #checkout-form input[type='text'].form-control.has-value+label,
.new-payment-cart-box #checkout-form input[type='email'].form-control.has-value+label,
.new-payment-cart-box #checkout-form input[type='tel'].form-control.has-value+label,
.new-payment-cart-box #checkout-form input[type='number'].form-control.has-value+label {
    font-size: 13px !important;
    color: var(--black) !important;
    top: -8px !important;
    left: 10px !important;
    background: #fff !important;
    padding: 0 5px 0 5px !important;
    line-height: normal !important;
}

.new-payment-cart-box .ph-pos {
    position: relative;
}

.new-payment-cart-box .ph-pos .opt-text {
    position: absolute;
    top: 30%;
    right: 23px;
    font-size: 13px;
    color: #908d8d;
}

.new-payment-cart-box #checkout-form .form-control:focus,
.new-payment-cart-box #checkout-form .form-control:focus-visible {
    outline: none;
    box-shadow: none;
    appearance: none;
}

.new-payment-cart-box #checkout-form .form-control {
    height: 54px !important;
    padding: 12px 12px !important;
    border: 1.5px solid #bbb !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* appearance: none; */
    border-radius: 5px;

}

.new-payment-cart-box #checkout-form .form-control.has-error,
.new-payment-cart-box #checkout-form .form-control.has-error,
.new-payment-cart-box #checkout-form .form-control.no-error,
.new-payment-cart-box #checkout-form .form-control.no-error {
    background-position-x: calc(100% - 2px) !important;
    appearance: none !important;
    padding-right: 22px !important;
}

.new-payment-cart-box #checkout-form .first-last-name {
    display: flex;
    gap: 20px;
}

.new-payment-cart-box #checkout-form .first-last-name .input_wrap {
    width: 100%;
}

.new-payment-cart-box #checkout-form #shippingAddressSearch,
.new-payment-cart-box #checkout-form #cardNumber,
.new-payment-cart-box #checkout-form #securityCode,
.new-payment-cart-box #billingAddressSearch {
    position: absolute;
    top: 8px;
    right: 25px;
    background: #fff;
}


.new-payment-cart-box #checkout-form #shippingAddressSearch {
    right: 25px;
}

.new-payment-cart-box #checkout-form #billingAddressSearch {
    right: 25px;
}

.new-payment-cart-box .payment-text {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 5px;
}

.new-payment-cart-box .main-middle-sec .left .payment-section {
    background-color: #f6f6f6;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .payment-section-head {
    border: 1px solid #f6f6f6;
    padding: 11px 15px;
}

.new-payment-cart-box .main-middle-sec .left .payment-section.active .payment-section-head {
    border-color: #141414;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .form-check {
    display: flex;
    gap: 12px;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .form-check input[type="radio"] {
    width: 20px;
    height: 19.5px;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .form-check .form-check-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new-payment-cart-box .main-middle-sec .left .payment-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 0;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;

}

.new-payment-cart-box .main-middle-sec .left .payment-section .right span {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    color: #6a6a6a;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}

.new-payment-cart-box .main-middle-sec .left .payment-section .form-check-input:focus {
    box-shadow: none;
}

.new-payment-cart-box .main-middle-sec .left .payment-section label:focus-visible {
    outline: none;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .payment-section-body {
    padding: 20px 20px 0 20px;
}

.new-payment-cart-box .main-middle-sec .left .payment-section .expiration-security {
    display: flex;
    gap: 10px;
}

.new-payment-cart-box #checkout-form .expiration-security .input_wrap {
    width: 50%;
}

.new-payment-cart-box #checkout-form .billing-address-section .form-check input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    margin-top: 5px;
}

.new-payment-cart-box #checkout-form .billing-address-section .form-check-input:focus {
    box-shadow: none;
}

.new-payment-cart-box #checkout-form .billing-address-section .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}

.new-payment-cart-box #checkout-form .billing-address-section .billing-address-head {
    background-color: #f6f6f6;
    padding: 10px 20px 10px 20px;
}

.new-payment-cart-box #checkout-form .billing-address-section .billing-address-head label {
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    vertical-align: middle !important;
}

.new-payment-cart-box #checkout-form .billing-address-section .billing-address-body {
    background-color: #fff;
    padding: 0 20px 0 20px;
}

.new-payment-cart-box #checkout-form .billing-address-section .billing-address-body .input_wrap.country-wrap.country-wrap2+div.input_wrap {
    margin-bottom: 20px;
}

.new-payment-cart-box #checkout-form .billing-address {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0px;

}

.new-payment-cart-box #checkout-form .enter-your-shipping-details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.new-payment-cart-box .checkout-form-submit {
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
    width: 100% !important;
    border: none !important;
    border-radius: 8px !important;
    background-color: #ffd431 !important;
    color: #000 !important;
    padding: 15px 10px !important;
    margin: 25px 0 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;
    transition: 0.3s !important;
    
}

.new-payment-cart-box .checkout-form-submit:hover {
    background-color: #ffcd11;
}

.new-payment-cart-box .ssl-safe-section {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.new-payment-cart-box .ssl-safe-section .inner-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-payment-cart-box .ssl-safe-section .inner-section h5 {
    margin-bottom: 0;
    font-size: 12px !important;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #5c5c5e;
}

.new-payment-cart-box .ssl-safe-section .inner-section h5 span {
    display: block;
}

.new-payment-cart-box .bundle-of-cards {
    text-align: center;
    margin-top: 20px;
}

.new-payment-cart-box .main-middle-sec .right {
    position: sticky;
    top: 0;
    padding-left: 10px;
}

.new-payment-cart-box .main-middle-sec .right-top {
    padding: 10px;
}

.new-payment-cart-box .main-middle-sec .right-top .your-cart {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: 0px;
}

.new-payment-cart-box .main-middle-sec .right-top .star-happyCustomer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-payment-cart-box .main-middle-sec .right-top .star-happyCustomer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-payment-cart-box .main-middle-sec .right-top .star-happyCustomer h5 {
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.new-payment-cart-box .main-middle-sec .right-top {
    background-color: #f6f6f6;
}

.new-payment-cart-box .checkout-page-cart-price-section ul {
    padding-left: 0px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-product-title {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 0;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-product-section {
    text-align: left;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-product-section img {
    max-width: 200px;
    max-height: 150px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section {
    margin-top: 24px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:last-child {
    justify-content: flex-end;
    margin-top: 10px;
    border-top: 0 solid #e1e1e1;
    padding-top: 8px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li p {
    margin-bottom: 0;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li p span {
    font-weight: 700;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li p span.org {
    color: var(--orange);
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:first-child {
    border-bottom: 2px solid var(--black);
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:first-child p {
    font-size: 14px;
    line-height: 21px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:nth-child(2) {
    margin-bottom: 16px;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:nth-child(2) p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:nth-child(3) p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    max-width: 90%;
}

.new-payment-cart-box .fw-normal {
    font-weight: 400 !important;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section ul li:nth-child(4) {
    margin-top: 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0;
}

.new-payment-cart-box .main-middle-sec .left .right-top {
    display: none;
}

.new-payment-cart-box .main-middle-sec .right .right-bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.new-payment-cart-box .main-middle-sec .right .right-bottom .right-bottom-image {
    width: 18%;
}

.new-payment-cart-box .main-middle-sec .right .right-bottom .right-bottom-text {
    width: 82%;
    padding-left: 14px;
}

.new-payment-cart-box .main-middle-sec .right .right-bottom .right-bottom-text p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.new-payment-cart-box .main-middle-sec .right .right-bottom .right-bottom-text p span {
    font-weight: 700;
}

.new-payment-cart-box .secOptions {
    float: left;
    width: 100%;
    background: #fcf7eb;
    padding: 72px 0;
    scroll-margin: 64px;
}

.new-payment-cart-box .secOptions h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.new-payment-cart-box .secOptions h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 51px;
    text-align: center;
    color: #5273de;
}

.new-payment-cart-box .buyCard {
    border: 4px solid #ffdec5;
    background: #fff;
    border-radius: 20px;
    padding: 30px 10px;
    text-align: center;
    position: relative;
}

.new-payment-cart-box .select {
    border: 4px solid #ff6d00;
    border-radius: 25px;
    padding: 30px 10px;
    text-align: center;
}

.new-payment-cart-box .buyCard .mostPopular {
    background: #ec4700;
    color: #fff;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    padding: 13px;
    width: 85%;
    margin: 0 auto 15px auto;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    top: -26px;
}

.new-payment-cart-box .buyCard h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.new-payment-cart-box .buyCard h4 {
    font-size: 25px;
    font-weight: 700;
    color: #39a943;
}

.new-payment-cart-box .buyCard h4 span:first-of-type {
    color: #000;
    text-decoration: line-through;
}

.new-payment-cart-box .buyCard h6 {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}

.new-payment-cart-box .buyCard p.shipText {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.new-payment-cart-box .icon img {
    width: 60px;
}

.new-payment-cart-box .icon p {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
}

.new-payment-cart-box .secOptions button {
    display: inline !important;
    background: linear-gradient(to right, #ff6d01, #ec4701);
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 35px;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 5px solid #ff9240;
    min-width: 240px;
    transition: 0.4s;
}

.new-payment-cart-box .buyCard button:hover {
    background: linear-gradient(to right, #ec4701, #ff6d01);
    transform: scale(1.1);
    transition: 0.4s;
}

.new-payment-cart-box .secCheckout {
    float: left;
    width: 100%;
    background: #fff;
    scroll-margin: 64px;
}

.new-payment-cart-box .secCheckout p.secure {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0;
    padding: 10px;
}

.new-payment-cart-box .unit-label::after {
    content: 'each';
}

.new-payment-cart-box .pnt-num {
    flex-wrap: wrap;
}

.new-payment-cart-box .pnt-num .icon {
    width: 25%;
}

.new-payment-cart-box .discount-off {
    color: #39a943;
}

.new-payment-cart-box p.checkout-page-cart-product-title.mt-0 {
    padding-bottom: 6.4px !important;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .new-payment-cart-box .buyCard .mostPopular {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .new-payment-cart-box .secOptions {
        padding: 24px 0;

    }

    .new-payment-cart-box .secOptions h2 {
        font-size: 32px;
        line-height: 41px;
    }

    .new-payment-cart-box .secOptions h5 {
        font-size: 16px;
        line-height: 19px;
    }

    .new-payment-cart-box .buyCard {
        margin-bottom: 20px;
    }

    .new-payment-cart-box .buyCard h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .new-payment-cart-box .buyCard.buycard_second {
        margin-top: 32px;
    }

    .new-payment-cart-box .buyCard h4 {
        font-size: 20px;
        text-align: center !important;
    }

    .new-payment-cart-box .buyCard h4 span {
        color: #39a943;
    }

    .new-payment-cart-box .buyCard h6 {
        font-size: 12px;
    }

    .new-payment-cart-box .buyCard p.shipText {
        font-size: 14px;
    }

    .new-payment-cart-box .icon img {
        width: 45px;
    }

    .new-payment-cart-box .icon p {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
    }

    .new-payment-cart-box .secOptions button {
        width: 90%;
        padding: 6px 15px;
        min-width: auto;
    }

    .new-payment-cart-box .desc-text.mb-3 {
        margin-bottom: 10px !important;
    }

    .new-payment-cart-box .buyCard {
        box-shadow: 0 4px 20px 0 #dee2e6;
        margin-top: 10px;
    }

    .new-payment-cart-box .unit-label::after {
        content: 'ea';
    }

    .new-payment-cart-box .buyCard .p-md-3 {
        width: 100%;
    }
}

.new-payment-cart-box #payment1 {
    padding: 60px 0;
}

.new-payment-cart-box .inner-section h5 span {
    text-align: left;
}

.new-payment-cart-box #checkout-form .dividerCheckout {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
}

.new-payment-cart-box #checkout-form .dividerCheckout span {
    margin: 0 10px;
}

.new-payment-cart-box #checkout-form .dividerCheckout::before,
.new-payment-cart-box #checkout-form .dividerCheckout::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.new-payment-cart-box #checkout-form .checkout-form-submit {
    font-size: 17px !important;
}

.new-payment-cart-box .main-middle-sec .right-bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.new-payment-cart-box .main-middle-sec .right-bottom .right-bottom-image {
    width: 18%;
}

.new-payment-cart-box .main-middle-sec .right-bottom .right-bottom-text {
    width: 82%;
    padding-left: 14px;
}

.new-payment-cart-box .main-middle-sec .right-bottom .right-bottom-text p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.new-payment-cart-box .main-middle-sec .right .right-bottom .right-bottom-text p span {
    font-weight: 700;
}

.new-payment-cart-box .main-middle-sec .left .enter-your-shipping-details {
    margin-bottom: 16px;
}

.new-payment-cart-box .payment-text {
    margin-bottom: 8px;
}

.new-payment-cart-box .main-middle-sec .left .shipping-address {
    margin-bottom: 8px;
    margin-top: 12px !important;
}

.new-payment-cart-box .main-middle-sec .right {
    top: 72px !important;
}

.new-payment-cart-box .main-middle-sec .checkout-page-cart-price-section {
    margin-top: 0 !important;
}

.new-payment-cart-box .ratingAr p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    letter-spacing: 0.06px;
}

.new-payment-cart-box .ratingAr img {
    height: 20px;
    margin-right: 10px;
}

.new-payment-cart-box .cart-prod-img {
    width: 250px;
}

.new-payment-cart-box .item-img-1 {
    width: 160px;
    padding: 15px;
}

.new-payment-cart-box .fixed-top .navbar-toggler:hover {
    background-color: #fff 0;
}

.new-payment-cart-box .sec9 .accordion-header button {
    background-color: #fff 0;
}

.new-payment-cart-box .main-middle-sec .left .right-top {
    display: none;
}

.new-payment-cart-box form {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-inline: 0px !important;
}

.new-payment-cart-box #checkout-form input[type='text']:focus+label,
.new-payment-cart-box #checkout-form input[type='email']:focus+label,
.new-payment-cart-box #checkout-form input[type='tel']:focus+label,
.new-payment-cart-box #checkout-form input[type='number']:focus+label,
.new-payment-cart-box #checkout-form input[type='text'].form-control.has-value+label,
.new-payment-cart-box #checkout-form input[type='email'].form-control.has-value+label,
.new-payment-cart-box #checkout-form input[type='tel'].form-control.has-value+label,
.new-payment-cart-box #checkout-form input[type='number'].form-control.has-value+label {
    font-size: 13px !important;
    color: var(--black) !important;
    top: -8px !important;
    left: 10px !important;
    background: #fff !important;
    padding: 0 5px 0 5px!important
}

.new-payment-cart-box .payment-section input:focus+label,
.new-payment-cart-box .payment-section input.has-value+label {
    background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 43%, #fff 43%, #fff 100%) !important
}

.new-payment-cart-box #checkout-form select+label {
    font-size: 12px !important;
    color: var(--black) !important;
    top: -5px !important;
    left: 10px !important;
    background: #fff;
    padding: 0 5px 0 5px !important
}

.new-payment-cart-box #checkout-form .input_wrap {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 20px
}

.new-payment-cart-box input:-internal-autofill-selected {
    background-color: #fff !important
}

.new-payment-cart-box #checkout-form .input_wrap label {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    pointer-events: none;
    line-height: normal;
}

.new-payment-cart-box .country-wrap:after {
    content: "";
    width: 14px;
    height: 9px;
    background: url(../images/polygon-icon.png);
    background-repeat: no-repeat;
    top: 45%;
    right: 5%;
    position: absolute;
    display: inline-block;
}

.new-payment-cart-box select[name='expmonth'],
.new-payment-cart-box select[name='expyear'] {
    font-weight: 400 !important
}

.new-payment-cart-box select[name='expmonth'].has-value,
.new-payment-cart-box select[name='expyear'].has-value,
.new-payment-cart-box select[name='expmonth'].no-error,
.new-payment-cart-box select[name='expyear'].no-error {
    font-weight: 600 !important
}

.new-payment-cart-box #form-top-part input:focus,
.new-payment-cart-box .billing-address-body input:focus,
.new-payment-cart-box .payment-section-body input:focus,
.new-payment-cart-box .form-control#inputEmail.no-error:focus {
    border-color: #000 !important
}

.new-payment-cart-box input:-webkit-autofill,
.new-payment-cart-box select:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important
}

.new-payment-cart-box .mob-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #E1E1E1;
    padding: 15px;
    margin-top: 15px;
}

.new-payment-cart-box .mob-pro-info a {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #000000;
}

.new-payment-cart-box .mob-pro-info p {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 0px;
}

.new-payment-cart-box .mob-pro-img,
.new-payment-cart-box .mob-pro-info {
    width: calc(50% - 10px);
}

.new-payment-cart-box .mob-pro-info p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 0px;
}

.new-payment-cart-box #checkout-form #shippingAddressSearch,
.new-payment-cart-box #checkout-form #cardNumber,
.new-payment-cart-box #checkout-form #securityCode,
#billingAddressSearch {
    background-color: transparent !important;
}

@media only screen and (max-width:991px) {
    .new-payment-cart-box .right-t-top h4 {
        margin: 0;
    }

    .new-payment-cart-box form {
        padding-bottom: 0px !important;
    }

    .new-payment-cart-box .main-middle-sec .left .right-top {
        display: block
    }

    .new-payment-cart-box .main-middle-sec .right .right-top {
        display: none
    }

    .new-payment-cart-box #payment1 {
        padding: 30px 0
    }

    .new-payment-cart-box .main-middle-sec .left .right-top {
        display: block;
    }

    .new-payment-cart-box .main-middle-sec .checkout-page-cart-product-title {
        margin-top: 3.2px !important;
        padding-bottom: 0 !important;
    }

    .new-payment-cart-box .right-t-top {
        border: 1px solid #d6d6d6;
        padding: 0px;
        margin-top: 17px;
        text-align: left;
    }

    .new-payment-cart-box #checkout-form h5 {
        font-size: 19px;
    }
    .new-payment-cart-box .main-middle-sec .left .payment-section .right span {
        display: none;
    }
    .new-payment-cart-box .coupon-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .new-payment-cart-box .main-middle-sec .left .payment-section .right {
        padding: 0px !important;
    
    }
    .new-payment-cart-box .main-middle-sec .left .payment-section .expiration-security{
        display: block;
    }
    .new-payment-cart-box #checkout-form .expiration-security .input_wrap {
        width: 100% !important;
    }
    .new-payment-cart-box .billing-address-section {
        margin-top: -22px;
    }
    .new-payment-cart-box #checkout-form .billing-address-section .billing-address-head {
        padding: 20px 20px 10px 20px;
    }
    .new-payment-cart-box .main-middle-sec .left .payment-section .payment-section-head{
        padding: 11px 10px;
    }

}

@media (max-width:768px) {
    .new-payment-cart-box .cart-prod-img {
        width: 180px
    }

    .new-payment-cart-box .ratingAr {
        margin-bottom: 13px
    }

    .new-payment-cart-box .item-img-1 {
        width: 120px;
        padding: 10px
    }

    .new-payment-cart-box .orderNwbtn {
        bottom: 20px;
        right: 20px
    }

    .new-payment-cart-box .floatingbtn {
        background: #FED606;
        border: 1px solid #D9B600;
        border-radius: 35px;
        font-weight: 700;
        padding: 14px 20px;
        transition: all 0.2s linear;
        font-family: Poppins;
        font-size: 24px;
        line-height: 32px;
        color: #000
    }

    .new-payment-cart-box .right-t-top h4 {
        display: block;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

    .new-payment-cart-box .floatingbtn:hover {
        color: #000000 !important
    }

    .new-payment-cart-box .floatingbtn span {
        color: #fff
    }

    .new-payment-cart-box .t-br p {
        text-align: center;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .new-payment-cart-box #checkout-form {
        /* padding: 10px 15px; */
        padding:0
    }

    .new-payment-cart-box #checkout-form .input_wrap label {
        padding:16px 14px ;
    }
    .new-payment-cart-box #checkout-form #shippingAddressSearch,
.new-payment-cart-box #checkout-form #cardNumber,
.new-payment-cart-box #checkout-form #securityCode,
.new-payment-cart-box #billingAddressSearch {
    top: 9px;
}
}

@media screen and (min-width: 320px) and (max-width: 380.5px) {
    .new-payment-cart-box .t-br p {
        font-size: 11px !important;
    }

    .new-payment-cart-box .coupon-box {
        width: 120px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .new-payment-cart-box .coupon-text {
        width: calc(100% - 120px) !important;
    }

    .main-middle-sec .checkout-page-cart-product-section img {
        max-width: 100px !important;
        margin-bottom: 0;
    }

}

#inputAddress::placeholder {
    color: transparent;
}

.new-payment-cart-box .has-tooltip1::before {
    background: #000;
    border-radius: 5px;
    color: #fff;
    content: attr(aria-label);
    display: inline-block;
    font-weight: 400;
    left: 50%;
    margin-top: -9px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0%);
    min-width: 200px;
    max-width: 200px;
    width: auto;
    z-index: 2;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 12px;
    text-align: center;
    line-height: normal;
}

.new-payment-cart-box .has-tooltip1:after {
    border: 10px solid #fff0;
    border-top-color: #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -11px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(0, -100%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    width: 0;
    z-index: 1;
}

.new-payment-cart-box .has-tooltip2 {
    position: relative
}

.new-payment-cart-box .has-tooltip2::before {
    background: #000;
    border-radius: 5px;
    color: #fff;
    content: attr(aria-label);
    display: inline-block;
    font-weight: 400;
    left: 50%;
    margin-top: -9px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0%);
    min-width: 200px;
    max-width: 200px;
    width: auto;
    z-index: 2;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 12px;
    text-align: center;
    line-height: normal;
}

.new-payment-cart-box .has-tooltip2:hover:before,
.new-payment-cart-box .has-tooltip2:focus:before {
    opacity: 1;
    transform: translate(-50%, -100%)
}

.new-payment-cart-box .has-tooltip2:after {
    border: 10px solid #fff0;
    border-top-color: #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -11px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(0, -100%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    width: 0;
    z-index: 1
}



.new-payment-cart-box .has-tooltip2:hover:after,
.new-payment-cart-box .has-tooltip2:focus:after {
    opacity: 1;
    -webkit-transition: all .15s ease-out .1s;
    transition: all .15s ease-out .1s;
    transform: translate(0, 0)
}

#checkout-form input[type='text']:focus+label,
#checkout-form input[type='email']:focus+label,
#checkout-form input[type='tel']:focus+label,
#checkout-form input[type='number']:focus+label,
#checkout-form input[type='text'].form-control.has-value+label,
#checkout-form input[type='email'].form-control.has-value+label,
#checkout-form input[type='tel'].form-control.has-value+label,
#checkout-form input[type='number'].form-control.has-value+label {
    font-size: 13px;
    color: var(--black);
    top: -8px;
    left: 10px;
    background: #fff;
    padding: 0 5px 0 5px;
}

.new-payment-cart-box .has-tooltip2:hover:before,
.new-payment-cart-box .has-tooltip2:focus:before {
    opacity: 1;
    transform: translate(-50%, -100%);
}
.new-payment-cart-box .has-tooltip1:hover:before, .new-payment-cart-box .has-tooltip1:focus:before { opacity: 1; transform: translate(-50%, -100%); }
.new-payment-cart-box .has-tooltip1:hover:after, .new-payment-cart-box .has-tooltip1:focus:after { opacity: 1; -webkit-transition: all .15s ease-out .1s; transition: all .15s ease-out .1s; transform: translate(0, 0); }
.new-payment-cart-box .has-tooltip2:hover:after,
.new-payment-cart-box .has-tooltip2:focus:after {
    opacity: 1;
    -webkit-transition: all .15s ease-out .1s;
    transition: all .15s ease-out .1s;
    transform: translate(0, 0);
}
.new-payment-cart-box div#checkout-form {
    overflow-y: auto;
    height: 100%;
    scrollbar-width: none;
}
.right-pricesbx{
    position: sticky;
    top: 0;
}
@media only screen and (max-width:1200px) {
    .right-pricesbx {
        position: relative;
        top: 0;
    }
}
@media only screen and (max-width:991px) {
    .new-payment-cart-box div#checkout-form {
        height: auto;

    }
    .new-payment-cart-box .has-tooltip1::before {
        top: 55px;
        left: -110px;
    }
    .new-payment-cart-box .has-tooltip1:after {
        top: 17px;
        left: 0;
        transform: rotate(270deg) !important;
    }
    .new-payment-cart-box .has-tooltip2:after {
        top: 14px;
        left: 0;
        transform: rotate(270deg) !important;
    }
    .new-payment-cart-box .has-tooltip2::before {
        top: 75px;
        left: -110px;
    }
    .new-payment-cart-box #checkout-form .billing-address-section .form-check input[type="checkbox"] {
        margin-top: 10px;
    }
}
.new-payment-cart-box #country-select, .new-payment-cart-box #billing_country, .new-payment-cart-box .country-wrap [name="shippingState"], .new-payment-cart-box .country-wrap [name="billingState"] {
    background: none !important;
    border-color: rgb(92, 150, 87) !important;
}
select#billing_country{
    appearance: none;
}
select#billingState {
    appearance: none;
}
#inputAddress::placeholder {
    color: transparent;
}