.menu .menu__list .menu__item a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

/* category_menu_swipe */

.category_menu_swipe.hide {
	animation			: category_menu_swipe_hide 0.6s;
	-moz-animation		: category_menu_swipe_hide 0.6s;
	-webkit-animation	: category_menu_swipe_hide 0.6s;

	/*bottom : -240px;*/

	transform: translateY(240px);
}

.category_menu_swipe.show {
	animation			: category_menu_swipe_show 0.6s;
	-moz-animation		: category_menu_swipe_show 0.6s;
	-webkit-animation	: category_menu_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.category_menu_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -240px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
	transform: translateY(240px);
}

@keyframes category_menu_swipe_show {
	from {
		/*bottom : -240px;*/
		transform: translateY(240px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes category_menu_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -240px;*/
		transform: translateY(240px);
	}
}

.category_menu_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-color: #4C4C4C;
	border-radius: 5px;
}

/* add_category_swipe */

.add_category_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -400px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
}

.add_category_swipe.show {
	animation			: add_category_swipe_show 0.6s;
	-moz-animation		: add_category_swipe_show 0.6s;
	-webkit-animation	: add_category_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.add_category_swipe.hide {
	animation			: add_category_swipe_hide 0.6s;
	-moz-animation		: add_category_swipe_hide 0.6s;
	-webkit-animation	: add_category_swipe_hide 0.6s;

	/*bottom : -400px;*/

	transform: translateY(400px);
}

@keyframes add_category_swipe_show {
	from {
		/*bottom : -400px;*/
		transform: translateY(400px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes add_category_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -400px;*/
		transform: translateY(400px);
	}
}

.add_category_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;padding: 0px;position: relative;z-index: 0;width: 10%;margin-top: 10px;margin-bottom: 10px;height: 5px;background-color: #4C4C4C;border-radius: 5px;
}

/* menu__popup__form */

.menu__popup__form .download__box {
	height: 220px;
}

.menu__popup__form.full .download__box {
	margin-bottom: 39px;
}

.menu__popup__form .save {
	position: relative;
}

.add_category_swipe .menu__popup__form.full {
	top: -26px;
}

.add_category_swipe .menu__popup__form.full .download__box {
    margin-bottom: 109px;
    height: 120px;
}

.add_category_swipe .menu__popup__form.full .download__box img {
    object-fit: cover;
    width: 100%;
    height: 120px;
    max-height: 120px;
}

/* add_subcategory_swipe */

.add_subcategory_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -190px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
}

.add_subcategory_swipe.show {
	animation			: add_subcategory_swipe_show 0.6s;
	-moz-animation		: add_subcategory_swipe_show 0.6s;
	-webkit-animation	: add_subcategory_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.add_subcategory_swipe.hide {
	animation			: add_subcategory_swipe_hide 0.6s;
	-moz-animation		: add_subcategory_swipe_hide 0.6s;
	-webkit-animation	: add_subcategory_swipe_hide 0.6s;

	/*bottom : -190px;*/

	transform: translateY(190px);
}

@keyframes add_subcategory_swipe_show {
	from {
		/*bottom : -190px;*/
		transform: translateY(190px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes add_subcategory_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -190px;*/
		transform: translateY(190px);
	}
}

.add_subcategory_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-color: #4C4C4C;
	border-radius: 5px;
}

/* */

.menu__popup__form fieldset {
	position: relative;
}

.menu__popup__form fieldset .error-field {
	border: 1px solid #ff0000;
}

/* */

.preview.product .add__option .add__list .slider > div {
	transform: scale(1);
	cursor: pointer;
	height: 6px;
	width: 100%;
	background-color: rgb(204, 204, 204);
}

.preview.product .add__option .add__list .slider > div div {
	background-color: rgb(153, 153, 153);
	border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    z-index: 0;
    cursor: grab;
    user-select: none;
    touch-action: none;
    margin: unset;
    transform: unset;
    top: -8px;
}

.preview.product .place__info .rating .rating-item {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.preview.product .place__info .rating .rating-item .rating-item-inactive {
	visibility: hidden;
}

.preview.product .place__info .rating .rating-item .rating-item-active {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
}

.header.preview .banner .banner__bg {
	height: 32vh;
    position: relative;
}

/* */

.product_menu_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -135px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 135px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
}

.product_menu_swipe.show {
	animation			: product_menu_swipe_show 0.6s;
	-moz-animation		: product_menu_swipe_show 0.6s;
	-webkit-animation	: product_menu_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.product_menu_swipe.hide {
	animation			: product_menu_swipe_hide 0.6s;
	-moz-animation		: product_menu_swipe_hide 0.6s;
	-webkit-animation	: product_menu_swipe_hide 0.6s;

	/*bottom : -135px;*/

	transform: translateY(135px);
}

@keyframes product_menu_swipe_show {
	from {
		/*bottom : -135px;*/
		transform: translateY(135px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes product_menu_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -135px;*/
		transform: translateY(135px);
	}
}

.product_menu_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-color: #4C4C4C;
	border-radius: 5px;
}

/* */

header.preview.product .preview__nav .place__info .place__name h2 {
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
    line-height: 28px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #FFFFFF;
}

.product__detail .description__label textarea,
.product__detail .description__label textarea::placeholder {
	font-family: Vollkorn;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	border: 0;
}

.product__detail {
	margin-top: 19px;
	position: relative;
}

.product__detail .description__label .placeholder {
	position: relative;

	font-family: Vollkorn;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #E0AA3E;
}

header.preview .banner .banner__bg {
	/*height: 281px;*/
	height: 32vh;
	position: relative;
}

.productAdd .menu__popup__form.full .download__box {
	height: 281px;
}

.productAdd .menu__popup__form .download__box img {
	width: 100%;
	max-height: 281px;
	object-fit: cover;
}

.productDetailList .item > span {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #FFFFFF;
	margin-top: 32px;
}

.menu__popup__form.full {
    z-index: 2;
    overflow: visible;
    transition: all 0.3s;
    top: -64px;
}

.productDetailList.full {
	margin-top: 0;
    padding-top: 0;
}

/* */

.product_name_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -190px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
}

.product_name_swipe.show {
	animation			: product_name_swipe_show 0.6s;
	-moz-animation		: product_name_swipe_show 0.6s;
	-webkit-animation	: product_name_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.product_name_swipe.hide {
	animation			: product_name_swipe_hide 0.6s;
	-moz-animation		: product_name_swipe_hide 0.6s;
	-webkit-animation	: product_name_swipe_hide 0.6s;

	/*bottom : -190px;*/

	transform: translateY(190px);
}

@keyframes product_name_swipe_show {
	from {
		/*bottom : -190px;*/
		transform: translateY(190px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes product_name_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -190px;*/
		transform: translateY(190px);
	}
}

.product_name_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-color: #4C4C4C;
	border-radius: 5px;
}

/* */

.popup.allergens__popup {
	border-radius: 0;
}

.allergens__popup .more__btn svg {
	transform: rotate(45deg);
}

.allergens__popup .more {
	display: none;
}

.allergens__popup.act .more {
	display: flex;
}

/* */

.product__detail .allergens .allergens__list .allergen__item {
	width: 20px;
}

.product__detail .allergens {
	margin-left: 20px;
	width: 94%;
}

.product__detail .allergens span {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	text-align: center;

	color: #E0AA3E;
}

/* */

.productDetailList .item.full-compounds {
	padding-top: 0;
	justify-content: flex-start;
}

.productDetailList .item.full-compounds .icon.compounds-open {
	display: none;
}

.productDetailList .item.full-compounds > span.compounds-label {
	margin-top: 10px!important;

	font-family: Vollkorn;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	text-align: center;
}

.productDetailList .item .alert {
	display: none;
}

.productDetailList .item.full-compounds .alert {
	background: #FF0000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;

	width: 82.53%;

	margin-top: 8px;
	margin-bottom: 15px;

	display: flex;
}

.productDetailList .item.full-compounds .alert span {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: flex-end;
	text-align: center;

	color: #FFFFFF;
}

.productDetailList .item .compounds-list {
	display: none;

	width: 95%;
	min-height: 138px;

	flex-direction: column;
}

.productDetailList .item.full-compounds .compounds-list {
	display: flex;
}

.compounds-list-item {
	display: flex;
	width: 100%;
}

.compounds-list-item .remove {
	width: 15px;
	height: 20px;
	background: transparent;
	padding: 0;
	display: flex;

	margin-right: 13px;
	margin-top: 20px;

	align-items: center;
}

.compounds-list-item .name{
	display: flex;

	align-items: flex-start;
	justify-content: flex-start;

	min-height: 20px;
	padding-top: 3px;
	margin-top: 20px;

	width: 51%;
}

.compounds-list-item .name span {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;

	color: #FFFFFF;
}

.compounds-list-item .slider {
	width: 142px;
	height: 42px;

	justify-content: center;
	align-items: flex-start;

    display: flex;
    flex-direction: column;
}

.compounds-list-item .slider .label {
	display: flex;

	align-items: flex-end;
	justify-content: center;

	width: 100%;
	height: 20px;
}

.compounds-list-item .slider .label span {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;

	color: #FFFFFF;
}

.compounds-list-item .slider .slider-el {
	display: flex;

	width: 100%;
	height: 20px;
}

.compounds-list-item .slider .slider-el > div{
	position: relative;
    margin-top: 8px;
}

.productDetailList .item.item-button {
	display: none;

	width: 100%;
	justify-content: center;
}

.productDetailList .item.full-compounds .item-button {
	display: flex;
}

.productDetailList .item.full-compounds .item-button button {
	position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
}

/* */

.product_compound_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -190px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
}

.product_compound_swipe.show {
	animation			: product_compound_swipe_show 0.6s;
	-moz-animation		: product_compound_swipe_show 0.6s;
	-webkit-animation	: product_compound_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.product_compound_swipe.hide {
	animation			: product_compound_swipe_hide 0.6s;
	-moz-animation		: product_compound_swipe_hide 0.6s;
	-webkit-animation	: product_compound_swipe_hide 0.6s;

	/*bottom : -190px;*/

	transform: translateY(190px);
}

@keyframes product_compound_swipe_show {
	from {
		/*bottom : -190px;*/
		transform: translateY(190px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes product_compound_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -190px;*/
		transform: translateY(190px);
	}
}

.product_compound_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-color: #4C4C4C;
	border-radius: 5px;
}

/* */
.product__detail .add__option .option__head .title {
	font-family: Vollkorn;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #E0AA3E;
    text-align: center;
    width: 100%;
}

.product__detail .add__option .option__head {
	margin-bottom: 14px;
}

.product__detail .add__option .add__list .item {
	padding-right: 4px;
}

.product__detail .add__option .add__list .item .slider div div {
	top: -8px;
	position: absolute;
}

header.preview.product .preview__nav .info__box input {
	text-align: center;

	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 31px;
}

.menu .menuDetail__list .menuDetail__item .item__content div .weight {
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: flex-end;
}

.menu .menuDetail__list .menuDetail__item .item__content div .price {
	background: #1F1F1F;
	margin-bottom: 5px;
	border: 0.3px solid #E0AA3E;
}

.menu .menuDetail__list .menuDetail__item .item__content div .price svg {
	margin-right: 3px;
}

.menu .menuDetail__list .menuDetail__item .item__content div .price span {
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: flex-end;
}

.menu .menuDetail__list .menuDetail__item .item__img {
	height: 77px;
    width: 113px;
    overflow: hidden;
}

.menu .menuDetail__list .menuDetail__item .item__img img {
	width: 113px;
	max-width: 140px;
	object-fit: cover;
	height: 75px;
	border: 2px solid #646265;
	box-sizing: content-box;
}

.menu .menuDetail__list .menuDetail__item .item__content .menuDetail__title {
	margin-top: 5px;
	font-family: Pattaya;
}

/* */
.product__portions {
	width: 97%;
	height: 25px;

	position: absolute;

	top: -31px;

	display: flex;

	justify-content: center;
}

.product__portions_btns {
	width: 299px;
	height: 100%;

	display: flex;
	justify-content: space-between;

	flex-direction: row;
}

.product__portions .product__portion_left {
	background: #FFFFFF;
	border: 1px solid #E0AA3E;
	box-sizing: border-box;
	border-radius: 7px;

	height: 100%;
}

.product__portions .product__portion_left span {
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;

	display: flex;
	align-items: flex-end;
	text-align: center;

	color: #000000;

	padding-left: 7px;
	padding-right: 7px;
}

.product__portions .product__portion_right {
	background: #FFFFFF;
	border: 1px solid #E0AA3E;
	box-sizing: border-box;
	border-radius: 7px;

	height: 100%;
}

.product__portions .product__portion_right span {
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;

	display: flex;
	align-items: flex-end;
	text-align: center;

	color: #000000;

	padding-left: 7px;
	padding-right: 7px;
}

/* */
.product_portions_swipe {
	background-color: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid rgb(100, 98, 101);
	/*bottom : -355px;*/
	bottom : 0;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 1px;
	height: 355px;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	z-index: 21;
}

.product_portions_swipe.show {
	animation			: product_portions_swipe_show 0.6s;
	-moz-animation		: product_portions_swipe_show 0.6s;
	-webkit-animation	: product_portions_swipe_show 0.6s;

	/*bottom : 0;*/

	transform: translate(0);
}

.product_portions_swipe.hide {
	animation			: product_portions_swipe_hide 0.6s;
	-moz-animation		: product_portions_swipe_hide 0.6s;
	-webkit-animation	: product_portions_swipe_hide 0.6s;

	/*bottom : -355px;*/

	transform: translateY(355px);
}

@keyframes product_portions_swipe_show {
	from {
		/*bottom : -355px;*/
		transform: translateY(355px);
	}

	to{
		/*bottom : 0;*/
		transform: translateY(0);
	}
}

@keyframes product_portions_swipe_hide {
	from {
		/*bottom : 0;*/
		transform: translateY(0);
	}

	to{
		/*bottom : -355px;*/
		transform: translateY(355px);
	}
}

.product_portions_swipe .menu__popup__form {
	height: 330px;
}

.product_portions_swipe .fieldset-bottom {
	position: absolute;
    bottom: 0;
}

.product_portions_swipe .control {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-color: #4C4C4C;
	border-radius: 5px;
}

/* portion_rows */
.portion_rows {
	display: flex;
	flex-direction: column;

	width: 100%;

	margin-top: 7px;
}

.portion_rows .portion_row {
	display: flex;
	flex-direction: column;

	width: 100%;

	padding-left: 20px;
	padding-right: 20px;

	margin-bottom: 14px;
}

.portion_rows .row_header {
	display: flex;

    width: 100%;
	height: 19px;

	padding-left: 12px;
}

.portion_rows .row_header span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;

	text-align: center;

	color: #333436;
}

.portion_rows .row_cells {
	display: flex;

	flex-direction: row;

	width: 100%;
	height: 47px;

	margin-top: 5px;

	justify-content: space-between;
}

.portion_rows .row_cell_left {
	display: flex;
	flex-direction: column;

	width: 156px;
	height: 47px;
}

.portion_rows .row_cell_right {
	display: flex;
	flex-direction: column;

	width: 156px;
	height: 47px;
}

.portion_rows .row_cell_field {
	display: flex;
	flex-direction: row;

	width: 156px;
	height: 49px;

	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	border-radius: 15px;
}

.portion_rows .row_cell_field input {
	width: 84px;
	height: 47px;

	padding-left: 10px;

	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;

	color: #333333;

	border-radius: 15px;
}

.portion_rows .row_cell_field input::placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;

	color: #ADABAB;
}

.portion_rows .row_cell_field select {
	width: 72px;
	height: 47px;

	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	border-radius: 15px;

	padding-left: 15px;

	color: #E0AA3E;

	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;

	border-right: none;
	border-top: none;
	border-bottom: none;
}

.portion_rows .row_cell_field select option {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;

	color: #E0AA3E;

	padding-left: 15px;
}

/* */
.root-mobile {

}

@media (max-width: 900px) {
	.root-height.root-mobile {
		height: 93%!important;
	}
}

@media (max-width: 374px) {
	.root-height.root-mobile {
		height: 87%!important;
	}
}

.menu__popup__form.full .download__box img {
    object-fit: cover;
}

._6733._20ef {
	filter: unset!important;
	background: rgba(250,250,250,0.8)!important;
}

/* */

.productAdd .productDetailList .item .name-product {

}

.productAdd .productDetailList .item .name-product span {
	font-family: Pattaya;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #FFFFFF;
}

.productAdd .productDetailList .item .description {

}

.productAdd .productDetailList .item .description span {
	font-family: Vollkorn;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;

	display: flex;
	align-items: flex-end;
	text-align: center;

	color: #FFFFFF;
}

.productAdd .productDetailList {
	padding-bottom: 50px;
}

/* */

.product__portions_big {
	display: flex;
	flex-direction: row;
	overflow-x: scroll;
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.product__portions_big .info__box {
	white-space: nowrap;

	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;

	color: #101820;

	font-size: 16px!important;

	line-height: 22px!important;

	padding: 9px 9px!important;

	height: 46px;

	display: flex;
	justify-content: center;
	align-items: center;

	background-image: url(../img/vippngW.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product__portions_big .info__box input {
	text-align: center;
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;

	font-size: 16px!important;
	line-height: 22px!important;

	background: transparent;

	min-width: 20px;
	width: 67px;
}

.product__portions_big .info__box span {
	font-family: Pattaya;
	font-style: normal;
	font-weight: normal;

	font-size: 16px!important;

	line-height: 22px!important;
}

.product__portions_big .info__box.active {
	font-size: 20px!important;

	line-height: 28px!important;

	padding: 9px 9px!important;

	margin-left: 8px!important;
	margin-right: 8px!important;
}

.product__portions_big .info__box.active input {
	font-size: 20px!important;

	line-height: 28px!important;
}

.productAdd .productDetailList .product__portions_big {
	display: flex;
	margin-bottom: 36px;
	width: 100vw;
    max-width: 100vw;
    justify-content: center;
}

/* */
.product__detail .description__label {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.product__detail .description__label .placeholder {
    position: relative;
    top: unset;
    display: flex;
    padding-left: unset;
}

.product__detail .allergens {
	margin-left: unset;
	flex-direction: column;
	width: 100%;
}

.product__detail .allergens .allergens__list {
    padding-left: 14px;
    padding-right: 14px;
}

header.preview .preview__nav .place__info .rating {
	margin-bottom: 21px;
}

header.preview .banner label {
	width: 50px;
    height: 50px;
    bottom: 6px;
}

header.preview .banner label span {
	width: 50px;
    height: 50px;
}

.product__detail .add__option .add__list .item .name {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.product__detail .add__option .add__list .item .slider .value {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.product__detail .add__option .add__list .item .slider div {
	background-color: rgba(245, 156, 30, 0.63) !important;
}

.product__detail .add__option .add__list .item .slider div div {
	background-color: #E0AA3E !important;
}

.product__detail .more {
	margin-bottom: 34px;
}

/* */
.loading-el.category_menu_swipe,
.loading-el.add_category_swipe,
.loading-el.add_subcategory_swipe,
.loading-el.product_menu_swipe,
.loading-el.product_name_swipe,
.loading-el.product_compound_swipe,
.loading-el.product_portions_swipe {
	z-index: -1!important;
	opacity: 0!important;
}

.btn__list .popup__btn.remove-btn {
	color: #FB2A2D;
}

.btn__list .popup__btn.remove-btn .icon {
	border: 1px solid #FB2A2D!important;
}

/* */
.remove-modal {
	position: absolute;

	display: none;

	bottom: 30px;
	left: 50%;

    transform: translateX(-50%);

	width: 93.33%;
	height: 125px;

	background: #FFFFFF;
	border-radius: 20px;

	align-items: center;

	z-index: 22;

	flex-direction: column;
}

.remove-modal.active-modal {
	display: flex;
}

.remove-modal .remove-modal-text {
	display: flex;

	width: 84.29%;
	min-height: 38px;

	margin-top: 22px;
}

.remove-modal .remove-modal-text span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;

	color: #000000;
}

.remove-modal .remove-modal-btns {
	display: flex;

	width: 84.29%;
	height: 25px;

	margin-top: 23px;

	flex-direction: row;
}

.remove-modal .remove-modal-btns .cancel-remove-btn {
	width: 50%;
	height: 25px;

	border-right: 1px solid #797979;

	background: transparent;
}

.remove-modal .remove-modal-btns .cancel-remove-btn span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

	text-align: center;

	color: #007DFE;
}

.remove-modal .remove-modal-btns .confirm-remove-btn {
	width: 50%;
	height: 25px;

	background: transparent;
}

.remove-modal .remove-modal-btns .confirm-remove-btn span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

	text-align: center;

	color: #FB2A2D;
}

.more {
	margin-bottom: 35px;
}

.body-height {
	width: 100%;
}

.productDetailList .item {
	/*border: 0.3px solid #D7D7D7;*/
	border: 0.3px solid #E0AA3E;
}

.productAdd .menu__popup__form.full .download__box .drop__box {
	border: 2px solid #D7D7D7;
	box-sizing: border-box;
}

/* */
.root-mobile .reserv-footer__wrapp {
}

.standalone.open-keyboard .reserv-footer__wrapp,
.root-mobile.open-keyboard .reserv-footer__wrapp {
	height: 100vh!important;
    min-height: 100vh!important;
}

.standalone.open-keyboard .reserv-footer-btns.absolute,
.root-mobile.open-keyboard .reserv-footer-btns.absolute  {
	position: absolute;
	bottom: 0;
	z-index:30;
}

.root-height.root-mobile.open-keyboard {
	height: 87%!important;
}

.open-keyboard .reserv-footer-btns {
	position: absolute;
	bottom: 0;
	z-index:30;
}

.footer-wrap {
	display: flex;
	flex-direction: column;
	position: relative;
}

#root.large > .css-1dbjc4n > .css-1dbjc4n {
	position: fixed!important;
}

.menuDetail__header nav ul {
	justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

/* crop modal */
.crop-modal {
	position: absolute;

	display: none;

	bottom: 30px;
	left: 50%;

	transform: translateX(-50%);

	width: 93.33%;
	height: 80%;

	background: #FFFFFF;
	border-radius: 20px;

	align-items: center;

	z-index: 22;

	flex-direction: column;
}

.crop-modal.active-modal {
	display: flex;
}

.crop-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 80px;
}

.crop-modal .controls {
	position: absolute;
	bottom: 33px;
	left: 50%;
	width: 50%;
	transform: translateX(-50%);
	height: 40px;
	display: flex;
	align-items: center;
}

.crop-modal .crop-modal-btns {
	display: flex;
    width: 84.29%;
    height: 25px;
    margin-top: 0;
    flex-direction: row;
    position: absolute;
    bottom: 6px;
}

.crop-modal .crop-modal-btns .cancel-crop-btn {
	width: 50%;
	height: 25px;

	border-right: 1px solid #797979;

	background: transparent;
}

.crop-modal .crop-modal-btns .confirm-crop-btn {
	width: 50%;
	height: 25px;

	background: transparent;
}

.crop-modal .crop-modal-btns .cancel-crop-btn span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

	text-align: center;

	color: #007DFE;
}

.crop-modal .crop-modal-btns .confirm-crop-btn span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

	text-align: center;

	color: #007DFE;
}

.crop-modal .slider {
	padding: 22px 0px;
}

.crop-modal .zoom-range {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 2px;
	border: unset;
	background: #3f51b5;
	width: 100%;
}

.crop-modal .zoom-range::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #3f51b5;
	background: #3f51b5;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.crop-modal .zoom-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #3f51b5;
	background: #3f51b5;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.crop-modal .controls:hover input[type='range']::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px 8px rgba(63, 81, 181, 0.16);
	border-radius: 50%;
}

.crop-modal .controls:hover input[type='range']::-moz-range-thumb {
	box-shadow: 0px 0px 0px 8px rgba(63, 81, 181, 0.16);
}

/* */
.reserve__search_panel.act {
    display: flex;
    flex-direction: column;
}

.reserve__search_panel .search {
    height: 84%;
}

.search_footer_btns.popup__btn__group {
	z-index: 32;
	padding: 8px 10px;
	height: 75px;
    padding-bottom: 20px;
}

.standalone.large {
    height: 100%!important;
}

.standalone.large .reserve__search_panel .search {
    height: 83%;
}

.standalone.large .css-1dbjc4n.r-13qz1uu {
	width: 100%;
    height: 100%;
    min-height: 100%;
}

.standalone.large .reserv-footer__wrapp.act {
	display: none;
}

.standalone.large .reserve__search_panel {
    height: calc(100vh + 30px)!important;
    max-height: calc(100vh + 30px)!important;
}

.root-mobile.standalone.large .reserve__search_panel .stat__btn {
}

.root-mobile.standalone.large .PanelSwipeArrow + .css-1dbjc4n.r-6koalj.r-eqz5dr,
.root-mobile.standalone.large .PanelSwipeArrow + .css-1dbjc4n.r-eqz5dr{
	height: 97%!important;
    min-height: 97%!important;
}


.swipe-wrapper {
    bottom: 5px !important;
    border-radius: 0;
}
#root > .reserv-footer {
    display: none;
}
