.category_page .breadcrumb {
	border-top: none;
	margin-bottom: 0;
}

.category_page .category-items {
	margin-top: 0;
}

#common-home.category_page .cat-title {
	margin-bottom: 20px;
}

.category-items .pr-description a {
	color: #636662;
	transition: all .3s ease-in;
}

.category-items .pr-description a:hover {
	color: var(--temecolor);
}

.show-kit-inner .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img {
	margin-top: 7%;
}

.pp-kit .pp-data{
	padding: 0;
	overflow: hidden;
}
.pp-kit .ppk-placeholder > img{
	width: 100%;
	height: auto;
	transform: translate(-13px, -5px);
}
.pp-kit .pp-title-wrap {padding: 0}
.pp-kit .pp-right .pp-title {
	margin: auto;
	text-align: center;
	width: 100%;
}
.pp-kit .ppk-placeholder > img{
	width: 100%;
	height: auto;
}
.pp-kit .ppk-placeholder > div img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.pr-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 14px;
	position: relative;
	z-index: 5;
	height: 32px;
	overflow: hidden;
}
.pp-left .product-thumb{
	overflow: hidden;
	margin: 0;
	border: none;
}
.pp-ingredient-items button[data-removed="false"]:before, .pp-ingredient-items button[data-removed="true"]:before{
	content: '';
	width: 13px;
	height: 16px;
	background-image: url('../icons/close.svg');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	float: right;
	margin: 0 0 0 5px;
}
.pp-ingredient-items button[data-removed="true"]:before{
	background-image: url('../icons/repair.svg');
}
.pp-right .button-cart-wrap > div{
	display: flex;
	flex-direction: column;
}
.h-popular-item-description i{
	font-style: normal;
	color: #444;
}
.h-popular-item-description s{text-transform: lowercase;}
.get-referal-link{
	cursor:pointer;
}

.pp-data.insert-data{
	max-height: 550px !important;
	height: 550px;
	width: 100%;overflow-x: hidden;
}
.pp-data.insert-data .pp-option-item{
	height: 200px;
	overflow: hidden;
}
.combo-constructor {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.combo-constructor .button-group > * {
	font-size: 12px !important;
	color: #d15700 !important;
	font-weight: 600 !important;
	padding: 8px 0;
	vertical-align: middle;
}
.combo-constructor .button-group{
	margin: 5px 0px 0 auto;
}
.combo-constructor .button-group button{
	padding: 8px 14px !important;
	margin-right: 4px;
}
.combo-constructor .h-popular-item-link.active{
	outline: 1px solid #d35e0b;
}
.combo-constructor .h-popular-item-link.active:before{
	content: '';
	height: 0;
	display: block;
	border-left:30px solid #fff;
	border-top:25px solid #0000;
	border-bottom:25px solid #0000;
	margin: auto 16px auto -46px;
}
.combo-constructor .pp-data{
	height: 480px;
	overflow: auto;
}

.count_product_calc {
    display: -webkit-box;
    width: 25px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}

#product-popup .mobile_cart_btn_counter {
	margin-left: auto;
	margin-right: 0;
	height: 48px;
}

.pr_weight_wrapper {
    font-size: 14px;
}

.box_add_product_calc {
    background-color: rgb(255, 240, 230);
    color: var(--temecolor);
    font-weight: 400;
    border-radius: 30px;
    outline: none;
    border: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .15s;
    display: none;
    position: relative;
    padding-left: 35px;
}

.mobile_cart_btn_counter .box_add_product_calc {
    padding-top: 0;
    padding-bottom: 0;
}

.box_add_product_calc:hover,
.box_add_product_calc:active,
.box_add_product_calc:focus {
    background-color: rgb(255, 210, 179);
    color: var(--temecolor);
}

.mobile_cart_btn_counter:hover .box_add_product_calc {
    background-color: rgb(255, 210, 179);
    color: var(--temecolor);
}

.btn_delete_product_calc, .btn_minus_product_calc {
    position: absolute;
    opacity: 0;
    left: -50px;
}

.mobile_cart_btn_counter {
    display: none;
}

.added .box_add_product_calc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.added .btn_product.mobile_cart_btn_counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr-btn-show.btn.btn-primary.mobile_cart_btn_counter {
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0;
}

.added .btn_delete_product_calc {
    opacity: 1;
	left: 10px;
}

.added .mobile_cart_btn_counter {
    display: flex;
}

.mobile_cart_btn_common {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.added .btn_to_cart, .added .mobile_cart_btn_common {
    display: none;
}

.added.more_than_one .btn_minus_product_calc {
    opacity: 1;
	left: 10px;
}

.added.more_than_one .btn_delete_product_calc {
    opacity: 0;
	left: -50px;
}

.box_add_product_calc .btn_counter {
    background: transparent;
    border: none;
    color: var(--temecolor);
    fill: var(--temecolor);
}

.icon_add_product_calc, .btn_counter_icon {
    width: 24px;
    height: 24px;
}

.mobile_cart_btn_counter .icon_add_product_calc, .mobile_cart_btn_counter .btn_counter_icon {
    width: 20px;
    height: 20px;
}

.btn_add_product_calc, .btn_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px 0px 0px;
    height: 100%;
}

#total_product_sale.simplecheckout-cart-total .bold {
    font-weight: 600;
}


.cat_head {
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 20px;*/
}

.filter_wrapper {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
}

.cat_tags {
    display: flex;
    gap: 10px;
    align-items: center;
	overflow-x: auto;
}

.cat_tags + .cat_tags {
    margin-left: 50px;
}

.cat_tags label{
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 17px;
    transition: .25s;
    margin: 0;
    border: 1px solid transparent;
    /*overflow-x: auto;*/
}

.cat_tags label:hover {
    border-color: var(--temecolor);
}

.cat_tags label input[type="radio"]{
    display: none;
}

.cat_tags label:has(input:checked){
    background: var(--temecolor);
    color: #fff;
}

.btn_global_options_product {
	display: flex;
	padding: 7px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: #F3F3F3;
	border: 2px solid #F3F3F3;
	color: #181818;
	font-family: var(--font-family-main);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.42;
	transition: var(--transition-time-all);
    white-space: nowrap;
}

.btn_global_options_product.active {
	border: 2px solid var(--temecolor);
	color: var(--temecolor);
	background: #FFF;
}

.box_global_options_product {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px;
	margin-top: 8px;
}

.product_variation_wrapper {
    margin-bottom: 15px;
}

.donate_item .pc-item-description {
    font-weight: normal;
}


.ppk-placeholder-lr[data-side="right"] {
	width: 100%;
	border-left: none;
	left: 0;
}

.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img {
	width: 100%;
	margin-left: 27%;
	margin-top: 10%;
}

.ppk-placeholder-lr[data-side="left"] .ppk-placeholder-img {
	width: 100%;
	margin-left: -5%;
	margin-top: 10%;
}

.ppk-placeholder-lr[data-side="left"] {
	z-index: 100;
}

.pp-kit .ppk-placeholder > div img,
.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img {
	width: 80%;
	max-width: 80%;
}

.popupcart-info .ppk-placeholder-lr-cart[data-side="left"],
#simplecheckout_cart .ppk-placeholder-lr-cart[data-side="left"] {
	width: 100%;
	height: auto;
	z-index: 100;
}

.popupcart-info .ppk-placeholder-img img,
#simplecheckout_cart .ppk-placeholder-img img,
.show-kit-inner .ppk-placeholder-img img {
	width: 75%;
}

.popupcart-info .ppk-placeholder-lr-cart[data-side="left"] .ppk-placeholder-img,
#simplecheckout_cart .ppk-placeholder-lr-cart[data-side="left"] .ppk-placeholder-img {
	margin-left: -5%;
	margin-top: 15%;
}

.popupcart-info .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img,
#simplecheckout_cart .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img {
	width: 75%;
	max-width: 75%;
}

.popupcart-info .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img,
#simplecheckout_cart .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img {
	margin-top: 17%;
	margin-left: 35%;
}

.product-group{
	display: flex;
}
.product-group > a > img{
	width: 90px;
	margin-right: 10px;
}
.product-group > .product-item{
	flex:1;
	display: flex;
	flex-wrap: wrap;
}
.product-group .product-item .pc-item-info{
	width: auto;
	flex:0 1 80%;
	display: flex;
	justify-content: space-between;
	padding-top: 9px;
}
.product-group .product-item .group{
	margin-top: 5px;
}
.product-group .product-item .pc-item-img{
	width: 40px;
	margin-right: 5px;
}
.product-group .product-item .group{
	flex: 100%;
	display: flex;
}
.profit-container{
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
    text-align: left;
}
.product-profit{
	color: #fff;
	background: var(--temecolor);
	padding: 7px 10px;
	border-radius: 50px;
	display: inline-block;
	min-width: 50px;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 2;
	transform: translateY(40px);
}
.profit-container > .product-profit{
	transform: translateY(10px);
}
.pp-left .product-profit{
	font-size: 18px;
	padding: 15px 18px;
	transform: translateY(0px); 
}

.option-radio-selected{
	position: absolute;
	height: 100%;
	z-index: 0;
	padding: 2px;
	transition: all .2s linear;
	left:0;
}
.option-radio-selected:after{
	content: '';
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 35px 0px #0003;
	display: block;
	height: 100%;
}
.pp-image > svg{
	position: absolute;
	width: 92%;
	left: 6px;
	top: -2px;
}
.flex-option-radio{
	display: flex;
	place-content: center space-around; align-items: center;
	background: #f3f3f3;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	user-select: none;
}
.flex-option-radio label{
	display: block;
	width: auto;
	cursor: pointer;
	margin: 0;
	padding: 8px 20px;
	position: relative;
	z-index: 1;
}

.pc-title {
    margin-left: -16px;
    margin-right: -16px;
    background: rgb(243, 243, 247);
    padding: 16px 16px;
    text-align: left !important;
    font-weight: 500 !important;
}
.pc-item {
    flex-flow: wrap;
    padding: 12px 0;
    margin-bottom: 8px;
    position: relative;
}
.pc-item:not(.pc-item-support-item):after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    height: 8px;
    left: -16px;
    right: -16px;
    background: rgb(243, 243, 247);
}
.pc-item:last-of-type {
    margin-bottom: 0;
}
.pc-item:not(.pc-item-support-item):last-of-type:after {
    display: none;
}
.pc1-price-quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(226, 226, 233);
    margin-top: 12px;
    padding-top: 12px;
}
.pc-quantity {
    margin-top: 0;
}
.pc-item-price {
    width: auto;
}

.pato {
    margin: 0px -16px 0;
    padding: 20px 16px 0;
    background: rgb(243, 243, 247);
}
.pato__title {
    font-size: 18px;
    font-weight: 500;
}
.pato__items {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-top: 15px;
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 20px;
    scrollbar-width: thin;
}
.pato__item {
    flex: 0 0 auto;
    text-align: center;
    width: calc(100%/4 - 12px);
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;

    background: rgb(255, 255, 255);
    box-shadow: rgba(6, 5, 50, 0.1) 0px 4px 4px;
    border-radius: 12px;
    padding: 10px;
    transition: .2s;
}

.pato__item:hover {
    box-shadow: rgba(6, 5, 50, 0.1) 0px 8px 8px;
}

.pato__item-img {
    width: 100%;
    margin: 0 auto;
}
.pato__item-info {
    line-height: 1.2;
    font-weight: 500;
	flex: 0 1 100%;
}
.pato__item-name {
    font-size: 13px;
    margin-top: 5px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: auto;
	color: #333;
}
.pato__item-price.price-old{
	margin: 0;
}

.pato__item-price.price-old{
	margin: 5px auto -2px;
}
.pato__item-img .product-profit{
	padding: 4px 7px;
	font-size: 8px;
	min-width: 70px;
	transform: translateY(2px);
	line-height: 12px;
	margin: 0px auto -20px;
	font-weight: 500;
}

.pc-total-title {
    position: relative;
}
.pc-attr-btn {
    right: -25px;
    top: 0;
}
.pc-attr-btn svg {
    width: 20px;
    height: 20px;
}

.pc-attr-section-wrap {
    top: unset;
    left: unset;
    bottom: 32px;
    right: 89px;
    transform: translateX(100%);
}
.svg-angle-bottom {
    transform: rotate(180deg);
    top: unset;
    bottom: -11px;
    right: unset;
    left: 80px;
}

.pc-shipping-text {
    font-size: 13px;
}
.pc-shipping-text p {
    margin-bottom: 5px;
    line-height: 1.4;
}
.pc-shipping-text ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.pc-btn-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 470px;
    background: #fff;
    padding: 16px 16px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    display: none;
}
.pc-btn-fixed__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc-btn-fixed__price {
    font-weight: 600;
}
.h-popular-item-name-price{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pc-items-support-item .pc-item:nth-last-child(2) {
    border-bottom: none;
}
.pc-item-support-item {
    border-top: 1px solid #225aa7 !important;
    border-bottom: 1px solid #fed404 !important;
    position: relative;
    margin-bottom: 35px;
    padding: 20px 10px;

    margin-top: calc(8px + 12px);
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.pc-item-support-item:before {
    content: "";
    position: absolute;
    height: 50%;
    left: 0;
    top: 0px;
    border-left: 1px solid #225aa7;
}
.pc-item-support-item:after {
    content: "";
    position: absolute;
    height: 50%;
    right: 0;
    top: 0px;
    border-left: 1px solid #225aa7;
}

.support-item-border-1 {
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0px;
    border-left: 1px solid #fed404;
}
.support-item-border-2 {
    position: absolute;
    height: 50%;
    right: 0;
    bottom: 0px;
    border-left: 1px solid #fed404;
}


.pc-item-description {
    font-size: 13px;
    color: #98989d;
    line-height: 1.2;
    margin-top: 5px;
}
.pc-item-support-item .pc-item-price {
    white-space: nowrap;
    font-size: 15px;
}


.force-select-half {
    position: absolute;
    width: 100%;
    bottom: 48px;
    left: 0px;
}
.tooltip-base__content {
    opacity: 0;
    transition: opacity 0.2s ease 0s, transform 0.18s ease 0s;
    transform: translateY(15px);
}
.tooltip-base_shown .tooltip-base__content {
    opacity: 1;
    transform: translateY(0px);
}
.tooltip-base {
    cursor: default;
}
.tooltip__pointer_bottom {
    bottom: -9px;
    transform: rotate(180deg);
}
.tooltip__pointer {
    position: absolute;
    left: 50%;
    left: calc(100% - 70px);
    margin-left: -11px;
    width: 22px;
    height: auto;
    fill: rgb(55, 53, 53);
}
.tooltip__content {
    position: relative;
    min-height: 45px;
    padding: 14px;
    background-color: rgb(55, 53, 53);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
}
.tooltip__content_bottom {
    margin-bottom: 9px;
}
.pc-item {
    border-color: #bbb;
    padding-left: 10px;
    padding-right: 10px;
}
.pc-login-wrap {
    margin-top: 20px;
}
.pc-login {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pc-item-name-options {
    margin-top: 5px;
}
.pc-item-name-option {
    font-size: 11px;
    color: #98989d;
    line-height: 14px;
}
.pc-item-name-option-title {
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}
.pc-item-name-option + .pc-item-name-option-title {
    margin-top: 7px;
}

.pc-item {
    display: flex;
    border-bottom: 1px solid #4A4A4A;
    padding: 35px 0;
    align-items: flex-start;
}
.pc-item:last-of-type {
    border: none;
}
.pc-item-img {
    width: 90px;
    margin-right: 10px;
}
.pc-item-info {
    width: 250px;
    position: relative;
}
.pc-item-name a,.product-group a.pc-item-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}
.row_sticks .stick_row, .row_sticks .info_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row_sticks .info_row {
	width: 100%;
}
.row_sticks .pc-item-info {
	width: calc(100% - 100px);
}

.row_sticks .stick_row + .stick_row {
	margin-top: 8px;
}
.stick_row .product_name {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}
@media (max-width: 767px) {
	.pc-item-info {
		padding-right: 0 !important;
	}
}
.pc-quantity {
    width: 96px;
    height: 32px;
    display: flex;
    margin-top: 12px;
    background-color: rgb(243, 243, 247);
    border-radius: 16px;
}
.pc-quantity-btn {
    width: 34px;
    flex: none;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
}
.pc-quantity-btn:hover,
.pc-quantity-btn:active {
    opacity: .8;
}
.pc-quantity-btn:before,
.pc-quantity-btn:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pc-quantity-btn:after {
    height: 10px;
    width: 1px;
}
.pc-quantity-btn:hover,
.pc-quantity-btn:active {
    border-color: #212526;
}
.pc-quantity-btn:hover:before,
.pc-quantity-btn:hover:after,
.pc-quantity-btn:active:before,
.pc-quantity-btn:active:after {
    background:#212526;
}
.pc-quantity-btn.minus:after {
    display: none;
}
body input.pc-quantity-input {
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    text-align: center;

    font-weight: 400;
    font-size: 15px !important;
    color: #000;
    height: 32px;
    padding: 0;
    margin: 0;
}
.pc-item-price {
    width: 120px;
    margin-left: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-right: 50px;
}
.pc-item-remove {
    margin-top: 0;
    width: 20px;
    height: 20px;
    background: url(/catalog/view/theme/pizza/icons/pc-close.svg) no-repeat;
    background-position: center;
    background-size: 14px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 5px;
}
.pc-item-remove:hover,
.pc-item-remove:active {
    opacity: .8;
}
.pc-totals {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #4A4A4A;
    border-top: 1px solid rgb(226, 226, 233);
    border-bottom: 1px solid rgb(226, 226, 233);
    padding: 20px 0 20px;
    margin-top: 25px;
}
.pc-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.pc-totals_total .pc-total:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
}
.pc-totals_total {
    border: none;
    margin-top: 20px;
    padding: 0;
}
.pc-total-text {
    color: #000;
}

.pc-btn {
    margin-top: 20px;
    text-align: center;
}
.pc-btn .pc-continue {
    font-weight: 600;
    font-size: 14px;
    text-decoration-line: underline;
    color: #4A4A4A;
    background: none;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.pc-btn .pc-continue:hover,
.pc-btn .pc-continue:active {
    text-decoration: none;
}
.ppk-items-wrap {
  height: 700px;
  display: flex;
}
.ppk-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 12px;
    overflow: auto;
    margin: 15px 0;
}
.ppk-items-title {
    margin: 5px 12px 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    padding-right: 190px;
}
.ppk-item {
    position: relative;
    flex: 0 0 auto;
    width: 137px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 12px;
    cursor: pointer;
}
.pp-kit .pp-left {
    width: 541px;
    padding: 0;
    align-items: flex-start;
}
.pp-kit .pp-right {
    background: linear-gradient(rgba(252, 252, 252, 0) 0%, rgb(252, 252, 252) 100%);
    width: 359px;
    padding-left: 20px;
    padding-right: 20px;
}
.pp-kit .button-cart-wrap {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.ppk-item-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
    min-height: 34px;
}
.ppk-item-price {
    margin-top: 5px;
    font-weight: 500;
}
.ppk-placeholder {
    position: relative;
    width: 100%;
    text-align: center;
}
.ppk-placeholder > img {
    position: relative;
    left: 11px;
    top: 2px;
    margin-top: 5px;
    transform: translate(-13px, -5px);
}
.ppk-placeholder-lr, .ppk-placeholder-lr-cart {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    overflow: hidden;
}
.ppk-placeholder-lr[data-side="left"], .ppk-placeholder-lr-cart[data-side="left"] {
    width: calc(50% - 2px);
}
.ppk-placeholder-lr[data-side="right"], .ppk-placeholder-lr-cart[data-side="right"] {
    left: calc(50% - 2px);
    border-left: 2px solid white;
}
.ppk-placeholder-lr[data-side="left"], .ppk-placeholder-lr[data-side="right"] {
	width: 100%;
}
.ppk-placeholder-img {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
}
.ppk-placeholder-img img {
    object-fit: contain;
    margin-left: 0px;
    min-width: auto !important;
    max-width: none !important;
    width: 200%;
}
.ppk-placeholder-lr[data-side="left"] .ppk-placeholder-img, .ppk-placeholder-lr-cart[data-side="left"] .ppk-placeholder-img {
    left: 36px;
}
.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img, .ppk-placeholder-lr-cart[data-side="right"] .ppk-placeholder-img {
    margin-left: -128px;
    left: 8px;
}
.ppk-side-items {
    margin-top: 10px;
}
.ppk-side-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 92px;
    margin: 8px 0px 0px;
    padding: 12px;
    border-radius: 16px;
    box-shadow: rgba(6, 5, 50, 0.24) 0px 1px 2px;
    position: relative;
}
.ppk-side-item-img {
    position: relative;
    align-self: flex-start;
    min-width: 68px;
    width: 68px;
    height: 68px;
    margin-right: 8px;
    flex: none;
}
.ppk-side-item-img-placeholder[data-side="left"] {
    right: 0px;
}
.ppk-side-item-img-placeholder[data-side="right"] {
    left: 0px;
}
.ppk-item-img {
    position: relative;
    width: 154px;
    height: 154px;
    border-radius: 16px;
    padding: 8px 1px 1px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    overflow: hidden;
    margin: -8px;
    transition: 0.15s;
}
.ppk-item:hover .ppk-item-img  {
    transform: scale(0.985) ;
}
.ppk-item[data-side="left"] .ppk-item-img,
.ppk-item[data-side="right"] .ppk-item-img {
    width: 138px;
    height: 138px;
    margin: 0px;
    border-color: var(--temecolor);
    transition-property: border-color, width, height, margin;
}
.ppk-item[data-side="left"] .ppk-item-img-placeholder {
    right: 0;
}
.ppk-item[data-side="right"] .ppk-item-img-placeholder {
    left: 0;
}
.ppk-side-item-text .pp-attr-btn ~ .ppk-side-item-text-name {
    padding-right: 30px;
}
.ppk-side-item-text .pp-attr-btn {
    right: 8px;
    top: 8px;
}
.ppk-side-item-text-placeholder {
    color: rgb(92, 99, 112);
    font-weight: 500;
    font-size: 15px;
}
.ppk-side-item-text-name {
    font-weight: 500;
    font-size: 15px;
}
.ppk-side-item-text-description {
    color: rgb(92, 99, 112);
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
}
.pp-kit .pp-attr-section-wrap {
    right: -6px;
    top: 50px;
}

.ppk-items-wrap {
  height: 700px;
  display: flex;
}
.ppk-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 12px;
    overflow: auto;
    margin: 15px 0;
}
.ppk-items-title {
    margin: 5px 12px 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    padding-right: 190px;
}
.ppk-item {
    position: relative;
    flex: 0 0 auto;
    width: 137px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 12px;
    cursor: pointer;
}
.pp-kit .pp-left {
    width: 541px;
    padding: 0;
    align-items: flex-start;
}
.pp-kit .pp-right {
    background: linear-gradient(rgba(252, 252, 252, 0) 0%, rgb(252, 252, 252) 100%);
    width: 359px;
    padding-left: 20px;
    padding-right: 20px;
}
.pp-kit .button-cart-wrap {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.ppk-item-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
    min-height: 34px;
}
.ppk-item-price {
    margin-top: 5px;
    font-weight: 500;
}
.btn-cart-price {
    font-size: 18px;
    font-weight: 600;
}

.pp-short-descr {
    margin-top: 7px;
    color: rgb(92, 99, 112);
}
.pp-ingredient-items-wrap {
    margin-top: 7px;
}

.pp-ingredient-items button {
    position: relative;
}
.pp-ingredient-items button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    border-top: 1px dashed #000;
}


.pp-ingredient-items button[data-removed="true"] {
    text-decoration: line-through;
}
.pp-ingredient-items button[data-removed="true"]:after {
    display: none;
}



.pp-option {
    margin-top: 22px;
}
.pp-option-title {
    font-size: 18px;
    font-weight: 500;
}
.pp-option-items {
    margin-top: 15px;
}



.pp-option-items {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -8px;
}
.pp-option-item {
    cursor: pointer;
    box-sizing: border-box;
    touch-action: manipulation;
    position: relative;
    height: 166px;
    width: calc(33.3333% - 8px);
    box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font: inherit;
    margin: 0px 8px 8px 0px;
    padding: 8px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 12px;
    flex-flow: column;
    transition: box-shadow 150ms ease-out 0s, border;
}
.pp-option-item:hover, .product-layout.popup:hover {
    box-shadow: rgba(6, 5, 50, 0.12) 0px 0px 8px;
}



.pp-option-item-title {
    font-size: 11px;
    margin-top: 5px;


    line-height: 15px;
    height: 30px;
    flex: 1 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    overflow: hidden;
}
.pp-option-item-price {
    font-weight: 600;
    margin-top: 2px;
}
.pp-option-item .selected-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0;
    transition: opacity 150ms ease-out 0s;
}
.pp-option-item[data-selected="true"]{
    box-shadow: rgba(6, 5, 50, 0.12) 0 0 0;
    border: 1px solid var(--temecolor);
}
.pp-option-item[data-selected="true"] .selected-icon {
    opacity: 1;
}
.pp-option-item .selected-icon path {
    fill: var(--temecolor);
}
.pp-data {
    max-height: 520px;
    overflow: auto;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.pp-title-wrap {
    position: relative;
    padding-right: 30px;
}
.pp-title {
    font-size: 22px;
    margin: 0;
}
.combo-constructor{
	background: #f3f3f7;
}
.combo-constructor .button-cart-wrap{
	background: #fafafa;
	margin: 0 0 -30px 0;
	padding-bottom: 30px;
	border-radius: 0 0 20px 0;
}
.combo-constructor .h-popular-item{
	margin-bottom: 12px;
}

.combo-constructor .h-popular-item-name{
	font-size: 18px;
}
.combo-constructor .h-popular-item-description{
	font-size: 10px;
	color: #aaa;
	line-height: 14px;
}
.btn-cart-price.price-old{
	font-size: 14px;
}
.combo-constructor .h-popular-item:last-child{
	margin-bottom: 0;
}
.pp-wrap {
    display: flex;
}
.pp-left {
    width: 500px;
    padding: 50px;
    flex: none;
    display: flex;
    align-items: center;
    position: relative;
}
.pp-right {
    padding: 30px 0 0 0;
    background: rgb(252, 252, 252);
    border-radius: 0 20px 20px 0;
    width: 100%;
}
.h-popular-items .swiper-pagination {
    bottom: 0;
    top: unset;
}
.h-popular-items .swiper-pagination-bullet-active {
    background: var(--temecolor);
}
.pr-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.pr-description {
    margin-top: 5px;
	color: #636662;
}
.description-attribute, .weight_wrapper{
	color:#9c9c94;
	margin: 7px 0 0 0;
}
.pr-price-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pr-price {
    font-size: 18px;
    /*font-weight: 600;*/
}
.pr-image a {
	text-align: right;
	display: block;
	position: relative;
}
.pr-image img {
    transition: top 150ms ease-out 0s;
    position: relative;
    top: 0;
}
.pr-image img:hover {
    top: 3px;
}


.h-popular-wrap {
    margin-top: 45px;
}
.h-popular-title {
    margin-bottom: 10px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
}
.h-popular-items {
    display:  flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
    /*padding: 20px;*/
}
.h-popular-items .swiper-slide {
    padding: 15px 5px 15px;
}
.h-popular-item {
    /*width: calc(100%/4 - 20px);*/
    width: 100%;
    font-weight: 500;
}

.h-popular-item-link {
    display: flex;
    background: rgb(255, 255, 255);
    transition: box-shadow 150ms ease-out 0s;
    box-shadow: rgba(6, 5, 50, 0.15) 0px 5px 16px -6px;
    border-radius: 12px;
    padding: 5px;
    color: #000 !important;
}
.h-popular-item-link:hover {
    box-shadow: rgba(6, 5, 50, 0.15) 0px 0px 12px -4px;
}

.h-popular-item-img {
    max-width: 80px;
    flex: none;
    margin-right: 10px;
}
.h-popular-item-price {
    margin-top: 4px;
    line-height: 1.1;
}
.h-popular-item-price p {
    margin: 0;
}