@import url('https://fonts.cdnfonts.com/css/canter');
@import url('https://fonts.cdnfonts.com/css/futura-pt?styles=117668');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

                

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.top-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 10px 10px -10px lightgray;
    z-index: 8;
    background-color: white;
}

.top-bar-logo {
    height: 100%;
    padding: 0px 15px;
}

.top-bar-back-icon {
    height: 40px;
    width: 40px;
    opacity: 0.6;
    position: relative;
    left: calc(100% - 320px);
    bottom: 30px;
}

.top-img-sec {
    height: 200px;
}

.top-img {
    width: 100%;
    height: 200px;
    object-fit: cover; 
    object-position: 100% 0;
}

.check-zip{
    transform: translate(0%, 0%) scale(1);
    width: 100%;
    height: 100vh;
    /*background-image: url("./pic/zip_back.jpg");*/
    /*background-color: rgb(254,248,238);*/
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 15vh 20%;
    z-index: 5;
	overflow-y: scroll;
}

.check-zip-form {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgb(254,248,238);
    display: flex;
    padding: 0px 0px;
    font-size: 30px;
    border-radius: 100px;
    padding: 2px;
	width: 90%;
    max-width: 400px;
    height: 55px;
    
}

.check-zip-form.street{
    top: 215px;
}

.street-nmb-inp{

}

.check-zip-form-street * {
    background-color: rgb(254,248,238);
}

.zip-code-inp {
    background-color: rgb(254,248,238);
    border: 0;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
	max-width: 320px;
	width: 80%;	
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.zip-code-inp:focus {
    outline: none;
}

.zip-code-inp.street {
    width: 100%;
	max-width: 100%;
}

.zip-code-btn {
    background-color: rgb(255, 115, 65);
    color: rgb(254,248,238);
    padding: 10px 15px;
    border-radius: 100px;

	max-width: 80px;
	width: 20%;
   
    font-weight: 1000;
    font-size: 26px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zip-code-btn:hover {
    background-color: rgb(254, 104, 49);
}

.zip-error {
    position: absolute;
    top: -10px;
    left: 0;
    background-color: rgb(254,248,238);
    border: 10px double rgb(236,96,57);
    min-width: 400px;
    width: 100%;
    padding: 10px;
    margin: auto;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(236,96,57);
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    overflow-y: hidden;
    font-size: 30px;
}

.restaurants{
    position: absolute;
    top: 285px;
    left: 0%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 50px;
}

.rest-item {
    background-color: rgb(254,248,238);
    border: 10px double rgb(236,96,57);
    max-width: 400px;
    width: 90%;
    height: 210px;
    margin: auto;
    margin-top: 3%;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(236,96,57);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    overflow-y: hidden;
}

.rest-item:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.rest-item.closed {
    background-color: rgb(254,248,238);
    border: 10px double rgb(55, 55, 55);
    color: rgb(55, 55, 55);
    pointer-events: none;
}

.rest-item.suspended {
    background-color: rgb(254,248,238);
    border: 10px double rgb(107, 107, 107);
    color: rgb(107, 107, 107);
    pointer-events: none;
}

.rest-item-pic{
    width: 100%;
    height: 80%;
    margin: 0% 0%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;    
}

.rest-noitem {
    background-color: rgb(254,248,238);
    border: 10px double rgb(236,96,57);
    min-width: 400px;
    width: 40%;
    padding: 10px;
    margin: auto;
    margin-top: 10%;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(236,96,57);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    overflow-y: hidden;
    font-size: 30px;
}

.truck {
    background-image: url("./pic/truck_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ogien {
    background-image: url("./pic/ogien_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rest-item-name {
    padding: 3% 0% 0% 0%;
    font-size: 50px;

}

.rest-item-address{
    padding: 0% 0%;
    font-size: 30px;
}

.rest-item-info{
    padding: 3%;
}



.nav-bar {
    margin-top: 110px;
    position: sticky;
    padding: 5px 10px;
    top: 0;
    overflow: auto;    
    height: auto;
    display: flex;
    align-items: center;
    justify-content: safe center;
    background-color: white;
    box-shadow: 0 10px 10px -10px lightgray;

    scrollbar-color: rgb(242, 129, 129) #e0e0e0;
    scrollbar-color: rgb(255, 115, 65) #e0e0e0;
    
    scrollbar-width: thin;
}  


.categories {
    display: flex;
    align-items: center;
    gap: 5px;


    
}

.categories div {
    padding: 5px 8px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    background-color:  rgb(237, 237, 237); 
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.categories div:hover {
    background: rgb(197, 197, 197);
    color: rgb(236,96,57);
    background-color: rgb(254,248,238);
}

.categories div.active-category {
    background-color: rgb(242, 129, 129);
    color: rgb(236,96,57);
    background-color: rgb(254,248,238);
}


.products {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 100px;
}

.hide {
    display: none;
}

.products-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
}

.products-category-name {
    scroll-margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    gap: 20px;
    padding: 10px;
    /*background-color:  rgb(237, 237, 237); */
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 45px;
    scroll-margin: 60px;
}

.product-item {
    display: flex;
    gap: 10px;
    
    max-width: 325px;
    height: 145px;
    border-radius: 15px;
    padding-left: 15px;
    transition: all 0.25s ease-in-out;
}

.product-item:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.product-item-data {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    row-gap: 2px;
    
}

.product-item-name {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.product-item img {
    object-fit: cover;
    width: 50%;
    height: 100%;
    border-radius: 15px;
}

.product-item-price {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.product-item-special {
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
	display: none;
}

.product-item-description {
    color: gray;
    font-size: 14px;
    width: calc(100%);
    padding-right: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	flex-grow: 1;
}

.break {
    flex-basis: 100%;
    height: 0;
    border-bottom: 1px solid rgb(214, 214, 214);
    margin: 10px 15px 10px 0px;
  }

.active-product {
    position: fixed;
    left: 20%;
    top: 10%;
    transform: translate(-10%, -5%) scale(0);
    transition: 150ms ease-in-out;
    background-color: white;
    z-index: 10;
    border-radius: 20px;
    max-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;

}

.active-product.show {
    transform: translate(-10%, -5%) scale(1);
}

#overlay{
    position: fixed;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 150ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 9;
}

#overlay.show {
    opacity: 1;
    pointer-events: all;
}

.active-product-header {
    display: flex;
    width: 100%;
    row-gap: 5px;
}

.active-product-data {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    row-gap: 5px;
    margin-right: 15px;
}

.active-product img {
    object-fit: cover;
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 200px;
    height: 200px;
    border-radius: 20px;

}

.active-product-close {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 40px;
    width: 47px;
    height: 47px;
    border-radius: 40px;
    font-weight: bolder;
    justify-content: right;
    text-align: center;
    background-color: rgb(232, 243, 255);
    background-color: rgb(254,248,238);
}

.active-product-close:hover {
    background-color: rgb(204, 214, 224);
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
}

.active-product-name {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.active-product-price {
    width: 100%;
    font-size: 20px;
    color: rgb(90, 90, 90);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.active-product-description {
    font-size: 20px;
    width: calc(100%);
    padding-right: 5px;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.active-product-special {
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
	display: none;
}


.add-toppings {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-height: 40vh;
    overflow-y: scroll;
    scrollbar-color: rgb(242, 129, 129) #e0e0e0;
    scrollbar-color: rgb(255, 115, 65) #e0e0e0;
    
    scrollbar-width: thin;

}

.add-toppings-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3px;
    margin-bottom: 30px;
}

.add-toppings-group-name {
    width: 100%;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.add-toppings-group-info {
    width: 100%;
    font-size: 16px;
    color: rgb(90, 90, 90);
    margin-bottom: 20px;
}

.add-toppings-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: 42px;
    margin-right: 20px;
}

.break-column {
    flex-basis: 100%;
    width: 0;
}

.add-toppings-item-name {
    flex-grow: 1;
    font-size: 18px;
}

.add-toppings-item-price {
    flex-grow: 1;
    color: rgb(90, 90, 90);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.add-topping-buttons {
    width: 120px;
    flex-grow: 1;
    display: flex;
    float: right;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 10px;
}

.remove-topping-button {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    height: 25px;
    width: 25px;
    border-radius: 60px;
    background-color: lightblue;
    background-color: rgb(107, 107, 107);
    color: rgb(254,248,238);
    margin-left: 10px;
}

.remove-topping-button.hidden {
    display: none;
}

.how-many-toppings {
    flex-grow: 1;
    font-size: 20px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;   
    font-size: 17px; 
}

.how-many-toppings.hidden {
    display: none;
}

.add-topping-button {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    height: 25px;
    width: 25px;
    border-radius: 60px;
    background-color: lightblue;  
    background-color: rgb(107, 107, 107);
    color: rgb(254,248,238);
    margin-right: 10px;  
}

.topping-count-empty {
    flex-grow: 1;
}

.basket-box{
    display: flex;
    height: 65px;
    width: 100%;
    padding: 10px 20px 15px 10px;
    flex-shrink: 0;
}

.multiple-items-box {
    flex-grow: 1;
    display: flex;
    background-color: rgb(232, 243, 255);
    background-color: rgb(254,248,238);
    align-items: center;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
    font-size: 20px;

}

.multiple-items-add {
    flex-grow: 1;
    font-weight: 600;
    padding: 8px;
    border-radius: 16px;
    width: 26px;
}

.multiple-items-add.act:hover {
    background-color: rgb(204, 214, 224);
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
}

.multiple-items-counter {
    flex-grow: 1;
    padding: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.multiple-items-remove {
    width: 26px;
    flex-grow: 1;
    font-weight: 600;
    padding: 8px;
    border-radius: 16px;
}

.multiple-items-remove.act:hover {
    background-color: rgb(204, 214, 224);
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
}

.add-to-basket-button {
    flex-grow: 3;
    border-radius: 10px;
 
    background-color: rgb(86, 200, 86);
    background-color: rgb(236,96,57);
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    text-align: center;

    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;    
}

.basket {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(0%, 0%) scale(0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    gap: 20px;
    padding: 80px 20px 450px 20px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    z-index: 10;
}

.basket.act {
    transform: translate(0%, 0%) scale(1);
}

.basket-empty {
    flex-grow: 1;
}

.basket-header {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    display: flex;
    padding: 20px;
}

.basket-header-name {
    font-size: 40px;
    flex-grow: 1;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.basket-header-close {
    font-size: 40px;
    max-width: 45px;
    height: 46px;
    border-radius: 40px;
    font-weight: bolder;
    flex-grow: 1;
    justify-content: right;
    text-align: center;
    background-color: rgb(232, 243, 255);
    background-color: rgb(254,248,238);
}

.basket-header-close:hover {
    background-color: rgb(204, 214, 224);
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
}

.basket-products {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    scrollbar-color: rgb(242, 129, 129) #e0e0e0;
    scrollbar-color: rgb(255, 115, 65) #e0e0e0;
    
    scrollbar-width: thin;
}

.basket-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: 10px;
    gap: 15px;
    
}

.basket-product-header {
    width: 100%;
    padding: 0px 0px;
    display: flex;   
}

.basket-product-header-name {
    flex-grow: 1;
    align-items: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.basket-product-header-price {
    flex-grow: 1;
    text-align: right;
    margin-right: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.basket-product-bottombar {
    display: flex;
    width: 100%;
 
}

.basket-product-info {
    font-size: 16px;
    color: gray;
    width: 100%;
}

.basket-product-bottombar-comment {
    flex-grow: 1;
    font-size: 18px;
    border: 0;
}

.basket-product-buttons {
    flex-grow: 1;
    display: flex;
    background-color: rgb(232, 243, 255);
    background-color: rgb(254,248,238);
    align-items: center;
    text-align: center;
    border-radius: 20px;
    margin-left: 30px;
    font-size: 18px;
    max-height: 40px;
    vertical-align: middle;
}

.basket-product-button {
    flex-grow: 1;
    font-weight: 600;
    padding: 6px;
    border-radius: 16px;
    width: 40px;
    height: 100%;
    font-size: 22px;
    background-color: rgb(232, 243, 255);
    background-color: rgb(254,248,238);
}

.basket-product-button.act:hover {
    background-color: rgb(204, 214, 224);
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
}

.basket-product-counter {
    flex-grow: 1;
    padding: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.basket-summary {
    position: fixed;
    background-color: white;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.basket-summary-info {
    width: 100%;
    background-color: beige;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
}

.basket-summary-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.basket-summary-data > div {
    width: 100%;
    display: flex;
}

.basket-summary-data > div > span {
    flex-grow: 1;
}

.basket-summary-data-normal {
    font-size: 16px;
    font-weight: 300;
}

.basket-summary-data-normal.hide{
    display: none;
}

.basket-summary-data-bold {
    font-size: 18px;
    font-weight: 400;

}

.basket-summary-text {

}

.basket-summary-number {
    text-align: right;
}

.basket-cash-button {
    flex-grow: 1;
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(86, 200, 86);
    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.basket-cash-button.inactive{
    background-color: rgb(227, 227, 227);
    pointer-events: none;
}

.bottombar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 30px;
}

.go-to-basket-btn {
    border-radius: 10px;
    padding: 15px;
    background-color: rgb(86, 200, 86);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 20px;

    background-color: rgb(236,96,57);
    color: rgb(254,248,238);
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;    
}

.cash {
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
    font-size: 20px;
    width: 30%;
    height: 400px;
    background-color: blue;
}

.cash {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(0%, 0%) scale(0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    gap: 20px;
    padding: 80px 20px 50px 20px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    scrollbar-color: rgb(242, 129, 129) #e0e0e0;
    scrollbar-color: rgb(255, 115, 65) #e0e0e0;
    
    scrollbar-width: thin;
}

.cash.act {
    transform: translate(0%, 0%) scale(1);
}

.cash-form {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    
}

.cash-form-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cash-form-header {
    width: 100%;
    font-size: 30px;
    padding: 10px 0px;
}

.cash-form-field{
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    flex-grow: 1;
    padding: 10px 0px;

}

.cash-form-label{
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}

.cash-form-input{
    width: 95%;
    border-radius: 5px;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    padding-left: 5px;
}


.cash-form-data-radio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cash-form-field-radio {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-grow: 1;
    padding: 4px 0px;

}

.cash-form-label-radio {
    font-size: 20px;
    width: 100px;
}

.cash-form-input-radio {
    
}

.cash-form-data-checkbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cash-form-field-checkbox {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-grow: 1;
    padding: 4px 0px;
}

.cash-form-label-checkbox {
    font-size: 20px;
    width: 100%;
    margin-left: 20px;
    padding-left: 10px;
}

.cash-form-input-checkbox {
    transform: scale(1.5);
    margin-left: 10px;
}


.cash-form-field-big{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-grow: 1;
    padding: 10px 0px;
}

.alert {
        border: 2px solid red;
        padding-right: calc(20px + 3%);
        background: url(./icon/alert.png) no-repeat right;
        background-size: 20px;
        background-position: 98% 50%;
}

.order-status {
    transform: translate(0%, 0%) scale(0);
    width: 100%;
    height: 100vh;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 20vh 20%;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.order-status.show {
    transform: translate(0%, 0%) scale(1);
}

.order-status-header {
    padding-bottom: 5vh;
}

.order-status-header-number {
    font-weight: bold;
    font-size: 24px;
}

.order-status-info {
    padding-bottom: 5vh;
}

.order-status-info-status {
    padding-bottom: 5vh;
    font-weight: bold;
    font-size: 24px;
}

.order-status-info-delivery {
}

.order-status-bottombar {
    padding-bottom: 5vh;
}

.order-status-bottombar-phone {
    font-weight: bold;
    font-size: 24px; 
}

@media (max-width: 700px) {
	.active-product img {
		display: none;
	}
	
	.active-product {
		left: 10%;
		top: 5%;
		transform: translate(-5%, -2%) scale(0);
		height: 90%;
	}
	
	.active-product.show {
		transform: translate(-5%, -2%) scale(1);
	}	
	
	.add-toppings {
		max-height: 50%;
	}
	
	.add-toppings-item {
		height: auto;
		min-height: 40px;
	}	
	
	.add-toppings-item-name {
		max-width: 60%;
		overflow: wrap;
	}	
	
	.basket-box{
		padding-left: 0px;
		padding-right:20px;
	}
}