.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-76e7c1f */.ss-top-bar,
.ss-header{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}
 
/* TOP BAR */
 
.ss-top-bar{
    background:#7a0e23;
    color:#fff;
    text-align:center;
    padding:10px 15px;
    font-size:13px;
    font-weight:500;
    letter-spacing:.8px;
    text-transform:uppercase;
}
 
/* HEADER */
 
.ss-header{
    background:#fff;
    height:85px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 60px;
    border-bottom:1px solid #f1f1f1;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 15px rgba(0,0,0,.04);
}
 
/* LOGO */
 
.ss-logo{
    font-size:36px;
    font-family:Georgia,serif;
    font-weight:700;
    letter-spacing:.5px;
    white-space:nowrap;
}
 
.ss-logo a{
    text-decoration:none;
    color:#7a0e23;
}
 
/* NAV */
 
.ss-nav{
    display:flex;
    align-items:center;
    gap:32px;
}
 
.ss-nav a{
    position:relative;
    text-decoration:none;
    color:#222;
    font-size:15px;
    font-weight:500;
    padding:5px 0;
}
 
.ss-nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#7a0e23;
    transition:.3s;
}
 
.ss-nav a:hover::after,
.ss-nav a.active::after{
    width:100%;
}
 
.ss-nav a:hover,
.ss-nav a.active{
    color:#7a0e23;
}
 
/* ICONS */
 
.ss-icons{
    display:flex;
    align-items:center;
    gap:24px;
}
 
.ss-icons a{
    color:#222;
    font-size:20px;
    text-decoration:none;
}
 
.ss-cart-icon{
    position:relative;
}
 
.ss-cart-count{
    position:absolute;
    top:-8px;
    right:-10px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#7a0e23;
    color:#fff;
    font-size:10px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
}
 
/* MOBILE BUTTON */
 
.ss-menu-toggle{
    display:none;
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}
 
.ss-menu-toggle i{
    font-size:24px;
}
 
/* MOBILE MENU */
 
.ss-mobile-menu{
    position:fixed;
    left:-320px;
    top:0;
    width:300px;
    height:100vh;
    background:#fff;
    z-index:9999;
    transition:.35s;
    padding:25px;
    box-shadow:5px 0 25px rgba(0,0,0,.1);
}
 
.ss-mobile-menu.active{
    left:0;
}
 
.ss-mobile-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}
 
.ss-mobile-head span{
    font-size:22px;
    font-weight:700;
}
 
.ss-close-menu{
    border:none;
    background:none;
    cursor:pointer;
    font-size:22px;
}
 
.ss-mobile-menu a{
    display:block;
    padding:14px 0;
    border-bottom:1px solid #eee;
    text-decoration:none;
    color:#222;
    font-size:15px;
}
 
.ss-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    z-index:9998;
    transition:.3s;
}
 
.ss-overlay.active{
    opacity:1;
    visibility:visible;
}
 
/* MOBILE */
 
@media(max-width:768px){
 
    .ss-header{
        height:70px;
        padding:0 15px;
        display:grid;
        grid-template-columns:40px 1fr auto;
        align-items:center;
        gap:12px;
    }
 
    .ss-menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        width:40px;
        height:40px;
        grid-column:1;
    }
 
    .ss-menu-toggle i{
        font-size:22px;
        color:#222;
    }
 
    .ss-logo{
        grid-column:2;
        font-size:24px;
        text-align:center;
        overflow:hidden;
    }
 
    .ss-logo a{
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
 
    .ss-nav{
        display:none;
    }
 
    .ss-icons{
        grid-column:3;
        display:flex;
        align-items:center;
        gap:14px;
    }
 
    .ss-search{
        display:none;
    }
 
    .ss-icons a{
        font-size:18px;
    }
 
    .ss-cart-count{
        top:-6px;
        right:-8px;
        width:16px;
        height:16px;
        font-size:9px;
    }
 
    .ss-top-bar{
        font-size:10px;
        padding:8px 10px;
        line-height:1.4;
    }
}
 
@media(max-width:480px){
 
    .ss-header{
        padding:0 12px;
    }
 
    .ss-logo{
        font-size:20px;
    }
 
    .ss-icons{
        gap:10px;
    }
 
    .ss-icons a{
        font-size:17px;
    }
}/* End custom CSS */