*{
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	text-decoration:none;
	font-optical-sizing: auto;
}
*::-webkit-scrollbar{
	width: 8px;
}
*::-webkit-scrollbar-track{
	background-color: #d0d0d0;
}
*::-webkit-scrollbar-thumb{
	background-color: #888; 
}
*::-webkit-scrollbar-thumb:hover{
	background-color: #555;
}
a{
	color: #000000;
	transition: 500ms all;
	cursor: pointer;
}
a:hover{
	color: #383838;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}
body{
	padding: 0;
	margin:0;
	background-color: #ffffff;
}

.loader{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 23;
}
.loader div{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #f4f2ed;
}
.loader .sol{
	left: 0;
	transition: 1s left;
	z-index: 2;
}
.loader .sag{
	transition: 1s right;
	right: 0;
}
.loader .res{
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-image: url(../images/feha-plastik-loader.png);
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat;
}

.ana_ust{
	background-color: #fbfbfb;
	font-size: 14px;
	color: #333;
	padding: 8px 0;
	border-bottom: solid 1px #ebebeb;
	position: relative;
	z-index: 3;
}

.ana_ust span{
	margin: 0 5px;
	cursor: pointer;
}

.ana_ust span i{
	margin-right: 5px;
	color: #f2bc58;
}
.ana_ust .col-6:last-child{
	text-align: right
}

.ana_header{
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.ana_header:before{
	content: '';
	width: 50%;
	height: 110%;
	position: absolute;
	left: -10%;
	top: 0;
	background-color: #fff9ee;
	transform: skewX(331deg);
	box-shadow: 0 0 14px rgba(119,119,119,0.28);
	z-index: 0;
}
.ana_header .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ana_header .col-3{
	padding: 0;
}
.ana_header .logo{
	display: block;
	max-width: 280px;
	position: relative;
	top: 5px;
}
.ana_header .menu{
	text-align: right;
	padding-right: 45px;
}
.ana_header .menu .menu-item{
	display: inline-block;
	margin-left: 20px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	transition: color 0.3s ease;
}
.ana_header .menu .menu-item:hover{
	color: #f2bc58;
}

.mob_menu_ac{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.mob_menu_ac div{
	width: 100%;
	height: 8px;
	background-color: #3e3e3e;
	margin: 5px 0;
	border-radius: 10px;
}
.mob_menu_ac div:nth-child(2){
	width: 70%;
}
.mob_menu_ac div:nth-child(3){
	width: 40%;
	transition: 500ms width;
}

.slider{
	height: auto;
	background-color: red;
	position: relative;
}
.slider .owl-dots{
	position: absolute;
	width: 21px;
	height: 100%;
	right: 15px;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	z-index: 2;
}
.slider .owl-dots button.owl-dot{
	width: 13px;
	height: 13px;
	background-color: #fad899;
	border-radius: 15px;
	margin: 3px 0;
	transition: 500ms height;
}
.slider .owl-dots .active{
	height: 42px !important;
}

.ana_kategori{
	padding: 60px 0;
	background-color: #f9f9f9;
}
.ana_kategori .baslik{
	padding: 0 15px;
	text-align: right;
	margin-bottom: 20px;
}
.ana_kategori .baslik h1{
	display: inline-block;
	float: left;
	font-weight: 800;
	color: #2a2a2a;
	font-size: 21px;
}
.ana_kategori .baslik span{
	display: inline-block;
	padding: 3px 10px;
	border-bottom: solid 1px #acacac;
	cursor: pointer;
}
.ana_kategori .kategori_card{
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
	text-align: center;
}
.ana_kategori .kategori_card:hover{
	transform: translateY(-5px);
}
.ana_kategori .kategori_card img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.ana_kategori .kategori_adi{
	font-size: 16px;
	font-weight: 600;
	padding: 15px 10px;
	color: #333;
}

.ana_orta_info{
	padding: 50px 0;
}
.ana_orta_info .orta{
	padding: 40px;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-image: url('../images/bgs.png'),linear-gradient(45deg, #f7f7f7, #fefefe);
	background-repeat: no-repeat;
	background-position: right bottom,center;
	background-size: contain,auto;
}
.ana_orta_info .orta small{
	display: inline-block;
	padding: 5px 30px 5px 5px;
	border-bottom: solid 1px #facb79;
	font-size: 17px;
}
.ana_orta_info .orta h2{
	color: #413030;
	font-size: 29px;
	font-weight: 700;
	display: block;
	margin: 15px 0 11px;
}
.ana_orta_info .orta p{
	font-size: 14px;
	color: #262626;
	line-height: 21px;
	max-width: 510px;
}
.ana_orta_info .orta .col-5{
	text-align: center;
}
.ana_orta_info .orta a{
	position: relative;
	font-size: 30px;
	font-weight: 800;
	color: #7d7d7d;
	padding: 0 0 0 80px;
}
.ana_orta_info .orta a:before{
	content: '\f095';
	font-family: 'FontAwesome';
	font-size: 27px;
	width: 65px;
	height: 65px;
	position: absolute;
	background-color: #f2bc58;
	color: #ffffff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 68px;
	border-radius: 50%;
}

.ana_urunler{
	padding: 60px 0;
	background-color: #fcfcfc;
}
.ana_urunler .baslik{
	display: table;
	margin: 0 auto 35px;
	font-size: 27px;
	font-weight: 600;
	line-height: 100%;
}
.ana_urunler .baslik small{
	display: block;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 4px;
}
.ana_urunler .urun_kutu{
	height: 370px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}
.ana_urunler .urun_kutu img{
	position: absolute;
	height: 100%;
	object-fit: cover;
}
.ana_urunler .urun_kutu .text{
	position: absolute;
	z-index: 1;
	bottom: 25px;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	padding: 15px;
	width: 85%;
	text-align: center;
	border-radius: 17px;
}
.ana_urunler .urun_kutu .text strong{
	font-size: 19px;
	font-weight: 600;
	line-height: 100%;
}
.ana_urunler .urun_kutu .text p{
	font-size: 14px;
}

.ana_orta_alan{
	padding: 45px 15px;
	text-align: center;
	background-color: #f2bc58;
}
.ana_orta_alan h3{
	font-size: 31px;
	color: #333333;
	line-height: 40px;
}

.ana_text{
	padding: 70px 0;
}
.ana_text .container{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ana_text .text{
	padding-right: 50px;
}
.ana_text h2{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	line-height: 100%;
}
.ana_text p{
	font-size: 0.9rem;
	line-height: 23px;
	margin: 10px 0;
	display: block;
}
.ana_text a{
	display: inline-block;
	margin-top: 19px;
	border: solid 2px #f2bc58;
	padding: 6px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.ana_text .resim{
	position: relative;
	min-height: 500px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}
.ana_text .resim img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ana_galeri{
	padding: 20px 0 65px;
}
.ana_galeri .baslik{
	padding: 0 15px;
	text-align: right;
	margin-bottom: 35px;
}
.ana_galeri .baslik h3{
	display: inline-block;
	float: left;
	font-weight: 800;
	color: #2a2a2a;
	font-size: 24px;
}
.ana_galeri .baslik span{
	display: inline-block;
	padding: 3px 10px;
	border-bottom: solid 1px #acacac;
	cursor: pointer;
}
.ana_galeri .alt_alan{
	border-left: solid 2px #f2bc58;
	border-top: solid 2px #f2bc58;
}
.ana_galeri .col-3{
	padding: 0;
	border-right: solid 2px #f2bc58;
	border-bottom: solid 2px #f2bc58;
	transition: 100ms transform;
	position: relative;
}
.ana_galeri .col-3:hover{
	border: solid 2px #f2bc58;
	transform: scale(1.1);
	z-index: 4;
}
.ana_galeri .galeri_kutu{
	padding-bottom: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.ana_galeri .galeri_kutu img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 3px;
}

.sayfa_ust{
	padding: 55px 0 0;
	background-image: url(../images/sayfa_ust.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sayfa_ust h1{
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 30px;
	color: #ffffff;
}
.sayfa_ust .alt{
	padding: 7px 0 10px;
	border-top: solid 1px #505050;
	color: #c6c6c6;
	background-color: #3a3a3a;
}
.sayfa_ust .alt p{
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	line-height: 100%;
}

.sayfa_ust .alt p:not(:last-child):before{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ffe1a8;
	position: absolute;
	right: -12.5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.ic_sayfa{
	background-color: #f7e6c5;
	position: relative;
	z-index: 1;
}

.ic_sayfa:before{
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: -1;
}
.ic_sayfa .container{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ic_sayfa .col-9{
	background-color: #ffffff;
}

.ic_sayfa .icerik{
	padding: 40px 50px 40px 0;
}
.ic_sayfa .yan_menu_dis{
	padding: 0;
}
.ic_sayfa .yan_menu{
	background-color: #f7e6c5;
	height: 100%;
	position: relative;
	top: -110px;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	border-radius: 20px 20px 20px 0;
	padding: 22px 30px 35px;
}

.ic_sayfa .yan_menu ul{
	position: sticky;
	top: 20px;
}

.ic_sayfa .yan_menu li{
	list-style-type: none;
	padding: 14px;
}

.ic_sayfa .yan_menu li.baslik{
	font-size: 19px;
	font-weight: 500;
	position: relative;
	padding: 10px 10px 10px 30px;
	color: #7c6230;
}

.ic_sayfa .yan_menu li.baslik:before{
	content: '\f038';
	font-family: 'FontAwesome';
	height: 35px;
	position: absolute;
	text-align: center;
	line-height: 35px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ic_sayfa .yan_menu li:not(.baslik){
	border-left: solid 2px #c69f55;
	padding-left: 23px;
	margin: 0 10px;
	position: relative;
	font-size: 17px;
}
.ic_sayfa .yan_menu li:not(.baslik):before{
	content: '';
	width: 13px;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #c69f55;
	top: 50%;
	transform: translateY(-50%);
}

.kurumsal_sayfa img{
	margin-bottom: 10px;
}
.kurumsal_sayfa p{
	font-size: 15px;
	line-height: 24px;
	color: #303030;
	margin: 10px 0;
	display: block;
}
.kurumsal_sayfa h2{
	font-size: 25px;
	font-weight: 600;
	color: #565656;
	margin: 15px 0;
	display: block;
	line-height: 30px;
}
.kurumsal_sayfa .misyon{
	padding: 20px 25px;
	background-color: #f2f2f2;
	margin: 25px 0 0;
	border-left: solid 5px #fab93d;
}
.kurumsal_sayfa .misyon h2{
	margin: 0 0 10px;
	font-size: 20px;
	color: #fab93d;
	font-weight: 500;
	text-transform: uppercase;
}
.kurumsal_sayfa .misyon p{
	color: #4d4d4d;
	font-size: 14px;
}

.galeri_sayfa .ana_galeri{
	padding: 0;
}

.kate_sayfa .urun_dis{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 45px;
}
.kate_sayfa .urun_box{
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	text-align: center;
	cursor: pointer;
}
.kate_sayfa .urun_box img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.kate_sayfa .urun_box .text{
	font-size: 16px;
	font-weight: 600;
	padding: 15px 10px;
	color: #333;
}
.kate_sayfa .dis_text p{
	font-size: 15px;
	line-height: 23px;
}

.urun_resims{
	margin-bottom: 20px;
}
.urun_resims .owl-item{
	max-height: 500px;
	overflow: hidden;
}
.urun_resims .owl-item img{
	object-fit: cover;
	max-height: 500px;
	object-position: center;
}
.urun_resims .owl-dots{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	padding: 0 8px;
	background-color: rgba(255,220,151,0.75);
}
.urun_resims .owl-dots button{
	width: 17px;
	height: 17px;
	background-color: #ffffff;
	display: block;
	border-radius: 50%;
	margin: 10px 0;
	position: relative;
}
.urun_resims .owl-dots button.active:before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-51%, -49%);
	border: solid 2px #ffffff;
	border-radius: 50%;
	background-color: #5b5b5b;
}
.urun_sayfa p:not(.urun_kutu p){
	margin: 10px 0;
	font-size: 15px;
	line-height: 23px;
	color: #343434;
}
.urun_sayfa p img{
	width: 65% !important;
	height: auto !important;
}
.urun_sayfa .icerik ul,.urun_sayfa .icerik ol{
	margin: 15px 0;
	padding: 0 35px;
}
.urun_sayfa ul li,.urun_sayfa ol li{
	line-height: 23px;
	margin: 10px 0;
	font-size: 15px;
}
.urun_sayfa table{
	width: 100%;
	margin: 20px auto;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #ffffff;
}
.urun_sayfa table tr{
	border-bottom: solid 1px #b3b3b3;
	position: relative;
}
.urun_sayfa table tr:first-child td{
	padding: 10px;
	background-color: #3f3f3f;
	letter-spacing: 1px;
	font-size: 11px;
	color: #ffffff;
	white-space: nowrap;
	text-transform: uppercase;
}
.urun_sayfa table td{
	padding: 5px 7px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	font-weight: 600;
}
.urun_sayfa tbody tr:nth-child(odd){
	background-color: #efefef;
}
.urun_sayfa tbody tr:nth-child(even){
	background-color: #ffffff;
}

.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}
.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 23px;
}
.iletisim_sayfa .ust_yazi small{
	font-size: 16px;
	position: relative;
	top: -3px;
	font-weight: 400;
}
.iletisim_sayfa .bilgi_alan{
	position: relative;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}
.iletisim_sayfa .bilgi_alan i{
	position: absolute;
	left: 10px;
	background-color: #c9a45a;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.iletisim_sayfa .sosyal_alan li{
	list-style-type: none;
	float: left;
	margin-right: 25px;
}
.iletisim_sayfa .sosyal_alan li a{
	font-size: 25px;
}
.iletisim_sayfa .harita_alan{
	margin-top: 50px;
}

.footer{
	padding: 25px 0;
	background-color: #0c0c0c;
	background-image: url(../images/mask.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
	background-blend-mode: color-burn;
	color: #fff;
}

.footer .alt_menu{
	display: table;
	margin: 0 auto 10px;
}

.footer .alt_menu li{
	list-style-type: none;
	float: left;
	margin: 10px 30px;
}

.footer .alt_menu li a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.footer a{
	color: #fff;
}

.footer .col-5 .bilgi{
	font-size: 15px;
	max-width: 321px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.footer .col-5 .adres{
	max-width: 285px;
	text-align: right;
}

.footer .col-5 .adres i{
	margin-right: 5px;
}

.footer .col-7{
	text-align: right;
}

.footer .tel_no{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}

.footer .email{
	font-size: 16px;
	font-weight: 700;
	margin-left: 13px;
}

.footer .col-7 ul{
	text-align: right;
	margin-top: 20px;
}

.footer .col-7 ul li{
	display: inline-block;
	margin: 2px;
}

.footer .col-7 ul li a{
	width: 40px;
	height: 40px;
	display: block;
	background-color: #c39947;
	text-align: center;
	line-height: 40px;
}

.footer .bykara{
	width: 140px;
	margin-top: 25px;
	display: inline-block;
	font-size: 12px;
	position: relative;
}

.footer .bykara:before{
	content: 'BY KARAINTERAKTIF';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 11px;
	background-color: #0c0c0c;
	color: #b1b1b1;
}

.alt_buton{
	width: 45px;
	display: inline-block;
	position: fixed;
	left: 10px;
	bottom: 45px;
	z-index: 2  ;
}
.alt_buton a{
	display: block;
	margin-bottom: 10px;
	width: 45px;
	height: 45px;
	background-color: #bb0000;
	line-height: 46.5px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}


@media only screen and (max-width: 950px){
	.ana_header .menu{
		padding-right: 10px;
	}
	.ana_orta_info .orta .col-5{
		text-align: left;
		margin-top: 45px;
	}
}
@media only screen and (max-width: 768px){
	.mob_menu_ac{
		display: block;
	}
	.ana_ust{
		display: none;
	}
	.ana_header .menu{
		position: absolute;
		top: 80px;
		width: 100%;
		background: #ffffff;
		left: -120%;
		text-align: center;
		padding: 15px 0;
		transition: 500ms left;
		z-index: -1;
	}
	.ana_header .menu .menu-item{
		display: block;
		width: 100%;
		margin-left: unset;
		padding: 10px 0;
		text-transform: uppercase;
	}
	.ana_text .text{
		padding-right: 10px;
	}
	.ana_text .resim{
		margin-top: 20px;
	}
	.ic_sayfa .icerik{
		padding: 40px 15px 40px 0;
	}
	.ic_sayfa .yan_menu{
		top: -20px;
	}
}
@media only screen and (max-width: 550px){
	.ana_orta_info .orta a{
		font-size: 6vw;
		padding: 0 0 0 13vw;
	}
	.ana_orta_info .orta a:before{
		width: 10vw;
		height: 10vw;
		line-height: 10.5vw;
		font-size: 5vw;
	}
}
@media only screen and (max-width: 425px){
	.ana_orta_info .orta{
		padding: 25px;
	}
}