:root {
    --text-color: #0a0a0a;
    --text-color-secondary: #646464;
    --color-primary: #FFC20F;
    --color-secondary: #f57e01;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: var(--text-color);
    font-weight: normal;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    margin: 0;
}
body.body-bg {
    background-image: url("/data/images/3.jpeg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn-red {
    color: #fff;
    background-color: #ce0000;
    border-color: #ce0000;
}
.btn-red:hover, .btn-red:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-orange {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-yellow {
    color: #000 !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.btn-yellow:hover, 
.btn-yellow:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.container {
    --bs-gutter-x: 2rem;
}
.nav {
    color: #fff;
    padding-top: 18px;
    padding-bottom: 13px;
}
.nav .btn-lang{
    padding: 0;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.nav .btn-nav {
    font-size: 16px;
    padding: 5px;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.nav .dropdown-item {
    font-size: 14px;
}
.nav .dropdown-menu {
    --bs-dropdown-min-width: auto;
    --bs-dropdown-border-radius: .325rem;
}
.header .nav-right {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.header .nav-right .nav-item {
    margin-right: 15px;
}
.header .nav-right .nav-item:last-child {
    margin-right: 0;
}
.header .nav-right .nav-link {
    padding: 0px 2px;
    background: transparent;
    color: #fff;
    font-size: 13px;
}
.header .nav-right .nav-item .nav-link.header-card-link {
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header-logo {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
body:not(.body-home) .header {
    background-color: #000;
}
body:not(.body-home) .header .nav {
    padding-top: 7px;
    padding-bottom: 7px;
}
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #eff0f0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.mobile-nav .nav-head {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-nav .nav-head .btn-hide-nav {
    color: #fff;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.mobile-nav .nav-head .btn-hide-nav i {
    position: absolute;
    left: 15px;
}
.mobile-nav .nav-head .btn-hide-nav span {
    display: block;
    text-align: center;
}
.mobile-nav .nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav .nav-links li {
    background-color: #fff;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}
.mobile-nav .nav-links li a {
    text-decoration: none;
    color: var(--bs-body-color);
    position: relative;
    display: block;
    padding-right: 20px;
}
.mobile-nav .nav-links li a i {
    position: absolute;
    right: -5px;
    top: calc(50% - 7px);
    color: #777;
}
.mobile-nav .nav-links li.nav-title {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    font-weight: 500;
    color: #777;
}
.mobile-nav .nav-links li h6 {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
}
.mobile-nav .nav-links li p {
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
}
.page {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 60px;
}
.page.bg {
    background-color: #fff;
}
.page-head {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}
.page-head-button {
    width: auto;
    padding: 0;
}
.page-head-title {
    text-align: center;
    width: 100%;
}
.welcome-block {
    margin-top: 70px;
    margin-bottom: 60px;
}
.welcome-block .title {
    font-size: 1.5rem;
    font-weight: normal;
}
.welcome-block .payments i {
    font-size: 20px;
}
.home-buttons a {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: rgba(255, 194, 15, 0.85);
    padding: 20px;
    padding-right: 60px;
    border-radius: .225rem;
    position: relative;
    overflow: hidden;
}
.home-buttons > div {
    margin-bottom: 20px;
}
.home-buttons h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.home-buttons p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.home-buttons a i {
    position: absolute;
    right: 20px;
    font-size: 26px;
    top: calc(50% - 10px);
}
.ui-block-dark {
    background-color: rgba(0,0,0,0.7);
    color: #f2f2f2;
    padding: 30px;
}
.category-list {
    padding-bottom: 10px;
    padding-top: 10px;
}
.category-list .swiper-pagination {
    bottom: -5px;
}
.category-list a {
    color: var(--text-color);
    text-decoration: none;
}
.category-list a.active {
    color: var(--color-primary);
}
.category-list h3 {
    font-size: 14px;
    font-weight: normal;
}
.category-list .category-img {
    margin-bottom: 10px;
}
.category-list .category-img img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%;
}
.category-list .swiper-slide {
    width: 80px;
    text-align: center;
}
.article-list .item {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.article-list .item:last-child {
    border-bottom: 0;
}
.article-list .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 3px;
}
.article-list .desc {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--text-color-secondary);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}
.checkout-button {
    position: fixed;
    bottom: 10px;
    left: 20px;
    right: 20px;
    color: #fff;
    text-align: center;
}
.checkout-button #btntocart {
    padding: 12px 15px;
    border-radius: 2rem;
    width: 100%;
    display: block;
    text-decoration: none;
}
.product-modal {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 30px 20px;
    border-top: 7px solid #ffc20f;
}
.product-modal.on {
    display: block;
}
.product-modal .product-modal-hide {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    color: var(--text-color-secondary);
    padding: 5px 10px;
    line-height: normal;
}
.product-modal .product-head {
    font-size: 16px;
}
.product-modal .product-img {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-modal .product-img img {
    max-width: 120px;
    max-height: 120px;
}
.product-modal .product-right {
    width: calc(100% - 120px);
}
.product-modal .title {
    font-size: 18px;
    text-align: center;
}
.product-modal .product-qty {
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    overflow: hidden;
    max-width: 120px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.product-modal .product-qty .input-group-text {
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: normal;
    padding: 4px 15px;
}
.product-modal .product-qty .form-control {
    border: 0;
    padding: 4px;
    font-size: 13px;
    box-shadow: none;
}
.product-modal .product-price {
    width: 100%;
}
.product-modal .product-price span {
    font-weight: 600;
    font-size: 18px;
}
.product-modal .time {
    color: var(--text-color-secondary);
}
.product-modal .adress {
    font-size: 13px;
    color: var(--text-color-secondary);
    margin-bottom: 15px;
}
.product-modal p {
    margin: 4px;
}
.product-modal .product-ingredients {
    margin-bottom: 1rem;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #777;
    text-align: center;
}
.product-modal .product-ingredients tr td {
    padding: .15rem .15rem;
}
.product-modal .product-ingredients tr td:last-child {
    text-align: right;
}
.product-modal .btn-addcart {
    width: 100%;
    text-align: center;
    border-radius: 30px;
    --bs-btn-padding-y: .75rem;
    font-size: inherit;
    line-height: normal;
}
.cart-table .title {
    font-size: 14px;
    margin-bottom: 2px;
}
.cart-table tr td:first-child {
    padding-left: 0;
}
.cart-table tr td:last-child {
    padding-right: 0;
}
.cart-table tr td:last-child {
    width: 110px;
}
.cart-table tr:last-child td {
    border: 0;
}
#cart-qty {
    width: auto;
    background-color: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
    padding: 4px;
}
#cart-minus,
#cart-plus {
    border: 0;
    background-color: transparent;
    padding: 5px;
    margin: 0;
    font-size: inherit;
    cursor: pointer;
}
#cart-qty .form-control {
    padding: 0;
    width: 30px;
    border: 0;
    background-color: transparent;
    text-align: center;
    font-size: inherit;
    box-shadow: none;
}
#crt_ntc {
    background: #f7f7f7;
    border-color: #dee2e6;
    min-height: 80px;
    box-shadow: none;
}
#btntopayment,
#partialPayment {
    font-size: 14px;
    width: 100%;
    text-align: center;
    border-radius: 2rem;
    padding: 10px 20px;
}
.cart-buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}
#partialModal .modal-header {
    border: 0;
    padding-bottom: 0;
}
#partialModal .modal-title {
    font-size: 14px;
    color: #939899;
}
.partial-table .item {
    cursor: pointer;
}
.partial-table tr td:first-child {
    width: 2rem;
}
.partial-table tr:last-child td {
    border-bottom: 0;
}
.partial-table .title {
    font-size: 14px;
    margin: 0;
}
.partial-table .price {
    font-size: 13px;
    margin: 0;
}
.partial-table .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    box-shadow: none;
    pointer-events: none;
}
.partial-table .form-check-input:checked {
    background-color: #ee3737;
    border-color: #ee3737;
}
#partialModal .btn-submit {
    width: 100%;
    padding: 10px;
    border-radius: 2rem;
    font-size: inherit;
}
#paymentModal .modal-header {
    margin: 0;
    padding-bottom: 0;
    border: 0;
}
#paymentModal .modal-title {
    color: #7e7e7e;
    font-size: 16px;
}
#paymentModal .form-control ,
#paymentModal .form-select {
    border-radius: 0;
    font-size: inherit;
    box-shadow: none;
    padding: 10px;
}
#paymentModal .btn-submit {
    width: 100%;
    padding: 10px;
    border-radius: 2rem;
}
#paymentModal .form-floating > label {
    padding: .85rem .75rem;
    color: #6c757d;
}
#paymentModal .form-floating > .form-control, 
#paymentModal .form-floating > .form-control-plaintext {
    padding: .75rem .75rem;
    padding-top: 1.5rem;
    height: calc(3rem + 2px);
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none;
  }
.fadingEffect {
    display: block;
    top:0; 
    bottom:0; 
    right:0;
    width:100%;
    -moz-animation: showit .35s ease-in;
    -webkit-animation: showit .35s ease-in; 
    -ms-animation: showit .35s ease-in;
    -o-animation: showit .35s ease-in;
    animation: showit .35s ease-in;
}
@-webkit-keyframes showit { 
    0% {width:0%}
    100% {width:100%;}
}
@-moz-keyframes showit {
    0% {width:0%}
    100% {width:100%;}
}
@-ms-keyframes showit {
    0% {width:0%}
    100% {width:100%;}
}
@-o-keyframes showit {
    0% {width:0%}
    100% {width:100%;}
}
@keyframes showit {
    0% {width:0%}
    100% {width:100%;}
}
.hidingEffect {
    top:0; 
    bottom:0; 
    right:0;
    width:0%;
    background:white;
    -moz-animation: hideit .35s ease-in;
    -webkit-animation: hideit .35s ease-in; 
    -ms-animation: hideit .35s ease-in;
    -o-animation: hideit .35s ease-in;
    animation: hideit .35s ease-in;
}
@-webkit-keyframes hideit { 
    0% {width:100%}
    100% {width:0%;}
}
@-moz-keyframes hideit {
    0% {width:100%}
    100% {width:0%;}
}
@-ms-keyframes hideit {
    0% {width:100%}
    100% {width:0%;}
}
@-o-keyframes hideit {
    0% {width:100%}
    100% {width:0%;}
}
@keyframes hideit {
    0% {width:100%}
    100% {width:0%;}
}