/* Start notices Style */
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-NoticeGroup {
    position: fixed;
    left: 1em;
    bottom: 1em;
    z-index: 99;
    border: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 1em;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    max-width: 400px;
    margin: 0;
    padding: 1em 3.75em 1em 1em;
    border: 1px solid var(--v2-gray);
    border-radius: 0.5em;
    background-color: var(--main-gray);
    box-shadow: 1px 1px 8px #00000012;
    font-size: 0.9rem;
    outline: none;

}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    max-width: 400px;
    margin: 0;
    padding: 1em 3.75em 1em 1em;
    border: 1px solid var(--v2-gray);
    border-radius: 0.5em;
    background-color: var(--main-gray);
    box-shadow: 1px 1px 8px #00000012;
    font-size: 0.9rem;
    outline: none;

}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
    display: inline-block;
    padding: 0.7em 1rem;
    border-radius: 1em;
    background-color: var(--button-bg);
    color: var(--white);
    font-size: 0.7rem;
    transition: background-color var(--transition-duration) ease;
    float: none;
    font-weight: 300;
    margin: 0.5em;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    display: inline-block;
    padding: 0.7em 1rem;
    border-radius: 1em;
    background-color: var(--button-bg);
    color: var(--white);
    font-size: 0.7rem;
    transition: background-color var(--transition-duration) ease;
    float: none;
    font-weight: 300;
    margin: 0.5em;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background-color: var(--button-hover-bg);
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
    background-color: var(--button-hover-bg);
}

#yith-par-message-cart {
    max-width: none;
    border: 1px solid var(--v2-gray);
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.9rem;
    padding: 0.75em;
    margin-bottom: 1em;
    background-color: var(--main-gray);
    flex-wrap: wrap;
}

#yith-par-message-cart:before {
    display: none;
}

#yith-par-message-cart img {
    max-width: 20px !important;
}
/* End notices Style */
.woocommerce .cheque-info,
.woocommerce .cheque-fields {
    margin: 0;
    max-width: none;
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 1em !important;
}
.woocommerce .westaweb-heading {
    margin: 0 0 0.75em !important;
    font-size: 1.25rem;
}
.woocommerce .westaweb-output-wrapper,
.woocommerce .westaweb-input-wrapper {
    width: 100%;
    margin: 0 0 1em !important;
    border: 1px solid var(--v2-gray);
    padding: 1em 1.5em;
    background-color: #fff;
    border-radius: 5px;
}
.woocommerce .westaweb-checkbox:not(:checked)+label,
.woocommerce .westaweb-checkbox:checked+label {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0.75em 2em !important;
    border: var(--header-border);
    border-radius: 1em;
    color: #000 !important;
    background-color: transparent;
    box-shadow: none !important;
    margin-left: 0.5em;
}
.woocommerce .westaweb-checkbox:checked+label {
    color: #fff !important;
    background-color: #000;
    border-color: #000 !important;
}
.woocommerce .output-row,
.woocommerce .input-row {
    font-size: 0.9rem;
    color: #737373;
    margin-bottom: 0.75em;
    padding: 0;
}
.woocommerce .cheque-info .payment {
    background-color: transparent;
    border-radius: 0;
    padding: 0em 0 0;
    margin: 0;
    font-size: 1.1rem;
    color: #000;
}
.woocommerce .westaweb-output-wrapper hr {
    display: none;
}
.woocommerce .cheque-info.cheque-calculator {
    margin: 0;
    max-width: none;
}
@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
    .woocommerce .westaweb-heading {
        font-size: 1.15rem;
        font-weight: 400;
    }
    .woocommerce .cheque-info .payment {
        font-size: 1rem;
    }
    .woocommerce .output-row,
    .woocommerce .input-row {
        font-size: 0.8rem;
    }
    .woocommerce .westaweb-checkbox:not(:checked)+label,
    .woocommerce .westaweb-checkbox:checked+label {
        font-size: 0.7rem;
    }
}
@media (max-width: 992px) {
    .woocommerce .westaweb-heading {
        font-size: 1rem;
        margin: 0 0 0.5em !important;
    }
    .woocommerce .westaweb-output-wrapper,
    .woocommerce .westaweb-input-wrapper {
        padding: 1em;
    }
    .woocommerce .output-row,
    .woocommerce .input-row {
        font-size: 0.7rem;
    }
    #yith-par-message-cart {
        font-size: 0.8rem;
    }
    #yith-par-message-cart img {
        max-width: 15px !important;
    }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-error, .woocommerce .woocommerce-notices-wrapper .woocommerce-info, .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
        font-size: 0.8rem;
    }
}
@media (max-width: 425px) {
    #yith-par-message-cart {
        font-size: 0.7rem;
        gap: 0.5em;
        margin-bottom: 0.5em;
    }
    .woocommerce .westaweb-checkbox:not(:checked)+label,
    .woocommerce .westaweb-checkbox:checked+label {
        font-size: 0.65rem;
    }
    .woocommerce .woocommerce-notices-wrapper,
    .woocommerce .woocommerce-NoticeGroup {
        width: 100%;
        left: 0;
        padding: 0 1em;
    }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-error, .woocommerce .woocommerce-notices-wrapper .woocommerce-info, .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
        max-width: 100%;
        font-size: 0.7rem;
    }
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        max-width: 100%;
        font-size: 0.7rem;

    }
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button {
        font-size: 0.62rem;

    }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
    font-size: 0.62rem;
    }
}