/*Main Styles*/
.man_image_bck {
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
}
.man_over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1
}
.tablet .man_fixed,
.mobile .man_fixed {
	background-attachment:scroll!important;
}
.man_fixed {
	transition:none!important;
}
p {
	margin: 0 0 15px;
}
.man_wht_txt {
	color: #fff;
}
a:focus,
.owl-next:focus,
.owl-prev:focus,
.owl-dot {
	outline:0;
}


/*Service Block III*/
.man_service_block h4 {
	margin: 30px 0;
}
.man_service_block_III img {
	position: absolute;
	height: 100%!important;
	object-fit:cover;
	width: 100%;
	object-position: 50% 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
	.man_service_block_III:hover img {
		transform:scale(1.05);
	}
.man_service_block_III {
	overflow: hidden;
	position: relative;
}
.man_service_block_III_content {
	position: absolute;
	z-index: 1;
	text-align: center;
	padding: 40px;
	width: 100%;
}
.man_service_block_III a {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.man_service_block_III_bottom .man_service_block_III_content {
	bottom: 0;
}

/*Video Link*/
.sm_video_link span b {
	position: absolute;
	width: 41px;
	height: 41px;
	left: 0;
	top: 0;
}
.sm_video_link span b:after {
	width: 41px;
	height: 41px;
	display: block;
	content: '';
	background: #333;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.sm_video_link span {
	display: inline-block;
	width: 41px;
	height: 41px;
	vertical-align: middle;
	position: relative;
	margin-top: -4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sm_video_link:hover span {
	transform:scale(1.05);
}
.sm_video_link_text span {
	margin-right: 16px;
}
.sm_video_link span i {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 54%;
	z-index: 1;
	color: #fff;
	font-size: 12px;
}
.sm_video_link span:after {
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    display: block;
    content: '';
    position: absolute;
}
.sm_video_link span:before {
    border: 1px solid #fff;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    display: block;
    content: '';
    position: absolute;
    margin: -3px 0 0 -3px;
}
@keyframes iconWave {
  0% {
    border-width: 1px;
    -webkit-transform: scale(1);
    transform: scale(1.1);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}


/*Column*/
.elementor-block-hover-white:hover,
.elementor-block-hover-white:hover .elementor-heading-title i,
.elementor-block-hover-white:hover p {
  color: #fff!important;
}

/*Google Map*/
.sm_map_background {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.sm_map_background .elementor-widget-container,
	.sm_map_background .eb-map {
		height: 100%!important;
	}
.sm_map_column_background {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.sm_map_column_background .elementor-widget-container,
	.sm_map_column_background .eb-map {
		height: 100%!important;
	}

/*Header*/
#masthead {
	/*position: absolute!important;*/
	width: 100%;
}
#masthead p {
	margin: 0;
}

.single-elementor-hf .man_page, .single-elementor-hf .site-content {
	background: none!important;
}


/*News*/
.elementor-widget-sm-news .man_news_list {
	margin-bottom: -60px;
}
.sm_news_square .man_news_item_img {
	border-radius: 0;
}

/*Heading*/
.elementor-heading-title i {
	margin-right: 10px;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}
.elementor-widget-heading span.elementor-heading-title {
	font-weight: normal;
}
.elementor-heading-title span {
	float: left;
	display: block;
	width: 80%;
}
span.elementor-heading-title:after {
	content: '';
	display: block;
	clear: both;
}
.elementor-widget-heading span.elementor-heading-title {
	line-height: 1.5!important;
}


/*Slider*/
.man_slider .owl-nav .ti {
	color: #fff;
}
.man_slider .owl-nav .ti:after {
	background-color: #fff;
}
.man_slider_item {
	overflow: hidden;
	position: relative;
}
.man_slider_item_over {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.man_slider_over_text {
	position: absolute;
	font-size: 340px!important;
	left: 50%;
	transform: translateX(-50%);
	line-height: 340px!important;
	font-weight: bold;
	height: 100%;
	padding:0;
	top: 60%;
	filter: brightness(130%);
	filter: contrast(110%);
}
.man_slider_item_title_cont {
	position: relative;
	z-index: 1;
	width: 100%;
}
.man_slider_item_title {
	margin-bottom: 35px;
}
.man_slider_item_text {
		margin-bottom: 55px;
}
	.man_slider_item_text p {
		margin-bottom: 0;
	}
.man_slider_item .container {
	position: relative;
	height: 100%;
	padding: 0;
}
.man_slider .owl-dots {
	position: absolute;
	bottom: 40px;
	z-index: 5;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
}

.man_slider .owl-nav {
	position: absolute;
	bottom: 50px;
	z-index: 3;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}
	.man_slider .owl-prev {
		left: auto;
		right: 80px;
		width: 71px;
		text-align: left;
		transform:translateY(-50%);
		height: 34px;
		margin: 0;
	}
	.man_slider .owl-next {
		right: 0;
		text-align: right;
		width: 71px;
		height: 34px;
		transform:translateY(-50%);
		margin: 0;
	}
.man_slider .btn {
	margin: 0;
}
.man_slider_item_count {
	position: absolute;
	right: 0;
	top: 165px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
	.man_slider_item_count span {
		font-size: 14px;
		line-height: 30px;
		position: relative;
		display: inline-block;
		transform: translateY(-15px);
	}

	.man_slider_item_title_cont .man_slider_item_text {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.man_slider_item_title_cont .btn {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

.elementor-widget-sm-slider .elementor-widget-container {
	overflow: hidden;
}

/*Partners*/
.gallery.owl-carousel {
	margin: 0 -15px;
	width: calc(100% + 30px)!important;
}

/*Number Block*/
.man_number_block {
	position: relative;
}
	.man_number_block_title span {
		display: inline-block;
		margin-right: 10px;
	}
	.man_number_block_number {
		position: absolute;
		font-size: 160px;
		line-height: 142px;
		opacity: 0.16;
		top: 0;
		font-weight: bold;
		z-index: -1;
	}


/*Absolute Image*/
.elementor-widget-sm-absolute-image {
	position: absolute!important;
	z-index: -1;
}
.elementor-editor-active .elementor-widget-sm-absolute-image {
	z-index: 10;
}
.man_absolute_image {
	position: relative;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}

/*Service Block*/
.man_hover_margin_parents {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
.man_hover_margin_parents:hover {
	transform:translateY(-10px);
}
.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	position: relative;
}
.elementor-widget-sm-service-block  p:last-child {
	margin: 0;
}

/*Image*/
.elementor-widget-image .elementor-widget-container {
	overflow: hidden;
	position: relative;
}

/*Video Block*/
.elementor-custom-embed-play {
	z-index: 2;
}
.elementor-custom-embed-play i {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50%;
}
.elementor-widget-video:hover .elementor-custom-embed-play i {
	box-shadow:0 0 40px #fff;
	transform:scale(1.1);

}
.eicon-play:before {
	position: relative;
	z-index: 1;
}
.elementor-custom-embed-play i {
	opacity: 1!important;
}
.eicon-play:after {
	background: #fff;
	width: calc( 100% - 5px );
	height: calc( 100% - 5px );
	display: block;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

/*Counter Block*/
.elementor-counter .elementor-counter-title {
	text-align: left!important;
}
.man_no_prefix .elementor-counter-number-prefix {
	display: none;
}
.elementor-counter-number {
	white-space: nowrap;
}
.man_no_suffix .elementor-counter-number-suffix {
	display: none;
}
.elementor-counter-flex {
	display: flex;
}
.elementor-counter .elementor-icon {
	margin-right: 25px;
}

/*Instagram*/
.man_bordered_block {
	width: 100%;
	height: 100%;
	min-height: 170px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.man_image_over {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

/*Map*/
.man_map_pins {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.man_map_pin {
	width: 40px;
	height: 40px;
	position: absolute;
}
.man_map_pin svg {
	transform:scale(1);
	padding: 3px;
}
.man_map_pin:before {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f5f5fa;
	border-radius: 50%;
	top: 15px;
	left: 15px;
}
	.man_map_pin svg path {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		stroke:#f5f5fa;
		stroke-width: 17;
		transform:translateX(15px) translateY(15px);
	}
.man_map_pin span.man_map_point {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	animation: pin-scale-multiple 2s 0s linear infinite;
	opacity: 0;
}
.man_map_pin span.man_map_point_border {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pin-scale-multiple2 2s 0s linear infinite;
	animation-delay: -.4s;
}
.man_map_pin span.man_map_point_second_border {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pin-scale-multiple3 2s 0s linear infinite;
	animation-delay: -.2s;
	opacity: 0;
}
@keyframes pin-scale-multiple {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
@keyframes pin-scale-multiple2 {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 0.4;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
@keyframes pin-scale-multiple3 {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 0.3;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

.man_map {
	position: relative;
}
	.man_map img {
		width: 100%;
		height: auto;
	}
.man_map_pin_cont {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	position: absolute;
	left: 53px;
	top: -45px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	z-index: -2;
	pointer-events: none;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
}
.man_map_pin_right .man_map_pin_cont {
	left: -228px;
}
.man_map_pin_cont_mobile {
	display: none;
	z-index: 10;
}
.man_map_pin_cont b {
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}


	.man_map_pin:hover .man_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}

	.man_map.active .man_map_pins .man_map_pin_wrapper:first-child .man_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}
	.man_map_pin_cont p:last-child {
		margin: 0;
	}
.elementor-widget-sm-offices .elementor-widget-container {
	overflow: visible;
}

/*Timeline*/
.man_timeline_line {
	height: 1px;
	position: absolute;
	width: 99.9%;
	top: 182px;
	border-bottom: 2px dashed;
}

.elementor-widget-sm-timeline .elementor-widget-container {
	overflow: visible;
}
	.man_timeline_pin {
		width: 44px;
		height: 44px;
		position: relative;
		margin: 0 50px;
	}
	.man_timeline_item {
		height: 300px;
		padding-top: 162px;
		padding-bottom: 202px;
	}
	.man_timeline_point {
		width: 19px;
		height: 19px;
		position: absolute;
		background: #ff0754;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		transform:translateY(-50%) translateX(-50%);
		z-index: 1;
	}
	.man_timeline_point_border {
		display: block;
		position: absolute;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 50%;
	}
	.man_timeline_pin_title {
		position: absolute;
		transform:translateX(-50%);
		left: 50%;
		font-size: 40px!important;
		line-height: 50px!important;
	}
	.man_timeline_pin_cont {
		position: absolute;
	 
		padding: 20px;
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		border-radius: 5px;
		min-width: 200px;
		width: 200px;
		font-size: 16px;
		line-height: 24px;
		font-weight: normal!important;
		text-transform: none!important;
	}

		.man_timeline_pin_cont p:last-child {
			margin: 0;
		}
		.man_timeline_pin_cont .man_timeline_pin_cont_corner {
			content: '';
			display: block;
			width: 14px;
			height: 18px;
			-webkit-background-size: cover;
			background-size: cover;
			position: absolute;
			left: 23px;
			top: -16px;
		}
		.man_timeline_pin_cont_corner_even {
			top:auto!important;
			bottom:-16px;
		}

.man_timeline_pin.even .man_timeline_pin_title {
	top: 45px;
}
.man_timeline_pin.odd .man_timeline_pin_title {
	bottom: 45px;
}
.man_timeline_pin.even .man_timeline_pin_cont {
	bottom: 69px;
}
.man_timeline_pin_cont p {
	letter-spacing:0!important;
}
.man_timeline_pin.odd .man_timeline_pin_cont {
	top: 69px;
}
.man_timeline_pin.even .man_timeline_pin_cont:before {
	bottom: -18px;
	background-image: url('images/corner_bottom.png');
}
.man_timeline_pin.odd .man_timeline_pin_cont:before {
	top: -18px;
	background-image: url('images/corner_top.png');
}

.man_timeline .owl-nav {
	position: absolute;
	top: 164px;
	width: 100%;
}
	.man_timeline .owl-prev {
		left: -10px;
		position: absolute;
	}
	.man_timeline .owl-next {
		right: -10px;
		position: absolute;
	}

.man_timeline .owl-nav i {
	font-size: 40px;
}

/*Advantages*/
.elementor-widget-sm-advantages .elementor-widget-container {
	overflow: hidden;
}
.man_advantages {
	height: 600px;
}
	.man_adv_box {
		height: 600px;
		position: relative;
		color: #fff!important;
	}
		.man_page .man_adv_box h2,
		.man_page .man_adv_box .pseudo-h2 {
			margin-bottom: 10px;
			color: #fff;
		}
		.man_page .man_adv_box h4,
		.man_page .man_adv_box .pseudo-h4 {
			color: #fff;
			margin-bottom: 10px;
		}
		.man_adv_box h2:after {
			display: none;
		}
	.man_adv_box_img {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		z-index: 1;
	}
		.man_adv_box_img.active {
			z-index: 1;
			opacity: 1;
		}
		.man_adv_box_img.first-item {
			opacity: 1;
			z-index: 1;
		}
	.man_adv_box_block {
		position: absolute;
		width: 100%;
		bottom: 20px;
		z-index: 3;
	}
	.elementor-section .elementor-container {
		z-index: 3;
	}
.man_adv_carousel {
	position: relative;
	z-index: 2;
	margin-left: -1px;
}
	.man_adv_box:before {
		height: 100%;
		width: 1px;
		content: '';
		display: block;
		background: rgba(255,255,255,0.2);
		position: absolute;
		left: 0;
	}


	.man_adv_box_block {
		padding: 20px;
	}
	.man_adv_box_block_cont {
		border-radius: 5px;
		background: #ff2153;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transform:translateY(60px);
	}
	.man_adv_box_block_cont h4 {
		margin-top: 0;
	}
	.man_adv_box_block_cont_wb {
		padding: 0 30px 15px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		bottom: 0;
		transform:translateY(0);
	}
	.man_adv_box:hover .man_adv_box_block_cont_wb {
		opacity: 0;
		transform:translateY(-60px);
	}
	.man_adv_box:hover .man_adv_box_block_cont {
		opacity: 1;
		transform:translateY(0);
	}

@media (max-width: 768px) {
	.man_advantages,
	.man_adv_box {
		height: auto;
		padding: 25px 15px 5px;
	}
	.man_advantages {
		max-width: 500px;
		margin: 0 auto;
	}
	.man_adv_box {
		padding: 0;
		margin: 0 0 15px;
	}
	.man_adv_box_block {
		position: static;
		padding: 0;
	}
	.man_adv_box .man_adv_box_block_cont {
		opacity: 1;
		transform: translateY(0);
		padding: 20px 15px 10px;
	}
	.man_adv_box .man_adv_box_block_cont.man_wht_txt {
		font-size: 16px;
		text-align: center;
	}
	.man_adv_box .man_adv_box_block_cont h4,
	.man_adv_box .man_adv_box_block_cont .pseudo-h4,
	.man_adv_box .man_adv_box_block_cont h2,
	.man_adv_box .man_adv_box_block_cont .pseudo-h2,
	.man_adv_box .man_adv_box_block_cont p,
	.man_adv_box .man_adv_box_block_cont .btn {
		transform: translateX(0);
		opacity: 1;
	}
	.man_adv_box .man_adv_box_block_cont h2,
	.man_adv_box .man_adv_box_block_cont .pseudo-h2 {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 12px;
	}
}

/*Testimonials*/
.man_testimonials {
	margin: -15px -15px 0 -15px;
	width: calc(100% + 30px)!important;
}
.man_testimonials_item_cont {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	color: #292929;
}
.man_testimonials_item {
	padding: 15px 15px 0;
}
.man_testimonials_item_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.man_testimonials_item_title_cont:after	 {
	display: block;
	content: '';
	clear: both;
}
.man_testimonials_item_title_name {
	font-weight: bold;
}
.man_testimonials_item_desc {
	padding: 20px
}


/*Widget Menu*/
.elementor-widget ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.elementor-widget ul.menu a:hover {
		padding-left: 20px;
	}
	.elementor-widget ul.menu li a {
		position: relative;
		font-size: 16px;
		line-height: 36px;
		color: #424242;
	}
	.elementor-widget ul.menu a:before {
		display: inline-block;
		content: "\e628";
		font-family: themify;
		position: absolute;
		left: -5px;
		font-size: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
		.elementor-widget ul.menu a:hover:before {
			opacity: 1;
			left: 0;
			-webkit-transition-delay: 0.1s;
			-o-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}

.elementor-widget-sm-menu {
	margin-bottom: 0!important;
}
.sm_nav_menu {
	margin: 0;
	padding: 0;
}


/*Buttons*/
.btn_default .elementor-button,
.btn {
	-webkit-transition: all 0.3s!important;
	-o-transition: all 0.3s!important;
	transition: all 0.3s!important;
}
body .elementor-widget-sm-default-button .btn {
	margin-right: 5px!important;
}
.elementor-widget-sm-default-button .btn:first-child {
	margin-left: 5px!important;
}
.sm_display_inline .btn {

}

/*Text Editor*/
.elementor-text-editor p:last-child {
	margin-bottom: 0;
}


/*Basket*/
.man_cart_block .ti {
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.man_cart_block .ti,
.man_cart_block span {
	display: inline-block;
}


/*Products*/
.man_woo_cat_item_square,
.man_woo_cat_item_square a,
.man_woo_cat_item_square .man_woo_cat_item_over {
	border-radius: 0!important;
}
.elementor-widget-sm-woo-products .woo_products {
	margin-bottom: -40px;
}
.woo_products .product {
	margin-bottom: 20px!important;
}
.elementor-widget-sm-woo-products .man_product_photo {
	margin-bottom: 20px;
	box-shadow:none;
}
	.elementor-widget-sm-woo-products .man_product_photo img {
		left: 0;
	}
	.elementor-widget-sm-woo-products .man_product_photo a {
		display: block;
	}
	.man_vertical_products .man_product_photo img {
		position: relative!important;
	}
	.man_vertical_products .man_product_photo {
		height: auto;
		margin-bottom: 0;
	}


/*Responsive*/
@media (max-width: 767px) {
	.man_slider_item_title {
		margin-bottom: 20px;
	}
	.man_slider_item_text  {
		margin-bottom: 20px;
	}
	.man_slider .owl-dots {
		bottom: 0;
	}
	.elementor-counter-number-wrapper_flex {
		max-width: 100px;
		min-width: 100px
	}
	.man_map_pin_cont {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.elementor-widget-sm-woo-products .product {
		padding: 0!important;
	}
}
@media (min-width: 1025px) {
	.elementor-hidden-desktop {
		display: none!important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-hidden-tablet {
		display: none!important;
	}
}
@media (max-width: 1024px) {
	.woo_products .product:nth-child(3n+1) {
		clear: both;
	}
	.woo_products.columns-5 .product:nth-child(3n+1) {
		clear: none;
	}
	.mc4wp-form {
		text-align: center;
	}
	/*Offices*/
	.man_map_pin_cont_mobile {
		background: #fff;
		padding: 20px;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -190px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		min-width: 250px;
		opacity: 0;
		pointer-events: none;
		display: block;
	}
		.man_map_pin_cont_mobile_close {
			display: block;
			position: absolute;
			right: 10px;
			top: 10px;
		}
	.man_map_pin_cont_mobile.active {
		opacity: 1;
		pointer-events: auto;
	}
	.man_map_pin_cont {
		display: none;
	}
}

/*Horizontal Animation*/
.man_horizontal_animation {
	animation: horizontal_animation  1200s infinite linear;
	background-position: 0 0;
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
@keyframes horizontal_animation {
    0%   {
    	background-position: 0 0;
    }
    50%   {
    	background-position: 1000% 0;
    }
}

/*Heart Animation*/
.love {
  -webkit-animation: heartBeat 1s infinite ease;
  animation: heartBeat 1s infinite ease;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  background-color: rgba(86, 110, 249, 0.4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 3;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.love i {
	color: #fff;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.love:after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background-color: #566ef9;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: heartBeatInner 1s infinite ease;
    animation: heartBeatInner 1s infinite ease;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}
.love:before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  -webkit-animation: heartBeatInner 1s infinite ease;
  animation: heartBeatInner 1s infinite ease;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  border-radius:50%;
  opacity: 0.4;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes heartBeatInner {
    0%,
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartBeatInner {
    0%,
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

/*Demos*/
.man_demos {
	height: 400px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 100px;
}
	.man_demos a {
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
	}
	.man_demos_photo  {
		position: absolute;
		top: 0;
		-webkit-transition: all 6s;
		-o-transition: all 6s;
		transition: all 6s;
		height: 100%;
		width: 100%;
		background-position: 0 0;
		border-radius: 5px;
	}
	.man_demos:hover .man_demos_photo {
		background-position: 0 100%;
	}
	.man_demos_title {
		position: absolute;
		width: 100%;
		text-align: center;
		top:100%;
		margin-top: 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		padding: 0;
		margin-bottom: 100px;
		font-size: 20px;
		line-height: 28px;
	}
.man_coming {
	background-image: url('images/coming.png');
	width: 133px;
	height: 133px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

ins {
	background: none!important;
}
del {
	font-weight: normal;
	opacity: 0.7;
}

/*Services Block II*/
.man_service_block_II .man_icon {
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 20px;
	display: block;
	font-size: 50px;
}
.man_service_block_II .man_woo_cat_item_cont_an {
	opacity: 1;
	transform:translateY(0);
	height: auto;
}
.man_woo_cat_item_cont_2 {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform:translateY(-40%) translateX(-50%);
}
.man_woo_cat_item_cont {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.man_service_block_II:hover .man_woo_cat_item_cont {
		opacity: 0;
		transform:translateY(-60%) translateX(-50%);
	}
	.man_service_block_II:hover .man_woo_cat_item_cont_2 {
		opacity: 1;
		transform:translateY(-50%) translateX(-50%);
	}
.man_woo_cat_item_cont .btn_inline_style {
	color: #fff;
}
.man_service_block_II .man_woo_cat_item_cont_an > div {
	height: auto;
	margin: 15px 0 0;
}
.man_service_block_II .man_woo_cat_item_cont {

}
.man_service_block_II a {
	min-height: 280px;
}
	.man_service_block_II:hover .man_icon {
		opacity: 1;
	}
	.man_service_block_II:hover .man_woo_cat_item_cont_an {
	}
	.man_service_block_II .man_woo_cat_item_cont_an {
	}


/* ************* stm styles ************* */
.man_posts_item_img {
  margin-bottom: 30px;
}
.man_posts_item_title {
  margin-bottom: 20px;
}
.man_posts_item_description {
  margin-bottom: 50px;
}
a.man_posts_item_link {
  color: #566DFB;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 15px;
}
a.man_posts_item_link::before {
  content: "— ";
}
.stm-title-banner-divider {
  height: 130px;
}
.stm-products-catalog .stm-products-catalog__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}
.stm-products-catalog .stm-products-catalog__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4F4F4F;
  margin-bottom: 20px;
}
.stm-products-catalog .man_navigation {
  text-align: left;
}
.stm-products-catalog .man_navigation .page-numbers {
  background: #fff;
  min-width: 27px;
  height: 26px;
  color: #3A426D;
  margin: 4px 0px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-transform: initial;
  border-radius: 3px;
}
.stm-products-catalog .man_navigation .page-numbers:not(.current):hover {
  background: #F5F5FA;
}
.stm-products-catalog .man_navigation .page-numbers.current {
  background: #566DFB;
  color: #fff;
}
.stm-products-catalog .man_navigation .page-numbers.current::after {
  content: none;
}
.stm-products-catalog .man_navigation .page-numbers.prev {
  position: static;
  padding-left:8px;
  padding-right:10px;
}
.stm-products-catalog .man_navigation .page-numbers.prev > i {
  vertical-align: middle;
  margin-right: 4px;
  transform: translateY(-1px);
}
.stm-products-catalog .man_navigation .page-numbers.prev > i::before {
  content: "\e64a";
}
.stm-products-catalog .man_navigation .page-numbers.next {
  position: static;
  padding-left:10px;
  padding-right:8px;
}
.stm-products-catalog .man_navigation .page-numbers.next > i {
  vertical-align: middle;
  margin-left: 4px;
  transform: translateY(-1px);
}
.stm-products-catalog .man_navigation .page-numbers.next > i::before {
  content: "\e649";
}
.stm-products-catalog-sidebar__panel {
  background: #F5F5FA;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.stm-products-catalog-sidebar__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
}
.stm-categories-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}
.stm-categories-list > li {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding-left: 22px;
  position: relative;
}
.stm-categories-list > li .toggle {
  position: absolute;
  left: 0;
  top: 0;
  color: #566DFB;
  cursor: pointer;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stm-categories-list > li .toggle::before {
  content: "\e649";
}
.stm-categories-list .count {
  color: #828282;
}
.stm-categories-list > li.active .toggle::before {
  content: "\e648";
}
.stm-categories-list a {
  color: inherit;
}
.stm-categories-list a:hover {
  color: #566DFB;
}
.stm-checkbox-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}
.stm-checkbox-list > li {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.stm-checkbox-list > li label {
  font-weight: normal;
}
.stm-checkbox-list > li input {
  margin-right: 10px;
}
.stm-checkbox-list .count {
  color: #828282;
}
.stm-categories-child-list {
  list-style: none;
  padding-left: 0;
  margin: 14px 0 10px;
}
.stm-categories-child-list > li {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4F4F4F;
}
.stm-products-main .stm-product-item {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 10px;
}
.stm-products-main .stm-product-item::after {
  display: table;
  content: "";
  clear: both;
}
.stm-product-item .stm-product-item__image {
  position: relative;
  float: left;
  max-width: 270px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  font-size: 0;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.stm-product-item .stm-product-item__image img {
  border-radius: inherit !important;
  height: auto !important;
}
.stm-product-item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: 480px;
  transition: initial !important;
}
.stm-product-item__content {
  padding: 20px 30px 15px;
  overflow: hidden;
}
.stm-product-item__content .stm-product-item__add_cart .button.loading {
  padding: 10px 20px !important;
}
.stm-product-item__content .stm-product-item__add_cart .button,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button {
  border: 2px solid #566DFB;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px !important;
  height: 40px;
  min-width: 110px;
  text-align: center;
  border-radius: 30px;
  transition: initial !important;
}
.stm-product-item__content .stm-product-item__add_cart .button:hover,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:hover,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button:hover {
  background-color: #566DFB;
  border: 2px solid #566DFB;
  color: #fff;
  line-height: 14px !important;
}
.stm-product-item__content .stm-product-item__add_cart .button::after,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart::after,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button::after {
  content: none !important;
}
.stm-product-item__content .stm-product-item__add_cart .button:not(:hover),
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:not(:hover),
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button:not(:hover) {
  background-color: transparent;
  color: #3A426D;
}
.stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__icon {
	display: none;
}
.stm-product-item__content .meta-top {
  margin-bottom: 18px;
}
.stm-product-item__content .meta-middle {
  margin-bottom: 11px;
}
.stm-product-item__content .meta-bottom::after {
  display: table;
  content: "";
  clear: both;
}
.stm-product-item__content .meta-bottom {
  display:flex;
  flex-wrap: wrap;
}
.stm-product-item__content .meta-bottom .stm-product-item__price {
  float: left;
  width: 50%;
  min-height: 1px;
}
.stm-product-item__content .meta-bottom .stm-product-item__add_cart {
  overflow: hidden;
  float: left;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__price {
  width: auto;
  flex-grow:1;
  margin-right:10px;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__add_cart {
  float: right;
}
.stm-product-item__content .product-categories a {
  color: #566DFB;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.stm-product-item__content .woocommerce-product-attributes {
  background-color: transparent;
  margin-bottom: 0 !important;
  table-layout: fixed;
  border-top: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes tr {
  background-color: transparent;
}
.stm-product-item__content .woocommerce-product-attributes tr td {
  padding: 0 !important;
  width: auto !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes tr th {
  padding: 0 !important;
  width: auto !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__label {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #828282 !important;
  text-align: left !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__value {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  color: #000000 !important;
  text-align: left !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__value p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  padding: 0 !important;
}
.stm-products-main.grid {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.stm-products-main.grid .stm-product-item__content .meta-middle {
  display: none;
}
.stm-products-main.grid .stm-product-item {
  justify-content: center;
  align-items: stretch;
  width: calc((100% / 3) - 10px);
  margin-left: 15px;
}
.stm-products-main.grid.cols-2 .stm-product-item:nth-child(2n+1) {
  margin-left: 0;
}
.stm-products-main.grid.cols-3 .stm-product-item:nth-child(3n+1) {
	margin-left: 0;
}
.stm-products-main.grid.cols-4 .stm-product-item:nth-child(4n+1) {
	margin-left: 0;
}
.stm-products-main.grid.cols-2 .stm-product-item {
	width: calc((100% / 2) - 10px);
}
.stm-products-main.grid.cols-3 .stm-product-item {
	width: calc((100% / 3) - 10px);
}
.stm-products-main.grid.cols-4 .stm-product-item {
	width: calc((100% / 4) - 12px);
}
.stm-products-main.grid .stm-product-item .stm-product-item__content {
  padding: 15px 15px 15px;
}
.stm-products-main.grid .stm-product-item .btn {
  min-width: 100%;
  padding: 10px 15px;
}
.stm-products-main.grid .stm-product-item .regular_price {
  font-size: 24px;
}
.stm-products-main.grid .stm-product-item .stm-product-item__title {
  font-size: 16px;
  line-height: 1.5;
}
.stm-products-main.grid .stm-product-item__image {
  width: 100%;
  float: none;
  max-width: unset;
  border-radius: 10px 10px 0 0;
  transition: initial !important;
}
.stm-products-main.grid .stm-product-item__image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: initial !important;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button {
	font-size: 19px;
	border-radius: 8px!important;
	padding: 8px 8px;
	min-width: 40px;
	height: 40px;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__text {
	display: none;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__icon {
	display: inline-block;
}
.stm-product-item__price .sale_price {
  color: #828282;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}
.stm-product-item__price .regular_price {
  color: #566DFB;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.02em;
}
.stm-products-catalog__filter {
  background: #F5F5FA;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 10px;
}
.stm-products-catalog__filter::after {
  display: table;
  content: "";
  clear: both;
}
.stm-products-catalog__filter .stm-filter-chosen-units {
  float: left;
  font-size: 0;
}
.stm-products-catalog__filter .stm-view-by {
  float: right;
  margin-left: 10px;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list {
  list-style: none;
  margin: 6px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  margin: 0 6px 0 0;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  cursor: pointer;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li:hover {
  border-color: #000;
  color: #000;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li i {
  margin-left: 4px;
  vertical-align: middle;
  font-size: 12px;
}
.stm-filter-chosen-units .woocommerce-Price-amount,
.stm-filter-chosen-units .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  background-color: transparent !important;
  color: inherit !important;
}
.stm-sort-by-options {
  float: right;
}
.stm-sort-by-options select.orderby {
  height: 40px !important;
  padding: 7px 15px;
  font-size: 16px !important;
  width: 240px;
  border-radius: 6px !important;
  border: 0 none;
  background-color: #fff;
  margin: 0 !important;
  right: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background-image: url('images/dropdown_arrow.svg');
  background-position: 95% center;
  background-repeat: no-repeat;
}
.stm-view-by .view-type {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #3A426D;
  border-radius: 6px;
}
.stm-view-by .view-type:hover {
  color: #000;
}
.stm-view-by .view-type i {
  line-height: 40px;
}
.stm-view-by .view-type.active {
  background: #566DFB;
  color: #fff;
}
.wpcf7-form .form-group {
  margin-bottom: 30px;
}
.wpcf7-form .btn-wrapper {
  position: relative;
}
.wpcf7-form .btn-wrapper .ajax-loader {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.wpcf7-form .wpcf7-form-control {
  height: 50px;
  border-radius: 6px !important;
}
.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-submit {
  width: 100%;
}
.elementor-widget .breadcrumbs {
  font-weight: normal;
  font-size: 16px;
  color: #828282;
}
.elementor-widget .breadcrumbs a {
  font-weight: normal;
  font-size: 16px;
  color: #828282;
}
.elementor-widget .breadcrumbs a span {
  color: #828282;
}
.elementor-widget .breadcrumbs span.current-item {
  color: #BDBDBD;
}
.elementor-icon-box-title {
  margin-top: 0;
}
.man_slider_item.style_2 .man_slider_item_logo {
  margin-bottom: 55px;
}
.man_slider_item.style_2 .man_slider_item_title {
  margin-bottom: 70px;
}
.man_slider_item.style_2 .man_slider_item_text {
  margin-bottom: 0;
}
.man_slider_item.style_2 .man_slider_item_over {
  width: 50%;
  opacity: 0.8;
}
.man_slider_item.style_2 .man_slider_item_title_cont {
  width: 50%;
}
.woocommerce-page .man_main_sidebar {
  order: 2;
}
.woocommerce-page .man_sidebar_col {
  order: 1;
  padding: 0 15px;
}
.woocommerce-page .man_page {
  background-color: #fff;
}
.woocommerce-page .site-content {
  background-color: #fff;
}
.woocommerce-page .man_sidebar:before {
  content: none !important;
}
.woocommerce-page .man_sidebar .widget {
  background: #F5F5FA;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 30px !important;
}
.woocommerce-page .man_sidebar .widget ul.product-categories > li > a:before {
  color: #566DFB;
}
.woocommerce-page .man_sidebar .widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
  text-transform: initial;
}
.woocommerce-page .man_sidebar .product-categories {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}
.woocommerce-page .man_sidebar .product-categories > li {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.woocommerce-page .man_sidebar .product-categories > li > a::before {
  content: none !important;
}
.woocommerce-page .man_sidebar .product-categories > li ul a::before {
  content: none !important;
}
.woocommerce-page .man_sidebar .product-categories > li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 0 0 22px !important;
}
.woocommerce-page .man_sidebar .product-categories > li a:hover {
  color: #566DFB;
}
.woocommerce-page .man_sidebar .product-categories > li .toggle {
  position: absolute;
  left: 0;
  top: 0;
  color: #566DFB;
  cursor: pointer;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  z-index: 9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-page .man_sidebar .product-categories > li .toggle::before {
  content: "\e649";
}
.woocommerce-page .man_sidebar .product-categories .count {
  color: #828282;
  background-color: transparent !important;
  position: static;
  display: inline;
  padding: 0 !important;
  font-size: inherit;
  line-height: inherit;
}
.woocommerce-page .man_sidebar .product-categories .count::before {
  content: "(";
}
.woocommerce-page .man_sidebar .product-categories .count::after {
  content: ")";
}
.woocommerce-page .man_sidebar .product-categories .children {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 14px 0 10px;
}
.woocommerce-page .man_sidebar .product-categories .children > li {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4F4F4F;
}
.woocommerce-page .man_sidebar .product-categories > li.active .children {
  display: block;
}
.woocommerce-page .man_sidebar .product-categories > li.active .toggle::before {
  content: "\e648";
}
.woocommerce .stm-products-catalog__filter .woocommerce-ordering {
  display: block;
  width: 100%;
  max-width: 100% !important;
  border: 0 none !important;
  margin: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #E0E0E0 !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #566DFB;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  background-color: #fff !important;
  border: 1px solid #F5F5FA;
  top: -8px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.widget_price_filter .ui-slider-horizontal {
  height: 4px !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: transparent;
  color: #3A426D;
  border: 2px solid #566DFB;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px !important;
  height: 40px;
  min-width: 80px;
  text-align: center;
  border-radius: 30px;
  float: right !important;
  transition: initial !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: white;
}
.widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  height: 40px;
}
.widget.widget_layered_nav_filters {
  vertical-align: middle;
  display: inline-block;
}
.widget.widget_layered_nav_filters ul {
  list-style: none;
  margin: 12px 0 !important;
  padding: 0;
}
.widget.widget_layered_nav_filters ul li.chosen {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  margin: 0 6px 0 0;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  position: relative;
  border-radius: 12px;
}
.widget.widget_layered_nav_filters ul li.chosen:hover {
  border-color: #000;
  color: #000;
}
.widget.widget_layered_nav_filters ul li.chosen:hover > a {
  color: #000 !important;
}
.widget.widget_layered_nav_filters ul li.chosen > a {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 4px 22px 4px 8px !important;
  margin: 0 !important;
  z-index: 2;
}
.widget.widget_layered_nav_filters ul li.chosen > a::before {
  content: none !important;
}
.widget.widget_layered_nav_filters ul li.chosen::after {
  content: "\e646" !important;
  font-family: themify;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 4px;
}
.woocommerce-products-header .term-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4F4F4F;
  margin-bottom: 20px;
}
.woocommerce-products-header .term-description p {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.container.container-shop-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 0px;
}
.stm-products-catalog {
  padding-bottom: 70px;
}
.stm-products-catalog .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.owl-stage-outer.owl-height {
  transition: none;
}
.btn-wrapper + .wpcf7-response-output {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.sm_video_link.elementor-button-link.elementor-button span {
  width: initial;
  height: initial;
  margin-top: 0;
  transform: none !important;
}
.sm_video_link.elementor-button-link.elementor-button span::before, .sm_video_link.elementor-button-link.elementor-button span::after {
  content: none;
}
.man_slider_item_logo .lazy-hidden, .man_slider_item_logo .entry img.lazy-hidden, .man_slider_item_logo img.thumbnail.lazy-hidden {
  background-color: transparent;
  width: 32px !important;
  height: 32px !important;
}
@media (max-width: 1025px) {
  #elementor-header-primary .sm_menu_toggle {
    margin-right: 10px !important;
  }
  body #masthead .elementor-widget-sm-default-button .btn {
  	margin-right: 15px !important;
  }
  .stm-title-banner-divider {
    height: 90px;
  }
  .stm-product-item__content {
    padding: 12px 18px 12px;
  }
  .stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__price {
    width: auto;
    margin-right: 10px;
  }
  .stm-products-main.grid .stm-products-main.grid .stm-product-item .regular_price {
    font-size: 20px;
  }
  .stm-products-catalog .man_sidebar_col .man_sidebar {
	padding: 0;
	margin: 0 -15px;
  }
  .stm-product-item__content .meta-top {
	margin-bottom: 10px;
  }
  .stm-product-item__title {
    font-size: 20px;
	line-height: 24px;
  }
  .man_slider_item.style_2 .man_slider_item_over {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .stm-products-main {
    max-width:500px;
    margin:0 auto;
  }
  .stm-product-item {
    width: 100%;
  }
  .stm-product-item .stm-product-item__image {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .stm-products-main.grid .stm-product-item,
  .stm-products-main.grid.cols-2 .stm-product-item,
  .stm-products-main.grid.cols-3 .stm-product-item,
  .stm-products-main.grid.cols-4 .stm-product-item {
    width: 100%;
  }
  .stm-product-item__content {
    width: 100%;
  }
  .stm-products-catalog__filter {
    padding: 15px 15px;
  }
  .stm-products-catalog__filter .stm-filter-chosen-units {
    width: 100%;
    margin-bottom: 10px;
  }
  .stm-sort-by-options {
    float: left;
  }
  .stm-sort-by-options select.orderby {
    width: 200px;
    margin: 0;
  }
  .man_posts_list .man_posts_grid_item {
    margin-bottom: 40px;
  }
  .stm-products-main.grid .stm-product-item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page .col-lg-3.man_sidebar_col {
	max-width: 300px;
    flex: 0 0 300px;
  }
  .woocommerce-page .col-lg-9.man_main_sidebar {
    flex: 0 0 calc(100% - 300px);
  }
}
