.checkout-section {
    padding: 0px 0px;
}

.checkout-section .container {
    overflow: visible !important;
}

.checkout-form {
    padding: 60px 10px;
    width: 50%;
}

.checkout-summary {
    width: 50%;
    padding: 60px 0px;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.checkout-row {
    display: flex;
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.chinp-fdchh {
    max-width: 540px;
}

.chinp-fdchh input,
.chinp-fdchh select {
    background-color: white;
    border-radius: 0.5rem;
    border: rgb(229 231 235 / 1) solid 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
    font-family: "Inter";
    padding-left: 1rem;
    padding-right: 1rem;
    appearance: none;
    width: -webkit-fill-available;
    margin: 5px 0px;
}

.mt-30 {
    margin-top: 30px;
}

.fd-input-group {
    display: flex;
}

.group-three .input {
    width: 30%;
}

.group-two .input {
    width: 49%;
}

.fd-input-group .input {
    margin-right: 10px;
}

.fd-input-group .input:nth-last-child(1) {
    margin-right: 0px !important;
}

.chhead-1 h1 {
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    font-size: 1.2rem;
    line-height: 20px;
}

.fd-selects-mult label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 0.5rem;
    border: rgb(229 231 235 / 1) solid 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    appearance: none;
    width: -webkit-fill-available;
    margin: 5px 0px;
}

.fd-selects-mult label input[type="radio"] {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    margin: 0px;
    padding: 0;
    border: #fff solid 2px;
}

.fd-selects-mult label input[type="radio"]:checked {
    background-color: var(--primary-color);
    border: #fff solid 2px;
}

.chfsubm-btn {
    width: -webkit-fill-available;
    max-width: 540px;
    margin: 15px 0px 0px 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-radius: 0.5rem;
    font-size: 0.975rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-align: -webkit-center;
    background-color: #000;
    border: #000 solid 1px;
    color: white;
    font-family: "Inter";
}

.chfsubm-btn:hover {
    border: #000 solid 1px;
    color: #000;
    background-color: #fff;
}

/* Data Card */
.cart-slipbox {
    background: white;
    margin-bottom: 12px;
    padding: 0px 10px;
    border-radius: 0.5rem;
}

.cart-slipbox ul {
    list-style: none;
    padding-left: 0;
    border-bottom: rgb(212 213 217) solid 1px;
    padding-bottom: 0px !important;
}

.cart-slipbox ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: #00000038 dashed;
    border-width: thin;
    color: #00000070;
}

.prd-fli {
    font-size: 14px;
}

.orprice-li-f {
    font-size: 13px;
}

.text-black {
    color: black !important;
    font-weight: 500;
}

.prdname-prdfli {
    width: 180px;
    display: flex;
    align-items: center;
    font-size: 13px;
    overflow: hidden;
}

.cart-slipbox ul li:nth-last-child(1) {
    border-bottom: none;
}

.fdcsl-list-small li {
    padding: 8px 0px !important;
    border-color: #0000000f !important;
}

.prdquan-fli {
    color: #000;
    font-size: 13px;
}

@media screen and (max-width: 800px) {
    .checkout-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .checkout-form,
    .checkout-summary {
        width: -webkit-fill-available;
        padding: 60px 5px 20px 5px;
    }
}

.prd-iimgeko {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 8px;
    background-color: aliceblue;
    overflow: hidden;
}

.prd-iimgeko img,
.prd-iimgeko video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.form-error {
    color: red;
    font-size: 15px;
    margin-top: 15px;
    width: -webkit-fill-available;
    font-family: "Inter";
}

/* Success UI */
.order-confirm-node {
    max-width: 360px;
    width: -webkit-fill-available;
    background-color: #ededed;
    border-radius: 12px;
    margin: 60px auto;
    padding-bottom: 20px;
}

.occ-anim {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin: -35px auto 0px auto;
    background-color: #73AF55;
}

.occ-anim svg {
    height: 100%;
    width: 100%;
}

.ocn-hdikp {
    text-align: center;
    text-align: -webkit-center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.ccnpara-hdkop {
    font-size: 14px;
    margin: 5px 0px;
    text-align: center;
    text-align: -webkit-center;
}

.w4rAnimated_checkmark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.w4rAnimated_checkmark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.w4rAnimated_checkmark .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.w4rAnimated_checkmark .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

.w4rAnimated_checkmark .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.ccnflex-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.ccnflex-ctas a {
    padding: 14px 0px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    border-radius: 8px;
    width: 50%;
    text-align: center;
    border: #00000021 solid 1px;
    text-align: -webkit-center;
    margin: 0px 5px;
}

.ccnflex-ctas a:hover {
    background-color: #fff;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

label:has(input:checked) {
    border-color: #000;
}

.paybox-embeded {
    background-color: #f7f8f4;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0.5rem;
    margin: auto;
}

.peminput-group input,
.peminput-group select {
    width: 30%;
}

.peminput-group select.emonth {
    margin-left: auto;
    margin-right: 10px;
}

.peminput-group select.eyear,
.peminput-group select.emonth {
    width: 71px;
    text-align: center;
    text-align: -webkit-center;
}

.payment-wrapper {
    background-color: #0000005e;
    height: 100%;
    width: -webkit-fill-available;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-wrapper .container {
    position: relative;
    max-width: 400px;
    padding: 0 !important;
    overflow: visible !important;
}

#payment-container {
    display: none;
}

#payment-container.show {
    height: auto;
    width: -webkit-fill-available;
    display: flex !important;
    min-height: 270px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.discount-input {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
}

.discount-input button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.84rem;
    padding-bottom: 0.84rem;
    border-radius: 0.5rem;
    font-size: 0.90rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: -webkit-center;
    background-color: #000;
    border: none !important;
    color: white;
    font-family: "Inter";
    flex-shrink: 0;
    margin-left: 10px;
}

.discount-input input {
    width: calc(100% - 90px);
    background-color: white;
    border-radius: 0.5rem;
    border: rgb(229 231 235 / 1) solid 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
    font-family: "Inter";
    padding-left: 1rem;
    padding-right: 1rem;
    appearance: none;
    margin: 5px 0px;
}

.dfli-prd {
    flex-direction: column;
    flex-wrap: wrap;
}

.dfli-prd .form-error {
    margin: 0 !important;
}