.constructor-container {
    margin-top: 10px
}

.constructor-container .title {
    font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	color: black;
	font-family: "Inter-Bold";
	font-weight: 700;
	margin-left: 3%;
	margin-bottom: 20px;
}

.wok_top_subcont .title {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	color: black;
	font-family: "Inter-Bold";
	font-weight: 700;
	margin-left: 9%;
	margin-bottom: 20px;
}

.constructor-container .title span {
    font-size: 16px;
    line-height: 1.2;
    color: #808080
}

.constructor-container .title a.get-preset {
    text-decoration: none;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #292f32;
    border-bottom: 1px dashed #292f32
}

.constructor-container .title a.get-preset:hover {
    border: none;
    color: #f8515c
}

.constructor-container .base-list {
    margin-top: 10px;
    margin-bottom: 30px
}

.constructor-container .constructor-item {
    cursor: pointer;
    margin-top: 10px
}

.constructor-container .constructor-item .image img {
    width: 70px;
    border-radius: 50%
}

.constructor-container .constructor-item.active .image, .constructor-container .constructor-item.active:hover .image {
    background-color: var(--secondary-color);
}

.constructor-container .constructor-item.active .image img, .constructor-container .constructor-item.active:hover .image img {
    opacity: 0
}

.constructor-container .constructor-item.active .image svg, .constructor-container .constructor-item.active:hover .image svg {
    opacity: 1
}

.constructor-container .constructor-item.active .image svg path, .constructor-container .constructor-item.active:hover .image svg path {
    fill: white
}

.constructor-container .constructor-item:hover .image {
    background-color: #f1f1f1
}

.constructor-container .constructor-item:hover .image img {
    opacity: 0
}

.constructor-container .constructor-item:hover .image svg {
    opacity: 1
}

.constructor-container .constructor-item .image {
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.constructor-container .constructor-item .image svg {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 17px;
    height: 13px;
    zoom: 2;
    -moz-transform: scale(2);
    -moz-transform-origin: 8px 6px
}

.constructor-container .constructor-item .image svg path {
    fill: #bbbbbb
}

.constructor-container .constructor-item .image img {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.constructor-container .constructor-item .col-xs-10 {
    padding-top: 10px
}

.constructor-container .constructor-item .name {
    font-family: "Inter-Bold";
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1;
	color: black;
	margin-top: 10px;
}

.constructor-container .constructor-item .category {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #747474
}

.constructor-container .add-ingredient-cont {
    padding-top: 20px;
	margin-bottom: 20px;
}

.constructor-container .add-ingredient-cont a.add-ingredient {
    position: relative;
    font-size: 14px;
	font-weight: 700;
    font-stretch: condensed;
    line-height: 1.4;
    color: black !important;
	text-decoration: underline;
	text-underline-offset: 4px;
	display: flex;
	align-items: center;
}

.constructor-container .add-ingredient-cont a.add-ingredient:hover {
    border: none;
    color: #f8515c !important
}

.constructor-container .constructor-summary {
    margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.constructor-container .constructor-summary span {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: black;
	font-family: "Inter-Bold";
}

.constructor-container .constructor-summary .weight {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: black;
	font-family: "Inter-Bold";
}

.constructor-container .constructor-summary .sum-value {
    display: inline-block;
    font-size: 24px;
    font-stretch: condensed;
    line-height: 0.8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 15px
}

.constructor-container .constructor-summary .sum-value .currency, .constructor-container .constructor-summary .sum-value span {
    font-size: 20px;
	padding-left: 3px;
	color: var(--main-color);
	font-weight: 700;
}

.constructor-container button.add-to-cart-constructor {
    margin-top: 20px;
	height: 42px;
	width: 45%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 25px;
	background-color: var(--main-color);
	border: solid 1px var(--main-color);
	font-family: "Inter-Bold";
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	color: var(--white-text-color); 
}

.constructor-container button.add-to-cart-constructor:hover {
    color: white;
    background-color: #f8515c
}

.constructor-container button.add-to-cart-constructor[disabled="disabled"] {
    background-color: var(--gray-back-color);
	border: solid 1px var(--gray-back-color);
	color: var(--purple-blue-color)
}

.constructor-container button.clear-constructor {
    background: var(--secondary-color);
	border: none;
	border-radius: 25px;
	outline: none;
	font-family: "Inter-Bold";
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	color: var(--white-text-color);
	padding-left: 10px;
	text-align: center;
	margin-top: 15px;
	width: 45%;
	margin-left: 20px;
}

.constructor-container .ingredients-list {
    counter-reset: ingredients-counter
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item {
    position: relative;
    content: counter(ingredients-counter);
    counter-increment: ingredients-counter;
    padding: 15px 0;
    border-bottom: 1px solid var(--gray-back-color);
    margin-left: 0;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item:before {
    content: counter(ingredients-counter, decimal) ". ";
	position: absolute;
	left: 0;
	font-family: "Inter-Bold";
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	color: black;
	text-align: left;
	top: 27px;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item:last-child {
	border-bottom: 1px solid black;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .name-cont {
    padding-left: 25px
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons {
    padding: 0;
    margin-top: 2px;
	display: flex;
	align-items: center;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn {
    width: 35px;
    height: 35px;
    display: inline-block;
	border: none;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn.minus{
	background: center center no-repeat transparent;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 0 24 24" width="100%" fill="%23d05a57"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"/></svg>');	
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn.plus {
    background: center center no-repeat transparent;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 0 24 24" width="100%" fill="%23d05a57"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/></svg>');
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .amount {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.3;
    color: black;
    margin: 0 10px;
	font-family: "Inter-Bold";
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .weight {
    font-family: "Inter-Bold";
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	color: var(--gray-text-color);
	padding-top: 10px;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .weight span {
	font-family: "Inter-Bold";
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .name {
    font-family: "Inter-Bold";
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.2;
	color: black;
	margin-top: 13px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .category {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    color: #747474
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum {
    display: inline-block;
    margin-top: 13px;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 0.5;
    color: black;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum span {
	font-family: "Inter-Bold"
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum .currency {
    padding-left: 3px;
    font-size: 20px;
	font-weight: bold;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item {
    margin-top: 5px
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg {
    width: 16px;
    height: 16px
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg path {
    fill: #b3bcbe
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item a:hover svg path {
    fill: #ff0000
}

.constructor-container .ingrs-cont {
    position: relative;
    padding-top: 15px
}

.constructor-panel {
	-webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	-ms-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	transition: right 0.5s ease;
	position: fixed;
	bottom: 0;
	right: -400px;
	height: 70%;
	width: 300px;
	background: white;
	z-index: 12;
	border-left: 2px solid var(--gray-back-color);
	border-top: 2px solid var(--gray-back-color);
	border-top-left-radius: 25px;
	box-shadow: -2px -2px 4px -2px var(--gray-text-color);
}

.constructor-panel .close-constructor-btn {
    position: absolute;
    left: -40px;
    top: 20px;
    z-index: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 0
}

.constructor-panel .close-constructor-btn svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px
}

.constructor-panel.open {
    right: 0
}

.constructor-panel.open .close-constructor-btn {
    opacity: 1
}

.constructor-panel .section {
    display: none
}

.constructor-panel .new-ingredient .ingredient-categories {
    height: 123px;
    background-color: #f8fafa;
    position: relative;
    padding: 20px
}

.constructor-panel .new-ingredient .ingredient-categories .sod_select {
    background-color: #f7f9f9;
    border: 1px solid #bac2c3;
    height: 49px;
    line-height: 1.9;
    padding: 10px 10px 10px 20px;
    font-size: 14px
}

.constructor-panel .new-ingredient .ingredient-categories .sod_select:before {
    right: 33px;
    zoom: .50
}

.constructor-panel .new-ingredient .ingredient-categories .sod_select .sod_list_wrapper {
    top: 45px;
    border-color: #bac2c3
}

.constructor-panel .new-ingredient .ingredient-categories .sod_select .sod_option {
    padding: 10px 15px
}

.constructor-panel .new-ingredient .ingredient-categories .title {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #292f32;
    padding-top: 0px;
    padding-bottom: 15px
}

.constructor-panel .new-ingredient .ingredient-categories .cs-select {
    margin-top: 15px;
    background: #f8fafa;
    width: 256px;
    height: 49px;
    padding-top: 7px
}

.constructor-panel .new-ingredient .ingredient-categories .cs-select:hover {
    background: white
}

.constructor-panel .new-ingredient .select-ingredients-cont {
    padding: 21px 21px 21px 30px
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list {
    counter-reset: s-ingredients-counter;
    height: calc(100vh - 160px);
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2.1;
    color: #292f32
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item {
    position: relative;
    content: counter(s-ingredients-counter);
    counter-increment: s-ingredients-counter;
    cursor: pointer
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item.active {
    text-decoration: line-through;
    color: #b4bdbf
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item.active .delete {
    display: block
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name {
    position: relative;
    padding-left: 20px
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name:before {
    content: counter(s-ingredients-counter, decimal) ". ";
    position: absolute;
    left: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #808080;
    text-align: left;
    top: 5px
}

.constructor-panel .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .delete {
    display: none;
    position: absolute;
    right: 5px;
    top: -5px;
    padding: 5px
}

.constructor-panel .presets {
    padding: 0px 25px;
    padding-right: 20px
}

.constructor-panel .presets .select-preset-list {
    height: calc(95vh)
}

.constructor-panel .presets .title {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #292f32;
    padding-bottom: 10px
}

.constructor-panel .presets .preset-item {
    margin: 0;
    margin-top: 10px;
    cursor: pointer
}

.constructor-panel .presets .preset-item.active .image, .constructor-panel .presets .preset-item.active:hover .image {
    background-color: #b6be39
}

.constructor-panel .presets .preset-item.active .image img, .constructor-panel .presets .preset-item.active:hover .image img {
    opacity: 0
}

.constructor-panel .presets .preset-item.active .image svg, .constructor-panel .presets .preset-item.active:hover .image svg {
    opacity: 1
}

.constructor-panel .presets .preset-item.active .image svg path, .constructor-panel .presets .preset-item.active:hover .image svg path {
    fill: white
}

.constructor-panel .presets .preset-item:hover .image {
    background-color: #f1f1f1
}

.constructor-panel .presets .preset-item:hover .image img {
    opacity: 0
}

.constructor-panel .presets .preset-item:hover .image svg {
    opacity: 1
}

.constructor-panel .presets .preset-item svg {
    opacity: 0;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 3px;
    left: 0;
    margin: auto;
    width: 17px;
    height: 13px;
    zoom: 4;
    -moz-transform: scale(4);
    -moz-transform-origin: 10px 7px
}

.constructor-panel .presets .preset-item svg path {
    fill: #bbbbbb
}

.constructor-panel .presets .preset-item img {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.constructor-panel .presets .preset-item .image {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.constructor-panel .presets .preset-item .image img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
    width: 100px
}

.constructor-panel .presets .preset-item .name {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.9;
    color: #292f32
}

.constructor-panel .presets .preset-item .description {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #292f32
}

.constructor-panel .presets .preset-item .price {
    display: inline-block;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #292f32;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.constructor-panel .presets .preset-item .price .currency {
    font-size: 20px;
    padding-left: 3px
}

.constructor-panel .presets .preset-item .weight {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2;
    color: #747474
}
.wokbtns {
	width: 50%;
}

/*****************************************        КОНСТРУКТОР СЕТОВ         **********************************/

.setconstructor_topcont {
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 25px;
}

.setconstructor_topcont_left {
	display: block;
}

.setconstructor_topcont_left_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	margin-bottom: 5px;
}

.setconstructor_discounts {
	color: var(--main-color);
	margin-left: 10px;
}

.setconstructor_topcont_left_subtitle {
	font-family: font-family: "Oswald Light", cursive, sans-serif; 
	font-size: 12px;
	margin-bottom: 5px;
}

.setconstructor_topcont_left_discounts {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.setdiscount {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: font-family: "Oswald Light", cursive, sans-serif;
	font-size: 13px;
}

.setdiscount_count {
	font-size: 16px;
	margin-bottom: 5px;
}

.setdiscount_percent {
	height: 35px;
	width: 35px;
	border: 1px solid var(--gray-text-color);
	border-radius: 50%;
	text-align: center;
	line-height: 2.3;
	color: white;
	background-color: var(--gray-text-color);
}

.setdiscount:nth-child(1) .setdiscount_percent.active {
	background-color: #FF0D0D;
	border-color: #FF0D0D;
}

.setdiscount:nth-child(2) .setdiscount_percent.active {
	background-color: #FF4E11;
	border-color: #FF4E11;
}

.setdiscount:nth-child(3) .setdiscount_percent.active {
	background-color: #FF8E15;
	border-color: #FF8E15;
}

.setdiscount:nth-child(4) .setdiscount_percent.active {
	background-color: #FAB733;
	border-color: #FAB733;
}

.setdiscount:nth-child(5) .setdiscount_percent.active {
	background-color: #ACB334;
	border-color: #ACB334;
}

.setdiscount:nth-child(6) .setdiscount_percent.active {
	background-color: #69B34C;
	border-color: ##69B34C;
}

.setdiscount:nth-child(n+7) .setdiscount_percent.active {
	background-color: #41C03F;
	border-color: #41C03F;
}

.setconstructor_topcont_right {
	display: block;
	min-width: 400px;
}

.setconstructor_currentsetdetails .basket-item {
	/*min-width: 400px;*/
	flex-wrap: nowrap;
}

.setconstructor_currentsetdetails .buttons {
	flex: 3;
}

.setconstructor_currentsetdetails .buttons {
	margin-top: 5px;
}

.order-content .product-image-cont {
	width: 200px;
}

.setconstructor_currentsetdetails .newprice-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	margin-left: 10px;
	/*flex: 3;*/
	width: 50px;
}

.setconstructor_currentsetdetails .oldprice-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	margin-left: 10px;
	/*flex: 3;*/
	width: 50px;
	margin-right: 15px;
}

.setconstructor_currentsetdetails .name-cont {
	margin-left: 15px;
	padding-top: 5px;
	flex: 6;
	flex-flow: row;
	align-self: center;
}

.setconstructor_currentsetdetails .oldprice {
	text-decoration: line-through;
	color: var(--gray-text-color);
	margin-left: 10px;
}

.setconstructor_prices {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

.setconstructor_old_price {
	text-decoration: line-through;
	color: var(--gray-text-color);
}

.setconstructor_new_price {
	margin-left: 10px;
	font-size: 22px;
}

.setconstructor_currentset {
	text-align: center;
	text-decoration: underline;
	font-size: 13px;
	font-family: font-family: "Oswald Light", cursive, sans-serif;
	width: 120px;
	margin: 10px auto;
}

.setconstructor_addtobasket {
	position: relative;
	display: block; 
	height: 36px; 
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	-ms-border-radius: 25px; 
	border-radius: 25px; 
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-ms-transition: all .2s ease; 
	-o-transition: all .2s ease; 
	transition: all .2s ease; 
	border: solid 2px var(--secondary-color); 
	/*border-radius: 10px;*/
	font-size: 14px;
	font-weight: 300; 
	font-stretch: condensed; 
	line-height: 2.1; 
	text-decoration: none; 
	color: black; 
	text-align: center; 
	cursor: pointer;
	width: 300px;
	margin: auto;
}

.setconstructor_currentsetdetails {
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px; 
	scrollbar-width: thin;
}

.setconstructor_currentsetdetails::-webkit-scrollbar {
    width: 5px;
	height: 8px;
	background-color: aaa;
}

#date::-webkit-scrollbar-thumb {
  background: #aaa;
}

.setconstructor_currentset .webui-popover {
	margin-left: -350px;
	margin-top: -112px;
	z-index: 8 !important;
}

.setconstructor_currentset .webui-arrow {
	margin-left: 150px !important;
}

.preset-image-big img {
	width: 100%;
}

.wok_topcont {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.wok_base_cont {
	flex: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wok_souce_cont {
	flex: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wok_img_cont {
	flex: 3;
}

.wokbase_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.souce_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.wok_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
}

.souce_list .wok_item {
	width: 33%
}

.wok_check {
	opacity: 0 !important;
	position: absolute;
	left: 0;
}

.constructor-container .constructor-item.active .image .wok_check {
	opacity: 1 !important;
}

.wok_top_subcont {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wok_price_block {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-left: 20%;
}

.wok_price_block span {
	font-family: "Inter-Bold";
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
}

.add-ingridient-plus {
	background: center center no-repeat transparent;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 0 24 24" width="100%" fill="%2300a499"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/></svg>');
	height: 30px;
	width: 30px;
	margin-right: 10px;
}