<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400');

body {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin-top: 150px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.4);
}

.top {
    display: flex;
    align-items: center;
    height: 100px;
}

.top2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.top2 .logo {
    margin-right: 100px;
}

.top2 .menu {
    flex-grow: 1;
}

.top2 .logo img {
    max-width: 100%;
    max-height: 90px;
}

@media (max-width: 768px) {
    .top2 .navbar {
        position: unset;
    }
    .top2 .navbar-collapse {
        position: absolute;
        top: 110px;
        left: 0;
        width:100%;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .top2 .nav-link {
        border-radius: 10px;
        margin-right: 5px;
    }
}

.logo {
    display: block;
    text-align: center;
}

.logo img {
    max-width: 100%;
    max-height: 50px;
}

@media (min-width: 768px) {
    body {
        margin-top: 110px;
    }
    .top {
        height: 60px;
    }
    .logo {
        text-align: left;
    }
}

.menu {
    background-color: #333;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 13px;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #000;
}

.navbar-light .navbar-nav .active&gt;.nav-link {
    color: #fff;
    background-color: #000;
}

.nav-item img {
    max-width: 40px;
    max-height: 40px;
}

.text-white a {
    color: #fff;
}

.slider {
    margin-bottom: 3px;
}

.slich_slider {
    margin: 0 30px;
}

.slick-slide{
    height: auto;
}

.carousel-item a {
    width: 100%;
    display: block;
    background-size: cover;
    padding-bottom: calc(700 / 1920 * 100%);
    position: relative;
}

.carousel-item a .slide_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(black, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-item a .slide_content div {
    padding: 15px;
    color: #fff;
}

.carousel-item a .slide_content div p {
    font-size: 2vw;
}

.carousel-item a .slide_content div h1 {
    font-size: 5vw;
}

.sidebar img {
    max-width: 100%;
    margin-bottom: 3px;
}

.howto img {
    max-height: 50px;
}

.img-box {
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
}

.img-box img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .2s;
}

.img-box img:hover {
    transform: scale(1.1);
}

.padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
}

.loading&gt;div {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 10px;
}

.inner_loading {
    width: 100%;
    height: 100%;
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini_cart{
    padding: 15px;
    xxmin-height: 250px;
    margin: 0 -15px;
}

.mini_cart .box_cart_data{
    display: none;
}

.link_set_delivery_info{
    font-size: 0.8em;
    padding-left: 1em;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .mini_cart .box_cart_data {
        display: block;
    }
}

.mobile_mini_cart {
    /* position: fixed;
    z-index: 800;
    display: none;
    padding: 15px;
    top: 150px;
    left: 0;
    width: 100%;
    height: calc( 100% - 150px );
    overflow: auto; */
    position: fixed;
    z-index: 800;
    display: none;
    padding: 15px;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc( 100% - 110px );
    overflow: auto;
}

@media (min-width: 768px) {
    .mobile_mini_cart {
        display: none !important;
    }
}

.cart {
    height: 50px;
    display: inline-flex;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 15px;
}

.cart:hover {
    text-decoration: none;
}

.cart img {
    max-width: 100%;
    max-height: 100%;
}

.cart_badge {
    display: flex;
    position: absolute;
    right: -15px;
    background-color: #000;
    border-radius: 100%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    bottom: 10px;
}

.filters a {
    color: #000;
}

.filters&gt;div a {
    display: block;
    color: #000;
}

.filters a:hover {
    text-decoration: none;
}

.qty {
    width: 30px;
    display: inline-block;
    text-align: center;
}

.variants_popup_content {
    display: none;
}

#variants_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1050;
    padding: 15px;
}

#variants_popup .content {
    background-color: #fff;
    padding: 10px;
    max-width: 800px;
    border-radius: 5px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#variants_popup .content h4 {
    background-color: #333;
    color: #fff;
    padding: 5px;
}

.labels-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.labels-container .form-check {
    width: 100%;
}

@media(min-width: 576px) {
    .labels-container .form-check {
        width: 50%;
    }
}

@media(min-width: 768px) {
    .labels-container .form-check {
        width: 33%;
    }
}

.variants-category-container {
    border: 2px solid #fff;
    padding: 5px;
}

.variants-category-container.error {
    border: 2px solid red;
}

.sheet_popup_content {
    display: none;
}

#sheet_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1040;
    padding: 15px;
}

#sheet_popup .content {
    background-color: #fff;
    padding: 10px;
    max-width: 800px;
    border-radius: 5px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.help {
    padding: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}
.help-curdo {
    padding: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.help h2 {
    border: 3px solid;
    padding: 15px;
    border-radius: 10px;
}

.help-curdo h2 {
    border: 3px solid;
    padding: 15px;
    border-radius: 10px;
}


.home_text {
    padding: 15px;
    background-color: #edece8;
    margin: 0 -15px;
}

.group_banner {
    margin: 0 -15px;
}

.group_banner img {
    max-width: 100%;
}

#navbarSupportedContent {
    max-height: 500px;
    overflow: auto;
}


@media (min-width: 768px) {
    #navbarSupportedContent {
        overflow: visible;
    }
}

.product-box {
    display: block;
    color: #000;
}

.product-box:hover {
    text-decoration: none;
}

.product-box a {
    color: #000;
    display: block;
}

.product-box a:hover {
    text-decoration: none;
}

#custom_alert {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1110;
    padding: 15px;
}

#custom_alert .content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 10px;
    width: 100%;
    max-width: 400px;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

#privacy_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 150px 15px;
}

#privacy_popup .content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 15px;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    overflow: auto;
}

#tos_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 15px;
    padding: 150px 15px;
}

#tos_popup .content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 15px;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    overflow: auto;
}

#marketing_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 15px;
    padding: 150px 15px;
}

#marketing_popup .content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 15px;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    overflow: auto;
}

#apps_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1099;
    padding: 15px;
}

#apps_popup&gt;div {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 15px;
}

.store_logo {
    max-width: 200px;
    width: 100%;
    height: auto;
}

div.datepicker-dropdown{
    margin-top:110px;
}

.cursor_pointer{
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    div.datepicker-dropdown{ margin-top:150px; }
} /* media */

/*Reservation*/
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* WAREHOUSE MANAGEMENT*/
.warehouse_badge{
    position: absolute;
    right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;    
    z-index: 1;
}
[data-function="remove_variant_qty"], [data-function="add_variant_qty"]{
    cursor:pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;  
}

.grey-filter{
    filter:grayscale(1);
}</pre></body></html>