*,::after,::before{box-sizing:border-box}
body{margin: 0;font-family: "Roboto", sans-serif;}
html {
    scroll-behavior: smooth;
}
.container,
.restarant-logo-cover-container {
    max-width: 1152px;
    height: 100%;
    margin: auto;
}

.search, .category-menu {
    display: none;
}

.restarant-cover {
    height: 200px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.restarant-logo {
    height: 140px;
    width: 140px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    margin-left: 1rem;
}
.restarant-logo-container {
    position: relative;
    top: -74px;
    height: 87px;
}
.restarant-logo-container .restarant-name {
    display: inline-block;
}
.resto-info-ii {
    display: inline-block;
    position: relative;
    top: -12px;
    margin-left: .5rem;
    font-size: 1.5rem;
}
.whatsapp-btn{
    display: inline;
    float: right;
    margin-top: 6.2rem;
    margin-right: 10px;
    font-size: 1.5rem;
}

.resto-info-ii span {
    margin-left: .5rem;
}

.product-card {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    border-bottom: 1px solid #0A131F1F;
    padding-bottom: 5px;
    max-width: 557.9px;
    cursor: pointer;
}
.product-card .product-right {
    width: 20%;
    
}
.product-card .product-left {
    display: flex;
    flex-wrap: nowrap;
    width: 80%;
}

.product-card .product-right {
    text-align: right;
}

.product-container {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 28px;
}

.product-card .product-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.product-card .product-img {
    margin-right: 20px;
}
/* .product-card .product-img, 
.product-card .product-info {
    display: inline-block;
} */

.product-card .add-to-cart-btn {
    padding: 8px 16px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    position: relative;
    top: -12px;
    cursor: pointer;
    display: inline-block;
    transition: all .05s ease-in-out;
}

.product-card .add-to-cart-btn:hover {
    transform: scale(1.1);
}
.product-card .add-to-cart-btn:active {
    transform: scale(1.0);
}

.product-card .product-name {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-card .product-info {
    position: relative;
}
.product-card .product-info .product-price {
    position: absolute;
    bottom: 6px;
}

.product-description {
    margin-bottom: 2.3rem;
    color: #0A131F80;    
}

#themainvarientpopup .product-description {
    max-height: 100px;
    overflow-y: scroll; 
}

.category-title {
    margin-top: 3rem;
}

.categories-search-container {
    border: 1px solid #0A131F1F;
    border-right: 0;
    border-left: 0;
}
.category-carousel .owl-item a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.header-category-name.active {
    background: var(--primary-color);
    color: white;
    border-radius: 28px;
}

.categories-search-container .category-carousel{
    width: 100%;
}
.categories-search-container .search-bar {
    width: 7%;
    display: none;
}

.categories-search-container .search-bar .search {
    font-size: 21px;
    cursor: pointer;
}
.categories-search-container .search-bar .category-menu {
    margin-left: 12px;
    font-size: 21px;
    cursor: pointer;
}

#themainvarientpopup .product-image-container {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

#themainvarientpopup .product-image-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-search-container.js-is-sticky { 
    background-color: white;
    z-index: 9;
    padding: 1rem 0rem;
}

.categories-search-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.product-card .product-info {
    width: 100%;
}
.owl-item.active-item {
    color: var(--primary-color);
}

.footer {
    background-color: var(--secondary-color);
    color: white;
    padding: 3rem 1rem;
    margin-top: 4rem;
}

.footer .container {
    position: relative;
}

.footer .footer-elemets {
    display: flex;
    flex-wrap: wrap;    
}
.footer .footer-elemets > div:first-of-type {
    display: flex;
    align-items: center;
}
.footer .footer-elemets > div:first-of-type img {
    width: 141px;
}
.footer .footer-elemets > div {
    width: 50%;
}
.footer .footer-elemets > div:last-of-type {
    text-align: right;
} 
.footer .footer-elemets .footer-menu {
    list-style: none;
    margin: 0;
}
.footer .footer-elemets .footer-menu li {
    display: inline-block;
}
.footer .footer-elemets .footer-menu li {
    margin-right: 5px;
}
.footer .footer-elemets .footer-menu li:last-of-type {
    margin-right: 0;
}
.restarant-status {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.84);
    border-color: rgba(255, 255, 255, 0.84);
    padding: 7px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    float: right;
    margin-right: 15px;
    margin-top: 9px;
    border-radius: 15px;
}
.restarant-status .status-icon {
    fill: #3caf47;
}
.restarant-status > span:nth-of-type(2) {
    margin: 0 7px;
}


.product-price .old-price {
    margin-left: 5px;
    text-decoration: line-through;
    color: gray;
}
.product-price .discount-price {

}

.percentage-counter {
    margin-left: 13px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 3px 8px;
    border-radius: 9px;
    font-weight: 600;
    color: var(--primary-color);
}


#addtocardpopup {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
#addtocardpopup > div {
    width: 1000px;
    margin: auto;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    display: flex;
}
#addtocardpopup > div > div:nth-of-type(2) {
    width: 50%;
    position: relative;
}
#addtocardpopup .product-name {
    font-weight: 600;
    padding: 0 1rem;
    font-size: 27px;
    margin-top: 10px;
}
#addtocardpopup .product-description {
    color: inherit;
    font-size: .9rem;
    padding: 0 1rem;
}
#addtocardpopup .product-main-price {
    padding: 0 1rem;
}
#addtocardpopup .min-options {
    color: #0A131F80;
    font-size: .9rem;
    padding: 0 1rem;
}
#addtocardpopup .varient-option .mop-price {
    font-weight: 600;
}
#addtocardpopup .varient-client-comment-title {
    margin-top: 2rem;
    margin-bottom: .4rem;
    font-weight: 600;
    padding: 0 1rem;
}
#addtocardpopup .varient-client-comment {
    width: 95%;
    border-radius: 5px;
    background-color: #f6f6f6;
    border-color: #e1e1e1;
    padding: 0 1rem;
    display: block;
    margin: auto;
}
#addtocardpopup .bottom-section {
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#addtocardpopup .bottom-section .conter {
    display: inline-block;
    width: 48%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 7px;
}
#addtocardpopup .bottom-section .conter .the-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
}
#addtocardpopup .bottom-section .add-to-cart-price {
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
    width: 48%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#addtocardpopup .bottom-section .conter .the-grid .plus {
    color: var(--primary-color);
    cursor: pointer;
}
#addtocardpopup .bottom-section .conter .the-grid .minus {
    color: #00000042;
    cursor: pointer;
}
#addtocardpopupoverlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}
.closeproductvarientpopup{
    float: right;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    color: var(--primary-color);
    top: 2px;
    left: -9px;
}
.closeproductvarientpopup.mobile-active {
    display: none;
}
#themainvarientpopup .varient-option .the-varient-options {
    position: absolute;
    right: 19px;
    top: 19px;
    transform: scale(1.2);
}
#themainvarientpopup .varient-option {
    position: relative;
    padding: 0 1rem;
}
#cartinfo {
    position: fixed;
    bottom: 0;
    width: 100%;
    bottom: 20px;
    display: none;
    transition: all .3s linear;
}
#cartinfo > div {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: var(--footer-color);
    max-width: 500px;
    margin: auto;
    border-radius: 15px;
    display: grid;
    grid-template-columns: auto auto;
    padding: 1rem;
}
#cartinfo .command-btn {
    background-color: white;
    color:  #0d3b91;
    padding: .5rem;
    text-align: center;
    border-radius: 15px;
    font-weight: 700;
    cursor: pointer;
}
#numberofproduct, #totalofproduct {
    color: white;
}
#themainvarientpopup .varient-option-container {
    max-height: 320px;
    overflow-y: scroll;
}

#thecartpopup {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#thecartpopup > .popupcart {
    max-width: 1000px;
    min-width: 500px;
    margin: auto;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}
#thecartpopupoverlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

#thecartpopup .popupcart .cart-header {
    background-color: #f3f3f4;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 13px;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 5px 5px 0 0;
}
#thecartpopup .popupcart .cart-header > span:last-of-type > div:first-of-type {
    font-size: .8rem;   
    color: #0A131F80; 
}
#thecartpopup .popupcart .cart-header > span:last-of-type > div:last-of-type {
    font-weight: 800;
}
#thecartpopup .popupcart .cart-products-list {
    padding-top: 1rem;
    padding-bottom: 5rem;
    max-height: 339px;
    overflow-y: scroll;
}

#thecartpopup .popupcart .cart-products-list .cart-product-item {
    margin-bottom: 1rem;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
}
#thecartpopup .popupcart .cart-products-list .cart-product-item:last-of-type {
    margin-bottom: 0;
}
#thecartpopup .popupcart .cart-products-list .cart-product-item .cart-product-item-name > div:first-of-type {
    font-size: .8rem;
    margin-bottom: .4rem;
}
#thecartpopup .popupcart .cart-products-list .cart-product-item .cart-product-item-name > div:last-of-type {
    font-weight: 500;
}

#thecartpopup .popupcart .cart-products-list .cart-product-item .cart-product-item-count .plus-sign {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.5rem;
}
#thecartpopup .popupcart .cart-products-list .cart-product-item .cart-product-item-count .minus-sign {
    font-weight: 500;
    font-size: 1.5rem;
}
#thecartpopup .popupcart .cart-products-list .cart-product-item .cart-product-item-count .the-counter {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 8px;
}

.cart-footer {
    box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 2.6px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 6px;
}
.cart-footer > div:first-of-type {
    margin-bottom: 1rem;
}
.cart-footer .taking-way {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
}
.cart-footer .taking-way > div {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 9px 14px;
    border-radius: 5px;
}

.cart-footer .taking-way > div i {
    margin-right: 5px;
}


#thecartpopup .cart-product-form {
    overflow: hidden;
    height: 0px;
    text-align: center;
    margin-bottom: 1rem;
}
#thecartpopup .cart-product-form.active {
    height: fit-content;
    transition: .5s linear;
    padding: 0 2rem;
}
#thecartpopup .cart-product-form .order-form-input {
    width: 100%;
    max-width: 442px;
    min-width: 410px;
    display: block;
    margin-bottom: 19px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px;
    border: solid 1.5px gray;
    padding-left: 40px;
}
#thecartpopup .cart-product-form select {
    width: 100%;
    max-width: 442px;
    min-width: 410px;
    display: block;
    margin-bottom: 19px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px;
    border: solid 1.5px gray;
}
/* #thecartpopup .cart-product-form .order-form-input:last-of-type {
    margin-bottom: 0;
} */

#thecartpopup .order-succuss .check-box {
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 1;
    font-size: 27px;
    margin: auto;
    padding: 1rem;
    background-color: green;
    color: white;
    margin-top: 17px;
    border-radius: 50%;
}
#thecartpopup .the-title {
    margin-top: 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

#thecartpopup p.the-para {
    margin-top: 20px;
    margin-bottom: 35px;
    max-width: 660px;
    padding: 0 60px;
    text-align: center;
}

#thecartpopup .cart-product-form .form-products-submit {
    width: 100%;
    padding: 10px 13px;
    margin: auto;
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    margin-bottom: 12px;
    cursor: pointer;
}
.loading-order-product  {
    display: none;
    width: fit-content;
    padding: 10px 13px;
    margin: auto;
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    opacity: 0.7;
}

.form-products-submit-whatsapp {
    width: fit-content;
    padding: 10px 13px;
    margin: auto;
    background-color: #128c7e;
    color: white;
    border-radius: 5px;
    margin-bottom: 12px;
    cursor: pointer;
}


#deletitempopup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#deletitempopupoverlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

#deletitempopup > div {
    max-width: 1000px;
    min-width: 441px;
    text-align: center;
    padding: 4rem 20px;
    margin: auto;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

#deletitempopup > div .the-para {
    margin-bottom: 2rem;
}

.trash-remove {
    display: none;
    cursor: pointer;
    /* margin-left: .6rem; */
    padding: 0px 5px;
    width: 33px;
    display: inline-block;
    text-align: center;
}
.trash-remove:hover {
    color: var(--primary-color);
}

#deletitempopup > div .the-title {
    font-weight: 600;
    font-size: 26px;
}

.danger-button, .accept-button {
    padding: 10px 16px;
    cursor: pointer;
}
.danger-button {
    background-color: #e63946;
    color: white;
    border-radius: 7px;
    margin-bottom: 10px;
}
.accept-button {
    background-color: var(--primary-color);
    color: white;
    border-radius: 7px;
}
#cartheaderback {
    cursor: pointer;
}

.enteryourname, 
.enteryouradress {
    position: relative;
}
.enteryourname,
.enteryourphonenumber,
.enteryourpaymentmethod,
.enteryouradress {
    margin: auto;
    width: 100%;
    display: block;
}
.enteryourname img {
    width: 22px;
    position: absolute;
    left: 10px;
    top: 6px;
}
.enteryouradress img {
    width: 22px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.enteryourphonenumber {
    position: relative;
}
.enteryourphonenumber select.contry-code {
    max-width: 137px !important;
    position: absolute;
    left: 2px;
    padding: 8px 4px !important;
    border: unset !important;
    top: 1px;
    min-width: unset !important;
}
.enteryourphonenumber  #formtel {
    padding-left: 143px !important;
}

.footer-whatsapp-num {
    text-align: center;
}
.footer-whatsapp-num a {
    color: white;
}
.footer-whatsapp-num i {
    color: var(--primary-color);
    font-size: 21px;
    margin-right: 4px;
}

.menu-carousal {
    overflow-x: auto;
    /* max-height: 70px; */
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.menu-carousal::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.menu-carousal > a {
    display: block;
    padding: 1rem 10px 1rem 10px;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}
/* .menu-carousal > a:first-of-type {
    padding-left: 0;
} */

.plus-sign,
.minus-sign {
    cursor: pointer;
    padding: 2px 5px;
    width: 33px;
    display: inline-block;
    text-align: center;
}
.cart-product-item-count > * {
    user-select: none;
}

.product-card:hover {
    transform: scale(1.02);
    transition: all .2s linear;
}


#productpopup, #productpopupoverlay {
    display: none;
}
#productpopup .with-img,
#productpopup .without-img {
    display: none;
    max-width: 534px;
}

#productpopup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#productpopup .product-name {
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
}
#productpopup .product-description {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dadada;
}
#productpopup > div {
    max-width: 1000px;
    min-width: 441px;
    text-align: center;
    padding: 1rem 0;
    margin: auto;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}
#productpopupoverlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}
.pos-relat {
    position: relative;
}
#productpopup .close-popup {
    width: 21px;
    position: absolute;
    right: 7px;
    top: -7px;
}
#productpopup .close-popup img {
    width: 20px;
}

#productpopup .with-img, #productpopup .without-img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#productpopup .bottom-price {
    margin-top: 9rem;
    padding: 24px 8px 0 8px;
}

.cart-product-item-count {
    background-color: var(--primary-color-opacity-2);
    border-radius: 15px;
}

#productpopup .bottom-section .add-to-cart-price-popup {
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    padding: 10px 30px;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
    width: 48%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#productpopup .bottom-section .conter {
    display: inline-block;
    width: 48%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 7px;
}
#productpopup .bottom-section .conter .the-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
}
#productpopup .bottom-section .conter .the-grid .minus {
    color: #00000042;
    cursor: pointer;
}
#productpopup .bottom-section .conter .the-grid .plus {
    color: var(--primary-color);
    cursor: pointer;
}

#productpopup .bottom-section {
    display: flex;
    justify-content: space-between;
}
#productpopup .close-popup {
    cursor: pointer;
}
.product-img > img {
    width: 100%;
    max-height: 228px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
#productpopup .with-img {
    padding-top: 0;
}
#productpopup .with-img .close-popup {
    background-color: white;
    border-radius: 50%;
}
#productpopup .with-img .close-popup {
    top: 7px;
}

@keyframes pop {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
  }
  
  .pop-animation {
    display: inline-block;
    animation: pop 0.3s ease;
  }

@media screen and (max-width: 1277px) {
    .container {
        max-width: 975px;
    }
    .product-card {
        max-width: 469.4px;
    }
}

@media screen and (max-width: 1050px) {
    .container {
        max-width: 892px;
    }
    .product-card {
        max-width: 384px;
    }
    .categories-search-container .category-carousel {
        width: 100%;
    }
    .categories-search-container .search-bar {
        width: 10%;
    }
}

@media screen and (max-width: 860px) {
    .closeproductvarientpopup {
        display: none;
    }
    .closeproductvarientpopup.mobile-active {
        display: unset;
    }
    #addtocardpopup {
        padding: 10px 8px;
    }
    #themainvarientpopup .varient-option-container {
        max-height: unset;
        overflow-y: unset;
    }
    #addtocardpopup .product-name {
        margin-top: 3px;
    }
    #themainvarientpopup .upper-part {
        max-height: 300px;
        overflow-y: scroll;
    }
    #addtocardpopup .bottom-section {
        position: unset;
    }
  
    .product-container {
        grid-template-columns: 100%;
    }
    .container {
        padding: 13px;
        margin-bottom: 2rem;
    }
    .restarant-logo-container {
        top: 9px;
        margin-bottom: 2rem;
    }
    .restarant-logo-container .restarant-name {
        display: block;
        font-size: 24px;
    }
    .resto-info-ii {
        top: -12px;
    }
    .whatsapp-btn {
        display: none;
    }
    .restarant-cover {
        height: 91px;
    }
    .restarant-logo {
        height: 90px;
        width: 90px;
    }
    .resto-info-ii span {
        position: relative;
        top: -11px;
        left: -4px;
    }
    .product-card {
        max-width: none;
    }
    .product-card .product-left {
        width: 85%;
    }
    .product-card .product-right {
        width: 10%;
    }
    .categories-search-container .category-carousel {
        width: 100%;
    }
    .categories-search-container .search-bar {
        width: 15%;
    }
    #addtocardpopup > div {
        flex-wrap: wrap;
    }
    #addtocardpopup > div > div:nth-of-type(2), #themainvarientpopup .product-image-container {
        width: 100%;
    }
    #themainvarientpopup .product-image-container > img {
        max-height: 300px;
    }
    #addtocardpopup > div > div:nth-of-type(2) {
        max-height: 426px;
    }
}
@media screen and (max-width: 550px) { 
    #productpopup {
        padding: 0 10px;
    }
    #productpopup .with-img, 
    #productpopup .without-img {
        max-width: unset;
        min-width: unset;
    }
    #themainvarientpopup .product-image-container > img {
        max-height: 211px;
    }
    #addtocardpopup > div > div:nth-of-type(2) {
        max-height: 426px;
        overflow-y: scroll;
        
    }
    
    #addtocardpopup .bottom-section {
        display: block;
    }
    #addtocardpopup .bottom-section .conter,
    #addtocardpopup .bottom-section .add-to-cart-price {
        display: block;
        width: 100%;
    }
    #addtocardpopup .bottom-section .conter {
        margin-bottom: 14px;
    }
    #addtocardpopup .bottom-section {
        bottom: -21px;
    }

    #addtocardpopup {
        top: -23px;
    }

    #themainvarientpopup .product-image-container > img,
    .product-image-container  {
        border-radius: 5px;
    }

    .varient-option-container {
        max-height: 146px;
        overflow-y: scroll;
    }
    
    #addtocardpopup .product-name {
        font-size: 18px;
    }
    #addtocardpopup > div {
        width: 400px;
        min-width: unset;
        max-width: unset;
    }
    #cartinfo > div {
        max-width: 454px;
        width: 94%;
    }
    #thecartpopup > .popupcart {
         min-width: unset;
         width: 95%;
    }
    .enteryourname, .enteryourphonenumber, .enteryourpaymentmethod, .enteryouradress {
        width: 100%;
    }
    #thecartpopup .cart-product-form.active {
        padding: 0 16px;
    }
    #thecartpopup .cart-product-form .order-form-input,
    #thecartpopup .cart-product-form select,
    #thecartpopup .cart-product-form select {
        min-width: unset;
    }
    #deletitempopup > div {
        min-width: unset;
        padding: 3rem 20px;
    }
    #deletitempopup {
        padding: 0 22px;
    }
}

@media screen and (max-width: 450px) {
    #productpopup .bottom-section .add-to-cart-price-popup, 
    #productpopup .bottom-section .conter {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .categories-search-container .category-carousel {
        width: 100%;
    }
    .categories-search-container .search-bar {
        width: 20%;
    }
}


@media screen and (max-width: 379px) {
    #onsiteorder, #takeawayorder, #deliveryorder {
        display: block;
        width: 69%;
        margin-bottom: 15px;
    } 
    #deliveryorder {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-elemets > div:first-of-type {
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    .container {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .footer {
        padding: 1rem 1rem;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-elemets .footer-menu {
        padding: 0;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-elemets > div:last-of-type {
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-elemets > div:last-of-type {
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-elemets .footer-menu li {
        margin-right: 5px;
        display: inline-block;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-elemets > div {
        width: 100%;
    }
}