:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}
:root {
    --spacing-base: 4px;
}
:root {
    --spacing-base: 4px;
    --global-radius: 8px;
    --small-radius: 4px;
    --medium-radius: 8px;
    --large-radius: 16px;
    --font-family: IRANYekan,sans-serif;
    --color-white: #fff;
    --color-black: #0c0c0c;
    --color-primary-700: #ef394e;
    --color-primary-500: #ef4056;
    --color-primary-300: #f37a8a;
    --color-primary-100: #ffe440;
    --color-secondary-700: #008eb2;
    --color-secondary-500: #19bfd3;
    --color-secondary-300: #008deb;
    --color-secondary-100: #e6f4f7;
    --color-green-700: #39ae00;
    --color-green-500: #6bb927;
    --color-green-300: #9dc44d;
    --color-hint-object-neutral: #81858b;
    --color-hint-object-error: #d32f2f;
    --color-hint-object-success: #4caf50;
    --color-hint-object-caution: #f9a825;
    --color-hint-text-neutral: #62666d;
    --color-hint-text-error: #b2001a;
    --color-hint-text-success: #2e7b32;
    --color-neutral-000: #fff;
    --color-neutral-100: #f0f0f1;
    --color-neutral-200: #e0e0e2;
    --color-neutral-300: #c0c2c5;
    --color-neutral-400: #a1a3a8;
    --color-neutral-500: #81858b;
    --color-neutral-600: #62666d;
    --color-neutral-700: #424750;
    --color-neutral-800: #232933;
    --color-neutral-900: #0c0c0c;
    --color-button-primary: #ef4056;
    --color-button-secondary: #19bfd3;
    --color-button-brand: #e6123d;
    --color-button-white: #fff;
    --color-button-black: #0c0c0c;
    --color-button-disable: #e0e0e2;
    --color-button-error: #b2001a;
    --color-button-text-primary: #fff;
    --color-button-text-secondary: #fff;
    --color-button-text-white: #0c0c0c;
    --color-button-text-black: #fff;
    --color-button-hint-object-error: #d32f2f;
    --color-icon-primary: #ef4056;
    --color-icon-secondary: #19bfd3;
    --color-icon-brand: #e6123d;
    --color-icon-white: #fff;
    --color-icon-black: #0c0c0c;
    --color-icon-disable: #e0e0e2;
    --color-icon-low-emphasis: #a1a3a8;
    --color-icon-high-emphasis: #424750;
    --color-icon-success: #4caf50;
    --color-icon-warning: #f9a825;
    --color-icon-neutral-hint: #81858b;
    --color-icon-primary-100: #ffe440;
    --color-icon-rating-0-2: #f9bc00;
    --color-icon-rating-2-3: #b1b64d;
    --color-icon-rating-3-4: #65aa57;
    --color-icon-rating-4-5: #00a049;
    --color-icon-error: #d32f2f;
    --color-app-background: #f2f2f2;
    --color-brand-primary-700: #e6123d;
    --color-white-rgb: 255,255,255;
    --color-black-rgb: 12,12,12;
    --color-primary-700-rgb: 239,57,78;
    --color-primary-500-rgb: 239,64,86;
    --color-primary-300-rgb: 243,122,138;
    --color-primary-100-rgb: 255,228,64;
    --color-secondary-700-rgb: 0,142,178;
    --color-secondary-500-rgb: 25,191,211;
    --color-secondary-300-rgb: 0,141,235;
    --color-secondary-100-rgb: 230,244,247;
    --color-green-700-rgb: 57,174,0;
    --color-green-500-rgb: 107,185,39;
    --color-green-300-rgb: 157,196,77;
    --color-hint-object-neutral-rgb: 129,133,139;
    --color-hint-object-error-rgb: 211,47,47;
    --color-hint-object-success-rgb: 76,175,80;
    --color-hint-object-caution-rgb: 249,168,37;
    --color-hint-text-neutral-rgb: 98,102,109;
    --color-hint-text-error-rgb: 178,0,26;
    --color-hint-text-success-rgb: 46,123,50;
    --color-neutral-000-rgb: 255,255,255;
    --color-neutral-100-rgb: 240,240,241;
    --color-neutral-200-rgb: 224,224,226;
    --color-neutral-300-rgb: 192,194,197;
    --color-neutral-400-rgb: 161,163,168;
    --color-neutral-500-rgb: 129,133,139;
    --color-neutral-600-rgb: 98,102,109;
    --color-neutral-700-rgb: 66,71,80;
    --color-neutral-800-rgb: 35,41,51;
    --color-neutral-900-rgb: 12,12,12;
    --color-button-primary-rgb: 239,64,86;
    --color-button-secondary-rgb: 25,191,211;
    --color-button-brand-rgb: 230,18,61;
    --color-button-white-rgb: 255,255,255;
    --color-button-black-rgb: 12,12,12;
    --color-button-disable-rgb: 224,224,226;
    --color-button-error-rgb: 178,0,26;
    --color-button-text-primary-rgb: 255,255,255;
    --color-button-text-secondary-rgb: 255,255,255;
    --color-button-text-white-rgb: 12,12,12;
    --color-button-text-black-rgb: 255,255,255;
    --color-button-hint-object-error-rgb: 211,47,47;
    --color-icon-primary-rgb: 239,64,86;
    --color-icon-secondary-rgb: 25,191,211;
    --color-icon-brand-rgb: 230,18,61;
    --color-icon-white-rgb: 255,255,255;
    --color-icon-black-rgb: 12,12,12;
    --color-icon-disable-rgb: 224,224,226;
    --color-icon-low-emphasis-rgb: 161,163,168;
    --color-icon-high-emphasis-rgb: 66,71,80;
    --color-icon-success-rgb: 76,175,80;
    --color-icon-warning-rgb: 249,168,37;
    --color-icon-neutral-hint-rgb: 129,133,139;
    --color-icon-primary-100-rgb: 255,228,64;
    --color-icon-rating-0-2-rgb: 249,188,0;
    --color-icon-rating-2-3-rgb: 177,182,77;
    --color-icon-rating-3-4-rgb: 101,170,87;
    --color-icon-rating-4-5-rgb: 0,160,73;
    --color-icon-error-rgb: 211,47,47;
    --color-app-background-rgb: 242,242,242;
    --color-brand-primary-700-rgb: 230,18,61;
}
.slider_inner .owl-prev ,.slider_inner .owl-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;

}
.slider_inner .owl-dots {
    position: absolute;
    bottom: 5px;
    padding: 0 50px;
}
.webkeen_owl_nav.owl-nav {
    margin: 0 !important;
}
.section_page.slider_img {
    display: flex;
}
.box_twowidth.right_slide {
    flex: 0 0 75%;
    width: 100%;
    max-width: 75%;
}
.slider_inner {
    float: right;
    width: 100%;
    direction: ltr;
}
.box_onewidth.left_slide {
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
}
.slider_inner .owl-item.active.center img {
    box-shadow: 0px 38px 34px 0px rgba(0, 0, 0, 0.8);
}
/*شروع استایلهای پیشنهاد شگفت انگیز*/
.c-swiper-specials {
    width: 100%;
}
.c-swiper-specials--incredible {
    background: var(--color-primary-700);
}
.c-swiper--specials {
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width:100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.c-swiper .swiper-wrapper {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.3,0,.9,1) !important;
    transition: -webkit-transform .5s cubic-bezier(.3,0,.9,1) !important;
    transition: transform .5s cubic-bezier(.3,0,.9,1) !important;
    transition: transform .5s cubic-bezier(.3,0,.9,1),-webkit-transform .5s cubic-bezier(.3,0,.9,1) !important;
    padding: 2px 0;
}
.c-box .swiper-container {
    position: unset;
    padding-top: 3px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.c-box:first-child {
    margin-top: 0;
}
.c-swiper--specials, .c-swiper--specials .c-box {
    background: transparent;
}
.c-swiper-specials__title {
    max-width: 170px;
}
.c-swiper--specials {
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-size: 15%;
}
.c-swiper-carousel-image {
    display: flex;
    flex-direction: column;
}
.c-swiper-carousel-image img {
    max-width: 90% !important;
    margin: 0 auto;
}
.c-swiper-carousel-image a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.c-swiper-specials .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 16px;
}
.u-hidden {
    display: none !important;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.c-btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.c-swiper-specials__btn {
    padding: 9px 16px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
}
.c-btn.c-swiper-specials__btn * {
    margin-right: 5px;
}
.c-product-box__box-link {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    z-index: 2;
}
.c-swiper--products .c-product-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px 16px;
    position: relative;
    padding-bottom: 25px;
}
.c-swiper--products .c-product-box__img {
    width: 180px;
    height: 210px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}
.c-product-box__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.c-product-box__img img {
    overflow: hidden;
}
.c-product-box--card-macro .c-product-box__title {
    min-height: 43px;
    text-align: right;
    width: 100%;
}
.c-swiper--products .c-product-box__title {
    text-align: right;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-neutral-700);
    font-size: 1em;
    min-height: 82px;
}
.c-swiper--products .c-product-box__title a{
    color: var(--color-neutral-700) !important;
}
.c-product-box__price-amazing-row {
    padding: 20px;
}

.price_amazing_box {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.c-price-amazing ins {
    padding: 8px 15px;
    background: #eee;
    border-radius: 8px;
    text-decoration: navajowhite;
}
.c-product-box__price-amazing-item {
    float: right;
}
.c-price-amazing {
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
}
.sticky {
    z-index: 99;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: -2px;
    top: 0;
}
.js-product-card-price.newval.type3 {
    font-size: .75rem;
    font-weight: 400;
    line-height: 2.17;
    text-align: left;
    padding: 3px 13px;
    margin-right: auto;
    display: flex;
    justify-content: end;
}
.c-price__value-wrapper.js-product-card-price.type3 bdi {
    font-size: .9em;
}
.woocommerce-Price-currencySymbol {
    font-size: .7em;
}
.c-price__discount-oval.type3 {
    font-size: .8rem;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-white);
    padding-right: calc(1 * var(--spacing-base));
    padding-left: calc(1 * var(--spacing-base));
    border-radius: var(--ronded-radius-label);
    background-color: var(--color-secondary-700);
}
.full-width {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-grow: 0;
    max-width: 100%;
}
.c-new-footer__jump-to-top-icon {
    margin-right: 5px;
    font-size: 20px;
}
.c-product-box__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.c-product-box--card-macro .c-product-box__row--price {
    margin-bottom: 10px;
}
.c-product-box__row--price {
    margin-top: 13px;
    height: 43px;
}
.c-price, .c-price__application-only-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    position: relative;
    min-height: 70px;
    padding: 4px 15px 15px 0;
    width: 100%;
}
.c-price .discount-val {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-right: calc(1 * var(--spacing-base));
    color: var(--color-white);
    border-radius: var(--large-radius);
    background-color: var(--color-primary-700);
    padding-right: calc(1 * var(--spacing-base));
    padding-left: calc(1 * var(--spacing-base));
}
.c-price del {
    position: absolute;
    bottom: 0;
    left: 0;
}
#promo-single .swiper-slide {
    margin-top: 40px;
    padding: 20px;
}
.c-price del bdi {
    font-size: 12px;
}
.c-price del bdi .woocommerce-Price-currencySymbol {
    display: none;
}
.c-price ins bdi .woocommerce-Price-currencySymbol , .c-price >.woocommerce-Price-amount.amount >bdi span {
    margin-right: 3px;
}
.owl-prev.disabled ,.owl-next.disabled {
    display: none !important;
}
.webkeen_owl_nav.owl-nav .owl-prev {
    border: 1px solid var(--color-neutral-200) !important;
    height: 40px;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%);
    width: 40px;
    right: 8px;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    border-radius: 50% !important;
    background-color: var(--color-neutral-000) !important;
    align-items: center;
    display: flex;
}

.webkeen_owl_nav.owl-nav .owl-next {
    border: 1px solid var(--color-neutral-200) !important;
    height: 40px;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%);
    width: 40px;
    left: 8px;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    border-radius: 50% !important;
    background-color: var(--color-neutral-000) !important;
    align-items: center;
    display: flex;
}
.c-promo-instant {
    position: relative !important;
}
.c-product-box__img {
    height: 210px;
    display: block;
}
.c-price__value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}
.c-price__value--plp.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.c-price__value del {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 28px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    display: block;
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through;
}
.c-price__value--plp.type1 del {
    padding-top: 3px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
}
.c-price__discount-oval.type1 {
    background-color:var(--label-backgroundcolor) ;
    color: var(--label-color);
    font-weight: 700;
    border-radius: var(--ronded-radius-label);
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
}
.c-price__value-wrapper.type1 {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}
.c-price__value-wrapper.type1 .c-price__currency {
    font-weight: 400;
    font-size: 14px;
}
.c-price__currency {
    font-size: 17px;
    font-size: .8rem;
    line-height: 1.294;
    margin-right: 4px;
}
.c-product-box--card-macro .c-product-box__amazing {
    position: relative;
    top: 0px;
}
.bg-section.pd-top.pd-bottom {
    padding: 0 !important;
}
.c-product-box__amazing, .c-product-box__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product-box--card-macro .c-product-box__timer {
    margin-top: 5px;
    direction: ltr;
}
#saleend-89 {
    font-size: 1rem;
    line-height: 1.571;
    color: #737373;
}
.c-product-box__amazing {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 4px;
    width: 100%;
    position: relative;
}
.c-product-box__timer {
    /* font-size: 14px; */
    font-size: 1rem;
    line-height: 1.571;
    color: #737373;
    width: 100%;
}
.show_time_dash {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    height: 4px;
    background-color: var(--color-neutral-100);
}
.time_response {
    background-color: var(--color-primary-700);
    height: 100%;
}

/*پایان استایلهای پیشنهاد شگفت انگیز*/

/* شروع استایلهای دسته بندی محصولات*/
.webkeen_product_categories img {
    max-width: 100% !important;
    max-height: 100%;
}
.webkeen_product_categories .cat_title {
    text-align: center;
    margin-top: 8px;
    padding: 5px 15px;
}
.webkeen_product_categories li {
    list-style: none;
}
/* پایان استایلهای دسته بندی محصولات*/

/* شروع استایل دسته محصولات جدولی*/
.digioweb_pro_cats {
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    padding-top: calc(2 * var(--spacing-base));
    padding-bottom: calc(2 * var(--spacing-base));
    background-color: var(--color-neutral-000);
    width: 100%;
    height: 100%;
}
.digioweb_products h4{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.15;
}
.products_for_cat {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    background-color: var(--color-neutral-100);
}
.products_for_cat a {
    padding: calc(2 * var(--spacing-base));
    position: relative;
    width: 100%;
    background-color: var(--color-neutral-000);
}
.cat_btn_txt {
    font-size: .8rem;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-button-secondary);
    justify-content: center;
    margin-top: 10px;
}
.cat_btn_txt i {
    margin-right: 5px;
}
.webkeen_pro_cats {
    border: 0.1px solid var(--color-neutral-200);
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    padding-top: calc(2 * var(--spacing-base));
    padding-bottom: calc(2 * var(--spacing-base));
    min-height: 410px;
}
.webkeen_products-grid {
    border: 1px solid var(--color-neutral-200);
    border-radius: var(--large-radius);
    overflow: hidden;
}
.webkeen_pro_cats a {
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
/* پایان استنایلهای محصولات جدولی*/
/* شروع استایل محصولات پرفروش شمارشی*/
.must_sale_head > span::before {
    content: "";
    position: absolute;
    right: 0;
    left: -40px;
    bottom: 0;
    z-index: 1;
}
.must_sale_head span i {
    margin-left: 8px;
    font-size: 22px;
}
.image_block {
    border-radius: var(--global-radius);
    margin-left: calc(3 * var(--spacing-base));
    width: 86px;
}
.products_cat {
    min-width: 280px;
    min-height: 100px;
    box-sizing: border-box !important;
    padding-left: 20px;
    counter-increment: item;
}
.number_pro{
    margin-right: 10px;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    margin-left: calc(3 * var(--spacing-base));
    color: var(--color-secondary-500);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.1;
}
.title_block {
    color: var(--color-neutral-700);
    font-size: .8rem;
    font-weight: 400;
    line-height: 2.17;
    position: relative;
    width: 100%;
    min-height: 70px;
}
.must_sale_item a:last-child .title_block::before {
    display: none;
}
.title_block::before{
    background-color: var(--color-neutral-100);
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.flex {
    display: flex;

}
.justify-content-space-between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-content-center{
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-space-around{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.justify-content-flex-end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.justify-content-start{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-direction-culomn{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-direction-reverse{
    flex-direction: row-reverse;
}
.align-item-center{
    -webkit-align-items: center;
    align-items: center;
}
.title_pro_cat {
    text-align: center;
}
/* پایان استایل محصولات پرفروش شمارشی*/

/* شروع استایلهای آرشیو محصولات*/

.archive-product-title {
    margin-bottom: calc(2 * var(--spacing-base));
    padding-top: calc(4 * var(--spacing-base));
    padding-bottom: calc(4 * var(--spacing-base));
}
.archive-product-title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.1;
    margin: 0;
    margin-right: calc(2 * var(--spacing-base));
}

.woocommerce ul.products li.product .onsale {
    top: 10px !important;
    left: auto !important;
    right: 2px !important;
}
.product_item {
    padding-right: calc(2 * var(--spacing-base));
    padding-left: calc(2 * var(--spacing-base));
    height: 100%;
    padding-top: calc(3 * var(--spacing-base));
    padding-bottom: calc(3 * var(--spacing-base));
    background-color: var(--color-neutral-000);
}
.product_item:hover {
    z-index: 1;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
}
.product_item a {
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0 !important;
}
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-neutral-700);
    font-size: 1em;
}
#related_slider li:first-child .item_post_info {
    border-right: 1px solid var(--color-neutral-100);
}
.title_post {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-neutral-700);
    min-height: 51px;
    font-size: 1rem;
}
.title_post a{
    color: var(--color-neutral-700);

}
.rating-product {
    padding: 15px;
    position: relative;
}
.woocommerce .products .star-rating {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
}
.product_item .button {
    background: var(--color-primary-700) !important;
    display: block !important;
    text-align: center;
    margin: 0 auto;
    color: #fff !important;
    margin-top: 15px !important;
}
.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-6 ul.webkeen_related_pro li{
    width: 16.6%;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-5 ul.webkeen_related_pro li {
    width:20%;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-4 ul.webkeen_related_pro li {
    width:25%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-3 ul.webkeen_related_pro li {
    width:33.3%;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-2 ul.webkeen_related_pro li{
    width:50%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: right;
    clear: unset;
    margin: 0;
    border-left: 1px solid var(--color-neutral-100);
    border-bottom: 1px solid var(--color-neutral-100);
    list-style: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.woocommerce.archive-product {
    border: 1px solid var(--color-neutral-100);
}
.product_list_widget_webkeen {
    direction: rtl !important;
}

/* پایان استایلهای آرشیو محصولات*/

.digi_brands_item {
    padding-top: calc(1 * var(--spacing-base));
    padding-bottom: calc(1 * var(--spacing-base));
    padding-right: calc(4 * var(--spacing-base));
    padding-left: calc(4 * var(--spacing-base));
    border-right: 1px solid var(--color-neutral-100);
    list-style: none;
}
.brand_title {
    text-align: center;
    font-size: 15px;
}
.brands_carousel ul {
    padding: 0;
}

/* پایان استایلهای کاروسل بنرها*/

/* شروع استایلهای نوشته ها*/
.blog-details div > * {
    margin-top: calc(2 * var(--spacing-base));
    margin-bottom: calc(3 * var(--spacing-base));
    padding-right: calc(4 * var(--spacing-base));
    padding-left: calc(4 * var(--spacing-base));
    text-align: right;
}
.row-area{
    display: grid;
    align-items: stretch;
    gap: calc(3 * var(--spacing-base));
    justify-content: space-around;
    padding-right: calc(0 * var(--spacing-base));
    padding-left: calc(0 * var(--spacing-base));
}
.blog-details {
    padding: 5px 15px;
}
/* پایان استایلهای نوشته ها*/

/* شروع استایل عنوان*/
.o-headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-swiper .o-headline, .t-index .o-headline {
    padding-right: 0;
    margin-bottom: 22px;
    margin-top: 8px;
}
.c-swiper--brands .o-headline, .c-swiper--present .o-headline, .c-swiper--products .o-headline, .c-swiper--trends .o-headline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 5px;
}
.c-swiper--products.has-placeholder .o-headline {
    min-height: 49px;
}
.c-swiper--products.has-placeholder .c-box {
    min-height: 280px;
}
.u-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.u-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.u-leading-normal {
    line-height: 1.5;
}
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.o-headline > h2, .o-headline > span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700;
    position: relative;
}
.c-swiper .o-headline > h2, .c-swiper .o-headline > span, .t-index .o-headline > h2, .t-index .o-headline > span {
    font-weight: 700;
}
.c-swiper--brands .o-headline > span, .c-swiper--present .o-headline > span, .c-swiper--products .o-headline > span, .c-swiper--trends .o-headline > span {
    padding: 8px 0;
    min-height: 49px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.c-swiper--brands .o-headline > span::before, .c-swiper--present .o-headline > span::before, .c-swiper--trends .o-headline > span::before {
    content: "";
    position: absolute;
    right: 0;
    left: -40px;
    bottom: 0;
    background-color: #ef5661;
    height: 1px;
    z-index: 1;
}
.c-swiper--products.has-placeholder .o-headline , .c-posts-carousel .o-headline {
    min-height: 49px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}
/* پایان استایل عنوان*/
/* شروع استایل پیشنهاد لحظه ای*/
.dash {
    width: 100%;
    background: red;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-promo-single {
    text-align: center;
    height: 100%;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.03);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.03);
    border: 1px solid rgba(0,191,214,.3);
    border-radius: 8px;
    overflow: hidden;
}
.c-promo-single__headline {
    height: 57px;
    line-height: 56px;
    font-weight: 500;
    color: #6e6e6e;
    margin: 0 13px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-promo-single__headline::before {
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.c-promo-single__headline::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: -webkit-gradient(linear,left top,right top,from(#ffd3db),to(#fb3449));
    background: linear-gradient(90deg,#ffd3db,#fb3449);
    content: "";
}
.c-promo-single__headline.is-active::after {
    -webkit-animation: bar-fill 7s cubic-bezier(.17,.67,.71,.99) infinite;
    animation: bar-fill 7s cubic-bezier(.17,.67,.71,.99) infinite;
}

/* پایان استایل پیشنهاد لحظه ای*/
.digiweb-amazing-slider {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    border-left: 0;
}
.c-product-box__timer.js-counter p {
    direction: ltr;
    color: var(--color-primary-700);
    font-size: 12px;
    text-align: right;
}
.amazing-list {
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}
.amazing-list-right {
    max-width: 40%;
    flex: 0 0 40%;
    width: 40%;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.amazing-list-right img {
    max-width:100%;
}
.amazing-list-left {
    max-width: 60%;
    flex: 0 0 60%;
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    min-height: 200px;
    position: relative;
}
.amazing-discount {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary-700);
    border-radius: 40% 0 40% 0;
    color: #fff;
    margin-left: 8px;
}
.amazing-slider {
    width: 100%;
    float: right;
    padding: 12px;
    margin: 0 !important;
}
.owl-dots .owl-dot {
    min-height: 0;
}

/* شروع استایلهای استوری */
.story_box {
    float: right;
    width: 100%;
}
.story_box ul {
    display: flex;
}
.story_box ul li {
    max-width: 75px;
    max-height: 75px;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px 20px;
    width: 100%;
    height: 100%;
}
.story_box ul li> a {
    display: block;
    border-radius: 173% !important;
    border: 3px solid #ffffff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.story_box ul li> a.visit svg{
    border: 3px solid #eee !important;
}
.story_box ul li> a img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.story_box ul li> a svg {
    position: absolute;
    top: 0px;
    display: block;
    overflow: visible;
    fill: none;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    width: 100%;
    border-radius: 50% !important;
    border: 3px solid red;
    right: 0px;
    height: 100% !important;
}
.story_inner {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
    top: 35%;
}
#dark_story {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9;
    opacity: .8;
}
.slider-controls a {
    position: absolute;
    top: 50%;
}
.slider-controls a.prev {
    right: -25px;
}
.slider-controls a.next {
    left: -25px;
}
.time-indicator {
    width: 0px;
    height: 3px;
    background-color: #2edbac;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 99;
}
.ins-story-head-close {
    color: #fff !important;
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 999;
    cursor: pointer;
}
/* شروع استایلهای نمونه کار*/
.flipster__item__content {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px 2px #eee;
}
.flipster__button.flipster__button--prev {
    position: absolute;
    bottom: 28px;
    width: 40px;
    height: 40px;
    top: unset;
    left: calc(50% - 140px);
    z-index: 99999;
    padding: 0 !important;
}
.flipster__button.flipster__button--next {
    position: absolute;
    bottom: 28px;
    width: 40px;
    height: 40px;
    top: unset;
    right: calc(50% - 140px);
    z-index: 99999;
    padding: 0 !important;
}
.flipster__nav {
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
}
.flipster__button svg {
    width: 1em !important;
}
.flipster__nav li a {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #eee;
    border-radius: 100px;
    border: 1px solid #eee;
}
.flipster__nav__item.flipster__nav__item--current a {
    width: 13px;
    height: 13px;
}
.webkeen-amazing-slider {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.owl-thumb-item.active {
    border: 2px solid red;
}
.amazing-slider {
    max-width: 70%;
    width: 70%;
    background: #fff;
    border-radius: 10px;
    margin-left: 15px !important;
}

.slider-nav {
    max-width: 30%;
    width: 30% !important;
    height: 100%;
}
.title_amazing_thumb {
    width: 100%;
}
.title_amazing_thumb {
    text-align: right;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 2.17;
    font-size: .9em;
    width: 100%;
}
.title_amazing_thumb p {
    margin: 0;
    width: 100%;
}
.slick-active.slick-current .item_thumb{
    background-color: #0E40DD;
    color: #fff;
}
.item_thumb {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
}
.item_thumb img {
    max-width: 30%;
    width: 100px;
    margin-left: 10px;
    border-radius: 100% !important;
    height: 71px;
}
.title_amazing_thumb > span > * {
    font-size: 13px;
}
.saleending_amazing {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #0E40DD !important;
}
.saleending_amazing span{
    padding: 4px 6px;
    background: #0E40DD;
    color: #fff;
}
.webkeen-amazing-slider .slick-dots li button {
	width: 15px !important;
	height: 15px !important;
	background: #000 !important;
	border-radius: 100%;
	min-height: auto !important;
}
.elementor-widget-wrap > .elementor-element[data-widget_type="amazing_slider.default"] .container {
	padding: 0 !important;
}
.webkeen-amazing-slider ul.slick-dots li.slick-active button {
    background:#0E40DD !important;
    width: 25px !important;
    border-radius: 30px;
}
.webkeen-amazing-slider .slick-dots li button::before {
    font-size: 0 !important;
}
.webkeen-amazing-slider .slick-dots {
    bottom: 10px !important;
}
/* start responsive */
@media screen and (max-width:380px) {
    #count_main td {
        max-width: calc(100%);
    }
}
@media screen and (max-width:600px){
.webkeen_pro_cats {
    border: 0;
}
    .row-area {
        grid-template-columns: repeat(1,minmax(0,1fr)) !important;
    }
    #count_main {
        flex-wrap: wrap;
    }
    #count_main td {
        max-width: calc(50% - 30px);
    }
    .amazing-list-left {
        padding: 20px !important;
        padding-left: 35px !important;
    }
    .webkeen-amazing-slider .c-product-box__title a > * {
        font-size: 15px !important;
        line-height: 30px !important;
    }
    .webkeen_owl_nav.owl-nav .owl-prev {

        right: 0 !important;
    }
    .webkeen_owl_nav.owl-nav .owl-next {
        left: 0 !important;
    }
    .amazing-list-right {
        padding: 15px;
    }
    .flipster__item__content {
        padding: 0px !important;
    }
	.flipster__item {
	max-width: 70% !important;
}
	    .amazing-list {
        flex-direction: column !important;
    }
    .amazing-list-right, .amazing-list-left {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
	#coverflow {
	padding-bottom: 40px !important;
}
	.flipster__button.flipster__button--prev , .flipster__button.flipster__button--next {
	bottom: 15px !important;
}
}

@media screen and (max-width: 767px){
    .c-swiper-specials .c-box .swiper-slide {
        max-width: 200px;
        margin-left: 4px;
    }
    .c-box .swiper-container {
        overflow-x: auto;
    }
    .c-swiper-carousel-image img {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .c-swiper-specials .swiper-wrapper {
        -webkit-align-items: center;
        align-items: center;
    }
    .brands_carousel .digi_brands_item {
        width: 100%;
        min-width: 150px;
        max-width: 150px;
    }
    .brands_carousel {
        width: auto;
        overflow-x: auto;
    }
    .must_sale {
        display: flex;
        overflow-x: auto;
    }
    .must_sale .must_sale_item {
        min-width: 85%;
    }
    .webkeen_product_categories.carousel {
        padding: 0;
        display: flex;
        overflow-x: auto;
    }
    .webkeen_product_categories.carousel li {
        list-style: none;
        min-width: 150px;
        max-width: 33.3%;
        margin-left: 8px;
    }
	.title_amazing_thumb {
	display: none;
}
	.item_thumb img {
	width: 70px;
	margin-left:0px;
	border-radius: 100% !important;
	height: 71px !important;
}
	.slider-nav {
	padding-left: 25px;
}
}
.topelements-footer-menu {
    flex-grow: 0;
    height: calc(740px - 56px - 60px);
    display: flex;
    overscroll-behavior: none;
    background-color: var(--color-neutral-000);
    display: none;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-mobile-meno-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    z-index: 10000;
    border-top: 1px solid var(--color-neutral-100);
    background-color: var(--color-neutral-000);
}
.footer-mobile-meno-fix a i {
    font-size: 25px;
}
.footer-mobile-meno-fix a{
    font-size: 20px;
    color: #666;
}
.footer-mobile-meno-fix a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
    line-height: 2.17;
    min-width: 60px;
}
.topelements-menu-parrent {
    width: 100px;
}
.topelements-menu-parrent .topelements-menu-parrent-inner li{
    list-style: none;
    margin: 0;
}
.topelements-menu-parrent .topelements-menu-parrent-inner {
    padding: 0;
    height: 100%;
    background-color: var(--color-neutral-100);
}
.topelements-menu-parrent .topelements-menu-parrent-inner li a, .topelements-menu-parrent .topelements-menu-parrent-inner li span {
	padding: 8px 4px;
	border-left: 1px solid var(--color-neutral-200);
	border-bottom: 1px solid var(--color-neutral-200);
	background-color: var(--color-neutral-100);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 10px;
}
.topelements-menu-childrens ul li ul li ul li a {
	font-size: 10px !important;
}
.topelements-footer-menu {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10000;
    top: 0;
    height: 100%;
}
.item_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.15;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.topelements-menu-childrens {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
    flex-grow: 1;
    overscroll-behavior: none;
    margin-right: 8px;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.topelements-menu-childrens > ul > li {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.17;
    color: var(--color-neutral-900);
    text-align: center;
}
.topelements-menu-childrens > ul > li > .sub-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
}
.topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu {
    grid-template-columns: repeat(3,minmax(0,1fr));
    display: grid;
}
.topelements-menu-childrens > ul > li > .sub-menu li {
    list-style: none;
}
.topelements-menu-childrens > ul > li > .sub-menu li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    color: var(--color-neutral-900);
    text-align: center;
    padding: 8px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.topelements-menu-childrens ul {
    padding: 0;
}
.topelements-menu-childrens > ul > li {
    display: none;
}
.topelements-menu-childrens > ul > li > ul > li {
    border-bottom: 1px solid var(--color-neutral-100);
}
.topelements-menu-parrent .topelements-menu-parrent-inner li:not(.active-menu) .menu-image_container,.topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu .menu-image_container {
    background-color: var(--color-neutral-100);
}
.topelements-menu-parrent .topelements-menu-parrent-inner li .menu-image_container {
	width: 25px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}
.topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu .menu-image_container {
	width: 65px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}
.topelements-menu-parrent .topelements-menu-parrent-inner li:not(.active-menu) .menu-image_container img , .topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu .menu-image_container img{
    filter: brightness(0.95);
    background: var(--color-neutral-100);
}
.active-menu span {
    background-color: var(--color-neutral-000);
}
.active-menu span {
    background-color: var(--color-neutral-000) !important;
}
.active-menu span {
    background-color: var(--color-neutral-000) !important;
    border-left: 1px solid var(--color-neutral-000) !important;
}
.show-menu{
    display: flex !important;
}
.topelements-menu-childrens > ul > li:first-child{
    display: block;
}
.footer-mobile-meno-fix a.active {
    color: #000;
}
@media screen and (min-width:600px) and (max-width: 960px){
    .row-area {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}