
:root {
	touch-action: pan-x pan-y;
	  height: 100% 
    --body-font-size: 16px;
    --line-height30: 1.8;
    --main-color: #776acf;
    --red-color: rgb(206, 40, 41);
    --secondary-color: #fdc913;
    --main-color-opacity: 206, 40, 41;
    --body-font: "Inter", sans-serif;
    --heading-font: "Inter", sans-serif;
    --paragraph-color: #5f5f5f;
    --heading-color: #292929;
    --bebas-font: "Bebas Neue", cursive;
    --satisfy-font: "Satisfy", cursive;
    --app-height: 100%;
}
body{
    background: #ddd;
    font-family:  var(--body-font);
	width: 100vw;
    height: 100vh;
    height: var(--app-height);
}
.contbuf{
    width: 90%;
    margin: auto;
}
#header{
    height: 5vh;
    color:#292929;
    background-color: #EAEAEE;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
}
#bufibu-content{
    height: 100vh;
    background: #eaeaee;
    color:#fff;
}
#footer{
    height: 5vh;
    color:#000;
    background-color: #ddd;
    bottom:0;
}
.bufiburestoranthead{
    height: 30vh;
    background: #eaeaee;
    padding-top: 20px;
    background-size: cover;
    background-position: top;
    padding-bottom: 53px;
    position: relative;
    z-index: 0;
	    /* border-radius: 20px; */
}
.bufiburestoranthead:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(359.59deg, #191720 33.91%, rgba(25, 23, 32, 0) 89.68%);
}

.back-page-btn {
    border-radius: 8px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    display: block;
    padding: 0;
    background:rgb(56 56 56 / 61%);
    color: #fff;
}

.back-register-btn {
    border-radius: 8px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.btn {
  
    font-weight: 600;
    font-size: 18px;
 
}

.headinrestdetail{
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detail-media{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-thumb{
    position: relative;
    display: inline-block;
}
.detail-thumb span{
    height: 24px;
    background: #007E59;
    border-radius: 50px;
    display: inline-block;
    line-height: 24px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.detail-body{
    margin-left: 15px;
}
.detail-body h3{
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 7px;
    color: #fff;
}
.detail-body p{
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
}
img {
    max-width: 100%;
    height: auto;
}
.detail-rating{
    display: inline-block;
    margin-left: auto;
    text-align: end;
}
.detail-rating span{
    font-weight: 600;
    font-size: 14px;
    color: var(--red-color);
}
.detail-rating span span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.detail-rating p {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    letter-spacing: -1px;
}
.restcontent{
    background: #F9FAFC;
    -webkit-box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    /* height: calc(65vh + 10px);*/
	height: calc(70vh + 10px);
    color: #000;
    overflow: scroll;
}
.standartcontent {
    background: #F9FAFC;
    -webkit-box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    border-radius: 12px;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, 0px);
    height: calc(95vh + 0px);
    color: #000;
    overflow: scroll;
}
.pt-10{
    padding-top: 10px;
}
.btn-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 5%;
}
.f-left{
    float:left;
}
.f-right{
    float:right;
}
.mr-10{
    margin-right: 10px;
}
.dnone{
    display: none;
}
.logohead{
    height: 2vh;
    width: auto;
    margin-top: 5px;
}
.logoregister{
    height: 5vh;
    width: auto;
    margin-top: 5px;
}
.spanlogos{
    width: 100%;
    font-size: 10px;
    float: left;
    font-style: italic;

}
.spanregister{
    width: 100%;
    font-size: 13px;
    padding-top:5px;
    float: left;
    font-style: italic;

}
.btnheadfirst{
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px;
}
.btnhead{
    font-size: 18px;
    font-weight: 400;
    padding: 2px 5px;
}
.t-right{
    text-align: right;
}
.menu-category-title{
    height: 10vh;
    background: #eaeaee;
    padding-top: 20px;
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    font-size: 20px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    padding-left: 15px;
    border-radius: 5px;
    transition: height 0.3s ease;

}
.expanded {
    height: 30vh !important; /* Set the height to 30vh when expanded */
    transition: height 0.3s ease; /* Add the transition effect */
    }
.menu-category-title:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(359.59deg, #191720c2 33.91%, rgba(25, 23, 32, 0) 89.68%);
    border-radius: 5px;
}
.title-write{
    overflow: hidden;
    height: 5vh;
    text-transform: uppercase;

}

.menu-grid-item {
    line-height: 1.2;
    display: inline-block;
	width:100%;
}
.auto200h {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #776acf54;
    background-size: cover;
    background-position: center;
    transition:0s 0.5s;
}
.auto200hmenu {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #776acf54;
    background-size: cover;
    background-position: center;
    transition:0s 0.5s;
}
.auto200h:active{
    background-color: #dfdfdfe6;
    background-image: url(https://iconsplace.com/wp-content/uploads/_icons/800080/256/png/plus-2-icon-13-256.png) !important;
    transition:0s;
}
.descriptionproduct {
    width: calc(100% - 70px);
    float: right;
    display: inline-block;
    padding-bottom: 10px;
}
.baslikp {
    border-bottom: 1px dashed #776acf;
    margin-bottom: 5px;
}
.baslikadi {
    width: 70%;
    display: inline-block;
    margin-bottom: 0px;
    color: #444444;

}
.baslikfiyat {
    float: right;
    width: 30%;
}
.fiyatc {
    color: #3a3a3a;
    float: right;
    font-size: 14px;
}
.aciklamap {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 15px;
    text-transform: lowercase;
}
.menu-products{
    margin-top:10px;
    transition: height 2s ease;
}
.heightauto{
    height: auto !important;
}
.menu-category{
    margin-top: 10px;
}
.menu-category:last-child{
margin-bottom: 100px ;
}
::-webkit-scrollbar {
    width: 0px;
  }

.photosproducts{
    float: left;
}
.countposition{
    left: 65px;
    top: 10px;
}
.transbutton{
    background: transparent;
    border: transparent;
}
.kayitekran{
    height: 100vh;
    background: #ddd;
}
.girisekran{
    height: 100vh;
    background: #ddd;
}
.register_form{
    padding-top: 15vh;
    text-align: center;
}
.card_white{
    background: #fff;
    border-radius: 15px;
    margin-top: 10px;
}
.form-control{
    background-color: #fff;
    border:1px solid #ddd;
    padding: 1rem 0.75rem;
    
}
.form-control:focus{
    background-color: #ddd;
    
}
.registerformst{
    width: 50%;
    margin: auto;
}
.registeruptext{
    font-size: 25px;
}
.trnumber{
    border: 1px solid #ddd;
    border-radius: 2px 0px 0px 2px;
    padding: 1rem 0.75rem;
    background: #f3f3f3;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .registerformst{
        width: 85%;
    }
}
.logoicon{
    width: 50px;
	height: 50px;
}
.extrathumb{
    background: #000;
    width: 70px;
    margin: auto;
    height: 70px;
    border-radius: 100%;
    padding: 10px 0px 0px 10px;
}
.basic_content{
    background: #F9FAFC;
    -webkit-box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    border-radius: 12px;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    height: calc(95VH - 5px);
    color: #000;
    overflow: scroll;
}

.text{
    margin: auto;
}
.photo{
    margin: auto;
}



.text h1{
    font-size: 55px;
    font-weight: 600;
}

.text h1 span{
    font-weight: 400;
}

.text p{
    width: 85%;
    font-size: 17px;
    margin: 25px 0;
    color: rgba(0, 0, 0, 0.6);
}


.textlogin h1{
    font-size: 35px;
    font-weight: 600;
}

.textlogin h1 span{
    font-weight: 400;
}

.textlogin p{
    width: 85%;
    font-size: 17px;
    margin: 25px 0;
    color: rgba(0, 0, 0, 0.6);
}

.text button{
    padding: 15px 30px;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #E8505B;
    color: white;
    cursor: pointer;
    transition: 0.2s;
}

.text button:hover{
    background: #bb444c;
}


.photo img{
    width: 520px;
    border: 1px solid #ddd;
    border-radius: 40px;
    -webkit-box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
    box-shadow: 0px -6px 30px rgb(0 0 0 / 9%);
} 
.mobilpthome{
    padding-top: 100px;
}

.mobilptlogin{
    padding-top: 30px;
}

@media only screen and (max-width: 768px) {
    .mobilptlogin{
        padding-top: 10px;
    }
    .mobilpthome{
        padding-top: 10px;
    }

.textlogin h1{
    font-size: 20px;
    font-weight: 600;
}
	.textlogin p {
        width: 85%;
        font-size: 13px;
        margin: 10px 0;
        color: rgba(0, 0, 0, 0.6);
    }
}

.selectisl{
    width: 100%;
    background: #e9e9ed;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #2c2c2c;
}
.selectisl:hover{
    background: #a69fd9;
    color: #fff;
}
.alldnone{
	display:none !important;
}

.productFullContainer{
    margin: 20px 5% 0;
}
.productFullBox{
    background-color: #fff;
    background-image: #fff;
    border-radius: 8px;
    box-shadow: 12.5px 12.5px 18.2px rgba(0,0,0,.035);
    flex-direction: column;
    margin: 25px 0;
    overflow: hidden;
    align-items: flex-start;
    display: flex;
}
.item-image{
    aspect-ratio: 4/3;
    border-radius: 0;
    margin-right: 0;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 5px;
    flex-shrink: 0;
    margin-right: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.item-content {
    padding: 10px 12px 16px;
    width: 100%;
    flex-grow: 1;
}
.primary-head {
    align-items: flex-start;
    display: flex;
}
.primary-headtext {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.primary-title {
    color: #0c4a6e;
    font-size: 1.3rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    letter-spacing: -0.013rem;
    margin: 0 5px 0 0;
    
}
.price-box {
    align-items: center;
    display: flex;
    margin: 0 0 0 5px;
}
.price-content.--item {
    color: #0c4a6e;
    font-family: proxima-nova,sans-serif;
}
.price-content {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem;
}
.currency {
    line-height: 100%;
    margin-left: 3px;
    margin-top: 2px;
    font-size: 1.3rem;
    font-weight: 800;
}
.contentp {
    color: #334155;
    font-family: proxima-nova,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}
.getback {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}
    .getback-button {
      background: #776acf;
        width: 69px;
        height: 69px;
        color: white;
        border-radius: 100%;
        text-align: center;
        box-shadow: 0px 0px 17px #00000038;
    }
    .getback li {
        font-size: 35px;
            margin-top: 17px;
    }
    
    .body-bar {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0;
    background-color: #fff;
    background-color: #000000eb;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    color: #fff;
}
.body-bar-container {
    display: flex;
    align-items: center;
}
