.premium-search__input-btn-wrap {
    z-index: 9;
    position: relative;
}

.premium-search__query-wrap {
    /* border: 1px solid #000; */
    background-color: #fff;
    margin-top: 1px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.premium-search__query-wrap .premium-search__posts-wrap {
    max-height: 60vh;
    overflow: hidden auto;
    border: none !important;
    margin-inline: 0 !important;
}

.premium-search__query-wrap .premium-search__posts-wrap .premium-search__post-wrap {
    padding-inline: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

.premium-search__query-wrap .premium-search__post-inner {
    border: none !important;
    padding: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: unset;
}

.premium-search__query-wrap .premium-search__post-inner:hover {
    background-color: #3C09391F;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-title {
    margin-top: 0;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__thumbnail img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__thumbnail-wrap {
    width: 70px;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content {
    width: calc(100% - 70px);
    padding: 0;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content>* {
    margin-right: 0;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content>*:last-child>div {
    margin-top: 16px;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content *:empty {
    display: none;
}

.premium-search__query-wrap .premium-search__post-inner:hover {
    background-color: #3C09391F;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content .premium-search__post-title {
    color: #2B2D42 !important;
    font-family: "futura-pt-bold", Sans-serif;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content .premium-search__post-title * {
    font: inherit !important;
}

.premium-search__query-wrap .premium-search__post-inner .premium-search__post-content .premium-search__excerpt-wrap * {
    font-size: 17px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
}

body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu {
    transition: margin 0.5s ease, opacity 0.5s ease, visiblity 0.5s ease;
    z-index: 1;
}

body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap:not(:hover) .elementor-widget-nav-menu {
    margin-inline: calc(var(--menuWidth, 400px) * -1) 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap {
    height: 44px;
    min-width: 156px;
}

body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap:hover .elementor-widget-nav-menu {
    /* margin-inline: 0px 0; */
    opacity: 1;
    visibility: visible;
}

body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul {
    flex-wrap: nowrap;
}

/* body:not(.elementor_library-template) .mega_menu .premium-mega-content-container {
  top: calc(100% - 44px) !important;
  z-index: -1 !important;
  transition-delay: unset !important;
} */

body:not(.elementor_library-template) .menu_wrap {
    max-height: 64.9vh;
    overflow: hidden;
}

body:not(.elementor_library-template) .menu_row {
    max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 75px);
    overflow: hidden auto;
}

div.snize div.custom-sale-badge {
    padding: 14px 10px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  top: 7px;
  position: absolute;
  left: 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  background-color: #f04;
}

@-webkit-keyframes boxes-slide-in {
    from {
        opacity: 0;
        transform: translate(-50px, 0);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes boxes-slide-in {
    from {
        opacity: 0;
        transform: translate(-50px, 0);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

a.wishlist_products_counter,
a.header-wishlist-icon {
    position: relative;
    z-index: 1;
    display: block;
}

a.header-wishlist-icon span.icon {
    display: block;
}

a.wishlist_products_counter,
a.header-wishlist-icon span.icon svg {
    color: #fff;
    display: block;
    transition: all 0.3s ease;
}

a.wishlist_products_counter:hover,
a.header-wishlist-icon:hover span.icon svg {
    color: var(--e-global-color-d9e88a8);
}

a.wishlist_products_counter span.wishlist_products_counter_number,
.elementor-menu-cart__toggle_button span.elementor-button-icon-qty,
a.header-wishlist-icon span.count {
    position: absolute;
    top: -1px !important;
    right: -4px;
    background-color: #fff !important;
    border: 1px solid #000;
    width: 15px !important;
    height: 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--e-global-color-accent) !important;
    font-size: 10px !important;
    font-weight: 900;
    line-height: 1.3 !important;
    /* font-family: "FuturaBook", Sans-serif; */
    min-width: 15px !important;
}

a.wishlist_products_counter::before {
    margin: 0 !important;
    font-size: 25px !important;
}

.elementor-menu-cart__toggle_button {
    position: relative;
    z-index: 1;
}

body:not(.elementor-editor-active) .mega_menu .premium-nav-menu-container .menu-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 154px;
}

body:not(.elementor-editor-active) .mega_menu .premium-nav-menu-container .menu-item .premium-mega-content-container {
    position: relative !important;
    inset: auto !important;
    order: -1;
    width: var(--container-width, 1580px) !important;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transition: none !important;
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu {
    display: block;
    column-count: 4;
    width: calc(100% + 24px);
    margin: -12px;
    /* clear: both; */
    column-gap: 10px;
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li {
    width: 100%;
    break-inside: avoid !important;
    /* float: left; */
    padding: 12px;
    transition: opacity 0.3s ease 0.08s;
}

body:not(.elementor-editor-active) .mega_menu .premium-nav-menu-container .menu-item:not(.menu-open) ul.elementor-nav-menu>li {
    opacity: 0;
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu ul.sub-menu {
    display: block;
    position: relative;
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu a {
    border: none !important;
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu a+.sub-menu {
    padding-top: 10px !important;
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a,
body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li .sub-menu .menu-item-has-children~li>a,
/* body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li .sub-menu>li:not(.menu-item-has-children):first-child>a, */
body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu .menu-item-has-children>a {
    font-weight: 600 !important;
}

body:not(.elementor-editor-active) .mega_menu .premium-nav-menu-container .menu-item a.premium-menu-link {
    height: 44px;
}

body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child {
    max-height: 100%;
    overflow: hidden auto;
}

.premium-search__query-wrap .premium-search__posts-wrap::-webkit-scrollbar,
body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child::-webkit-scrollbar {
    width: 0.5em;
}

.premium-search__query-wrap .premium-search__posts-wrap::-webkit-scrollbar-track,
.menu-members-dropdown .wrapper-dropdown .dropdown>ul::-webkit-scrollbar-track,
body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child::-webkit-scrollbar-track {
    background-color: #3C09391F;
}

.premium-search__query-wrap .premium-search__posts-wrap::-webkit-scrollbar-thumb,
.menu-members-dropdown .wrapper-dropdown .dropdown>ul::-webkit-scrollbar-thumb,
body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
}

body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li .sub-menu .menu-item-has-children~li,
body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li .sub-menu>li:first-child+.menu-item-has-children {
    padding-top: 5px;
}

body:not(.elementor-editor-active).home header .bottom_bar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent !important;
}

body:not(.elementor-editor-active) header .bottom_bar {
    height: 44px;
}

/* content grid css */

body:not(.elementor-editor-active) .content_grid .content_col:nth-child(4n + 1),
body:not(.elementor-editor-active) .content_grid .content_col:nth-child(4n + 3) {
    grid-row: span 2;
    grid-column: 1;
}

body:not(.elementor-editor-active) .content_grid .content_col:nth-child(4n + 2) {
    grid-column: 2;
}

body:not(.elementor-editor-active) .content_grid .content_col:nth-child(4n + 3) {
    grid-column: 3;
}

body:not(.elementor-editor-active) .content_grid .content_col:nth-child(4n + 4) {
    grid-column: 2;
}

body:not(.elementor-editor-active) .content_grid .content_col {
    overflow: hidden;
    margin-block: 8px;
}

.footer_menu nav>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: auto;
    gap: 2px 0;
}

.footer_menu nav>ul>li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

footer.elementor-location-footer nav ul.elementor-nav-menu li.menu-item {
    display: block !important;
}

footer.elementor-location-footer nav ul.elementor-nav-menu .sub-menu {
    display: block !important;
    position: relative !important;
    inset: unset !important;
    transform: none !important;
    width: 100% !important;
}

footer.elementor-location-footer nav ul.elementor-nav-menu .sub-menu a {
    border: none;
}

.member-button {
    margin-top: 20px;
}

.member-button a {
    background-color: var(--e-global-color-accent);
    fill: var(--e-global-color-0e93827);
    color: var(--e-global-color-0e93827);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 10px 10px 10px 10px;
    padding: 12px 28px;
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.member-button a:hover {
    color: var(--e-global-color-0e93827);
    background-color: var(--e-global-color-5e06287);
    border-color: var(--e-global-color-5e06287);
}

.employees-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.employees-wrapper .employee-col {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EDF2F4;
    border-radius: 10px;
}

.employee .employee-image {
    position: relative;
    overflow: hidden;
    padding-top: 131.464174%;
}

.employee .employee-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee .employee-info {
    padding: 12px 22px;
}

/* .employee .employee-info > * {
  font-family: "FuturaBook", Sans-serif;
} */

.employee .employee-info>*:first-child {
    margin-top: 0;
}

.employee .employee-info>*:last-child,
.employee .employee-info>*:last-child p,
.employee .employee-info .employee-email p {
    margin-bottom: 0;
}

.employee .employee-info h5.employee-name {
    margin-bottom: 0;
    font-weight: 600;
}

.employee .employee-info h5.employee-title {
    margin-top: 4px;
    font-weight: 400;
    font-size: 18px;
  color: var( --e-global-color-accent );
    margin-bottom: 18px;
}

.employee .employee-info .employee-email a {
    text-decoration: underline;
}

.social_icons_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0;
}

.social_icons_list li {
    flex: 0 0 auto;
}

.social_icons_list a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-accent);
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.social_icons_list a:hover {
    background-color: var(--e-global-color-5e06287);
}

.social_icons_list a img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.menu-members-dropdown .wrapper-dropdown {
    position: relative;
    border: 1px solid #fff;
    border-radius: 13px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    cursor: pointer;
}

.menu-members-dropdown .wrapper-dropdown>span *,
.menu-members-dropdown .wrapper-dropdown>span {
    color: #fff;
    font-size: 16px;
}

.menu-members-dropdown .wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000000;
    min-width: 181px;
    max-height: 0;
    overflow: hidden;
    /* opacity: 0; */
    visibility: hidden;
    /* transform: scaleY(0); */
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
    padding-block: 15px;
    padding-inline: 15px 8px;
    border: 1px solid #707070;
    border-radius: 0px 0px 10px 10px;
    transform-origin: top;
}

.menu-members-dropdown .wrapper-dropdown.active .dropdown {
    /* opacity: 2; */
    visibility: visible;
    /* transform: scaleY(1); */
    max-height: 305px;
}

.menu-members-dropdown .wrapper-dropdown svg,
.menu-members-dropdown .wrapper-dropdown img {
    width: 16px;
    fill: #fff;
    display: block;
    transition: all 0.3s ease;
}

.menu-members-dropdown .wrapper-dropdown:hover svg {
    fill: var(--e-global-color-d9e88a8);
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul {
    overflow: hidden auto;
    max-height: 273px;
    display: block;
    padding: 0;
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul>li {
    transition: all 0.3s ease;
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul>li:hover {
    color: var(--e-global-color-d9e88a8);
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul>li:not(:first-child) {
    margin-top: 5px;
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul>li {
    font-size: 18px;
    color: white;
    transition: all 0.3s ease;
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul>li:hover {
    color: var(--e-global-color-d9e88a8);
}

.menu-members-dropdown .wrapper-dropdown .dropdown>ul::-webkit-scrollbar {
    width: 6px;
}

header.elementor-location-header .elementor-menu-cart__container {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    width: 100%;
    inset: var(--wp-admin--admin-bar--height, 0px) 0 0 0;
}

header.elementor-location-header .elementor-menu-cart__container .elementor-menu-cart__main {
    width: 365px;
}

header.elementor-location-header .elementor-menu-cart__container .cart_item {
    grid-template-columns: 72px 1fr;
}

header.elementor-location-header .elementor-menu-cart__container .cart_item .product-thumbnail img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
}

header.elementor-location-header .elementor-menu-cart__container .cart_item .product-price {
    height: 100%;
}

header.elementor-location-header .elementor-menu-cart__container .cart_item .product-name {
    display: flex;
    align-items: flex-end;
}

header.elementor-location-header .elementor-menu-cart__container .cart_item .product-name>* {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

header.elementor-location-header .elementor-menu-cart__container .elementor-menu-cart__product-remove {
    width: 22px;
    height: 22px;
    inset-block: 20px;
    margin-block: auto;
}

header.elementor-location-header .elementor-menu-cart__container .cart_item:first-child .product-remove {
    top: 0;
}

header.elementor-location-header .elementor-menu-cart__container .elementor-menu-cart__subtotal {
    border: none;
    padding: 0;
    text-align: left;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px !important;
    border-top: 1px solid var(--divider-color, #d5d8dc);
    padding-top: 18px;
}

header.elementor-location-header .elementor-menu-cart__container .elementor-menu-cart__subtotal strong {
    color: #2B2D42;
}

header.elementor-location-header .elementor-menu-cart__container .elementor-menu-cart__footer-buttons a.elementor-button {
    font-weight: 400;
}

/* header.elementor-location-header .elementor-menu-cart__container .elementor-menu-cart__subtotal * {
  font-size: inherit !important;
} */

/* wishlist css start */
.wishlist_table .tinv-header {
    display: none;
}

.wishlist_table form {
    border: 1px solid #d5d8dc;
    padding: 20px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    overflow: auto hidden;
}

.wishlist_table form table,
.wishlist_table form table tr,
.wishlist_table form table th,
.wishlist_table form table td {
    border: none !important;
    margin-bottom: 0 !important;
}

.wishlist_table form table td {
    background-color: transparent !important;
    padding: 20px 20px 20px 0 !important;
    color: #2B2D42 !important;
    font-size: 16px !important;
    font-weight: 400;
}

.wishlist_table form table tbody td {
    border-bottom: 1px solid var(--e-global-color-5e06287) !important;
}

.wishlist_table form table tbody td *:not(button, button *, .button, .button *) {
    font: inherit;
    color: inherit;
}

.wishlist_table form table th {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px 8px 0 !important;
    color: var(--e-global-color-accent);
    text-align: left;
}

.wishlist_table form table th:last-child,
.wishlist_table form table td:last-child {
    padding-right: 0 !important;
}

.wishlist_table form table tfoot td:last-child {
    padding-bottom: 0 !important;
}

.wishlist_table form table tbody td a {
    font-size: 18px !important;
    color: var(--e-global-color-accent) !important;
    font-weight: 600 !important;
}

.wishlist_table form table tbody td a:hover {
    color: #2B2D42 !important;
}

.wishlist_table form .stock i {
    margin-right: 6px;
    font-size: 14px !important;
}

.wishlist_table form .button {
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.wishlist_table form .button:hover {
    background-color: #8223b5 !important;
    color: #fff !important;
}

.wishlist_table form table td.product-action {
    min-width: 160px;
}

.wishlist_table form table .tinvwl-input-group {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.wishlist_table form table .tinvwl-input-group input,
.wishlist_table form table .tinvwl-input-group select {
    display: block !important;
    height: auto !important;
    border-radius: 10px;
    font-size: 18px;
    outline: none;
    flex-grow: 0.9;
    width: auto;
    float: none;
}

.wishlist_table form table .tinvwl-input-group .tinvwl-input-group-btn {
    display: block;
    flex-grow: 1;
    padding-left: 0 !important;
}

.wishlist_table form table .product-remove button {
    background-color: var(--e-global-color-accent) !important;
    color: #fff;
    border-radius: 50%;
    padding: 0;
}

.wishlist_table form table .product-remove button * {
    display: block;
    line-height: 1.3;
}

.wishlist_table form table .product-remove button:hover {
    background-color: #8223b5 !important;
}

.wishlist_table form table tbody td.product-cb input {
    display: block;
}

.wishlist_table form table .tinvwl-to-left {
    display: none;
}

.wishlist_table form table .tinvwl-to-right {
    text-align: left;
    width: 100%;
}

.woocommerce-cart-form .shop_table thead th {
    font-size: 20px !important;
}

.woocommerce-cart-form .shop_table tbody td,
.e-cart-totals .shop_table td {
    font-size: 16px;
}

.e-cart-totals .shop_table td:before,
.e-cart-totals .shop_table td span,
.woocommerce-cart-form .shop_table tbody td span {
    color: #2B2D42 !important;
    font-size: 16px !important;
}

.woocommerce-cart-form .shop_table td .quantity input {
    border: 1px solid var(--e-global-color-accent) !important;
    padding: 0 8px !important;
    color: #2B2D42 !important;
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-cart-form .shop_table tbody td.actions button.button {
    background-color: var(--e-global-color-accent);
    color: var(--checkout-button-normal-text-color, #fff) !important;
    border-color: var(--e-global-color-accent);
}

.woocommerce-cart-form .shop_table tbody td.actions button.button:hover {
    background-color: var(--e-global-color-7aace68) !important;
    border-color: var(--e-global-color-7aace68) !important;
}

form.woocommerce-checkout input {
    font-size: 16px !important;
    color: var(--forms-labels-color, #69727d) !important;
    outline: none;
    box-shadow: none;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
    margin: 0;
    height: 54px;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 2.4;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    top: 0;
}

.select2-container {
    width: auto;
}

.select2-container .select2-dropdown {
    border: none;
}

form.woocommerce-checkout select {
    padding: var(--forms-fields-padding, 16px) !important;
    border: none !important;
    border-radius: var(--forms-fields-border-radius, 0) !important;
}

form.woocommerce-checkout h3 {
    font-size: 20px !important;
}

.e-checkout__order_review .shop_table th,
.e-checkout__order_review .shop_table td {
    font-size: 16px;
}

.woocommerce-checkout-payment label {
    color: var(--sections-title-color, #000) !important;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-checkout-payment .payment_box.payment_method_cod p {
    font-size: 16px;
}

form.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 16px !important;
}

form.woocommerce-checkout .woocommerce-shipping-fields h3 span {
    color: #2b2d42;
}

form.woocommerce-checkout .woocommerce-shipping-fields h2 {
    font-size: 20px !important;
    color: var(--sections-title-color, #000);
    margin-block: 0 30px;
}

form.woocommerce-checkout .woocommerce-shipping-fields div#msa_shipping_addresses {
    margin-top: 0;
}

form.woocommerce-checkout .form-row:last-child {
    margin-bottom: 0 !important;
}

form.woocommerce-checkout button#place_order:last-of-type {
    margin-bottom: 0 !important;
}

.woocommerce-order * {
    font-family: var(--e-global-typography-primary-font-family);
    color: #2b2d42;
}

.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-thankyou-order-received * {
    font-size: 18px;
    color: var(--e-global-color-accent);
}

ul.woocommerce-order-overview {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 14px 0;
}

ul.woocommerce-order-overview li {
    font-size: 14px !important;
}

ul.woocommerce-order-overview li strong {
    font-size: 18px !important;
    margin-top: 5px;
}

.woocommerce-customer-details h2,
.woocommerce-order-details h2 {
    color: var(--e-global-color-accent);
    margin-top: 0;
}

.woocommerce-order-details .woocommerce-table {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px !important;
}

.woocommerce-order-details .woocommerce-table thead th {
    background-color: var(--e-global-color-accent) !important;
    padding: 14px 20px !important;
    color: #fff;
    font-size: 18px;
}

.woocommerce-order-details .woocommerce-table td {
    color: #2b2d42 !important;
    font-size: 16px;
    padding: 14px 20px !important;
}

.woocommerce-order-details .woocommerce-table tfoot th {
    color: var(--e-global-color-accent) !important;
    font-size: 16px;
    padding: 14px 20px !important;
}

.woocommerce-customer-details address {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px !important;
    border: none !important;
    border-radius: 10px !important;
}

.woocommerce-customer-details address p.woocommerce-customer-details--phone {
    margin-bottom: 0;
}

.woocommerce-order>* {
    margin-bottom: 30px !important;
}

.woocommerce-order>*:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
    margin-bottom: 12px !important;
}

.select2-container .select2-dropdown ul.select2-results__options li:hover,
.select2-container .select2-dropdown ul.select2-results__options li[data-selected="true"] {
    color: #fff !important;
}

.woocommerce .woocommerce-MyAccount-navigation {
    background-color: var(--sections-background-color, #fff);
    padding: 20px;
    border-radius: 20px;
}

/*.woocommerce .woocommerce-MyAccount-navigation a {*/
/*    background-color: transparent !important;*/
/*    color: #470a68 !important;*/
/*    border: none !important;*/
/*    transition: all 0.3s ease !important;*/
/*    border-radius: 12px !important;*/
/*}*/

/*.woocommerce .woocommerce-MyAccount-navigation .is-active a,*/
/*.woocommerce .woocommerce-MyAccount-navigation a:hover {*/
/*    background-color: #470a68 !important;*/
/*    color: #fff !important;*/
/*}*/

.woocommerce .woocommerce-MyAccount-navigation li {
    border: none !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-top: 1px solid var(--e-global-color-accent) !important;
    margin-top: 12px !important;
    padding-top: 12px;
}


selector input,
selector label,
selector select,
selector textarea {
    outline: none;
    box-shadow: none;
}

.woocommerce .woocommerce-MyAccount-content h2 {
    margin-top: 0 !important;
    font-size: 30px !important;
    color: var(--e-global-color-accent) !important;
    margin-bottom: 30px !important;
    font-weight: 600 !important;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters select[name="user_id"],
.woocommerce .woocommerce-MyAccount-content .filter-options select[name="user_id"] {
    min-width: auto;
    width: 60.7%;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters select[name="role"],
.woocommerce .woocommerce-MyAccount-content .filter-options select[name="role"] {
    width: calc(39.3% - 15px);
}

.woocommerce .woocommerce-MyAccount-content .ca-filters .button-group,
.woocommerce .woocommerce-MyAccount-content .filter-options .button-group {
    flex-basis: auto !important;
    flex-grow: 0;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters .date-inputs,
.woocommerce .woocommerce-MyAccount-content .filter-options .date-inputs {
    margin: 0;
    width: 40%;
    flex: 0 0 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce .woocommerce-MyAccount-content .ca-filters .search-field,
.woocommerce .woocommerce-MyAccount-content .filter-options .search-field {
    flex: 1 0 0;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters .search-field input,
.woocommerce .woocommerce-MyAccount-content .filter-options .search-field input {
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters .date-inputs>*,
.woocommerce .woocommerce-MyAccount-content .filter-options .date-inputs>* {
    overflow: hidden;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters input,
.woocommerce .woocommerce-MyAccount-content .filter-options input,
.woocommerce .woocommerce-MyAccount-content .ca-filters select,
.woocommerce .woocommerce-MyAccount-content .filter-options select {
    font-size: 16px;
    border: none;
    border-radius: 9px;
    background-color: #fff;
    font-family: var(--e-global-typography-primary-font-family);
    padding: 7px 20px;
    margin: 0;
    color: #2b2d42;
    height: 38px;
    line-height: 1;
    background-color: #f3f8f4;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters label,
.woocommerce .woocommerce-MyAccount-content .filter-options label {
    color: #2b2d42;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 14px;
    display: block;
    line-height: 1.4;
}

.woocommerce .woocommerce-MyAccount-content table .button,
.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce .woocommerce-MyAccount-content .ca-filters+button#js-csv-export-btn,
.woocommerce .woocommerce-MyAccount-content .ca-filters .button-group .button,
.woocommerce .woocommerce-MyAccount-content .filter-options .button-group input[type="submit"],
.woocommerce .woocommerce-MyAccount-content .filter-options .button-group .button,
.woocommerce .woocommerce-MyAccount-content .alignright.actions button {
    background-color: var(--e-global-color-accent);
    color: #fff !important;
    padding: 11px 18px;
    display: block;
    margin: 0;
    border-radius: 10px !important;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    border: none !important;
    text-align: center;
}

.woocommerce .woocommerce-MyAccount-content table .button {
    background-color: var(--e-global-color-accent) !important;
    padding: 11px 18px !important;
}

.woocommerce .woocommerce-MyAccount-content table .button:hover,
.woocommerce-MyAccount-content .woocommerce-info .button:hover,
.woocommerce .woocommerce-MyAccount-content .ca-filters+button#js-csv-export-btn:hover,
.woocommerce .woocommerce-MyAccount-content .ca-filters .button-group .button:hover,
.woocommerce .woocommerce-MyAccount-content .filter-options .button-group input[type="submit"]:hover,
.woocommerce .woocommerce-MyAccount-content .filter-options .button-group .button:hover,
.woocommerce .woocommerce-MyAccount-content .alignright.actions button:hover {
    background-color: var(--e-global-color-7aace68) !important;
}

.woocommerce .woocommerce-MyAccount-content form.search-box {
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content .alignright.actions {
    margin-top: 0px !important;
}

.woocommerce .woocommerce-MyAccount-content table thead th {
    background-color: var(--e-global-color-accent) !important;
    padding: 14px 15px !important;
    color: #fff !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 16px;
}

.woocommerce .woocommerce-MyAccount-content table tbody th,
.woocommerce .woocommerce-MyAccount-content table td {
    padding: 10px 15px !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    word-break: break-word;
    color: #2b2d42 !important;
}

.woocommerce .woocommerce-MyAccount-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none;
    margin: 0 !important;
    max-width: 100%;
}

.woocommerce .woocommerce-MyAccount-content {
    background-color: var(--sections-background-color, #fff);
    width: calc(75% - 30px) !important;
    padding: 20px 20px !important;
    border-radius: 20px;
}

.woocommerce .woocommerce-MyAccount-content table tbody tr:last-child th,
.woocommerce .woocommerce-MyAccount-content table tbody tr:last-child td {
    padding-bottom: 0 !important;
}

.woocommerce .woocommerce-MyAccount-content .ca-filters+button#js-csv-export-btn {
    margin-bottom: 20px;
}

.woocommerce-info {
    border-top-color: var(--e-global-color-accent);
}

.woocommerce-info:before {
    color: var(--e-global-color-accent);
}

.woocommerce .woocommerce-MyAccount-content table th * {
    color: inherit !important;
}

.product_card .tinv-wraper a {
    display: block;
    padding: 4px;
    background-color: #fff;
    border-radius: 16px;
    font-size: 30px;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    transition: all 0.3s ease;
}

.product_card .tinv-wraper a:before {
    font-size: inherit !important;
    position: relative !important;
    inset: auto !important;
    margin: unset !important;
    display: block !important;
    color: #2B2D42;
}

.product_card .tinv-wraper a span.tinvwl-product-stats {
    display: none;
}

.product_card:not(:hover) .tinv-wraper a:not(.tinvwl-product-in-list) {
    opacity: 0;
    visibility: hidden;
}

.product_card .elementor-widget-woocommerce-product-add-to-cart {
    margin-top: -40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.product_card:hover .elementor-widget-woocommerce-product-add-to-cart {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}

.product_image .flex-viewport {
    background-color: #fff;
    border-radius: 10px;
}

.product_image .flex-viewport a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 100%;
}

.product_image .flex-viewport a img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.product_image .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 7px;
    margin-top: 10px !important;
}

.product_image .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.product_image .flex-control-thumbs li img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.product_meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 6px;
}

.product_meta .detail-container {
    width: 100%;
    font-weight: 400 !important;
}

.product_meta .detail-container * {
    font-weight: inherit;
}

.product_meta .posted_in {
    order: -1;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 700;
    display: none !important;
}

/* wishlist css end */

.snize.snize-modal,
body.searchanise-search-results-page,
body.tax-product_cat {
    background-color: #f3f8f4;
    box-sizing: border-box !important;
}

body.searchanise-search-results-page *,
body.tax-product_cat * {
    box-sizing: border-box !important;
}

.searchanise-search-results-page .site-main,
.tax-product_cat .site-main {
    width: 100% !important;
    max-width: 1640px !important;
    margin-inline: auto !important;
    padding: 0 30px !important;
}

.searchanise-search-results-page .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 18px;
    color: #2B2D42;
}

.searchanise-search-results-page .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a {
    color: var(--e-global-color-accent);
}

.searchanise-search-results-page h1,
.tax-product_cat h1 {
    margin-top: 0;
    word-break: break-word;
}

.searchanise-search-results-page .snize,
.tax-product_cat .snize {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding-bottom: 40px;
}

.searchanise-search-results-page .snize>*,
.tax-product_cat .snize>* {
    flex: 0 0 100%;
    float: none;
}

.searchanise-search-results-page .snize .snize-search-results-header,
.searchanise-search-results-page .snize .snize-horizontal-wrapper .snize-search-results-header,
.tax-product_cat .snize .snize-horizontal-wrapper .snize-main-panel-collection-results-found {
    font-size: 18px !important;
    color: #2B2D42;
    margin: 0 !important;
}

.searchanise-search-results-page .snize .snize-filters-sidebar,
.tax-product_cat .snize .snize-filters-sidebar {
    flex: 0 0 240px;
    max-width: 240px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.searchanise-search-results-page .snize .snize-filters-sidebar:not(.snize-hidden)+.snize-search-results-main-content,
.tax-product_cat .snize .snize-search-results-main-content {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    padding-left: 30px;
    overflow: hidden;
}

.searchanise-search-results-page .snize .snize-search-results-main-content .snize-four-columns,
.tax-product_cat .snize .snize-search-results-main-content .snize-four-columns,
.searchanise-search-results-page .snize #snize-search-results-grid-mode,
.tax-product_cat .snize #snize-search-results-grid-mode {
    width: 100% !important;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 0;
    margin: 0 -5px !important;
    width: auto;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: auto;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a {
    height: 100%;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item {
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item .custom-ti-wishlist a.tinvwl_add_to_wishlist_button,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item .custom-ti-wishlist a.tinvwl_add_to_wishlist_button {
    display: block;
    position: absolute !important;
    top: 10px;
    right: 10px;
    color: #2B2D42;
    padding: 14px;
    background-color: #fff;
    border-radius: 10px;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item .custom-ti-wishlist a.tinvwl_add_to_wishlist_button span.tinvwl-product-stats,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item .custom-ti-wishlist a.tinvwl_add_to_wishlist_button span.tinvwl-product-stats {
    display: none;
}

/* .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item:not(:hover) .custom-ti-wishlist a.tinvwl_add_to_wishlist_button:not(.tinvwl-product-make-remove),
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item:not(:hover) .custom-ti-wishlist a.tinvwl_add_to_wishlist_button:not(.tinvwl-product-make-remove) {
    opacity: 0;
    visibility: hidden;
} */

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-thumbnail,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-thumbnail {
    padding-top: 100% !important;
    position: relative !important;
    height: auto !important;
    overflow: hidden;
    border-radius: 7px;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-thumbnail img,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-thumbnail img {
    position: absolute !important;
    inset: 0 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden {
    padding: 20px 0 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 164px;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-suffix,
.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-prefix,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-suffix,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-prefix,
.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden span.snize-title,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden span.snize-title {
    text-align: center !important;
    font-size: 14px;
    font-weight: 400;
    color: #2B2D42;
    margin: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: none !important;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-suffix,
.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-prefix,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-suffix,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-prefix {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 400 !important;
    font-family: var(--e-global-typography-text-font-family);
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-suffix,
.tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li>a .snize-price-list span.price-suffix {
    margin-inline: 0;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden span.snize-description,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden span.snize-description {
    font-size: 0;
    margin: 0;
    display: none;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden .snize-price-list,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden .snize-price-list,
.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden .snize-price-list *,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden .snize-price-list * {
    font-size: 25px;
    font-family: "futura-pt-bold", Sans-serif;
    text-align: center !important;
    font-weight: 700;
    color: #2B2D42 !important;
    margin: 0;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden button.snize-button,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden button.snize-button {
    position: relative;
    inset: auto !important;
    opacity: 0;
    visibility: hidden;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 11px 20px;
    color: #EDF2F4;
    background-color: #AFCEB4;
    transition: all 0.3s;
    line-height: 1;
    width: auto;
    height: auto;
    margin-top: -55px;
    z-index: 0;
    text-transform: none !important;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item:hover span.snize-overhidden button.snize-button,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item:hover span.snize-overhidden button.snize-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden button.snize-button:hover,
.tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden button.snize-button:hover {
    background-color: var(--e-global-color-accent);
}

.searchanise-search-results-page .snize .snize-product-filters-block,
.tax-product_cat .snize .snize-product-filters-block {
    border: none;
}

.searchanise-search-results-page .snize .snize-product-filters-block .snize-product-filters-title,
.tax-product_cat .snize .snize-product-filters-block .snize-product-filters-title,
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title>span,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title>span {
    font-family: "futura-pt-bold", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2B2D42;
    padding: 0 !important;
    display: block;
    margin-bottom: 12px;
}

.searchanise-search-results-page .snize .snize-product-filters-block .snize-product-filters-title i,
.tax-product_cat .snize .snize-product-filters-block .snize-product-filters-title i {
    display: none !important;
}

.searchanise-search-results-page .snize .snize-product-filters-block ul.snize-product-filters-list,
.tax-product_cat .snize .snize-product-filters-block ul.snize-product-filters-list {
    margin-bottom: 0 !important;
    display: block !important;
}

.searchanise-search-results-page .snize .snize-product-filters-block ul.snize-product-filters-list>li:first-child:last-child,
.tax-product_cat .snize .snize-product-filters-block ul.snize-product-filters-list>li:first-child:last-child {
    margin-bottom: 0;
}

.searchanise-search-results-page .snize .snize-product-filters-block ul.snize-product-filters-list div.snize div.snize-price-range,
.tax-product_cat .snize .snize-product-filters-block ul.snize-product-filters-list div.snize div.snize-price-range {
    margin-top: 0;
}

.searchanise-search-results-page .snize .snize-filters-sidebar>*,
.tax-product_cat .snize .snize-filters-sidebar>* {
    order: 99;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_tags,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_tags {
    order: -1 !important;
}

.snize.snize-modal #snize_product_filter_stock_status ul.snize-product-filters-list label span.needsclick,
.snize.snize-modal .snize-product-filter-container ul.snize-main-panel-dropdown-content a,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_stock_status .needsclick,
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-clear-all-button,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-clear-all-button,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_tags ul.snize-product-filters-list span.needsclick,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_tags ul.snize-product-filters-list span.needsclick,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_categories span.needsclick,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_categories span.needsclick {
    font-size: 16px !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    color: #2B2D42 !important;
}

.snize.snize-modal .snize-product-filter-container ul.snize-main-panel-dropdown-content a {
    line-height: 1.2 !important;
}

.snize.snize-modal .snize-product-filter-container ul.snize-main-panel-dropdown-content a::before {
    width: 22px !important;
    height: 22px !important;
    background-size: 22px !important;
    background-position: center !important;
}

.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title {
    order: -1;
    border: none;
}

.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters {
    margin: 0;
}

.snize.snize-modal div#snize_product_filters_selected .snize-selected-filters ul,
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 8px;
}

.snize.snize-modal div#snize_product_filters_selected .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button),
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button),
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) {
    background-color: #7E9181;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    padding: 2px 10px;
    gap: 2px;
}

.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-clear-all-button,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-clear-all-button {
    width: 100%;
    margin-top: 8px;
}

.snize.snize-modal div#snize_product_filters_selected .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) span.snize-clear-the-filter,
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) span.snize-clear-the-filter,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) span.snize-clear-the-filter {
    font: inherit;
    line-height: inherit !important;
    display: block;
}


.snize.snize-modal div#snize_product_filters_selected .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon,
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon {
    width: auto;
    height: auto;
}

.snize.snize-modal div#snize_product_filters_selected .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon svg,
.searchanise-search-results-page .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon svg,
.tax-product_cat .snize .snize-filters-sidebar .snize-filters-title .snize-selected-filters ul li.snize-filter-button:not(.snize-clear-all-button) .snize-clear-icon svg {
    display: block;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg {
    order: 2;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0 !important;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter:before,
.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter:after,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter:before,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter:after,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter:before,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter:after {
    display: none;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li label,
.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li label .snize-color-filter-checkbox,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li label,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li label,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li label .snize-color-filter-checkbox,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li label .snize-color-filter-checkbox {
    display: block;
    width: auto;
    height: auto;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick {
    width: 18px;
    height: 18px;
    display: block;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:before,
.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:after,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:before,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:before,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:after,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:after {
    width: auto;
    height: auto;
    inset: -2px;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:after,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:after,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_farg ul.snize-product-color-filter>li span.needsclick:after {
    border-color: #7e9181;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_categories,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_categories {
    order: 1;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range {
    margin-top: 0;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range input,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range input,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range input,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range input {
    background-color: transparent;
    width: 50px;
    padding: 0;
    height: auto;
    font-size: 14px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    color: var(--e-global-color-accent);
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}


.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider {
    order: -1;
    width: 100%;
    padding-block: 29px 10px;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range span.snize-range-divider,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range span.snize-range-divider,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range span.snize-range-divider,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range span.snize-range-divider {
    display: none;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range input.snize-range-max-price,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range input.snize-range-max-price,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range input.snize-range-max-price,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range input.snize-range-max-price {
    text-align: right;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar {
    height: 7px;
    background-color: #AFCEB427;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .selected-bar {
    background-color: #7E9181;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer {
    width: 15px;
    height: 15px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #707070;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer:after,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer:after,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer:after,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer:after {
    content: '';
    position: absolute;
    left: 0;
    right: 1px;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #7e9181;
    margin-inline: auto;
}

.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer-label,
.snize.snize-modal div#snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer-label,
.tax-product_cat .snize #snize_product_filter_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer-label,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list .snize-price-range .snize-price-range-slider .back-bar .pointer-label {
    display: block !important;
    position: absolute;
    top: -29px;
    background-color: #7E9181;
    color: #fff;
    padding: 3px 4px;
    border-radius: 5px;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_storlek ul.snize-product-size-filter,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    max-height: none !important;
    height: auto !important;
    max-width: 100%;
    overflow: unset;
    padding: 0 !important;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_storlek ul.snize-product-size-filter::before,
.snize.snize-modal #snize_product_filter_custom_taxonomy_storlek ul.snize-product-size-filter::after,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter::before,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter::before,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter::after,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter::after {
    display: none;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_storlek ul.snize-product-size-filter>li,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter>li,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek ul.snize-product-size-filter>li {
    margin: 0 !important;
    width: auto;
    min-width: 33px;
    height: 33px;
}

.snize.snize-modal #snize_product_filter_custom_taxonomy_storlek ul.snize-product-size-filter>li span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchanise-search-results-page .snize .snize-main-panel-controls,
.tax-product_cat .snize .snize-main-panel-controls,
.searchanise-search-results-page .snize .snize-main-panel,
.tax-product_cat .snize .snize-main-panel {
    display: none;
}


.snize.snize-modal #snize_product_filter_custom_taxonomy_storlek ul.snize-product-size-filter>li input[type=checkbox]:checked+span,
.searchanise-search-results-page .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek .snize-size-filter-checkbox input[type=checkbox]:checked+span,
.tax-product_cat .snize .snize-filters-sidebar #snize_filters_block_custom_taxonomy_storlek .snize-size-filter-checkbox input[type=checkbox]:checked+span {
    background: #7e9181;
    border-color: #7e9181;
}

.searchanise-search-results-page .snize .snize-pagination ul,
.tax-product_cat .snize .snize-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.searchanise-search-results-page .snize .snize-pagination ul li>*,
.tax-product_cat .snize .snize-pagination ul li>* {
    width: auto !important;
    min-width: 40px;
    height: 40px !important;
    padding: 5px 7px;
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    border-radius: 5px !important;
}

.searchanise-search-results-page .snize .snize-pagination ul li>*:hover,
.searchanise-search-results-page .snize .snize-pagination ul .active,
.tax-product_cat .snize .snize-pagination ul li>*:hover,
.tax-product_cat .snize .snize-pagination ul .active {
    background-color: #AFCEB4 !important;
    color: var(--e-global-color-accent) !important;
}

.searchanise-search-results-page .snize .snize-pagination ul li>.snize-pagination-prev,
.searchanise-search-results-page .snize .snize-pagination ul li>.snize-pagination-next {
    background-size: 0px;
}

.searchanise-search-results-page .snize .snize-pagination ul li>.snize-pagination-prev:after,
.tax-product_cat .snize .snize-pagination ul li>.snize-pagination-prev:after,
.searchanise-search-results-page .snize .snize-pagination ul li>.snize-pagination-next:after,
.tax-product_cat .snize .snize-pagination ul li>.snize-pagination-next:after {
    content: "\f060";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.searchanise-search-results-page .snize .snize-pagination ul li>.snize-pagination-next:after,
.tax-product_cat .snize .snize-pagination ul li>.snize-pagination-next:after {
    content: "\f061";
}

.searchanise-search-results-page .site-main h1.entry-title {
    max-width: 100%;
    margin-top: 20px;
    padding-inline: 0;
}

.color_variation .wpo-field-text_labels .wpo-text-labels,
.color_variation .wpo-color-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.color_variation .wpo-color-checkboxes label {
    width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 1px;
    overflow: hidden;
}

.color_variation .wpo-color-checkboxes label span.wpo-swatch-inner {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 50% !important;
    position: relative !important;
    inset: auto !important;
    border: none !important;
    background-size: 14px;
}

.color_variation .wpo-color-checkboxes label span.wpo-swatch-inner:after {
    content: '';
    position: absolute;
    inset: -1px;
    border: 1px solid #000;
    border-radius: 50%;
}

.color_variation .wpo-field-text_labels .wpo-text-labels span.wpo-text-label-inner {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #fff;
    border: none;
}

.color_variation .wpo-field-text_labels .wpo-text-labels input:checked+span.wpo-text-label-inner {
    background-color: #7E9181;
    color: #fff;
}

.color_variation table.variations * {
    background-color: transparent;
    padding: 0;
}

.color_variation table.variations a.reset_variations {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.color_variation .single_variation_wrap .woocommerce-variation-add-to-cart {
    justify-content: flex-start !important;
}

.color_variation .single_variation_wrap .woocommerce-variation-add-to-cart input {
    min-width: 90px;
    text-align: left !important;
}

.color_variation .single_variation_wrap .woocommerce-variation-add-to-cart span.wpo-totals-label {
    text-align: left;
}

div.snize div.snize-main-panel .snize-main-panel-view-mode,
div.snize div.snize-main-panel .snize-main-panel-dropdown {
    display: none;
}

.my_account .woocommerce-MyAccount-content,
.my_account .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation:not(nav) {
    width: 100% !important;
    padding: 0 !important;
}

.my_account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation {
    width: 100%;
}

.my_account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my_account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation ul>li:not(:first-child) {
    margin-top: 2px;
}

.my_account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation ul a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family);
    border-radius: 12px;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease;
}

.my_account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation ul a:hover,
.my_account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation ul .is-active a {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.page-header h1 {
    padding: 0 30px;
    max-width: 1640px !important;
    margin-block: 30px 0;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .woocommerce-product-gallery__image img {
    width: 40px;
    max-width: 40px !important;
    max-height: 50px !important;
    object-fit: contain;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-header-block {
    align-items: center;
    align-self: center;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-header-block > span {
    margin-right: 0 !important;
    font-size: var(--e-global-typography-secondary-font-family) !important;
    display: block;
    font-weight: 700;
    font-size: 14px !important;
}

.wcbvp-row > .wcbvp-cell .stock {font-size: 14px; display: none;}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-header,
.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-cell {
    /* display: flex; */
    vertical-align: middle;
    padding: 8px 10px;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-cell .wcbvp-form-variation {
    margin: 0 0 2px;
    border: none;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-cell .wcbvp-form-variation input,
.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-cell span {
    font-size: 14px;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-cell .wcbvp-form-variation input {
    min-width: 52px;
    background-color: #fff;
    border: 1px solid rgb(218 230 221);
    outline: none;
}

.single-product .woocommerce-product-gallery img.zoomImg, .wc-bulk-variations-table .wcbvp-row > .wcbvp-cell .price {
    display: none !important;
}

.wcbvp-head-group .wcbvp-header-block > span {width: 100%; text-align:center;}

.wc-bulk-variations-table .wcbvp-row > .wcbvp-header.wcbvp-row-header .wcbvp-header-block > span {width: 100px; text-align:left;}

.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-header,
.single-product .elementor-widget-woocommerce-product-add-to-cart .wcbvp-cell {padding: 2px 2px;}

.woocommerce-product-gallery__wrapper .tinv-wraper {
    position: absolute;
    top: 18px;
    right: 64px;
}

.woocommerce-product-gallery__wrapper .tinv-wraper a.tinvwl_add_to_wishlist_button {
    width: 36px !important;
    height: 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
}

.woocommerce-product-gallery__wrapper .tinv-wraper a.tinvwl_add_to_wishlist_button::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    inset: 0 !important;
    margin: auto !important;
    transform: none !important;
}

.single-product .wc-bulk-variations-table .wcbvp-head-group:first-child .wcbvp-row:first-child {
    background-color: transparent !important;
}

.single-product .wc-bulk-variations-table .wcbvp-row-group .wcbvp-row {
    background-color: rgb(226 234 228);
}

.single-product .woocommerce-product-gallery__wrapper a {
    display: block !important;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.single-product .woocommerce-product-gallery__wrapper a img {
    position: absolute;
    inset: 0;
    width: 95% !important;
    height: 95% !important;
    object-fit: contain;
    margin: auto;
}

.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    z-index: 8 !important;
}

.single-product .price-specification-table {
    margin-top: 30px;
    border: none !important;
}

.single-product .price-specification-table th,
.single-product .price-specification-table td,
.single-product .price-specification-table tbody tr {
    background-color: rgb(226 234 228) !important;
    border: none !important;
    padding: 8px 20px;
}

.single-product .price-specification-table th.price-spec-heading {
    border: none !important;
    background-color: transparent !important;
    padding: 0 0 12px;
}

.single-product .price-specification-table td:last-child {
    text-align: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	position: static;
}


@media (min-width:1025px) and (max-width:1199px) {
    .content_grid {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }

    .content_grid .content_col {
        grid-row: auto !important;
        grid-column: auto !important;
    }
}

@media (min-width:1025px) {
    body:not(.elementor_library-template) .menu_row .menu_col {
        transform: translate(-50px, 0);
        opacity: 0;
    }

    body:not(.elementor_library-template) .premium-item-hovered .menu_col {
        animation-name: boxes-slide-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-direction: normal;
        animation-timing-function: ease;
        transform: translateZ(0);
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        will-change: transform;
        animation-delay: calc(var(--custom-index) + .3s);
    }

    .menu_col.sub-menu>.elementor-widget-heading+.elementor-element {
        display: flex !important;
        max-height: unset !important;
        height: unset !important;
        min-height: unset !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* body:not(.elementor_library-template) .mega_menu .premium-mega-content-container,
    body:not(.elementor_library-template) .mega_menu .premium-mega-content-container *:not(.menu_wrap, .menu_wrap *) {
    pointer-events: none !important;
  }
  
  body:not(.elementor_library-template) li.menu-item:hover .menu_wrap,
    body:not(.elementor_library-template) .menu_wrap li.menu-item:hover * {
    pointer-events: auto !important;
  } */

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li ul.sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width:1024px) {

    .c-dropdown-open,
    .scroll_hidden,
    .scroll-hidden {
        overflow: hidden;
    }

    .mega_menu .premium-hamburger-toggle {
        display: none;
    }

    .mega_menu .premium-mobile-menu-container>ul {
        display: block !important;
    }

    body:not(.elementor_library-template) .mega_menu .premium-mega-content-container {
        position: fixed;
        inset: calc(var(--header-height, 69px) + var(--wp-admin--admin-bar--height, 0px)) 0 0 0 !important;
        pointer-events: all !important;
        height: calc(100vh - var(--header-height, 69px) - var(--wp-admin--admin-bar--height, 0px));
        display: block !important;
        transform: translateX(-100%);
        transition: all 0.3s ease;
        z-index: 1;
    }

    body:not(.elementor_library-template) .mega_menu .premium-mobile-menu .menu-item.premium-active-menu .premium-mega-content-container {
        transform: translateX(0%);
    }

    body:not(.elementor_library-template) .mega_menu .premium-mega-content-container *,
    body:not(.elementor_library-template) .mega_menu .premium-mega-content-container *:not(.menu_wrap, .menu_wrap *) {
        pointer-events: all !important;
    }

    /* body:not(.elementor_library-template) .mega_menu .premium-mega-content-container *:not(.menu_row *) {
    max-height: 100vh !important;
    height: 100%;
  } */

    .menu_wrap {
        box-shadow: none !important;
    }

    .menu_col * {
        color: #fff !important;
    }

    .premium-active-menu a.premium-menu-link .premium-dropdown-icon:before {
        content: "\f00d";
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a,
    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title {
        width: max-content;
        position: relative;
        z-index: 1;
        padding-right: 23px !important;
        cursor: pointer;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a .sub-arrow,
    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title span {
        position: absolute;
        top: 1px;
        right: 0;
        width: 13px;
        height: 13px !important;
        margin: 0;
        padding: 0;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a .sub-arrow:before,
    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title span:before,
    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a .sub-arrow:after,
    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title span:after {
        content: '';
        position: absolute;
        inset: 5px 0 0 0;
        margin: auto;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a .sub-arrow:before,
    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title span:before {
        width: 2px;
        height: 100%;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>a .sub-arrow:after,
    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title span:after {
        width: 100%;
        height: 2px;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li.active-menu>a .sub-arrow:before,
    .menu_col.sub-menu.active-menu .elementor-widget-heading .elementor-heading-title span:before {
        transform: rotate(90deg);
    }

    .menu_col .elementor-widget-text-editor .elementor-widget-container>*:last-child {
        margin-bottom: 0 !important;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu,
    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap:not(:hover) .elementor-widget-nav-menu {
        position: fixed;
        inset: calc(var(--header-height, 69px) + var(--wp-admin--admin-bar--height, 0px)) 0 0 0 !important;
        pointer-events: all !important;
        height: calc(100vh - var(--header-height, 69px) - var(--wp-admin--admin-bar--height, 0px));
        display: block !important;
        transform: translateX(-100%);
        margin-inline: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        background-color: #470a68;
        transition: all 0.3s ease;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu.open {
        transform: translateX(0px);
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul {
        flex-direction: column;
        gap: 20px;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul a {
        margin: 0;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul li:not(.current_page_item) a,
    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul li:not(.current_page_item) a:hover {
        color: #fff !important;
        word-break: break-word;
        white-space: normal;
        line-height: 1.2;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul li a {
        font-weight: 600 !important;
    }

    .menu_col,
    .menu_col>* {
        flex-wrap: nowrap;
    }

    body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu {
        column-count: unset;
    }

    body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu li:not(.current-menu-item)>*:not(:hover) {
        color: #fff !important;
    }

    body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li {
        display: block;
    }

    body:not(.elementor_library-template) .menu_wrap {
        max-height: 100%;
    }

    body:not(.elementor_library-template) .mega_menu .premium-mega-content-container>.elementor,
    body:not(.elementor_library-template) .mega_menu .premium-mega-content-container>.elementor>.elementor-element {
        height: 100%;
    }

    body:not(.elementor-editor-active) .mega_menu .premium-mega-content-container ul.elementor-nav-menu ul.sub-menu ul.sub-menu {
        display: block !important;
    }

    body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child::-webkit-scrollbar-thumb {
        background-color: var(--e-global-color-5e06287);
    }

    body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child::-webkit-scrollbar-track {
        background-color: #fff;
    }

    body:not(.elementor_library-template) .mega_menu a.premium-menu-link {
        z-index: 2;
    }

    .content_grid .content_col {
        grid-row: auto !important;
        grid-column: auto !important;
    }

    .employees-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .woocommerce .woocommerce-MyAccount-content {
        width: 100% !important;
        margin-top: 20px;
    }

    .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li,
    .tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden button.snize-button,
    .tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden button.snize-button {
        border-radius: 8px !important;
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .searchanise-search-results-page .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden button.snize-button,
    .tax-product_cat .snize #snize-search-results-grid-mode .snize-item span.snize-overhidden button.snize-button {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    }

    .snize-main-panel {
        min-height: auto !important;
        margin-block: 20px !important;
    }

    .snize.snize-modal #snize_product_filter_categories ul.snize-product-filters-list {
        padding: 0 !important;
        overflow: hidden !important;
    }

    .snize.snize-modal #snize_product_filter_categories ul.snize-product-filters-list label {
        margin-inline: 0;
    }
}

@media (max-width:820px) {

    .searchanise-search-results-page .snize .snize-filters-sidebar:not(.snize-hidden)+.snize-search-results-main-content,
    .tax-product_cat .snize .snize-search-results-main-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .snize.snize-modal .snize-modal-content {
        padding: 20px;
    }

    .snize.snize-modal .snize-modal-content>.snize-product-filters-header {
        border: none !important;
        margin-inline: 0 !important;
        font-family: "futura-pt-bold", Sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #2B2D42;
        display: block !important;
    }

    .snize.snize-modal .snize-close-button {
        position: absolute !important;
        inset: 7px 8px auto auto !important;
        width: 50px !important;
        height: 50px !important;
        color: #fff !important;
        background-size: 20px !important;
    }

    .snize.snize-modal .snize-modal-content div#snize_filters_block_header {
        padding-block: 0 17px !important;
        border-bottom: 1px solid #7E9181 !important;
    }

    .snize.snize-modal .snize-modal-content div#snize_filters_block_header span.snize-product-filters-title {
        font-size: 18px !important;
        font-weight: 600 !important;
        display: block;
    }

    .snize.snize-modal div#snize_product_filters_selected .snize-selected-filters {
        margin: 0 !important;
    }

    .snize.snize-modal .snize-modal-content>* {
        margin: 0 !important;
        padding: 20px 0 0 !important;
        border: none !important;
        overflow: unset !important;
    }

    .snize.snize-modal .snize-modal-content>.snize-product-filters-header+*:not(#snize_product_filters_selected, #snize_product_filter_price, .snize-product-filters-header) {
        padding-top: 10px !important;
    }

    .snize.snize-modal .snize-modal-content>#snize_product_filter_price {
        padding-top: 0 !important;
    }

    .snize.snize-modal .snize-product-filter-container ul>li:first-child:last-child,
    .snize.snize-modal .snize-product-filter-container ul {
        margin: 0 !important;
        max-height: unset !important;
        overflow: visible !important;
        height: auto !important;
    }

    .snize.snize-modal .snize-product-filter-container ul.snize-main-panel-dropdown-content>li {
        height: unset !important;
        margin-top: 10px !important;
    }

    .snize.snize-modal .snize-product-filter-container ul.snize-main-panel-dropdown-content>li:first-child {
        margin-top: 0 !important;
    }

    .snize.snize-modal #snize_product_filter_stock_status ul.snize-product-filters-list label {
        margin: 0;
    }

    .snize.snize-modal #snize_product_filter_custom_taxonomy_farg ul.snize-product-color-filter>li label .snize-color-name {
        display: none;
    }

    .snize.snize-modal div#snize_product_filter_price {
        width: 100%;
        max-width: 450px !important;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container {
        padding: 20px !important;
        border-radius: 10px;
        margin-top: 20px !important;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container button {
        background-color: var(--e-global-color-accent) !important;
        font-family: "futura-pt", Sans-serif !important;
        font-size: 18px !important;
        font-weight: 600;
        color: var(--e-global-color-0e93827) !important;
        border-style: solid !important;
        border-width: 0px 0px 0px 0px !important;
        border-color: var(--e-global-color-accent) !important;
        border-radius: 10px !important;
        padding: 12px 24px !important;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container button svg,
    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container button svg * {
        fill: currentColor;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container .snize-product-filters-buttons {
        gap: 15px;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container button:hover {
        background-color: #AFCEB4 !important;
        color: var(--e-global-color-0e93827) !important;
    }

    .snize-main-panel,
    .snize-header {
        margin-inline: 0 !important;
    }

    .searchanise-search-results-page .snize .snize-search-results-header,
    .snize-header .snize-search-results-header {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width:768px) {
    .wishlist_table form table th {
        display: none !important;
    }

    .wishlist_table form table tbody tr {
        border-bottom: 1px solid var(--e-global-color-5e06287) !important;
        display: block;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    .wishlist_table form table tbody td {
        border-bottom: none !important;
        padding: 6px 0 !important;
    }

    .wishlist_table form table tbody td.product-cb input {
        margin-inline: auto;
    }

    .wishlist_table form table .tinvwl-input-group input,
    .wishlist_table form table .tinvwl-input-group select {
        flex-grow: 1;
    }

    .wishlist_table form table .tinvwl-input-group .tinvwl-input-group-btn {
        flex-grow: unset;
        width: auto;
    }

    .wishlist_table form table tfoot td {
        padding-block: 6px !important;
    }

    .wishlist_table form {
        padding: 20px 20px;
    }

    .woocommerce-Addresses {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce-Addresses:before,
    .woocommerce-Addresses:after {
        display: none !important;
    }

    .woocommerce .woocommerce-MyAccount-content .ca-filters .button-group,
    .woocommerce .woocommerce-MyAccount-content .filter-options .button-group {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .woocommerce .woocommerce-MyAccount-content .ca-filters .button-group>*,
    .woocommerce .woocommerce-MyAccount-content .filter-options .button-group>* {
        width: auto;
        flex: 1 0 0;
    }

    .woocommerce .woocommerce-MyAccount-content table tr,
    .woocommerce .woocommerce-MyAccount-content table th,
    .woocommerce .woocommerce-MyAccount-content table td {
        border-color: var(--e-global-color-5e06287) !important;
    }

    .woocommerce .woocommerce-MyAccount-content table td {
        min-height: 42px;
    }

    .woocommerce .woocommerce-MyAccount-content .ca-filters form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-end;
    }

    .woocommerce .woocommerce-MyAccount-content .ca-filters form .filter-group {
        flex: 0 0 100%;
        margin: 0;
    }

    .woocommerce-ca-usages_table_wrap {
        width: 100%;
        overflow: auto hidden;
    }

    .woocommerce-ca-usages_table_wrap table {
        width: 100%;
    }
}

@media (max-width:767px) {
    .premium-search__query-wrap {
        min-width: 340px;
        left: calc(50% + 40px);
        transform: translateX(-50%);
    }

    .premium-search__query-wrap>* {
        max-height: 80vh;
    }

    .mega_menu .premium-mobile-menu-container .premium-menu-link i {
        font-size: 22px !important;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu nav>ul li a,
    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap a.elementor-button {
        text-transform: unset !important;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap {
        height: unset;
        min-width: unset;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .mega_menu .premium-mega-content-container,
    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap .elementor-widget-nav-menu,
    body:not(.elementor_library-template, .elementor-editor-active) .inspiration_wrap:not(:hover) .elementor-widget-nav-menu {
        inset: calc(var(--header-height, 69px) + var(--wp-admin--admin-bar--height, 0px)) 0 0 0 !important;
        height: calc(100vh - var(--header-height, 69px) - var(--wp-admin--admin-bar--height, 0px));
    }

    .menu_col.sub-menu .elementor-widget-heading .elementor-heading-title span {
        top: 1px;
        width: 15px;
        height: 15px;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu a+.sub-menu {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .mega_menu .premium-mega-content-container ul.elementor-nav-menu>li>.sub-menu {
        padding-left: 20px;
    }

    body:not(.elementor_library-template, .elementor-editor-active) .mega_menu a.premium-menu-link {
        z-index: 99999;
    }

    .footer_menu nav>ul {
        row-gap: 8px;
    }

    .footer_menu nav>ul>li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .employees-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .employee .employee-info {
        padding: 12px 15px;
    }

    .employee .employee-info h5.employee-name,
    .employee .employee-info h5.employee-title {
        font-size: 18px;
    }

    .menu-members-dropdown .wrapper-dropdown {
        padding: 0;
        border: none;
        display: block;
    }

    .menu-members-dropdown .wrapper-dropdown>span {
        font-size: 0;
        display: none;
    }

    .menu-members-dropdown .wrapper-dropdown svg,
    .menu-members-dropdown .wrapper-dropdown img {
        width: 20px;
        margin-inline: auto;
        transition: all 0.3s ease;
    }

    .menu-members-dropdown .wrapper-dropdown .dropdown {
        position: fixed;
        inset: calc(var(--header-height, 69px) + var(--wp-admin--admin-bar--height, 0px)) 0 0 0 !important;
        pointer-events: all !important;
        height: calc(100vh - var(--header-height, 69px) - var(--wp-admin--admin-bar--height, 0px));
        display: block !important;
        transform: translateX(-100%) scaleY(1);
        transition: all 0.3s ease;
        z-index: 1;
        max-height: none !important;
        min-width: unset;
        border-radius: 0;
        background-color: var(--e-global-color-accent);
        border: none;
        padding: 30px 15px;
        z-index: -1;
    }

    .menu-members-dropdown .wrapper-dropdown.active svg {
        fill: var(--e-global-color-d9e88a8);
    }

    .menu-members-dropdown .wrapper-dropdown.active .dropdown {
        transform: translateX(0%);
    }

    .menu-members-dropdown .wrapper-dropdown .dropdown>ul {
        max-height: 100%;
    }

    .menu-members-dropdown .wrapper-dropdown .dropdown>ul>li:not(:first-child) {
        margin-top: 14px;
    }

    .menu-members-dropdown .wrapper-dropdown .dropdown>ul>li a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .menu-members-dropdown .wrapper-dropdown .dropdown>ul::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .menu-members-dropdown .wrapper-dropdown .dropdown>ul::-webkit-scrollbar-thumb {
        background-color: var(--e-global-color-5e06287);
    }

    body:not(.elementor_library-template) .menu_wrap>.elementor-element.e-con.e-child::-webkit-scrollbar {
        width: 6px;
    }

    .premium-search__query-wrap .premium-search__post-inner .premium-search__thumbnail-wrap {
        width: 60px;
    }

    .premium-search__query-wrap .premium-search__post-inner .premium-search__post-content {
        width: calc(100% - 60px);
    }

    .woocommerce-cart-form .shop_table tr {
        padding-inline: 0 !important;
    }

    .woocommerce-cart-form .shop_table tr>td {
        padding-block: 16px 0 !important;
    }

    .woocommerce-cart-form .shop_table tr:first-child,
    .woocommerce-cart-form .shop_table tr>td:first-child {
        padding-top: 0 !important;
    }

    .woocommerce-customer-details .woocommerce-column:not(:first-child) {
        margin-top: 20px;
    }

    .woocommerce-customer-details .woocommerce-column:not(:first-child) {
        margin-top: 20px;
    }

    ul.woocommerce-order-overview li {
        width: 100%;
        padding: 0 0 18px !important;
        margin: 0 !important;
        border: none !important;
    }

    ul.woocommerce-order-overview li:last-child {
        padding: 0px !important;
    }

    .woocommerce .woocommerce-MyAccount-content {
        width: 100% !important;
        margin-top: 20px;
    }

    .woocommerce .woocommerce-MyAccount-content h2 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container .snize-product-filters-buttons {
        flex-direction: column !important;
    }

    .snize.snize-modal .snize-modal-content .snize-product-filters-buttons-container .snize-product-filters-buttons button {
        width: 100% !important;
    }

    .searchanise-search-results-page .site-main,
    .tax-product_cat .site-main {
        padding: 0 15px !important;
    }

    .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li,
    .tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden span.snize-title,
    .tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden span.snize-title {
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }

    .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden,
    .tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li .snize-item span.snize-overhidden {
        padding: 20px 0 0 !important;
    }
}

@media (max-width:575px) {

    .searchanise-search-results-page .snize #snize-search-results-grid-mode ul.snize-search-results-content>li,
    .tax-product_cat .snize #snize-search-results-grid-mode ul.snize-search-results-content>li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.term-description {margin-bottom:100px;}

@media (min-width:875px) {
.term-description h2 {margin-top:0;}
.term-description {column-count: 2;
  column-gap: 20px; /* valfritt avstånd mellan kolumnerna */}
  }
  
  .woocommerce span.onsale { background-color: #ff0000;}
