.elementor-825 .elementor-element.elementor-element-6dd2fa7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-825 .elementor-element.elementor-element-6dd2fa7:not(.elementor-motion-effects-element-type-background), .elementor-825 .elementor-element.elementor-element-6dd2fa7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-825 .elementor-element.elementor-element-c8b1053{width:100%;max-width:100%;}.elementor-825 .elementor-element.elementor-element-4c4fc5c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-825 .elementor-element.elementor-element-4c4fc5c:not(.elementor-motion-effects-element-type-background), .elementor-825 .elementor-element.elementor-element-4c4fc5c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c8b1053 *//* =========================================================
   SHOW ORIENTAL — HEADER PREMIUM
   Elementor / WooCommerce
========================================================= */

:root {
    --so-black: #111111;
    --so-dark: #181818;
    --so-white: #ffffff;
    --so-gray: #777777;
    --so-light: #f7f7f7;
    --so-border: #e8e8e8;
    --so-red: #9e1c25;

    --so-max-width: 1440px;
}


/* RESET */

.so-header,
.so-header * {
    box-sizing: border-box;
}

.so-header a {
    text-decoration: none;
}

.so-header button,
.so-header input {
    font-family: inherit;
}


/* =========================================================
   TOP BAR
========================================================= */

.so-topbar {
    width: 100%;
    height: 34px;

    background: var(--so-black);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.5px;
}

.so-topbar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.so-topbar-divider {
    opacity: .35;
}


/* =========================================================
   MAIN HEADER
========================================================= */

.so-main-header {
    background: #fff;
    border-bottom: 1px solid var(--so-border);

    position: relative;
    z-index: 100;
}

.so-header-inner {
    width: min(100% - 70px, var(--so-max-width));

    min-height: 105px;

    margin: auto;

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr;

    align-items: center;
}


/* =========================================================
   LOGO
========================================================= */

.so-logo {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 270px;

    justify-self: center;
}

.so-logo img {
    display: block;

    width: 100%;
    height: auto;

    max-height: 80px;

    object-fit: contain;
}


/* =========================================================
   SEARCH
========================================================= */

.so-search-desktop {
    justify-self: start;

    width: min(340px, 100%);
}

.so-search-box {
    height: 46px;

    border-bottom: 1px solid #222;

    display: flex;
    align-items: center;
}

.so-search-box input {
    flex: 1;

    height: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    font-size: 13px;

    color: #111;
}

.so-search-box input::placeholder {
    color: #888;
}

.so-search-box button {
    width: 42px;
    height: 100%;

    border: 0;
    background: transparent;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.so-search-box svg {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: #111;

    stroke-width: 1.5;
}


/* =========================================================
   ACTIONS
========================================================= */

.so-actions {
    justify-self: end;

    display: flex;

    align-items: center;

    gap: 28px;
}

.so-action {
    display: flex;

    align-items: center;

    gap: 9px;

    color: var(--so-black);

    transition: .25s ease;
}

.so-action:hover {
    opacity: .55;
}

.so-action svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #111;

    stroke-width: 1.4;
}

.so-action-text {
    display: flex;
    flex-direction: column;

    line-height: 1.15;
}

.so-action-text small {
    font-size: 10px;

    color: #888;

    margin-bottom: 3px;
}

.so-action-text strong {
    font-size: 11px;

    font-weight: 600;

    white-space: nowrap;
}


/* =========================================================
   CART
========================================================= */

.so-cart-icon {
    position: relative;

    display: flex;
}

.so-cart-count {
    position: absolute;

    top: -7px;
    right: -8px;

    width: 17px;
    height: 17px;

    border-radius: 50%;

    background: var(--so-black);

    color: #fff;

    font-size: 9px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.so-navigation {
    background: #fff;

    border-bottom: 1px solid var(--so-border);
}

.so-navigation-inner {
    width: min(100% - 70px, var(--so-max-width));

    min-height: 48px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 38px;
}

.so-navigation a {
    position: relative;

    color: #1b1b1b;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.1px;

    padding: 17px 0;

    transition: .25s ease;
}

.so-navigation a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 9px;

    width: 0;
    height: 1px;

    background: #111;

    transition: width .3s ease;
}

.so-navigation a:hover::after {
    width: 100%;
}

.so-navigation a:hover {
    color: #666;
}

.so-navigation .so-menu-highlight {
    color: var(--so-red);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.so-mobile-menu {
    display: none;

    border: 0;

    background: transparent;

    padding: 8px;

    cursor: pointer;
}

.so-mobile-menu span {
    display: block;

    width: 23px;
    height: 1.5px;

    background: #111;

    margin: 5px 0;
}


/* =========================================================
   MOBILE SEARCH
========================================================= */

.so-search-mobile {
    display: none;
}


/* =========================================================
   MOBILE PANEL
========================================================= */

.so-mobile-panel {
    position: fixed;

    top: 0;
    left: 0;

    width: min(88%, 390px);
    height: 100vh;

    background: #fff;

    z-index: 1002;

    transform: translateX(-105%);

    transition: transform .4s cubic-bezier(.77,0,.18,1);

    overflow-y: auto;

    box-shadow: 15px 0 50px rgba(0,0,0,.12);
}

.so-mobile-panel.active {
    transform: translateX(0);
}


/* OVERLAY */

.so-menu-overlay {
    position: fixed;

    inset: 0;

    background: rgba(0,0,0,.45);

    z-index: 1001;

    opacity: 0;

    visibility: hidden;

    transition: .3s ease;
}

.so-menu-overlay.active {
    opacity: 1;

    visibility: visible;
}


/* PANEL HEADER */

.so-mobile-panel-header {
    height: 72px;

    padding: 0 22px;

    border-bottom: 1px solid var(--so-border);

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.so-mobile-panel-header span {
    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;
}

.so-mobile-close {
    border: 0;

    background: transparent;

    font-size: 30px;

    font-weight: 200;

    line-height: 1;

    cursor: pointer;
}


/* =========================================================
   MOBILE ACCOUNT
========================================================= */

.so-mobile-account {
    padding: 22px;

    background: #fafafa;

    display: flex;

    align-items: center;

    gap: 14px;
}

.so-mobile-account-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #111;

    stroke-width: 1.4;
}

.so-mobile-account strong {
    display: block;

    font-size: 13px;

    margin-bottom: 4px;
}

.so-mobile-account span {
    font-size: 11px;

    color: #777;
}


/* =========================================================
   ACCORDION
========================================================= */

.so-accordion-item {
    border-bottom: 1px solid var(--so-border);
}

.so-accordion-title {
    width: 100%;

    min-height: 56px;

    padding: 0 22px;

    border: 0;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: space-between;

    cursor: pointer;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    text-align: left;
}

.so-accordion-title span {
    font-size: 20px;

    font-weight: 300;

    transition: transform .3s ease;
}

.so-accordion-item.active
.so-accordion-title span {
    transform: rotate(45deg);
}

.so-accordion-content {
    max-height: 0;

    overflow: hidden;

    background: #fafafa;

    transition: max-height .4s ease;
}

.so-accordion-item.active
.so-accordion-content {
    max-height: 400px;
}

.so-accordion-content a {
    display: block;

    padding: 12px 35px;

    color: #555;

    font-size: 12px;

    transition: .2s ease;
}

.so-accordion-content a:hover {
    padding-left: 42px;

    color: #111;
}


/* OFERTAS */

.so-mobile-offers {
    display: block;

    padding: 20px 22px;

    color: var(--so-red);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* MOBILE LINKS */

.so-mobile-links {
    margin-top: 15px;

    border-top: 1px solid var(--so-border);
}

.so-mobile-links a {
    display: block;

    padding: 17px 22px;

    border-bottom: 1px solid var(--so-border);

    color: #333;

    font-size: 12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .so-header-inner {
        width: calc(100% - 35px);
    }

    .so-navigation-inner {
        gap: 20px;
    }

    .so-navigation a {
        font-size: 10px;
    }

    .so-search-desktop {
        width: 260px;
    }

    .so-actions {
        gap: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* TOP BAR */

    .so-topbar {
        height: 32px;

        font-size: 8px;

        letter-spacing: 1px;

        overflow: hidden;

        white-space: nowrap;
    }

    .so-topbar-content {
        gap: 9px;
    }

    .so-topbar-content span:nth-child(3),
    .so-topbar-divider:nth-child(4),
    .so-topbar-content span:nth-child(5) {
        display: none;
    }


    /* MAIN */

    .so-main-header {
        border-bottom: 1px solid #ddd;
    }

    .so-header-inner {

        width: 100%;

        min-height: 76px;

        padding: 0 15px;

        display: grid;

        grid-template-columns: 42px 1fr auto;

        gap: 8px;
    }


    /* MENU */

    .so-mobile-menu {
        display: block;

        justify-self: start;

        align-self: center;
    }


    /* LOGO */

    .so-logo {

        width: 175px;

        max-width: 100%;

        justify-self: center;

        grid-column: 2;

    }

    .so-logo img {

        width: 100%;

        max-height: 62px;

    }


    /* ACTIONS */

    .so-actions {

        grid-column: 3;

        gap: 7px;

        justify-self: end;

    }

    .so-action-text {
        display: none;
    }

    .so-account {
        display: flex;
    }

    .so-action svg {
        width: 23px;
        height: 23px;
    }


    /* CART */

    .so-cart-count {
        width: 16px;
        height: 16px;

        font-size: 8px;
    }


    /* DESKTOP SEARCH */

    .so-search-desktop {
        display: none;
    }


    /* DESKTOP NAV */

    .so-navigation {
        display: none;
    }


    /* MOBILE SEARCH */

    .so-search-mobile {
        display: block;

        padding: 0 15px 13px;

        background: #fff;
    }

    .so-mobile-search-box {

        height: 43px;

        border: 1px solid #dedede;

        border-radius: 2px;

        display: flex;

        align-items: center;

        padding: 0 13px;

        background: #fafafa;

    }

    .so-mobile-search-box svg {

        width: 18px;
        height: 18px;

        margin-right: 10px;

        fill: none;

        stroke: #777;

        stroke-width: 1.5;

    }

    .so-mobile-search-box input {

        flex: 1;

        border: 0;

        outline: none;

        background: transparent;

        font-size: 12px;

        color: #111;

    }

    .so-mobile-search-box input::placeholder {

        color: #999;

    }


    /* MOBILE PANEL */

    .so-mobile-panel {
        width: 88%;
    }

}/* End custom CSS */