/*Theme Name:Special Peony Garden
Version:1.0
Description:Эксклюзивная разработка специально для проекта "Peony Garden". Разработано специалистами "SpecialCase" в 2020 году.
Author:SpecialCase
Author URI:https://specialcase.net
*/
/*Fonts*/
@font-face{
	font-family: 'Gilroy';
	font-weight: 400;
	src: url('fonts/Gilroy-Regular.ttf');
}
@font-face{
	font-family: 'Gilroy';
	font-weight: 500;
	src: url('fonts/Gilroy-Medium.ttf');
}
@font-face{
	font-family: 'Gilroy';
	font-weight: 600
	src: url('fonts/Gilroy-SemiBold.ttf');
}
@font-face{
	font-family: 'Gilroy';
	font-weight: 700;
	src: url('fonts/Gilroy-Bold.ttf');
}
/*Wp-post-style*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
 	max-width: 100%;
 	height: auto;
}
.alignleft,
img.alignleft{
 	display: inline;
 	float: left;
 	margin-right: 24px;
 	margin-top: 4px;
}
.alignright,
img.alignright{
 	display: inline;
 	float: right;
 	margin-left: 24px;
 	margin-top: 4px;
}
.aligncenter,
img.aligncenter{
 	clear: both;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter{
 	margin-bottom: 12px;
}
.wp-caption{
 	background: #f1f1f1;
 	line-height: 18px;
 	margin-bottom: 20px;
 	padding: 4px;
 	text-align: center;
}
.wp-caption img{
 	margin: 5px 5px 0;
 	max-width: 622px;
}
.wp-caption p.wp-caption-text{
 	color: #777;
 	font-size: 12px;
 	margin: 5px;
}
.wp-smiley{
 	margin: 0;
}
/*fancybox-style*/
.fancybox-slide--html{
	overflow-x: hidden;
}
.fancybox-close-small{
	width: 40px;
	height: 40px;
	color: #acabaa;
	padding: 0;
	right: 7px;
	top: 7px;
}
.fancybox-close-small svg{
	opacity: 1;
}
.fancybox-slide--image .fancybox-content{
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*Default style*/
.hidden{
	display: none !important;
}
.container-fluid{
	box-sizing: border-box;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.container-fluid .container{
	height: inherit;
	width: 1140px;
	margin: 0 auto;
	clear: both;
}
.f-c::after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.c-h,
.fancybox-close-small,
label,
input[type="submit"],
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a{
	color: inherit;
	text-decoration: none;
}
html{
	overflow-x: hidden;
}
body{
	font-family: Gilroy;
	font-size: 17px;
	color: #212121;
	line-height: 1;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
body *::after,
body *::before,
body *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
	-o-transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
	transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
}
input[type="submit"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border: none;
}
input[type="number"]{
	-moz-appearance: textfield;
}
input[type="number"]::-ms-expand{
	display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input{
	font: inherit
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea:-moz-placeholder,
input:-moz-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea::placeholder,
input::placeholder{
	opacity: 0.8;
	color: inherit;
}
/* inputs-group-style */
.inputs-group-type-a textarea,
.inputs-group-type-a .input{
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #dbd8d6;
	background-color: #fff;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.woocommerce-invalid textarea,
.woocommerce-invalid .input{
	border-color: red !important;
}
.inputs-group-type-a textarea:focus,
.inputs-group-type-a .input:focus,
.inputs-group-type-a textarea:hover,
.inputs-group-type-a .input:hover{
	border-color: #f6cacf;
}
.inputs-group-type-a .input{
	height: 44px;
	padding: 0 15px;
}
.inputs-group-type-a textarea{
	padding: 13px 20px;
	resize: vertical;
}
.inputs-group-type-a label{
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
}
.inputs-group-type-a textarea:-ms-input-placeholder,
.inputs-group-type-a .input:-ms-input-placeholder{
	color: #a4a2a0;
}
.inputs-group-type-a textarea::-moz-placeholder,
.inputs-group-type-a .input::-moz-placeholder{
	color: #a4a2a0;
}
.inputs-group-type-a textarea:-moz-placeholder,
.inputs-group-type-a .input:-moz-placeholder{
	color: #a4a2a0;
}
.inputs-group-type-a textarea::-webkit-input-placeholder,
.inputs-group-type-a .input::-webkit-input-placeholder{
	color: #a4a2a0;
}
.inputs-group-type-a textarea::placeholder,
.inputs-group-type-a .input::placeholder{
	color: #a4a2a0;
}
.checkbox{
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #dbd8d6;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}
.checkbox:before{
	content: "\e807";
	font-family: "fontello";
	color: #d39592;
	opacity: 0;
}
input:checked + .checkbox:before{
	opacity: 1;
}
.checkbox-type-b{
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #dbd8d6;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}
.checkbox-type-b:before{
	content: "\e807";
	font-family: "fontello";
	opacity: 0;
}
input:checked + .checkbox-type-b:before{
	opacity: 1;
}
.radio{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #dbd8d6;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.radio:before{
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border-radius: 50%;
	background-color: #d39592;
	opacity: 0;
}
input:checked + .radio:before{
	opacity: 1;
}
.radio-type-b{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #dbd8d6;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.radio-type-b:before{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border-radius: 50%;
	background-color: #d39592;
	opacity: 0;
}
input:checked + .radio-type-b:before{
	opacity: 1;
}
.img-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
}
.img-wrap img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.img-wrap.contain img{
	object-fit: contain;
}
.img-wrap.scale img{
	object-fit: scale-down;
}
b,
strong{
	font-weight: 700;
}
i{
	font-style: italic;
}
button{
	cursor: pointer;
}
.section-content{
	line-height: 28px;
}
.section-content > *{
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-content > *:first-child{
	margin-top: 0;
}
.section-content > *:last-child{
	margin-bottom: 0;
}
.title-type-a,
.title-type-b,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6{
	font-weight: 500;
}
.h1,
.section-content h1{
	font-size: 32px;
	line-height: 1.2;
}
.section-content h1{
}
.h2,
.section-content h2{
	font-size: 28px;
	line-height: 1.2;
}
.h3,
.section-content h3{
	font-size: 22px;
	line-height: 1.3;
}
.section-content h3{
}
.h4,
.section-content h4{
	font-size: 21px;
	line-height: 1.4;
}
.section-content h4{
}
.h5,
.section-content h5{
	font-size: 20px;
	line-height: 1.4;
}
.section-content h5{
}
.h6,
.section-content h6{
	font-size: 19px;
	line-height: 24px;
}
.section-content h6{
}
.section-content a{
	color: #bb7975;
	border-bottom: 1px solid transparent;
}
.section-content a:hover{
	border-bottom-color: #bb7975;
}
.section-content ul > li,
.section-content ol > li{
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
}
.section-content ul > li:first-child,
.section-content ol > li:first-child{
	margin-top: 0;
}
.section-content ul > li:last-child,
.section-content ol > li:last-child{
	margin-bottom: 0;
}
.section-content ul > li{
	padding-left: 14px;
}
.section-content ol > li{
	counter-increment: item;
	padding-left: 26px;
}
.section-content ul > li:before,
.section-content ol > li:before{
	position: absolute;
	left: 0;
	top: 0;
	color: #d39592;
}
.section-content ol > li:before{
	content: counter(item) ".";
	font-weight: 700;
}
.section-content ul > li:before{
	content: "\2022";
	font-size: 24px;
}
.section-content blockquote{
	position: relative;
	padding: 20px 20px 20px 83px;
	background-color: #f6f4f2;
}
.section-content blockquote:before{
	content: "";
	position: absolute;
	width: 35px;
	height: 24px;
	left: 30px;
	top: 22px;
	background-image: url('img/quote.png');
	background-size: contain;
	background-size: scale-down;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.section-content .table-wrap{
	overflow: auto;
}
.section-content table{
	table-layout: fixed;
}
.section-content thead{

}
.section-content tr{

}
.section-content th{
	padding: 11px 25px;
	font-weight: 700;
	text-align: left;
	background-color: #f6caca;
	border-bottom: 10px solid #fff;
	line-height: 1.2;
}
.section-content tbody{
}
.section-content td{
	padding: 5px 25px;
	background-color: #f3f1ef;
	border-bottom: 1px solid #fff;
	/* line-height: 1.2; */
}
.section-content tr:last-child td{
	border-bottom: none;
}
.section-content tr:nth-of-type(2n) td{
	background-color: #f7f6f5;
}
.title-type-a{
	font-size: 42px;
}
.title-with-flowers{
	position: relative;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	padding: 20px 98px 0;
}
.title-with-flowers:after,
.title-with-flowers:before{
	content: "";
	position: absolute;
	background-size: scale-down;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.title-with-flowers:before{
	width: 75px;
	height: 54px;
	left: 0;
	top: 0;
	background-image: url('img/decor-flower-2.png');
}
.title-with-flowers:after{
	width: 75px;
	height: 46px;
	right: 10px;
	top: 5px;
	background-image: url('img/decor-flower-1.png');
}
.currency-r-2,
.currency-r{
	display: inline-block;
	white-space: nowrap;
}
.currency-r-2:after,
.currency-r:after{
	display: inline-block;
	margin-left: 3px;
	font-family: Fontello;
	font-weight: 400;
}
.currency-r:after{
	content: "\F158";
	font-size: .9em;
}
.currency-r-2:after{
	content: "\E810";
	font-size: .8em;
	position: relative;
	bottom: 1px;
}
.button{
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 5px 25px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
}
submit.button{
	display: inline-block;
}
button.button{
	display: inline-block;
	border: none;
}
.button:before{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px dashed;
	border-radius: 20px;
}
.button.pink{
	background-color: #f6caca;
}
.button.pink:hover{
	background-color: #f8d3d3;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.button.pink:before{
	border-color: #d39592;
}
.button.white{
	background-color: #fff;
}
.button.white:hover{
	color: #d29592;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.button.white:before{
	border-color: #e2e2e2;
}
.custom-icon-minus,
.custom-icon-plus{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
}
.custom-icon-minus:before,
.custom-icon-plus:after,
.custom-icon-plus:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #a39f9c;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-icon-minus:before,
.custom-icon-plus:before{
	width: 100%;
	height: 2px;
}
.custom-icon-plus:after{
	width: 2px;
	height: 100%;
}
[class^="icon-"]:before,
[class*=" icon-"]:before{
	width: auto;
	margin-left: 0;
	margin-right: 0;
	line-height: initial;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
/* header-style */
#header-top{
	font-size: 15px;
	line-height: 1.2;
	background-color: #f6f6f6;
	position: relative;
	z-index: 9;
}
#header-top .row-first{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	height: 50px;
}
#header-top .section-city{
	height: inherit;
	margin: 0 -12px;
}
#header-top .section-city > *{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: inherit;
	padding: 6px 12px;
}
#header-top .section-city i{
	display: block;
	margin-right: 10px;
	color: #c6bfbb;
}
#header-top .section-menu{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: inherit;
	margin: 0 -19px;
}
#header-top .section-menu li{
	height: inherit;
}
#header-top .section-menu a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: inherit;
	padding: 6px 19px;
}
#header-top a:hover{
	color: #d29592;
}
#header-main{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
#header-main .row-first{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header-main .section-logo{
	width: 100px;
	min-width: 100px;
	height: 90px;
	margin-right: 15px;
}
#header-main .section-logo img{
	object-position: 0 50%;
}
#header-main .section-search{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 375px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.2;
	border-radius: 20px;
	background-color: #f2f0ef;
}
#header-main .section-search:before{
	content: "\E801";
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: Fontello;
	color: #c6bfbb;
}
#header-main .section-search .input{
	position: relative;
	flex-grow: 1;
	height: inherit;
	padding-left: 50px;
	padding-right: 15px;
	font-weight: 500;
	border: none;
	background-color: transparent;
	min-width: 0;
}
#header-main .section-search .input:-ms-input-placeholder{
	color: #8e8a88;
}
#header-main .section-search .input::-moz-placeholder{
	color: #8e8a88;
}
#header-main .section-search .input:-moz-placeholder{
	color: #8e8a88;
}
#header-main .section-search .input::-webkit-input-placeholder{
	color: #8e8a88;
}
#header-main .section-search .input::placeholder{
	color: #8e8a88;
}
#header-main .section-search .submit{
	flex-basis: 90px;
	min-width: 90px;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	background-color: #f6caca;
}
#header-main .section-search .submit:hover{
	background-color: #f8d3d3;
}
#header-main .section-phone-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-right: 27px;
	align-items: center;
}
/* #footer .section-phone, */
#header-main .section-phone{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-right: 22px;
}
#footer .section-phone i,
#header-main .section-phone i{
	display: block;
	margin-right: 8px;
	font-size: 30px;
	color: #c6bfbb;
}
#header-main .section-phone i{
	margin-bottom: 8px;
}
#footer .section-phone a,
#header-main .section-phone a{
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	white-space: nowrap;
}
#footer .section-phone a:hover,
#header-main .section-phone a:hover{
	color: #d29592;
}
#header-main .section-callback{
}
#footer .section-callback a,
#header-main .section-callback a{
	display: inline-block;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #d29592;
	border-bottom: 1px solid #d8d0cc;
}
#footer .section-callback a:hover,
#header-main .section-callback a:hover{
	border-bottom-color: #d29592;
}
#header-main .section-cart{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#header-main .section-cart-icon{
	position: relative;
	display: block;
	width: 70px;
	min-width: 70px;
	height: 70px;
	margin-right: 15px;
	line-height: 70px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 5px rgba(155, 135, 123, .15);
	box-shadow: 0 2px 5px rgba(155, 135, 123, .15);
}
#header-main .section-cart-icon:before{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 2px dashed #e4dfdc;
	border-radius: 50%;
}
#header-main .section-cart-icon:hover:before{
	border-color: #d29592;
}
#header-main .section-cart-count{
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	background-color: #f6caca;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(155, 135, 123, .15);
}
#header-main .section-cart-icon i{
	font-size: 26px;
	margin-right: 6px;
}
#header-main .section-cart-icon:hover i{
	color: #d29592;
}
#header-main .section-cart-label{
	margin-bottom: 5px;
}
#header-main .section-cart-title{
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
}
#header-main .section-cart-cost{
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2;
}
#header-main .section-mobile-spacer{
	display: none;
}
#header-main .hamburger{
	position: relative;
	display: none;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
}
#header-main .hamburger span:after,
#header-main .hamburger span:before,
#header-main .hamburger span{
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
#header-main .hamburger span{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header-main .hamburger span:after,
#header-main .hamburger span:before{
	content: "";
	left: 0;
}
#header-main .hamburger span:after{
	top: 10px;
}
#header-main .hamburger span:before{
	bottom: 10px;
}
#header-menu{
	background-image: url('img/header-menu-bg.jpg');
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
	z-index: 999;
	overflow: visible;
}
#header-menu .container{
	position: relative;
}
#header-menu .section-product{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header-menu .submenu .section-product{
	/* width: 459px; */
	width: 470px;
}
#header-menu.open-submenu .section-product{
	opacity: 1;
	visibility: visible;
}
#header-menu .item{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#header-menu .item-image{
	display: block;
	width: 215px;
	height: 150px;
	margin-right: 30px;
}
#header-menu .item-body{
	width: 100%;
}
#header-menu .item-title{
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
#header-menu .item-descr{
	margin-bottom: 6px;
	font-size: 17px;
	line-height: 1.2;
}
#header-menu .item-cost-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	margin-bottom: 17px;
}
#header-menu .item-cost{
	margin-right: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}
#header-menu .item-cost:last-child{
	margin-right: 0;
}
#header-menu .item-cost.old{
	font-size: 18px;
	color: #a1a1a1;
}
#header-menu .item-cost.old .currency-r{
	text-decoration: line-through;
}
#header-menu .item-buttons .button{
	width: 142px;
	height: 46px;
	font-weight: 400;
}
#header-menu .section-menu{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -40px;
}
#header-menu .section-menu > li{
	flex-grow: 1;
}
#header-menu .section-menu > li > a{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 6px 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
#header-menu .section-menu > li.active > a,
#header-menu .section-menu > li > a:hover{
	color: #f6caca;
}
#header-menu .section-menu > li > a:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #b57775;
}
#header-menu .section-menu > li:last-child > a:before{
	display: none;
}
#header-menu .submenu{
	position: absolute;
	min-height: 213px;
	left: 28px;
	right: 28px;
	padding: 25px 620px 25px 0;
	opacity: 0;
	visibility: hidden;
}
#header-menu li:hover > .submenu{
	opacity: 1;
	visibility: visible;
}
#header-menu .submenu:before{
	content: "";
	position: absolute;
	width: 110vw;
	min-width: 1920px;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	z-index: -9;
	background-image: url('img/submenu-bg.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-box-shadow: 0 5px 20px rgba(27, 29, 31, .1);
	box-shadow: 0 5px 20px rgba(27, 29, 31, .1);
	border-top: 5px solid #f6caca;
}
#header-menu .submenu > li{
	width: 33.33%;
	float: left;
}
#header-menu .submenu > li > a{
	display: block;
	font-weight: 400;
	line-height: 22px;
	padding: 9px 12px;
}
#header-menu .submenu > li > a:hover{
	color: #d39592;
}
#header-menu .row-first{
	display: none;
}
#header-menu .section-decore{
	display: none;
}
#header-menu .section-close-button{
	display: none;
}
#header-menu .section-mobile-nav{
	display: none;
}
/* footer-style */
#footer{
	padding-top: 31px;
	padding-bottom: 38px;
}
#footer .row-first{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
#footer .section-menus{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 376px;
	min-width: 320px;
	margin: -15px;
	padding-top: 10px;
}
#footer .section-menu{
	width: 50%;
	min-width: 50%;
	padding: 15px;
}
#footer .section-menu-title{
	margin-bottom: 17px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
#footer .section-menu ul{
	margin: -5px -12px;
}
#footer .section-menu li{
	padding: 5px 12px;
	font-size: 16px;
	line-height: 22px;
}
#footer .section-menu a:hover{
	color: #d29592;
}
#footer .section-logo{
	display: block;
	width: 210px;
	height: 210px;
}
#footer .section-phone-group.second{
	display: none;
}
#footer .section-contacts{
	width: 344px;
	text-align: right;
}
#footer .section-phone-group.first{
	margin-bottom: 14px;
}
#footer .section-phone{
	margin-bottom: 3px;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
}
#footer .section-callback{

}
#footer .section-address{
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 22px;
}
#footer .section-inn{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 23px;
}
#footer .section-contacts-footer{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
#footer .section-phone{

}
#footer .section-phone a{
margin-bottom: 2px;
}
#footer .section-payment{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: -5px -4px;
}
#footer .section-payment li{
	padding: 5px 4px;
}
#footer .section-payment a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
#footer .section-social{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: -5px;
	padding-left: 30px;
}
#footer .section-social li{
	padding: 5px;
}
#footer .section-social a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #c6bfbb;
	border-radius: 50%;
}
#footer .section-social a:hover{
	color: #212121;
	background-color: #f6caca;
}
#footer .section-social a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid;
	border-radius: 50%;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#footer .section-social a:hover:before{
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border-style: dashed;
	border-color: #d49693;
}
/* s-presentation-group-style */
#s-presentation-group{
	position: relative;
	overflow: hidden;
}
#s-presentation-group .section-bg{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#s-presentation-group .section-bg img.third{
	display: none;
}
/* s-presentation-style */
#s-presentation{
	overflow: visible;
}
#s-presentation .row-first{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	min-height: 532px;
	padding: 80px 50% 76px 0;
}
#s-presentation .section-body{
	position: relative;
	z-index: 9;
}
#s-presentation .section-title{
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 52px;
	line-height: 1.2;
}
#s-presentation .section-descr{
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 28px;
}
#s-presentation .section-button .button{
	width: 234px;
	-webkit-box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
	box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
}
#s-presentation .section-video{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0;
	top: 25px;
	bottom: -70px;
}
#s-presentation .section-video img{
	width: auto;
	height: 100%;
	left: auto;
	right: 0;
}
#s-presentation .section-video img.third,
#s-presentation .section-video img.second{
	display: none;
}
/* s-advantages-style */
#s-advantages{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 9;
}
#s-presentation-group #s-advantages{
	/* position: relative; */
	padding-top: 0;
	padding-bottom: 74px;
}
#s-advantages .section-bg{
	position: absolute;
	width: 100%;
	min-width: 1920px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -9;
}
#s-presentation-group #s-advantages .section-bg{
	display: none;
}
#s-advantages .section-bg img{
	width: 100%;
	height: auto;
}
#s-advantages .item-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: -15px;
}
#s-advantages .item-wrap{
	flex-basis: 25%;
	padding: 15px;
}
#s-advantages .item{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#s-advantages .item-icon{
	position: relative;
	margin-right: 19px;
	width: 90px;
	min-width: 90px;
	height: 90px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 5px rgba(155, 135, 123, .15);
	box-shadow: 0 2px 5px rgba(155, 135, 123, .15);
}
#s-advantages .item-icon:before{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px dashed #e3ddda;
	border-radius: 50%;
}
#s-advantages .item-icon img{
	border: 20px solid transparent;
}
#s-advantages .item-title{
	margin-top: 6px;
	font-size: 17px;
	line-height: 20px;
}
/* s-bouquets-style */
#s-bouquets{
	padding-top: 14px;
	padding-bottom: 32px;
}
#s-bouquets.type-similar{
	padding-top: 36px;
}
#s-catalog #s-bouquets{
	margin-top: 7px;
	margin-bottom: 37px;
	padding-top: 0;
	padding-bottom: 0;
}
#s-bouquets .section-title{
	margin-bottom: 42px;
	text-align: center;
}
#s-bouquets.type-similar .section-title{
margin-bottom: 35px;
}
#s-bouquets .item-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -24px -15px;
}
#s-catalog #s-bouquets .item-area{
	margin: -20px -15px;
}
#s-bouquets .item-wrap{
	width: 25%;
	padding: 24px 15px;
}
#s-catalog #s-bouquets .item-wrap{
	width: 33.33%;
	padding: 20px 15px;
}
#s-bouquets .item{

}
#s-bouquets .item-head{
	position: relative;
	margin-bottom: 25px;
}
#s-bouquets .item-image{
	display: block;
	padding-top: 100%;
}
#s-bouquets .item-image img{
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#s-bouquets .item-head:not(.whithout-blur):hover .item-image img{
	filter: blur(3px);
}
#s-bouquets .item-buttons{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}
#s-bouquets .item-head:hover .item-buttons{
	opacity: 1;
	visibility: visible;
}
#s-bouquets .item-buttons .button{
	width: 200px;
	min-height: 46px;
	margin-bottom: 14px;
	white-space: nowrap;
}
#s-bouquets .item-buttons .button:last-child{
	margin-bottom: 0;
}
#s-bouquets .item-body{
	padding: 0 10px;
	text-align: center;
	display: block;
}
#s-bouquets .item-title{
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 13px;
}
#s-bouquets .item-title:last-child{
	margin-bottom: 0;
}
/* #s-bouquets .item-body:hover .item-title{ */
#s-bouquets .item:hover .item-title{
	text-decoration: underline;
}
#s-bouquets .item-cost{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
}
/* s-flowers-style */
#s-flowers{
	position: relative;
	padding-top: 110px;
	padding-bottom: 100px;
	z-index: 9;
}
#s-flowers .section-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -9;
}
#s-flowers .section-bg img.second{
	display: none;
}
#s-flowers .section-title{
	margin-bottom: 102px;
	text-align: center;
}
#s-flowers .item-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px;
}
#s-flowers .item-wrap{
	width: 33.33%;
	padding: 30px 15px;
}
#s-flowers .item{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	height: 100%;
}
#s-flowers .item-image-wrap{
	flex-grow: 1;
	height: 100%;
}
#s-flowers .item-image{
	padding-top: 114%;
}
#s-flowers .item-body{
	position: relative;
	display: block;
	padding: 109px 0 46px 15px;
	width: 134px;
	min-width: 134px;
}
#s-flowers .item-body:before{
	content: "";
	position: absolute;
	width: 72px;
	height: 72px;
	left: 0;
	top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('img/arrow-1-down.png');
	filter: grayscale(100%);
}
#s-flowers .item:hover .item-body:before{
	filter: grayscale(0);
}
#s-flowers .item-title{
	font-weight: 500;
	margin-bottom: 14px;
}
#s-flowers .item:hover .item-title{
	text-decoration: underline;
}
#s-flowers .item-cost{
	font-weight: 600;
	font-size: 24px;
}
#s-flowers .item-count{
	font-weight: 400;
	font-size: 17px;
	vertical-align: bottom;
}
#s-flowers .slick-dots{
	display: -webkit-flex !important;
	display: -ms-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
}
#s-flowers .slick-dots li{
	margin: 6px;
}
#s-flowers .slick-dots button{
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	font-size: 0;
	color: transparent;
	border: none;
	border-radius: 50%;
	background-color: #cbc9c6;
}
#s-flowers .slick-dots li.slick-active button{
	background-color: #f6caca;
}
/* s-offers-style */
#s-offers{
	padding-top: 28px;
	padding-bottom: 90px;
}
#s-offers .section-title{
	margin-bottom: 36px;
	text-align: center;
}
#s-offers .row-first{
	margin-bottom: 56px;
}
#s-offers .item-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: -15px;
}
#s-offers .item-wrap-group{
	width: 50%;
	padding: 15px;
}
#s-offers .item-wrap{
	margin-bottom: 20px;
}
#s-offers .item-wrap:last-child{
	margin-bottom: 0;
}
#s-offers .item{
	position: relative;
	height: 0;
	padding-top: 54%;
}
#s-offers .item-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#s-offers .item-body{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px;
}
#s-offers .item-button{
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 70px 0 25px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	border-radius: 25px;
	background-color: #fff;
}
#s-offers .item-button:hover{
	background-color: #f6caca;
}
#s-offers .item-button:after{
	content: "\e804";
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	line-height: 50px;
	font-family: 'fontello';
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: #f6caca;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#s-offers .item-button:hover:after{
	width: 80px;
	background-color: transparent;
}
#s-offers .item-button:before{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px dashed #d39592;
	border-radius: 20px;
	opacity: 0;
	z-index: 9;
}
#s-offers .item-button:hover:before{
	opacity: 1;
}
#s-offers .section-second-title{
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 22px;
}
#s-offers .section-content{
	line-height: 1.4;
}
/* s-subscription-style */
#s-404,
#s-thanks,
#s-subscription-area{
	position: relative;
	z-index: 99;
}
#s-404 .section-decor,
#s-thanks .section-decor,
#s-subscription-area .section-decor{
	position: absolute;
	width: 100%;
	width: calc(100% - 800px);
	height: 100%;
	min-width: 1034px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#s-subscription-area .section-flower{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
#s-404 .section-flower.first,
#s-thanks .section-flower.first,
#s-subscription-area .section-flower.first{
	right: 100%;
	margin-right: 35px;
}
#s-404 .section-flower.second,
#s-thanks .section-flower.second,
#s-subscription-area .section-flower.second{
	left: 100%;
	margin-top: 20px;
}
#s-subscription{
	position: relative;
	padding-top: 115px;
	padding-bottom: 120px;
}
#s-subscription .section-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -9;
}
#s-subscription .section-bg img.third,
#s-subscription .section-bg img.second{
	display: none;
}
#s-subscription .section-title{
	margin-bottom: 35px;
	text-align: center;
}
#s-subscription .section-form{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#s-subscription .input{
	width: 260px;
	height: 40px;
	margin-right: 30px;
	padding: 0 15px;
	font-size: 16px;
	border-width: 0 0 1px 0;
	border-color: #c4c2c1;
	background-color: transparent;
}
#s-subscription .submit{
	width: 170px;
}
#s-subscription #mce-responses .response{
	margin-top: 30px;
	font-size: 14px;
  line-height: 20px;
	text-align: center;
}
/* s-breadcrumbs-style */
#s-breadcrumbs{
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 1.4;
}
#s-breadcrumbs a{
	border-bottom: 1px solid #d8d0cc;
}
#s-breadcrumbs a:hover{
	color: #d29592;
	border-bottom-color: #d29592;
}
#s-breadcrumbs i{
	color: #d39592;
	font-size: 14px;
	margin: 0 3px 0 3px;
}
/* s-product-style */
#s-product{
	padding-top: 23px;
	padding-bottom: 60px;
}
#s-product .row-first{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: -15px;
}
#s-product .row-first > .col{
	width: 50%;
	padding: 15px;
}
#s-product .row-first > .col.second{
	padding-top: 7px;
}
#s-product .section-gallery-area{
	margin: 0 -15px 22px;
}
#s-product .section-gallery-item-wrap{
	padding: 0 15px;
}
#s-product .section-gallery-item{

}
#s-product .section-gallery-item-image{
	display: block;
	padding-top: 100%;
}
#s-product .section-gallery-pag-area{
	margin: 0 -12px;
}
#s-product .section-gallery-pag-item-wrap{
	padding: 0 12px;
}
#s-product .section-gallery-pag-item{

}
#s-product .section-gallery-pag-item-image{
	padding-top: 100%;
	cursor: pointer;
}
#s-product .section-gallery-pag-item-image:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 5px solid #f6caca;
	z-index: 9;
	opacity: 0;
}
#s-product .slick-current .section-gallery-pag-item-image:before{
	opacity: 1;
}
#s-product .section-title-area.second{
	display: none;
}
#s-product .section-title{
	margin-bottom: 13px;
}
#s-product .section-cost-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 24px;
}
#s-product .section-cost,
.woocommerce-Price-amount.amount{
	margin-right: 13px;
	font-weight: 600;
	font-size: 24px;
}
#s-product .section-cost.old{
	font-weight: 600;
	font-size: 18px;
	color: #a1a1a1;
	margin-bottom: 2px;
}
#s-product .section-cost.old .currency-r{
	text-decoration: line-through;
}
#s-product .section-buy-area{
	position: relative;
	margin-bottom: 28px;
	padding: 23px 34px 27px;
	background-color: #f4f2f1;
}
#s-product .section-buy-area:after{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px dashed #e0dddb;
	pointer-events: none;
}
#s-product .section-buy-area-row{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: -15px;
	z-index: 9;
}
#s-product .section-buy-area-row > *{
	padding: 15px;
}
#s-product .section-count{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 46px;
	margin-bottom: 14px;
}
#s-product .section-count-title{
	margin-right: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}
#s-product .section-count-input-wrap{
	position: relative;
	width: 120px;
}
#s-product .section-count-input{
	width: 100%;
	height: 40px;
	padding: 0 40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ded8d4;
	background-color: #fff;
}
.variations-select-wrapper::before,
#s-product .section-count-minus,
#s-product .section-count-plus{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #ded8d4;
	cursor: pointer;
}

#s-product .section-count-minus:hover i:before,
#s-product .section-count-plus:hover i:after,
#s-product .section-count-plus:hover i:before{
	background-color: #d29592;
}
#s-product .section-count-plus{
	left: 5px;
}
#s-product .section-count-minus{
	right: 5px;
}
#s-product .section-buy-area-cost{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 38px;
	align-items: flex-end;
}
#s-product .section-buy-cost-title{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin-right: 7px;
	margin-bottom: 2px;
}
#s-product .section-buy-cost{
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	margin-right: 17px;
}
#s-product .section-buy-cost.old{
	font-size: 18px;
	color: #a1a1a1;
	margin-right: 0;
	margin-bottom: 2px;
}
#s-product .section-buy-cost.old .currency-r{
	text-decoration: line-through;
}
#s-product .section-buy-buttons{
	flex-basis: 230px;
}
#s-product .section-buy-buttons .button{
	width: 100%;
	min-height: 46px;
	-webkit-box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
	box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
}
#s-product .section-button-buy{
	margin-bottom: 14px;
}
#s-product .section-prop{
	margin-bottom: 30px;
}
#s-product .section-prop-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 13px;
}
#s-product .section-prop li{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}
#s-product .section-prop li:last-child{
	margin-bottom: 0;
}
#s-product .section-prop a:hover{
	text-decoration: underline;
}
#s-product .section-descr{
	margin: 20px 0 34px;
}
#s-product .section-questions{
	position: relative;
	margin-bottom: 30px;
	padding: 24px;
	background-color: #f4f2f1;
}
#s-product .section-questions:after{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px dashed #e0dddb;
}
#s-product .section-questions-title{
	position: relative;
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	z-index: 9;
}
#s-product .section-questions-buttons{
	position: relative;
	margin: -6px;
	text-align: center;
	z-index: 9;
}
#s-product .section-questions-buttons > a{
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 6px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #d39592;
	border: 1px solid #dbd8d6;
	border-radius: 40px;
	max-width: 100%;
}
#s-product .section-questions-buttons > a:hover{
	border-color: #d39592;
}
#s-product .section-button-call{
	width: 155px;
}
#s-product .section-button-whatsapp{
	width: 238px;
}
#s-product .section-soc{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#s-product .section-soc-title{
	margin-right: 15px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}
#s-product .section-soc ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: -5px;
}
#s-product .section-soc a{
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px;
	font-size: 20px;
	/* line-height: 38px; */
	line-height: 40px;
	text-align: center;
	color: #c6bfbb;
	/* border: 1px solid #c6bfbb; */
	border: 1px solid;
	border-radius: 50%;
}
#s-product .section-soc a:hover{
	color: #d39592;
}
/* s-catalog-style */
#s-catalog{
	padding-top: 3px;
	padding-bottom: 44px;
}
#s-offers #s-catalog{
	padding-top: 0;
	padding-bottom: 0;
}
#s-catalog .section-title{
	margin-bottom: 30px;
}
#s-catalog .section-body{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#s-catalog .section-sidebar{
	width: 262px;
	min-width: 262px;
	margin-right: 30px;
	padding-top: 7px;
}
#s-catalog .section-filters-spoiler{
	display: none;
}
#s-catalog .section-filter-area{
	padding: 34px 24px;
	background-color: #f5f3f1;
}
#s-catalog .section-filter-wrap{
	margin-bottom: 38px;
}
#s-catalog .section-filter-wrap:last-child{
	margin-bottom: 0;
}
#s-catalog .section-filter-title{
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	cursor: pointer;
}
#s-catalog .section-filter-title:before{
	content: "\E806";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "fontello";
	font-size: 14px;
	color: #d39592;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#s-catalog .section-filter.open .section-filter-title:before{
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
#s-catalog .section-filter-list{
	margin-top: 16px;
}
#s-catalog .section-filter-list li{
	margin-bottom: 15px;
	height: 19px;
}
#s-catalog .section-filter-list li:last-child{
	margin-bottom: 0;
}
#s-catalog .section-filter-list label{
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	cursor: pointer;
}
#s-catalog .checkbox{
	margin-right: 10px;
}
#s-catalog .radio{
	margin-right: 10px;
}
#s-catalog .section-area{
	flex-grow: 1;
}
#s-catalog .section-sort{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 20px;
}
#s-catalog .section-sort-title{
	margin-right: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid transparent;
}
#s-catalog .section-sort-item{
	margin-right: 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	cursor: pointer;
}
#s-catalog .section-sort-item span{
	border-bottom: 1px solid #d8d0cc;
}
#s-catalog .section-sort-item input:checked + span{
	color: #d39592;
	border-bottom: none;
}
#s-catalog .section-sort-item:lasty-child{
	margin-right: 0;
}
#s-catalog .section-more{
	margin-bottom: 54px;
	text-align: center;
	height: 50px;
}
#s-catalog .section-more .button{
	width: 200px;
}
/* #s-order .section-sidebar .woocommerce-notices-wrapper .woocommerce-message, */
#s-order .woocommerce-notices-wrapper .woocommerce-message,
#s-catalog .woocommerce-notices-wrapper .woocommerce-message{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 20px;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	min-height: 60px;
}
#s-order .woocommerce-notices-wrapper .button,
#s-catalog .woocommerce-notices-wrapper .button{
	order: 9;
}
#s-order .woocommerce-notices-wrapper a{
	margin: 0 0 0 20px;
}
/* s-order-style */
#s-order{
	position: relative;
	padding-top: 15px;
	padding-bottom: 55px;
}
#s-order .section-title{
	margin-bottom: 33px;
}
#s-order .section-body{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#s-order .section-body > .woocommerce{
	width: 100%;
}
#s-order .section-body > .woocommerce .woocommerce-notices-wrapper{
	margin-bottom: 20px;
	text-align: center;
}
#s-order .section-sidebar{
	width: 360px;
	min-width: 360px;
	margin-right: 30px;
}
#s-order .section-sidebar .woocommerce-error{
	margin-bottom: 30px;
}
#s-order .section-sidebar .woocommerce-error li{
	margin-bottom: 10px;
	line-height: 1.2;
	color: red;
	font-size: 14px;
}
#s-order #payment .place-order{
	display: none;
}
#s-order .section-fields-wrap{
	margin-bottom: 30px;
}
#s-order #payment .section-fields-wrap,
#s-order .section-fields-wrap:last-child{
	margin-bottom: 0;
}
#s-order .section-fields{
	position: relative;
}
#s-order .section-fields:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
#s-order .section-fields.active:before{
	display: none;
}
#s-order .section-fields-title{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	background-color: #e8e5e2;
}
#s-order .section-fields.active .section-fields-title{
	background-color: #f6caca;
}
#s-order .section-fields-spoiler{
	padding: 17px 29px 32px;
	background-color: #f4f2f0;
	border: 1px solid transparent;
}
#s-order .section-fields.fourth .section-fields-spoiler{
	padding: 27px 29px 27px;
}
#s-order .section-fields.active .section-fields-spoiler{
	border-color: #f6caca;
}
#s-order .section-fields-inputs{
	margin-bottom: 24px;
}
#s-order .section-fields-inputs:last-child{
	margin-bottom: 0;
}
#s-order .section-fields-label{
	display: block;
	margin-bottom: 13px;
}
#s-order .section-fields-label:last-child{
	margin-bottom: 0 !important;
}
#s-order .section-fields.fourth .section-fields-label{
	margin-bottom: 10px;
}
#s-order .section-fields-label-title{
	margin-bottom: 4px;
	display: block;
}
#s-order .section-fields-input{
	width: 100%;
}
#s-order .section-fields-buttons{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#s-order .section-fields-buttons .button{
	width: 120px;
	height: 46px;
	margin-right: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
	box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
}
#s-order.novalid .section-order-button .button.pink,
#s-order .section-order-button .button.disabled,
#s-order .section-fields-buttons .button.disabled,
#s-order .section-fields:not(.active) .section-fields-buttons .button{
	color: #b1ada9;
	background-color: #e8e5e2;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: auto;
}
#s-order.novalid .section-order-button .button.pink:before,
#s-order .section-order-button .button.disabled:before,
#s-order .section-fields-buttons .button.disabled:before,
#s-order .section-fields:not(.active) .section-fields-buttons .button:before{
	opacity: 0;
}
#s-order .section-fields-buttons .button-back{
	padding: 6px 12px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
}
#s-order .section-fields:not(.active) .section-fields-buttons .button-back{
	color: #b1ada9;
}
#s-order .section-delivery-type-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 23px;
	padding-top: 3px;
}
#s-order .section-delivery-type{
	margin-right: 10px;
}
#s-order .section-delivery-type:last-child{
	margin-right: 0;
}
#s-order .section-delivery-type .button{
	width: 146px;
	min-height: 44px;
}
#s-order .section-fields:not(.active) .section-delivery-type .button.pink{
	background-color: #dbd8d6;
}
#s-order .section-fields:not(.active) .section-delivery-type .button.pink:before{
	border-color: #bfbcbb;
}
#s-order .section-fields:not(.active) .section-delivery-type .button.white{
	color: #aeaca9;
}
#s-order .section-time-picker{
	position: relative;
	display: block;
}
#s-order .section-time-list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	min-width: 250px;
	max-width: 300px;
	left: 0;
	top: 100%;
	margin-top: 10px;
	padding: 14px 10px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 9;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
}
#s-order .section-time-picker.hover .section-time-list{
	opacity: 1;
	visibility: visible;
}
.ui-datepicker.ui-widget.ui-widget-content:after,
.ui-datepicker.ui-widget.ui-widget-content:before,
#s-order .section-time-list:after,
#s-order .section-time-list:before{
	content: "";
	position: absolute;
	bottom: 100%;
}
.ui-datepicker.ui-widget.ui-widget-content:before,
#s-order .section-time-list:before{
	display: block;
	left: 44px;
	border-style: solid;
	border-color: transparent transparent #fff;
	border-width: 0 8px 7px;
}
.ui-datepicker.ui-widget.ui-widget-content:after,
#s-order .section-time-list:after{
	width: 100%;
	left: 0;
	height: 10px;
}
#s-order .section-time-list li{
	width: 120px;
	height: 40px;
	padding: 0 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}
#s-order .section-time-list li:hover,
#s-order .section-time-list li.active{
	font-weight: 700;
	background-color: #f6caca;
}
#s-order .textarea{
	width: 100%;
	height: 88px;
	display: block;
}
#s-order .section-fields-pay-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
#s-order .radio-type-b{
	margin-right: 6px;
	min-width: 24px;
}
#s-order .radio-type-b:before{
	background-color: #ded8d4;
}
#s-order input:checked + .section-fields-pay-area .radio-type-b:before{
	opacity: 1;
}
#s-order .section-fields-pay{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-grow: 1;
	min-height: 50px;
	padding: 6px 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #adaba8;
	border-radius: 25px;
	border: 1px solid #dbd8d6;
}
#s-order input:checked + .section-fields-pay-area .section-fields-pay{
	background-color: #f6caca;
	color: inherit;
	border-color: transparent;
}
#s-order .section-fields-pay span.second{
	display: none;
}
#s-order .section-fields-pay-icon{
	min-width: 30px;
	margin-right: 6px;
	color: #c9c5c3;
}
#s-order input:checked + .section-fields-pay-area .section-fields-pay-icon{
	color: #d39592;
}
#s-order .icon-money{
	font-size: 20px;
}
#s-order .icon-credit-card{
	font-size: 20px;
}
#s-order .icon-laptop{
	font-size: 20px;
}
#s-order .section-area{
	flex-grow: 1;
	padding-top: 19px;
}
#s-order .section-area-title{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}
#s-order .section-footer{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
#s-order .section-order-accept{
	width: 340px;
	max-width: 100%;
	margin-right: 30px;
	padding-top: 7px;
}
#s-order .section-order-accept.second{
	display: none;
}
#s-order .section-order-button{
	margin-bottom: 15px;
}
#s-order .section-order-button .button{
	width: 100%;
	height: 56px;
	-webkit-box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
	box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
}
#s-order .section-accept{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	margin-top: 24px;
	font-size: 12px;
	line-height: 16px;
}
#s-order.novalid .section-accept{
	display: none;
}
#s-order .section-empty-fields-message{
	display: none;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #a39f9c;
}
#s-order.novalid .section-empty-fields-message{
	display: block;
}
#s-order .checkbox-type-b{
	min-width: 22px;
	margin-right: 15px;
	margin-bottom: 3px;
}
#s-order .section-cost-list{
	width: 270px;
	font-weight: 600;
	font-size: 22px;
	text-align: right;
}
#s-order .section-cost-list small{
	font-weight: 700;
	font-size: 18px;
}
#s-order .section-products-cost{
	margin-bottom: 12px;
}
#s-order .section-delivery-cost{
	margin-bottom: 16px;
}
#s-order .section-allcost{
	padding-top: 16px;
	border-top: 1px solid #e6e5e4;
}
#s-order abbr.required{
	display: none;
}
/* order-products-style */
#s-order-products{
	margin-bottom: 24px;
}
#s-order-products .item-area{
	display: table;
	width: 100%;
	border: 1px solid #e6e5e4;
}
#s-order-products .item{
	display: table-row;
}
#s-order-products .item > *{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e6e5e4;
	padding-top: 9px;
	padding-bottom: 9px;
}
#s-order-products .item:last-child > *{
	border-bottom: none;
}
#s-order-products .item-image-wrap{
	padding-left: 9px;
	padding-right: 9px;
}
#s-order-products .item-image{
	width: 110px;
	height: 110px;
}
#s-order-products .item-body{
	width: 100%;
	padding-left: 12px;
	padding-right: 9px;
	padding-top: 15px;
	padding-bottom: 9px;
}
#s-order-products .item-title{
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}
#s-order-products .item-descr{
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1.2;
}
#s-order-products .item-cost-area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
}
#s-order-products .item-cost{
	margin-right: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
#s-order-products .item-cost:last-child{
	margin-right: 0;
}
#s-order-products .item-cost.old{
	font-size: 18px;
	color: #a1a1a1;
}
#s-order-products .item-cost.old .currency-r{
	text-decoration: line-through;
}
#s-order-products .item-count-area{
	padding-left: 9px;
	padding-right: 17px;
}
#s-order-products .item-count-wrap{
	position: relative;
	width: 120px;
}
#s-order-products .item-count-input{
	width: 100%;
	height: 40px;
	padding: 0 40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ded8d4;
}
#s-order-products .item-count-minus,
#s-order-products .item-count-plus{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #ded8d4;
	cursor: pointer;
}
#s-order-products .item-count-plus{
	left: 5px;
}
#s-order-products .item-count-minus{
	right: 5px;
}
#s-order-products .item-fullcost{
	padding-left: 9px;
	padding-right: 12px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
}
#s-order-products .item-remove{
	padding-left: 9px;
	padding-right: 9px;
}
#s-order-products .item-button-remove{
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #b2b2b2;
	cursor: pointer;
}
/* s-text-page-style */
.s-page{
	padding-top: 15px;
	padding-bottom: 69px;
}
/* s-thanks-style */
#s-thanks{
	overflow: visible;
}
#s-thanks .container{
	position: relative;
	z-index: 9;
}
#s-thanks .section-flower{
	position: absolute;
	top: 47px;
}
#s-thanks .row-first{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 487px;
	padding-bottom: 57px;
}
#s-thanks .section-image{
	margin-bottom: 14px;
}
#s-thanks .section-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
}
#s-thanks .section-descr{
	text-align: center;
}
/* s-404-style */
#s-404{
	overflow: visible;
}
#s-404 .section-flower{
	position: absolute;
	top: 47px;
}
#s-404 .row-first{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 487px;
	padding-top: 49px;
	padding-bottom: 30px;
	text-align: center;
}
#s-404 .section-title{
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 270px;
	color: #f6caca;
}
#s-404 .section-subtitle{
	margin-bottom: 29px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
}
#s-404 .section-buttons .button{
	width: 180px;
	-webkit-box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
	box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
}
/* s-decore-style */
#s-decore{
	position: absolute;
	width: 1920px;
	height: 897px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -9;
}
#s-decore.type-b{
	height: 1210px;
}
#s-decore img{
	position: absolute;
	opacity: .1;
}
#s-decore img.first{
	left: -61px;
	top: -115px;
}
#s-decore img.second{
	right: -212px;
	bottom: 0;
}
/* s-video-about */
#s-video-about{
	position: relative;
	width: 1050px;
	max-width: 100%;
	max-width: calc(100% - 400px);
	background-color: #fff;
	overflow: visible;
	padding: 0;
}
#s-video-about .section-body{
	border-style: solid;
	border-color: #fff;
	border-width: 57px 63px 60px;
}
#s-video-about .section-decore{
	position: absolute;
}
#s-video-about .section-decore.first{
	left: 100%;
	top: 15px;
	bottom: 0px;
	margin-left: -45px;
	width: 80px;
	height: auto;
	z-index: 9;
}
#s-video-about .section-decore.second{
	bottom: 100%;
	left: 45px;
	right: 0;
	height: 165px;
}
#s-video-about .section-decore.second img{
	object-position: 0 100%;
}
#s-video-about .section-decore.third{
	left: 100%;
	top: -22px;
	bottom: 20px;
	width: 201px;
	height: auto;
}
#s-video-about .section-decore.third img{
	object-position: 0 100%;
}
#s-video-about .section-iframe{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	max-width: 100%;
}
#s-video-about iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* s-quick-buy-style */
.s-quick-buy{
	position: relative;
	width: 490px;
	max-width: 100%;
	background-color: #f4f2f0;
	overflow: visible;
	padding: 48px 65px 54px;
}
.s-quick-buy:before{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px dashed #ccc8c6;
}
.s-quick-buy .section-body{
	position: relative;
	z-index: 9;
}
.s-quick-buy .section-title{
	margin-bottom: 29px;
	font-weight: 500;
	font-size: 34px;
	text-align: center;
}
.s-quick-buy label{
	display: block;
	margin-bottom: 21px;
}
.s-quick-buy label:last-child{
	margin-bottom: 0;
}
.s-quick-buy .section-label-title{
	margin-bottom: 6px;
	display: block;
}
.s-quick-buy .input{
	width: 100%;
}
.s-quick-buy .section-form-body{
	margin-top: 40px;
	text-align: center;
}
.s-quick-buy .section-form-body .button{
	width: 240px;
	height: 56px;
	-webkit-box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
	box-shadow: 0 5px 10px rgba(37, 38, 39, .2);
}
.s-quick-buy .section-decore{
	position: absolute;
}
.s-quick-buy .section-decore.first{
	left: 100%;
	top: 0px;
	bottom: 28px;
	margin-left: -31px;
	width: 56px;
	height: auto;
	z-index: 9;
}
.s-quick-buy .section-decore.second{
	bottom: 100%;
	left: 58px;
	right: 0;
	height: 121px;
}
.s-quick-buy .section-decore.second img{
	object-position: 0 100%;
}
.s-quick-buy .section-decore.third{
	left: 100%;
	top: -14px;
	bottom: 22px;
	width: 142px;
	height: auto;
}
.s-quick-buy .section-decore.third img{
	object-position: 0 100%;
}
.s-quick-buy .section-body.second{
	margin-bottom: 10px;
}
.s-quick-buy .section-image{
	margin-bottom: 8px;
	text-align: center;
}
.s-quick-buy .section-image img{
	max-width: 100%;
	height: auto;
}
.s-quick-buy .section-title.second{
	margin-bottom: 14px;
}
.s-quick-buy .section-subtitle{
	font-size: 17px;
	line-height: 20px;
	text-align: center;
}
/* datepicker-style */
.ui-datepicker{
	padding: 10px 10px 5px;
}
.ui-datepicker table{
	margin-bottom: 0;
	font-size: 16px;
}
.ui-datepicker.ui-widget.ui-widget-content{
	margin-top: 10px;
	width: 300px;
	border: none;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
.ui-datepicker.ui-datepicker th{
	font-weight: 400;
}
.ui-datepicker.ui-widget-content .ui-state-default{
	border: none;
	width: 36px;
	height: 36px;
	padding: 0;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #212121;
	border-radius: 50%;
	background-color: transparent;
}
.ui-datepicker.ui-widget-content .ui-state-active{
	font-weight: 700;
	background-color: #f6caca;
}
.ui-datepicker .ui-widget-header{
	background-color: transparent;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: transparent transparent #d6d4d3;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
	display: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
	width: 30px;
	height: 30px;
	font-weight: 400;
	font-family: 'fontello';
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background-color: transparent;
	border: none;
	top: 2px;
}
.ui-datepicker .ui-datepicker-title{
	font-size: 18px;
	line-height: 30px;
}
.ui-datepicker .ui-datepicker-next{
	right: 40px;
}
.ui-datepicker .ui-datepicker-prev{
	left: 40px;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover{
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev:before{
	content: "\E80C";
}
.ui-datepicker .ui-datepicker-next:before{
	content: "\E80D";
}
.reset_variations {
	display: none !important;
}