:root {
    --bs-primary: #3B75F7;
    --bs-secondary: #4579e9;
    --bs-grey: #EBEEF3;
    /* Replace with your desired primary color */
}
.site-header {
    display: none;
}

.woocommerce-billing-fields > h3 {
    display: none !important;
}
.woocommerce-info {
    display: none !important;
}
.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
    background-color: var(--bs-secondary) !important;
    color: #FFF !important;
    /* Adjust hover color */
    border-color: var(--bs-secondary) !important;
}

.dark-mode #place_order {
    background-color: #6b77f1 !important;
}

.dark-mode .number-btn {
    background-color: #6b77f1 !important;
}

.dark-mode {
    background-color: #202028;
    color: #A8A8A8;
}

.dark-mode .full {
    height: 100vh;
}
.dark-mode .accordion-button {
    background-color: #2a2a36;
}

.dark-mode .accordion-item{
    background-color: #2a2a36;
    color: #fff !important;
    border: none;
}

.dark-mode #collapseOne {
    background-color: #2a2a36;
}

.dark-mode .accordion-header-text {
    color: #fff;
}
.dark-mode .accordion-collapse {
    background-color: #2a2a36;
    color: #fff !important;
    border: none;
}

.accordion-btn {
    box-shadow: none;
}
.dark-mode .accordion-btn {
    background-color: #2a2a36;
    color: #fff !important;
    border: none;
    box-shadow: none;

}

.dark-mode .card {
    background-color: #2a2a36;
}

.dark-mode input:focus {
    background-color: #2a2a36 !important;
    color: #A8A8A8;
}

.dark-mode.btn:active {
    background-color: #2a2a36 !important;
}
.dark-mode input {
    background-color: #2a2a36;
    color: #A8A8A8;
}

.dark-mode input:checked {
    background-color: #2a2a36;
    color: #A8A8A8;
}

.dark-mode select {
    background-color: #2a2a36;
    color: #A8A8A8;
}

.dark-mode .woocommerce-Price-amount {
    color: #fff;
}

.dark-mode .woocommerce-Price-currencySymbol {
    color: #fff;
}

.dark-mode .summary {
    color: #fff;
}

.dark-mode .fw-bold {
    color: #fff;
}

.dark-mode .heading-subtext {
    color: #A8A8A8;
}
body {
    background-image: url('./background-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
}


.card {
    border: none;
    border-radius: 12px;
}

.card-body {
    padding: 20px;
}

.btn {
    border-radius: 30px;
    margin-top: 6px;
    background-color: transparent;
    color: #6F6F6F;
    font-weight: 600;
    border: none;
    font-size: 15px;
}

.heading-subtext {
    color: #6F6F6F;
}

.btn:hover {
    background-color: var(--bs-grey);
    color: #202020;
    font-weight: 600;
}

.dark-mode .btn:hover {
    background-color: #3f3e4e;
    color: #202020;
    font-weight: 600;
}

.btn:active {
    background-color: var(--bs-grey);
    color: #202020;
    font-weight: 600;
}

.dark-mode .action-btn .active {
    background-color: #3f3e4e !important;
    color: #202020;
    font-weight: 600;
}

.logo-hide {
    display: none;
}

.logo-show {
    display: inline;
}

.btn.active {
    background-color: var(--bs-grey);
    color: #202020;
    font-weight: 600;
    border: none;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-label {
    margin-bottom: 0px;
    color: #202020;
    font-weight: 600;
}

.accordion-header {
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 12px;
}

.accordion-button {
    color: #000;
    background-color: #FFF;
    border: 1px solid #fff;
    border: none;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.dark-mode .accordion-button:not(.collapsed) {
    background-color: #2a2a36;
}

.dark-mode .form-label {
    color: #fff;
}

.totals-card {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    font-size: 15px;
    padding: 6px 20px;
    background-color: #3B75F7;
    border-color: #3B75F7;
    color: #FFF;
}

.accordion-item {
    border-radius: 20px !important;
    overflow: hidden;
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 600;
}

.number-btn {
    padding-top: 7px;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background: var(--bs-primary);
}

.accordion-button::after {
    font-size: 6px;
}

.primary-input {
    border: 1px solid #DEDEDE;
    padding: 8px 14px;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
}

.primary-input:hover {
    border: 1px solid var(--bs-primary);
}

.primary-input:focus {
    border: 1px solid var(--bs-primary);
}

.addon-label {
    min-width: 200px;
    font-size: 15px;
    cursor: pointer;
}

.form-check-label {
    display: flex;
    gap: 20px;
}

.button-disabled {
    background: #D6E3FF !important;
    cursor: not-allowed !important;
}

.button-disabled:hover {
    background: #D6E3FF !important;
    cursor: not-allowed !important;
}

li span:first-child {
    font-size: 18px;
    color: #6F6F6F;
    font-weight: 600;
}

li span:last-child {
    font-size: 18px;
    color: #202020;
    font-weight: 900;
}

hr {
    color: #7b7f86;
}
.entry-header {
    display: none;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 28px !important;
}

.woocommerce-checkout-payment {
    background-color: transparent!important;
}

.post-edit-link {
    display: none;
}

#adding-to-cart {
    position: relative; /* Ensures overlay and spinner are positioned relative to this container */
    overflow: hidden; /* Prevents elements from escaping the container */
}

.blockOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.blockMsg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.woocommerce-order-processing {
    width: 40px;
    height: 40px;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) no-repeat center center; /* Use the default spinner */
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.widget-area{
    display: none;
}
.wp_google_login {
    border-radius: 30px;
    margin-top: 6px;
    background-color: transparent;
    color: #6F6F6F;
    font-weight: 600;
    border: none;
    font-size: 15px;
}

.wp_google_login__button {
    border-radius: 30px !important;
    margin-top: 6px;
    background-color: transparent;
    color: #6F6F6F;
    font-weight: 600;
    font-size: 15px;
    border: solid #ccced0;
    border-width: 1px 1px 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 25px;
    outline: 0;
    overflow: hidden;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    width: fit-content;
}

.woocommerce-Price-amount.amount {
    font-weight: bold;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.optional {
    display: none;
}

.thankyou-receipt-container {
    max-width: 600px;
    margin: 2rem auto;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.thankyou-header {
    background: linear-gradient(90deg, #ff5722, #7e57c2);
    color: white;
    text-align: center;
    padding: 1rem;
}

.thankyou-header h1 {
    font-size: 1.5rem;
    margin: 0;
}

.thankyou-content {
    padding: 1.5rem;
}

.thankyou-content h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.thankyou-order-details, .billing-address {
    margin-bottom: 1.5rem;
}

.thankyou-details {
    border-top: 1px solid #dee2e6;
    border-image: repeating-linear-gradient(
        to right,
        #dee2e6 0,
        #dee2e6 10px,
        transparent 10px,
        transparent 20px
    ) 30;
    padding-top: 1rem;
}

.thankyou-details .row + .row {
    margin-top: 0.5rem;
}

.thankyou-footer {
    text-align: center;
    padding: 1rem;
    font-size: 0.875rem;
    color: #6c757d;
    position: relative;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, #D9D9D9, #D9D9D9);
    clip-path: polygon(
            0% 100%,
            5% 80%,
            10% 100%,
            15% 80%,
            20% 100%,
            25% 80%,
            30% 100%,
            35% 80%,
            40% 100%,
            45% 80%,
            50% 100%,
            55% 80%,
            60% 100%,
            65% 80%,
            70% 100%,
            75% 80%,
            80% 100%,
            85% 80%,
            90% 100%,
            95% 80%,
            100% 100%
    );
}