.content-product-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mad-product-item .mad-product-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    font-family: "Poppins" !important;
}

.quantity-wrapper {
    display: flex;
    justify-content: center;
}

.remove-wrapper {
    display: flex;
    justify-content: center;
}

.quantity-product {
    display: flex;
    justify-content: space-between;
    width: 128px;
}

.quantity-product span {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.change-quantity {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    gap: 10px;

    width: 36px;
    height: 36px;

    border: 2px solid #918f90;
    border-radius: 10px;
}

.product-descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mad-product-desc {
    display: flex;
    height: 145px;
    gap: 40px;
}

.mad-product-desc img {
    width: 191px;
    height: 145px;
    border-radius: 10px;
}

.price-and-promote {
    margin: 100px 0px;
}

.apply-code {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 80px;
    gap: 10px;
    width: 100%;
    height: 50px;
    background: #eba9a1;
    border-radius: 8px;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.promode-container {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.promode-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.promode-wrapper input {
    width: 75%;
    height: 63px;
}

.promode-wrapper a {
    width: 21%;
    height: 48px;
}

.summary-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 54px;
    border-bottom: 1px solid #625f61;
    margin-bottom: 24px;
}

.summary-wrapper span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.total-price-wrapper .total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.total-price-wrapper .total span {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.total-price-wrapper .earns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.total-price-wrapper .earns span {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #eba9a1;
}

.total-price-wrapper .note {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
}

.total-price-wrapper .note span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.note-cart {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0px 16px;
}

.note-cart span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .promode-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .promode-wrapper input {
        width: 100%;
    }

    .promode-wrapper a {
        width: 100%;
    }
}

input {
    height: 3rem !important;
}

/*cart drawer*/
.modal {
    /*From Right/Left */
}

.modal.drawer {
    display: flex !important;
    pointer-events: none;
}

.modal.drawer * {
    pointer-events: none;
}

.modal.drawer .modal-dialog {
    margin: 0px;
    display: flex;
    flex: auto;
    transform: translate(25%, 0);
}

.modal.drawer .modal-dialog .modal-content {
    border: none;
    border-radius: 0px;
}

.modal.drawer .modal-dialog .modal-content .modal-body {
    overflow: auto;
}

.modal.drawer.show {
    pointer-events: auto;
}

.modal.drawer.show * {
    pointer-events: auto;
}

.modal.drawer.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.drawer.right-align {
    flex-direction: row-reverse;
}

.modal.drawer.left-align:not(.show) .modal-dialog {
    transform: translate(-25%, 0);
}

.alert-login {
    background-color: rgba(0, 0, 0, 0.4);
}

.alert-login .modal-content {
    background-color: black;
    padding: 20px;
    border-radius: 9px;
}

.alert-login .modal-body {
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.alert-login .modal-footer {
    border-top: none;
    padding: 0;
    flex-direction: column;
    gap: 4px;
}

.alert-login .modal-footer button {
    font-family: "Poppins", sans-serif;
    width: 100%;
}

.alert-login .modal-footer a {
    color: var(--primary_pink) !important;
    text-decoration: underline;
    line-height: 50px;
}
.alert-login .modal-footer a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/*payment css*/
#paymentDrawerModal .modal-content {
    background: var(--secondary_gray) !important;
}

.paygreen-title {
    font-size: 30px;
    color: var(--while);
    border-bottom: solid 1px;
}

.paygreen-methods-container {
    display: flex;
}

.pg-payment-method {
    box-shadow: unset !important;
    background: white;
    border-radius: 10px !important;
    padding: 0.5rem 1rem !important;
}

.secured-label {
    text-align: center;
    font-weight: 400 !important;
    color: #666 !important;
    font-size: 12px;
}

.secured-label strong {
    color: var(--primary_pink) !important;
    font-weight: 800;
    font-size: 13px;
}

.pay-form {
    display: flex;
    color: white !important;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.pay-form > div {
    margin-top: 1rem;
}

.pay-form label {
    color: white !important;
    font-weight: 600;
}

.pay-form > .button {
    padding: 1rem 1rem;
    align-self: center;
    margin-top: 3rem;
    background: var(--primary_pink);
    border-radius: 10px;
}

.paygreen-pan-frame,
.paygreen-cvv-frame,
.paygreen-exp-frame {
    background-color: rgb(243, 243, 243);
    padding: 0 1rem;
    border: none !important;
}

.paygreen-pan-frame:hover,
.paygreen-cvv-frame:hover,
.paygreen-exp-frame:hover {
    border-bottom: #002b5b solid 1px !important;
}

.paygreen-cvv-container > svg {
    position: absolute;
    right: 0.5rem;
    top: 45%;
    width: 1rem;
    cursor: pointer;
}

.line {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.line > div {
    max-width: 48%;
}

.icon-sentence {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.frame--activated {
    border-radius: 10px !important;
}

.input-container {
    height: 48px !important;
}

.frame--activated iframe {
    height: 46px !important;
}

.pg-payment-method,
#payButton {
    width: 140px;
    color: var(--secondary_gray);
    background: var(--primary_pink) !important;
    border: solid 1px var(--primary_pink) !important;
}

.pg-payment-method:hover,
#payButton:hover {
    color: var(--primary_pink) !important;
    background: var(--secondary_gray) !important;
    border: solid 1px var(--primary_pink) !important;
}

.btn-checkout-cart {
    cursor: pointer;
}
.opacity-25 {
    opacity: 0.3;
}
.btn-checkout-cart:hover {
    cursor: pointer;
    color: var(--primary_pink) !important;
    background: var(--secondary_gray) !important;
    border: solid 1px var(--primary_pink) !important;
}

#paygreen-container {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.mad-products .mad-product-image {
    margin: unset !important;
}

.mad-product-description .mad-product-title {
    margin-bottom: 0.5rem !important;
}

.mad-product-description p {
    font-size: 16px;
    display: contents;
}
.column-gap-30 {
    column-gap: 30px;
}
input[type="radio"] + label[for]::before,
input[type="radio"] + label[for]::after {
    border-radius: 50%;
    border: 0.125rem solid white !important;
}

.payment.payment-2 {
    background-color: #fff;
    padding: 44px 13px;
    border-radius: 15px;
}

.payment.payment-2 * {
    font-family: Source Code Pro, Consolas, Menlo, monospace;
    font-size: 16px;
    font-weight: 500;
}

.payment.payment-2 .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 10px;
}

.payment.payment-2 .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 10px;
}

.payment.payment-2 .field.half-width {
    width: 50%;
}

.payment.payment-2 .field.quarter-width {
    width: calc(25% - 10px);
}

.payment.payment-2 .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment.payment-2 label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    color: #cfd7df;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 0 50%;
    cursor: text;
    pointer-events: none;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment.payment-2 .input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: #32325d;
    background-color: transparent;
}

.payment.payment-2 .input::-webkit-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment.payment-2 .input::-moz-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment.payment-2 .input:-ms-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment.payment-2 .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
}

.payment.payment-2 .input.focused,
.payment.payment-2 .input:not(.empty) {
    opacity: 1;
}

.payment.payment-2 .input.focused::-webkit-input-placeholder,
.payment.payment-2 .input:not(.empty)::-webkit-input-placeholder {
    color: #cfd7df;
}

.payment.payment-2 .input.focused::-moz-placeholder,
.payment.payment-2 .input:not(.empty)::-moz-placeholder {
    color: #cfd7df;
}

.payment.payment-2 .input.focused:-ms-input-placeholder,
.payment.payment-2 .input:not(.empty):-ms-input-placeholder {
    color: #cfd7df;
}

.payment.payment-2 .input.focused + label,
.payment.payment-2 .input:not(.empty) + label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
}

.payment.payment-2 .input.focused + label {
    color: #eba9a1;
}

.payment.payment-2 .input.invalid + label {
    color: #ffa27b;
}

.payment.payment-2 .input.focused + label + .baseline {
    background-color: #24b47e;
}

.payment.payment-2 .input.focused.invalid + label + .baseline {
    background-color: #e25950;
}

.payment.payment-2 input,
.payment.payment-2 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.payment.payment-2 input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.payment.payment-2 .StripeElement--webkit-autofill {
    background: transparent !important;
}

.payment.payment-2 input,
.payment.payment-2 button {
    -webkit-animation: 1ms void-animation-out;
}

.payment.payment-2 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    background-color: #eba9a1;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.payment.payment-2 .error svg {
    margin-top: 0 !important;
}

.payment.payment-2 .error svg .base {
    fill: #e25950;
}

.payment.payment-2 .error svg .glyph {
    fill: #fff;
}

.payment.payment-2 .error .message {
    color: #e25950;
}

.payment.payment-2 .success .icon .border {
    stroke: #24b47e;
}

.payment.payment-2 .success .icon .checkmark {
    stroke: #eba9a1;
}

.payment.payment-2 .success .title {
    color: #32325d;
    font-size: 16px !important;
}

.payment.payment-2 .success .message {
    color: #8898aa;
    font-size: 13px !important;
}

.payment.payment-2 .success .reset path {
    fill: #24b47e;
}
.pl-10 {
    padding-left: 10px;
}
.apply-promo-code {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    max-width: 137px;
    height: 50px;
    background: #eba9a1;
    border-radius: 8px;
}
.mad-selected-option {
    padding: 0.3rem 1.25rem 0.3rem 45px !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    color: black !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 2px solid #f2e4df !important;
    border-radius: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 3rem !important;
}
.form-select-date {
    padding: 0.3rem 1.25rem 0.3rem 45px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    width: 100%;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #f2e4df;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 3rem !important;
}
.icon-date-cart {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #eba9a1;
    z-index: 10;
}
.mad-selected-option::after,
.mad-selected-option::before {
    color: #eba9a1 !important;
}
.mad-options-list {
    max-height: 300px;
    overflow: auto;
}
.errorHoliday {
    color: red !important;
}
