/*
Theme Name: Wellness Grove
Theme URI: https://wellnessgrove.com/
Author: Wellness Grove
Author URI: https://wellnessgrove.com/about-us/
Description: Wellness Grove CEU Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: https://wellnessgrove.com
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

:root{
    --tables-buttons-border-color: var(--wolmart-primary-color);
    --tables-button-normal-text-color: var(--wolmart-primary-color);
    --links-normal-color: var(--wolmart-primary-color);
    --links-normal-hover-color: #333;
    --tables-links-normal-color: var(--wolmart-primary-color);
    --tables-links-hover-color: #333;
    --tec-color-background: #fff;
    --tec-color-accent-primary: var(--wolmart-primary-color);
    --tec-border-radius-default: 4px;
    --tec-color-button-primary: var(--wolmart-primary-color);
    --tec-font-family-sans-serif: var(--e-global-typography-text-font-family);
    --wg-sans: 'Montserrat', Arial, Sans-serif;
    --wg-serif: 'Source Serif Pro', Times;
    --br-small: 4px;
    --br-medium: 8px;
    --br-large: 16px;
    --tec-font-size-2: 15px;
    --wolmart-primary-color-darker-1: #6E4791;
    --wolmart-primary-color-darker-2: #5E3E80;
    --wolmart-primary-color-darker-3: #4F346F;
    --wolmart-primary-color-darker-4: #3F2A5D;
    --wolmart-primary-color-darker-5: #2F204B;
    --wolmart-primary-color-lighter-1: #A680C9;
    --wolmart-primary-color-lighter-2: #B687D9;
    --wolmart-primary-color-lighter-3: #C7AED8;
    --wolmart-primary-color-lighter-4: #D9C3ED;
    --wolmart-primary-color-lighter-5: #FCFAFE;
    --wolmart-prod-title-clamp: 3;
}
.container-fluid {
    padding: 0;
}
.custom-input input[type=radio]:checked~label:after {
    text-align: center;
}
.custom-input input[type=radio]:checked~label:after {
    background-color: var(--wolmart-dark-color, #333);
    color: #fff;
    padding-left: 2px;
}
.tribe-common-c-btn {
    border: 1px solid var(--wolmart-primary-color) !important;
        font-size: 12px !important;
    letter-spacing: 0.025em !important;
    text-transform: none !important;
    height: 4rem !important;
    line-height: 4rem !important;
        text-align: center !important;
        font-weight: 600 !important;
            padding: 1.14em 14px !important;
                position: relative !important;
    display: flex
 !important;
    align-items: center !important;
    justify-content: center !important;
        transition: color 0.3s, background-color 0.3s, border-color 0.3s !important;
    z-index: 1 !important;
}
.tribe-tickets__tickets-buy.tribe-common-c-btn {
    margin-left: 0 !important;
    width: 100% !important;

}
.tribe-common-c-btn-link {
font-size: 12px !important;
}
.tribe-common-c-btn-link:hover {
    color: #141827 !important;
    padding: 11px 20px !important;
}
.event-tickets .tribe-common-c-btn:hover, .event-tickets .tribe-common-c-btn:active, .event-tickets .tribe-common-c-btn:focus {
    background-color: #fff !important;
    border: 1px solid var(--wolmart-primary-color) !important;
    color: var(--wolmart-primary-color) !important;
}
.br-small, .wg-rad-small {
    border-radius: var(--br-small);
}
.br-medium, .wg-rad-medium {
    border-radius: var(--br-medium);
}
.br-large, .wg-rad-large {
    border-radius: var(--br-large);
}

.button, .btn, .view-wishlist, .product-cart-bottom, .product-cart-bottom .btn-product, .product-cart-bottom .product-label, .wg-sticky-footer-logo img, .woocommerce-mini-cart-item a > img, .cart-dropdown .buttons a, .wg-up-cart-slider .wg-uc-img img, .product-thumbnail img, .form-row .input-text, .product-cart-bottom img, .bapf_button {
    border-radius: var(--br-small);
}
.woocommerce-MyAccount-navigation > ul {
    border-radius: var(--br-small);
    overflow: hidden;
}
html {
    scroll-padding-top: 220px;
}
.wg-time-left {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center; 
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: #d63638;
    z-index: 1;
    column-gap: 8px;
}
.wg-time-until-buy {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    text-align: center; 
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0;
    background: #f1f2f8;
    z-index: 1;
    column-gap: 8px;
}
svg.wg-icon { 
    width: 15px;
}

.product-cart-bottom .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 1.75em;
    margin-bottom: 8px;
}
.product-cart-bottom .price {
    margin-bottom: 8px;
    margin-top: 8px;
}
.wg-event-dates, .wg-tickets-left {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 1.25em;

}
.wg-prod-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px;
    border-radius: 50%;
    background-color:#fff;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1/1;
    min-width: 45px;
    min-height: 45px;
    z-index: 1;
}
.wg-prod-icon.wg-ce-credit-display {
    /* background-color: transparent; */
    border: none;
}
.wg-prod-icon.wg-ce-credit-display svg {
    width: 38px;
    height: 38px;
    fill: var(--wolmart-primary-color)
}
.wg-prod-icon.wg-ce-credit-display div {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    color: #fff;;
    
}

.wg-add-to-cart-cont {
    margin-top: 20px;
    display: flex;
    column-gap: 10px;
    flex: 1 1 auto;
    align-items: flex-end;

}
.wg-add-to-cart-cont .product-action{
    width: 100%;
}
.wg-add-to-cart-cont .yith-wcwl-add-to-wishlist {
    padding: 0;
    color: #fff;
    width: 40px;
    margin: 0;
    min-height: 40px;
    overflow: visible;
}
.wg-ce-credit-display {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    row-gap: 2px;
}
.wg-ce-credit-display span {
    font-weight: 600;
    font-size: 9px;
    line-height: 1;
}
.wg-add-to-cart-cont .yith-wcwl-add-to-wishlist a {
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wg-add-to-cart-cont .yith-wcwl-add-to-wishlist  a, .wg-add-to-cart-cont .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 100%;
}

.product-cart-bottom .product-rating-stock {
    flex-direction: column;
    align-items: stretch;
}
.products .product {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.products .product .product-details {
    flex: 1 1 auto;
}
.product-media img {
    aspect-ratio: 1/1;
}
.product-wrap.wg-event-prod .product-rating-stock, .wg-ondemand-prod .product-rating-stock{
    display: none;
    visibility: hidden;
}

.wg-add-to-cart-cont .yith-wcwl-add-to-wishlist .delete_item {
    justify-content: flex-start;
    text-indent: -999999px;
}
.wg-add-to-cart-cont .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.yith-wcwl-tooltip {
    text-indent: 0;
}
.elementor-widget-wolmart_widget_heading .title-wrapper {
    justify-content: space-between;
}
#tribe-events-subscribe-dropdown-content{
        position: absolute;
    top: 42px;
    width: 100%;
    z-index: var(--tec-z-index-dropdown);
}
.tribe-events-c-subscribe-dropdown {
    position: relative;
}


.wg-up-cart-slider .flex-control-paging {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
    padding: 0;
}

.wg-up-cart-slider .flex-control-paging a {
    padding: 6px;
    text-indent: -999999px;
    font-size: 0;
     white-space: nowrap;
  overflow: hidden;
  display: block;
}
.wg-up-cart-slider .flex-control-paging a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #999;
    border-radius: 50%;
}
.wg-up-cart-slider .flex-control-paging a.flex-active::before {
    background-color: var(--wolmart-primary-color);
}
.wg-up-cart-slider ul {
    padding: 0;
    margin: 0;
}
.wg-up-cart-slider .wg-uc-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
}
.wg-up-cart-slider .wg-uc-img img {
     max-height: 75px;
    aspect-ratio: 1/1;
    width: auto;
    margin: 0 auto;
}
.wg-up-cart-slider .wg-uc-cont h3 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    width: 100%;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.wg-up-cart-slider {
    background-color: #f1f2f8;
    margin-top: 20px;
    padding-top: 15px;
    position: relative;
}
.wg-up-cart-slider::before {
    /* 2.9rem 3rem */
    position: absolute;
    top:0;
    left: -30px;
    content: '';
    display: block;
    background-color: #f1f2f8;
    width: calc(100% + 6rem);
    height: calc(100% + 2.9rem);
}
.wg-up-cart-slider > h2 {
    font-size:18px;
    color: var(--wolmart-primary-color);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.wg-up-cart-slider .wg-uc-cont {
    width: 100%;
    padding: 10px;
}
.cart-popup .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height:100%
}
.wg-upsell-added.widget_shopping_cart_content .woocommerce-mini-cart{
    height: 100%;
}

.cart-popup.widget_shopping_cart {
    max-height: calc(100svh )
}
.cart-popup .widget_shopping_cart_content.wg-upsell-added {
    display: flex;
    flex-direction: column;
}
#scroll-top {
    transition: .3s all ease;
}
.wg-cart-open #scroll-top.show{
    opacity: 0;
}
#scroll-top svg circle {
    stroke: var(--wolmart-primary-color);
}
.e-n-menu .category-wrap .cat-type-banner figure{
    width: 100% ;
}
.e-n-menu .category-wrap .cat-type-banner figure::before, .category-wrap .cat-type-banner.category-social-worker figure::before , .category-wrap .cat-type-banner.category-marriage-family-therapist figure::before  {
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,.55);
    width: 100%;
    height: 100%;
    transition: .3s all ease;
    border-radius: var(--br-small);
}
.e-n-menu .category-wrap:hover .cat-type-banner figure::before {
     background-color: rgba(0,0,0,.55);
}
.e-n-menu .category-content {
    
    z-index: 1;
}
.e-n-menu .category-wrap {
    position: relative;
}
.wishlist_table .product-add-to-cart .btn-quickview {
    display: none !important;
}
.woocommerce-MyAccount-content-wrapper .wishlist_table thead tr th {
    padding-top: 9px !important;
}
.woocommerce-MyAccount-content-wrapper .wishlist_table thead tr th, .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    background-color: var(--wolmart-primary-color-lighter-6);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--wolmart-primary-color);
    background-color: var(--wolmart-primary-color-lighter-6);
}

.wishlist_table tr td.product-thumbnail a.remove_from_wishlist {
    display: flex;
    color: var(--wolmart-primary-color);
}
.wishlist_table tr td.product-name a, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: var(--wolmart-primary-color);
}
.wishlist_table tr td.product-name a:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover {
    color: #333333;
}
.woocommerce a:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--wolmart-primary-color);
}
.woocommerce-MyAccount-content-wrapper .yith-wcwl-share h4.yith-wcwl-share-title {
    margin-right: 20px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
    background-color: var(--wolmart-primary-color);
    color: #fff;
    border-color: var(--wolmart-primary-color);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover {
    color: var(--wolmart-primary-color);
}
.woocommerce-MyAccount-content-wrapper .yith_wcwl_footer_additional_action input[name="add_all_to_cart"]{
    margin-left: 10px !important;
    border: 2px solid var(--wolmart-primary-color);
    color: var(--wolmart-primary-color);
    border-radius: var(--br-small);
    padding: 6px 25px !important;
    display: inline-flex !important;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.woocommerce-MyAccount-content-wrapper .yith_wcwl_footer_additional_action input[name="add_all_to_cart"]:hover {
    background-color: var(--wolmart-primary-color);
    color: #fff;
    border-color: var(--wolmart-primary-color);
}
.woocommerce-MyAccount-content-wrapper .yith-wcwl-share a.social-icon:hover{
    color: #fff !important;
}
.woocommerce-MyAccount-content-wrapper .yith-wcwl-form .wishlist-title h2{
    margin: 0 !important;
}
 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.btn-outline {
    border-color: var(--wolmart-primary-color);
    color: var(--wolmart-primary-color);
}
 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.btn-outline:hover {
    color: #fff;
    background-color: var(--wolmart-primary-color);
}
 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.btn-dark {
    background-color: var(--wolmart-primary-color);
    border-color: var(--wolmart-primary-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
}
 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.btn-dark:hover {
    color: var(--wolmart-primary-color);
    background-color: #fff;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover {
     color: #fff;
    background-color: var(--wolmart-primary-color);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.tec-tickets__wallet-plus-component-pdf-button-link:hover {
    color: #fff;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:hover i {
    color: var(--wolmart-primary-color) !important;
}
.wc-proceed-to-checkout .button br {
    display: none;
}
.wc-proceed-to-checkout .button {
    background-color: var(--wolmart-primary-color);
    border-color: var(--wolmart-primary-color);
    color: #fff;
}
.wc-proceed-to-checkout .button:hover {
    background-color: #fff;
    color: var(--wolmart-primary-color); 
    border-color: var(--wolmart-primary-color); 
}

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    background-color: #fff;
    color: var(--wolmart-primary-color); 
}
.clear-cart-button {
    border-color: var(--wolmart-primary-color); 

}
.clear-cart-button:hover {
    background-color: #fff;
    color: #e1e1e1;
}
a.btn {
    display: inline-flex;
    align-items: center;
}
#wg-recently-main-cart .wg-up-cart-slider {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: var(--br-small);
    background-color: #fff;;
}
#wg-recently-main-cart .wg-up-cart-slider h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.73;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
}
#wg-recently-main-cart .wg-up-cart-slider::before {
    content: none;
}
body.admin-bar .cart-dropdown.cart-offcanvas .dropdown-box {
        max-height: calc(100svh - 32px);
}
.cart-dropdown.cart-offcanvas .dropdown-box{
    max-height: 100svh;
}
/* .cart-dropdown.cart-offcanvas .variation dt, .cart-dropdown.cart-offcanvas .variation dd{
display: none;
} */
.cart-dropdown.cart-offcanvas .variation dt.variation-Date, .cart-dropdown.cart-offcanvas .variation dd.variation-Date {
    display: block;
}
.wg-breadcrumb {
    
    max-width: 1360px;
    margin: 0 auto 0px;
}
.wg-breadcrumb p#breadcrumbs {
    position: relative;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 12px;
}
.wg-breadcrumb p#breadcrumbs::after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    width: 200vw;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wg-breadcrumb p#breadcrumbs {
    margin-bottom: 0;
}
.aioseo-breadcrumbs {
    padding-top: 20px; 
    padding-bottom: 20px;
}
.e-checkout__column .woocommerce-billing-fields__field-wrapper, .e-checkout__column .woocommerce-shipping-fields__field-wrapper{
    justify-content: space-between;
    row-gap: 15px;
}

span.select2-container{
    z-index: 8 !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{
    height: 53px;
}
.payment_method_authorize_net_cim_credit_card .wc-authorize-net-cim-credit-card-new-payment-method-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.payment_method_authorize_net_cim_credit_card .wc-authorize-net-cim-credit-card-new-payment-method-form .form-row-wide {
    width: 100%;
}
.payment_box {
    margin-top: 15px;
    padding: 1rem 2.9rem 2rem;
}
.payment_box >p {
    margin-bottom: 15px !important;
}
.payment_box input[type="checkbox"] {
    width: 18px !important;
}
.custom-input input[type=checkbox]+label:before, .custom-input input[type=checkbox]+span:before{
    border-color: #999;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order{
    background-color: var(--wolmart-primary-color); 
    border-color: var(--wolmart-primary-color); 
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
    color: var(--wolmart-primary-color); 
    background-color: #fff;
    border-color: var(--wolmart-primary-color); 
}
.toolbox-show-type { 
    display: none !important;
    visibility: hidden !important; 
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
    line-height: 0;
    top: 12px;
    right: 7px;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a{
    background-color: #f1f2f8;
    border-width: 1px;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:hover:before{
    color: #333;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:hover {
    background-color: #dddfec;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all {
    background-color: transparent;
    font-size: 12px;
    color: #999;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all:hover {
    color: #333;
    background-color: transparent;
}
.bapf_head h3 {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}
.bapf_sfilter.bapf_button_berocket .bapf_button{
    width: 100%;
    max-width: 100%;
    font-size: 1.2em;
    letter-spacing: 0.025em;
    text-transform: none;
    border: 1px solid var(--wolmart-primary-color, #369);
    height: 4rem;
    line-height: 1; 
    color: #fff;
    background-color: var(--wolmart-primary-color, #2879FE);
    transition: .3s all ease;
}
.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
    background-color: #fff;
    color: var(--wolmart-primary-color, #369);
}
.cart-dropdown.cart-offcanvas .cart_list {
    flex: 1 1 auto;
}

.product-single .wg-prod-badges .wg-event-time {
    position: relative;
}

.product-single.wg-event-prod-woo-class .sticky-sidebar-wrapper {
    width: 66%;
}
.a11y-dialog__body-locked .product-single.wg-event-prod-woo-class .wg-sticky-sidebar {
    z-index: 99999999;
}
.product-single-sticky-thumbs  .related.products .product-label-group {
    left: 1rem;
}
.wg-hero-image {
    position: relative;
    padding: 0;
    /* border-radius: var(--br-medium); */
    overflow: hidden;
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    padding-left:20px;
    padding-right:20px;
}
.wg-hero-image > img {
    aspect-ratio: 16/6;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wg-hero-image .wg-hero-badge{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 16px;
}
.wg-hero-image .wg-hero-badge.ceu-badge {
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    color:var(--wolmart-body-color, #141827); 
}
.wg-hero-image .wg-hero-title-cont {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
    row-gap: 15px;;
    width: 100%;
    max-width: 1360px;
    text-align: left;
    height: 100%;
    z-index: 1;
    color: #fff;
}
.wg-hero-image .wg-hero-title-cont .wg-hero-cat {
    font-family: var(--wg-serif);
    font-size: 16px;
    line-height: 1em;
    text-align: left;
}
.wg-hero-image .wg-hero-title-cont h1 {
    /* font-family: var(--wg-serif); */
    font-family: var(--wg-sans);
    font-size: 45px;
    font-weight: 700;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    margin-bottom: 20x;
    line-height: 1.1;
}
.wg-hero-image .wg-hero-title-cont h1, .wg-hero-image .wg-hero-title-cont a {
    color: #fff; 
}
.wg-hero-image .wg-hero-title-cont a {
    text-decoration: underline;
}
.wg-hero-image .wg-hero-title-cont a:hover {
    text-decoration: none;
}
.wg-hero-image.wg-hero-overlay::before {
    background-color: rgba(0,0,0,.5);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
}
.wg-hero-image .wg-hero-left {
    max-width: 80%;
}

.read-more-btn {
    margin-top: 20px;
}
.btn-slim {
    font-size: 12px;
    padding: 4px 8px;
}

.wg-toggle-content-open {
    display: block !important;
    visibility: visible !important;
}


.wg-sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: none;
    background: #fff;
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    padding: 2rem 0;
    transform: translateY(100%);
    transition: .3s all ease;
    background-image: linear-gradient(180deg, #6B4B8C 0%, #8B6AB0 100%);

}
.wg-sticky-footer.active {
    transform: translateY(0%);
    transform-origin: center top 0px
}

.wg-sticky-footer .wg-sticky-footer-cont {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}
.wg-sticky-footer .wg-sticky-footer-cont .wg-sticky-footer-left {

}
.wg-sticky-footer .wg-sticky-footer-cont .wg-sticky-footer-right {

}
.wg-sticky-footer .wg-sticky-footer-cont .wg-scroll-to-buy-now {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--wolmart-primary-color) !important;
}
.wg-sticky-footer .wg-sticky-footer-cont .wg-scroll-to-buy-now:hover {
    background-color: var(--wolmart-primary-color);
    border-color: var(--wolmart-primary-color);
    color: #fff !important;
}
.wg-sticky-footer .wg-sticky-footer-cont .wg-sticky-footer-left {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex: 1 1 auto;
}
.wg-sticky-footer .wg-sticky-footer-cont .wg-sticky-footer-left img {
    max-height: 85px;
    width: auto;
}
.wg-sticky-footer .wg-sticky-footer-cont .wg-sticky-footer-event-title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}
.wg-sticky-footer .wg-sticky-footer-cont .wg-sticky-footer-event-title .price{
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #fff;
}
.mini-basket-dropdown .mini-item {
    align-items: flex-start;
}
.mini_cart_item .cart-item-meta .variation {
    font-size: 10px;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; */
    display: block;
    margin-bottom: 10px;
}
.mini_cart_item .cart-item-meta .variation dt, .mini_cart_item .cart-item-meta .variation dd {
    margin-bottom: 6px;
}
.mini_cart_item .cart-item-meta .variation dt {
    clear:both;
}
.mini_cart_item .cart-item-meta .variation p {
    margin: 0;
}
.mini_cart_item dl dd {
    margin: 0;
}

.wg-cart-thumb-icon {
    position: absolute;
    bottom: 3px;
    left:3px;
    color: var(--wolmart-primary-color);
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.wg-thumb-box {
    position: relative;
}
.wg-thumb-box svg {
    width: 20px;
    height: 20px;
}
dl.variation {
    font-size: 10px;
    font-weight: 400;
}

.woocommerce-pagination .woocommerce-button {
    color: var(--wolmart-primary-color) !important;
}
.woocommerce-pagination .woocommerce-button:hover {
    background-color: var(--wolmart-primary-color) !important;
    color: #fff !important;
}
.woocommerce-orders-table__cell-order-actions a{
    margin-bottom: 5px;
}
.woocommerce-orders-table__cell-order-actions a:last-of-type {
    margin-bottom: 0;
}
.woocommerce-Address-title h2 {
    margin-bottom: 12px !important;
}
.e-my-account-tab__payment-methods a.button:hover {
    background-color: var(--wolmart-primary-color) !important;
    color:#fff !important; 
}
#payment ul.payment_methods li label[for='payment_method_authorize_net_cim_credit_card'] {
    display: inline-flex !important;
    width: calc(100% - 40px);
}
#payment .payment_box {
    padding-left: 0;
    padding-right : 0;
}
.woocommerce-PaymentMethods li {
    list-style-type: none;
}

.wg-heart .yith-wcwl-add-button a.delete_item:before {
content:none;
}
.wg-heart .yith-wcwl-add-button a.add_to_wishlist{
    padding: 5px;
    text-decoration: none;;
}
.wg-heart .yith-wcwl-add-button a.delete_item .yith-wcwl-icon-svg{
    width: 17px;
}
.wg-heart .yith-wcwl-add-button a.delete_item {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}
.wg-heart .yith-wcwl-add-button a.view-wishlist {   
    display: flex;
    column-gap: 5px;
    border: 1px solid var(--wolmart-primary-color);
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    color: var(--wolmart-primary-color);
    font-weight: 500;
    opacity: .6;
}
.wg-heart .yith-wcwl-add-button a.view-wishlist:hover {
    opacity: 1;
}

.wg-content .wg-prod-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}
.wg-content .wg-prod-badges label {
    min-height: 25px;
}
.wg-content .wg-prod-badges .product-label.days-left {
    padding: 0;
}
.wg-content .wg-prod-badges .product-label .wg-time-left{
    bottom: auto;
    left: auto;
}
.wg-bread-sharebar {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    /* padding-bottom: 30px; */
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    /* overflow: hidden; */
}
.wg-bread-sharebar .wg-breadcrumb {
    margin: 0 0 10px 0;
}
.wg-bread-sharebar #st-1  {
    top: 6px;
    position: relative;
}
.wg-bread-sharebar #st-1 .st-btn{
    padding: 0 5px !important;
    height: 25px !important;
    line-height: 25px !important;
}
.wg-bread-sharebar  #st-1 .st-btn > img {
    top: 5px !important;
}
/* .single-product .wg-bread-sharebar {
    padding-top: 20px;
}
.wg-bread-sharebar .wg-breadcrumb {
    padding-bottom: 0;
} */

.wg-sb-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    /* font-family: var(--wg-serif); */
}
.wg-pert-info-cont .pert-item {
    display: flex;
    column-gap: 8px;
}
.wg-pert-info-cont svg {
    width: 20px;
    color: #999;
}
.wg-sticky-sidebar {
    font-size: 15px;
    line-height: 1.4;
     color: #141827;
}
.wg-pert-info-cont {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.wg-resticted-block {
    font-size: 14px;
}
.wg-product .wg-content {
    font-size: 14px;
}
.wg-event-prod-woo-class .wg-content .tribe-events-virtual-link-button, .wg-pop-up-inner .tribe-events-virtual-link-button {
    display: none !important;
}
.wg-product .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 20px;
    /* font-family: var(--wg-serif); */
    font-weight: 500;;
}
.related .title-wrapper .title {
    font-size: 24px;
    /* font-family: var(--wg-serif); */
    font-weight: 500;;
}
.wg-accordion .wg-toggle-section { 
    margin-bottom: 1em; 
}
.wg-accordion .wg-acc-title {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.wg-toggle-btn { 
    position: relative;
    border:none;
    background: #f1f2f8; 
    padding: 16px 3rem 16px 1.5rem; 
    width: 100%; 
    text-align: left; 
    cursor: pointer; 
    font-size: 16px;
    font-weight: 500;
}
.wg-toggle-btn .wg-icon svg {
    width: 20px;
}
.wg-toggle-btn .wg-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    pointer-events: none;
    transition: .3s all ease;
}
.wg-toggle-active .wg-icon {
    transform: rotate(45deg);
}
.wg-toggle-active .wg-toggle-btn {
    background-color: var(--wolmart-primary-color);
    color: #fff;
}
.wg-toggle-content .wg-toggle-inner{
 overflow: hidden;   
}
.wg-toggle-content { 
    max-height: 0;
    overflow: hidden;
    border: 1px solid #ddd; 
    border-top: none; 
    background: #fff; 
    /* visibility: hidden; */
    display: grid;
    grid-template-rows: 0fr; /* Initially collapsed */
    transition: .3s grid-template-rows ease;
}
.wg-toggle-content .wg-toggle-in{
    padding: 3rem; 
    line-height: 2;
}
.single-product .woocommerce-error .button{
    color:#fff !important;
}
.wg-p-content{
    line-height: 2;
    margin-bottom: 60px;
}
.wg-toggle-content.wg-toggle-content-open, .wg-toggle-section.active .wg-toggle-content { 
    /* max-height: 999px; */
    overflow: auto;
    /* visibility: visible; */
    max-height: 100%;
    grid-template-rows: 1fr; /* Expands to natural height */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    border: none;
    padding: 0;
}
.wg-post-prod-content > .related.products {
    margin-top: 50px;
    margin-bottom: 14px;
}
.product-wrap.wg-event-prod .label-sale{
    display: none;
} 
.wg-content .entry-summary {
    margin-top: 30px;
}
.wg_on_demand_atc_cart .quantity-wrapper .quantity-minus, .wg_on_demand_atc_cart .quantity-wrapper .quantity-plus {
    display: none;
}
.wg_on_demand_atc_cart .quantity-wrapper .quantity p {
    display: none;
}
.wg_on_demand_atc_cart .quantity-wrapper .quantity:before {
    content: '1';
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--wolmart-body-color, #666);
}
.cart_totals .shop_table td {
    text-align: right;
}
.videoWrapper.video-aspect {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper.video-aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-wolmart_widget_categories .cat-type-banner > a{
    height: 100%;
    display: flex;
}
.elementor-widget-wolmart_widget_categories .cat-type-banner > a  img{
    object-fit: cover;
    height: 100%;
    border-radius: var(--br-small);
}
.elementor-widget-wolmart_widget_categories .cat-type-banner figure {
    width: 100%;
}
.wg-callout {
    padding: 1.8rem 2.8rem;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    border-radius:  var(--br-medium, 8px);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
    color: #141827;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    /* font-family: var(--wg-serif); */
} 
.wg-callout .wg-call-icon {
    color: var(--wolmart-primary-color);
}
.wg-callout .wg-call-icon svg {
    width: 40px;
    color: var(--wolmart-primary-color);
}
.wg-callout.wg-popup-init{
    cursor: pointer;
}
a.wg-callout:hover, .wg-callout.wg-popup-init:hover {
    background-color: var(--wolmart-primary-color);
    color: #fff;
}
a.wg-callout:hover .wg-call-icon,
a.wg-callout:hover .wg-call-icon svg,
.wg-callout.wg-popup-init:hover .wg-call-icon,
.wg-callout.wg-popup-init:hover .wg-call-icon svg {
    color: #fff;
}

.wg-callout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}
.product-single {
    font-size: 1.5rem
}

.product-single .summary p:not(.price) {
    font-size: 1.5rem
}
.main-content, .main-content li {
    font-size: 1.5rem
}
.main-content li {
    margin-bottom: 8px;
}
.product-cart-bottom .product-details, .product-cart-bottom .product-details li {
    font-size: 10px;
    line-height: 1.4;
}
.product-cart-bottom .product-details li {
    margin-bottom: 4px;
}
.product-cart-bottom, .wg-shadow-box, a.wg-shadow-box {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    border:none;
}
ul.products.slider-wrapper {
    padding: 4px;
}
ul.products.slider-wrapper .product-wrap{
    margin-right:17px !important;
}
ul.products.slider-wrapper .slider-slide {
    height: auto !important;
}

.product-single .row>*, .product-single.row>* { 
    /* margin-left: 0;
    margin-right: 0; */
    /* width: 100%; */

} 
.shop_table thead th {
    padding-right: 1rem;
    padding-left: 1rem;
}
.wg-sticky-sidebar {
    position: sticky;
    top: 200px;
}

.wpforms-field input[type=checkbox]:checked:before, .wpforms-field input[type=radio]:checked:before {
    transform: none;
} 
.product .btn-product {
    text-transform: capitalize;
}
.woocommerce-product-attributes th {
    font-weight: 600;
}
.woocommerce-product-attributes td p {
    margin: 0;
}

.woocommerce-error .alert .button  {
    background: #fff;
    color: #a94442;
    border-color: #a94442;
    margin-left: 15px;
}
.woocommerce-error .alert .button:hover {
    background-color: #a94442;
    color: #fff;
}
.wg-my-account-title {
    font-family:var(--wg-sans);
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin:0;
    margin-bottom: 15px;
}
.wg-my-account-subtitle {
    font-family: var(--wg-serif);
    font-size: 20px;
    line-height: 1em;
    color: #444444;
}
.shop_table .product-name .variation {
    display: block;
}
.shop_table .product-name .variation dd, .shop_table .product-name .variation dt {
    float:left;
}
.shop_table .product-name .variation dt {
    clear: both;
}

.wg-hide-label .wapf--above label {
    display: none;;
}
.alert-simple.alert-warning{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #FFF;
    border-radius: var(--br-small);
    border-left:4px solid #ffa800;
}
.btn-warning:hover, .alert-simple.alert-warning .button:hover{ 
    background-color: transparent;
    color: #ffb933 !important;
}
.alert-simple.alert-danger{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #FFF;
    border-radius: var(--br-small);
    border-left: 4px solid #a94442;
}
.btn-danger:hover, .alert-simple.alert-danger .button:hover{ 
    background-color: transparent;
    color: #a94442 !important;
}
.alert-simple.alert-success{

     border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #FFF;
    border-radius: var(--br-small);
    border-left: 4px solid #799b5a;
}
.btn-success:hover, .alert-simple.alert-success .button:hover{ 
    background-color: transparent;
    color: #799b5a !important;
}
.alert-simple.alert-info{
     border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #FFF;
    border-radius: var(--br-small);
    border-left: 4px solid #369;
}
.btn-info:hover, .alert-simple.alert-info .button:hover{ 
    background-color: transparent;
    color: #369 !important;
}
.woocommerce-error .alert .button {
    color:#a94442 !important;
    background-color: transparent;
}
.woocommerce-error .alert .button:hover {
    background-color: #a94442;
    color: #fff !important;
}


.wapf-product-totals .wapf--inner > div:not(:last-child) span {
    font-size: 15px;
    font-weight: 400; 
    margin-bottom: 0;
}
.wapf-product-totals .wapf--inner > div:last-child span {
    font-size: 21px;
    font-weight: 600; 
    margin-bottom: 0;
}
.wapf-field-input input[type="text"],
.wapf-field-input input[type="number"],
.wapf-field-input input[type="email"],
.wapf-field-input input[type="tel"],
.wapf-field-input input[type="password"]{
    display: block;
    width: 100%;
    padding: 0.85rem 2rem;
    border: 1px solid #eee;
    line-height: 1.5;
    font-weight: 400;
    color: var(--wolmart-body-color, #666);
    background-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    outline: 0;
    font-size: 1.4rem;
    transition: background-color 0.3s, border-color 0.3s;
    color: var(--wolmart-body-color, #666);
    
}
.wapf-field-container {
    padding-bottom: 10px;
}
.rwmb-osm-canvas, .wg-content .alert-simple {
    z-index: 1 !important;
}

.wg-lg-products-list{
    max-height: 0;
    display: grid;
    grid-template-rows: 0fr; /* Initially collapsed */
    overflow: hidden;
    transition: .3s all ease;
}
#looking-glass.active.lg-open .wg-lg-products-list{
    max-height: 100%;
    grid-template-rows: 1fr; /* Expands to natural height */
}
                .wg-lg-products-container .wg-lg-product img {
                    width: 100%;
                    height: auto;
                    border-radius: 8px;
                    margin-bottom: 10px;
                }
.wg-lg-product a.btn {
                   margin-top: 10px;
                }
                .wg-lg-products-container .wg-lg-before {
                    margin-bottom: 15px;
                    font-size: 12px;
                }
                .wg-lg-header {
                    display: flex;
                    justify-content: space-between;
                   column-gap: 15px;
                   background-color: #fff;
                   position: sticky;
                   top: 0;
                   z-index: 10;
                   padding-top:15px;
                }
                   
               .wg-lg-header .wg-lg-close {
               
                    cursor: pointer;
                    width: 24px;
                    height: 24px;
                    color: #999;
               }
               #looking-glass.active {
                pointer-events: auto;
                opacity: 1;
                visibility: visible;
               }
                #looking-glass {
                    visibility: hidden;
                    opacity: 0;
                    pointer-events: none;
                    transition: .3s all ease;
                    z-index: 111111;
                    position: relative;
                    background-color: #f9f9f9;
                    border: 1px solid #ddd;
                    border-radius: 8px;
                    padding: 20px;
                    margin: 20px 0;
                    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                    max-width: 400px;
                    max-height: 400px;
                    overflow-y: auto;
                }
                .wg-lg-products-container h3 {
                    font-size: 19px;
                    color: #141827;
                    margin-bottom: 10px;
                }
                .wg-lg-products-container p {
                    font-size: 12px;
                    color: #666;
                    margin-bottom: 0px;
                }
                .wg-lg-product {
                    display: block;
                    text-decoration: none;
                    background-color: #fff;
                    border: 1px solid #ddd;
                    border-radius: 8px;
                    padding: 15px;
                    margin-bottom: 10px;
                    transition: box-shadow 0.3s ease, transform 0.3s ease;
                }
                
                .wg-lg-product h4 {
                    font-size: 15px;
                    color: #141827;
                    margin-bottom: 5px;
                }
                .wg-lg-product p {
                    font-size: 12px;
                    color: #141827;
                }
.wg-prod-badges label{
        display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    z-index: 1;
    column-gap: 8px;
}
.wg-prod-badges label span {
    font-size: 1rem;
    line-height: 1;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share-title {
    margin-bottom: 0 !important;
}
.main-content .toolbox {
padding-bottom: 30px;
}
.main-content-wrap #shop-sidebar {
    padding-right: 30px;
}
#wg-prod-recently-viewed >.products.slider-container{
    padding-bottom: 0px;
}
#wg-prod-recently-viewed {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
#wg-prod-recently-viewed .slider-pagination {
    bottom: 0;
}
.product-cart-bottom .product-details {
    padding-top: 20px;
}
#scroll-top {
    display: none !important;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.wg-e-disclaimer {
    color: var(--wolmart-primary-color);
    text-decoration: underline;
    cursor: pointer;
    margin-top:8px;
}
.wg-e-disclaimer:hover {
    text-decoration: none;
}

.wg-post-prod-content .title-underline2, #wg-prod-recently-viewed .title-underline2 {
    padding-bottom: 0;
    border:none;
}
.wg-post-prod-content {
    position: relative;
   background-color: #F6F3FA;
}
.wg-post-prod-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #F6F3FA;
    z-index: 0;
}

.wg-post-prod-content::before {
    left: 50%;
    transform: translateX(-50%);
}
.wg-post-prod-content .slider-container {
    position: relative;
    z-index: 1;
}

input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select,
.form-row [type=email], .form-row [type=password], .form-row [type=tel], .form-row [type=text], .form-row textarea, .form-row select,
.select2-container--default .select2-selection--single,
.cart_totals .shipping input.input-text ,
.cart_totals .shipping .select2-container--default .select2-selection--single, .wg-toggle-content .woocommerce-additional-fields .form-row-half input, .wg-toggle-content .woocommerce-additional-fields .form-row-half select, .wg-popup select, .wg-popup input[type="text"], .wg-popup textarea, .wg-popup input[type="number"], .wg-popup input[type="date"]{
    background-color: var(--wolmart-primary-color-lighter-5) !important;
    text-align: left;
}
.mini-basket-dropdown .mini-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}
.mini-basket-dropdown .mini-item:last-child {
    border-bottom: none;
}


.wg-heart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    flex-direction: row-reverse;
    column-gap: 8px;
}

.wg-bc-cont {
    overflow: hidden;
}


.wg-woo-single-row {
    width: 100% ;
    margin-left:0;
    margin-right:0;
    padding-left: 0;
    padding-right: 0;
}
.search-archive-container h3.search__title {
       font-weight: 600;
    font-size:17.5px;
    margin-bottom: 8px;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin-top:8px;
}
.search-archive-container .search-item {
    padding-left: var(--wolmart-gap);
    padding-right: var(--wolmart-gap);
    margin-bottom: 3.4rem;
}
.search-archive-container .search-item .product-cart-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.search-archive-container .search-item .search__excerpt  {
    flex: 1 1 auto;
}

.swiper-pagination {
    z-index: 9 !important;
}

.wg-small-bar::after{
    content: '';
    clear: both;
    width: 60px;
    display: table;
    float: left;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    box-shadow: 0 2px 0 0 #7D52A2 inset;
    margin: 6px auto 10px;
}
.wg-small-bar .wg-bar-title{
    margin-bottom:0
}
.wg-shortcode-bar + div {
    margin-top: 30px;
    clear:both
}

.wg-hero-section {
    
}
.wg-hero-section-content {
    gap: 20px;
}
.wg-hero-section-content p {
    margin: 0;
}
.wg-hero-section-subtext p, .wg-hero-section-subtext span, .wg-hero-section-subtext div, .wg-hero-section-subtext h1, .wg-hero-section-subtext h2, .wg-hero-section-subtext h3, .wg-hero-section-subtext h4, .wg-hero-section-subtext h5, .wg-hero-section-subtext h6 {
    font-family: "Source Serif Pro", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0px;
}
.wg-hero-section-subtext p{
    margin: 0;
}
.wg-hero-section-title > h1, .wg-hero-section-title > h2 ,.wg-hero-section-title > h3, .wg-hero-section-title > h4 ,.wg-hero-section-title > h5 ,.wg-hero-section-title > h6 {
    margin: 0;
    font-size: 45px !important;
    line-height: 1;
    font-weight: 700;
}

.return-to-shop .wc-backward > br {
    display: none;
}


.wg-thumb-box img {
    border-radius: 4px;
}

.wg-direction-hover{
    position: relative;
    cursor: pointer;
}
.wg-direction-hover[data-wghover] {
    overflow: hidden;
}
.wg-direction-hover[data-wghover]::after {
    content: attr(data-wghover);
    position: absolute;
    top:0;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255,255,255,.8);
    color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: var(--wg-serif);
    font-weight: 500;
}
.wg-direction-hover[data-wghover]:hover::after {
    opacity: 1;
    pointer-events: none;
}


.wg-direction-hover.in-top::after {
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    -moz-animation: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.in-right::after {
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    -moz-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.in-bottom::after {
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    -moz-animation: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.in-left::after {
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    -moz-animation: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.out-top::after {
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    -moz-animation: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.out-right::after {
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    -moz-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.out-bottom::after {
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    -moz-animation: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
    }
.wg-direction-hover.out-left::after {
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    -moz-animation: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
    } 

/* .wg-page-product-loop-wrapper .product-wrap{
    margin-bottom: 0;

} */

.wg-approval {
    margin-top: 4px;
    display: flex;
    align-items: center;
        column-gap: 8px;
    font-size: 1.1em;
    color: #141827;
}
.wg-approval .icon{
    flex:0 0 auto;

}
.wg-approval .icon svg {
    width: 15px;
    color: var(--wolmart-primary-color);
}
.e-n-menu-content .cat-type-banner .category-content , .category-wrap .cat-type-banner .category-content {
    pointer-events: none;
}

@-webkit-keyframes in-top {
from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-moz-keyframes in-top {
from {
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
to {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@keyframes in-top {
from {
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes out-top {
from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
}

@-moz-keyframes out-top {
from {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
}

@keyframes out-top {
from {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
}

@-webkit-keyframes in-right {
from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-moz-keyframes in-right {
from {
    -moz-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
to {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@keyframes in-right {
from {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes out-right {
from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
}

@-moz-keyframes out-right {
from {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -moz-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
}

@keyframes out-right {
from {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
}

@-webkit-keyframes in-bottom {
from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-moz-keyframes in-bottom {
from {
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
to {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@keyframes in-bottom {
from {
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes out-bottom {
from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
}

@-moz-keyframes out-bottom {
from {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
}

@keyframes out-bottom {
from {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
}

@-webkit-keyframes in-left {
from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-moz-keyframes in-left {
from {
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    }
to {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@keyframes in-left {
from {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    }
to {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes out-left {
from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    }
}

@-moz-keyframes out-left {
from {
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    }
}

@keyframes out-left {
from {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
to {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    }
}

/* .hide-me-field {
    display: none !important;
} */

@media (min-width: 1101px) and (max-width: 1300px) {
    #wg-h-bc .elementor-widget-container {
        margin-right: 15px;
    }
    /* #wg-h-bc .e-n-menu-title-text {
        font-size: 12px;
    } */
    #wg-h-mm  .menu > li {
        margin-right:15px;
    }
    /* #wg-h-mm a {
        font-size: 12px;
    } */
    /* #wg-h-d {
        display: none;
    } */
     #wg-h-p a.wolmart-icon-list-item{
        text-indent: -99999px;
    } 
    #wg-h-main-1 {
        width: 100%;
    }
    #wg-h-main-2 {
        width: auto;
    }
    #wg-h-main-2 > .elementor-widget-wrap {
        flex-wrap: nowrap;
    }
    #wg-h-main-2 .elementor-element{
        width: auto;
        max-width: none;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    #wg-h-wl{width:auto; margin-right: 10px !important;}
    #wg-h-p a.wolmart-icon-list-item i{
        text-indent: 0;
    }
    #wg-h-main {

    } 
}
@media (max-width: 1060px) {
    .wg-callout-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1101px) and (max-width: 1200px) {
     #wg-h-bc .e-n-menu-title-text {
        font-size: 12px;
    }
    #wg-h-mm  .menu > li {
        margin-right:10px;
    }
    #wg-h-mm a {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .e-n-menu-wrapper .e-n-menu-title-container .e-n-menu-icon {
        display: none !important;

    }
    #wg-h-bc .elementor-widget-container {
        margin-right: 15px;
    }
    #wg-h-bc .e-n-menu-title-text {
        font-size: 11px;
    }
    #wg-h-mm  .menu > li {
        margin-right:10px;
    }
    #wg-h-mm a {
        font-size: 11px;
    }
    #wg-h-d {
        display: none;
    }
    #wg-h-p a.wolmart-icon-list-item{
        text-indent: -99999px;
    }
    #wg-h-main-1 {
        width: 100%;
    }
    #wg-h-main-2 {
        width: auto;
    }
    #wg-h-main-2 > .elementor-widget-wrap {
        flex-wrap: nowrap;
    }
    #wg-h-main-2 .elementor-element{
        width: auto;
        max-width: none;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    #wg-h-wl{width:auto; margin-right: 10px !important;}
    #wg-h-p a.wolmart-icon-list-item i{
        text-indent: 0;
    }
    #wg-h-main {

    }
}
@media(max-width: 1024px) {
    .product-archive .products.cols-lg-3 {
        --wolmart-col: 2;  
    }
    .wg-hero-image .wg-hero-title-cont {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .wg-hero-image .wg-hero-title-cont .wg-hero-badge {
        position: relative;
    }
    .wg-hero-image .wg-hero-title-cont .wg-heart {
        bottom: 0px;
        top: auto;
    }
}
@media (min-width: 770px) and (max-width: 991px) {
    .elementor-widget-theme-site-logo{
        max-width: 120px !important;
        width: 100% !important
    }
}
@media(max-width: 991px) {
    .elementor-popup-modal .slider-wrapper{
                --wolmart-col: 1;
    }
    .aioseo-breadcrumbs > span{
        display: none;;
        row-gap: 15px;
    }
     .wg-sidebar {
        max-width: 100%;
        order: -2;
        width: 100%;
        z-index: 11;;
    }
    .wg-content {
        width: 100%;
    }
    .event-woo-row {
        flex-direction: column;
        row-gap: 60px;;
    }
     .toolbox-item {
        color: var(--wolmart-primary-color) !important;
    } 
}
@media (max-width: 769px){
    #wg-h-p, #wg-h-wl {
        margin-right: 0 !important;
    }
    #wg-h-p .elementor-widget-container, #wg-h-wl .elementor-widget-container {
        margin-right: 0px !important;
    }
     #wg-h-p a.wolmart-icon-list-item{
        text-indent: -99999px;
    }
    #wg-h-wl {
        display: none !important;
    }
 #wg-h-wl{width:auto; margin-right: 10px !important;}
    #wg-h-p a.wolmart-icon-list-item i{
        text-indent: 0;
    }
    .wg-hero-section-content { 
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-content > .product-single {
        width: 100% !important;
    }
    .wg-hero-image .wg-hero-title-cont {
        justify-content: flex-end;
    }
    .wg-hero-image{
        min-height: 150px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wg-my-account-title {
        font-size: 28px;
        letter-spacing: 0;
    }
    .wg-my-account-subtitle{
        font-size: 18px;
    }
    .product-archive .products.cols-lg-3 {
        --wolmart-col: 1;  
    }
    .wg-callout {
        padding: 1.8rem;
    }
    .product-single .row>*{
        padding-left:0;
        padding-right:0;
    }
    #wg-bottom-bar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .wg-hero-image > img {
        aspect-ratio: 10/6;
    }
    .wg-heart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
        column-gap: 8px;
        flex-direction: row;
    }
    .wg-hero-image .wg-hero-title-cont h1 {
        font-size: 28px
    }
    .wg-heart .yith-wcwl-add-to-wishlist {
        margin-top:0;
    }
    .wg-hero-image .wg-hero-cat {
        display: none;
    }
    /* .wg-bread-sharebar {
        padding-top: 30px;
    } */
    .wg-heart .yith-wcwl-add-button a.delete_item .yith-wcwl-icon-svg {
        width: 13px;
    }
    .wg-hero-image .wg-hero-badge.ceu-badge{
      font-size: 12px;  
      padding: 5px 8px;
      bottom: auto;
      right: auto;
    }
    .tribe-events-single-section .tribe-events-meta-group-gmap .tribe-events-venue-map{
        height: auto;
    }
    .wg-heart .yith-wcwl-add-button .button {
    } 
    .wg-heart .yith-wcwl-add-button a.view-wishlist{
        font-size: 11px;
    }
    .wg-heart .yith-wcwl-add-button .button{
        font-size:11px !important;
            padding: 5px 8px;
    }
    /* .wg-hero-image .wg-hero-title-cont { 
        max-width: 85%;
        left:50%;
        transform: translateX(-50%);
    } */
   
    .product-single {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .elementor-widget-theme-site-logo {
        max-width: 150px !important;
        width: 100% !important
    }
   
}
@media (max-width: 767px) {
    .wg-sticky-footer {
        display: none;
    }
}
@media (max-width: 767px) {
.woocommerce-cart-form__contents td::before {
    content: attr(data-title);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.woocommerce-cart-form__contents td{
    max-width: 200px;
    width: 100%;
    margin-bottom: 15px !important;
    text-align: left !important;
}

}