/*
Theme Name: Pizza Romana
Text Domain: lapiec
Version: 2.0
*/
.simpleArticle iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product_calaories_salats_wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-submenu .current_page_item {
	background-color: #ffd500;
}
@media (min-width: 1200px) {
	.header-submenu .current_page_item:hover a {
		color: #000;
	}
	.menu-vacancies{
		display: none;
	}
}
.wpcf7 .screen-reader-response {
	display: none !important;
}
.wpcf7-not-valid,
.wpcf7-not-valid + .SelectBox {
	border-color: red !important;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-response-output {
    margin-top: 15px;
}
.simpleArticle strong {
	margin-bottom: 5px;
}
.lp-loader {
	position: fixed;
	background-color: #fff;
	opacity: 0.7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}
.wpcf7-form .ajax-loader {
	background-image: url("../pizzaromana/assets/frontend/img/icons/ajax-loader.gif");
	display: none;
	width: 20px;
	height: 20px;
	z-index: 999;
	visibility: initial;
	background-size: contain;
	vertical-align: bottom;
	margin-left: 10px;
	line-height: initial;
}
.wpcf7-form.submitting .ajax-loader {
	display: inline-block;
}
/*
#wpadminbar{
	display: none;
}
*/
.hidden {
	display: none;
}
/*header nav li.current-menu-item::before
{
	border-width: 1px
}*/
#ajax-loader {
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
}
.productThumbnail a[href="#"] {
	cursor: default;
}
.cart-empty-section {
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
}
.errors-container {
	width: 100%;
	height: auto;
	position: fixed;
	padding: 20px 15px;
	bottom: 0;
	color: var(--clr-white);
	background-color: var(--clr-primary);
	z-index: 99;
	line-height: 18px;
	border: 4px solid #fff;
	display: none;
}
.btnAlwaysEnabled {
	opacity: 1 !important;
	pointer-events: auto !important;
}
.btnAlwaysDisabled {
	opacity: 0.3 !important;
	pointer-events: none !important;
}
.pageBreadcrumbs a.disable {
	pointer-events: none !important;
}
.iframe-wrapp,
.iframe-wrapp iframe {
	width: 100%;
	height: 100%;
}
.addresses .input-wrapper,
.addresses .input-wrapper input {
	cursor: pointer;
}
header .headerSection.user-block, header .headerSection.header-call {
	display: inline-block;
}
.qtranxs-available-languages-message {
	display: none !important;
}
.unregistered-user-popup {
	font-size: 12px;
	color: var(--clr-title);
	font-weight: 400;
}
.unregistered-user-popup.hidden {
	display: none;
}

.unregistered-user-popup b {
	cursor: pointer;
	color: var(--clr-red-1);
	margin: 0 5px;
	cursor: pointer;
	transition: var(--transition-1);
}
.unregistered-user-popup:not(.hidden) {
	margin: -15px 0 15px;
	display: block;
}
.popup-birthday .popup-container {
	border-radius: 30px;
}
.popup-birthday .title {
	font-size: 32px;
	line-height: 1.2;
	color: #000;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	font-weight: 500;
}
.block-birthday {
	min-height: 245px;
	background-size: cover;
	border-radius: 20px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 24%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.block-birthday:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.or-birthday {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup-content .popup-container > .birthday-close {
	right: 10px;
	top: 10px;
}
.popup-sushi-work .popup-container {
	background-color: #41b6e6;
	color: #fff;
	border-radius: 30px;
}
.popup-sushi-work img {
	max-width: 66%;
}
.popup-sushi-work .thankYouMessage {
	font-size: 46px;
	font-weight: 600;
	margin-top: 45px;
	line-height: 51px;
}
.popup-sushi-work .popup-container > .btn-close {
	right: 10px;
	top: 10px;
}
.popup-sushi-work .popup-container > .btn-close:hover {
	color: #0e0e0e;
}
.calendar-wrapper > i {
	top: -6px;
	font-size: 12px;
	line-height: 1;
	background: var(--bg-1);
	padding: 0 5px;
	margin: 0 10px;
	position: absolute;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.calendar-wrapper.focus i {
	opacity: 1;
	visibility: visible;
}
body:not(.page-template-checkout) .not-work-holiday {
	margin-bottom: 60px;
}

@media(min-width: 1200px){
	.unregistered-user-popup b:hover{
		color: var(--clr-title);
	}
}
@media (min-width: 992px) and (max-width: 1500px) {
	.not-work-holiday .cellView {
		height: calc(100vh - 250px);
	}
}

@media (max-width: 767px) {
	.not-work-holiday .bannerInfo .as {
		font-size: 20px;
		line-height: 25px;
	}
	.popup-birthday .popup-container {
		border-radius: 15px;
	}
	.popup-birthday .title {
		font-size: 26px;
	}
	.popup-birthday .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.block-birthday {
		-ms-flex: 0 0 165px;
		flex: 0 0 165px;
		max-width: 165px;
		border-radius: 10px;
		min-height: 165px;
	}
	.or-birthday {
		font-size: 14px;
	}
	.popup-content .popup-container > .birthday-close {
		right: 0;
		top: 0;
	}
	.popup-sushi-work .thankYouMessage {
		font-size: 22px;
		margin-top: 15px;
		line-height: 26px;
	}
	.unregistered-user-popup:not(.hidden) {
		margin-top: -10px;
	}
}
@media (max-width: 480px) {
	.popup-birthday .title {
		font-size: 18px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.block-birthday {
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
		max-width: 110px;
		min-height: 110px;
	}
	.or-birthday {
		font-size: 10px;
	}
	.unregistered-user-popup {
		line-height: 14px;
	}
	.unregistered-user-popup:not(.hidden) {
		margin-top: -5px;
	}
}
.wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	cursor: pointer;
	margin: 0;
	padding: 0;
	min-width: 20px;
	min-height: 20px;
	margin-right: 40px;
}
.wpcf7-radio .wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7-radio input {
	display: none;
}
.wpcf7-radio .wpcf7-list-item span {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	padding-left: 22px;
	display: block;
	font-weight: 600;
}
.wpcf7-radio .wpcf7-list-item span:before {
	content: "";
	border: 1px #f7c200 solid;
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	z-index: 1;
	border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item span:after {
	background: #f7c200;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 8px;
	height: 8px;
	-webkit-transform: scale(0.05);
	-ms-transform: scale(0.05);
	transform: scale(0.05);
	opacity: 1;
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.wpcf7-radio .wpcf7-list-item input:checked + span:before {
	background-position: center center;
}
.wpcf7-radio .wpcf7-list-item input:checked + span:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.wpcf7-radio .wpcf7-list-item label {
	display: inline-block;
	cursor: pointer;
}
.wpcf7-form-control-wrap.delivery {
	display: block;
}
.wpcf7 .productOrder {
	border: none;
}
.error-page {
	min-height: calc(100vh - 397px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.error-page .container{
    margin-bottom: 50px;
    margin-top: 50px;
}
.error-page .h1 {
	margin-top: 44px;
	font-size: 60px;
	position: relative;
	color: var(--clr-primary);
}
.error-page .simpleArticle {
	font-size: 20px;
	line-height: 1.4;
	max-width: 430px;
	margin: 30px auto 35px;
	font-weight: 500;
	color: var(--clr-title);
}
.header-list span {
	position: absolute;
	right: -9px;
	top: 0;
	width: 50px;
	height: 100%;
	z-index: 99;
}
@media (min-width: 1200px) {
	.header-list span {
		display: none;
	}
}
.ingredientItem .cardProductOrder {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 0;
	justify-content: space-around;
}
.ingredientItem .cardProductOrder .counterTitle {
	width: auto;
	min-height: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
	.ingredientItem .cardProductOrder .counterTitle {
		margin-right: 9px;
	}
}
.comments_link {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	display: block;
	position: relative;
	margin-left: -10px;
}
.comments_link img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 4px;
}
@media (min-width: 1367px) {
	.blog-id-1 .comments_link img, .blog-id-4 .comments_link img, .blog-id-14 .comments_link img{
		width: 35px;
		height: 35px;
	}
}
@media (min-width: 1200px) {
	.blog-id-1 .comments_link, .blog-id-4 .comments_link, .blog-id-14 .comments_link{
		font-size: 12px;
	}
	.blog-id-1 .comments_link img, .blog-id-4 .comments_link img, .blog-id-14 .comments_link img{
		width: 32px;
		height: 32px;
	}
}
@media (max-width: 1199px) {
	.comments_link {
		font-size: 12px;
		margin-left: 5px;
		line-height: 1;
	}
	.comments_link img {
		width: 25px;
		height: 25px;
		margin-bottom: 0;
	}
	.comments_link p {
		margin-top: 2px;
	}
}
@media (min-width: 350px) and (max-width: 480px) {
	header .headerSection.header-call {
		padding-right: 5px !important;
	}
	header .headerSection.location-change {
		padding-right: 10px !important;
	}
}

/* popup main category */
#category-popup .close-menu {
	display: none;
}
@media (max-width: 1199px) {
	#category-popup {
		padding: 0 0 60px;
		background: #fff;
	}
	.popup-wrapper.category-active.city-active #category-popup {
		z-index: -1;
	}
	.category-wrapp {
		background: #fff;
		padding: 5px;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: calc(100% - 60px);
		overflow: auto;
		/* grid-template-columns: repeat(2, 1fr);
		gap: 10px; */
	}
	.category-wrapp.category-item-3{
		align-content: center;
	}
	.category-wrapp.category-item-3 a:nth-child(1){
		max-height: 60%;
    	height: 60%;
	}
	.category-wrapp.category-item-3 a:nth-child(2), .category-wrapp.category-item-3 a:nth-child(3){
		max-height: 25%;
    	height: 25%;
	}
	.popup-content.active-close .category-wrapp {
		top: 35px;
		height: calc(100% - 95px);
	}
	.category-wrapp .category-item {
		position: relative;
		/* display: grid; */
		border-radius: 10px;
		overflow: hidden;
		width: calc(50% - 10px);
		margin: 5px;
		display: block;
	}
	.category-wrapp .category-item:after {
		content: "";
		display: block;
		padding-top: 84%;
	}
	.category-wrapp .category-item.full {
		width: 100%;
	}
	.category-wrapp .category-item.full:after {
		content: "";
		display: block;
		padding-top: 40%;
	}
	.category-wrapp .category-item img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.category-wrapp .category-item .category-name {
		position: absolute;
		left: 10px;
		top: 6px;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		color: #000;
	}
	/* .category-wrapp .category-item:first-child {
		grid-area: 1/1/2/3;
	} */
	.category-wrapp .category-item.full.category-name {
		font-size: 24px;
		line-height: 29px;
	}
	#category-popup .popup-container {
		vertical-align: top;
	}
	#category-popup .popupInfo {
		padding: 0;
	}
	#category-popup .close-menu {
		right: auto;
		width: auto;
		height: auto;
		line-height: 25px;
		position: relative;
		text-align: left;
		margin-top: 10px;
		margin-left: 10px;
		z-index: 1;
	}
	#category-popup .close-menu span {
		color: #333;
		font-weight: 400;
		font-size: 11px;
		line-height: 25px;
		display: inline-block;
		vertical-align: middle;
		padding-left: 5px;
	}
	/*sushi popup*/
	.cat-sushi-popup .category-wrapp {
		top: 35px;
		height: calc(100% - 95px);
	}
	.cat-sushi-popup {
		padding: 0 0 60px;
		background: #fff;
	}
	.popup-wrapper.category-active.city-active .cat-sushi-popup {
		z-index: -1;
	}
	.cat-sushi-popup .popup-container {
		vertical-align: top;
	}
	.cat-sushi-popup .popupInfo {
		padding: 0;
	}
	.cat-sushi-popup .back-menu {
		right: auto;
		width: auto;
		height: auto;
		line-height: 25px;
		position: relative;
		text-align: left;
		margin-top: 10px;
		margin-left: 10px;
		z-index: 1;
	}
	.cat-sushi-popup .back-menu span {
		color: #333;
		font-weight: 400;
		font-size: 11px;
		line-height: 25px;
		display: inline-block;
		vertical-align: middle;
	}
}
.home-banner .lazyload{
	max-height: 400px;
}
.dogovir-publichnoyi-oferty-page .simpleArticle h2, .dogovir-publichnoyi-oferty-la-rys-page .simpleArticle h2{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.promotion-list .prg-block{
	padding-bottom: 8px;
	padding-top: 7px;
}
.promotion-list .prg-wrap .button{
	margin-top: 22px;
}
@media (max-width: 1600px) {
	.promotion-list .prg-block{
		padding-bottom: 5px;
		padding-top: 5px;
	}
}
@media (max-width: 767px) {
	.promotion-list .prg-block{
		padding: 2.5%;
	}
	.promotion-list .prg-wrap .button{
		margin-top: 13px;
	}
}

.post_name-yogurt-sous .productTitle a{
	line-height: 43px;
    /*top: -7px;
    position: relative;*/
}
@media (max-width: 1450px) {
	.post_name-yogurt-sous .productTitle a {
	    line-height: 40px;
	}
}
@media (max-width: 1200px) {
	.post_name-yogurt-sous .productTitle a {
	    line-height: 33px;
	}
}
@media (max-width: 767px) {
	.post_name-yogurt-sous .productTitle a {
	    line-height: 21px;
	}
}
.sumo_select-action .disabled{
	display: none;
}
.pay-message, .delivery-message{
	position: relative;
    display: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    background-color: var(--clr-primary);
    color: var(--clr-white);
}
.delivery-message{
	margin-bottom: 20px;
    margin-top: -8px;
}
.workInformerJobsList .leftRight{
	width: calc( 50% - 15px );
    float: left;
    margin-left: 15px;
}
.workInformerJobsList .leftRight > div{
	width: 100%;
}
.workInformerJobsList .leftRight2 {
    margin-left: 0;
    margin-right: 15px;
}
.workInformerJobsList .leftRight .cellView{
	background: transparent;
}
.workInformerJobsList .leftRight .cellView .simpleArticle{
	width: 100%;
}
.workInformerJobsList .leftRight .cellView .as b{
	display: block;
}
.workInformerJobsList .leftCenter{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991px) {
	.workInformerJobsList .leftRight{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.vacancies-block.workInformerJobsList .leftRight:not(:last-child) {
	    margin-bottom: 30px;
	}
	.vacancies-block.workInformerJobsList .leftRight{
		border-radius: 28px;
    	box-shadow: -3px 0 9px rgb(0 0 0 / 10%);
	}
	.pay-message, .delivery-message{
	    font-size: 14px;
	    line-height: 1.2;
	}
}
.productOutOfStock{
	color: #C80000;
}
.prod-card-page .productOutOfStock{
	margin-top: 20px;
}
.checkout-error, .checkout-info, .checkout-message {
	padding: 0 15px 10px;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 2px solid;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.checkout-error {
    border-bottom-color: #C80000;
}
.checkout-error li:last-child {
    margin-bottom: 0;
}
.checkout-error li {
    margin-bottom: 5px;
}
.check_cart_item_stock .title{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
.check_cart_item_stock ul{
	font-size: 16px;
    margin: 30px 0;
    line-height: 22px;
}
.check_cart_item_stock ul li{
	margin-bottom: 5px;
}
.check_cart_item_stock ul li:last-child{
	margin-bottom: 0;
}
.change-cart-item-stock {
    margin-right: 5px;
}
.check_cart_item_stock .cancel-do {
    margin-left: 5px;
}
.telegram_login{
	display: none;
	font-weight: bold;
    margin: 20px 0 15px
}
.telegram_login a{
	color: #C80000;
}
.notification-item{
    border: 1px solid #d9dad4;
    border-radius: 10px;
    padding: 10px;
    display: table;
    margin-top: 15px;
    min-width: 180px;
}
.notification-item:first-child{
	margin: 0;
}
.notification-item .message{
    font-size: 14px;
    line-height: 18px;
}
.notification-item .message p{
    margin-bottom: 15px;
}
.notification-item .message p:last-child{
	margin: 0;
}
.notification-item .message a {
    color: #c80000;
}
.notification-item .message a:hover {
    text-decoration: underline;
}
.notification-item .date{
	text-align: right;
    font-size: 12px;
    color: #a0acb6;
    line-height: 14px;
    margin: 3px 0 -7px;
}
@media (max-width: 767px) {
	.check_cart_item_stock .button {
		width: 70%;
	}
	.change-cart-item-stock{
		margin: 0 0 5px 0;
	}
	.check_cart_item_stock .cancel-do {
	    margin: 5px 0 0;
	}
}
.open-popup{
	cursor: pointer;
}
a.footer-dev-logo {
    position: relative;
}
a.footer-dev-logo:before {
    background: #1b1b1b url(assets/frontend/img/redstone.svg);
    background-repeat: no-repeat;
    width: 91px;
    background-position: right center;
    background-size: 100%;
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    height: 18px;
}
.treesCheckboxs.productOrder{
    border: 0;
    margin-left: 0;
    justify-content: initial;
    flex-wrap: initial;
    flex-direction: initial;
}
.treesCheckboxs.productOrder label{
    width: calc( 75% - 0.8rem);
}
.treesCheckboxs.productOrder > div{
	width: 25%;
	text-align: center;
}
.treesCheckboxs.productOrder label span{
	display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.treesCheckboxs.productOrder label span:before, .treesCheckboxs.productOrder label span:after{
	display: none;
}
.treesCheckboxs.productOrder label img{
    max-width: 38px;
}
.treesCheckboxs.productOrder .add-napkin{
	width: auto;
    display: inline-block;
    border: 1px solid #6e6e6e;
    border-radius: 10px;
    padding: 13.5px 10px;
    cursor: pointer;
}
.treesCheckboxs.productOrder .productCountWrapper{
	display: none;
}
.add-napkin .productCount{
	width: 20px;
	height: 10px;
    display: inline-block;
}
.productOrder .add-napkin .productCount:before, .productOrder .add-napkin .productCount:after{
	width: 10px;
}
.add-napkin-img{
    width: auto;
    display: inline-block;
    padding: 0px 15px 0 5px;
}
.cross_sell .addSaucePopup{
	flex-wrap: nowrap;
    padding: 0;
}
.cross_sell .addSaucePopup p{
	min-height: auto;
    text-align: left;
    margin: 0;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding-left: 17px;
}
.cross_sell .ingredientsWrapper{
	margin: 37px 0 30px;
	padding: 0;
}
.cross_sell .ingredientsWrapper .ingredienSection{
	width: 100%;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid var(--clr-primary);
    border-radius: 0;
}
.cross_sell .ingredientsWrapper .ingredienSection:last-child{
	border: 0;
	padding-bottom: 0;
}
.cross_sell .imgWrapper{
    width: 60%;
    max-width: initial;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    aspect-ratio: inherit;
}
.cross_sell .ingredientItem img{
	display: inline-block;
	width: 90px;
	margin: 0;
}
.cross_sell .addSaucePopup span, .cross_sell .productCountWrapper{
	width: 20%;
	padding: 0;
	border: 0;
}
.cross_sell .ingredientPrice{
    color: #C80000;
}
.cross_sell .ingredientPrice b{
    color: #0E0E0E;
}
.confirmCrossSellPopup{
	margin-right: 36px;
}
.cross_sell .ingredientItem:after, .cross_sell .ingredientItem:before{
	display: none;
}
.cross_sell .productCountWrapper {
    margin: 0 auto;
    background: transparent;
    flex-direction: row;
}
.cross_sell .productCount {
    color: var(--clr-primary);
}
.cross_sell input {
    background: transparent;
}
@media (min-width: 1441px) {
	.treesCheckboxs.productOrder .add-napkin{
    	min-width: 115px;
	}
}
@media (max-width: 1440px) {
	.treesCheckboxs.productOrder label span{
	    font-size: 16px;
	}
	.treesCheckboxs.productOrder .add-napkin{
		min-width: 88px;
	}
	.treesCheckboxs.productOrder label img {
	    max-width: 33px;
	}
	.add-napkin .productCount{
		top: 2px;
		width: 10px;
	}
    a.footer-dev-logo:before{
        width: 69px;
        height: 14px;
    }
}
@media (max-width: 991px) {
    a.footer-dev-logo:before{
        width: 88px;
        height: 19px;
    }
}
@media (max-width: 768px) {
    a.footer-dev-logo:before {
        width: 86px;
        height: 17px;
    }
    .treesCheckboxs.productOrder .add-napkin {
        font-size: 12px;
    }
	.treesCheckboxs.productOrder label {
	    width: calc(75% - 0.4rem);
	}
}
@media (max-width: 767px) {
	.cross_sell .button{
		width: 60%;
	    margin: 0 auto;
            font-size: 14px;
	}
	.cross_sell .confirmCrossSellPopup{
	    margin-bottom: 10px;
	}
	.cross_sell .ingredientsWrapper {
    	margin: 27px 0 20px;
    }
    .cross_sell .addSaucePopup p{
	    padding-left: 5px;
    }
    .cross_sell .imgWrapper {
    	width: 50%;
    }
    .cross_sell .addSaucePopup span, .cross_sell .productCountWrapper {
    	width: 25%;
    }
}
@media (max-width: 529px) {
    a.footer-dev-logo:before {
        width: 86px;
        height: 17px;
    }
}
@media (max-width: 480px) {
	.treesCheckboxs.productOrder label img {
        max-width: 30px;
    }
    .treesCheckboxs.productOrder label span {
        font-size: 12px;
    }
}
.f-phone{
	font-weight: 600;
}
.h-location-btn svg{color: var(--clr-title);}
.thankYouMessage b.open-popup[data-rel="login"]{
	cursor: pointer;
    color: #c80000;
}
.open-popup.loading{
    position: relative;
    background: transparent !important;
    border-color: transparent !important;
    color: #fff !important
}
.open-popup.loading .btn-loader{
    display: block;
}
.open-popup.loading > *:not(.btn-loader){
    opacity: 0;
}
.open-popup.loading .btn-loader-inner{
    background: transparent;
}
.open-popup.loading .btn-loader-inner span{
    background-color: var(--clr-primary);
}
.login-code #turnstile-container{
    margin-bottom: -13px;
    margin-top: 10px;
}