.buttons-holder a,
.full-menu h2.show-full a {
    font-family: yekan !important;
    letter-spacing: normal;
}

html,
body {
    font-family: yekan !important;
}

.img-holder {
    object-fit: contain;
    background-size: 80%;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
}

.header-item-container {
    float: right;
}

.inner-item {
    /* border-bottom: none; */
}

#gotomenu {
    background: #a5b489;
}

.buttons-holder a:hover {
    background-color: #a5b489;
}

.buttons-holder a {
    border: 2px solid #a5b489;
    text-decoration: none;
    color: #a5b489;
}

.full-menu h2.show-full a {
    background: #a5b489;
}

.working-clock {
    color: #a5b489;
}

.each-cat::after {
    background: #a5b489;
}

.fix-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.fix-contact span {
    background-color: #4eb625;
    width: 60px;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.fix-contact a {
    color: white;
}

.add-to-cart-container {
    float: left;
}

.d-none {
    display: none !important;
}

.add-to-cart-container {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.add-to-cart-container .add-single-btn {
    background-color: #a5b489;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9fdff;
    cursor: pointer;
}

.add-to-cart-container .add-cart-div {
    display: flex;
    background: #a5b489;
    padding: 6px 6px;
    color: #f1f9fb;
    border-radius: 4px;
}

.add-to-cart-container .add-cart-div span {
    padding: 0px 6px;
    font-size: 16px;
}

.inner-item {
    cursor: unset;
    padding-bottom: 10px;
}

.inner-item .img-holder {
    cursor: pointer;
}

.add-cart-div .minus,
.add-cart-div .plus {
    cursor: pointer;
}

.inner-item > p {
    margin-bottom: 20px;
}
