

/* html {
    font-size: 16px;
} */

body {
    font-size: 1rem;
}

#content-wrap{
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

#content {
    margin-top: 0px;
    max-width: none;
}

.content-box {
    /* position: relative; */
    /* float: left;  */
    background-color: white;
    color: var(--menu-text-color);
    border-radius: 6px;
    /* padding: 15px; */
    /* margin-top: 15px; */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    overflow-y: visible;
}

/*------------Header---------------*/

#busy {
    top: 0px;
}

#header {
    position: relative;
    box-shadow: none;
}

.header-icon i {
    color: var(--h1-color);
    font-size: 40px;
}

#header-content > div {
    height: fit-content;
}

#header-content {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: var(--header-height); */
    height: fit-content !important;
    /* height: 100px; */
}

.logo-container {
    padding: 2rem 0;
    float: left;
    max-width: 300px;
}

.logo-container > a,
.logo-container  img {
    max-width: 100% !important;
    height: var(--logo-max-height);
}

#menu {
    overflow-x: visible;
    overflow-y: scroll;
}

#menu, #menu-container, .menu-container {
    top: 0px;
}

.menu-close-button-fixed {
    position: absolute;
    top: 5px;
    right: 9px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    padding: 5px 6px;
}

#nav-info-container {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    overflow:hidden;
    height: calc(var(--product-nav-height) * 2);
    /* height: auto; */
}
#product-nav-wrapper {
    height: var(--product-nav-height);
    display: flex;
    position: relative;
    top: 0;
    flex: 1;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 4.65px;
    justify-content: flex-start;
}

#product-nav-wrapper.sticky {
    position: fixed;
    top: 0;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 4.65px;
}

#shop-info-short {
    height: var(--product-nav-height);
}

#address-warning {
    padding: 15px;
    margin-bottom: -20px;
}

/* #address-warning > .alert {
    border: 1px #9E7C43 solid;
} */

/*------------Footer---------------*/

#bottom {
    padding: 15px 0px 30px 0px;
}

#toTop {
    bottom: 20px;
}

/*------------Views---------------*/

#message-box {
    padding-top: 15px;
}

.link-box {
    background-color: var(--menu-background);
    border-radius: 5px;
    padding: 5px 15px 15px 15px;
}

.circle-outer {
    border: 1px solid var(--menu-text-color);
}

.circle-inner {
    background-color: var(--menu-text-color);
}

.orders-list {
    padding-bottom: 15px;
}

/*------------Product List---------------*/

.modal-header.gradient-primary {
    background-image: linear-gradient(90deg, var(--modal-header), #fff);

}

.product-list-item:not(.devider):hover {
    background: -moz-linear-gradient(180deg, #FFF, var(--modal-light));
    background: -webkit-linear-gradient(180deg, #FFF, var(--modal-light));
    background: linear-gradient(180deg, #FFF, var(--modal-light));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="var(--modal-light)",GradientType=1);
}

/* .gradient-secondary {
    background-image: linear-gradient(90deg, rgb(237, 237, 246), rgb(255, 255, 255));
} */

/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=482be8&c2=144125&gt=l&gd=dtl
*/

.cart-container {
    margin-top: 0px;
}

.product-list-container {
    margin-top: 20px;
    position: relative;
}

/* .product-list-container.sticky {
    margin-top: 65px;
    position: relative;
} */

.product-list {
    box-shadow: none;
}

.col-sm-cart:not(.sticky) {
    margin-top: 20px;
    position: relative;
    top: 0;
    left: 0;
}

.col-sm-cart.sticky {
    margin-top: 0px;
    position: fixed;
    top: calc(var(--product-nav-height) + 20px);
}

/*--------------pages---------------*/

.facebook-icon-sm {
    display: inline-block;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    padding: 1px 0px 4px 0px;
    margin-right: 5px;
    text-align: right;
}

.facebook-icon-sm i {
    font-size: 20px;
}

.social-links:not(#contact .social-links) {
    padding-top: 15px;
}
.social-links > p {

    margin-bottom: 0px;
}

.adress-box {
    margin: 20px -15px 30px -15px;
    padding: 20px 0px 30px 0px;
}

#open-times {
    flex-direction: row;
    padding-bottom: 20px;
    margin: 0px;
    align-items: flex-start;
    vertical-align: middle;
}

.time {

    padding: 5px;
}

.day-string {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid lightgrey;

}
.day-string.vertical {
    display: none;
}

.day-string.horizontal.special {
    padding-left: 5px;
    padding-right: 5px;
}

.flex-container.day-line {

    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.slot-connector {
    /*    flex-basis: 30px;*/
    padding: 5px

}


@media (max-width: 992px) {


}

/*--------------_TABLET---------------*/


@media (max-width: 991px) {

    .content-box:not(.view-center), #product-nav {
        border-radius: 0;
        box-shadow: none;
    }

    /* html, body {
        height: 100%;
    } */

    #button-footer{
        display:block;
    }

    #toTop {
        bottom: 55px;
    }

    #content {
        padding: 0px;
        margin: 0px;
        width: 100%
    }

    #status-bar > .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    #header-nav-container {
        width: 100%;
        padding: 0px;
    }

    #nav-info-container {

        border-radius: 0px;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);

    }

    .transparent-color-box {

        border-radius: 0;

    }

    .col-sm-cart{
        display: none;
    }

    #btn-show-cart{
        height: 35px;
        margin-top: 0px;
        border-radius: 0px;
        font-size: 20px;
        padding: 0px;
    }

    #btn-show-cart i.glyphicon {
        vertical-align: text-bottom;
    }

    .col-sm-cart {
        padding-left: 0px !important;
    }
    #cart-container{
        margin-left: 0px !important;
    }

    #cart-container > h4 {
        display: none;
    }

    .cart-item {
        font-size: 1rem;
    }

    .product-list-container {

        overflow: visible;
    }

    #footer-wrap{
        bottom: 35px;
    }

    #button-footer{
        height: 35px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        overflow: hidden;
    }



    #open-times {
        flex-direction: column;
        max-width: 100%;
    }

    /*    .time {
            flex-basis: 150px;
        }*/

    .flex-container.day-line {
        flex-direction: row;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
    }



    .day-string.horizontal {
        display: none;
        text-align: left;
    }

    .day-string.vertical {
        display: block;
        text-align: left;
    }

    .slot-connector {
        flex-basis: 30px;
    }



    @media (min-width: 768px) {

        .day-string.horizontal {
            display: block;
            width: 90px;
            padding-top: 5px;
            border-bottom: none;
            height: 32px;
        }

        .day-string.horizontal.special {
            width: 270px;
        }

        .day-string.vertical {
            display: none;
        }

        .time {
            flex-basis: 150px;
        }


    }

}

/*--------------MOBILE---------------*/

@media (max-width: 767px) {

    .dropdown-menu > li > a {
        margin-top: 5px;
    }

    .group-icons > .group-icon > a > p {
        font-size: 16px;
    }

    .home-section h1 {
        font-size: 32px;
    }

    .home-section h2 {
        font-size: 24px;
    }

    body {
        overflow: auto;
    }

    .logo-container  img {

        max-height: var(--logo-max-height-mobile) !important;
        margin-top: var(--logo-margin-top-mobile) !important;
    }

    #header-nav-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    h1.home-h1 {
        font-size: 40px !important;
    }

    /*    header ul.navbar-nav {
            position: absolute;
            width: 100%;
            height: 100vh;
            top: 110px;
            background-color: black;
            overflow: auto;
        }*/

    div.group-icon:first-child:nth-last-child(1) {
        /* -or- li:only-child { */
        width: 100%;
    }

    /* two items */
    div.group-icon:first-child:nth-last-child(2),
    div.group-icon:first-child:nth-last-child(2) ~ div.group-icon {
        width: 50%;
    }

    /* three items */
    div.group-icon:first-child:nth-last-child(3),
    div.group-icon:first-child:nth-last-child(3) ~ div.group-icon {
        width: 33.3333%;
    }

    /* four items */
    div.group-icon:first-child:nth-last-child(4),
    div.group-icon:first-child:nth-last-child(4) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(5),
    div.group-icon:first-child:nth-last-child(5) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(6),
    div.group-icon:first-child:nth-last-child(6) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(7),
    div.group-icon:first-child:nth-last-child(7) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(8),
    div.group-icon:first-child:nth-last-child(8) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(9),
    div.group-icon:first-child:nth-last-child(9) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(10),
    div.group-icon:first-child:nth-last-child(10) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(11),
    div.group-icon:first-child:nth-last-child(11) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(12),
    div.group-icon:first-child:nth-last-child(12) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(13),
    div.group-icon:first-child:nth-last-child(13) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(14),
    div.group-icon:first-child:nth-last-child(14) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(15),
    div.group-icon:first-child:nth-last-child(15) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(16),
    div.group-icon:first-child:nth-last-child(16) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(17),
    div.group-icon:first-child:nth-last-child(17) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(18),
    div.group-icon:first-child:nth-last-child(18) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(19),
    div.group-icon:first-child:nth-last-child(19) ~ div.group-icon {
        width: 33.3333%;
    }

    div.group-icon:first-child:nth-last-child(20),
    div.group-icon:first-child:nth-last-child(20) ~ div.group-icon {
        width: 33.3333%;
    }

    #open-times {
        flex-direction: column;
        max-width: 100%;
    }

    .flex-container.day-line {
        flex-direction: row;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .day-string.horizontal {
        display: none;
    }

    .day-string.vertical {
        display: block;
    }

    .slot-connector {
        flex-basis: 30px;
    }

    .time {
        flex-basis: 150px;
    }

}

@media screen and (max-width: 480px) {

    /*  .transparent-color-box {
          padding: 15px 20px;
      }*/

    h1.home-h1 {
        font-size: 32px !important;
    }

    .home-section h2 {
        font-size: 20px;
    }

    .group-h1 {
        font-size: 24px;
    }

    .group-icons > .group-icon > a > p {
        font-size: 14px;
    }

    .option-list-item,
    .variant-list-item{
        font-size: 0.875rem;
        width: 100%;
        padding: 5px 0px;
    }

    .option-list-item .product-list-item-info,
    .variant-list .product-list-item-info {
        padding: 0px;
        padding-left: 5px;
    }
    #open-times.slot-3{
        flex-direction: column;
        max-width: 100%;
    }

    #open-times.slot-3 .flex-container.day-line {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
    }

    #open-times.slot-3 .day-string.horizontal {
        display: none;
    }

    #open-times.slot-3 .day-string.vertical {
        display: block;
        margin-bottom: 5px;
    }

    #open-times.slot-3 .slot-connector {
        flex-basis: 20px;
    }

    #open-times.slot-3 .time {
        flex-basis: 30px;
    }
}

@media screen and (max-width: 420px) {

    #status-popup {
        width: calc(100vw - 30px);
    }
    #backlink-container {
        flex: 3;
    }

    .header-icon i {
        color: var(--h1-color);
        font-size: 32px;
    }
}

@media screen and (max-width: 374px) {
    #status-bar > .container {
        font-size: 12px;
    }

    #status-info {
        margin-right: 0px;
        height: 32px;
        padding: 9px 0px 3px 3px;
    }

    #backlink-container > div {
        padding: 7px 0px 5px 3px;
    }


    #backlink-container > div > img {
        margin-top: -3px;
        margin-left:6px;
    }
}
