/* 12-6-2025 */
.woocommerce {
    border: 1px solid #ffffff7a;
    border-radius: 6px;
    padding: 15px;
}

.woocommerce .woocommerce-cart-form .shop_table>thead {
    border-bottom: 1px solid #fff !important;
}

.purchaseWrap .modal-dialog .modal-content {
    background-color: #14162A;
    border: 1px solid;
    border-image-source: linear-gradient(286.35deg, #636686 -3.3%, #424669 110.45%);
    border-radius: 28px;
}

.woocommerce-cart .welComeBanner.singlePageCont {
    width: 100%;
    max-width: 100% !IMPORTANT;
}

.woocommerce-cart .welComeBanner.singlePageCont article {
    width: 100%;
}

.woocommerce .shop_table tbody .cart_item {
    border-bottom: 2px solid #fff;
}

.woocommerce .shop_table tbody .cart_item .product-remove>a {
    font-size: 35px;
    font-weight: 500;
}

.woocommerce .shop_table tbody .cart_item .product-thumbnail>img {
    width: 100%;
    max-width: 60px;
    object-fit: cover;
    object-position: center;
}

.woocommerce .shop_table tbody .cart_item td {
    font-size: clamp(13px, 4vw, 16px);
    font-weight: 500;
    line-height: 1.1;
}

.woocommerce .shop_table tbody .cart_item td .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .shop_table tbody .cart_item td .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1;
    display: inline-block;
}

.woocommerce .shop_table tbody tr .actions {
    padding: 14px 0px;
}

.woocommerce .shop_table tbody tr .actions .coupon {
    display: flex;
    grid-gap: 4px 10px;
    flex-wrap: wrap;
}

.woocommerce .shop_table tbody tr .actions .coupon input {
    width: 100% !important;
    max-width: fit-content;
    border: 1px solid #f69d34 !important;
    background: transparent;
    border-radius: 4px;
    padding: 12px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce .shop_table tbody tr .actions .coupon input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff92;
}

.woocommerce .shop_table tbody tr .actions .coupon .button {
    border: 1px solid #f69d34;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 22px;
    font-weight: 500;
}

.woocommerce .shop_table tbody tr .actions .button:not([disabled]) {
    border: 1px solid #f69d34;
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 100%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 30px;
    text-transform: capitalize;
    transition: 0.4s ease-in-out;
    border-radius: 4px;
}

.woocommerce .shop_table tbody tr .actions .button:not([disabled]):hover {
    background: transparent;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals>h2 {
    font-size: clamp(16px, 4vw, 22px);
    padding-left: 10px;
    margin-block-end: 10px;
    font-weight: 600;
    line-height: 1.1;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button.button.alt.wc-forward {
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 100%);
    border-radius: 3px;
    border: 1px solid #FDBA38;
    transition: 0.6s ease-in-out;
    max-width: fit-content;
    margin-left: auto;
    font-size: 19px;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button.button.alt.wc-forward:hover {
    background: transparent;
}

.woocommerce table.shop_table td bdi {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

@media(max-width: 767px) {
    .woocommerce .shop_table tbody tr .actions .button:not([disabled]) {
        width: 100%;
    }

    .woocommerce .shop_table tbody tr .actions .coupon {
        grid-gap: 10px 0;
    }

    .woocommerce .shop_table tbody tr .actions .coupon input {
        max-width: 100%;
    }
}

/* 13/6/2026 Checkout page */
.woocommerce-page .welComeBanner.singlePageCont {
    max-width: 100%;
}

.woocommerce-page .wp-block-woocommerce-checkout {
    align-items: flex-start;
}

.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout {
    align-items: flex-start;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-components-main {
    border: 1px solid #ffffff3d;
    border-radius: 6px;
    padding: 20px 15px;
    background-color: var(--prBgColor);
    width: 100%;
}

.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block {
    width: 100%;
    border: 1px solid #ffffff3d;
    background-color: var(--prBgColor);
    border-radius: 6px;
    margin: 0;
    padding: 20px 15px;
}

.woocommerce-page .wc-block-components-title {
    font-size: clamp(17px, 4vw, 20px) !important;
    font-weight: 400;
    line-height: 1.3;
}

.woocommerce-page .wc-block-checkout__contact-fields {
    margin-bottom: clamp(30px, 5vw, 48px);
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.woocommerce-page .wc-block-checkout input {
    border: 1px solid #ffffff2b !important;
    background-color: transparent !important;
    color: #fff !important;
    line-height: 1.1 !IMPORTANT;
    margin: 0 !important;
    padding: 0 15px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 400;
    padding-top: 10px !important;
}

.woocommerce-page .wc-block-checkout input:focus,
.woocommerce-page .wc-block-checkout select:focus {
    outline: none;
}

.woocommerce-page .wc-block-checkout input::placeholder {
    color: #fff !IMPORTANT;
    font-size: 15px;
    font-weight: 400;
}

.woocommerce-page .wc-block-checkout input label {
    color: #fff !important;
}

.woocommerce-page .wc-block-checkout .wc-block-components-text-input label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 2px;
    margin: 0;
}

.woocommerce-page .wc-block-checkout .wc-blocks-components-select {
    background-color: transparent;
}

.woocommerce-page .wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: transparent;
    border: 1px solid #ffffff42;
}

.woocommerce-page .wc-block-checkout .wc-blocks-components-select label {
    color: #fff;
}

.woocommerce-page .wc-block-checkout .wc-blocks-components-select select {
    color: #fff;
}

.woocommerce-page .wc-block-checkout .wc-blocks-components-select select option {
    color: #000;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__container {
    margin: 0;
    padding: 0;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content {
    padding: 0;
}

.wc-block-checkout__payment-method .wc-block-checkout__no-payment-methods-notice.wc-block-components-notice-banner.is-error {
    border: 1px solid #f69d34;
    background-color: transparent;
    color: #ff0000;
}

.wc-block-checkout__add-note label {
    grid-gap: 10px;
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-terms-block {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    border: 1px solid var(--scBgColor);
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 100%);
    width: fit-content;
    padding: 9px 23px 9px 28px;
    border-radius: 22px;
    transition: all 0.5s ease-in-out;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
    background: transparent;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row button {
    border: 1px solid var(--scBgColor);
    width: fit-content !important;
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 100%);
    color: #fff;
    border-radius: 22px;
    padding: 9px 23px 9px 28px !important;
    height: fit-content !important;
    transition: all 0.5s ease-in-out;
    min-height: auto !important;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row button:hover {
    background: transparent;
}

.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel {
    border: 1px solid #ffffff2b;
    padding: 12px 15px;
    border-radius: 6px;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-bottom: 1px solid #ffffff52;
}

.wc-block-components-totals-item .wc-block-components-totals-item__label {
    font-size: clamp(18px, 4vw, 20px) !important;
    line-height: 1.3;
}

.wc-block-components-totals-item .wc-block-components-totals-footer-item-tax-value {
    font-size: 16px;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    font-size: 16px;
    line-height: 1.2;
}

.purchaseVideoWrap {
    height: 100%;
    overflow: unset;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    min-height: 100vh;
    transform: translate(-50%, -50%) !important;
}

.purchaseVideoWrap .modal-dialog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    max-width: 600px;
}

.purchaseVideoWrap .modal-dialog .modal-content {
    background-color: #14162A;
    border-image-source: linear-gradient(286.35deg, #636686 -3.3%, #424669 110.45%);
    display: block;
    border-radius: 28px;
    margin: 0 15px;
}

.purchaseVideoWrap .modal-dialog .modal-header {
    width: 100%;
    max-width: fit-content;
    margin: clamp(22px, 4vw, 42px) auto 0;
    padding: 0;
    border-style: none;
    flex-direction: column;
}

/* .purchaseVideoWrap .modal-dialog .modal-header .modal-title {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #20223E;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.purchaseVideoWrap .modal-dialog .modal-header .modal-title img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.purchaseVideoWrap .modal-dialog .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 2px;
    border: 1px solid;
    border-image-source: linear-gradient(286.35deg, #636686 -3.3%, #424669 110.45%);
    background-color: #20223E;
    width: clamp(22px, 5vw, 35px);
    height: clamp(22px, 5vw, 35px);
    display: flex;
    align-items: center;
    background-image: url('../images/close-pop-up.svg') !important;
    background-repeat: no-repeat;
    background-size: clamp(10px, 5vw, 18px);
    background-position: center;
    justify-content: center;
    border-radius: 100%;
    opacity: 1;
}

.purchaseVideoWrap .modal-dialog .modal-body {
    text-align: center;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 600;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: clamp(17px, 5vw, 30px);
}

.purchaseVideoWrap .modal-dialog .modal-footer {
    border-style: none;
    margin: 0;
    padding: 0;
}

.purchaseVideoWrap .modal-dialog button {
    margin: 0 auto clamp(22px, 4vw, 42px);
    background: linear-gradient(180deg, #FDBA38 7.5%, #F79821 83.33%);
    border-style: none;
    border-radius: 30px;
    padding: 13px 46px;
    font-size: clamp(16px, 4vw, 18px);
    border: 1px solid #FDBA38;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.purchaseVideoWrap .modal-dialog button:hover {
    background: transparent;
}

@media(max-width: 991px) {
    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout {
        grid-template-columns: 1fr;
    }

    .purchaseVideoWrap .modal-dialog .modal-header .modal-title img {
        max-width: 75px;
        height: 75px;
    }
}

@media(max-width: 575px) {
    .purchaseVideoWrap .modal-dialog .modal-header .modal-title img {
        max-width: 50px;
        height: 50px;
    }
}

@media(max-width: 350px) {
    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block {
        width: calc(100% - 10px);
    }

    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-components-main {
        width: calc(100% - 10px);
    }
}

.woocommerce-thankyou-order-received {
    margin-bottom: 15px;
}

/* 27/6/2025 Bug Fix */
.wc-block-components-express-payment__event-buttons .paypal-buttons {
    z-index: 1;
}

.woocommerce .return-to-shop {
    display: none;
}

.woocommerce-checkout .wc-block-components-checkbox label .wc-block-components-checkbox__mark {
    fill: #fff;
    top: 1px;
    left: 6px;
}

.wc-block-components-button:disabled {
    background-color: #ffffff94;
    color: #fff;
}

.wc-block-components-button:enabled {
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 100%);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff !important;
}

@media(max-width: 767px) {
    .woocommerce .shop_table tbody .cart_item .product-thumbnail::before {
        content: '';
        display: none;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
        margin-right: auto;
        width: fit-content;
    }
}

.coupon .coupon-error-notice {
    padding: 0;
    margin: 1px !important;
    font-weight: 400;
    font-size: 14px !important;
}