@font-face {
    font-family: "vazinmatn";
    src: url("../font/vazinmatn.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "BUNGASAI";
    src: url("../font/BUNGASAI.TTF");
    font-weight: normal;
}
@font-face {
    font-family: "Letellka";
    src: url("../font/Letellka-Regular.otf");
    font-weight: normal;
}

a, html, ul, li, *, button, p, div, span {
    text-decoration: none;
    font-family: vazinmatn!important;
    list-style: none;
}

.EnglishFont{
    font-family: BUNGASAI!important;

}
.item_selected {
    border: 1px solid #b87836!important;
}
.category {
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    min-width: 90px;
    border-radius: 4px;
    white-space:nowrap;
    background: #2b2b2b;
    display: inline-table;
    color: #fff;
    float: left;
}

.item_selected button p{
    color: #b87836!important;
}


.border-custom{
    border: 1px solid #b87836;
    border-radius: 8px;

}

.nameCategory {
    white-space:nowrap;
    font-size: 9px;
    color: #000;
}

.nameCategoryFa {
    color: #b87836;
    white-space: nowrap ;
    font-size: 12px;
    margin:0px;
}

.hrtext {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headerhr {
    flex-grow: 1;
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(103, 103, 103, 0.45);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollbar::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollbar {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}

.itemWrapper {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
}

.addToItem {
    cursor: pointer;
    float: left;
    text-align: right;
    left: 15px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    bottom: -50px;
    height: 20px;
    font-size: 10px;
    border-radius: 3px;
    color: #000;
    margin: 1px;
    background-color: #F7D600;
}
.price {
    cursor: pointer;
    float: left;
    text-align: right;
    left: 15px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    bottom: -50px;
    height: 20px;
    font-size: 10px;
    border-radius: 3px;
    color: #000;
    margin: 1px;
}

.categories {
    scroll-margin-top: 70px;
}


.btn-aqua {
    background-color: #818cf8!important;
    transition: 0.3s ease;
    box-shadow: 0 2px 10px rgb(129 140 248 / 50%);
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.borderCustomized {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgb(129 140 248 / 35%);
}

.simple-shadow{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

}

.labelForms {
    top: -10px;
    font-weight: 900;
    padding: 0 26px;
    background: white;
    position: relative;
}

.input_class {
    outline: none!important;
    -webkit-appearance: button;
    margin: 10px 0 !important;
    height: 30px!important;
    padding: 0;
    padding-right: 1.25rem!important;
    border-radius: 5px!important;
    width: 175px !important;
    border: 0px solid #cdcdcd !important;
    text-align: start!important;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}

.textarea_class {
    outline: none;
    height: 150px;
    margin: 10px 0 !important;
    padding-right: 1.25rem;
    border-radius: 5px;
    width: 175px !important;
    border: 0px solid #cdcdcd !important;
    text-align: start;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}
.textarea_class2 {
    outline: none;
    height: 150px;
    margin: 10px 0 !important;
    padding-right: 1.25rem;
    border-radius: 5px;
    width: 90% !important;
    border: 0px solid #cdcdcd !important;
    text-align: start;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}

.footer {
    margin-top: 10px;
    width: 100%;
    bottom: 0;
}
.list-items-btn{
    background: #818cf8!important;
    padding: 2px 4px!important;
    margin: 4px!important;
    color: #ffffff;
    border-radius: 7px!important;
}
.list-items-btn-not-exist{
    background: #f1f1f1 !important;
    padding: 2px 4px!important;
    margin: 4px!important;
    border-radius: 7px!important;
}


.headerTitleDashboard{
    right: 50%;
    transform: translateX(50%);
    top: -67px;
    background: white;
}

.simpleShadow {
    box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 8%) !important
}

.input_class_mobile{
    outline: none!important;
    -webkit-appearance: button;
    margin: 10px 0 !important;
    height: 30px!important;
    padding: 0;
    padding-right: 1.25rem!important;
    border-radius: 5px!important;
    width: 100% !important;
    border: 1px solid rgba(205, 205, 205, 0.4) !important;
    text-align: start!important;
    background: #fff !important;
    box-shadow: 0 .15rem .4rem rgba(0, 0, 0, .075) !important;
}

.textarea_class_mobile{
    outline: none;
    height: 110px;
    margin: 10px 0 !important;
    padding-right: 1.25rem;
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid rgba(205, 205, 205, 0.4) !important;
    text-align: start;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}
.item_images{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.site_bg_color{
    background: #b87836;
}
.site_border_color{
    border:1px solid #b87836;
}

.site_text_color{
    color: #b87836;
}

select:invalid {
    border-bottom: 3px #ea4c89 inset!important;
}

.csutom_class{

}
.mainBG{
    background: #3D5A23;
}
.hideItem{
    display: none;
}
.custom_border{
    border:  0.5px solid #fff;
}



.navbar_responsive_text{
    color: white;
}
.hrStyle{
    opacity: 1;
    border: 1px solid #2b2b2b;
    background: #2b2b2b;
}
.addToCart{
    background: #b87836;
    font-size: 12px;
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.addToCartBtn{
    font-size: 12px;
    width: 25px;
    height: 20px;
    outline: none;
    background: transparent;
    color: white;
    border: none;
    text-align: center;
    border-bottom: 1px solid #b87836;
}

.addToCartBtnWrapper{
    bottom: 10px;
    left: 10px;
    position: absolute;
}
.quantity{
    right: -5px;
    top: 10px;
    background: black;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border: 0px solid;
    text-align: center;
    line-height: 20px;

}
.submit_button{
    background: #b87836;
    width: 100px;
}

.cancel_button{
    width: 100px;
}


.pl {
    display: block;
    width: 8em;
    top: 150px;
    left: 50%;
    position: absolute;
    translate: -50%;
    height: 8em;
}
.pl__ring,
.pl__ball1,
.pl__ball2 {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: 32px 32px;
}
.pl__ring {
    animation-name: ring;
}
.pl__ball1 {
    animation-name: ball1;
}
.pl__ball2 {
    animation-name: ball2;
}

/* Dark theme  */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue),10%,10%);
        --fg: hsl(var(--hue),10%,90%);
    }
}

/* Animation */
@keyframes ring {
    from {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: -122.52;
        transform: rotate(135deg);
    }
    15% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -122.52;
        transform: rotate(90deg);
    }
    35% {
        animation-timing-function: ease-out;
        stroke-dashoffset: -65.34;
        transform: rotate(297.5deg);
    }
    55% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: -122.52;
        transform: rotate(505deg);
    }
    70% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: -122.52;
        transform: rotate(490deg);
    }
    85%,
    to {
        stroke-dashoffset: -122.52;
        transform: rotate(497.5deg);
    }
}
@keyframes ball1 {
    from {
        transform: rotate(14deg);
    }
    20% {
        transform: rotate(-7deg);
    }
    60% {
        transform: rotate(399deg);
    }
    75% {
        transform: rotate(361deg);
    }
    90%,
    to {
        transform: rotate(374deg);
    }
}
@keyframes ball2 {
    from {
        transform: rotate(-21deg);
    }
    25% {
        transform: rotate(-47deg);
    }
    60% {
        transform: rotate(364deg);
    }
    75% {
        transform: rotate(326deg);
    }
    90%,
    to {
        transform: rotate(339deg);
    }
}
