html body{
	color: #000;
	font-weight: 400;
}
body.overlayshown{
	max-height: calc(100vh - 100px);
	overflow: hidden;
}

input[type="number"],
input[type="text"],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type="email"],
textarea,
button,
select,
html body{
	font-family: 'Open Sans', serif;
}

/*black*/
.f000,.f000 a,a.f000{color:#000}

/*primary color*/
a, .ff28b00,.ff28b00 a,a.ff28b00, a.f191716:hover,a.f000:hover, .f000:hover a,a.text-white:hover{color:#f28b00}

/*secondary color*/
.f191716,.f191716 a,a.f191716, a.ff28b00:hover, .ff28b00:hover a, a:hover{color:#ef3e36}
.f3e0a10{color:#3e0a10}
footer a:hover{color:#ef3e36;}.f191716{color:#191716}a.f191716:hover{color:#f28b00}

/*background color*/
.bg000{background-color:#000}
.bgf28b00{background-color:#f28b00}
.bgfff{background-color:#fff}
.fef3e36,.fef3e36 a,a.f000:hover{color:#ef3e36}

.woocommerce table.shop_table td.actions .coupon .input-text,
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form input[type="text"],
.woocommerce form .form-row input.input-text,
.wpcf7-form-control-wrap input[type='date'],
.wpcf7-form-control-wrap input[type='tel'],
.wpcf7-form-control-wrap input[type='email'],
.wpcf7-form-control-wrap input[type='text'],
.wpcf7-form-control-wrap input[type='number'],
input[type="text"],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type='number'],
input[type="email"]{
	height: 35px;
	line-height: 1;
	width: 100%;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25px;
	padding: 0 30px;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
}
form textarea,
.woocommerce form .form-row textarea#order_comments,
.wpcf7-form-control-wrap textarea,
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 200px;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #fff ;
	border-radius: 36px;
	background-clip: border-box;
	display: block;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.8);
	padding: 22px 26px;
	font-family: inherit;
	box-shadow: none;
	font-weight: 400;
}

/*
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
 */
::placeholder{
	color:#757575;
	line-height:1;
	font-style: normal;
}

select{
	border-radius:48px;
	border: 1px solid #cecece;
	height:35px;
	line-height:33px;
	text-align:center;
	color: #191716;
	padding:0 25px;
	background: #fff url('../../images/down-arrow.svg') no-repeat calc(100% - 10px) center / 15px;
}

.modal input[type="radio"],
.modal input[type="checkbox"],
#content_wrapper input[type="radio"],
#content_wrapper input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	margin: 0;
	opacity: 0;
}

#content_wrapper input[type="radio"] + label img{
	margin-left: 5px;
}

#customer_details label.checkbox span:not(.optional):before,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-terms-and-conditions-checkbox-text:before,

.modal input[type="radio"] + label:before,
.modal input[type="radio"] + span:before,
#content_wrapper input[type="radio"] + label:before,
#content_wrapper input[type="radio"] + span:before,
.modal input[type="checkbox"] + label:before,
.modal input[type="checkbox"] + span:before,
#content_wrapper input[type="checkbox"] + label:before,
#content_wrapper input[type="checkbox"] + span:before{
	content: '';
	border: 1px solid #cecece;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}
.modal input[type="checkbox"] + label:before,
.modal input[type="checkbox"] + span:before,
#content_wrapper input[type="checkbox"] + label:before,
#content_wrapper input[type="checkbox"] + span:before{
	width: 17px;
	height: 17px;
	top: 0;
}

.modal input[type="radio"] + label:before,
.modal input[type="radio"] + span:before,
#content_wrapper input[type="radio"] + label:before,
#content_wrapper input[type="radio"] + span:before{
	border-radius: 100%;
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translate(0,-50%);
}

#customer_details label.checkbox span:not(.optional),
.woocommerce-form__label-for-checkbox span,
.woocommerce-terms-and-conditions-checkbox-text,

.modal input[type="radio"] + label,
.modal input[type="radio"] + span,
#content_wrapper input[type="radio"] + label,
#content_wrapper input[type="radio"] + span,
.modal input[type="checkbox"] + label,
.modal input[type="checkbox"] + span,
#content_wrapper input[type="checkbox"] + label,
#content_wrapper input[type="checkbox"] + span {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 30px;
}

#customer_details label.checkbox input[type="checkbox"]:checked + span:not(.optional):before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:before,

.modal input[type="checkbox"]:checked + label:before,
.modal input[type="checkbox"]:checked + span:before,
#content_wrapper input[type="checkbox"]:checked + label:before,
#content_wrapper input[type="checkbox"]:checked + span:before{
	content: '\e807';
	font-family: 'fontello', serif;
	color: #f28b00;
	border-color: #f28b00;
}
.modal input[type="radio"]:checked + label:before,
.modal input[type="radio"]:checked + span:before,
#content_wrapper input[type="radio"]:checked + label:before,
#content_wrapper input[type="radio"]:checked + span:before{
	background: #f28b00;
	border-color: #f28b00;
}

/*header*/

/*header  cart start*/
.hd_cart_wr{
	height: 40px;
	padding-left: 25px;
	border-radius: 25px;
	color:#fff;
}
.hd_cart_wr:before{
	content:'\e810';
	font-family: "fontello", serif;
	color:#fff;
	display: block;
	position: absolute;
	font-size: 14px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
@media (min-width: 992px){
	.hd_cart_wr{
		background-color:#f6f6f6;
		color:inherit;
		padding-left: 55px;
	}
	.hd_cart_wr:before{
		color:#f28b00;
		font-size: 18px;
		left: 17px;
	}
}
/*header cart end*/



header.header{
	z-index: 111;
	background: #fff;
	/*height: 50px;*/
	/*position: relative;*/
	/*top: 0;*/
	/*left: 0;*/
}

header.position-fixed.scrolled_header{
	height: 50px;
	background-color:#fff;
}
header.header.position-fixed+#content_wrapper{
	padding-top: 50px;
}
header.header.scrolled_header .header_logo,
header.header.scrolled_header .header_logo img{
	max-height: 23px;
	width: auto;
}
.header_logo,
.header_logo img{
	transition: all ease .3s;
	height: 40px;
	width: 156px;
}
a.menu_logo{
	max-width: calc(100% - 30px);
	height: 40px;
}
a.menu_logo picture img{
	object-position: left center;
}
@media (min-width:992px){
	/*header.header{*/
	/*	height: 100px;*/
	/*}*/
	/*header.header.position-fixed+#content_wrapper{*/
	/*	padding-top: 100px;*/
	/*}*/
	.header_logo,
	.header_logo img{
		width: 172px;
		height: 44px;
	}
}






/*header search start*/

/*ajax search start*/
.aws-container{
	position:relative;
	display: none;
	align-self:center;
	top: 137px;
	left: 15px;
	right: 15px;
	z-index: 111;
	background: #fff;
	position: absolute;
}
@media (min-width: 768px){
	.aws-container{
		display: inline-block;
		top: unset;
		left: unset;
		right: unset;
		z-index: 111;
		background: transparent;
		position: relative;
	}
}

.aws-container .aws-search-form{
	line-height: 1;
	height: 40px;
	z-index: 100;
	background-color: transparent;
	border: 1px solid #e0e0e0;
	border-radius: 50px!important;
}
.aws-container .aws-search-field {
	color: #313131;
	line-height: 30px;
	padding: 0 0 0 20px;
	display: block;
	font-size: 12px;
	z-index: 2;
	border: none!important;
	background-color: transparent!important;
	outline: 0;
}
.aws-container .aws-search-form .aws-form-btn {
	background:transparent;
	border: none;
	margin: 0;
	border-radius: 100%!important;
}
.aws-container .aws-search-form .aws-search-btn_icon{
	display: none!important;
}
form .aws-search-btn:before {
	content: "\e80a";
	font-family: "fontello", serif;
	display: block;
	height: 100%;
	width: 100%;
	color:#f28b00;
	line-height: 36px;
	font-size: 14px;
}
/*ajax search end*/


header.header form.searchform{
	line-height: 1;
	height: 40px;
	display: none;
	background-color: transparent;
	z-index: 5;
}

header.header .searchform input[type=text] {
	z-index: 2;
	background-color: #fff;
	border-radius: 50px;
	padding: 0 0 0 20px;
	border: 1px solid #e0e0e0;
	outline: none;
	transition: .55s ease;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 40px;
	line-height: 1;
	color: #000;
}

.search_toggler{
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	border-radius: 0!important;
	border-bottom: none;
}
.search_toggler:before{
	content:'\e80a';
	font-family: "fontello", serif;
}
.search_toggler.expanded:before{
	content:'\e802';
}
.hd_search_bt{
	background-color: transparent!important;
	width: 40px!important;
	height: 38px!important;
	line-height: 38px!important;
	padding: 0!important;
	border-radius: 0!important;
	border-bottom: none!important;
	right:0;
	top: 0;
	z-index: 5;
	color:#f28b00;
}
.hd_search_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	right:-40px!important;
	cursor:pointer;
	border-radius: 100%;
}
.hd_search_close:hover{
	color:#ef3e36;
}
.hd_search_bt:hover{
	color:#ef3e36;
}
/*header search end*/

/*hd phones start*/
@media (max-width: 374px){
	.hd_phone .f18{
		font-size: 12px;
	}
	.hd_phone i{
		font-size: 10px;
	}
}
@media (max-width: 768px){
	header .row.pt20.pb20{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hd_phone{
		padding-right: 15px;
	}
}
.hd_phone a:nth-child(n + 2){
	margin-top: 3px;
}
.f12 .woocommerce-Price-amount,
.f12 .woocommerce-Price-amount span{
	font-size: 12px;
}
/*hd phones end*/



/*breadcrumbs*/
#breadcrumbs{
	width: 100%;
	display:block;
	line-height:1;
	color:#f28b00;
}
.breadcrumb_last{
	padding-left: 5px;
	margin-left: 5px;
}
#breadcrumbs a{
	color:#ef3e36;
	text-decoration: none!important;
	display: inline-block;
}
#breadcrumbs a:hover{
	color:#000;
}

/*footer*/
.acf_map{
	display: block;
	height: 350px;
	overflow: hidden;
}
.acf_map iframe{
	position:absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	transition: all ease .3s;
	border:none;
}
.acf_map iframe:hover{
	filter: grayscale(0);
}



/*footer*/
.colophon{
	float:none;
	width: 100%;
	position: relative;
	z-index: 11;
	padding: 20px 0 0;
	margin: 20px auto 0;
}

.site_info_wr .row{
	flex-direction: column;
	text-align: center;
}
.site_info_wr .row a{
	margin-left: auto;
	margin-right: auto;
}

#scroll_bt {
	background-color: #f28b00!important;
	padding: 0!important;
	height: 40px!important;
	line-height: 40px!important;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 40px;
}

#scroll_bt:hover {
	opacity: .5;
}

.widget-container {
	text-align: center;
}
@media (max-width: 575px){
	.ft_mail,
	.ft_address,
	.ft_phone {
		max-width: 230px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
}
@media (min-width: 576px){
	.widget-container {
		text-align: left;
	}
}
@media (min-width: 1200px){
	footer .widget-container:nth-child(n + 2){
		border-left: 1px solid #f5a233;
	}
}
footer .widget-title {
	line-height: 1;
}
footer .widget-container ul{
	list-style: none;
	padding-bottom: 0px;
	padding-left: 0;
	margin-left: 0;
}
footer .widget-container ul li{
	margin-bottom: 0;
	position: relative;
}
footer .widget-container ul li a {
	padding: 5px 0;
	line-height:1;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	color: #fff;
}

.ft_phone a:hover,
.ft_mail a:hover,
footer .widget-container ul li a:hover{
	color:#000;
}
.ft_mail,
.ft_address,
.ft_phone{
	padding-left: 30px;
}
@media(min-width: 576px){
	footer img.alignnone{
		margin-top: 0;
		margin-left: 0;
	}
}
/*posts archive blog category start */
.loop_entry_meta{
	left: 15px;
	top: 15px;
	color:#fff;
}
.loop_cat_wr{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 15px;
}
.loop_post_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zoom_image{
	overflow: hidden;
}
.zoom_image img{
	transition: all ease .3s;
}
.zoom_image:hover img{
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.loop_entry_thumb{
	overflow: hidden;
	height: 270px;
}
.loop_recent_thumb img,
.loop_entry_thumb img{
	transition: all 0.4s;
}
.loop_recent_thumb:hover img,
.loop_entry_thumb:hover img {
	transform: scale(1.1) rotate(2deg);
}
.loop_entry_meta{
	background-color: #f28b00;
	padding: 14px 16px 10px;
	z-index: 2;
	bottom: 0;
	left: 0;
}
.loop_info_wr {
	padding: 20px 0px 0px;
}
.single_cat_wr a,
.loop_cat_wr a{
	color:#f28b00;
}
.single_cat_wr a:hover,
.loop_cat_wr a:hover{
	color:#000;
}

.loop_info_footer{
	border-top: 3px solid rgba(0, 0, 0, 0.08);
	color:#8a8a8a;
}
.loop_title_wr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.loop_post_wr.mb30:nth-last-child(1){
	margin-bottom:0!important;
}

/*posts pagination start*/
.woocommerce nav.woocommerce-pagination ul,
ul.pagination,
div.pagination{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	justify-content: center;

	clear: both;
	border: none;
	padding: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination .page-numbers{
	border-right: none;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination .page-numbers{
	font-size: 14px;
	position: relative;
	text-align: center;
	color:#000;
	border-radius: 100%;
	text-decoration: none;
	font-weight: 700;
	width: 40px;
	height: 40px;
	background-color:transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}


.woocommerce nav.woocommerce-pagination a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination a.next.page-numbers,
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers{
	font-size: 0;
}
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before{
	display: block;
	font-size: 14px;
	color:#000;
}
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.pagination a.prev.page-numbers:before{
	content:'\f104';
}

.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.pagination a.next.page-numbers:before{
	content:'\f105';
}


.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:hover:before,
.pagination .page-numbers.current{
	background: #f28b00!important;
	text-decoration: none;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current{
	pointer-events:none;
}
/*posts pagination end*/
/*posts archive end*/


/*single post start*/
#content_wrapper article:first-child{
	margin-top: 30px;
}
#content_wrapper article:last-child{
	margin-bottom: 40px;
}
@media(min-width: 992px){
	#content_wrapper article:last-child{
		margin-bottom: 80px;
	}
}
.post_content hr{
	background-color:#f28b00;
	border: none;
	height: 1px;
}
.wp-caption-text{
	font-size: 12px;
	margin-bottom: 10px;
}
.post_content p{
	line-height: 1.5;
}
.post_content p:last-child{
	margin-bottom: 0;
}
.single_entry_meta{
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.single .entry-meta{
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
img.alignleft,
.single img.alignleft,
img.alignright,
.single img.alignright{
	display: block;
	margin: 15px auto;
}
img.alignnone{
	display: block;
	margin: 15px auto;
}
@media (min-width: 576px){
	img.alignright,
	.wp-caption.alignright,
	.single img.alignright{
		float: right;
		margin: 15px 0 15px 15px;
	}
	.wp-caption.alignleft,
	img.alignleft,
	.single img.alignleft{
		float: left;
		margin: 15px 15px 15px 0;
	}
}

blockquote {
	margin: 20px 0;
	padding-left: 30px;
	border-left: 3px solid #000;
}

/*li start*/
.woocommerce-Tabs-panel ul,
body:not(.woocommerce-checkout) .post_content ul{
	list-style: none;
	padding-left: 0;
	margin: 15px 0;
}

.woocommerce-Tabs-panel ul li,
body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link){
	display: block;
	position: relative;
	line-height: 1.5;
	padding-left: 20px;
}
.woocommerce-Tabs-panel ul li:nth-last-child(n+2),
body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link):nth-last-child(n+2){
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel ul li:before,
body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link):before{
	content: '\f105';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #f28b00;
	position: absolute;
	left: 0;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 8px;
}

ul.woocommerce-error li:before{
	display: none!important;
}
/*li end*/
/*ol start*/
.post_content ol {
	counter-reset: point;
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px;
}
.post_content ol li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 1.2;
}
.post_content ol li:nth-last-child(n+2){
	margin-bottom: 15px;
}
.post_content ol>li:after {
	content: "0" counter(point);
	position: absolute;
	counter-increment: point;
	display: block;
	top: 1px;
	left: 0;
	color: #f28b00;
}
.post_content ol>li:nth-child(n+10):after {
	content: counter(point);
}
/*ol end*/

/*tables start*/
.single-post table{
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.single-post table td{
	padding: 15px 20px;
	font-size: 13px;
	min-width: 165px;
	width: auto;
	border: 1px solid #cecece;
	line-height: 1.5;
}

@media (max-width: 767px){
	.single-post table{
		display: block;
		max-width: 100vw;
		overflow: auto;
	}
}
/*tables end*/

/*custom share */
.social_share_wr a{
	width: 30px;
	height: 30px;
	color:#fff;
	font-size: 13px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.social_share_wr a:hover{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
a.social-sharing-icon-viber{
	background: #8c66a9;
}
a.social-sharing-icon-facebook{
	background: #4c6ea8;
}
a.social-sharing-icon-telegram{
	background: #39c8ff;
}
a.social-sharing-icon-twitter{
	background: #4c86c8;
}
a.social-sharing-icon-vkontakte{
	background: #61799e;
}
a.social-sharing-icon-whatsapp{
	background: #2abe48;
}
/*share buttons end*/

/*post comments start */
.comment-respond.comment-respond form,
.comments-form.comment-respond form {
	margin-top: 0 !important;
}
form.comment-form {
	margin-top: 20px;
	text-align: left;
}
.comment-respond form,
.comments-form form {
	margin-top: 30px !important;
}
form.comment-form .comments_notes {
	font-size: 14px;
	color:#ed6436;
	margin-bottom: 20px;
	text-align: center;
}
.comments-field {
	margin-bottom: 20px;
}
form.comment-form .comments-field label {
	display: none;
}

.comments-form-wrap h3.comment-reply-title{
	margin-bottom: 20px;
	text-align: center;
}
.comments-field input[type="text"],
.comments-field input[type="email"]{
	height: 60px;
	line-height: 60px;
	padding: 0 22px;
	border-radius: 48px;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	color: rgba(0, 0, 0, 0.8);
}
.comment-list {
	list-style: none;
}
.comment-list li .comment-body {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.comment-author.vcard {
	position: absolute;
}
.comment-author.vcard  img.avatar{
	width: 60px;
	height: auto;
}
.comment-body .reply,
.comment-body .comment-meta + p,
.comment-meta{
	padding: 0 0 0 90px;
}
.comment-body .comment-meta + p{
	margin-top: 30px;
}
.comment-meta a{
	font-size: 12px;
	color:#c6c5c5;
}
.comment-meta a:hover{
	color:#ed6436;
}
.comment-author cite{
	top: 25px;
	position: absolute;
	left: 90px;
	width: 200px;
	font-weight: 700;
}
.comment-author .says{
	display: none!important;
}
/*post comments end*/

/*author card start*/
.author.vcard{
	padding: 20px;
	color: #fff;
	background-color: #9dca5d;
	margin-bottom: 2em;
	overflow: hidden;
	margin-top: 2.5em;
	border-radius: 20px;
	display: block;
}
.post_author .post_author_avatar {
	float: left;
	margin: 0 1.3334em 0.6667em 0;
	overflow: hidden;
}
.post_author_avatar img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
}

.about_author {
	margin-left: 93px;
	font-size: 11px;
}
@media (min-width: 768px){
	.author.vcard{
		padding: 30px;
	}
	.post_author_avatar img {
		width: 90px;
		height: 90px;
	}
	.about_author {
		margin-left: 127px;
		font-size: 17px;
	}
}
.post_author_name a,
.post_author_title{
	color: #fff;
}
.post_author .post_author_name a:hover {
	color: rgba(255,255,255,0.7);
}
.post_author .about_author .post_author_name {
	margin-bottom: 0.4em;
	margin-top: 0.1em;
	font-weight: 400;
	font-size: 1.5em;
	text-transform: uppercase;
}
/*author card end*/
/*single post end*/


/*buttons*/
#map button{
	background: #fff!important;
}
div.button,
button:not(.slick-arrow):not(.fancybox-button),
a.button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	padding: 0 15px;
	overflow: hidden;
	background: #f28b00;
	color: #fff;
	border: none;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	box-shadow: none;
	width: auto;
	height: 35px;
	text-decoration: none;
	text-transform:none;
	text-align: center;
	text-shadow: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items:center;
	justify-content:center;
	outline:none;
	transition: all ease .3s;
}
@media(min-width: 992px){
	div.button,
	button:not(.slick-arrow):not(.fancybox-button),
	a.button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.widget a.button{
		padding: 0 50px;
	}
}
.message_sent_close:hover:before,
header.menu_expanded .menu_close:hover:before,
.menu_close:hover:before,
.close2:hover:before,
button:not(.slick-arrow):not(.fancybox-button):hover,
a.button:hover,
div.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.modal-header .close:hover{
	background:#000;
}

/*.woocommerce .product-remove a.remove:hover:before,*/
.cart_item_remove a.remove:hover:before,
.woo_sidebar_close:hover:before,
.hd_cart_mini_delete:hover:before,
.hd_cart_mini_close:hover:before,

.hd_search_close:hover:before,
.modal button.close:hover:before,
.modal-header button.close:hover{
	opacity: .65;
	background:transparent!important;
}


.loop_product_item_wr a.button.add_to_cart_button.loading,

a.button.disabled,
a.button:disabled,
a.button[disabled],
button.disabled,
button:disabled,
button[disabled],
input.button.disabled,
input.button:disabled{
	cursor: not-allowed!important;
}
/*bordered buttons*/
div.button.bordered_bt,
a.button.bordered_bt,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt{
	background:#fff;
	border: 1px solid #f28b00;
	color:#f28b00;
	line-height: 48px;
}
div.button.bordered_bt:hover,
a.button.bordered_bt:hover,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt:hover{
	background:#f28b00;
	color:#fff;
}


.woo_sidebar_close:before,
/*.woocommerce .product-remove a.remove:before,*/
.cart_item_remove a.remove:before,

.message_sent_close:before,
.hd_search_close:before,
header.menu_expanded .menu_close:before,
.menu_close:before,
.close2:before,
.modal button.close:before{
	content:'';
	display: block;
	width:20px;
	height: 20px;
	transition: all ease .3s;
	opacity:1;
	background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%), linear-gradient(to top right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%);
}
/*white
.menu_close:before{
	background: linear-gradient(to top left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(50% - 1px),rgba(255,255,255,1) 50%,rgba(255,255,255,0) calc(50% + 1px),rgba(255,255,255,0) 100%), linear-gradient(to top right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(50% - 1px),rgba(255,255,255,1) 50%,rgba(255,255,255,0) calc(50% + 1px),rgba(255,255,255,0) 100%);
}
*/

button.fancybox-button{
	background-color:transparent;
	padding: 0;
	color: #cecece;
	font-size: 14px;
	width: 40px;
}

/*fonts*/

@font-face {
	font-family: 'Open Sans';
	src: url('../../assets/fonts/OpenSans/OpenSans-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../assets/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../assets/fonts/OpenSans/OpenSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

a.woof_front_toggle:after,
.woof_childs_list_opener span:after,
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.star-rating::before,
.star-rating span::before,
.woocommerce p.stars a::before,
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.woocommerce-Tabs-panel ul li:before,
.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before,
.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:before,
.loop_product_item .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.yith-wcwl-add-button a.delete_item:before,

body:not(.woocommerce-checkout) .post_content ul li:not(.woocommerce-MyAccount-navigation-link):before,
.slick-arrow:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before,
header.header ul.sub-menu li:before,
.radio_rating .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item-label:before,
.faq_question:after,
.has_children_link:after{
	font-family: 'fontello', serif;
}

/*responsive*/
@media (min-width:576px){
	/*posts archive start*/
	.loop_cat_wr{
		min-height:42px;
	}
	.loop_title_wr{
		min-height:72px;
	}
	.loop_post_excerpt{
		min-height:84px;
	}
	.loop_post_wr.mb30:nth-last-child(2){
		margin-bottom:0!important;
	}
	.loop_title_wr{
		margin-top: 0;
		margin-bottom: 0;
	}
	/*posts archive  end*/
	/*footer start*/
	.site_info_wr .row{
		flex-direction: row;
		text-align: left;
	}
	.site_info_wr .row a{
		margin-left: unset;
		margin-right: unset;
	}
	footer .widget-container:nth-child(1),
	footer .widget-container:nth-child(3){
		border-left: 1px solid #f5a233;
	}
	.widget_wr{
		padding: 0 15px;
	}
	/*footer end*/
}

@media (min-width:768px){
	.aws-container{
		width: 300px;
		background-color: #fff;
	}
	header.header form.searchform{
		width: 300px;
		background-color: #fff;
	}
	#scroll_bt {
		height: 45px!important;
		line-height: 45px!important;
		width: 45px;
		font-size: 20px;
	}
	/*footer start*/
	.colophon{
		padding: 50px 0 0;
		margin: 50px auto 0;
	}
	/*footer end*/
}
@media (min-width:992px){
	.aws-container{
		width: 400px;
	}
	header.header form.searchform{
		width: 485px;
	}
	/*posts archive start*/
	.loop_post_wr.mb30:nth-last-child(3){
		margin-bottom:0!important;
	}

	ul.pagination .page-numbers.dots,
	ul.pagination .page-numbers.current,
	ul.pagination a.prev.page-numbers:before,
	ul.pagination a.next.page-numbers:before,
	ul.pagination a.page-numbers{
		font-size: 14px;
		min-width: 64px;
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	/*posts archive  end*/

	/*footer start*/

	footer .widget-container:nth-child(1){
		border-left: none;
	}
	footer .widget-container:nth-child(n + 2){
		border-left: 1px solid #f5a233;
	}
	/*footer end*/
}
@media (min-width:1200px){
	.aws-container{
		width: 485px;
	}
	/*posts archive start*/
	.loop_title_wr{
		min-height:72px;
	}
	.loop_post_excerpt{
		min-height:63px;
	}
	/*posts archive  end*/
	/*recent posts shortcode start*/
	.loop_recent_post_wr {
		border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	}
	.loop_recent_post_wr:last-child{
		border-bottom: none;
	}
	.loop_recent_post_wr:hover a{
		color:#ef3e36;
	}
	.loop_recent_thumb{
		overflow: hidden;
		height: 70px;
		width: 100px;
	}
	.loop_recent_post_wr .loop_info_wr{
		width: calc(100% - 120px);
	}
	.loop_recent_post_wr .loop_entry_meta{
		background-color:transparent;
		color:#919190;
	}

	/*recent posts shortcode end*/
	/*sidebars end*/

	/*single post start*/

	.single_comments_wr,
	.row.related_wr{
		max-width: 1066px;
		margin-left: auto;
		margin-right: auto;
	}
	.comment-respond.comment-respond form,
	.comments-form.comment-respond form {
		margin-top: 0 !important;
		padding: 50px!important;
	}
	.comment-respond form,
	.comments-form form {
		padding: 60px 40px !important;
	}
	.comments-field {
		margin-bottom: 40px;
	}
	form.comment-form textarea {
		padding: 22px 26px;
	}
	blockquote {
		padding: 30px 80px 60px;
		margin: 40px 0;
	}
	.comment-list li .comment-single {
		margin-bottom: 32px;
		padding-bottom: 30px;
	}
	/*single post end*/
	/*footer start*/
	.wpcf7-form p {
		margin: 0 0 30px!important;
	}
	/*footer end*/
	/*sidebars end*/

	/*single post start*/
	blockquote {
		padding: 30px 80px 60px;
		margin: 40px 0;
	}
	.comment-list li .comment-single {
		margin-bottom: 32px;
		padding-bottom: 30px;
	}
	/*single post end*/
}


/*slick start*/
button.slick-arrow{
	top: 50%;
	transform: translate(0,-50%);
	width:30px;
	height: 30px;
	line-height: 1;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color:#000;
	font-size: 0;
	z-index: 12;
	border:none;
	cursor: pointer;
	transition: all ease .3s;
	background-color: transparent;
}
.slick-next{
	right: 15px;
}
.slick-prev{
	left: 15px;
}

.slick-arrow:before {
	display: block;
	top: 0;
	font-size: 20px;
}
.slick-next:before {
	content: "\f105";
	margin-left: 5px;
}

.slick-prev:before {
	content: "\f104";
	margin-right: 5px;
}
button.slick-arrow:hover{
	opacity:.6;
}
@media (min-width: 768px){
	button.slick-arrow{
		width:40px;
		height: 40px;
	}
}

ul.slick-dots{
	list-style: none;
	line-height: 1;
	position: relative;
	margin: 15px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
ul.slick-dots li{
	display: inline-flex;
	margin: 0 5px!important;
}
ul.slick-dots li,
ul.slick-dots li button:not(.slick-arrow):not(.fancybox-button){
	height: 12px!important;
	width: 12px!important;
}
ul.slick-dots li button:not(.slick-arrow):not(.fancybox-button){
	font-size: 0!important;
	background: #000;
	border-radius: 100%!important;
	padding: 0!important;
}
ul.slick-dots li:hover button:not(.slick-arrow):not(.fancybox-button),
ul.slick-dots li.slick-active button:not(.slick-arrow):not(.fancybox-button){
	background: #f28b00;
}

/*dots as lines
.page-template-page-men ul.slick-dots{
	line-height: 2px;
	text-align: right;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
}
.page-template-page-men  ul.slick-dots li{
 	min-height: unset;
	display: inline-block;
	margin: 0 0 0 10px!important;
 	height: 2px;
 	width: 30px;
 }
 .page-template-page-men  ul.slick-dots li button:not(.slick-arrow):not(.fancybox-button){
 	height: 2px;
 	line-height: 2px;
 	display: block;
 	width: 30px;
 	font-size: 0;
 	background-color: #e0c094;
 	border: none!important;
 	border-radius: 0!important;
 	padding: 0!important;
}
.page-template-page-men  ul.slick-dots li:hover button:not(.slick-arrow):not(.fancybox-button),
.page-template-page-men  ul.slick-dots li.slick-active button:not(.slick-arrow):not(.fancybox-button){
 	background-color: #ff5050;
}*/


.slick-initialized.slick-dotted{
	margin-bottom: 40px;
}
.slick-initialized.slick-dotted ul.slick-dots{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
.slick_wr:not(.slick-initialized){
	overflow:hidden;
	display: flex;
	position: relative;
}
.slick_wr:not(.slick-initialized)>*:nth-child(n+2){
	display: none!important;
}
.slick_wr:not(.slick-initialized):before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	right: 0;
	top: 0;
	bottom:0;
	background-color: rgba(255,255,255,1);
	background-image: url('../../images/ico_loading.gif');
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 50;
}

.slick_center_slide .slick-slide > div {
	transform: scale(.8);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.slick_center_slide .slick-center > div {
	transform: scale(1);
}

.space_between_slides .slick-slide {
	margin: 0 15px;
}
.space_between_slides .slick-list {
	margin: 0 -15px;
}
@media(min-width: 400px){
	.equal_height .slick-slider,
	.equal_height .slick-track,
	.equal_height .slick-list{
		display: flex;
	}
	.equal_height .slick-slide,
	.equal_height .slick-slide>div{
		height: 100%;
	}
}
/*bottom mode start*/
.bottom_arrows{
	margin-bottom: 50px;
}
.bottom_arrows button.slick-arrow{
	top: unset;
	bottom: -50px;
}
.bottom_arrows .slick-prev{
	left: calc(50% - 40px);
}
.bottom_arrows .slick-next{
	right: calc(50% - 40px);
}
/*bottom mode end*/

/*center mode start*/
.slick-dotted.centered_arrows{
	margin-bottom: 100px;
}
.centered_arrows button.slick-arrow{
	top: unset;
	transform: unset;
	bottom: -100px;
	border-radius: 66px;
	background: linear-gradient(45deg, #22A7FB 0%, #16DBB1 100%);
	box-shadow: 0 2px 80px 0 rgba(28, 195, 213, 0.40);
	width: 70px;
	height: 38px;
	color: #000;
}
.centered_arrows .slick-prev {
	left: calc(50% - 80px);
}
.centered_arrows .slick-next {
	right: calc(50% - 80px);
}
.center_mode .slick-slide:not(.slick-center) > div {
	transform: scale(.9);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	opacity: .5;
}
.center_mode .slider__item > img {
	width: 100%;
	height: auto;
}
@media(min-width: 768px){
	.center_mode .slick-slide:not(.slick-center) > div {
		transform: scale(.85);
	}
	.slick-dotted.centered_arrows{
		margin-bottom: 60px;
	}
	.centered_arrows button.slick-arrow{
		border-radius: 100%;
		width: 65px;
		height: 65px;
		bottom: unset;
		top: calc(50% - 35px);
	}
	.centered_arrows .slick-prev {
		left: calc(50% - 207px);
	}
	.centered_arrows .slick-next {
		right: calc(50% - 207px);
	}
	.centered_arrows button.slick-arrow:before{
		font-size: 35px;
	}
}
@media(min-width: 992px) {
	.center_mode .slick-slide:not(.slick-center):not(.slick-active) + .slick-slide > div,
	.center_mode .slick-slide:not(.slick-center) > div{
		transform-origin: left center;
	}
	.center_mode .slick-slide.slick-center + .slick-slide + .slick-slide > div,
	.center_mode .slick-slide.slick-center~* > div{
		transform-origin: right center;
	}
}
@media(min-width:1650px) {
	.centered_arrows .slick-prev {
		left: calc(50% - 286px);
	}
	.centered_arrows .slick-next {
		right: calc(50% - 286px);
	}
	.centered_arrows button.slick-arrow:before{
		font-size: 45px;
	}
}
/*center mode end*/
/*slick end*/



/*flexible fields start*/
/*tabs / accs start*/
.accordeon_info,
.tabs_content:not(.active),
.product_tabs_content:not(.active),
.tabs_content:not(.active){
	display: none;
}
.product_tabs_accordion_heading,
.product_tabs_heading span,
.tabs_heading,
.tabs_accordion_heading,
.tabs_heading span{
	cursor: pointer;
}

.product_tabs_heading span,
.tabs_accordion_heading,
.tabs_heading span{
	background-color: transparent;
}

.product_tabs_heading:hover span,
.product_tabs_heading.active span,
.tabs_accordion_heading.expanded span,
.tabs_heading:hover span,
.tabs_heading.active span{
	color:#fff;
	background-color:#f28b00;
	border-bottom: 1px solid transparent;
}
.accordeon_toggler{
	border-bottom: 1px solid #cecece;
}
.expanded .accordeon_toggler,
.accordeon_toggler:hover{
	color:#f28b00;
	border-bottom: 1px solid #f28b00;
}
.accordeon_toggler:after{
	content:'\f107';
	font-family: 'Fontello', serif;
	display: block;
	position: absolute;
	text-align: center;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 20px;
	height: 20px;
	z-index: 1;
}
.accordeon_toggler.expanded:after,
.expanded .accordeon_toggler:after{
	content:'\f106';
}
/*tabs / accs end*/

.object_slider_wr:not(.slick-initialized) {
	height: 400px !important;
}

.gallery_slider_wr:not(.slick-initialized),
.slick-initialized .gallery_item{
	height: 250px!important;
}
.gallery_item{
	height: 250px;
}
.price_repeater_item:after{
	content:'';
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 15px;
	border-bottom: 1px solid #000;
}
/*flexible fields end*/

.minicart_total .woocommerce-Price-amount{
	font-size: 24px;
	font-weight: 600;
	color:#404040;
}