﻿@media screen and (max-width: 1023px) {
    body {
        width: 450px;
    }
}

@media screen and (min-width: 800px) {
    body {
        margin: auto;
        min-height: calc(100vh - 80px);
        height: auto;
        margin-top: 10px;
    }

   
        body::-webkit-scrollbar {
            width: 12px;
        }

        body::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        body::-webkit-scrollbar-thumb {
            background: #888;
        }
    html {
        background: #dfdfdf;
    }
    #prev {
        background-size: 100%;
        width: 43px;
        height: 43px;
    }
    #section-option{
        margin-top:50px
    }
    header {
        width: 450px;
        /*position: sticky!important;*/
    }
    .header-menu .row {
        background: #fff;
        width: 100%;
    }
    .scrollable-content {
        flex-grow: 1;
        overflow-y: auto;
        margin-bottom: 30px;
    }
    .fixed-bottom {
        align-self: center;
        position: fixed;
        bottom: 0;
        left: unset;
        background: #fff;
        right: unset;
        max-width: 400px;
        display: flex;
    }
    .popup-content {
        display: flex;
        flex-direction: column;
        max-height: 100vh;
    }
    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0px;
        /*top: 50px;*/
        padding: unset;
        box-sizing: border-box;
    }
    .humburger-btn {
        width: 100%;
    }
    .header-items {
        display: flex;
        align-items: center;
        height: 55px;
        position: absolute;
        flex-direction: row;
        width: 450px;
    }
    #prev{
        display:none!important;
    }
    .header-menu.smaller .row {
        padding-left: 5px;
        width: 100%;
    }
    .fixed-height-delivery {
        max-height: 450px !important;
        position: fixed !important;
        bottom: 0px !important;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .fixed-height {
        max-height: 300px !important;
        position: fixed !important;
        bottom: 0px !important;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .outSection {
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: #fff;
        display: flex;

        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-radius: 0px;
        color: #fff;
        z-index: 1040;
     /*   max-width: 450px;*/
    }
    .outlet-item__locationBtn {
        position: absolute;
        bottom: 20px;
        padding-bottom: 1rem;
        margin-top: 1rem;
        width: 90%;
    }
    .outlet-item__confirmBtn {
        position: absolute;
        bottom: 20px;
        padding-bottom: 1rem;
        margin-top: 1rem;
        width: 90%;
    }
    .header-items {
        top: 0px !important;
        /*top:50px !important;*/
      /*  width: 450px !important;*/
    }

    .outlet-item__add-to-basket-btn {
        margin-bottom: 10px;
        height:2.5rem;
    }
}
