html {
    height: 100%;
    display: block;
    position: relative;
}
body {
    background: #fff !important;
    height: 100%;
    display: block;
    position: relative;
}
body a {
    color: #ff0101;
}
#mobile-wrapper {

height: 100%;

display: block;
}
.mobile-container {
    max-width: 506px;
    position: relative;
    margin:auto;
    background: #e7ede3;
    width: 100%;
    height: 100%;
    display: block;
}
.home-image {
    margin-top:-1px;
}
.home-image a{
    display: block;
}
.home-image img{
    display: block;
    width: 100%;
    height: 25vh;
}
.catalog-image {background: linear-gradient(to right, #AD7F1F, #ECD44E, #AD7F1F);}
.catalog-image a{
    display: block;
}
.catalog-image img{
    display: block;
    width: 50%;
    height: auto;
    margin: auto;
}

.box-infos {
    display: flex;
    background: #ededed;
    padding: 15px;
    border-radius: 20px;
}

.info-brand {
    justify-content: center;
}

.info-brand img {
    height: 70px;
    margin-right: 15px;
}

.info-brand .info-text {
    padding: 10px 25px 0px;
}

.box-infos .info-text h5 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 3px;
}

.box-infos .info-text p {
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.info-delivery {
    margin-top: 10px;
    background: #fff;
    justify-content: space-between;
}

.info-delivery {
    margin-top: 0px;
    background: linear-gradient(to right, #AD7F1F, #ECD44E, #AD7F1F);
    padding-left: 25px;
    justify-content: space-between;
    padding: 15px 25px 10px;
    margin-top: -20px;
    border-radius: 0px;
}

.box-infos .info-button {
    padding: 14px 10px;
}
.box-infos .info-button a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.content-wrapper {
    padding: 0px 0px 0px;
    color: #000;
    min-height: calc(100% - 56px);
    background: #e7ede3;
}

.search-box {
    position: relative;
    display: block;
    margin-top: 0px;
    background: linear-gradient(to right, #AD7F1F, #ECD44E, #AD7F1F);
    padding: 15px 110px 35px 25px;
    border-radius: 0px 0px 30px 30px;
}

.search-box input{
    background: #ffffff !important;
    padding: 15px;
    height: auto;
    line-height: 16px;
    border-radius: 10px;
    border: 1px solid #ededed !important;
    padding-left: 60px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
}

.search-box > i{
    position: absolute;
    font-size: 26px;
    width: 26px;
    height: 26px;
    left: 50px;
    top: 26px;
}

.search-box > a{
    position: absolute;
    width: 38px;
    height: 52px;
    right: 40px;
    font-size: 38px;
    top: 10px;
    color: #000 !important;
}

.search-box > a i{
    display: block;
}
.search-box > a b{
    font-size: 12px;
    background: #ff0101;
    color: #fff;
    padding: 3px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 13px;
    right: -5px;
}

.list-area {
    margin-top: 10px;
}

.list-area .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: #00301E;
    color: #e7ede3;
    padding: 13px 25px;
    letter-spacing: 1px;
}

.list-category-box {
    display: flex;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    padding: 0px 25px;
    text-align: center;
}

.list-category-box .category-box {
    display: block;
    width: 33.333%;
    padding: 0px 5px;
    text-decoration: none !important;
}

.list-category-box .category-box img {
    width: 100%;
    height: 140px;
    border-radius: 20px;
    box-shadow: 0px 1px 6px #00000014;
    margin-bottom: 10px;
}

.list-category-box .category-box h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
}

footer.footer {
    margin: 0px;
    text-align: center;
    color: #000;
    background: linear-gradient(to right, #AD7F1F, #ECD44E, #AD7F1F);
}

.modal-master {

}

.option-modal {
    padding: 0px;
}

.option-modal ul {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}

.option-modal li {
    list-style: none;
}

.option-modal li a {
    background: #ff5a5a;
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.option-modal li + li a {
    border-bottom: 0px;
}

.title-header-area {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
    background: linear-gradient(to right, #AD7F1F, #ECD44E, #AD7F1F);
    padding: 18px 25px;
}

.title-header-area a {
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.title-header-area a i {
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}

.list-menus-box {
    display: flex;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    padding: 0px 25px;
}

.list-menus-box .menus-box {
    display: block;
    width: 50%;
    padding: 5px;
}

.list-menus-box .paket-box {
    display: block;
    width: 100%;
    padding: 5px;
}

.list-menus-box .menus-box .wrap-menus, .list-menus-box .paket-box .wrap-menus {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}

.list-menus-box .menus-box img {
    width: 100%;
    height: 140px;
    border-radius: 0px;
    box-shadow: 0px 1px 6px #00000014;
    margin-bottom: 0px;
}

.list-menus-box .menus-box h5 {
    margin-top: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 5px;
}

.list-menus-box .menus-box .menus-price {
    font-size: 14px;
    color: black;
    padding: 0px 5px;
}

.list-menus-box .menus-box .menus-price-coret {
    font-size: 10px;
    margin-left: 4px;
    color: red;
    text-decoration: line-through;
}

.menus-add-cart {
    position: relative;
    width: 107px;
    display: block;
    margin: 10px auto 5px;
}

.menus-add-cart input {
    padding: 8px 10px;
    min-height: 0px;
    height: auto;
    -moz-appearance: textfield;
    width: 65px;
    border-radius: 30px 0px 0px 30px;
    line-height: 16px;
    text-align: center;
    border: 1px solid;
    outline: none !important;
}

.menus-add-cart input::-webkit-outer-spin-button,
.menus-add-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.menus-add-cart button {
    background: black;
    position: absolute;
    right: 0px;
    color: #fff !important;
    height: 34px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 9px;
    padding-right: 15px;
    width: 42px;
}

.loader-background {
    position: fixed;
    min-width: 480px;
    max-width: 100%;
    height: 100%;
    top: 0;
    background: #00000059;
    z-index: 11;
}

.loader-background .loader-text-message {
    background: #fff;
    width: 250px;
    text-align: center;
    padding: 20px 10px;
    position: fixed;
    height: 140px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.loader-background .loader-text-message i {
    font-size: 60px;
    color: green;
    margin-bottom: 20px;
}

.menu-page-cart {
    background: transparent;
    padding: 15px 110px 10px 25px;
}

.list-cart-box {
    padding: 0px 25px;
}

.list-cart-box .cart-box {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cart-box .wrap-cart{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-box .wrap-cart .cart-img{
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.cart-box .wrap-cart .cart-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-box .wrap-cart .cart-info{
    display: block;
    width: calc(100% - 214px);
    padding: 0px 8px;
    position: relative;
}

.cart-box .wrap-cart .cart-info h5{
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.cart-box .wrap-cart .cart-info .cart-price {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    left: 8px;
}

.cart-box .wrap-cart .cart-update {
    display: block;
    margin-left: 10px;
    width: 94px;
}

.cart-box .wrap-cart .cart-update .menus-add-cart {
    display: block;
    width: 94px;
    padding: 0px 30px;
    margin: 0px;
    margin-top: 50%;
    transform: translatey(-50%);
}

.cart-box .wrap-cart .cart-update .menus-add-cart input.form-control{
    width: 35px;
    padding: 6px 5px;
    border-radius: 0px;
    font-size: 12px;
    border: 1px solid #000 !important;
}

.cart-box .wrap-cart .cart-update .menus-add-cart button{
    display: block;
    width: 30px;
    font-size: 10px;
    height: 30px;
    top: 0;
    text-align: center;
    padding: 0px;
}

.cart-box .wrap-cart .cart-update .menus-add-cart button.btn-minus-cart{
    display: block;
    left: 0px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 3px;
}

.cart-box .wrap-cart-notes{
    display: block;
    border: 1px solid #fdd100;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.cart-box .wrap-cart-notes label {
    position: absolute;
    font-size: 12px;
    background: #ffffff;
    top: -9px;
    padding: 0px 010px;
    left: 10px;
    color: #000;
}

.cart-box .wrap-cart-notes textarea{
    display: block;
    height: 38px;
    padding: 0px 10px 0px;
    font-size: 13px;
    border: 0px;
    line-height: 18px;
    min-height: 0px;
}

.cart-button-area {
    display: block;
    margin: 30px 0px 0px;
    padding: 0px 25px 30px;
}

.cart-button-area button, .cart-button-area a.btn {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    font-weight: 600;
    border-radius: 30px;
    height: auto;
    min-height: 0px;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 1px 2px #00000040;
}

.cart-button-area button + button {
    margin-top: 10px;
}

.cart-button-area button.btn-catalog {
    background: #fdd100;
    color: #000 !important;
}

.cart-button-area button.btn-submit, .cart-button-area a.btn-submit {
    display: block;
    background: #ff0101;
    color: #fff !important;
}

.list-checkout-cart .checkout-cart {
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.list-checkout-cart .checkout-cart + .checkout-cart {
    padding-top: 0px;
}

.list-checkout-cart .checkout-cart:first-child {
    border-radius: 15px 15px 0px 0px;
}

.list-checkout-cart .checkout-cart .cart-img {
    width: 100px;
    height: auto;
}

.list-checkout-cart .checkout-cart .cart-info {
    width: calc(100% - 110px);
    padding-bottom: 40px;
    min-height: 100px;
}

.list-checkout-cart .checkout-cart .qtyInfo {
    color: #000;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.text-cart-notes {
    font-size: 12px;
    margin: 0px;
}

.total-checkout-cart {
    display: block;
    background: #fff;
    padding: 0px 15px;
    border-radius: 0px 0px 15px 15px;
}

.total-checkout-cart .wrap-checkout-total {
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 20px;
}

.wrap-checkout-total label {
    display: block;
    width: 180px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
}

.wrap-checkout-total span {
    display: block;
    width: calc(100% - 180px);
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.list-area .checkout-info-delivery {
    text-transform: unset;
    text-align: center;
}

.list-area .checkout-info-delivery span {
    text-transform: uppercase;
}

.checkout-form-buyer {
    padding: 0px 25px;
}

.checkout-form-buyer .form-group {
    margin-bottom: 15px;
}

.checkout-form-buyer .form-group label {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.checkout-form-buyer .form-group .form-control {
    border-radius: 25px;
    height: auto;
    padding: 12px 20px;
}

.text-no-cart {
    background: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 45px;
    padding: 20px 10px;
    margin: 30px 25px 100px;
    width: 100%;
}

.qr-area {
    padding: 0px 25px;
    text-align: center;
}

.qr-area h5 {
    text-transform: uppercase;
    margin: 15px 0px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.qr-area p {
    margin: 15px 0px 25px;
    font-weight: 600;
    font-size: 16px;
}

.qr-area img {
    max-width: 100%;
}

.footer-info {
    padding: 20px 25px;
    margin-bottom: 0px;
    background: linear-gradient(to right, #AD7F1F, #ECD44E, #AD7F1F);
}

.footer-info h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.footer-info p {
    text-align: justify;
    color: #000;
}

.footer-info a {
    display: block;
    width: 200px;
    background: #ff0101;
    border-radius: 50px;
    color: #fff;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    margin: 20px auto 0px;
}

.footer-bank-info {
    margin-top: 25px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-bank-info li{
    position: relative;
    padding-left: 35px;
    width: 50%;
    padding-right: 25px;
    margin-bottom: 15px;
}

.footer-bank-info li:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ff0101;
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
}

.footer-bank-info li span b{
    font-size: 16px;
}

.footer-bank-info li span{
    font-size: 14px;
    display: block;
    line-height: 24px;
}

@media (max-width: 420px){
    .list-category-box .category-box {
        width: 33.333%;
    }
    .list-category-box .category-box img {
        height: auto;
    }
    
    .list-menus-box .menus-box img {
        height: auto;
        min-height: 150px;
    }
    .list-menus-box .menus-box .wrap-menus h5,
    .list-menus-box .menus-box .wrap-menus span {
        text-align: center;
        display: block;
        height: 30px;
        overflow: hidden;
    }
    .cart-page .cart-box .wrap-cart {
        display: block;
    }
    .cart-box .wrap-cart .cart-img img {
        height: auto;
    }
    .cart-page .cart-box .wrap-cart .cart-img,
    .cart-page .cart-box .wrap-cart .cart-info {
        width: 100%;
        text-align: center;
        min-height: 0px;
        height: auto;
    }
    .cart-page .cart-box .wrap-cart .cart-info .cart-price {
        left: 0px;
        position: relative;
        margin-top: 20px;
    }
    .cart-box .wrap-cart .cart-update {
        width: 100%;
        margin: 15px 0px 20px 0px;
    }
    .cart-page .cart-box .wrap-cart .cart-update .menus-add-cart {
        transform: unset;
        margin: 0px auto;
    }
}

@media (max-width: 360px){
    .cart-box .wrap-cart,
    .total-checkout-cart .wrap-checkout-total {
        display: block;
    }
    .cart-box .wrap-cart .cart-img,
    .cart-box .wrap-cart .cart-info,
    .wrap-checkout-total label,
    .wrap-checkout-total span {
        width: 100%;
        text-align: center;
        min-height: 0px;
    }
    .cart-box .wrap-cart .cart-info .cart-price {
        right: 8px;
    }
    .list-category-box .category-box img {
        height: auto;
    }
}