html {
    height: 100%;

}
head {
   /*  font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif; */
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
body {
    position: relative !important;
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    background-color: rgb(241, 241, 241);
    height: 100%;
}
input[type=checkbox] {
    transform: scale(1.5);
    margin-left: 1%;
}
#googlePay {
    margin-top: 20%;
    margin-bottom: 10px;
}
#gp-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
#success-icon {
    color: limegreen;
}
#failure-icon {
    color: brown;
}
#pick-icon {
    color: darkcyan;
}
.card_sum_basket{
    background-color: #c83816;
    color: rgb(255, 255, 255);
}
.menu_fixed{
    background: center / contain rgb(255, 255, 255) no-repeat;
    color: #c83816 ;
   /*  border-radius: 18%; */
    border-top: 1px rgb(217, 217, 217);
}
#checkout {
    display: none;
    z-index: 1000;
   /*  width: 20%;
    height: 10%; */
    background: center / contain rgb(255, 255, 255) no-repeat;
    color: #c83816 ;
   /*  border-radius: 18%; */
    border-top: 1px rgb(217, 217, 217);
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}
#questionmark {
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    color: #c83816;
}
#checkout:hover {
 	opacity: 1;
}
#minus {
    width: 32%;
    line-height: 46px;
}
#plus {
    width: 32%;
    line-height: 46px;
}
#count {
    font-size: 25px;
    width: 20%;
    height: 70px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(223 223 223);
}
#input-div {
    display: none;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#counter {
    width: 27%;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(223 223 223);
}
#empty {
    color: #b3b3b3;
    font-size: x-large;
    display: flex;
    /* height: 100px; */
    align-content: stretch;
    justify-content: center;
    align-items: flex-end;
}
#policy {
    margin-top: 15px;
    text-decoration: underline;
}
#group {
    display: flex;
    justify-content: space-evenly;
}

#sp-btn {
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    /* width: 62%; */
    min-width: 213px;
    background-color: rgb(33 160 56);
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}
#sbp-btn {
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    /* width: 62%; */
    min-width: 213px;
    background-color: #1d1346;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}

#t-btn {
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    /* width: 62%; */
    min-width: 213px;
    background-color: #c83816;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}

#sbp-block {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#sbp-warning {
    width: 100%;
}
#lp-btn {
    /* display: flex; */
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    /* width: 62%; */
    min-width: 213px;
    background-color: rgb(124, 122, 122);
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}
.ephor-header {
    height: 35px;
    background-color: #c83816;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
.ephor-header-another {
    height: 25px;
    background-color: #c83816;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
.ephor-logo {
    font-size: 16px;
    color: #fff;
    display: contents;
    margin-left: 2px;
}
.ephor-logo-img {
    margin-right: 3px;
}
.btn {
    height: 110px;
    width: 160px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.back-button{
    display: none;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    width: 90%;
}
.body-title {
    width:100%;
    padding: 10px; 
    font-size:33px; 
    background-color: rgb(247 247 247); 
    border: 1px solid rgb(156 156 156 / 14%); 
   /*  box-shadow: 0 10px 10px -10px #333;  */
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.col{
    max-width: 50%;
    min-width: 50%;
    padding: 5px;
}
.card {
   /*  margin-top: 10px; */
    margin-bottom: 5px;
    background-color: rgb(247 247 247); 
    border: 0px solid rgb(156 156 156 / 14%); 
    /* box-shadow: 0 10px 10px -10px #333;  */
   /*  border-radius: 5px; */
    width: 100%;
}

.card-columns {
    column-count: 2;
}
.card-title {
    text-align: center;
}
.card-title-list {
    font-size: small;
    white-space: nowrap;
    /* height: 50px; */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-price {
    text-align: end;
    /* color: #c83816; */
}
.card-body {
    /* font-weight: bold; */
    padding: 4px;
}
.card-link, a:link, a:visited {
    text-decoration: none;
    color: black;
    height: 90% !important;
}
.card-link_bascket,a:hover,a:visited {
    text-decoration: none;
    color: black;
}
.card-img-ware {
   /*  border-radius: 12px;
    object-fit: cover; */
}
.card-img-top {
    width: 100%;
   /*  object-fit: cover;
    border-radius: 5px; */
}
.card-ware {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: rgb(247 247 247);
    border: 1px solid rgb(156 156 156 / 14%);
    box-shadow: 0 10px 10px -10px #333;
    border-radius: 12px;
    width: fit-content;
}

a:hover{
    padding: 0 !important;
}

.card-ware-price {
    /* color: #c83816; */
    text-align: center;
    display: flex;
    justify-content: flex-end;
    font-size: 26px;
}
.card-main {
    width: 12rem;
    height: 20rem;
    margin: 0.5%;
}
.card-title-list{
    font-size: 1.8rem !important;
    white-space: pre-wrap;
}
.card-title-basket{
    font-size: 1.8rem !important;
    white-space: pre-wrap;
}
.font_size {
    font-size: calc(2.7vw + 4px) !important;
}
.font_size_basket{
    font-size: calc(2.7vw + 4px) !important;
}

.font_size_button_basket {
    font-size: calc(2vw + 4px) !important;
}

.font_size_icon_menu {
    font-size: calc(5vw + 4px) !important;
}

.font_size_main {
    font-size: calc(1.6vw + 4px) !important;
}

@media (max-width: 900px) {
    .card-main {
        width: 10rem;
        height: 18rem;
        margin: 0.6%;
    }
    .card-title-list{
        font-size: 0.8rem !important;
        white-space: pre-wrap;
    }
    .card-title-basket{
        font-size: 0.9rem !important;
        white-space: pre-wrap;
    }
}

@media (max-width: 600px) {
    .card-main {
        width: 7.7rem;
        height: 18rem;
        margin: 0.4%;
    }
    .font_size_button_basket_control_ware {
        font-size: calc(4.5vw + 4px) !important;
    }
    .font_size_button_basket_ware {
        font-size: calc(4.8vw + 4px) !important;
    }
    .card-link_bascket,a:hover,a:visited {
        height: 7rem !important;
    }
    .card-main_basket {
        height: 8rem !important;
    }
    .card-title-list{
        font-size: 0.8rem !important;
        white-space: pre-wrap;
    }
    .card-title-basket{
        font-size: 0.9rem !important;
        white-space: pre-wrap;
    }
    .font_size {
        font-size: calc(2.8vw + 4px) !important;
    }
    .font_size_basket{
        font-size: calc(3vw + 4px) !important;
    }
    .font_size_button_basket {
        font-size: calc(2.4vw + 4px) !important;
    }
    .font_size_button_basket_control {
        font-size: calc(1.7vw + 4px) !important;
    }
    .font_size_icon_menu {
        font-size: calc(4.8vw + 4px) !important;
    }
    .font_size_main {
        font-size: calc(3.9vw + 4px) !important;
    }
    .card-img-top {
        height: 45% !important;
    }
}

@media (max-width: 400px) {
    .card-main {
        width: 7.1rem;
        height: 16rem;
        margin: 0.4%;
    }
    .card-link_bascket,a:hover,a:visited {
       /*  height: rem !important; */
    }
    .card-main_basket {
        height: 9rem !important;
    }
    .card-title-list{
        font-size: 0.7rem !important;
        white-space: pre-wrap;
    }

    .card-title-basket{
        font-size: 0.83rem !important;
        white-space: pre-wrap;
    }
    .font_size {
        font-size: calc(2.6vw + 4px) !important;
    }
    .font_size_basket{
        font-size: calc(2.8vw + 4px) !important;
    }
    .font_size_button_basket {
        font-size: calc(2.4vw + 4px) !important;
    }
    .font_size_button_basket_control {
        font-size: calc(1.7vw + 4px) !important;
    }
    .font_size_icon_menu {
        font-size: calc(5.2vw + 4px) !important;
    }
    .font_size_main {
        font-size: calc(4.2vw + 4px) !important;
    }
}

@media (max-width: 360px) {
    .card-main {
        width: 6.6rem;
        height: 15rem;
        margin: 0.4%;
    }
    .card-title-list{
        font-size: 0.7rem !important;
        white-space: pre-wrap;
    }
    .card-link_bascket,a:hover,a:visited {
        height: 7rem !important;
    }
    .card-main_basket {
        height: 9rem !important;
    }
    .card-img-top {
        height: 45% !important;
    }
}

@media (min-width: 1000px) {
    .card-main {
        width: 10rem;
        height: 20rem !important;
        margin: 0.5%;
    }
    .font_size {
        font-size: calc(1vw + 1px) !important;
    }
    .font_size_basket{
        font-size: calc(1vw + 1px) !important;
    }
    .font_size_button_basket {
        font-size: calc(1vw + 1px) !important;
    }
    .font_size_icon_menu {
        font-size: calc(1vw + 4px) !important;
    }
    .card-title-list {
        font-size: calc(0.8vw + 2px) !important;
    }
    .card-img-top {
        height: 45% !important;
    }
}

.success {
    margin: 30%;
}
.success-text {
    text-align: center;
    font-size: larger;
}
.addToCart {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
    border: 1px solid rgb(156 156 156 / 14%);
    box-shadow: 0 10px 10px -10px #333;
    border-radius: 5px;
    background-color: #c83816;
    padding: 10px;
    color: white;
}
.nav-button {
    display: flex;
    justify-content: flex-end;
}
.boxShadow {
    text-align: center;
    border: 1px solid rgb(156 156 156 / 14%);
    box-shadow: 0 10px 10px -10px #333;
    border-radius: 5px;
    background-color: #c83816;
    padding: 10px;
    color: white;
}
.to-cart-button {
    width: -webkit-fill-available;
    background-color: #27b12f;
}
.cart-product-card {
    margin-top: 10px;
    background-color: rgb(247 247 247);
    border: 1px solid rgb(156 156 156 / 14%);
    box-shadow: 0 10px 10px -10px #333;
    border-radius: 5px;
}
.cart-product-image {
    width: 25%;
    border-radius: 10px;
    height: 86px;
    object-fit: cover;
}
.cart-delete-icon {
    margin-top: 1%;
    color: #df3434;
}
.cart-nav-button {
    display: flex;
    justify-content: flex-end;
}
.cart-minus {
    text-align: center;
    border: 1px solid rgb(156 156 156 / 14%);
    border-radius: 5px;
    background-color: #c83816;
    padding: 10px;
    color: white;
}
.cart-plus {
    text-align: center;
    border: 1px solid rgb(156 156 156 / 14%);
    border-radius: 5px;
    background-color: #c83816;
    padding: 10px;
    color: white;
}
.cart-footer {
    background-color: #c83816;
    border-radius: 10px 10px 0px 0px;
}
.total {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: white;
}
.cart-price { 
    color: #c83816;
    font-weight: bold;
}
.cart-product-name {
    font-weight: bold;
}
.approve {
    margin-left: 3%;
}
.checkbox-field {
    margin: 5% 0% 5% 0%;
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: flex-start;
}
.about-header {
    display: flex;
}
.about-header-icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.about-header-text {
    font-weight: 650;
}
.about-discription {
    margin-top: 15px;
}
.about-name {
    margin-top: 10px;
    color: #a3a3a3;
}

.about-shadow { 
    border: 1px solid rgb(156 156 156 / 14%);
    box-shadow: 0 10px 10px -10px #333;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
}
.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
    position: fixed;
    /* top: 0px; */
    bottom: 0px;
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 29px 29px 0px 0px;
    z-index: 99999;
    opacity: 1;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.popup-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.merchant-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 5px 8px 5px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.merchant-name {
    color: #a3a3a3;
}
.merchant-info {
    margin-top: 10px;
}
.merchant-info-title {
    font-weight: bold;
}
.merchant-info-title-req {
    margin-top: 3px;
    font-weight: bold;
}
/* merchant-info-name {
    
} */
.payment {
    display: none;    
}
.btn-checkout {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 15px;
    width: 41%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    border: solid;
    border-width: 1px;
}

.btn-checkout:disabled {
    background-color: grey;
    color: white;
    border-radius: 15px;
    width: 41%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    border: solid;
    border-width: 1px;
}
.to-payment-method {
    width: 100%;
    color: white;
    background-color: rgb(39, 177, 47);
    text-align: center;
    padding: 5px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(156, 156, 156, 0.14);
    box-shadow: rgb(51 51 51) 0px 10px 10px -10px;
    border-radius: 5px;
}
.btn-payment {
    display: none;
}
.error-block {
    font-weight: 500;
    border: 1px solid rgb(255 0 0);
    box-shadow: 0 10px 10px -10px #000;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
}
.check-button {
    border-radius: 0.25rem;
    margin-bottom: 12px;
    height: 61px;
    width: 160px;
    display: flex;
    background: #c83816;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.check-button-block {
    display: flex;
    justify-content: center;
}
.qr-check {
    width:100%;
    padding: 10px; 
    /* font-size:33px;  */
    background-color: rgb(247 247 247); 
    border: 1px solid rgb(156 156 156 / 14%); 
    box-shadow: 0 10px 10px -10px #333; 
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: -webkit-center;
}
.qr-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sbp {
    margin-left: 5px;
}

.nds {
    padding-left: 2rem;
}

.hidden {
    display: none;
}
.dis{
    pointer-events:none
}