/* Styles for the Gift Page */
.gift-container {
    /*background: url(https://timeleft.com/gift/wp-content/uploads/sites/28/2024/12/background-gift.png) no-repeat center;*/
    color: #fff;
    background-position: bottom center;
    background-size: cover;
    padding: 80px 16px;
}
.wrap-header-gift {
    max-width: 472px;
    margin: 0 auto;
}

.wrap-header-gift .gift-header {
    text-align: center;
}

.gift-header h1 {
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.gift-header h1 span {
    color: #FFF;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-style: italic;
    display: block;
}

.wrap-header-gift .gift-header p {
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wrap-header-gift .location {
    margin-top: 30px;
    margin-bottom: 30px;
}
.gift-container h3 {
    color: #000;
    font-family: Fixel;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 12px;
}

.gift-container p {
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wrap-header-gift .line {
    width: 100%;
    height: 1px;
    background: #000000;
}

.gift-container .quantity-wrap {
    margin: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-content-gift {
    padding-top: 32px;
    padding-bottom: 80px;
}

.wrap-content-gift {
    padding: 32px 16px 30px 16px;
    max-width: 632px;
    margin: 0 auto;
}
.wrap-content-gift .wrap-price .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-content-gift .wrap-price .total h3 {
    color: #000;
    font-family: Fixel;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.wrap-content-gift .wrap-price .total .price {
    color: #000;
    font-family: Fixel;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrap-content-gift .wrap-price a {
    display: flex;
    width: 220px;
    height: 56px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #EB5D40;
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
}

.wrap-content-gift .content p {
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wrap-content-gift .content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Container for the quantity input */
.quantity {
    display: flex;
    align-items: center;
    background-color: #FFF5E4; /* Light background similar to the design */
    border: 1px solid #000; /* Border */
    border-radius: 5px;
    width: 160px; /* Fixed width */
    overflow: hidden;
}

/* Buttons (Increase/Decrease) */
.quantity-btn {
    width: 48px;
    height: 48px;
    background-color: #FFF5E4; /* Same as input background */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #555; /* Button color */
    cursor: pointer;
    outline: none;
}

.quantity-btn:hover {
    background-color: transparent;
    color: #000000;
}

/* Input Field */
.quantity-input {
    flex: 1;
    height: 48px;
    text-align: center;
    font-size: 26px;
    border: none;
    outline: none;
    background-color: #FFF5E4; /* Same background */
    color: #000;
}

/* Disable input selection to prevent manual editing */
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-input:focus {
    outline: none;
}

input.quantity-input {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.wrap-content-gift .btn-confirm a {
    width: 100%;
    margin-top: 20px;
}

div#on-of-package-entry {
    border-radius: 20px;
    border: 1px solid #000;
    background: #FDF5EA;
    padding: 32px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 10px;
}

div#on-of-package-entry .title h3 {
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

button.lity-close {
    display: none;
}

#on-of-package-entry button.lityclose svg {
    pointer-events: none;
    overflow: hidden;
}

#on-of-package-entry button.lityclose {
    /*display: flex;*/
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    outline: none;
}

form#buy-on-package-form {
    padding: 0 20px;
}

#buy-on-package-form .content p {
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#buy-on-package-form .content h3 {
    color: #EB5D40;
    text-align: center;
    font-family: Modak;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

button#subscribe-button-one {
    display: flex;
    width: 300px;
    height: 56px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #EB5D40;
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
}

form#buy-on-package-form .item_details .item_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.form-actions.cr_card .tc {
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

form#buy-on-package-form input#emai_user {
    border: 1px solid #000;
    background: #FDF5EA;
    width: 100%;
    height: 48px;
    margin-top: 10px;
}

div#card-element-one {
    border-radius: 8px;
    border: 1px solid #EB5D40;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 19.5px 20px;
    margin: 20px 0;
}

form#buy-on-package-form .group {
    margin-bottom: 15px;
}

button#subscribe-button-one.loading {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
    overflow: hidden;
}

button#subscribe-button-one.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    animation: loadingAnimation 1s infinite;
}

@keyframes loadingAnimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

div#subscription-message-one {
    text-align: center;
    color: green;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-t-y h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-t-y p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-t-y p.qt {
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-t-y p.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-t-y input[type="email"] {
    background: transparent;
}

.form-t-y button {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #EB5D40;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    div#on-of-package-entry {
        padding-top: 40px;
    }

    #buy-on-package-form .content h3 {
        font-size: 50px;
    }
}