﻿:root {
    --logo-height: 80px;
    --banner-height: 0px;
    --top-header-height: calc(var(--logo-height) + 20px);
    --bottom-header-height: 45px;
    --header-height: calc(var(--top-header-height) + var(--bottom-header-height));
    --header-responsive-bottom-bar-display: block;
    --fixed-header-height: calc(50px + 4rem);
    --responsive-bottom-height: 90px;
}

body::after {
    content: "";
    transition: background-color 500ms ease;
}

body.dim-overlay:after {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: 5000;
    pointer-events: none;
}

body.dim-overlay #MBKINYLTWC {
    position: relative;
    z-index: 6000 !important;
}

#MBKINYLTWC [data-show=false] {
    display: none;
}

.compare-icon {
    display: block !important;
    width: 100%;
    height: 19px;
    fill: #666;
}

#goTop {
    display: block;
    position: fixed;
    z-index: 2;
    right: 2rem;
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    align-content: center;
    border-radius: 50% !important;
    transform: translate(5rem);
    transition: 300ms;
    transition-delay: 300ms;
}

#goTop.show {
    transform: translate(0);
}

.compare-btn-fixed {
    position: fixed;
    left: -100%;
    bottom: 2rem;
    z-index: 10;
    transition: 500ms;
}

.compare-btn-fixed.show {
    left: 2rem;
}

@media (max-width: 991px) {
    #MBKINYLTWC {
        margin-block-end: var(--fixed-header-height);
    }

    #goTop {
        bottom: 100px;
    }
}

#MBKINYLTWC .item-link {
    pointer-events: unset;
}

@media (min-width: 768px) {
    #MBKINYLTWC .elementor-element-ac34564 {
        --width: fit-content;
        line-height: 1.5;
    }

    #MBKINYLTWC .elementor-element-e1fc75c {
        --width: fit-content;
        line-height: 1.5;
    }
}

/* #MBKINYLTWC .elementor-element-e1fc75c {
    width: fit-content;
} */

#MBKINYLTWC .woocommerce-mini-cart-item a {
    white-space: unset;
}

#MBKINYLTWC .result-short-length {
    text-align: center;
    margin-block: 1rem;
}

#MBKINYLTWC .basket-title {
    --line-clamp: 2;
    --line-height: 1.5;
    text-overflow: ellipsis;
}

#MBKINYLTWC .woocommerce-mini-cart-item {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#MBKINYLTWC .elementor-element.elementor-element-f501a30 {
    z-index: 500;
}

#MBKINYLTWC .popup-button .badge {
    background-color: var(--e-global-color-secondary);
}

#MBKINYLTWC .search-result {
    overflow-y: scroll;
    scrollbar-width: none;
}

#MBKINYLTWC .result-loading {
    display: none;
    gap: 1rem;
    justify-content: center;
    position: relative;
}

#MBKINYLTWC .result-loading i {
    position: unset;
    transform: unset;
    animation: searchingMove 2s infinite ease-in-out;
}

#MBKINYLTWC ul.mega-menu {
    left: unset !important;
    max-width: 70vw !important;
}

#MBKINYLTWC ul.mega-menu.mobile {
    max-width: 100% !important;
}

#MBKINYLTWC ul.mega-menu .elementor-icon-list-items {
    padding-inline-start: 1rem;
    line-height: 2rem;
}

#MBKINYLTWC ul.mega-menu .elementor-icon-list-item {
    margin: 0;
}

#MBKINYLTWC dialog.megamenu-mobile {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: unset;
    background-color: white;
    min-inline-size: 100%;
    min-block-size: 100%;
}

#MBKINYLTWC dialog.megamenu-mobile #close-modal-btn {
    border-radius: 0 !important;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile {
    padding: 0;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .elementor-element-4c8b754 {
    flex-direction: column;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .elementor-element-4c8b754>* {
    border-bottom: 1px solid var(--bs-border-color) !important;
    padding-block-end: 2rem;
}

#MBKINYLTWC ul.mega-menu figure {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

#megamenu_MBKINYLTWC_el li {
    justify-content: space-between !important;
}

#megamenu_MBKINYLTWC_el li.tab-item {
    min-height: 4rem;
}

#megamenu_MBKINYLTWC_el li.tab-item>* {
    max-width: 30ch;
}

#MBKINYLTWC ul.submenu-mobile {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin-block-start: 1rem;
}

#MBKINYLTWC ul.submenu-mobile>li {
    min-height: 3rem;
    flex: 0 1 50%;
    margin-block-end: 1rem;
    border: none;
    align-content: center;
}

#MBKINYLTWC ul.submenu-mobile img {
    height: 4rem !important;
    width: 4rem !important;
    margin-block-end: 0.5rem;
    background: #ededed;
    border-radius: 50%;
    overflow: visible;
    padding: 0.5rem;
    mix-blend-mode: darken;
}

#MBKINYLTWC ul.mega-menu.mobile li {
    justify-content: center !important;
    text-align: center;
}

#MBKINYLTWC ul.mega-menu.mobile figure {
    display: grid;
    place-content: center;
    margin: 0;
}

#MBKINYLTWC ul.mega-menu figure img {
    aspect-ratio: 1;
    object-fit: contain;
    mix-blend-mode: darken;
    height: 20px;
}

#MBKINYLTWC ul.mega-menu.mobile figure img {
    width: 100%;
    height: 1.5rem;
}

#menu_MBKINYLTWC_el figure {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#menu_MBKINYLTWC_el figure img {
    aspect-ratio: 1;
    object-fit: contain;
    height: 1.5rem;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .elementor-element-cf661cd {
    padding: 0px;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .tabbed-mega-menu-content {
    overflow-y: auto;
    scrollbar-width: thin;
    height: calc(100vh - 3rem);
    max-width: 100%;
    min-width: 0;
    justify-content: space-around;
    flex: 1 1 auto;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .tabbed-menu-list-item {
    overflow-y: auto;
    scrollbar-width: thin;
    height: calc(100vh - 3rem);
    max-width: 100%;
    min-width: 30vw;
    width: 30vw;
}

#megamenu_mobile_MBKINYLTWC_el ul {
    padding: 0;
}

#megamenu_mobile_MBKINYLTWC_el li {
    min-height: 100px;
    border-radius: 0 !important;
    box-shadow: unset;
    border-block-end: 1px solid #e4e4e4;
}

#megamenu_MBKINYLTWC_el .tabbed-menu-list-item,
#megamenu_MBKINYLTWC_el .tabbed-mega-menu-content {
    max-height: 70vh;
    overflow-y: auto;
    max-width: unset;
    min-width: unset;
}

#megamenu_MBKINYLTWC_el .tabbed-mega-menu-content {
    flex: 3;
}

#megamenu_MBKINYLTWC_el .line-clamp,
#megamenu_mobile_MBKINYLTWC_el .line-clamp {
    --line-clamp: 2;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .tab-item {
    justify-content: center;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .e-con {
    display: grid;
    padding-inline: 0;
    width: 100%;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .elementor-widget-icon-list {
    display: none;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading {
    justify-content: space-between;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading>* {
    transition: 300ms;
    color: var(--color-black);
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading .submenu-dropdown-icon {
    flex: 1;
    transition: 300ms ease;
    text-align: end;
    padding-inline-end: 1rem;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading.active>* {
    color: var(--color-secondary);
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading.active .heading-title {
    font-size: 1.25rem;
}

#MBKINYLTWC dialog.megamenu-mobile ul.mega-menu.mobile .element-heading.active i {
    transition: 300ms;
    transform: rotate(180deg);
}

#MBKINYLTWC .responsive-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    background-color: white;
    z-index: 100;
}

#MBKINYLTWC .responsive-header .logo-image>a {
    display: flex;
    justify-content: center;
}

#MBKINYLTWC .responsive-bottom-bar {
    display: var(--header-responsive-bottom-bar-display);
    margin-bottom: var(--product-responsive-bottom-bar-height, 0px);
}

#MBKINYLTWC img {
    display: block;
    object-fit: contain;
}

#MBKINYLTWC .banner-container {
    transition: all 300ms allow-discrete;
    overflow: hidden;
}

#MBKINYLTWC .banner-container@starting-style {
    height: var(--banner-height);
    transform: translate(0, 100%);
}

#MBKINYLTWC .banner {
    height: var(--banner-height);
    width: 100%;
    object-fit: cover;
}

#MBKINYLTWC span.item-title {
    white-space: nowrap;
}

#MBKINYLTWC .user-account-link {
    padding: 0 !important;
}

#MBKINYLTWC img.custom-logo {
    width: -1px;
}

#MBKINYLTWC img.custom-logo.desktop-logo {
    height: 80px;
}

#MBKINYLTWC img.custom-logo.mobile-logo {
    height: 50px;
}

#MBKINYLTWC .top-header {
    height: var(--top-header-height);
    padding: 0 1rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 3rem;
}

#MBKINYLTWC .bottom-header {
    height: auto;
    margin-top: calc(var(--top-header-height) + var(--banner-height));
    background-color: #ffffff;
    transition: transform 300ms ease;
}

#MBKINYLTWC .elementor-element-5eef8a8 {
    margin-inline: 2rem;
}

#MBKINYLTWC .elementor-element-4c8b754 {
    display: block;
    columns: 3;
    width: fit-content;
}

#MBKINYLTWC .elementor-element-4c8b754>* {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

#MBKINYLTWC .search-form-wrapper {
    position: relative;
}

#MBKINYLTWC .search-form-wrapper i.fa-search {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    padding: 0;
}

#MBKINYLTWC .responsive-popup-search {
    max-width: unset;
    width: 100%;
}

#MBKINYLTWC .search-form-wrapper input[type="search"] {
    padding-block: 0.75rem;
    padding-inline-start: 3rem;
    padding-inline-end: 1rem;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: calc(100% - 8rem);
    background-blend-mode: multiply;
}

#MBKINYLTWC ul.menu-items {
    flex-wrap: nowrap;
}

#MBKINYLTWC ul.menu-items li a {
    white-space: nowrap;
}

#MBKINYLTWC .elementor-icon-list-text {
    white-space: normal;
}

@keyframes searchingMove {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    25% {
        transform: translate(-5px, -5px) rotate(5deg);
    }

    50% {
        transform: translate(0, -5px) rotate(5deg);
    }

    75% {
        transform: translate(5px, 0) rotate(5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.e-con-inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100% !important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-inline: auto !important;
}

@media (min-width: 576px) {
    .e-con-inner {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .e-con-inner {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .e-con-inner {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .e-con-inner {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .e-con-inner {
        max-width: 1320px !important;
    }
}

@media (min-width: 1920px) {
    .e-con-inner {
        max-width: 90% !important;
    }
}

@media (max-width: 992px) {
    .compare-btn-fixed {
        bottom: calc(var(--responsive-bottom-height) + var(--product-responsive-bottom-bar-height, 0px)) !important;
    }

    .compare-btn-fixed.show {
        left: 0.5rem !important;
    }
}#NKGEBNLZJW .breadcrumb-item:after {
    content: "";
    margin: unset;
}

#NKGEBNLZJW .card-buttons-holder {
    align-items: flex-end;
}

#NKGEBNLZJW img,
#NKGEBNLZJW .card-thumbnail {
    height: 200px;
    padding: 0;
    background-color: unset;
}

#NKGEBNLZJW .add-to-basket-btn>i {
    font-size: 1rem;
}

#NKGEBNLZJW .compare-icon {
    display: block !important;
    width: 100%;
    height: 19px;
    fill: #444;
}

#NKGEBNLZJW .card-footer {
    background-color: #fff;
}

#NKGEBNLZJW .card-header {
    background-color: #fff;
}

#NKGEBNLZJW .card-title {
    color: #000;
}

#NKGEBNLZJW .card-top-title a {
    color: #454545;
}

#NKGEBNLZJW .ptitle {
    color: #454545;
}

#NKGEBNLZJW .card-price bdi {
    color: #d72f65;
}

#NKGEBNLZJW .card-background {
    border: 1px solid #efefef;
    border-radius: 0 !important;
}

#NKGEBNLZJW #remove-filter-btn {
    display: none;
}

#categories_NKGEBNLZJW_el li {
    transition: 400ms ease;
    flex-direction: column;
}

#categories_NKGEBNLZJW_el li.active {
    background-color: #efefef;
    padding: 0.75rem;
    mix-blend-mode: darken;
    border-right: 2px solid var(--color-red);
}

#categories_NKGEBNLZJW_el li.active > a {
    font-size: 1.01rem;
    font-weight: 700;
    color: var(--color-red);
}

#categories_NKGEBNLZJW_el a.current {
    font-weight: 700;
    color: var(--color-secondary);
}

#categories_NKGEBNLZJW_el a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#categories_NKGEBNLZJW_el ul ul {
    display: none;
    gap: 1rem;
    padding-right: 0.5rem;
    margin-block-start: 1rem;
}

#categories_NKGEBNLZJW_el a i {
    flex: 1;
    text-align: end;
}

#NKGEBNLZJW .search-input-wrapper {
    position: relative;
    list-style-type: none;
    order: -2;
}

#NKGEBNLZJW .search-input-wrapper input {
    padding-inline-start: 2.5rem;
    width: 100%;
}

#NKGEBNLZJW .search-input-wrapper i {
    position: absolute;
    align-content: center;
    inset: 0 1rem;
    width: fit-content;
    pointer-events: none;
}

#NKGEBNLZJW .responsive-sidebar-trigger {
    margin-bottom: 0;
    height: auto;
    width: auto;
    padding: 1.2rem;
    line-height: 1;
    position: absolute;
    bottom: 8rem;
    right: 1rem;
}



#NKGEBNLZJW .cards-style,
#NKGEBNLZJW .orderby-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0px;
    max-width: 100%;
    flex-wrap: nowrap;
}

#NKGEBNLZJW section.filters {
    display: grid;
    position: relative;
}

#NKGEBNLZJW section.filters #exists {
    order: -1;
}

#NKGEBNLZJW section.filters .button-container {
    position: sticky;
    bottom: 1rem;
    right: 1rem;
}

#NKGEBNLZJW section.filters ul,
#categories_NKGEBNLZJW_el section > ul {
    max-height: 30vh;
    overflow-y: auto;
    direction: ltr;
    padding: 0.5rem;
    list-style-type: none;
}

#NKGEBNLZJW section.filters ul > *,
#categories_NKGEBNLZJW_el section > ul > * {
    direction: rtl;
}

#NKGEBNLZJW section.filters li {
    display: flex;
    align-items: baseline;
}

#NKGEBNLZJW .discount {
    text-decoration: line-through;
}

#NKGEBNLZJW #colors ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#NKGEBNLZJW #colors li {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
}

#NKGEBNLZJW #colors li i {
    position: absolute;
    right: 8px;
    color: white;
    mix-blend-mode: difference;
    pointer-events: none;
    display: none;
    height: 100%;
    align-content: center;
}

#NKGEBNLZJW #colors li input:not(.search-filter-input) {
    appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    outline: 5px solid #e3e3e3;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 100ms;
    background-color: var(--color);
}

#NKGEBNLZJW #colors li input:checked {
    outline: 3px solid deepskyblue;
    border: 2px solid #e3e3e3;
}

#NKGEBNLZJW #colors li:has(input:checked) i {
    display: block;
}

#NKGEBNLZJW #cs3Modal_NKGEBNLZJW #colors ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

#NKGEBNLZJW select:hover,
#NKGEBNLZJW select:focus {
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: left .75rem center;
    background-size: 16px 12px;
}

#NKGEBNLZJW .product-single-price bdi {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    margin-block-start: 0.5rem;
}

@media (max-width: 575px) {
    #NKGEBNLZJW .card-product .card-footer .card-add-to-cart {
        display: unset;
    }
}

@media (max-width: 480px) {
    #NKGEBNLZJW [class*="columns-"]:not(.columns-1) {
        grid-template-columns: unset !important;
    }

    #NKGEBNLZJW img,
    #NKGEBNLZJW .card-thumbnail {
        height: 150px;
    }
}

#NKGEBNLZJW .card-product .card-price {
    height: auto;
}#CAUEXSTCEA .logo {
    height: 70px;
    object-fit: contain;
}

#CAUEXSTCEA .link-title {
    color: #390445;
}

#CAUEXSTCEA .link-item {
    color: #5c4563;
}

#CAUEXSTCEA>section>* {
    background-color: #fff;
}

#CAUEXSTCEA .app-section {
    background-color: #5d3c6eff;
}

#CAUEXSTCEA .app-section * {
    color: #fff;
}

#CAUEXSTCEA .elementor-heading-title {
    color: #4b056eff;
}

#CAUEXSTCEA .elementor-widget-text-editor {
    color: #6b5a75;
}

#CAUEXSTCEA input::placeholder {
    text-align: right;
}

#CAUEXSTCEA input[type="email"] {
    flex: 4 1 0%;
}

#CAUEXSTCEA input[type="submit"] {
    flex: 1 1 fit-content;
}

#CAUEXSTCEA form.subscription {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

#CAUEXSTCEA form.subscription>* {
    padding-block: 0.75rem;
    max-width: 100%;
}

#CAUEXSTCEA_namad_el {
    justify-content: center;
}

#CAUEXSTCEA_namad_el img {
    height: 100px;
    object-fit: contain;
}

#CAUEXSTCEA .socials-container {
    display: grid;
}

#CAUEXSTCEA .socials-container img {
    height: 30px;
}

#CAUEXSTCEA ul.socials {
    --col: minmax(min(3rem, 100%), 1fr);
    display: grid;
    place-content: center;
    place-items: center;
    grid-template-columns: repeat(auto-fit, var(--col) var(--col));
    gap: 2rem;
    font-size: 2.5rem;
    margin: 0;
}

#CAUEXSTCEA ul.socials i {
    color: #666;
    transition: 500ms ease;
}

#CAUEXSTCEA ul.socials i:hover {
    color: #111;
}

#CAUEXSTCEA .line-clamp {
    --line-clamp: 2;
}

#CAUEXSTCEA .services-img {
    height: 50px;
}

@media (max-width : 200px) {
    #CAUEXSTCEA ul.socials {
        grid-template-columns: repeat(auto-fit, var(--col));
    }
}

@media (max-width: 992px) {
    footer {
        margin-block-end: 80px;
    }
}