@font-face {
	font-family: 'Helvetica Geo Bold';
	src: url(/fonts/HelveticaGeoBoldNew.ttf);
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url(/fonts/HelveticaNeue-Regular.ttf);
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}
@font-face {
	font-family: 'SFTSchriftedSans';
	src: url(/fonts/SFTSchriftedSansTRIALVar.ttf);
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}
@font-face {
	font-family: 'tatishvili';
	src: url(/fonts/gl-tatishvili-metal-bold.ttf);
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}
a {
    text-decoration: none !important;
    color: #000 !important;;
}
.w-100 {
    width: 100%;
}
.w-80 {
    width: 80% !important;
}
.w-20 {
    width: 20%;
}
.logo_img {
    width: 90px;
    margin-left: 10px;
}
.lang-switcher {
    position: fixed;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 0 0 0 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.lang-switcher form {
    display: block;
    position: relative;
    top: 13px;
    left: 17px;
}
.lang-switcher input {
    display: none;
}
.lang-switcher input:checked + label {
    display: none;
}

.lang-switcher label {
    width: 45px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid #912D37;
}
.footer-text {
    padding: 80px 33px 100px 33px;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 12px;
}
.menu-top-label {
    text-align: center;
    font-size: 40px;
    font-family: 'tatishvili';
    margin-top: -30px;
}
.menu-top-label .times{
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.menu-cat-name {
    text-align: center;
    font-size: 40px;
    font-family: 'tatishvili';
}
.menu-cat-name td {
    padding: 30px 0 40px 0;
}
.menu-cat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.menu-item {
    flex-basis: 25%;
    text-align: center;
}
.mwr {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent 12%, #333 12%, #333 88%,transparent 88%) 100% 1;
    padding: 25px 5px 10px 5px;
}
@media only screen and (min-width: 701px) {
.menu-item:not(:nth-child(4n)) {
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, transparent 8%, #333 8%, #333 92%, transparent 92%) 1 100%;
}
}
.menu-item-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.menu-item-image img {
    height: 90%;
}
.menu-item-name {
    font-size: 20px;
    font-family: "Helvetica Geo Bold";
}
.menu-item-desc {
    font-family: 'Helvetica Neue';
    font-size: 13px;
    height: 85px;
    overflow: hidden;
}
.menu-item-price {
    font-size: 20px;
    color: #912D37;
    font-weight: bold;
    font-family: 'SFTSchriftedSans';
}
.admin-menu-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.admin-menu-item-image img {
    height: 90%;
}
.admin-menu-item-name {
    width: 20%;
    padding: 5px;
    font-size: 20px;
    font-family: "Helvetica Geo Bold";
}
.admin-menu-item-desc {
    width: 50%;
    padding: 5px;
}
.admin-menu-item-price {
    width: 10%;

}
.admin-menu-item-edit {
    width: 5%;

}
.mover {
    cursor: pointer;
}
.uncategorized-title {
    font-size: 36px;
    color:#ccc;
}
.uncategorized-row {
    border-top: 1px solid #ccc;
}
.uncategorized-row td {
    padding-top: 20px;
}

.edit-item-image {
    width: 500px;
    border-right: 1px solid #666;
    padding-right: 10px;
}
.form-price {
    width: 100px !important;
    display: inline-block !important;
}
.save-button {
    display: flex;
    justify-content: flex-end;
}
.upload-button {
    float: right;
    margin-top: 10px;
}
.icon-button {
    font-size: 26px;
}
.add_new_button {
    display: flex;
    margin-left: 24px;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 700px) {
    .menu-item {
        flex-basis: 50%;
    }
    .menu-item:nth-child(2n+1) {
        border-right: 1px solid;
        border-image: linear-gradient(to bottom, transparent 8%, #333 8%, #333 92%, transparent 92%) 1 100%;
    }

    .menu-cat-name {
        font-size: 32px;
    }
    .menu-item-name {
        font-size: 17px;
    }
}