@font-face
{
   font-family: "UniQAIDAR_Hewal 036";
   font-display: swap;
   src: url('UniQAIDAR_Hewal036.woff') format('woff'),
        url('UniQAIDAR_Hewal036.ttf') format('truetype'),
        url('UniQAIDAR_Hewal036.svg#UniQAIDAR_Hewal036') format('svg'),
        url('UniQAIDAR_Hewal036.eot') format('embedded-opentype');
}
@font-face {
    font-family: Ubuntu;
    src: url(./Ubuntu-Light.ttf);
  }
  @font-face {
    font-family: dgJory;
    src: url(./DG-Jory-Reg.ttf);
  }
  @font-face {
    font-family: gochi;
    src: url(./GochiHand-Regular.ttf);
  }
body
{
    background-color: #ffffff;
    background-image: url('../images/ObjectsBackground.png');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: repeat;
   color: #000000;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a {
    text-decoration: none;
}
.scroll-to-top {
    background-color: #870000;
    color: rgb(245, 245, 245);
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    bottom: 150px;
    right: 15px;
    font-size: 25px;
    width: 60px;
    text-align: center;
    display: none;
}
.back-to {
    background-color: #870000;
    color: rgb(246, 244, 244);
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
    position: fixed;
    bottom: 70px;
    left: 15px;
    width: 60px;
    text-align: center;
    font-size: 25px;
}
.logo {
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0;
    width: 115px;
    height: 115px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.logo-div {
    text-align: center;
}
.all-block .block:not(:first-of-type){
    margin-top: 50px;
}
.all-block {
    padding: 15px;
    justify-content: center;

}
.category-group {
    margin-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
}
.category-name {
    font-family: gochi;
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    text-align: left;
    margin-left: 7px;
    margin-right: 15px;
    color: rgb(225, 221, 221);
}
.item-image {
    border: 0px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0;
    display: block;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.item-image-d {
    border: 0px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0;
    display: block;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.card {
    background-color: transparent;
    border: transparent;
}
.item-text-aria {
    background-color:rgb(103 103 103);
}
.card-title {
    font-family: gochi;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.card-text {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    color: rgb(171 255 90);
    padding-left: 5px;
    padding-right: 5px;
}
.nav {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1020;
    height: 50px;
    background-color:rgb(33, 33, 33);
}

.list {
    margin: 0;
    text-align: center;
    display: flex;
    overflow-x: scroll;
    line-height: 50px;
    height: 75px;
    flex-wrap: nowrap;

}
.list::-webkit-scrollbar{
    width: 0;
}
#text_item {
    color: aliceblue;
    font-family: gochi;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 1px;
    margin-right: 1px;

}

.active {
    color: rgb(247, 247, 247);
    background-color: #870000;
    font-family: gochi;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    white-space: nowrap;
    margin-left: 1px;
    margin-right: 1px;

}
.active span{
    color: #f3efef !important;
    font-family: gochi !important;
    font-size: 14px!important;
    font-weight: 700!important;

}

.cat-title {
    background-color: #870000;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.feedback {
    margin-top: 15px;
}
.fa-thumbs-up {
    color: #870000;
    right: 0%;
    margin-right: 7px;
    cursor: pointer;
}
.home {
    margin-top: 15px;
}
.fa-home {
    color: #870000;
    margin-left: 7px;
    left: 0%;
    cursor: pointer;
}
.model-name {
    font-family: gochi;
    font-size: 22px;
    font-weight: 700;
    color: #870000;
    padding-left: 5px;
    padding-top: 5px;
}
.item-name {
    font-family: gochi;
    font-size: 22px;
    font-weight: 700;
    color: #870000;
    padding-left: 5px;
    padding-top: 5px;
}
.desc {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 5px;
    padding-top: 5px;
}
.price {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 600;
    color: #870000;
    padding-left: 5px;
    padding-top: 5px;
}
.cart {
    background-color: #870000;
    color: rgb(246, 244, 244);
    display: inline-block;
    padding: 15px;
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 60px;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    cursor: pointer;
}
.cart-amount{
    position: fixed;
    color: #870000;
    background-color: white;
    border-radius: 50px;
    width: 30px;
    font-size: 18px;
    bottom: 117px;
    right: 49px;
}

.add-item{
    background-color: white;
    padding: 5px;
    position: absolute;
    bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
.degr{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #870000;
    color: white;
    border-radius: 5px;
}
.amount{
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.incr{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #870000;
    color: white;
    border-radius: 5px;
}
.degr-cart{
font-size: 21px;
cursor: pointer;
color: rgb(0, 0, 0);
}

.incr-cart{
font-size: 21px;
cursor: pointer;
color: rgb(0, 0, 0);
}


.table-image {  
    thead {
        td, th {
        border: 0;
        color: #666;
        font-size: 0.8rem;
        }
    }

    td, th {
        vertical-align: middle;
        text-align: center;
        
        &.qty {
        max-width: 2rem;
        }
    }
}

    .price {
    margin-left: 1rem;
    }
    