/*
//
//	ALL CUSTOM CSS KEEP HERE
//	UPDATE WILL NOT DELETE OR MODIFY THIS FILE
//
/*

/*-----------------------------------------*\
				MAIN
\*-----------------------------------------*/


/*-----------------------------------------*\
				TYPOGRAPHY
\*-----------------------------------------*/
html,body{
	overflow-x: hidden;
}
h1,h2,h3{
	line-height: 1em;
}
b,strong{
    font-weight: 600;
}

/*-----------------------------------------*\
				STRUCTURE
\*-----------------------------------------*/
.scroll header{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1)
}

header .brand-logo{
    display: block;
    margin: 50px 0px;
	position: relative;
	left: -15px
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.scroll header .brand-logo{
    margin: 15px 0px;
}
	header .brand-logo img{
		max-width: 350px;
		display: block;
		width: 100%;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
	}
	.scroll header .brand-logo img{
		max-width: 200px;
	}
header .header-nav{
	float: right;
}
	header .header-nav ul{
		list-style-type: none;
		padding: 0px;
	}
	.scroll header .header-nav ul{
		margin-bottom: 0;
	}
		header .header-nav ul li{
			display: inline-block;
		}
			header .header-nav ul li a{
				display: inline-block;
				margin-right: 30px;
				padding-right: 35px;
				line-height: 22px;
				font-size:20px!important;
				position: relative;
				padding-top: 70px;
				padding-bottom: 10px;
				-webkit-transition: all 250ms ease-in-out;
				-moz-transition: all 250ms ease-in-out;
				-ms-transition: all 250ms ease-in-out;
				-o-transition: all 250ms ease-in-out;
				transition: all 250ms ease-in-out;
				overflow: hidden;
			}
			.scroll header .header-nav ul li a{
				padding-top: 20px;
			}
				header .header-nav ul li.current_page_item a,
				header .header-nav ul li.current-menu-item a,
				header .header-nav ul li a:hover{
					text-decoration: none;
					color: var(--pure-color);
				}
				header .header-nav ul li.current_page_item a:after,
				header .header-nav ul li.current-menu-item a:after,
				header .header-nav ul li a:after{
					-webkit-transition: all 250ms ease-in-out;
					-moz-transition: all 250ms ease-in-out;
					-ms-transition: all 250ms ease-in-out;
					-o-transition: all 250ms ease-in-out;
					transition: all 250ms ease-in-out;
					content: "";
					position: absolute;
					bottom: 12px;
					right: 0px;
					width: 5px;
					height: 37px;
					background: var(--pure-color);
					opacity: 0;
				}
				header .header-nav ul li.current_page_item a:after,
				header .header-nav ul li.current-menu-item a:after,
				header .header-nav ul li a:hover:after{
					opacity: 1;
				}
				header .header-nav ul li.current_page_item a:before,
				header .header-nav ul li.current-menu-item a:before{
					-webkit-transition: all 250ms ease-in-out;
					-moz-transition: all 250ms ease-in-out;
					-ms-transition: all 250ms ease-in-out;
					-o-transition: all 250ms ease-in-out;
					transition: all 250ms ease-in-out;
					content: "";
					position: absolute;
					right: -50%;
					top: 0;
					height: 35%;
					width: 50%;
					box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
				}
				header .header-nav ul li a b{
					display: block;
				}

header .social{
	float: right;
    margin-top: 70px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.scroll header .social{
    margin-top: 20px;
}
	header .social a{
		font-size: 28px;
		color: var(--pure-color);
		margin-left: 5px;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
	}
		header .social a:hover{
			color: #004da0;
		}
		
		
	@media (max-width: 1200px){
		#header{
			height: 78px;
		}
			header .brand-logo {
				margin: 15px 0px;
			}
				header .brand-logo img {
					max-width: 200px;
				}
			header .expand{
				position: absolute;
				right: 15px;
				top: 24px;
				border: 0;
				background: 0;
			}
	}
		
.slider .insider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider .men_zero{
	height: 0;
}
	.slider .insider .content{
		/* background: rgba(232,42,140, 0.85); */
		color: #fff;
		padding: 75px 0px;
		position: relative;
		margin-top: 210px;
	}
		/* .slider .insider .content:before{ */
			/* content: ""; */
			/* position: absolute; */
			/* right: 100%; */
			/* top: 0; */
			/* width: 1000px; */
			/* height: 100%; */
			/* background: rgba(232,42,140, 0.85); */
		/* } */
		/* .slider .insider .content:after{ */
			/* content: ""; */
			/* position: absolute; */
			/* left: 100%; */
			/* top: 0; */
			/* width: 300px; */
			/* height: 100%; */
			/* background: rgba(232,42,140, 0.85); */
			/* clip-path: polygon(0 0, 0% 100%, 100% 0); */
		/* } */
		.slider .dotts{
			background: rgba(0,77,160, 0.85);
			position: relative;
			margin-top: -145px;
			height: 50px;
			margin-left: 30px;
			margin-right: 30px;
			text-align: right;
		}
			.slider .dotts:before{
				content: "";
				position: absolute;
				right: calc( 100% - 0.5px );
				top: 0;
				width: 30px;
				height: 100%;
				clip-path: polygon(100% 0, 0% 100%, 100% 100%);
				background: rgba(0,77,160, 0.85);
			}
			.slider .dotts:after{
				content: "";
				position: absolute;
				left: 100%;
				top: 0;
				width: 30px;
				height: 100%;
				clip-path: polygon(0 0, 0% 100%, 100% 0);
				background: rgba(0,77,160, 0.85);
			}
			.slider .dotts button{
				background: var(--pure-color);
				border: 0;
				width: 18px;
				height: 18px;
				display: inline-block;
				margin-top: 16px;
				border-radius: 50px;
				margin-right: 5px;
				cursor: pointer;
				-webkit-transition: all 250ms ease-in-out;
				-moz-transition: all 250ms ease-in-out;
				-ms-transition: all 250ms ease-in-out;
				-o-transition: all 250ms ease-in-out;
				transition: all 250ms ease-in-out;
			}
				.slider .dotts button.active{
					background: #fff;
				}
			.slider .next_pos_right{
				position: absolute;
				right: 35px;
				top: calc( 50% - 70px );
				cursor: pointer;
				border: 0;
				background: 0;
				font-size: 140px;
				color: rgba(0,0,0,0.4);
			}
			
			.slider .insider .content h2{
				margin-bottom: 30px;
			}
			.slider .insider .content a.button{
				display: inline-block;
				margin-top: 30px;
				padding: 7px 20px;
				border: 2px solid #fff;
				border-radius: 50px;
			}
			@media (max-width: 1199px){
				.slider .insider .content{
					color: var(--pure-color);
				}
			}
			@media (max-width: 767px){
				.slider .insider .content h2{
					margin-bottom: 15px;
				}
				.slider .insider .content a.button{
					margin-top: 15px;
				}
			}
			@media (max-width: 1199px){
				.slider .next_pos_right{display: none;}
				.slider .insider .content{
					font-size: 14px;
					padding: 15px 0px;
					color: var(--pure-color);
					margin: 0;
				}
				.slider .insider .content .wp-block-spacer{
					max-height: 15px !important;
				}
				.slider .insider .content h1{
					font-size: 22px;
				}
				.slider .insider .content a{
					color: var(--pure-color) !important;
					border-color: var(--pure-color);
				}
			}
			
/* HOME OFFER */
/* .home-offer-title{ */
    /* clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%); */
/* } */
@media (max-width: 1199px){
	.home-offer-title h2{
		color: #333333 !important;
	}
}
.home-offer-bl-bg{
	
}
@media (min-width: 1200px){
	.offer-extra_left_blue_bg:before{
		position: absolute;
		content: "";
		top: 30px;
		right: 100%;
		width: 1000px;
		height: 256px;
		background: #004da0;
	}
}
@media (min-width: 1300px) and (max-width: 1599px){
	.offer-extra_left_blue_bg:before{
		top: 26px;
		height: 224px;
	}
}
.offer-extra_right_blue_bg{
	/* z-index: -1; */
    position: absolute;
    bottom: -20px;
    left:0;
    width: 100%;
    height: 250px;
}

		.offer-extra_right_blue_bg:before{
			position: absolute;
			content: "";
			left:0;
			top: 0;
			width: 100%;
			height: 100%;
			background: #009aff;
			clip-path: polygon(27% 0%, 100% 0, 100% 100%, 0% 100%);
		}
	.offer-extra_right_blue_bg:after{
		position: absolute;
		content: "";
		top: 0px;
		left: 100%;
		width: 1000px;
		height: 100%;
		background: #009aff;
	}
.home-offer-menu ul{
    padding: 0;
    list-style-type: none;
    float: right;
    width: 64.3%;
    clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0% 100%);
    margin-top: 2px;
}
	.home-offer-menu ul li{
		display: block;
		border-bottom: 1px solid #a0185d;
	}
		.home-offer-menu ul li.hover,
		.home-offer-menu ul li:hover{
			display: block;
			border-bottom: 1px solid transparent;
		}
		.home-offer-menu ul li a{
			position: relative;
			display: block;
			margin-right: auto;
			margin-left: auto;
			text-align: right;
			color: #fff;
			padding: 9px 0px;
			/* width: auto; */
			font-weight: 300;
			padding-left: 60px;
			clip-path: polygon(27px 0%, 100% 0, 100% 100%, 0% 100%);
			/* background: rgba(0,0,0,0.5); */
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
		}
			.home-offer-menu ul li.hover a:after,
			.home-offer-menu ul li:hover a:after{
				content: "";
				position: absolute;
				width: 100%;
				bottom: 0px;
				height: 1px;
				left:0;
				/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&1+70,1+70,0+100 */
				background: -moz-linear-gradient(left,  rgba(255,255,255,1) 1%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

			}
			.home-offer-menu ul li.hover a:before,
			.home-offer-menu ul li:hover a:before{
				z-index: -1;
				content: "";
				position: absolute;
				width: 200px;
				bottom: -64px;
				height: 55px;
				left: 0;
				box-shadow: 0px 0px 50px rgba(0,0,0,1);
				-moz-transform: rotate(10deg);
				-webkit-transform: rotate(10deg);
				-o-transform: rotate(10deg);
				-ms-transform: rotate(10deg);
				transform: rotate(5deg);
			}
		.home-offer-menu ul li.hover a,
		.home-offer-menu ul li:hover a{
			text-align: left;
			/* display: block; */
			margin-right: auto;
		}
		@media( min-width: 1200px ){
			.home-offer-menu ul li:nth-child(1).hover a,
			.home-offer-menu ul li:nth-child(1):hover a{
				/* margin-left: 213px; */
				margin-left: 237px;
			}
			.home-offer-menu ul li:nth-child(2).hover a,
			.home-offer-menu ul li:nth-child(2):hover a{
				/* margin-left: 183px; */
				margin-left: 210px;
			}
			.home-offer-menu ul li:nth-child(3).hover a,
			.home-offer-menu ul li:nth-child(3):hover a{
				/* margin-left: 153px; */
				margin-left: 185px;
			}
			.home-offer-menu ul li:nth-child(4).hover a,
			.home-offer-menu ul li:nth-child(4):hover a{
				/* margin-left: 123px; */
				margin-left: 159px;
			}
			.home-offer-menu ul li:nth-child(5).hover a,
			.home-offer-menu ul li:nth-child(5):hover a{
				/* margin-left: 93px; */
				margin-left: 132px;
			}
			.home-offer-menu ul li:nth-child(6).hover a,
			.home-offer-menu ul li:nth-child(6):hover a{
				/* margin-left: 63px; */
				margin-left: 106px;
			}
			.home-offer-menu ul li:nth-child(7).hover a,
			.home-offer-menu ul li:nth-child(7):hover a{
				/* margin-left: 63px; */
				margin-left: 79px;
			}
			.home-offer-menu ul li:nth-child(8).hover a,
			.home-offer-menu ul li:nth-child(8):hover a{
				margin-left: 63px;
			}
			.home-offer-menu ul li:nth-child(9).hover a,
			.home-offer-menu ul li:nth-child(9):hover a{
				margin-left: 63px;
			}
		}
		
		@media (max-width: 1199px){
			.home-offer-menu ul{
				float: none;
				width: 100%;
				clip-path: none;
			}
				.home-offer-menu ul li a{
					text-align: left;
					padding-left: 0px;
					clip-path: none;
					color: #333333 !important;
				}
		}
		
		.home_offer_preview{
			position: relative;
		}
			@media (max-width: 1199px){
				.home_offer_preview{
					display: none;
				}
			}
			.home_offer_preview img{
				position: relative;
				z-index: 2;
			}
			.home_offer_preview .dott{
				position: absolute;
				z-index: 3;
				border-radius: 200px;
				overflow: hidden;
				width: 150px;
				height: 150px;
				-webkit-transition: all 250ms ease-in-out;
				-moz-transition: all 250ms ease-in-out;
				-ms-transition: all 250ms ease-in-out;
				-o-transition: all 250ms ease-in-out;
				transition: all 250ms ease-in-out;
				-moz-transform: scale(0.3);
				-webkit-transform: scale(0.3);
				-o-transform: scale(0.3);
				-ms-transform: scale(0.3);
				transform: scale(0.3);
			}
			.home_offer_preview .dott_1{
				top: 12%;
				left: 0%;
			}
			.home_offer_preview .dott_2{
				top: 25%;
				left: 69%;
			}
			.home_offer_preview .dott_3{
				top: 8%;
				left: 28%;
			}
			.home_offer_preview .dott_4{
				top: 62%;
				left: 40%;
			}
			.home_offer_preview .dott_5{
				top: 50%;
				left: 57%;
			}
			.home_offer_preview .dott_6{
				top: 46%;
				left: 13%;
			}
			.home_offer_preview .dott_7{
				top: 43%;
				left: 41%;
			}
			.home_offer_preview .dott_8{
				top: 28%;
				left: 59%;
			}
			.home_offer_preview .dott_9{
				top: 55%;
				left: 37%;
			}
			.home_offer_preview .dott_10{
				top: 80%;
				left: 31%;
			}
			.home_offer_preview .dott_11{
				top: 24%;
				left: 77%;
			}
			.home_offer_preview .dott_12{
				top: 44%;
				left: 77%;
			}
				.home_offer_preview .dott .shadow_repeter{
					background: #e83390;
					content: "";
					position: absolute;
					top: 33%;
					left: 33%;
					width: 33%;
					height: 33%;
					border-radius: 200px;
					box-shadow: 0px 0px 50px rgba(255,255,255,1);
					-webkit-transition: all 50ms ease-in-out;
					-moz-transition: all 50ms ease-in-out;
					-ms-transition: all 50ms ease-in-out;
					-o-transition: all 50ms ease-in-out;
					transition: all 50ms ease-in-out;
					opacity: 1;
				}
					.home_offer_preview .dott.hover .shadow_repeter,
					.home_offer_preview .dott:hover .shadow_repeter{
						opacity: 0;
					}
				.home_offer_preview .dott .preview{
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover;
					content: "";
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					box-shadow: 0px 0px 50px rgba(255,255,255,1);
					-webkit-transition: all 50ms ease-in-out;
					-moz-transition: all 50ms ease-in-out;
					-ms-transition: all 50ms ease-in-out;
					-o-transition: all 50ms ease-in-out;
					transition: all 50ms ease-in-out;
					opacity: 0;
				}
					.home_offer_preview .dott.hover .preview,
					.home_offer_preview .dott:hover .preview{
						opacity: 1;
					}
				.home_offer_preview .dott.hover,
				.home_offer_preview .dott:hover{
					background: rgba(255,255,255,0.5);
					border: 2px solid #fff;
					-moz-transform: scale(1);
					-webkit-transform: scale(1);
					-o-transform: scale(1);
					-ms-transform: scale(1);
					transform: scale(1);
				}
			
			
.magic_content:before{
    content: "";
    position: absolute;
    right: calc( 100% - 0.5px );
    width: 300px;
    height: 100%;
	background: rgba(0, 77, 160, 0.87);
    top: 0;
    clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%);
}
.magic_content:after{
    content: "";
    position: absolute;
    left: 100%;
    width: 300px;
    top: 0;
    height: 100%;
    background: rgba(0, 77, 160, 0.87);
    clip-path: polygon(0 0%, 100% 0, 100% 0%, 0% 100%);
}
			
.extra_head:before{
    content: "";
    position: absolute;
    right: 100%;
    width: 1000px;
    height: 100%;
	background: #e8edf1;
    top: 0;
}
.extra_head:after{
    content: "";
    position: absolute;
    left: 100%;
    width: 160px;
    top: 0;
    height: 100%;
    background: #e8edf1;
    clip-path: polygon(0 0%, 100% 0, 100% 0%, 0% 100%);
}

.item_box{
	margin-top: 15px;
}
	.item_box{
		background: #fff;
		margin-top: 30px;
		padding-bottom:20px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
	
		.item_box .title{
			font-size: 26px;
			font-weight: 600;
			line-height: 30px;
			min-height: 100px;
			padding: 20px 20px 20px 20px;
		}
			.item_box .title span{
				font-weight: 400;
				/* display: block; */
			}
		.item_box img{
			margin-left: auto;
			margin-right: auto;
			width:100%!important;
			min-width:100%!important;
		}
		.item_box a.button{
			color: #E82A8C;
			font-size: 15px;
			font-weight: 300;
			display: inline-block;
			border-style: solid;
			border-width: 1px 1px 1px 1px;
			border-color: #E82A8C;
			padding: 6px 20px 6px 20px;
			margin: 0 20px;
			border-radius: 12px 12px 12px 12px;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
		}
			.item_box a.button:hover{
				color: #FFF;
				background: #E82A8C;
				text-decoration: none;
			}
			
.breadcrumbs{
    font-size: 20px;
    color: #fff;
    background: #2264ab;
    display: inline-block;
    padding: 15px 30px 15px 0px;
	position: relative;
}
	.breadcrumbs:before{
		content: "";
		position: absolute;
		right: 100%;
		width: 1000px;
		height: 100%;
		background: #2264ab;
		top: 0;
	}
	.breadcrumbs:after{
		content: "";
		position: absolute;
		left: calc( 100% - 1px );
		width: 60px;
		top: 0;
		height: 100%;
		background: #2264ab;
		clip-path: polygon(0 0%, 100% 0, 100% 0%, 0% 100%);
	}

	.breadcrumbs .sep{
		margin: 0px 15px;
		color: var(--pure-color);
	}
@media (max-width: 1199px){
	.breadcrumbs{
		font-size: 12px;
	}
	.breadcrumbs .sep {
		margin: 0px 5px;
		color: var(--pure-color);
	}
}
	
	.header_divider{
		height: 180px;
	}
	@media (max-width: 1200px){
		.header_divider{
			height: 80px;
		}
	}
	@media (min-width: 1200px){
		.pro_item_list{
			margin-top: -80px;
		}
	}
		.pro_item_list_bg{
			box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
			background: #fff;
			margin-top: 30px;
			padding: 30px 30px 100px 30px;
		}
		@media (max-width: 1199px){
			.pro_item_list_bg{
				padding: 15px 15px 100px 15px;
			}
		}
	
	.header_nam{
		margin: 45px 0px 0px 0px;
		padding: 80px 0px 80px 0px;
		position: relative;
	}
		.header_nam h2{
			z-index: 5;
			font-weight: 600;
			color: var(--pure-color)
		}
			.header_nam h2 span{
				font-weight: 300;
			}
		.header_nam .spec{
			position: absolute;
			background-color: #E8EDF1;
			top: 0;
			left: 0;
			width: 35%;
			height: 100%;
			z-index: -1;
		}
			.header_nam .spec:before{
				content: "";
				position: absolute;
				right: 100%;
				width: 1000px;
				height: 100%;
				background-color: #E8EDF1;
				top: 0;
			}
			.header_nam .spec:after{
				content: "";
				position: absolute;
				left: calc( 100% - 1px );
				width: 160px;
				top: 0;
				height: 100%;
				background: #E8EDF1;
				clip-path: polygon(0 0%, 100% 0, 100% 0%, 0% 100%);
			}
			
	@media (max-width: 1199px){
		.header_nam{
			margin: 45px 0px 0px 0px;
			padding: 25px 0px 25px 0px;
			position: relative;
		}
	}
	
	
	.single-product{
		font-size: 16px;
	}
		.single-product .single-product-header{
			font-size: 30px;
			padding: 15px 0px;
			margin-top: 30px;
		}
			.single-product .single-product-header span{
				font-weight: 600;
			}
		
		body.single.single-product,
		body.archive.tax-product_kat{
			background-image: url(/wp-content/uploads/2020/06/pr_bg.jpg);
			background-repeat: no-repeat;
			background-size: contain;
			background-position: center top;
			
		}
		
		
	.single-product table{
		width: 100%;
	}
	@media (max-width: 1199px){
		.single-product table{
			font-size: 12px;
		}
	}
		.single-product table:not(.spec_table) tr:nth-child(even){
			background: #f5f5f5;
		}
		.single-product table.spec_table tr:nth-child(odd){
			background: #f5f5f5;
		}
		.single-product table tr td{
			padding-top: 10px;
			padding-bottom: 10px;
		}
			.single-product table:not(.spec_table) tr td:not(:first-child){
				text-align: center;
			}
			.single-product table tr td:first-child{
				padding-left: 30px;
				width: 30%;
			}
			@media (max-width: 1199px){
				.single-product table tr td:first-child{
					padding-left: 5px;
				}
			}
			.single-product .producent_logo{
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
			@media (max-width: 1199px){
				.single-product .producent_logo{
					margin-top: 15px;
				}
			}
			@media (max-width: 767px){
				.single-product .producent_logo{
					max-width: 120px;
				}
			}
			
			.single-product .spec_table{
				margin-top: 30px;
			}
			.single-product table.spec_table tr td:not(:first-child){
				font-weight: 600;
			}
			.single-product table.spec_table  tr td:first-child{
				padding-left: 15px;
				width: 40%;
			}
			
			
		.single-product .buttons a{
			color: #E82A8C;
			font-size: 15px;
			font-weight: 300;
			display: inline-block;
			border-style: solid;
			border-width: 1px 1px 1px 1px;
			border-color: #E82A8C;
			padding: 6px 0px 6px 0px;
			text-align: center;
			width: 100%;
			margin-top: 15px;
			border-radius: 12px 12px 12px 12px;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
		}
			.single-product .buttons a:hover{
				color: #FFF;
				background: #E82A8C;
				text-decoration: none;
			}
		.single-product .buttons .to_site a{
			color: #333333;
			border-color: #333333;
		}
			.single-product .buttons .to_site a:hover{
				color: #FFF;
				background: #333333;
				text-decoration: none;
			}
			
			.agos_gallery.full{
				
			}
			.slick_gallery.nav.horizontal{
				margin-top: 15px;
				margin-left: 30px;
				margin-right: 30px;
			}
				.slick_gallery.nav.horizontal .gall_item{
					margin-left: 5px;
					margin-right: 5px;
					overflow: hidden;
					border-radius: 10px;
					border: 1px solid #ebebeb;
					box-shadow: 0px 0px 4px rgba(0,0,0,0.05)
				}
				.slick_gallery.nav.horizontal .slick-current,
				.slick_gallery.nav.horizontal .gall_item:hover{
					cursor: pointer;
					border-color: var(--pure-color);
					-webkit-transition: all 250ms ease-in-out;
					-moz-transition: all 250ms ease-in-out;
					-ms-transition: all 250ms ease-in-out;
					-o-transition: all 250ms ease-in-out;
					transition: all 250ms ease-in-out;
				}
				.slick_gallery.nav.horizontal .slick-prev,
				.slick_gallery.nav.horizontal .slick-next{
					position: absolute;
					top: calc( 50% - 20px );
					height: 40px;
					width: 25px;
					left: -30px;
					background: transparent;
					border: 0;
					font-size: 24px;
					color: #c1c1c1;
				}
				.slick_gallery.nav.horizontal .slick-next{
					left: auto;
					right: -30px;
				}
					.slick_gallery.nav.horizontal .slick-prev:hover,
					.slick_gallery.nav.horizontal .slick-next:hover{
						color: var(--pure-color);
						cursor: pointer;
					}
					
					.cat_slid_op{
						margin-top: 90px
					}
						.cat_slid_op .cat_slid_item{
						}
						.cat_slid_op .cat_slid_item .cat{
							padding: 5px 0px;
							color: #333333;
							font-size: 18px;
							font-weight: 600;
							cursor: pointer;
						}
						.cat_slid_op .cat_slid_item .pro{
							/* padding: 10px 0px; */
							display: none;
						}
						.cat_slid_op .cat_slid_item .pro.current{
							display: block;
						}
						.cat_slid_op .cat_slid_item .pr{
							color: #2466ad;
							padding-left: 15px;
							line-height: 18px;
							margin-top: 10px;
							margin-bottom: 10px;
							display: block;
							font-size: 18px;
							border-left: 3px solid transparent;
							-webkit-transition: all 250ms ease-in-out;
							-moz-transition: all 250ms ease-in-out;
							-ms-transition: all 250ms ease-in-out;
							-o-transition: all 250ms ease-in-out;
							transition: all 250ms ease-in-out;
						}
							.cat_slid_op .cat_slid_item .pr.current,
							.cat_slid_op .cat_slid_item .pr:hover{
								color: var(--pure-color);
								border-color: var(--pure-color);
								text-decoration: none;
							}

.fo_so_sep{
	height: 50px;
}
footer{
	margin-bottom: 30px;
}
footer .f_col_4 ul{
	list-style-type: none;
	padding: 0px;
	text-align: right;
}
	footer .f_col_4 ul li{
		display: inline-block;
	}
		footer .f_col_4 ul li a{
			display: block;
			position: relative;
			color: var(--pure-color);
			font-weight: 600;
			margin-left: 40px;
		}
			footer .f_col_4 ul li a:before{
				display: inline-block;
				content: "";
				width: 9px;
				height: 9px;
				background: #707070;
				position: relative;
				top: -1px;
				margin-right: 15px;
			}
footer .container{
	line-height: 22px;
}
footer .divider{
	position: relative;
    height: 1px;
    background: var(--pure-color);
    margin: 45px 0px 30px 0px;
}
	footer .divider:before{
		content: "";
		width: 1000px;
		height: 1px;
		position: absolute;
		top: 0px;
		right: 100%;
		height: 1px;
		background: var(--pure-color);
	}
footer .madebypc{
	text-align: right;
}
	footer .madebypc a{
		display: inline-block;
	}
		footer .madebypc a img{
			width: 120px;
			margin-left: 15px;
		}

@media (max-width: 1199px){
	footer{
		text-align: center;
	}
		footer .f_col_4 ul li{
			display: block;
		}
		footer .f_col_4 ul li a {
			margin-left: 0px;
			text-align: center;
		}
		footer .copyright{
			padding: 15px 0px;
		}
		footer .madebypc{
			display: block;
			text-align: center;
		}
}

/*-----------------------------------------*\
				PAGES
\*-----------------------------------------*/


/*-----------------------------------------*\
				RESPONSIVE
\*-----------------------------------------*/

@media (min-width: 1501px) and (max-width: 1800px){
	.elementor h1.elementor-heading-title, h1 {
		font-size: 44px;
	}
	.elementor h2.elementor-heading-title, h2{
		font-size: 34px;
	}
	.elementor h3.elementor-heading-title, h3{
		font-size: 26px;
	}
	.elementor h4.elementor-heading-title, h4{
		font-size: 22px;
	}
	
	.slider .insider .content {
		padding: 25px 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1500px){
	.elementor h1.elementor-heading-title, h1 {
		font-size: 44px;
	}
	.elementor h2.elementor-heading-title, h2{
		font-size: 34px;
	}
	.elementor h3.elementor-heading-title, h3{
		font-size: 26px;
	}
	.elementor h4.elementor-heading-title, h4{
		font-size: 22px;
	}
	
	.slider .insider .content {
		padding: 25px 0px;
		margin-top: 150px;
	}
	.slider .dotts {
		margin-top: -118px;
	}
}
@media (max-width: 1199px){
	
	
	.elementor h1.elementor-heading-title, h1 {
		font-size: 32px;
	}
	.elementor h2.elementor-heading-title, h2{
		font-size: 28px;
	}
	.elementor h3.elementor-heading-title, h3{
		font-size: 24px;
	}
	.elementor h4.elementor-heading-title, h4{
		font-size: 20px;
	}
	
	
	.mobil_menu{
		display: none;
		background: #fff;
	}
	header .social{
		display: block;
		margin: 0px auto;
		float: none;
		text-align: center;
	}
	header .header-nav {
		float: none;
	}
		header .header-nav ul li {
			display: block;
		}
			header .header-nav ul li a {
				text-align: center;
				display: block;
				margin-right: 0px;
				padding-right: 0px;
				line-height: 22px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			header .header-nav ul li.current_page_item a:after, header .header-nav ul li.current-menu-item a:after, header .header-nav ul li a:hover:after,
			header .header-nav ul li.current_page_item a:before, header .header-nav ul li.current-menu-item a:before{
				display: none;
			}
				header .header-nav ul li a b {
					display: inline;
				}
	.elementor h2.elementor-heading-title, h2{
		font-size: 26px
	}
}

.download-item{
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 35px 35px 35px;
    background-color: #fff;
}
	.download-item .title{}
	.download-item .description{
		font-size: .8rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.download-item .spec{
		font-size: .8rem;
		color: #777777;
	}
	.download-item .button{
		margin-top: .75rem;
		color: #E82A8C;
		font-size: 15px;
		font-weight: 300;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #E82A8C;
		padding: 6px 20px 6px 20px;
		border-radius: 12px 12px 12px 12px;
    	display: inline-block;
	}
	.download-item .button i{
		margin-left: .75rem;
	}
	.download-item .button:hover{
		color: #FFFFFF;
		background-color: #E82A8C;
	}


/*-----------------------------------------*\
				IMAGES
\*-----------------------------------------*/


/*-----------------------------------------*\
				COMMON
\*-----------------------------------------*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.wpcf7 br{
	display: none;
}
.wpcf7 .wpcf7-form-control-wrap{
	display: block;
    position: relative;
}
	.wpcf7 .wpcf7-form-control-wrap textarea,
	.wpcf7 .wpcf7-form-control-wrap input:not([type=submit]):not([type=checkbox]){
		display: block;
		width: 100%;
		border: 0;
		border-bottom: 1px solid #e1e1e1;
		padding: 10px 0;
		margin-top: 35px;
	}
		.wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-not-valid,
		.wpcf7 .wpcf7-form-control-wrap input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid{
			border-color: #ff0101; 
		}
	.wpcf7 .wpcf7-form-control-wrap textarea{
		border: 1px solid #e1e1e1;
		border-radius: 2px;
		margin-top: 15px;
		padding: 25px;
	}
	.wpcf7 .wpcf7-not-valid-tip{
		position: absolute;
		right: 0;
		top: 15px;
		font-size: 0.75em;
		color: #ff0101;
	}
	.wpcf7 .wpcf7-response-output{
		border-width: 1px;
		margin: 2em 0;
		border-color: #ff0101; 
	}
	.wpcf7 input[type=submit]{
		background: transparent;
		color: #E82A8C;
		font-size: 15px;
		font-weight: 300;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #E82A8C;
		padding: 6px 20px 6px 20px;
		margin: 35px 0px 0px auto;
		display: block;
		border-radius: 12px 12px 12px 12px;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
		cursor: pointer;
	}
		.wpcf7 input[type=submit]:hover{
			color: #fff;
			background: #E82A8C;
		}
	.wpcf7 .wpcf7-list-item{
		margin: 0;
		margin-top: 40px;
	}
		.wpcf7 .wpcf7-list-item input{
			float: left;
			position: relative;
			top: 8px;
		}
		.wpcf7 .wpcf7-list-item .wpcf7-list-item-label{
			margin-left: 40px;
			display: block;
		}


.home_news_header_bg{
    position: absolute;
    height: 250px;
    width: 31%;
    background: #e8edf1;
    left: 0;
    top: -10px;
}
	.home_news_header_bg:before{
		content: "";
		position: absolute;
		right: 100%;
		top: 0;
		width: 1000px;
		height: 100%;
		background: #e8edf1;
	}
	.home_news_header_bg:after{
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		width: 160px;
		height: 100%;
		background: #e8edf1;
		clip-path: polygon(0 0, 0% 100%, 100% 0);
	}
.article-grid .item .title b{
	display: block;
}
.article-grid .item .img{height: auto;}
.article-grid .item .img{background: #fff;}
.article-grid .item .img .image{
	position: relative;
	height: auto;
	clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
}
.elementor-widget-pure-article-grid .item .readmore{display: inline-block}

.button a[class^=wp-block-button]{
    padding: 5px 20px;
    border-width: 1px;
    font-size: 16px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.button.white a[class^=wp-block-button]:hover{
	color: var(--pure-color) !important;
	background: #fff;
}

.map_container{
	overflow: hidden;
}
	.map_canvas{
		height: 500px;
		background: #e9ecef;
		clip-path: polygon(290px 0, 100% 0%, 100% 100%, 0% 100%);
		position: relative;
	}
	@media (max-width: 1199px){
		.map_canvas{
			height: 300px;
			clip-path: none;
		}
	}
		.map_squre_down{
			z-index: -1;
			content: "";
			position: absolute;
			left: -8.8%;
			bottom: -65px;
			width: 65%;
			height: 420px;
			background: var(--pure-color);
			clip-path: polygon(26% 0, 100% 0%, 74% 100%, 0% 100%);
		}
		@media (max-width: 1199px){
			.map_squre_down{
				z-index: -1;
				content: "";
				position: absolute;
				left: -8.8%;
				bottom: -65px;
				width: 65%;
				height: 400px;
				background: var(--pure-color);
				clip-path: none;
			}
		}
		.map_line_down{
			z-index: -1;
			content: "";
			position: absolute;
			left: 40%;
			bottom: -65px;
			width: 3000px;
			height: 1px;
			background: var(--pure-color);
			left: 43%;
		}
	@media (min-width: 768px) and (max-width: 1199px){
		.tnone{
			display: none;
		}
		.tblock{
			display: block !important;
		}
	}
	@media (max-width: 767px){
		.tnenone{
			display: none;
		}
	}

/*-----------------------------------------*\
				MISC
\*-----------------------------------------*/
.elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
