@font-face {
    font-family: 'simple-line-icons';
    src: url('/catalog/view/javascript/library/fonts/simple-line-icons/simple-line-icons.ttf');
    src: url('/catalog/view/javascript/library/fonts/simple-line-icons/simple-line-icons.ttf') format('truetype'), url('/catalog/view/javascript/library/fonts/simple-line-icons/simple-line-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/*
@font-face {
	font-family:'RotondaC';
	src:url(/catalog/view/theme/pizza/fonts/RotondaC.eot);
	src:url(/catalog/view/theme/pizza/fonts/RotondaC.woff2) format("woff2") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC.woff) format("woff") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC.ttf) format("truetype") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC.svg#../fonts/RotondaC) format("svg") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC.eot?#iefix) format("embedded-opentype");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:'RotondaC';
	src:url(/catalog/view/theme/pizza/fonts/RotondaC-Bold.eot);
	src:url(/catalog/view/theme/pizza/fonts/RotondaC-Bold.woff2) format("woff2") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC-Bold.woff) format("woff") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC-Bold.ttf) format("truetype") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC-Bold.svg#../fonts/RotondaC-Bold) format("svg") ,
	url(/catalog/view/theme/pizza/fonts/RotondaC-Bold.eot?#iefix) format("embedded-opentype");
	font-weight:700;
	font-style:normal;
	font-display:swap
}
*/
@font-face {
	font-family: 'Mont Blanc';
	src: local('Mont Blanc Bold'), local('MontBlanc-Bold'), url(/catalog/view/theme/pizza/fonts/MontBlanc-Bold.woff2) format('woff2'), url(/catalog/view/theme/pizza/fonts/MontBlanc-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Mont Blanc';
	src: local('Mont Blanc Light'), local('MontBlanc-Light'), url(/catalog/view/theme/pizza/fonts/MontBlanc-Light.woff2) format('woff2'), url(/catalog/view/theme/pizza/fonts/MontBlanc-Light.woff) format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Mont Blanc';
	src: local('Mont Blanc Regular'), local('MontBlanc-Regular'), url(/catalog/view/theme/pizza/fonts/MontBlanc-Regular.woff2) format('woff2'), url(/catalog/view/theme/pizza/fonts/MontBlanc-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

:root {
	//--temecolor: #ff5100;
	--temecolor: #e50052;
	--yellow: #fec92f;
}
[class^="icon-"], [class*=" icon-"], [class^="icon_"], [class*=" icon_"] {
    font-family: 'simple-line-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*font-family: "Montserrat", sans-serif;*/
	/*font-family: "RotondaC", sans-serif;*/
	font-family: "Mont Blanc", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
.m-0{
	margin: 0 !important;
}
.ml-50p{
	margin-left: 50px;
}
.m-auto{
	margin: auto;
}
.ml-auto{
	margin-left: auto;
}
.mt-auto{
	margin-top: auto;
}
.mb-auto{
	margin-bottom: auto;
}
.mr-auto{
	margin-right: auto;
}
.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.w-100{
	width: 100%;
}
.d-flex{
	display: flex;
}
.d-flex-c, .price{
	display: flex;
	flex-direction: column;
}
.d-none{
	display: none !important;
}
.z-auto{
	z-index: auto !important;
}
.pl-8{
	padding-left:8px ;
}
.pr-8{
	padding-right:8px ;
}
.f-right{
	float: right;
}
.fa-star:before {
    content: "\f005";
}
.fa-empty-star:before {
    content: "\f006";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.icon-close:before {
    content: "\f00d";
}
.fa-arrow-left:before {
    content: "\f053";
}
.fa-arrow-right:before {
    content: "\f054";
}
.fa-facebook:before {
    content: "\e900";
}
.fa-arrow-down:before {
    content: "\f0dd";
}
.fa-arrow-up:before {
    content: "\f0de";
}
.icon-reverse:before {
    content: "\f0ec";
}
.fa-double-right:before {
    content: "\f100";
}
.fa-double-left:before {
    content: "\f101";
}
.fa-double-up:before {
    content: "\f102";
}
.fa-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-qua-start:before {
    content: "\f10d";
}
.fa-qua-end:before {
    content: "\f10e";
}
.icon-user:before {
    content: "\e005";
}
.icon-handbag:before {
    content: "\e035";
}
.icon-note:before {
    content: "\e060";
}
.icon-heart:before, .icon_heart_alt:before {
    content: "\e08a";
}
.icon-lock-open:before {
    content: "\e08f";
}
.icon-magnifier:before {
    content: "\e090";
}
.icon-settings:before {
    content: "\e09a";
}
.icon_close:before {
    content: "\4d";
}
.icon_search:before {
    content: "\55";
}
.icon_clock_alt:before {
    content: "\7d";
}
.icon_mail:before {
    content: "\e076";
}
.icon_pin:before {
    content: "\e081";
}
.icon_phone:before {
    content: "\e091";
}
.icon_minus-06:before, .fa-minus:before {
    content: "\4b";
}
.icon_plus:before, .fa-plus:before {
    content: "\4c";
}
.icon_filter:before {
    content: "\66";
}
.icon-equalizer:before {
    content: "\e06c";
}
.fa-trash-o:before {
    content: "\f014";
}




textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,select,
body .select2-container--bootstrap .select2-selection {
    background: #fff;
    color: #000;
    font-weight: 400;
    /*font-family: Noto Sans, arial, sans-serif;*/
    border: 1px solid #bbb;
    margin: 5px 0;
    padding: 12px 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
body .select2-container--bootstrap .select2-selection{
	padding: 9px 15px;
}
.form-control,
body .select2-container--bootstrap .select2-selection {
    height: 40px;
    border-radius: 30px;
}
body .select2-container--bootstrap .select2-selection {
    margin: 0;
}




h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
	outline: none !important;
}
a:focus,
a:hover {
    color: var(--temecolor);
    text-decoration: none;
}
.legend,
legend {
	font-size: 18px;
	padding: 7px 0px;
	border-bottom: 1px solid #e5e5e5;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: rgb(24,24,24);
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #bbb;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Mont Blanc", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 500;
	display: block;
}
.price-old {
	color: #999;
	position: relative;
	overflow: hidden;
	display: block;
	margin-right: auto;
}
.price-old:after{
	content: '';
	border-top: 2px solid #ff3d00cc;
	width: 100%;
	display: block;
	transform: rotate(-11deg);
	margin: -10px 0;
	border-right: 50px solid transparent;
	position: absolute;
}
.price .price-old:after{
	margin: -6px 0;
}
 .product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}




/****************** up ******************/




#common-maintenance {
    min-height: 500px;
    padding-top: 50px;
}

.btn.btn-primary {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px 9px;
    transition: .15s;
}
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: var(--temecolor);
    border-radius: 30px;
    outline: none;
    border: none;
    text-shadow: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: var(--temecolor);
}



.btn.btn-primary.button-1 {
    background-color: rgb(255, 240, 230);
    color: var(--temecolor);
	font-weight: 400;
}
.btn.btn-primary.button-1:hover,
.btn.btn-primary.button-1:active,
.btn.btn-primary.button-1:focus {
    background-color: rgb(255, 210, 179);
    color: var(--temecolor);
}




.top-items-wrap {
    border-bottom: 1px solid rgb(243, 243, 247);
}
.top-items {
    padding: 12px 0;
	display: flex;
	justify-content: space-between;
}
.top-items .menu_items ul {
    display: flex;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.top-items ul li {
    margin-right: 20px;
}
.top-items ul li:last-of-type {
    margin-right: 0;
}




.store_items .dropdown {
	position: relative;
	line-height: 1.2;
	z-index: 1;
	margin-right: 30px;
	margin-left: 0;
	font-size: 14px;
	font-weight: 600;
}

.store_items .dropdown .current {
	padding-left: 0;
}

.store_items .dropdown .current {
	position: relative;
	padding: 5px 25px 5px 5px;
	padding-left: 5px;
	display: inline-block;
}

.store_items .dropdown .current::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 10px;
	height: 6px;
	background-image: url(../image/icon-dropdown.svg);
	background-repeat: no-repeat;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.store_items .dropdown ul {
	box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.store_items .dropdown ul {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.store_items .dropdown li {
	list-style: none;
}

.store_items .dropdown ul a {
	display: block;
	padding: 5px;
}

.store_items .dropdown .current:hover {
	cursor: pointer;
}

.store_items .dropdown:hover ul {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 767px) {
	.store_items .dropdown ul {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(10px);
		-ms-transform: translateX(-50%) translateY(10px);
		transform: translateX(-50%) translateY(10px);
	}
}

@media (max-width: 767px) {
	.store_items .dropdown {
		margin-left: 15px;
	}
}




.head-items {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.head-logo {
    max-width: 250px;
}
.head-logo-text {
    text-align: center;
}

.head-time {
    margin-left: 40px;
}
.head-time-1 span {
    color: var(--temecolor);
    font-weight: 500;
}

.head-friend {
    margin-left: auto;
    margin-right: 40px;
}
.head-friend-inner {
    font-weight: 500;
}

.btn-login {
    background-color: rgb(243, 243, 247);
    color: rgb(92, 99, 112);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
}
.btn-login:hover {
    color: #000;
}



.menu-items-cart {
    display: flex;
    align-items: center;
}
.menu-items {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
}
.menu-items ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
}
.menu-items ul li {
    margin-right: 50px;
}
.menu-items ul li a {
    padding: 5px 0;
    display: block;
    transition-delay: 1s;
    transition: .2s;
}
.menu-items ul li a:focus {
    color: #000;
}
.text-link,
.combo-constructor a.active,
.menu-items ul li a:hover,
.menu-items ul li a:active,
.menu-items ul li a.active {
    color: var(--temecolor);
}
.text-link{
	text-decoration: underline;
}
.menu-cart {
    margin-left: auto;
}
.menu-items-cart-wrap .menu-favicon img{
	width: 35px;
	margin-right: 25px;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.menu-favicon{
	overflow: hidden;
	position: relative;
	width: 0px;
	height: 35px;
	transition: width 0.2s linear;
}
.fixed .menu-favicon{
	width: 60px;
}

@media (min-width: 768px) {
    .menu-items-cart-wrap {
        transition: .2s;
    }
    .menu-items-cart-wrap.fixed {
        left: 0;
        top: 0;
        right: 0;

        position: sticky;

        background-color: rgba(255, 255, 255, 0.75);
        z-index: 15;

        backdrop-filter: blur(20px);

        box-shadow: rgba(6, 5, 50, 0.1) 0 4px 30px;
    }
}






.h-slider {
    margin-top: 30px;
}
.h-slider img {
    transition: 1s;
	  width: 100%;
}
.h-slider a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.h-slider a:hover img {
    transform: scale(1.05);
}



/***** swiper *****/
.swiper-controls {
    z-index: 3;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255,255,255,.6);
    border-radius: 10rem;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-controls .swiper-pagination {
    position: static;
    margin-left: 10px;
    margin-right: 10px;
    flex: none;
    width: auto;
}

.swiper-controls .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 1);
    opacity: .6;
    transition: .25s;
}
.swiper-controls .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 1);
    opacity: 1;
}

.swiper-controls .swiper-button-prev:after,
.swiper-controls .swiper-button-next:after {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
    width: 32px;
    height: 32px;
    flex: none;
    position: static;
    margin: 0;
    transform: none;
    border-radius: 50%;
    transition: .25s;
}
.swiper-controls .swiper-button-prev:hover,
.swiper-controls .swiper-button-next:hover {
    background: #fff;
}
/***** end swiper *****/





.h-popular-wrap {
    margin-top: 45px;
}
.h-popular-title {
    margin-bottom: 10px;
}
.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;
}

.category-items {
    margin-top: 20px;
}
.category-item {
    margin-bottom: 20px;
}
.cat-title {
    margin-bottom: 25px;
    font-size: 32px;
}

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

/******* catalog *********/
/*.pr-title {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 3;*/
/*    line-height: 20px;*/
/*    height: calc(20px* 3);*/
/*    margin-bottom: 5px;*/
/*}*/

.category-item > .row, .d-flex-w {
    display: flex;
    flex-flow: wrap;
}
.category-item .product-layout {
    margin-bottom: 60px;
}

#common-home .category-item .product-layout {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	#common-home .category-item .product-layout {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.category-item .product-thumb {
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;

    border: none;
    overflow: visible;
    margin: 0;
}
.pr-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.pr-description {
    margin-top: 5px;
	color: #636662;
}
.description-attribute{
	color:#9c9c94;
	margin: 7px 0 0 0;
}
.pr-price-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#common-home .pr-price-btn {
	margin-top: 0;
}

.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;
}






/* modal vertical */
.modal-vertical-center.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-vertical-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal-vertical-center.modal:after {
        display: inline-block;
        content: "";
    }
    .modal-vertical-center .modal-dialog {
        width: calc(100% - 30px);
    }
}
/* end modal vertical */





/************** login telephone ***********/
#prlogin-popup .modal-dialog {
    max-width: 450px!important;
    width: 100%!important;
}

#prlogin-popup .form-group {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
}

#prlogin-popup .alert.alert-success {
    display: none;
}

#prlogin-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0 30px;
}

#prlogin-tabs .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
}

#prlogin-tabs .nav-tabs > li.active > a, #prlogin-tabs .nav-tabs > li.active > a:hover, #prlogin-tabs .nav-tabs > li.active > a:focus {
    border: none;
    font-weight: 700;
}

#prlogin-tabs .nav-tabs a {
    font-size: 16px;
    height: auto;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

.c_login_button {
    float: unset;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
#prlogin-popup .modal-body {
    position: relative;
    padding: 20px;
    padding-bottom: 25px;
}

button#popup_register_submit {
    margin: 7px auto;
    display: block;
    margin-top: 15px;
}
input.error_input, #popup-quickorder .form-control.error_input {
    border: 1px solid red !important;
}
input.error_input::placeholder {
    color: red;
}
input#input-code_login, input#input-code_register {
    max-width: 116px;
}
.text_success_send {
    display: none;
    font-size: 11px;
    color: #000;
}
.text_success_send.sended {
    display: block;
}
.btn.btn-ordercart {
    border-style: dashed;
    border-width: 2px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 18px;
    background-color: #ffffff;
    border-color: #000000;
}
div.phone_notice {
    font-size: 11px;
    color: #999;
	padding: 0px 15px 3px;
}
#prlogin-popup input {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	border-radius: 20px;
}
#prlogin-popup .passwords input{
	width: 40%;
}

/*validation image*/
.success_send_container .valid_image {
    top: 22px!important;
    right: 15px!important;
}
.valid_image {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 13px;
}
.valid_image.check {
    background: url(/catalog/view/theme/pizza/icons/check.png) no-repeat;
    background-size: contain;
    top: 22px;
    display: block!important;
}
.valid_image.block {
    background: url(/catalog/view/theme/pizza/icons/block.png) no-repeat;
    background-size: contain;
    display: block!important;
}

#prlogin-form-register .valid_image {
    right: 20px!important
}

input.pe {
    pointer-events: none;
    color: #999!important;
}


#prlogin-popup input[type='number'] {
    -moz-appearance: textfield;
    font-size: 14px;
    letter-spacing: 1.5px;
}
#prlogin-popup input[type='number']::-webkit-outer-spin-button,
#prlogin-popup input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


button:disabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
}
input:read-only {
    cursor: not-allowed !important;
}
/************** end login telephone ***********/



footer {
    padding-top: 40px;
    padding-bottom: 30px;
}
.f-menu-item-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}
footer a {
    font-weight: 500;
}
footer ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.f-menu-items {
    display: flex;
}
.f-menu-item {
    width: 200px;
    margin-right: 20px;
}
.f-menu-item li {
    margin-bottom: 8px;
}
.f-menu-item li:last-of-type {
    margin-bottom: 0;
}
.f-app-payment-items {
    margin-left: auto;
}

.f-payment-item img {
    width: 150px;
}
.f-payment-item {
    margin-bottom: 15px;
}
.f-payment-item:first-of-type {
    margin-bottom: 10px;
}

.f-contact-item {
    font-size: 16px;
}
.f-contact-item-telephone a {
    position: relative;
    padding-left: 28px;
    color: #fff;
    margin-left: 7px;
}
.f-contact-item-telephone a:hover {
    opacity: .9;
}
.f-contact-item-telephone a:before {
	display: none;/* 4823 */
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    background: url(../icons/ikon-phone2.svg) no-repeat center;
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7484%) hue-rotate(99deg) brightness(110%) contrast(101%);
}
.head-items .f-contact-item-telephone a {
	color:#000;
	padding-left: 0px;/*30px*/
	margin: 0;
	font-size: 20px;
}

.f-adv-items {
    margin-top: 15px;
    margin-bottom: 25px;
    flex: 1 1 100%;
}
.f-adv-item-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
.f-adv-item-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    background: url(/catalog/view/theme/pizza/icons/icon-scooter-dark.svg) no-repeat center;
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7484%) hue-rotate(99deg) brightness(110%) contrast(101%);
}
.f-adv-item-2 {
    margin-top: 15px;
}


.f-line {
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
}


.f-b-menu-items {
    margin-top: 30px;
    display: flex;
}
.f-b-menu-item ul {
    display: flex;
}
.f-b-menu-item ul li {
    margin-right: 20px;
}
.f-b-menu-item ul li:last-of-type {
    margin-right: 0;
}

.f-b-soc-items {
    margin-left: auto;
    display: flex;
}
.f-b-soc-item {
    flex: none;
}
.f-b-soc-item a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -8px;
}
.f-b-soc-item a:hover {
    opacity: .9;
}

.f-b-soc-item a:hover path {
	fill: var(--yellow);
}





.menu-button {
    padding: 0;
    width: 32px;
    height: 22px;
    border: none;
    display: flex;
    flex-flow: wrap;
    background: none;
    align-content: space-between;
    margin-left: 30px;
    transition: .2s;
}
.menu-button:hover {
    opacity: .9;
}
.menu-button span {
    display: block;
    background: #000;
    height: 3px;
    width: 100%;
}

.mm-spn.mm-spn--navbar {
    font-size: 16px;
}
#menu ul li a {
    font-size: 16px;
}

@media (min-width: 1200px) {
    body.mm-ocd-opened {
        overflow-y: visible;
    }
}
.mm-ocd--open {
    background: rgba(0,0,0,.4);
}







.global-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: black;
    color: rgb(255, 255, 255);
    height: 200%;
    overflow-y: hidden;
    transition: opacity 0.2s ease 0s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.global-nav_is-visible {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    display: block;
}
.global-nav__inner {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.global-nav__header {
    position: relative;
    font-size: 0px;
    line-height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.global-nav__header-logo {
    position: relative;
    display: inline-block;
}
.global-nav__header-close-control {

}
.global-nav__header-close-control-icon {
    display: inline-block;
    padding: 12px;
    box-sizing: content-box;
    font-size: 0px;
    line-height: 0;
    cursor: pointer;
}
.global-nav__header-close-control-icon-img {
    height: 24px;
    width: auto;
}
.global-nav__header-close-control-icon-img path {
    fill: rgb(255, 255, 255);
}

.global-nav__content {
    padding-bottom: 100px;
}
.global-nav__group {
    padding: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.global-nav__group:first-child {
    border-top: none;
}
.global-nav__link {
    margin: 0;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 0px 16px 15px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-decoration: none;
}

@media (max-width: 767px) {
	.global-nav__link {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}




.global-nav__phone {
    padding: 5px 0px 6px 15px;
}
.global-nav__phone-items {
    position: relative;
}
.global-nav__phone-items-icon-phone {
    position: absolute;
    top: -2px;
    left: 0px;
    width: 13px;
    height: auto;
}
.global-nav__phone-number {
    display: block;
    padding-bottom: 8px;
    line-height: 1;
}
.global-nav__phone-number:last-child {
    padding-bottom: 0px;
}
.global-nav__phone-number-link {
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-decoration: none;
}



.global-nav__header {
    display: flex;
    align-items: center;
}
.global-nav__header-close-control {
    margin-left: auto;
}
.global-nav__header-close-control-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-items: center;
    align-items: center;
}
.h-popular-items .swiper-pagination {
    bottom: 0;
    top: unset;
}
.h-popular-items .swiper-pagination-bullet-active {
    background: var(--temecolor);
}
.global-nav__group .head-time {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.global-nav__header-logo img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(160%) hue-rotate(256deg) brightness(117%) contrast(100%);
}
.global-nav__header-logo {
    line-height: 20px;
}










/* modal vertical */
.modal-vertical-center.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-vertical-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal-vertical-center.modal:after {
        display: inline-block;
        content: "";
    }
    .modal-vertical-center .modal-dialog {
        width: calc(100% - 30px);
    }
}
/* end modal vertical */






/************************* product page ********************/
.modal-custom .modal-content {
    border-radius: 0;
    border: none;
}
.modal-custom .pc-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    color: #000;
}
.pc-empty {
    padding: 25px 0;
}
.modal-custom .modal-body {
    position: relative;
    padding: 50px 80px 50px;
}

.modal-custom .close-modal {
    right: -37px;
    top: 13px;
    position: absolute;
    outline: none;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    transition: transform 0.1s ease-in-out 0s;
    opacity: 1;
}
.modal-custom .close-modal:hover,
.modal-custom .close-modal:active {
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 767px) {
	.modal-custom .close-modal {
		right: 0px;
		top: -37px;
	}
}

@media (min-width: 992px) {
    #product-popup .modal-dialog,
    #checkout-popup .modal-dialog {
        width: 900px;
    }
}



.no-scroll {
    overflow: hidden;
}


#product-popup .modal-content,
#checkout-popup .modal-content,
#simpleedit-popup .modal-content,
#address-popup .modal-content,
#address-success-popup .modal-content,
#simpleaddress-add-popup .modal-content {
    border-radius: 20px;
}
.modal-backdrop.in {
    opacity: 0.65;
}




.pp-wrap {
    display: flex;
}
.pp-left {
    width: 500px;
    padding: 50px;
    flex: none;
    display: flex;
    align-items: center;
    position: relative;
}
.pp-right {
    padding: 30px 0;
    background: rgb(252, 252, 252);
    border-radius: 0 20px 20px 0;
    width: 100%;
}
.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;
}
.combo-constructor .h-popular-item-description{}

.btn-cart-price.price-old{
	font-size: 14px;
}
.combo-constructor .h-popular-item:last-child{
	margin-bottom: 0;
}
.pp-page-wrap {
    border-radius: 20px;
    /*overflow: hidden;*/
}
#product-popup .pp-page-wrap {overflow: hidden;}
#product-popup .modal-body {
    padding: 0;
}
.pp-data {
    max-height: 480px;
    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;
}
.pp-attr-btn,
.pc-attr-btn {
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
    line-height: 1;
}
.pp-attr-btn,
.pc-attr-btn,
.pp-ingredient-items button {
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 0;
}




.pp-attr-section-wrap,
.pc-attr-section-wrap {
    position: absolute;
    right: -13px;
    top: 60px;
    min-width: 250px;

    min-height: 45px;
    padding: 12px;
    border-radius: 10px;
    background-color: rgb(55, 53, 53);
    color: #fff;

    font-size: 12px;
    z-index: 99;
	transition: top 0.15s linear;
}
.out-bottom{
	top: 40px;
}
.svg-angle-top {
    position: absolute;
    width: 22px;
    height: auto;
    fill: rgb(55, 53, 53);
    top: -9px;
    right: 15px;
    margin-left: -11px;
}
.pp-attr-title {
    opacity: .5;
    margin-bottom: 7px;
}

.pp-attr-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.pp-attr-item:last-of-type {
    margin-bottom: 0;
}
.pp-attr-item-name {
    padding-right: 15px;
}
.pp-attr-section {
    margin-bottom: 15px;
}
.pp-attr-section:last-of-type {
    margin-bottom: 0;
}


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

/*.pp-ingredient-items button {*/
/*    text-decoration: underline dotted;*/
/*    text-underline-offset: 3px;*/
/*}*/
/*.pp-ingredient-items button[data-removed="true"] {*/
/*    text-decoration: line-through;*/
/*}*/


.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);
}


.button-cart-wrap {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;

    display: flex;
    align-items: center;
}
#button-cart {
    height: 48px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
}
.btn-cart-price {
    font-size: 18px;
    font-weight: 600;
}


/********** popup kit ***********/
.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;
    /*max-width: 256px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.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 {
    /*position: absolute;*/
    /*top: 0px;*/
    /*width: 50%;*/
    /*height: 100%;*/
    /*background: rgb(255, 255, 255);*/
    /*opacity: 0.95;*/
    /*z-index: 1;*/
}
.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: rgb(255, 105, 0);
    transition-property: border-color, width, height, margin;
}
.ppk-item-img-placeholder {
    /*position: absolute;*/
    /*top: 1px;*/
    /*bottom: 1px;*/
    /*width: 50%;*/
    /*background: rgb(255, 255, 255);*/
    /*opacity: 0.95;*/
    /*z-index: 3;*/
}
.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;
}
/******** end popup kit ********/






/* popupcart */
.modal-custom .modal-content {
    border-radius: 20px;
    border: none;
}
.modal-custom .pc-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    color: #000;
}
.modal-custom .modal-body {
    position: relative;
    padding: 50px 80px 50px;
}


.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;
    /*max-width: 400px;*/
    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;
}

.fast-order-active #pc-order-form {
    display: block !important;
}
.pc-continue-wrap {
    margin-top: 15px;
}


.form-control {
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus,
body .select2-container--bootstrap.select2-container--focus .select2-selection,
body .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #f14d01;
    outline: 0;
    box-shadow: none;
}



#pc-order-form {
    /*margin-top: 40px;*/
    /*margin-bottom: 50px;*/
    /*max-width: 400px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.pc-order-btn-1 {
    text-align: center;
}
#pc-order-buy {

}
.pc-btn-fast-wrap {
    width: 100%;
    margin-bottom: 10px;
}
.pc-order-form-error,
.ra-popup_error {
    /*margin-bottom: 10px;*/
    color: red;
    font-size: 13px;
    text-align: center;
    /*margin-top: -12px;*/
}
.pc-order-inputs {
    margin-top: 10px;
}
#pc-order-form .form-group label,
#ra-popup__form .form-group label {
    margin-bottom: 0;
}
#pc-order-form .form-group input,
#ra-popup__form .form-group input {
    margin-top: 2px;
}
#pc-order-buy,
#ra-order-buy {
    margin-bottom: 0;
    margin-top: 20px;
}



.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-login-wrap {
    margin-top: 20px;
}
.pc-login {
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* end popupcart */











/***************** simple **************/
.s-login{
	margin-bottom: 15px;
}
.s-login-1 {
    margin-right: 30px;
    font-size: 18px;
}
.s-login-2 a {
    padding-bottom: 8px;
}





.s-form-wrap .form-horizontal {
    display: flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.s-form-wrap .form-group {
    position: relative;
    width: calc(33.3% - 20px);
    margin: 10px 10px;
}
.s-form-wrap .form-group .col-sm-8,
.s-form-wrap .form-group .col-sm-10 {
    padding: 0;
    width: 100%;
}
.s-form-wrap .form-group .control-label {
    position: absolute;
    left: 12px;
    top: -14px;
    z-index: 10;

    transition: all .25s ease;
    opacity: 0;
    transform: translateY(10px);
    display: none;
    text-align: left;

    background: #fff;
    padding: 3px;
    width: auto;
    color: #999;
    font-size: 12px;
}
.s-form-wrap .form-group.show-label .control-label {
    opacity: 1;
    transform: translateY(0);
}
.s-form-wrap .form-group.show-label .form-control::placeholder {
    color: #fff;
}


#simplecheckout_customer .row-customer_recipient{
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
}
#simplecheckout_customer .row-customer_recipient .control-label{
    position: static;
    opacity: 1;
    transform: none;
    color: #333;
    order: 1;
    padding-left: 15px;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    line-height: 1.3;
}
#simplecheckout_customer .row-customer_recipient .col-sm-8,
.row-customer_norecall .col-sm-8 {
    padding: 0;
    width: 100%;
}

.row-customer_norecall{margin: 0}
.simplecheckout .row-customer_norecall label.control-label{
	display: none !important;
}


.s-gift-package {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
}
.s-gift-package-add span {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.row-shipping_address_field30 .col-sm-8,
#simplecheckout_shipping .simplecheckout-block-content{position: relative;padding: 0 26px !important;}
#simplecheckout_shipping .simplecheckout-block-content > div:first-child{
	display: flex;
	overflow: hidden;
	margin: 0px -10px 0px;
	width: calc(100% + 20px);
}
#simplecheckout_shipping .simplecheckout-block-content .radio.slide{
	margin:10px;
	flex:1 0 calc(33.333% - 20px);
	transition: margin-left 0.4s ease-in;
}


#simplecheckout_shipping .simplecheckout-block-content > p,
#simplecheckout_payment .simplecheckout-block-content > p {
    display: none;
}

#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label,
#simpleaddress .radio label {
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.row-customer_norecall label:before,
#simplecheckout_shipping .radio label:before,
#simplecheckout_payment .radio label:before,
#simpleaddress .radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    border: 1px #484848 solid;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    transform: translateY(-50%);
}

.row-customer_norecall label:has(input:checked):before,
#simplecheckout_shipping .radio label.s-radio-label-active:before,
#simplecheckout_payment .radio label.s-radio-label-active:before,
#simpleaddress .radio label.s-radio-label-active:before {
  	border-color: #f14d01;
	background: radial-gradient(#f14d01 40%,#fff 50%);
}
.row-customer_norecall label:has(input:checked),
#simplecheckout_payment .radio label.s-radio-label-active{
	color:var(--temecolor)
}

.row-customer_norecall label input,
#simplecheckout_shipping .radio label input,
#simplecheckout_payment .radio label input,
#simpleaddress .radio label input {
    height: 0;
    width: 0;
    opacity: 0;
}

body .simple-content .checkout-heading {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 15px;
}

.s-pickup-text {
    margin-left: -10px;
    margin-right: -10px;
}

.s-title {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.simplecheckout-block-content .checkbox {
    min-height: 0;
    padding: 0;
    height: 24px;
}
.simplecheckout-block-content .checkbox label {
    position: relative;
    padding: 0;
    min-height: 0;
    height: 24px;
}
.simplecheckout-block-content .checkbox label:before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 24px;
    border: 1px solid #bbb;
}
.simplecheckout-block-content .checkbox label.s-checkbox-label-active:before {
    background: #333 url(/catalog/view/theme/pizza/icons/s-check.svg) no-repeat;
    background-position: center;
    border-color: #333;
}
.simplecheckout-block-content .checkbox label input {
    height: 0;
    width: 0;
    opacity: 0;
}



#simplecheckout_cart {
    background: #f6f7f9;
    padding: 0 25px;
}
#simplecheckout_cart .pc-item {
    padding: 25px 0;
}
#simplecheckout_cart .pc-item-name {
    line-height: 1.3;
}
#simplecheckout_cart .pc-item-name a {
    font-size: 13px;
}
#simplecheckout_cart .pc-item-price {
    width: 100px;
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
}
.pc-item {
    border-color: #bbb;
    padding-left: 10px;
    padding-right: 10px;
}


#simplecheckout_button_cart {
    font-size: 14px;
    text-transform: none;
    min-width: 130px !important;
}
#simplecheckout_cart .simplecheckout-cart-total .form-control {
    min-width: 130px !important;
}
.simplecheckout-cart-total {
    border: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
#total_total.simplecheckout-cart-total {
    border: none !important;
    font-size: 16px;
    padding-bottom: 17px !important;
    font-weight: 600;
}
.simplecheckout-cart-total-coupon {
    border-bottom: none !important;
    padding-bottom: 4px !important;
}
.simplecheckout-cart-buttons {
    padding-top: 4px !important;
}

.simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
}
.simplecheckout-cart-total:after {
    display: none !important;
}
.simplecheckout-cart-total-coupon,
.simplecheckout-cart-buttons {
    justify-content: flex-end;
}
.s-total-del-wrap {
    border: none !important;
    padding-bottom: 5px !important;
    font-size: 13px;
    flex-flow: wrap;
}
.s-total-del {
    position: relative;
    padding-left: 25px;
}
.s-total-del:before {
    content: "";
    position: absolute;
    background: url(/catalog/view/theme/pizza/icons/s-del-free.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px
}
.s-total-del span {
    font-weight: 700;
}


.s-total-del-percent {
    margin-top: 5px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #f8e6e1;
}
.s-total-del-percent-active {
    height: 100%;
    width: 0;
    display: block;
    border-radius: 4px;
    background: #e4b6a9;
    /*transition: width .5s ease-in-out;*/
}


.simplecheckout {
    padding-bottom: 50px;
}
.simplecheckout-error-text {
    font-size: 12px;
    line-height: 1.25;
}


/*.simplecheckout-button-block .button-2,*/
/*#pc-order-buy,*/
/*.pc-btn .pc-checkout {*/
/*    height: 47px !important;*/
/*    line-height: 46px !important;*/
/*}*/


.simplecheckout > .content {
    text-align: center;
    margin-bottom: 20px;
}

/***************** simple **************/


.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;
}





/* support-item */
.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;
}
/* end support-item */

#simplecheckout_payment_1{
	 margin-top: 5px;
}

#simplecheckout_shipping_address{
    margin-top: 0px;
    margin-bottom: 25px;
}

#simplecheckout_payment_1 .form-group {
    margin-top: 0px;
    margin-bottom: 5px;
}




body .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}
body .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
}
body .select2-container--bootstrap .select2-dropdown {
    border-color: #f14d01;
    border-radius: 0;
}
body .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    color: #f14d01;
}
body .select2-container--bootstrap .select2-results__option[aria-selected=true] {
    position: relative;
    background-color: #fff;
}
body .select2-container--bootstrap .select2-results__option[aria-selected=true]:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/catalog/view/theme/pizza/icons/icon-select.svg) no-repeat;
    width: 17px;
    height: 18px;
}
body .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 13px;
}
body .select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
    font-size: 13px;
}
.select2-container--bootstrap {
    /*width: 100% !important;*/
    max-width: 100%;
}


#simplecheckout_cart .pc-item-support-item .pc-item-description {
    font-size: 12px;
}
#simplecheckout_cart .pc-item-info {
    padding-right: 10px;
}

#simplecheckout_cart .row_sticks .pc-item-info {
	padding-right: 0;
}

#simplecheckout_cart .pc-item {
	padding: 10px 0px;
}
#simplecheckout_cart .pc-item-support-item .pc-item-price {
    font-size: 14px;
}
#simplecheckout_cart .pc-item-support-item {
    margin-bottom: 10px;
}
#buttons a, #buttons button {
    padding: 13px 30px 13px;
}
#simplecheckout_cart {
    margin-bottom: 0;
}
/*.row-customer_norecall_wrapper {*/
/*    display: none !important;*/
/*}*/



.simple-content .date,
.simpleregister-block-content .date {
    position: relative;
    width: 100%;
}
.simple-content .input-group.date button,
.simpleregister-block-content .input-group.date button {
    background: url(/catalog/view/theme/pizza/icons/calendar.svg) no-repeat center !important;
    background-size: 22px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 !important;
}
.simple-content .date .input-group-btn,
.simpleregister-block-content .date .input-group-btn {
    position: absolute;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
}
.simpleregister-block-content .date input {
    margin: 0;
}



.select2-search select2-search--dropdown {

}
body .bootstrap-datetimepicker-widget td.active,
body .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #f14d01;
}
body .bootstrap-datetimepicker-widget td,
body .bootstrap-datetimepicker-widget th {
    border-radius: 0;
}
body .bootstrap-datetimepicker-widget td.today:before {
    border-bottom-color: #f14d01;
}
body  .bootstrap-datetimepicker-widget td.disabled {
    opacity: .6;
}






/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 15px 0;
    background: none;
    border-top: 1px solid #e3e3e3;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: ' > ';
    display: inline-block;
    color: #bbb;
    padding-right: 6px;
    padding-left: 6px;
}
.breadcrumb > li:last-of-type:after {
    display: none;
}



/******** account ********/
.ac-title {
    text-align: center;
    font-size: 25px;
    margin-top: 40px;
}
.ac-menu-items {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 16px;
}
.ac-menu-item {
    border-top: 1px solid #dcdcdc;
}
.ac-menu-link {
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 30px;

    position: relative;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #2a2522;
    cursor: pointer;
    transition: .2s;
}
.ac-menu-img {
    width: 34px;
    margin-right: 15px;
}
.ac-menu-link {
    padding-left: 0;
    padding-right: 0;
}
.ac-menu-item.active .ac-menu-link {
    color: var(--temecolor);
    cursor: default;
}
.ac-menu-item-logout-wrap {
    text-align: left;
    padding-top: 30px;
}
#account-account .ac-menu-item-logout-wrap {
    text-align: left;
    padding-left: 0;
}




#account-account .alert {
    text-align: center;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
}

#account-account .ac-menu-link {
    justify-content: flex-start;
    padding-left: 30px;
}
#account-account #column-left {
    width: 100%;
    margin-bottom: 100px;
}
#account-account #content {
    display: none;
}
#account-account .ac-menu-link {
    font-size: 18px;
    position: relative;
}
.ac-menu-link:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    width: auto;
    height: auto;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ac-menu-link:after {
    border-top: 9px solid var(--temecolor);
}
.ac-menu-link.active:after {
    border-color: transparent;
    border-bottom-color: #949494;
    margin-top: -14px;
    border-top: 9px solid transparent;
}


#account-account .ac-menu-items {
    margin-top: 25px;
}


.simpleedit .s-title,
.simpleaddress .s-title,
.ac-title.s-title {
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 500;
}


#account-address .buttons.clearfix,
#account-reward .buttons.clearfix,
#account-order .buttons.clearfix {
    margin-top: 25px;
}



.fa-eye:before {
    content: "\f06e";
    font-family: fontAwesome;
}
.fa-shopping-cart:before {
    content: "\f07a";
    font-family: fontAwesome;
}



#edit_telephone.form-control[readonly] {
    background-color: #fff;
}



.row-address_default .control-label {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    transform: unset !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    width: 100% !important;
}
.row-address_default .radio {
    display: inline-flex;
}



body .pc-checkout.btn.btn-primary {
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    position: relative;
}
body .pc-checkout.btn.btn-primary svg {
    position: absolute;
    right: 8px;
    top: calc(50% - 13px);
    height: 24px;
}
body .pc-checkout.btn.btn-primary svg path {
    stroke: rgb(255, 255, 255);
}








.ac-order-item {
    position: relative;
}
.ac-order-item-inner {
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
}
.ac-order-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}
.ac-order-item:last-of-type:after {
    display: none;
}

.ac-order-item-info-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.ac-menu-item-accordion {
    display: none;
}
.ac-order-item-row {
    display: flex;
}
.ac-order-item-row {
    display: flex;
    align-items: center;
    width: 100%;
}
.ac-order-item-td-number {
    position: relative;
    width: 15%;
    padding-left: 35px;
    font-size: 20px;
    font-weight: 500;
    color: #2a2522;
}
.ac-order-item-td-number:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: auto;
    height: auto;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ac-order-item-td-number:before {
    border-top: 9px solid var(--temecolor);
}
.ac-order-item-inner[aria-expanded="true"] .ac-order-item-td-number:before {
    margin-top: -15px;
    border-bottom-color: #949494;
    border-top: 9px solid transparent;
}

.ac-order-item-td-date_added {
    position: relative;
    display: block;
    width: 22%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.ac-order-item-td-total {
    position: relative;
    display: block;
    width: 28%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2a2522;
}

.ac-order-item-td-ship {
    position: relative;
    display: block;
    width: 35%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2a2522;
}

.ac-order-item-info-products-title {
    display: flex;
    margin: 15px 0;
    justify-content:space-between;

    font-size: 18px;
    color: #666;
    font-weight: 500;
}
.ac-order-item-info-products-title > div:nth-of-type(2) {
    width: 10%;
    text-align: center
}

.ac-order-item-info-product {
    display: flex;
    align-items: center;
}
.ac-order-item-info-product-img {
    width: 20%;
}
.ac-order-item-info-product-name {
    position: relative;
    display: block;
    width: 70%;
    font-size: 18px;
    padding-left: 20px;
}
.ac-order-item-info-product-name a {
    font-weight: 500;
}
.ac-order-item-info-product-quantity {
    width: 10%;
    text-align: center;
    font-size: 18px;
}
.ac-menu-link:hover {
    color: var(--temecolor);
}
.ac-order-item-info-product {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.ac-order-item-info-product:last-of-type {
    border: none;
}




#simpleedit input[type=text],
#simpleedit input[type=password],
#simpleedit input[type=email],
#simpleedit input[type=tel],
#simpleedit input[type=phone],
#simpleedit input[type=date],
#simpleedit input[type=time],
#simpleedit select,
#simpleedit textarea,
#simpleaddress input.form-control {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
	border-radius: 20px;
}


#simpleedit .buttons {
    margin-top: -15px;
}


.popup-success {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}
#simpleedit input {
    font-size: 14px;
}



#account-address-list .address-list {
    margin: 15px 0;
}
#account-address-list .address-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    padding: 0 15px;
}
#account-address-list .radio .check {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #f14d01;
}
#account-address-list .radio input:checked+.check {
    background: #f14d01;
}
#account-address-list .address-group .input-wrapper {
    width: calc(100% - 47px);
    padding-left: 15px;
    margin-bottom: 0;
    position: relative;
}
#account-address-list .input-wrapper,
#account-address-list .input-wrapper .form-control {
    cursor: pointer !important;
}
#account-address-list .input-wrapper .form-control[readonly] {
    background: #fff;
	border-radius: 20px;
}
.address-group .address-remove {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-group .address-remove svg {
    max-width: 100%;
}
.address-group .address-remove svg path {
    transition: all .25s;
}
.address-group .address-remove:hover svg path {
    fill: #f14d01 !important;
}
.ac-address-list {
    padding-bottom: 30px;
}



.ac-address-add-btn {
    display: flex;
    align-items: center;
    margin-left: 40px;
    padding: 0 !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0e0e0e !important;
    background: none !important;
    box-shadow: none !important;
}
.ac-address-add-btn .icon {
    border: 1px solid #0e0e0e;
    box-sizing: border-box;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    position: relative;
    transition: all .25s;
}
.ac-address-add-btn  .icon:before,
.ac-address-add-btn  .icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: #0e0e0e;
    transition: all .25s;
}
.ac-address-add-btn .icon:before {
    width: 2px;
    height: 12px;
}

.ac-address-add-btn:hover {
    color: #f14d01 !important;
}
.ac-address-add-btn:hover .icon {
    border-color: #f14d01;
}
.ac-address-add-btn:hover .icon:before,
.ac-address-add-btn:hover .icon:after {
    background: #f14d01;
}





.placeholder-body .dropdown-menu,
#shipping_address_address_1 ~ .dropdown-menu,
#address_address_1 ~ .dropdown-menu {
    max-height: 195px;
    overflow: auto;
}
.placeholder-body .dropdown-menu li > a,
#shipping_address_address_1 ~ .dropdown-menu a,
#address_address_1 ~ .dropdown-menu a {
    background: none;
    padding: 6px 12px;
    font-size: 13px;
}
.placeholder-body .dropdown-menu li > a:hover,
#shipping_address_address_1 ~ .dropdown-menu a:hover,
#address_address_1 ~ .dropdown-menu a:hover {
    color: #f14d01;
	background: none;
}

#address-popup.modal-custom .modal-body {
    padding: 50px 50px 50px;
}





.menu-cart-btn-wrap {
    margin-left: auto;  
}
.menu-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hcATZE {
    height: 24px;
    width: 1px;
    margin: 0px 12px;
    background: rgb(255, 255, 255);
    opacity: 0.4;
}
.cart-button__quantity {
    transition: transform 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    opacity: 1;
    transform: translateX(0px);
}
.menu-cart-btn svg {
    position: absolute;
    top: 15px;
    right: 16px;
    transition: transform 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    opacity: 0;
    transform: translateX(-5px);
}
.menu-cart-btn:hover .cart-button__quantity {
    opacity: 0;
    transform: translateX(2px);
}
.menu-cart-btn:hover svg {
    opacity: 1;
    transform: translateX(0px);
}

@media (min-width: 768px) {
    #checkout-popup.modal-vertical-center.modal {
        text-align: right;
    }

    #checkout-popup .modal-dialog {
        margin-top: 0;
        margin-bottom: 0;
    }
    #checkout-popup .modal-content {
        border-radius: 0 !important;
    }
    #checkout-popup .modal-body {
        background: #fff;
    }

    #checkout-popup .close-modal {
        right: 495px;
        top: 50%;
        transform: translateY(-50%);
        position: fixed;
    }

    #checkout-popup .modal-dialog {
        width: 470px;
    }

    #checkout-popup .modal-body {
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 0 !important;
        padding-top: 0;
        padding-bottom: 30px;
    }
}



.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;
}

.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;
}
.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;
}
.flex-option-radio input:checked + label{
	/*text-decoration: underline;*/
}
.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;
}
.img-responsive{
	transition: all .15s linear;
    mix-blend-mode: multiply;
}
.profit-container{
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
}
.product-profit{
	color: #fff;
	background: var(--temecolor);
	padding: 7px 10px;
	border-radius: 50px;
	display: inline-block;
	min-width: 50px;
	text-align: center;
	font-weight: bold;
	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); 
}
.p-15p{
	padding: 15px 15px 15px 8px;
	flex-wrap: wrap;
}
.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;
}
.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;
}
.pp-left .save-option {position: absolute;display: none;}
.pp-left .save-option:after {content:' ▷'}
.pp-title-wrap.product{
	display: flex;
	flex-wrap:wrap;
	gap:15px 3%;
	margin-right: -30px;
	padding: 15px 0;
}
.insert-data .img-responsive{
	margin: 3px 0 0 3px;
	padding: 0px;
}
.h-popular-item-img img{
	margin: auto;
}
.pp-left .product-thumb{
	overflow: hidden;
	margin: 0;
	border: none;
}
.product-layout.popup {
	background: #fff;
	text-align: center;
	border-radius: 8px;
	box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 10px;
	width: 30%;
	border:1px solid #fff;
	transition: box-shadow 150ms ease-out 0s, border;
	cursor: pointer;
}
.pr-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 14px;
	position: relative;
	z-index: 5;
	height: 32px;
	overflow: hidden;
}
.product-layout.popup .pr-price{
	font-size: 14px;
	line-height: 16px;
	height: 35px;
}
.product-layout.popup .pr-price .price-old{
	display: inline-block;
}
.product-layout.popup.selected{
	border: 1px solid var(--temecolor);
	position: relative;
}
#simplecheckout_shipping .radio label:has(input:checked):after,
.product-layout.popup.selected:before,
.s-form-wrap .radio.slide:not(:last-child):has(input:checked) label:before{
	content:"";
	position: absolute;
	top:6px;
	right: 8px;
	background: var(--temecolor);
	mask-image: url('../icons/icon-select-border.svg');
	display: block;
	width: 23px;
	height: 23px;
	z-index: 2;
	animation: show .3s linear;
	animation-iteration-count: 1

}
#simplecheckout_shipping .radio label:has(input:checked):after{
	top:6px;
}
@keyframes show {
	0%{background: #fff;}
	100%{background: var(--temecolor);}
}
.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;
}
/*fix card modal*/
#checkout-popup #popupcart_extended .popupcart-info{
	min-height: calc(100vh - 30px);
	display: flex;
	flex-direction: column;
}
#checkout-popup #popupcart_extended .pato{flex: auto;}
#checkout-popup{
	padding: 0 !important;
}
#checkout-popup .svg-angle-top, #simplecheckout_cart .svg-angle-top{
	top: auto;
	bottom: -9px;
	rotate: 180deg;
	left: 79px;
	right: auto;
}
#checkout-popup .modal-content {
	min-height: 100vh;
}
.please-wait{
	opacity: .4;
	pointer-events: none;
}
.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;
}
#checkout-popup .total-total, 
.group .pc-item-info .pc-item-name a{
	font-weight: 500;
	/*! line-height: 16px; */
}
.group .pc-item-info .pc-item-price{
	margin: 0;
	color: #444;
	font-weight: 500;
	text-align: right;
}

/*end fix card modal*/
.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;
}
.radio.slide,
.modal-open{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* fix checkout simple */
.total-shipping .pc-attr-btn,
#simplecheckout_cart .pc-attr-btn{
	position: relative;
	display: inline-block;
	right: auto;
	top: 5px;
	margin: -8px 0;
}
.simplecheckout-cart-total > span {
	position: relative;
}
.simplecheckout-cart-total .pc-attr-section-wrap{
	text-align: left;
	right: 96px;
}
#simplecheckout_cart .pc-quantity {
	width: 118px;
}
#simplecheckout_cart .price-old {
	display: inline-block;
	overflow: clip;
}
/* slide addres */
.s-form-wrap .row-shipping_address_field30 .control-label{
	opacity: 1;
	background: linear-gradient(#fff 70%, #0000 30%);
	display: none !important;
}
.s-form-wrap .row-shipping_address_field30{
	width: 100% !important;
	padding: 10px 10px 0;
	background: #fff;
	margin: 0px !important; 
	z-index: 2;
}
.s-form-wrap .row-shipping_address_field30 .col-sm-8 > div:first-child{
	display: flex;
	gap: 10px;
	overflow: hidden;
	padding: 10px 0;
	margin: -10px 0;
}
.s-form-wrap .radio.slide input{
	display:none;
}
.s-form-wrap .radio.slide label{
	padding: 5px 45px;/* responsive */
	border-radius: 24px;
	border: 1px solid #bbb;
	margin: 0;
	text-align: center;
	position: relative;
	transition: all 0.2s linear;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	line-height: 16px;
}
.s-form-wrap .radio.slide label:after{
	content: '';
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1.40852 0 13.54 18.5"><path d="M5 16C4 12 0 8 0 5 0 3 1 0 5 0 9 0 10 3 10 5 10 8 6 12 5 16ZM3 5A1 1 0 007 5 1 1 0 003 5M4 15C-6 16 0 18.5 5 18.5 11 18.5 17 16 6 15 13 16 8 17 5 17 2 17-3 16 4 15" fill="%23000"/></svg>');
	background: #bbb;
	display: block;
	height: 36px;
	position: absolute;
	mask-repeat: no-repeat;
	width: 20px;
	top: 6px;
	left: 15px;
	transition: all 0.2s linear;
}
.s-form-wrap .radio.slide:not(:last-child):has(input:checked) label{border-color: var(--temecolor); font-weight: 500;}
.s-form-wrap .radio.slide:has(input:checked + .insert-addres) label{border-color: var(--temecolor); font-weight: 500;}
.s-form-wrap .radio.slide:has(input:checked) label span{border-color:var(--temecolor);}
.s-form-wrap .radio.slide:has(input:checked) label:after{background: var(--temecolor); font-weight: 500}
.s-form-wrap .radio.slide{
	padding: 0;
	flex: 1 0 100%; 
	height: 40px;
	transition: margin-left 0.4s ease-in;
}
.s-form-wrap .radio.slide:last-child:not(.insert-addres) label:after{display: none;}
.s-form-wrap .radio.slide:last-child label:before{
	content: '+';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #bbb;
	font-size: 16px;
	color: #333;
	line-height: 17px;
	padding: 1px 0;
	margin-left: -27px;
	margin-right: 7px;
}
.s-form-wrap .radio.slide:last-child label::before,
.s-form-wrap .radio.slide:last-child label span{
	transition: all 0.2s linear;
}
.s-form-wrap .radio.slide:last-child label:hover::before,
.s-form-wrap .radio.slide:last-child label:hover span{
	color:var(--temecolor);
	border-color: var(--temecolor);
}

.modal-body .simpleregister-button-block.buttons{
	margin-top: -75px !important;
}
/* small slide */
.next-btn,.back-btn{
	width: 24px;
	height: 24px;
	background: #fff9;
	box-shadow: 0px 1px 5px 0px #0004;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 24px;
	z-index: 2;
	cursor: pointer;
	top: 50%;
	margin-top: -13px;
	color: #000a;
}
.row-shipping_address_delivery_time{display: none}
.back-btn:after,.next-btn:after{
	content:'❯';
}
.back-btn:after{
	content:'❮';
}
.back-btn{
	right: auto;
	left: 0;
}
.delivery-zone {
	position: absolute;
	bottom: -7px;
	left: 40px;
	color: #888;
	font-weight: inherit;
	font-size: 10px;
	padding: 0px 10px;
	background: #fff;
	z-index: 1;
	border: 1px solid #bbb;
	border-radius: 9px 9px 0 0;
	line-height: 12px;
	border-bottom: none;
}
.delivery-zone:before, .delivery-zone:after{
	content:'';
	background: #fff;
	display: block;
	position: absolute;
	width: 3px;
	height: 50%;		
	bottom: 0px;
	left: -2px;
}
.delivery-zone:after{
	left: auto;
	right: -2px
}
@keyframes blinc {
	0%{ opacity: .5 }
	50%{ opacity: 1 }
	100%{ opacity: .5 }
}
.delivery-zone > span{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	border-radius: 50%;
	animation: blinc 2s linear infinite;
}
#map_checkout{
	border: 1px solid var(--temecolor);
	border-radius:0 0 15px 15px;
	display: none !important;
}
.simplecheckout .error-message.map-error{
	margin: 10px 0;
	border: 1px solid var(--temecolor);
	background: #fff;
	z-index: 1;
}

.simplecheckout .error-message.map-error p {margin: 0}
.ol-unselectable.ol-layers{
	display: block !important;
}
.save-addres-checkout{
	margin: 8px 10px 8px auto;
}
.simplecheckout-error-text.delete-me{
	margin: auto 0 auto 10px;
}
.insert-addres .edit-addres{
	color:#555;
	font-size: 10px;
}
#address-popup h3{
	margin: 0 10px 15px;
}
#address-popup .modal-dialog.map h3{
    margin: 0 0 5px
}
#address-popup .modal-dialog.map .description{
    color:#555;
	line-height: 16px;
}
	/* payment */
#simplecheckout_shipping input,
#simplecheckout_payment input{display: none}

#simplecheckout_shipping .radio.slide,
#simplecheckout_payment .radio{
	display: flex;
}
.row-customer_norecall label,
#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label{
	background: #fff;
	box-shadow: 0 0 6px 0px #0002;
	border:1px solid #bbb;
	border-radius: 20px;
	position: relative;
	align-content: center;
	font-size: 13px;
	padding: 10px 10px;
	font-weight: 500;
	color:#444;
	line-height: 16px;
	min-height: 40px;
	transition: all 0.2s linear;
}
#simplecheckout_shipping .radio label{
	text-align: center;
}
.row-customer_norecall label,
#simplecheckout_payment .radio label{
	border:none;
	box-shadow: none;
	border-radius: 0;
	padding: 5px 0 5px 18px;
	min-height: auto;
}
#simplecheckout_shipping .radio label:hover{
	color: var(--temecolor);
	transform: scale(1.04);
}
#simplecheckout_payment .radio label:hover{
	color: var(--temecolor);
}
#simplecheckout_shipping .radio label:hover::before{
	background: var(--temecolor);
}
.simplecheckout-left-column .row-customer_norecall,
#simplecheckout_shipping .radio label::before{
	display: none;
}

#simplecheckout_shipping .radio label:has(input:checked){
	border-color: var(--temecolor);
	color:var(--temecolor);
	padding-right: 30px;
}
#simplecheckout_shipping .radio label:has(input:checked):before{
	background: var(--temecolor);
}
.row-shipping_address_zone1{ display: none !important; }

/* google doc fix css */
#product-popup .price-old.combo-constructor{ display: none }
.head-items .f-contact-item-telephone a:before {filter:none;width: 30px;height: 30px;background-size: contain;}
.head-items .f-contact-item-telephone{
	margin: 0;
}
.head-items .f-contact-item-telephone.visible-xs a {
	font-size: 16px;
}
.head-items .f-contact-item-telephone.visible-xs a:before{
	width: 22px;height: 22px;
}
#information-information img{
	border-radius: 10px;
	max-width: 40%;
	height: auto !important;
	margin-bottom: 15px;
}
#information-information img[style*='float: left;']{
	margin-right: 15px;
}
#information-information img[style*='float: right;']{
	margin-left: 15px;
}
.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;
}

.ppk-placeholder-lr[data-side="left"] img {
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
}

.pp-kit .ppk-placeholder > img.layer_hidden {
	visibility: hidden !important;
	opacity: 0 !important;
}
.ppk-placeholder {
	border: solid 1px #EEE;
	border-radius: 16px;
}
.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img, .ppk-placeholder-lr-cart[data-side="right"] .ppk-placeholder-img img{
	width: 100%;
}
.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img, .ppk-placeholder-lr-cart[data-side="right"] .ppk-placeholder-img{
	width: 200%;
	margin-left: -100%;
}
#product-popup {padding-left: 0 !important;}
.combo-constructor .h-popular-item-price{
	display: flex;
	align-items: center;
}
#simplecheckout_comment .panel-heading{
	margin: 15px 0 10px;
}
#simplecheckout_comment{ margin-bottom: 20px !important; }
#simplecheckout_shipping .panel-heading{ margin: 0 }
#simplecheckout_customer{margin-bottom: 20px; }
.simplecheckout-cart-total.wrong {
	outline: 1px solid rgba(212, 0, 0, 0.6);
	outline-offset: 3px;
	margin: 4px 0;
	padding: 3px 0;
	border-radius: 4px;
	font-weight: 500;
	color:rgba(212, 0, 0, 0.6);
}
.total-shipping .pc-total-text{
	color:inherit;
}
@keyframes error-blinnk {
	0%{
		filter: drop-shadow(0 0px 0px #f00);
	}
	25%{
		filter: drop-shadow(0 0px 3px #f00);
		transform:scale(1.02);
	}
	50%{
		filter: drop-shadow(0 0px 0px #f00);
	}
	75%{
		filter: drop-shadow(0 0px 2px #f00);
	}
	100%{
		filter: drop-shadow(0 0px 0px #f00);
		transform:scale(1);
	}
}
.error-animation{
	filter: drop-shadow(0 1px 2px #f00);
	animation: error-blinnk 0.4s normal forwards ease-in-out ;
}
#simplecheckout_shipping_address .map-preload {
	margin-top: 10px;
}
.error-card-min{
	opacity: .4;
}

.placeholder-body {
	position:relative;
	z-index:2;
}
.form-group .placeholder-body label,
.s-form-wrap .form-group.placeholder-body label,
.placeholder-body label {
	position:absolute;
	color:#555;
	z-index:-1;
	top:0;
	left: 13px;
	opacity: 0;
	transition:all 0.2s;
	display: block;
}
.placeholder-body input {
	background: none;
}
.s-form-wrap .form-group.placeholder-body.show-label label,
.s-form-wrap .form-group.placeholder-body input:focus ~ label,
.s-form-wrap .form-group.placeholder-body input:valid ~ label,
.placeholder-body textarea:focus ~ label,
.placeholder-body textarea:valid ~ label,
.placeholder-body input:focus ~ label,
.placeholder-body input:valid ~ label {
	font-size: 12px;
	margin-top: -6px;
	color: var(--temecolor);
	background: #fff;
	left: 13px;
	z-index: 1;
	line-height: 12px;
	padding: 0 2px;
	opacity: 1;
	transform: none;
}
#search-address{
	margin: 0 0 15px 0;
	padding-right: 100px;
}
.search-address .btn-groups,
.row-customer_promocode .btn-groups{
	position: absolute;
	right: 4px;
	top: 4px;
	padding: 6px 20px;
	font-size: 14px;
}
#information-information .search-address{
	margin: 0;
}

#form-review input.form-control, #form-review textarea.form-control,
#information-information .search-address input{
	border-radius: 20px;
}
#information-information .error-message{
	margin: 0 0 -1px;
	z-index: 2;
}
#information-information .error-message p {margin: 0}
#information-information #map_delivery{
	border:1px solid #bbb;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 15px;
}
.overflow{
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}
.overflow .overflow-shop{
	width: 100vw;
	height: 100vh;
	display: flex;
	place-content: center;
	align-items: center;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	padding: 15px;
}
.overflow-shop img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
	background: #fff9;
	box-shadow: 0 5px 15px 1px #000;
}
.modal-custom .modal-body.promo-product .pato__item:first-child{
	margin-left: auto;
}
.modal-custom .modal-body.promo-product .pato__item:last-child{
	margin-right: auto;
}
.modal-custom .modal-body.promo-product .pato{
	width: calc(100% + 32px);
}
.modal-custom .modal-body.promo-product{
	padding: 10px 16px 30px;
	overflow: hidden;
}
#simplecheckout_proceed_payment span{
	display: inline-block;
	margin: -14px 0 0 0;
	height: 15px;
	overflow: hidden;
	animation: waitDotter 1s linear infinite;
}
#simplecheckout_proceed_payment span:nth-child(2){
	animation-delay: 0.2s;
}
#simplecheckout_proceed_payment span:nth-child(3){
	animation-delay: 0.4s;
}
@keyframes waitDotter {
	0%{height: 15px;}
	20%{height: 18px;}
	40%{height: 15px;}
	100%{height: 15px;}
}
.rating-star div label{
	position: relative;
}
.rating-star div label:not(.control-label):after,
.rating-star div label:not(.control-label):before{
	font-family: FontAwesome;
	font-size: 25px;
	color:#fc0;
	cursor: pointer;
	content: "\f005";
}
.rating-star div input{
	display: none;
}
.rating-star div label:not(.control-label):after,
.rating-star div input:checked ~ label:not(.control-label):before{
	color:#000;
	content: "\f006";
}
.rating-star div label:not(.control-label):after{
	position: absolute;
	left:0;
	color:#E69500;
}
.rating-star div input:checked ~ label:not(.control-label):after{
	color:#222;
}
#tab-review .fa.fa-star.fa-stack-2x{
	color:#fc0;
}
#tab-review .fa.fa-star.fa-stack-2x + .fa.fa-star-o.fa-stack-2x{
	color:#E69500;
}

#simplecheckout_customer .form-group.row-customer_promocode,
a[onclick=actionConstructor\(\'option\'\)]{
	display: none;
}
/* google doc fix css end */

.progress-bar-wrapper {
	font-size: 15px;
	margin-bottom: 5px !important;
	display: flex;
	flex-direction: column;
}

.progress-bar-wrapper p {
	align-self: center;
}

@media (min-width: 336px) and (max-width: 391px) {
	.progress-bar-wrapper p {
		width: 80%;
	}
}

.progress-bar {
	margin: 20px 0;
	overflow: hidden;
	background: #ffc9c9;
    width: 100%;
}

.progress-bar__inner {
	height: 1px;
	position: relative;
	background: #921b1b;
	transition: width 1s;
}

footer .powered {
	color: var(--yellow);
}

footer a:hover {
	color: var(--yellow);
}

#callback_popup .line-text {
	margin: 5px 0 10px;
}

#callback_popup .line-text {
	position: relative;
	display: block;
	padding: 0 10px;
	background-color: #fff;
	color: #98989d;
	text-align: center;
}

.line-text span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
}

.line-text::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: rgba(152,152,157,.2);
}

#callback_popup .form-group {
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

#callback_popup .alert.alert-success {
	display: none;
}

.c_login_button {
	float: unset;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
}
#callback_popup .modal-body {
	position: relative;
	padding: 20px;
	padding-bottom: 25px;
}

button#popup_register_submit {
	margin: 7px auto;
	display: block;
	margin-top: 15px;
}
#callback_popup .form-control.error_input {
	border: 1px solid red !important;
}

input.error_input::placeholder {
	color: red;
}

input#input-code_login, input#input-code_register {
	max-width: 116px;
}

.text_success_send {
	display: none;
	font-size: 11px;
	color: #000;
}

.text_success_send.sended {
	display: block;
}

.btn.btn-ordercart {
	border-style: dashed;
	border-width: 2px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 18px;
	background-color: #ffffff;
	border-color: #000000;
}
div.phone_notice {
	font-size: 11px;
	color: #999;
	padding: 0px 15px 3px;
}
#callback_popup input {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	border-radius: 20px;
}
#callback_popup .passwords input{
	width: 40%;
}

#callback_popup input[type='number'] {
	-moz-appearance: textfield;
	font-size: 14px;
	letter-spacing: 1.5px;
}
#callback_popup input[type='number']::-webkit-outer-spin-button,
#callback_popup input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#callback_popup .error {
	text-align: center;
	color: var(--temecolor);
	margin-top: -8px;
	margin-bottom: 25px;
}

.call_us_description {
	display: block;
	font-size: 12px;
	text-align: left;
}

.f-contact-item-telephone {
	display: flex;
	align-items: center;
}

.f-contact-item-telephone .fa {
	font-size: 26px;
	padding-right: 10px;
}

#telegram-popup .button_wrapper,
#callback_popup .button_wrapper {
	display: flex;
	justify-content: center;
}

#callback_popup .form-group + .form-group {
	margin-top: 25px;
}

.callback_phone_btn_wrapper {
	position: fixed;
	right: 10%;
	bottom: 120px;
}

.phone-ring-wrap {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	animation: ring 1s infinite;
	transform-origin: 50% 50%;
	overflow: hidden;
}

.phone-ring-wrap img {
	position: relative;
	z-index: 2;
	width: 52px;
	height: 52px;
}

/* SVG коло */
.phone-ring-wrap svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.phone-ring-wrap circle {
	fill: none;
	stroke: url(#grad1);
	stroke-width: 3px;
	stroke-dasharray: 157.1; /* нова довжина кола для r=25 */
	stroke-dashoffset: 157.1;
	animation: circle-progress 2s linear infinite;
}

@keyframes ring {
	0%   { transform: rotate(0); }
	10%  { transform: rotate(8deg); }
	20%  { transform: rotate(-8deg); }
	30%  { transform: rotate(6deg); }
	40%  { transform: rotate(-6deg); }
	50%  { transform: rotate(4deg); }
	60%  { transform: rotate(-4deg); }
	70%  { transform: rotate(2deg); }
	80%  { transform: rotate(-2deg); }
	100% { transform: rotate(0); }
}

@keyframes circle-progress {
	0% {
		stroke-dashoffset: 157.1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

.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%;
}

@media (max-width: 767px) {
	.stick_row .product_name {
		font-weight: 600;
		font-size: 12px;
		line-height: 11px;
	}

	.row_sticks .pc-item-info {
		width: calc(100% - 80px);
	}

	.callback_phone_btn_wrapper {
		right: 15px;
		bottom: 150px;
	}

	.call_us_description {
		font-size: 10px;
	}
}