:root {
    --light-color: #E5DAC7;
    --dark-color: #2B2A29;

    /* Success / Error */
    --green: #0C4F20;
    --red: #741411;
}

* {
    margin: 0;
    box-sizing: inherit;
}

*:before, *:after {
    box-sizing: inherit;
}

html, body {
    height: 100%;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body.maintenance {
    background: #e5dac7;
    background-size: cover;
    position: relative;
    z-index: 0;
}

fieldset, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

iframe {
    border: none;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0 !important;
}

body, td, th {
    font-family: "alibaba-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

body {
    background: #FFF;
    margin: 0;
    position: relative;
}

body.no_scroll {
    overflow: hidden;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.clr {
    clear: both;
    font-size: 1px;
    height: 1px;
}

/* float clearing for IE6 */
* html .clearfix {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
    min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

#wrapper {
    width: 100%;
    min-height: calc(100vh - 40px);
    margin: 0 auto;
    padding: 0;
}

header {
    padding: 10px 0 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    background-color: var(--light-color);
}
header .logo {
    position: relative;
    z-index: 5;
}
header .logo img {
    height: 80px;
}

header .mm-categories {
    z-index: 5;
}

header .mm-categories .hamburger {
    padding: 8px 15px 15px 15px;
}

header .mm-categories .hamburger-box {
    width: 26px;
    height: auto;
}

header .mm-categories .hamburger-inner,
header .mm-categories .hamburger-inner:after,
header .mm-categories .hamburger-inner:before {
    width: 26px;
    height: 2px;
    background-color: rgba(0, 0, 0, .7);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

header .mm-categories:hover .hamburger-inner,
header .mm-categories:hover .hamburger-inner:after,
header .mm-categories:hover .hamburger-inner:before,
header .mm-categories .is-active .hamburger-inner,
header .mm-categories .is-active .hamburger-inner:after,
header .mm-categories .is-active .hamburger-inner:before {
    background-color: #000;
}

header .mm-categories .hamburger.is-active:hover,
header .mm-categories .hamburger:hover {
    opacity: 1;
    outline: none;
}

header .mm-categories .hamburger-inner:after {
    bottom: -8px;
}

header .mm-categories .hamburger-inner:before {
    top: -8px;
}

#mobile_menu {
    display: none !important;
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 105px);
    background-image: url(images/background.webp);
    background-size: cover;
    background-position: center;
    color: #FFF;
    z-index: 10;
}
#mobile_menu a:link,
#mobile_menu a:active,
#mobile_menu a:visited {
    color: var(--light-color);
}
#mobile_menu a:hover {
    color: var(--light-color);
}
#mobile_menu .slogan {
    margin-top: 40px;
}
#mobile_menu.open {
    display: flex !important;
}

#mobile_menu .navigation_container ul li {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align: center;
    font-size: 24px;
    color: var(--light-color);
    margin: 15px auto 25px;
    text-transform: uppercase;
    position: relative;
}
#mobile_menu .navigation_container ul li:not(:last-child)::after {
    content: '';
    background-image: url("images/split.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#mobile_menu .navigation_container ul li a {
    position: relative;
}

#mobile_menu .navigation_container ul li a.active,
#mobile_menu .navigation_container ul li a:hover {
    color: #FFF;
}

#mobile_menu .socials {
    margin-top: 80px;
}

@media only screen and (max-width: 400px) {
    #mobile_menu .navigation_container ul li {
        font-size: 20px;
        margin: 5px auto 10px;
    }
    #mobile_menu .navigation_container ul li:not(:last-child)::after {
        bottom: -12px;
    }
    #mobile_menu .slogan {
        margin-top: 20px;
    }
    #mobile_menu .slogan img {
        max-height: 40px;
    }
}

#top_cart .qc_wrapper {
    position: relative;
}

#top_cart .quantityCart {
    border: 0 solid #fff;
    width: 16px;
    height: 16px;
    top: 0;
    left: 28px;
    clip: auto;
    z-index: 0;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.select_language .dropdown-menu,
.select_size .dropdown-menu {
    min-width: auto;
    color: #fff;
    width: 50px;
    background-color: var(--dark-color);
    border-radius: 0;
}
.select_size .dropdown-menu {
    width: auto;
    font-size: 14px;
    background-color: var(--dark-color);
    border: none;
    padding: 0 0 0 3px;
    border-radius: 6px;
}
.select_size .dropdown-menu li {
    padding: 4px 5px 0;
}
.select_size .dropdown-menu li:hover {
    background-color: var(--light-color);
    color: var(--dark-color);
    cursor: pointer;
}
.select_size .btn {
    color: #fff;
    padding: 5px;
    --bs-btn-border-width: 0;
}

.select_language .dropdown-menu a:link,
.select_language .dropdown-menu a:active,
.select_language .dropdown-menu a:visited,
.select_size .dropdown-menu a:link,
.select_size .dropdown-menu a:active,
.select_size .dropdown-menu a:visited {
    color: var(--light-color);
    display: block;
}

.select_language .dropdown-menu a:hover,
.select_size .dropdown-menu a:hover{
    background-color: var(--light-color);
    color: var(--dark-color);
}
.select_language .dropdown-menu .dropdown-item,
.select_size .dropdown-menu .dropdown-item{
    padding: 0;
    text-align: center;
}


.breadcrumb {
    padding: 25px 0;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item a:link,
.breadcrumb-item a:active,
.breadcrumb-item a:visited {
    color: #1e1e1e;
}

.breadcrumb-item a:hover {
    color: #000;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    width: 10px;
    height: 1px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    background-color: #000;
    float: initial;
    padding-right: 0;
    color: #000000;
}
#catalogue.top_margin {
    margin-top: 105px;
}

#catalogue h1 {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 160px;
    font-style: normal;
    color: #E9E9E9;
    text-align: center;
}
#main.inside_page h1 {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 100px;
    font-style: normal;
    color: var(--dark-color);
    text-align: center;
}
#main.inside_page p {
    margin-bottom: 15px;
}
#catalogue.withSubCategories h1 {
    height: 120px;
}
#catalogue h2 {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 80px;
    font-style: normal;
    color: var(--dark-color);
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    #catalogue h1 {
        font-size: 160px;
    }
}
@media only screen and (max-width: 767px) {
    #catalogue h1 {
        font-size: 120px;
    }
}

#catalogue .product_list_wrapper {
    padding-top: 40px;
}
#catalogue .product_item {
    background-image: url("images/product_item_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 100px;
    min-height: 400px;
    color: var(--light-color);
    position: relative;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    #catalogue .product_item {
        min-height: 360px;
    }
}
#catalogue .product_item .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #818181;
    position: absolute;
    top: -80px;
    border: 1px solid #818181;
    overflow: hidden;
}
#catalogue .product_item .title {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: relative;
    padding-top: 120px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 26px;
    height: 160px;
}
#catalogue .product_item .description {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 16px;
}
#catalogue .product_item .price {
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    font-family: thunderhouse-pro, sans-serif;
    font-weight: 400;
    font-size: 60px;
}
#catalogue .product_item .select_size {
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 5;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#catalogue .product_item .food-type {
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 5;
    bottom: 28px;
    right: 15px;
}
#catalogue .product_item .food-type img {
    height: 22px;
}
@media only screen and (max-width: 576px) {
    #catalogue h1 {
        font-size: 80px;
    }
    #catalogue .product_list_wrapper {
        padding-top: 80px;
    }
}
.swiper-slide {
    height: 140px;
}
.swiper-slide img {
    max-height: 100px;
    width: auto;
}
#product_info {
    padding: 20px 0 0;
    color: #fff;
    background-color: var(--dark-color);
    text-align: center;
}
#product_info span {
    margin: 0 10px;
}

#brands {
    padding: 10px 0;
    margin: 0 auto;
    background-color: var(--dark-color);
    color: var(--light-color);
}
#brands.section .title {
    color: var(--light-color);
    margin-bottom: 0;
}
#brands .brand img {
    filter: grayscale(100%);
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
#brands .brand:hover img {
    filter: grayscale(0%);
}


.video_container {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.video_container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(229, 218, 199, .4);
    z-index: 0;
}
.video_container video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}
.menu_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
footer {
    width: 100%;
    height: 40px;
}

footer .lastbar {
    margin: 0 2.125em;
    height: auto;
    font-size: 12px;
    color: #000;
    padding: 10px;
}

footer .lastbar ul {
    margin: 0 auto;
}

footer .lastbar ul li {
    display: inline-block;
}

footer .lastbar ul li:not(:last-child) {
    margin-right: 10px;
}

footer .lastbar a {
    color: #32440e;
    position: relative;
}

footer .copyright a:hover {
    color: #5B4A22;
}

footer .madeby {
    text-align: right;
}

footer .madeby a {
    color: #000;
}


@media only screen and (max-width: 991px) {
    footer .lastbar .row > div {
        height: auto;
    }

    footer .copyright, footer .madeby {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    footer .lastbar {
        height: auto;
        line-height: 30px;
    }

}

.maintenance_mode_wrapper {
    font-family: muli, sans-serif;
    padding: 200px 0 0 0;
    position: relative;
    z-index: 10;
}

.maintenance_mode {
    margin: 0 auto;
    padding: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.maintenance_text {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em;
}

.maintenance_text p {
    margin-bottom: 15px;
}

.maintenance_logo {
    margin: 0 auto 20px auto;
    text-align: center;
}

.maintenance_logo img {

}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 1200px) {
    #instagram_feed .item {
        width: 16.666666667%;
        overflow: hidden;
    }

    #instagram_feed .item:nth-of-type(1n+13) {
        display: none;
    }

    footer {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    #wrapper {
        min-height: calc(100vh - 68px);
    }

    #main_nav .container {
        max-width: 100%;
    }

    #main_nav .menu {
        display: none;
    }

    #main_nav .slides {
        width: 100%;
    }

    .header_menu .breadcrumb {
        width: 100%;
        float: none;
        padding: 0;
    }

    .header_menu .breadcrumb .breadcrumb-item {
        margin-bottom: 0;
    }

    .logo {
        display: block;
    }
}


/* Back to top button*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #222 url(images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:hover.cd-fade-out {
    background-color: #222;
    opacity: 1;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #222;
    opacity: 1;
}
