/* Use in productPriceHtml Short code */
.wfa-product-price-box .wfa-currencySymbol {
    width: 20px;
    display: block;
}

.wfa-product-price-box .wfa-sale-price {
    font-size: 20px;
    font-weight: 900;
}

.wfa-product-price-box .wfa-price {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.wfa-product-price-box {
    font-size: 20px;
}

.wfa-product-price-box .wfa-regular_price {
    font-size: 0.8em;
    opacity: 0.8;
}

.wfa-product-price-box .wfa-discount-persent {
    font-size: 0.8em;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.wfa-product-price-box .wfa-free-price {
    border-radius: 15px;
}

/* use in product template for loop */
.wfa-hover-product-box .wfa-button-box {
    display: none;
}

.wfa-hover-product-box:hover .wfa-button-box {
    display: flex;
    animation: fadeIn 0.7s;
}

.wfa-hover-product-box .elementor-widget-image {
    overflow: hidden;
    border-radius: 15px;
}

.wfa-hover-product-box:hover img {
    transform: scale(1.02);
}

.wfa-hover-product-box:hover .wfa-product-cat {
    display: none;
}

.wfa-hover-product-box,
.wfa-hover-product-box * {
    transition: 0.5s !important;
}

.wfa-hover-product-box:hover {
    gap: 15px
}

.wfa-hover-product-box .wfa-product-title {
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.5);
    }
}

/* use for woocommerce breadcrumb */
.wfa-woo-breadcrumb {
    display: flex;
    white-space: nowrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.wfa-woo-breadcrumb a {
    color: #fff !important;
}

.wfa-woo-breadcrumb .breadcrumb-links {
    padding: 10px 40px 10px 10px;
    background: rgba(0, 0, 51, 0.5);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 6px;
    transition: all ease 0.2s;
    font-size: 10px;

}

.wfa-woo-breadcrumb .breadcrumb-links:hover {
    background: var(--e-global-color-primary);
}

.wfa-woo-breadcrumb .breadcrumb-links:last-child {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-8321a23);
}

.wfa-woo-breadcrumb .breadcrumb-links::before:first-child {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: 1px solid transparent;
    border-color: transparent var(--e-global-color-7435f39) transparent transparent;
    border-width: 0;
    z-index: 1;
    transition: all ease 0.2s;
}

.wfa-woo-breadcrumb .breadcrumb-links::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: 1px solid transparent;
    border-color: transparent var(--e-global-color-7435f39) transparent transparent;
    border-width: 15px 15px 15px 0;
    z-index: 1;
    transition: all ease 0.2s;
}

.wfa-woo-breadcrumb .breadcrumb-links:hover::after {
    border-color: transparent var(--e-global-color-primary) transparent transparent;
}

.wfa-woo-breadcrumb .breadcrumb-links:last-child::after {
    border-color: transparent var(--e-global-color-secondary) transparent transparent;
}

.wfa-woo-breadcrumb .breadcrumb-links::after {
    content: " ";
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 100%;
    border: 1px solid transparent;
    border-color: transparent rgba(0, 0, 51, 0.5) transparent transparent;
    border-width: 15px 15px 15px 0;
    z-index: 2;
    transition: all ease 0.2s;
}

/* use for all form inputs */

input,
textarea,
select {
    background: var(--e-global-color-7435f39) !important;
    border-radius: 10px !important;
    border: 1px solid rgb(255 255 255 / 50%) !important;
    color: #fff !important;
}

input[type="submit"] {
    font-size: 14px !important;
    color: var(--e-global-color-text) !important;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 8px 20px 9px 15px !important;
}

.woocommerce .button.alt ,.woocommerce .button {
    text-align: center;
    position: relative;
    width: 100% !important;
    padding: 13px !important;
    overflow: visible;
    font-weight: 400 !important;
    border-radius: 10px !important;
    color: var(--e-global-color-text)!important ;
    background-color: var(--e-global-color-accent)!important;
    transition: all .3s;
}

.woocommerce .button.alt :hover,.woocommerce .button:hover
 {
    background-color: var(--e-global-color-secondary)!important;
    text-decoration: none;
    background-image: none;
    color: var(--e-global-color-8321a23)!important ;
    border-radius: 5px;
 }
 .product .add_to_cart_inline {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.add_to_cart_inline .added_to_cart .wc-forward {
    display: none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    background: #000026 !important;
    border-radius: 10px;
    width: 100%;
    border-bottom: 3px solid var(--e-global-color-secondary) !important;
    border-top: unset !important;
    color: var(--e-global-color-text) !important;
}
.e-woocommerce-notices-wrapper  .button.wc-forward
{
    width: unset !important;
}