p{
    font-size:16px;
    line-height: 24px;
    font-weight: 300;
    display:block;
    margin-bottom: 15px;
}

header{
    height:100px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 102;
	background: transparent;
}
.header_icerik{
	padding: 0 2vw;
	width: 100%;
}
.header-main{
	display: flex;
	align-items: end;
	justify-content: space-between;
	height: 55px;
	width: 100%;
	max-width:1320px;
	margin:auto;
}
.header-logo{

}
.header-logo img{
	transition: all 0.4s;
	filter: brightness(0) invert(1);
}
.hbg .header-logo img{
	filter: invert(36%) sepia(90%) saturate(5063%) hue-rotate(339deg) brightness(73%) contrast(140%);
}
.hbg .header_alt > div > nav > ul > li > a{
	color: #000!important;
}
.hbg .header_alt > div > nav > ul > li:hover > a{
	color: #000;
}
.hbg .header_alt > div > nav > ul > li > a:hover:after{
	background: #D9000D;
}

.header_alt > div > ul > li > a >i{
	color:#fff;
}

.header_alt > div > ul > li > a{
	color:#fff;
	line-height:35px;
}

.header_alt > div > ul{
	display:flex;
	gap:5px;
}



.hbg .header_alt > div > ul > li > a {
	color:#000;
}

.hbg .header_alt > div > ul > li > a >i {
	color:#000;
}

.header_alt > div > ul > li {
	width:35px;
	height:35px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.header_alt > div > ul > li:hover {
	background:#fff;
	color:#D9000D;
}

.header_alt > div > ul > li:hover a {
	color:#D1000E;
}


.fixed-header:before{
	content: "";
	left: 0;
	bottom: 1px;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: #F4F4F4;
	transition: all 0.4s;
	position: absolute;
}
.fixed-header.open:before{
	background: #bababa;
}
.header_alt > div > nav > ul{
    display:flex;	
	margin-left: 30px;
}
.header_alt > div > nav > ul > li{
    height:55px;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
}
/*.header_alt > div > nav > ul > li > a:after{
    content: none;
	position: absolute;
	height: 5px;
	width: calc(100% - 2.4vw);
	background : transparent;
	left: 1.2vw;
	bottom: 40%;
	transition: all .3s;
	z-index: 2;
	border-radius: 10px;	
}
.header_alt > div > nav > ul > li > a:hover:after{
	bottom: 0;
	background : #fff;
}*/
.alt-menu.open > a:after{
	bottom: 0;
	background : #fff;
}
.fixed-header.open{
	background: #fff;
}
.fixed-header.open .header-logo img{
	filter: invert(36%) sepia(90%) saturate(5063%) hue-rotate(339deg) brightness(73%) contrast(140%);
}
.fixed-header.open .alt-menu.open > a:after{
	background: #D9000D;
}
.fixed-header.open .header_alt > div > nav > ul > li > a{
	color: #000;
}
.fixed-header.open .header_alt > div > nav > ul > li > a:hover:after{
	background: #D9000D;
}
.fixed-header.open .header_alt > div > ul > li > a{
	color: #000;
}
.fixed-header.open .header_alt > div > ul > li > a > i{
	color: #000;
}
.open .mega-menu{
    display:block;
	visibility: visible;
}
.mega-menu{
    position: absolute;
    left:0;
	top: 100px;
	height:100vh;
	visibility: hidden;
    width:100%;
    background:#fff;
	padding: 3vw 0;
}/*
.alt-menu-mega:hover .mega-menu{
	display: block;
}*/
.mega-menu-alt{
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 3vw;
	background: #fff;
	border-top: 1px solid #bababa;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.mega-menu-alt-icerik{
	width: 760px;
	margin: auto;
	display: flex;
	justify-content: start;
}
.mega-menu-alt-icerik > .mega-menu-alt-icerik-box{
	margin-right: 10%;
}
.mega-menu-alt-icerik > .mega-menu-alt-icerik-box:last-child{
	margin-right: 0;
}


.mega-menu-alt-icerik-box div {
	margin-top:10px;
}

.mega-menu-alt-icerik span{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.mega-menu-icerik > ul{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.mega-menu-icerik > ul > li > a{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 210px;
    position: relative;
    z-index: 1;
}

.mega-menu-icerik > ul > li > a img{
	height:150px;
}


.mega-menu-icerik > ul > li > a span:before{
	content: "";
	position: absolute;
	height: 4px;
	width: 100%;
	background : transparent;
	left: 0;
	bottom: 40%;
	transition: all .3s;
	z-index: -1;
	border-radius: 10px;	
}
.alt-menu-hover > a span:before{
	bottom: -37px!important;	
	background: #D9000D!important;
}
.mega-menu-icerik > ul > li:first-child.alt-menu-hover > a span:before{
	bottom: -22px!important;	
}
.mega-menu-icerik > ul > li:last-child.alt-menu-hover > a span:before{
	bottom: -22px!important;	
	width: 68%;
	left: 16%;
}
.alt-menu-hover .mega-menu-alt{
	visibility: visible;
	display: block;
	opacity: 1;
}
.mega-menu-icerik > ul > li > a > span{
	max-width: 130px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #000;
	line-height: 15px;
	font-weight: 600;
	position: relative;
}
.mega-menu-icerik > ul > li:last-child > a > span{
	max-width: 120px;
}
.mega-menu-alt-icerik h2 a{
	color: #D9000D;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
}
.mega-menu-alt-icerik ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-top: 10px;
}

.alt-menu-mega > a:before{
	content: none;
	font-family: 'profornet'!important;
	position: absolute;
	right: 0.3vw;
	font-size: 0.5vw;
}
/*
.alt-menu-mega.open > a:before{
	content: "\e94b";
}*/


.mega-menu-alt-icerik ul li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
	transition: all 0.4s;
}
.mega-menu-alt-icerik ul li:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: #D9000D;
	border-radius: 50%;
	left: 0;
	transition: all 0.4s;
}
.mega-menu-alt-icerik ul li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #D9000D;
	border-radius: 10px;
	left: 15px;
	bottom: -5px;
	transition: all 0.4s;
}
.mega-menu-alt-icerik ul li:hover:before{
	background: transparent;
}
.mega-menu-alt-icerik ul li:hover:after{
	width: 80%;
}
.mega-menu-alt-icerik ul li a{
	color: #000;
	font-size: 14px;
}
.mega-menu-icerik > ul > li{
	height: 100%;
	margin-right: 10px;
	min-width:150px;
	max-width:150px;
}
.mega-menu-icerik > ul > li:last-child{
	margin-right: 0;
}
.header_alt > div > nav > ul > li > ul{/*----------------*/
	display: none;
}
.header_alt > div > nav > ul > li:hover > ul{
	display: block;
}
.alt-menu-short{
	position: relative;
}
/*.alt-menu-short:hover > a:after{
	background: #D9000D;
	bottom: 0;
}*/

.header-main > .header_alt:last-child > div > nav > ul > li:last-child:hover > ul{
	right:0!important;
	left:auto;
}

.header-main > .header_alt:last-child > div > nav > ul > li:nth-last-child(2):hover > ul{
	right:0!important;
	left:auto;
}

.alt-menu-short > ul{
	position: absolute;
	top: 69px;
	background: rgba(255,255,255,0.8);
	min-width: 100%;
	border-radius: 0 0 6px 6px;
    animation: 0.5s ease-out both;
    animation-name: animation-fade, animation-asagi-big;
    left: 0;
    transform: translate(0%, 0%);
}
.alt-menu-short > ul > li{
	position: relative;
	background: rgba(255,255,255,0.4);
	transition: all 0.4s;
}
.alt-menu-short > ul > li:hover > a{    
	text-shadow: 0.1px 0 currentColor, -0.3px 0 currentColor, 0 0.1px currentColor, 0 -0.3px currentColor;
	color: #D9000D;
}
.alt-menu-short > ul > li:last-child{
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}
.alt-menu-short > ul > li > ul{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background: rgba(255,255,255,0.8);
	border-radius: 0 0 6px 6px;
	overflow-x: hidden;	
    animation: 0.3s ease-out both;
    animation-name: animation-fade, animation-left-big;
}
@media screen and (min-width:1199px) and (max-width:1300px){
	.alt-menu-short > ul > li > ul{
		max-height: 400px;
		overflow-y: auto;
	}
}
.alt-menu-short > ul > li:hover > ul{
	display: block;
}
.alt-menu-short > ul > li > ul > li{
	position: relative;
	background: rgba(255,255,255,0.4);
	transition: all 0.4s;
}
.alt-menu-short > ul > li > ul > li:last-child{
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}
.alt-menu-short > ul > li > ul > li:hover > a{
	text-shadow: 0.1px 0 currentColor, -0.3px 0 currentColor, 0 0.1px currentColor, 0 -0.3px currentColor;
	color: #D9000D;
}
.alt-menu-short > ul > li a{
	font-size: 13px;
	line-height: 40px;
	padding: 0 25px 0 38px;
	font-weight: 400;
	width: 100%;
	display: flex;
	align-items: center;
	text-wrap: nowrap;
	color: #000;
	transition: all 0.3s ease;
	position: relative;
}
.alt-menu-short > ul > li a:before{
	content: "\e937";
	position: absolute;
	font-family: 'profornet' !important;
	color: #D9000D;
	font-size: 0.68vw;
	font-weight: 500;
	left: 19px;
}


.alt-menu-short > a:before {
	content:"";
	position: absolute;
	width: 2px;
	height: 0;
	left: 13px;
	top: 47%;
	background: #fff;
	transition: all 0.3s;
	transition-delay: 0.4s;
}
.alt-menu-short > a:hover:before {
	height: 10px;
	transition-delay: 0s;
}
.alt-menu-short > a:after {
	content:"";
	position: absolute;
	width: 0;
	height: 2px;
	left: 13px;
	bottom: 26px;
	background: #fff;
	transition: all 0.4s;
}
.alt-menu-short > a:hover:after {
	width: calc(100% - 27px);
	transition-delay: 0.2s;
}
.hbg .header_alt > div > nav > ul > .alt-menu-short > a:hover:before{
	background: #D9000D
}




@keyframes animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-asagi-big {
  0% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes animation-left-big {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.header_alt > div > nav > ul > li > a{
    color:#fff;
    font-weight: 500;
    display:block;
    line-height: 70px;
    padding: 0 19px;
	font-size: 13px;
	transition: all 0.4s;
	position: relative;
}
.header_alt > div > nav > ul > li:hover > a{
    color:#fff;
}
.header-blog:hover:after{
	content: none!important;
}
.header-blog{
	display: flex!important;
    align-items: center;
    justify-content: center;
    max-width: 170px;
    line-height: 18px!important;
    height: 55px;
	margin-top:10px;
}
.header-blog img{	
    width: 32px;
    margin-right: 3px;
}
.header-blog span{
    font-size: 13px;
}
.header-blog i{
	font-size: 11.5px;
    display: block;
	font-weight: bold;
    font-style: normal;
}
.header-blog p{
    position: absolute;
    writing-mode: tb;
    right: 5px;
    transform: rotate(180deg);
    font-size: 11px;
    color: #D9000D;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 11px;
	margin-bottom: 0;
}
.hbg{
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}


.swiper-slide {
	position:relative;
}

.swiper-slide a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.swiper-slide picture{
	width: 100%;
}
.swiper-slide picture img{
	width: 100%;
}
.swiper-slide{
	position: relative;
}
.slider-text{
	width: 980px;
	margin: auto;
	height: 100%;
	transition: all 0.4s;
	display: flex;
	z-index:2;
    justify-content: left;
    align-items: center;
	padding-left: 60px;
	position: absolute;
	left: 5%;
	top: 0;
}
.swiper-slide:before {
	
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 4vw;
    left: 0;
    background: rgba(255, 255, 255, 1);
    content: '';
}
.swiper-slide:after {
	
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    content: '';
}
.slider-text h1 {
	font-size:42px;
	color:#fff;
}
.slider-text h2 {
	font-size:24px;
	color:#fff;
}


.swiper-wrapper-homepage .swiper-slide {
	 height: 100%;
	 position: relative;
	 z-index: 1;
}
.swiper-wrapper-homepage .swiper-slide img {
	 width: 100%;
}
.swiper-slider-homepage{
	display: flex;
	align-items: center;
	position: relative;
}
.swiper-wrapper-homepage{
	width: 100%;
}
.swiper-slider-homepage .slick-dots{
	position: absolute;
	left: 2vw;
    bottom: 2vw;
    display: flex!important;
}
.swiper-slider-homepage .slick-dots li{
	margin-right: 10px;
}
.swiper-slider-homepage .slick-dots li:last-child{
	margin-right: 0;
}
.swiper-slider-homepage .slick-dots li button{
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	opacity: .7;
	transition: all 0.4s;
}
.swiper-slider-homepage .slick-dots li.slick-active button{
	opacity: 1;
}
.anasayfa-urunler-list{
	padding: 0;
	margin-bottom: 30px;
}

.anasayfa-urunler-list li{
	flex: 1;
	margin: 0 20px;
	
}

.anasayfa-urunler-list li img {
	padding:30px;
}

.anasayfa-urunler-slider {
	background:#18191b;
}

.anasayfa-urunler-list li:last-child{
	margin-right: 0;
}
.anasayfa-urunler-list li a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    position: relative;
    z-index: 1;
	background: #D2D1D1;

	transition: all 0.4s;
}
.anasayfa-urunler-list li a span{
	max-width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
	font-weight: 500;
    color: #000;
	transition: all 0.4s;
	position: absolute;
	bottom: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anasayfa-urunler-list li a:hover{
	background: #D9000D;
}
.anasayfa-urunler-list li a:hover span{
	color: #fff;
}
.pd60{
	padding: 60px 0;
}
.anasayfa-copa-bul{
	padding: 0;
	justify-content: space-between;
}
.anasayfa-copa-bul li{
	width: 47%;
	padding: 20px;
	background: #5D5C5C;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width:1200px){
.anasayfa-copa-bul li{
	margin: 0 20px;
}
}
.anasayfa-copa-bul li h2{
	color: #fff;
	font-size: 25px;
}
.anasayfa-copa-bul li p{
	color: #fff;
	font-size: 15px;
	margin: 5px 0 25px 0;
}
.anasayfa-copa-bul li div{
	display: flex;
	align-items: center;
}
.anasayfa-copa-bul li div a{
	padding: 5px 25px;
	background: #fff;
	color: #000;
	font-size: 15px;
	transition: all 0.4s;
	border-radius: 25px;
	text-align: center;
	min-width: 135px;
	font-weight: bold;
}
.anasayfa-copa-bul li div a:first-child{
	margin-right: 40px;
}
.anasayfa-copa-bul li div a:hover{
	background: #D9000D;
	color: #fff;
}
.anasayfa-copa-bul select{
	transition: all 0.4s;
	background: #fff;
	padding: 5px 25px;
	font-size: 15px;
	color: #000;
	border-radius: 13px;
	border: none;
	height: auto;
	min-width: 135px;
	text-align: center;
}
.anasayfa-copa-bul select:hover{
	background-color: red;
	color: #fff;
}
.anasayfa-urunler-box-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0px 20px 0px;
	min-height: 550px;
}
.anasayfa-urunler-box-icerik div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.anasayfa-urunler-box{
	height: 100%;	
}
.banner-bg-1{
	background: #18191B;
}
.banner-bg-2{
	background: #5D5C5C;
}
.banner-bg-3{
	background: #AFB0B0;
}
.banner-bg-4{
	background: #18191B;
}
.banner-bg-5{
	background: #5D5C5C;
}
.banner-bg-6{
	background: #AFB0B0;
}
.banner-bg-7{
	background: #18191B;
}
.banner-bg-8{
	background: #5D5C5C;
}
.banner-bg-9{
	background: #AFB0B0;
}



.anasayfa-urunler-box-icerik h2{
	color: #fff;
	font-size: 30px;
	margin-bottom: 8px;
}
.anasayfa-urunler-box-icerik h3{
	color: #fff;
	font-size: 16px;
}
.anasayfa-urunler-box-icerik a{
	background: #fff;
	padding: 5px 35px;
	color: #000;
	border-radius: 25px;
	font-size: 15px;
	transition: all 0.4s;
	margin-top: 50px;
	position:Absolute;
}
.anasayfa-urunler-box-icerik figure{
	height: 480px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anasayfa-urunler-box-icerik figure img{
	width: 100%;
}
.anasayfa-urunler-box-icerik a:hover{
	background: #D9000D;
	color: #fff;
}
.anasayfa-urunler{
	position: relative;
	padding: 60px 0;
}
.slider-btn{
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.slider-btn i{
	border: 1px solid #fff;
	color: #fff;
	padding: 8px;
	font-size: 13px;
	border-radius: 50%;
	background: transparent;
	transition: all 0.4s;
}
.slider-btn i:hover{
	background: #D9000D;
	border-color: #D9000D;
}
.slick-prev-urun{
	left: 20px;
}
.slick-next-urun{
	right: 20px;
}
.anasayfa-urunler > h2{
	font-size: 30px;
	text-align: center;
	color: #18191B;
	margin-bottom: 25px;
	font-weight: bold;
}
.anasayfa-haberler > h2{
	font-size: 30px;
	text-align: center;
	color: #18191B;
	margin-bottom: 25px;
	font-weight: bold;
}
.anasayfa-haberler-box-icerik{
	position: relative;
	height: 100%;
}
.anasayfa-haberler-box-icerik figure{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.anasayfa-haberler-box-icerik figure img{
	width: 100%;
	transition: all 0.4s;
	transform: scale(1.05);
}
.anasayfa-haberler-box-icerik:hover figure img{
	transform: scale(1.15);
}
.anasayfa-haberler-text{
	width: 100%;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.4s;
	background: #f7f7f7;
	height: 100%;
}

.anasayfa-haberler-text p{
	color: #000;
	font-size: 17px;
	width: 70%;
	font-weight: bold;
}
.anasayfa-haberler-text p a{
	color: #000;	
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: 72px;
}
.anasayfa-haberler-text i{
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 8px;
	transition: all 0.4s;
}
.anasayfa-haberler-text i:hover{
	transform: rotate(180deg);
	color: #D9000D;
	border-color: #D9000D;
}
.anasayfa-sss{
	padding: 60px 40px;
	background: #DADADA;
}
.anasayfa-sss-icerik ul{
	display: flex;
}
.anasayfa-sss-icerik ul li{
	width: 32%;
	margin-right: 2%;
	position: relative
}
.anasayfa-sss-icerik ul li:last-child{
	margin-right: 0;
}
.anasayfa-sss-icerik ul li figure{
	width: 100%;
}
.anasayfa-sss-icerik ul li figure img{
	width: 100%;
}
.anasayfa-sss-icerik ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.anasayfa-sss-text{
	padding: 30px 35px 60px 35px;
	background: #fff;
	transition: all 0.4s;
	position: relative;
	min-height: 200px;
}
.anasayfa-sss-text h2{
	font-size: 23px;
	margin-bottom: 5px;
	min-height:55px;
	transition: all 0.4s;
	font-weight: 500;
}
.anasayfa-sss-text p{
	font-size: 0.8vw;
	line-height: 1.1vw;
	height: 48px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	transition: all 0.4s;
	font-weight: 300;
}
.anasayfa-sss-text i{
	color: #D9000D;
	font-size: 14px;
	border: 1px solid #D9000D;
	border-radius: 50%;
	padding: 8px;
	transition: all 0.4s;
	position: absolute;
	right: 30px;
	bottom: 20px;
	background: transparent;
}
.anasayfa-sss-icerik ul li:hover .anasayfa-sss-text i{
	color: #fff;
	background: #D9000D;
}
footer{
	background: #fff;
	position: relative;
}
footer:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 65px;
	width: 100%;
	height: 1px;
	background: #D9000D;
}
.footer-ust{
	padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.footer-link > ul{
	display: flex;
}
.footer-link > ul > li{
	margin-right: 100px;
}
.footer-link > ul > li:last-child{
	margin-right: 0;
}
.footer-link > ul > li > ul{
	margin-top: 20px;
}
.footer-link > ul > li > ul > li{
	margin-bottom: 10px;
}
.footer-link > ul > li > a{
	color: #000;
	font-weight: 600;
	font-size: 22px;
}
.footer-link > ul > li > a:before{
	content: none;
}
.footer-link a{
	color: #000;
	font-size: 15px;
	position: relative;
}
.footer-link a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.footer-link a:hover:before{
	width: 85%;
}
.footer-sosyal > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer-sosyal h2{
	color: #000;
	font-weight: 600;
	font-size: 22px;
	border-bottom: 1px solid #000;
}
.footer-sosyal-medya{
	margin-bottom: 80px;
}
.footer-sosyal-medya ul{
	display: flex;
	width: 100%;
	margin-top: 20px;
}
.footer-sosyal-medya ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.footer-sosyal-medya ul li a{
	color: #000;
}
.footer-sosyal-iletisim a{
	color: #000;
	font-weight: 500;
	font-size: 25px;
	display: flex;
	align-items: center;
	margin-top: 10px;
	letter-spacing: 3.5px;
}
.footer-sosyal-iletisim a div p{
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0;
}
.footer-sosyal-iletisim a div img{
	width: 90%;
}
.footer-sosyal-iletisim a div{
	margin-left: 5px;
}
.footer-alt{
	padding: 20px 40px;
	display: flex;
}
.footer-alt a{
	display: flex;
}

.footer-alt img {
	max-width:120px;
}

.footer-sosyal-medya > h2{
	letter-spacing: 2px;
}
.yan-menu{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
	transform: translate(0, -50%);

}
.yan-menu-icerik figure{
	background: #D9000D;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.yan-menu-icerik ul{
	display: flex;
	flex-direction: column;
}
.yan-menu-icerik ul li{
	display: flex;
	position: relative;
	margin-bottom: 5px;
}
.yan-menu-icerik ul li:last-child{
	margin-bottom: 0;
}
.yan-menu-icerik ul li a{
	height: 45px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 60px;
    color: #fff;
    background: #D9000D;
    font-size: 15px;
    position: absolute;
    right: -270px;
    transition: all 0.4s;
    padding-left: 20px;
    white-space: nowrap;
}
.yan-menu-icerik ul li:hover a{
	right: 0;
}
.anasayfa-haberler{
	padding-top: 60px;
	margin-bottom: 90px;
}
.anasayfa-haberler-box{
	margin: 0 15px;
}
.breadcrumb{
	padding: 120px 3.2vw 30px 3.2vw;
}
.breadcrumb ul{
	display: flex;
	align-items: center;
}
.breadcrumb ul li{
	margin-right: 25px;
	position: relative;
	display: flex;
	align-items: center;
}
.breadcrumb ul li:before{
	content: "\e937";
	position: absolute;
	right: -20px;
	font-family: 'profornet' !important;
	color: #fff;
	font-size: 14px;
}
.breadcrumb ul li:last-child{
	margin-right: 0;
	color:#fff;
}
.breadcrumb ul li:last-child:before{
	content: none;
}
.breadcrumb ul li a{
	color: #fff;
	font-size: 14px;
}
.urunler-ust{
	background: #D9000D;
	position: relative;
}
.anasayfa-urunler-list div{
	width: 100%;
}
.yan-menu-mobil{
	display: none;
}
.mobil-gizle{
	display: flex!important;
}
.mobil-goster{
	display: none!important;
}
.slick-prev-haber{
	left: 20px;
}
.slick-next-haber{
	right: 20px;
}
.anasayfa-haberler-slider-main{
	position: relative;
}
.yan-menu-icerik > ul{
	display: flex;
}
@media (max-width:1200px){
	
	.mobil-gizle{
		display: none!important;
	}
	.mobil-goster{
		display: flex!important;
	}
	.anasayfa-urunler-list li{
		margin: 0 10px;
	}
	.swiper-wrapper-homepage{
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.swiper-slider-homepage .slick-dots{
		left: auto;
	}
	.anasayfa-urunler-list{
		margin-bottom: 60px;
	}
	.anasayfa-copa-bul li:first-child{
		margin-bottom: 20px;
	}
	.anasayfa-copa-bul{
		padding: 0 10px;
	}
	.anasayfa-haberler-box-icerik{
		margin: 0 5px;
	}
	.anasayfa-sss-icerik ul li{
		margin-bottom: 20px;
	}
	.anasayfa-sss-icerik ul li:last-child{
		margin-bottom: 0;
	}
	.yan-menu-mobil{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45px;
		height: 45px;
		margin-top: 5px;
		background: #D9000D;
		position: relative;
		z-index: 2;
		float: right;
	}
	.yan-menu-mobil i{
		color: #fff;
		transition: all 0.4s;
		font-size: 18px;
	}
	.yan-menu-icerik.open .yan-menu-mobil i{
		transform: rotate(135deg);
	}
	.yan-menu-icerik{		
		height: auto;
	}
	.yan-menu{		
		overflow-y: hidden;
		overflow-x: visible;
	}
	.yan-menu-urun{		
		overflow-y: hidden;
		overflow-x: visible;
	}
	.yan-menu-icerik > ul{
		display: none;
	}
	.yan-menu-icerik.open > ul{
		display: flex;
		flex-direction: column;
		transform: translateY(0);
		transition: all 0.4s;
		position: relative;
		z-index: 1;
	}
	.yan-menu-icerik.open ul{
		transform: translateY(0);
	}
	.yan-menu-icerik ul li a{
		position: relative;
		right: auto;
		width: 82%;
		padding-right: 20px;
	}
	.yan-menu-icerik ul li{
		flex-direction: row-reverse;
	}
	.yan-menu-icerik figure img{
		width: 70%;
	}
	.anasayfa-haberler-slider-main .slider-btn{
		display: none;
	}
	.anasayfa-copa-bul li div select:first-child{
		margin-right: 0;
	}
}
@media (max-width:1550px){
	.header-blog{
		line-height: 11px!important;
	}
	.header-blog > img{
		width: 30px;
	}
	.header-blog span {
		font-size: 12px;
	}
	.header-blog i {
		font-size: 8px;
	}
	.header-blog p{
		font-size: 9px;
		line-height: 9px;
		right: 5px;
	}
	.anasayfa-urunler-box-icerik figure{
		height: 330px;
	}
}
.anasayfa-urunler-ust .slick-dots{
	position: absolute;
    bottom: -30px;
    display: flex!important;
	justify-content: center;
	align-items: center;
}
.anasayfa-urunler-ust .slick-dots li{
	margin-right: 10px;
}
.anasayfa-urunler-ust .slick-dots li:last-child{
	margin-right: 0;
}
.anasayfa-urunler-ust .slick-dots li button{
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.4s;
	background: #D2D2D1;
}
.anasayfa-urunler-ust .slick-dots li.slick-active button{
	background: #D9000D;
}
.urunler-ust-icerik h2{
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.urunler-ust-icerik h3{
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	max-width: 120px;
}
.urunler-ust-list ul{
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
}
.urunler-ust-list ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.urunler-ust-list ul li:nth-child(2){
	margin-top: 60px;
}
.urunler-ust-list{
	position: relative;
	display: flex;
	margin-top: 30px;
	width: 80%;
}
.urunler-ust-list > figure{
	position: absolute;
	left: -100px;
}
.urunler-ust-icerik{
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.urunler-list-box{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 35px 50px;
	position: relative;
	margin-bottom: 25px;
	
}

.urunler-list-box figure{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
}
.urunler-list-box-text{
	margin: 30px 0;
	min-height:100px;
}
.urunler-list-box-text h2{
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	min-height:70px;
}
.urunler-list-box-text h3{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	min-height: 24px;
}
.urunler-list-box-text ul{
	margin-top: 20px;
	min-height: 150px;
}
.urunler-list-box-text ul li{
	display: flex;
	align-items: center;
	margin:5px 0px;
}
.urunler-list-box-text ul li p{
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom:0px;
}
.urunler-list-box-text ul li p span{
	font-size: 10px;
}
.urunler-list-box-text ul li img{
	margin-right: 15px;
	max-width:50px;
}
.urunler-list-box a{
	padding: 5px 30px;
    background: #fff;
    color: #000;
    font-size: 14px;
    transition: all 0.4s;
    border-radius: 25px;
    text-align: center;
}
.urunler-list-box a:hover{
	background: #D9000D;
	color: #fff;
}
.urun-yeni{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #D9000D;
	right: 40px;
	top: 10px;
}
.yan-menu-urun{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999999;
	transform: translate(0, -50%);
}
.yan-menu-urun .yan-menu-icerik figure{
	background: #fff;
}
.yan-menu-icerik figure img{
	max-width: 30px;
	max-height: 30px;
}
.urun-detay-ust{
	background: #222328;
	padding-bottom: 35px;
	position: relative;
	min-height: 100vh;
}
.urun-detay-ust:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.urun-detay-ust .breadcrumb ul li:before{
	color: #D9000D;
}
.urun-detay-ust .breadcrumb ul li:last-child a{
	color: #D9000D;
}
.heart {
	 width: 100px;
	 height: 100px;
	 background: url("/images/heart.png") no-repeat;
	 background-position: 0 0;
	 cursor: pointer;
	 transition: background-position 1s steps(28);
	 transition-duration: 0s;
}
.heart.is-active {
	 transition-duration: 1s;
	 background-position: -2800px 0;
}
.urun-detay-slider-main{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.urun-detay-slider{
	width: 100%;
}
.urun-detay-slider-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-btn-urun{
	cursor: pointer;
	display: flex!important;
}
.slider-btn-urun i{
	border: 1px solid #fff;
	color: #fff;
	padding: 8px;
	font-size: 13px;
	border-radius: 50%;
	background: transparent;
	transition: all 0.4s;
}
.slider-btn-urun i:hover{
	background: #D9000D;
	border-color: #D9000D;
}
/*.urun-detay-slider-dots{
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 30%;
	bottom: -60px;
}
.slick-slider-dots-urun-detay .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-slider-dots-urun-detay .slick-dots li{
	margin-right: 10px;
	display: flex;
}
.slick-slider-dots-urun-detay .slick-dots li:last-child{
	margin-right: 0;
}
.slick-slider-dots-urun-detay .slick-dots li button{
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	opacity: .7;
	transition: all 0.4s;
}
.slick-slider-dots-urun-detay .slick-dots li.slick-active button{
	opacity: 1;
}*/
.urun-detay-slider-dots{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
}
.slick-slider-dots-urun-detay{
	width: 100%;
}
.urun-detay-dots-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	margin: 0 10px;
	transition: all 0.4s;
}
.urun-detay-dots-slider .slick-center figure{
	border-color: red;
}
.urun-detay-dots-box figure img{
	width: 100%;
}
.urun-detay-icerik-ust{
	color: #fff;
}
.urun-detay-icerik-baslik{
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.urun-detay-paylas{
	display: flex;
	align-items: center;
	margin-top: -30px;
}
.urun-detay-paylas > a{
	color: #fff;
	transition: all 0.4s;
}
.urun-detay-paylas > a:hover{
	color: #D9000D;
}
.urun-detay-paylas > a > span{
	font-size: 35px;
}
.urun-puan{
	display: none;
	align-items: center;
	margin: 20px 0;
}
.urun-puan ul{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.urun-puan a{
	color: #fff;
}
.urun-detay-baslik h2{
	font-size: 27px;
	font-weight: bold;
}
.urun-detay-baslik h3{
	font-size: 19px;
	font-weight: 400;
}
.urun-text ul{
	display: flex;
	flex-direction: column;
}
.urun-text ul li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.urun-text ul li span{
	display: block;
	color: #D1000E;
	width: 100%;
}
.urun-text ul li:last-child{
	margin-bottom: 0;
}
.urun-text ul li p{
	font-weight: 500;
}
.urun-text ul li:before{
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #D9000D;
}
.urun-text{
	margin-bottom: 40px;
}
.urun-ozellik ul{
	display: flex;
	flex-wrap: wrap;
}
.urun-ozellik ul li{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 5%;
	width: 26%;
	margin-right: 5%;
	padding: 20px 10px;
	border: 1px solid #fff;
}
.urun-ozellik ul li:nth-child(3n){
	margin-right: 0;
}
.urun-ozellik ul li:last-child{
	margin-right: 0;
}
.urun-ozellik ul li p span{
	display: flex;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	color: #D9000D;
	margin-top: 5px;
	flex-direction:Column;
}

.urun-ozellik ul li p span b {
	font-size:37px;
	margin:5px 0px;
}

.urun-ozellik ul li p{
    line-height: 18px;
    text-align: center;
    font-weight: bold;
	justify-content:center;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
	margin-bottom:0px!important;
}

.urun-ozellik ul li p em {
	font-size:10px;
}

.urun-ozellik ul li img {
	height:50px;
	margin-bottom:10px;
}

.akordiyonBaslik{
	padding: 20px 30px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	transition: all 0.4s;
	background: #DADADA;
	font-weight: 600;
}
.akordiyonBaslik:before{
	content: '\002B';
	position: absolute;
	right: 30px;
	font-size: 40px;
}
.show-baslik:before{
	content: "\2212";	
}
.urun-detay-alt{
	width: 100%;
	overflow: hidden;
}
.akordiyon > li{
	position: relative;
	margin-bottom: 10px;
}
.akordiyon > li:last-child{
	margin-bottom: 0;
}
.akordiyon-light:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #DADADA;
	transition: all 0.4s;
	opacity: 0;
}
.akordiyon-dark:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #80807F;
	transition: all 0.4s;
	opacity: 0;
}
.akordiyon-dark .show-baslik{
	color: #fff;
}
.akordiyon-dark .akordiyonIcerik{
	color: #fff;
}
.show-main:before{
	opacity: 1!important;
}
.show-baslik{
	background: transparent;
}
.akordiyonIcerik {
	padding: 10px 50px 30px 50px;
}
.akordiyon-light .akordiyonIcerik{
	padding: 0 50px;
}
.urun-detay-alt-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
}
.breadcrumb{
    position: absolute;
    width: 100%;
    top: 0;
	height: 100%;
	margin: 0;
}
.breadcrumb ul{
	position: absolute;
	left: 3.2vw;
	top: 130px;
}
.urun-detay-alt-icerik > div{
	width: 48%;
}
.urun-detay-alt-icerik-img figure{
	width: 100%;
}
.urun-detay-alt-icerik-img figure img{
	width: 100%;
}
.akordiyonIcerik > .urun-detay-alt-icerik{
	background: transparent;
}
.akordiyonIcerik > .urun-detay-alt-icerik:nth-child(2n){
	flex-direction: row-reverse;
	background: #C6C6C5;
	position: relative;
}
.akordiyonIcerik > .urun-detay-alt-icerik:nth-child(2n):before{
	content: "";
	position: absolute;
	top: 0;
	left: -1000px;
	height: 100%;
	width: 1000px;
	background: #c6c6c5;
}
.akordiyonIcerik > .urun-detay-alt-icerik:nth-child(2n):after{
	content: "";
	position: absolute;
	top: 0;
	right: -1000px;
	height: 100%;
	width: 1000px;
	background: #c6c6c5;
}
.urun-detay-alt-icerik-text h2{
	font-size: 28px;
	font-weight: 600;
	color: #D1000E;
	margin-bottom: 20px;
}
.urun-detay-alt-icerik-text p{
	font-size: 16px;
	font-weight: 400;
	color: #222328;
	margin-bottom: 10px;
}
.urun-detay-alt-icerik-text-img{
	display: flex;
	align-items: center;
}
.urun-detay-alt-icerik-text-img img{
	margin-right: 10px;
}
.urun-detay-alt-icerik-text-img span{
	font-size: 13px;
	font-weight: 300;
	color: #222328;
}
.urun-detay-alt-icerik-text ul{
	display: flex;
	flex-direction: column;
}
.urun-detay-alt-icerik-text ul li{
	display: flex;
	align-items: center;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.urun-detay-alt-icerik-text ul li p{
	margin-bottom: 0;
}
.urun-detay-alt-icerik-text ul li:before{
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #D9000D;
}
.urun-detay-alt-icerik-video{
	height: 650px;
}
.urun-detay-dokuman{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.urun-detay-dokuman li{
	width: 20%;
	padding:15px;
}
.urun-detay-dokuman li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #000;
	transition: all 0.4s;
}
.urun-detay-dokuman li a:hover i{
	color: #D9000D!important;
}
.urun-detay-dokuman li a i{
	font-size: 50px;
	transition: all 0.4s;
}
.urun-detay-dokuman li a span{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
	transition: all 0.4s;
}

.breadcrumb-icerik{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.breadcrumb-icerik h1{
	color: #fff;
	font-size: 2.5vw;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.urun-detay-list{
	width: 100%!important;
}
.urun-detay-list ul{
	flex-wrap: wrap;
	flex-direction: row;
}
.urun-detay-list ul li{
	padding-left: 0;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
	align-items: start;
}
.urun-detay-list ul li:nth-child(2n){
	margin-right: 0;
}
.urun-detay-list ul li:before{
	content: none;
}
.urun-detay-list ul li h2{
	margin-bottom: 10px;
}
.urun-detay-list ul li img{
	margin-right: 25px;
	max-width:90px;
	padding: 10px;
	background: #f6f6f6;
}
.oduller-list-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}
.oduller-list-box figure img{
	width: 100%;
}
.oduller-list-box h2{
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.oduller-list-box h2 span{
	margin-right: 5px;
	font-weight: 500;
}
.oduller-list-box{
	margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
	transition: all 0.4s;
}
.oduller-list-box:hover{
	background: #f1f1f1;
}
.sertifika-list-box{
	position: relative;
	margin-bottom: 30px;
	min-height:118px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #f1f1f1;
	transition: all 0.4s;
}
.sertifika-list-box:hover{
	background: #f1f1f1;
}
.sertifika-list-box h2{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 0 20px;
	flex: 1;
	font-size: 18px;
	font-weight: 400;
}
.sertifika-list-box h2 span{
	font-weight: 600;
}
.oduller-list-box b{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	color: #D1000E;
	text-align: center;
	width: 100%;
	display: block;
}
.sertifika-list-box figure{
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sertifika-list-box figure img{
	max-height: 90px;
}
.sertifika-list-box i{
	font-size: 22px;
	padding-right: 15px;
}
.sertifika-list-box a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sayfalar {
	min-height:400px;
}

.sayfalar-icerik {
	padding-left:30px;
}

.sayfalar-icerik h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.sayfalar-icerik h2 b{
	font-weight: 600;
}
.sayfalar-icerik ul{
	display: flex;
	flex-direction: column;
}
.sayfalar-icerik ul li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
}
.sayfalar-icerik ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #D1000E;
	border-radius: 50%;
}
.satis-noktasi-form > ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.satis-noktasi-form > ul > li:first-child{
	margin-right: 20px;
}
.satis-noktasi-icerik{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.satis-noktasi-baslik ul{
	display: flex;
}
.satis-noktasi-baslik ul li{
	margin-right: 15px;
	display: flex;
	align-items: start;
}
.satis-noktasi-baslik ul li:last-child{
	margin-right: 0;
}
.haberler-main-box{
	margin-bottom: 15px;
	padding: 15px;
	transition: all 0.4s;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: flex;
}

.haber-galeri {
	display:Flex;
	justify-content:center;
	
}

.haber-galeri figure{
	max-width:220px;
	border:5px solid #fff;
	border-radius:10px;
	    filter: drop-shadow(2px 4px 6px #d6d6d6);
		margin:0px 10px;
}

.haber-galeri figure:hover {
	 filter: drop-shadow(3px 5px 7px #c3c3c3);
	 transition:All 0.3s;
}

.haber-galeri figure img {
	width:100%;
}

.haberler-main-box:hover{
	box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
}
.haberler-main-box figure{
	max-width: 350px;
	overflow: hidden;
}
.haberler-main-box figure img{
	width: 100%;
	transition: all 0.4s;
}
.haberler-main-box:hover figure img{
	transform: scale(1.1);
}
.haberler-main-box-icerik{
	width: 70%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.haberler-main-box h2{
	color: #D1000E;
	font-weight: bold;
	font-size: 21px;
	margin: 15px 0;	
}

@media screen and (max-width:1199px){
	.haberler-main-box{
		flex-direction: column;
	}
	.haberler-main-box figure{
		width: 100%;
	}
	.haberler-main-box-icerik{
		width: 100%;
		padding: 0;
	}
	.mobil-reverse>*{
		width: 100%;
	}
	.position-sticky > figure{
		margin-bottom: 30px;
		position: relative;
		top: 0;
	}
	#items-ic{
		display: none;
	}
	.sayfalar-icerik{
		padding-left: calc(1.5rem * .5)
	}
	.breadcrumb-icerik{
		justify-content: start;
	}
	.row>* {
		flex-shrink: 0;
		width: 100%;
	}
	.urun-icerik-pt{
		padding-top: 30px;
	}

}
@media screen and (min-width:1199px){
	.urun-ozellik ul{
		width: 80%;
		margin-bottom: 30px;
	}
	.urunler-ust{
		position: relative;
		z-index: 1;
	}
	.breadcrumb{
		height: 100%;
	}
	.breadcrumb-icerik{
		height: 100%;
	}
	.urunler-ust:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 0;
	}
	.urun-icerik-pt{
		padding-top: 160px;
	}
}
.haberler-main-box-alt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
}
.haberler-main-box-alt span{
	font-size: 13px;
	font-weight: bold;
}
.haberler-main-box-alt a{
	font-size: 15px;
	font-weight: bold;
	color: #D1000E;
	padding: 8px 12px;
	border-radius: 10px;
	background: #f1f1f1;
	transition: all 0.4s;
}
.haberler-main-box-alt a:hover{
	color: #fff;
	background: #D1000E;
}
.haber-main-arsiv{
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
.haber-main-arsiv h2{
	font-size: 22px;
	font-weight: bold;
}
.haber-main-arsiv ul{
	margin-top: 20px;
    display: flex;
    gap: 20px;
}
.haber-main-arsiv ul li{
	margin-bottom: 10px;
}
.haber-main-arsiv ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: all 0.4s;
}
.haber-main-arsiv ul li a:hover{
	color: #D1000E;
}
.haber-main-arsiv ul li .active{
	color: #D1000E;
}
.bayilist {
	width: 100%;
	margin-top: 30px;
}
.bayilist ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.bayilist ul li {
	padding: 10px;
	border: 1px solid #ebebeb;
	flex: 1;
	min-width: 159px;
	overflow-wrap: break-word;
	font-size: 0.8vw;
}
.bayilist ul li a{
	overflow-wrap: break-word;
	font-size: 0.8vw;
	color: #000;
}
.bayilist > ul:first-child > li:first-child{
	border-radius: 10px 0 0 0;
}
.bayilist > ul:first-child > li:last-child{
	border-radius: 0 10px 0 0;
}
.bayilist > ul:last-child > li:first-child{
	border-radius: 0 0 0 10px;
}
.bayilist > ul:last-child > li:last-child{
	border-radius: 0 0 10px 0;
}
.bayilist > ul:first-child > li{
	background: #f1f1f1;
	font-weight: bold;
}
.haber-detay-icerik h2{
	color: #D1000E;
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	margin-bottom: 30px;
}
.haber-detay-icerik P{
	text-align: left;
	margin-bottom: 10px;
}

.haber-detay-icerik ul {
	margin-left:30px;
}



.haber-detay-icerik ul li{
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
    line-height: 18px;
    font-weight: 300;
	list-style:circle;
    display: list-item;	
}



.haber-detay-icerik P b{
	font-weight: bold;
}
.haber-detay-icerik figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.servislist > ul > li:nth-child(2), .servislist > ul > li:last-child{
	flex: 1.5;
}
.iletisim-icerik a{
	color: #000;
	font-size: 16px;
}
.iletisim-icerik i{
	color: #000;
	font-size: 22px;
	margin-right: 5px;
}
.iletisim-icerik ul li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.iletisim-icerik ul li:last-child{
	margin-bottom: 0;
}
.iletisim-icerik h2{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.iletisim-maps iframe{
	height: 250px;
}

.iletisim-main > div > div:last-child{
	margin-bottom: 0;
	flex-direction: row-reverse;
}
.iletisim-main > div > div{
	margin-bottom: 60px;
}
.form-main-icerik h2{
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 30px;
}
.form-main-icerik ul{
	display: flex;
	flex-wrap: wrap;
}
.form-main-icerik ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	padding: 10px;
}
.form-main-icerik ul li strong{
	width: 100%;
}
.form-main-icerik ul li select{
	width: 100%;
}
.form-main-icerik ul li label{
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.form-main-icerik ul li label input[type=checkbox]{
	margin-right: 5px;
}
.form-main-icerik ul li input[type=text]{
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #000;
}
.w50{
	width: 50%;
}
.w100{
	width: 100%;
}
.bayiler-main{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.bayiler-input{
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	margin-bottom: 30px;
}
.bayiler-input select{
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
}
.bayiler-input strong{
	font-size: 16px;
	margin-bottom: 10px;
}
.position-sticky > figure{
	position: sticky;
	top: 87px;
}
.bayiler-list{
	width: 100%;
}
.bayiler-list-box{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 20px;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
	border-bottom: 3px solid #D9000D;
}
.bayiler-list-box h2{
	font-size: 20px;
	font-weight: bold;
}
.bayiler-list-box a{
	margin-top: 10px;
}
.bayiler-list-btn1{
	color: #000;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.bayiler-list-btn1 i{
	font-size: 20px;
	margin-right: 5px;
}
.bayiler-list-btn1:hover span{
	text-decoration: underline;
}
.bayiler-list-btn2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid #D9000D;
	color: #000;
	font-size: 16px;
	border-radius: 22px;
	transition: all 0.4s;
	background: #fff;
}
.bayiler-list-btn2 i{
	font-size: 20px;
	margin-right: 5px;
}
.bayiler-list-btn2:hover{
	background: #D9000D;
	color: #fff;
}
.desktop-header{
	flex-direction: column;
}
.header_ust{
	padding: 0 3.2vw;
}
.header_ust ul{
	display: flex;
	align-items: center;
	justify-content: end;
	max-width:1320px;
	margin:Auto;
}
.header_ust ul li{
	margin-right: 6px;
}
.header_ust ul li:last-child{
	margin-right: 0;
}
.header_ust ul li a{
	line-height: 30px;
	color: #D1000E;
	background: #fff;
	transition: all 0.4s;
    padding: 0 10px;
    font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	min-height:30px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.header_ust ul li a img{
	width: 20px;
	margin-right: 10px;
	transition: all 0.4s;
}
.header_ust ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: 100% 0px;
	background-repeat: no-repeat;
	background-image: linear-gradient(#D1000E, #D1000E);
	background-position: 0% 100%;
	transition: background-size .7s, background-position .5s ease-in-out;
}
.header_ust ul li a:hover{
	color: #fff;
}
.header_ust ul li a:hover:before{	
	background-size: 100% 100%;
	background-position: 100% 0;
	background-image: linear-gradient(#D1000E, #D1000E);
	transition: background-position .7s, background-size .5s ease-in-out;
}
.header_ust ul li a:hover img{
	filter: brightness(0) invert(1);

}

.ihracat h2{
	margin:0 auto 20px auto;
	text-align:center;
	font-size:26px;
}

.ihracat ul{
	display:flex!important;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

.ihracat ul li {
	width:22%;
	display:flex;
	align-items:center;
	padding:15px;
	border:1px solid #ebebeb;
	margin:10px;
	font-weight:500;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px!important;
	
}

.ihracat ul li:hover {
	
	transition:All 0.3s;
	box-shadow: rgba(0, 0, 0, 0.50) 1.95px 1.95px 2.6px!important;
}

.ihracat ul li img {
	height:20px;
	margin-right:10px;
}

.ihracat ul li:before {
	display:none;
	
}
.is-basvuru input[type="file"] {
    display: none;
}

.file-upload {
    background: #f1f1f1;
    color: #D1000E;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 10px 30px;
	display:inline-block;
	margin-top:5px;
	transition: all 0.4s;
	font-weight: bold;
}
.file-upload:hover {
    background: #D1000E;
    color: #fff;
}



.file-upload1 {
    background: #f1f1f1;
    color: #D1000E;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 10px 30px;
	display:inline-block;
	margin-top:5px;
	transition: all 0.4s;
	font-weight: bold;
}
.file-upload1:hover {
    background: #D1000E;
    color: #fff;
}

.file-upload2 {
    background: #f1f1f1;
    color: #D1000E;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 10px 30px;
	display:inline-block;
	margin-top:5px;
	transition: all 0.4s;
	font-weight: bold;
}
.file-upload2:hover {
    background: #D1000E;
    color: #fff;
}


.is-basvuru > ul{
	display: flex;
	flex-wrap: wrap;
}
.is-basvuru > ul > li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3%;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.is-basvuru > ul > li:nth-child(2n){
	margin-right: 0;
}
.is-basvuru > ul > li > strong{
	width: 50%;
	min-width:180px;
}
.is-basvuru ul li input[type="text"], .is-basvuru ul li input[type="date"], .is-basvuru ul li textarea,.is-basvuru ul li select{
	width: 100%;
    padding: 10px;
	min-width:188px;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	resize: none;
	margin-left:10px;
}

.is-basvuru ul li input[type="checkbox"] {
	margin-right:10px;
	margin-left:10px;
	height:20px;
	width:20px;
}

.is-basvuru ul li label {
	display:flex;
	align-items:center;
}


.iletel {
	margin:auto;
	max-width:300px;
	margin-bottom:30px;
}

.iletel:hover img {
	opacity:0.7;
	transition:all 0.3s;
}

.is-basvuru > ul > li:last-child{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	justify-content: space-between;
}
.is-basvuru > ul > li:last-child label a{
	color: #000;
	text-decoration: underline;
}
.is-basvuru > ul > li:last-child button{    
    background: #f1f1f1;
    color: #D1000E;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
	transition: all 0.4s;
	font-weight: bold;
}
.is-basvuru > ul > li:last-child button:hover{    
    background: #D1000E;
    color: #fff;
}

.sipform {
	margin-top:60px;
}

.sipform h2 {
	font-size:22px;
	margin:15px 0px;
}

.urun-sat > ul{
	display: flex;
	flex-wrap: wrap;
}
.urun-sat > ul > li{
	width: 100%;
	margin-bottom: 3%;
	display: flex;
	align-items: center;
	flex-direction:column;
	justify-content:space-between;
}
.urun-sat > ul > li:nth-child(2n){
	margin-right: 0;
}
.urun-sat > ul > li > strong{
	width: 100%;
	min-width:200px;
}
.urun-sat ul li input[type="text"], .urun-sat ul li input[type="date"], .urun-sat ul li textarea,.urun-sat ul li select{
	width: 100%;
    padding: 10px;
	min-width:235px;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	resize: none;
}

.urun-sat ul li input[type="checkbox"] {
	margin-right:10px;
	margin-left:10px;
	height:20px;
	width:20px;
}

.urun-sat ul li label {
	display:flex;
	align-items:center;
}

.urun-sat > ul > li:last-child{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	justify-content: space-between;
}
.urun-sat > ul > li:last-child label a{
	color: #000;
	text-decoration: underline;
}
.urun-sat > ul > li:last-child button{    
    background: #f1f1f1;
    color: #D1000E;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
	transition: all 0.4s;
	font-weight: bold;
}
.urun-sat > ul > li:last-child button:hover{    
    background: #D1000E;
    color: #fff;
}














.gorseller {
	display:inline-block!important;
	width:100%!important;
}

.gorseller ul {
	display:flex;
	justify-content:center;
}

.gorseller ul li {
	margin-right:10px;
	text-align:center;
}

.gorseller ul li label {
	text-align:center;
	justify-content:Center;
}


.gorseller h2 {
	font-weight: bold;
    font-size: 26px;
    margin: 15px 0px;
}


@media screen and (max-width:1199px){
	.is-basvuru > ul > li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		flex-direction: column;
		align-items: start;
	}
	.is-basvuru > ul > li > strong{
		width: 100%;
		margin-bottom: 10px;
	}
	.is-basvuru > ul > li > input[type="text"], .is-basvuru > ul > li > input[type="date"], .is-basvuru > ul > li > textarea,.is-basvuru > ul > li > select{
		width: 100%;
		margin-left:0px;
	}
	
	.checklist {
		flex-direction:row!important;
	}
	
	.is-basvuru > ul > li:last-child{
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.is-basvuru > ul > li:last-child button{
		margin-top: 20px;
	}
}


.dokumanlar-icerik ul{
	display: flex;
	flex-wrap: wrap;
}
.dokumanlar-icerik ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.dokumanlar-icerik ul li:nth-child(3n){
	margin-right: 0;
}
.dokumanlar-icerik-box{	
	display: flex;
	align-items: start;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #f1f1f1;
    transition: all 0.4s;
	position:relative;
}

.dokumanlar-icerik-box a {
	position:Absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.dokumanlar-icerik-box:hover{	
	background: #f1f1f1;
}
.dokumanlar-icerik-box figure{
	width: 30%;
	margin-right: 5%;
}
.dokumanlar-icerik-box figure img{
	width: 100%;
}
.dokumanlar-icerik-text{
	width: 65%;
}






#accordion {
  width: 100%;
}


#items a::after {
    position: absolute;
    right: 30px;
    margin-top: 2px;
    font-family: "profornet";
}

#items a::after {
    right: 30px;
    content: "\e902";
}

#items a:hover, #items a.expanded {
    background-color: #D1000E;
    color: #fff;
    font-weight: 600;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}

#items a.expanded::after {
    content: "\e94b";
}

.sub-items {
  background: #ededed;
}


#items a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-indent: 10px;
    line-height: 30px;
	color: #000;
	display: flex;
	align-items: center;
	padding: 15px 50px 15px 15px;
}

.sub-items a:lang(fa) {
    border-right: 2px solid rgba(57, 198, 233, 0.3);
    border-left: none;
}

.sub-items > li:hover > a {
    color: #fff;
    background: #171717;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sub-items {
    display: none;
}
.sub-items-urun-list{
	background: #cdcdcd!important;
}
.sub-items-alt2{
	background: #dadada!important;
}
.sub-items-urun-list a::after{
	content: "\e937"!important;
}
.sub-items-urun-list > li >  a:hover{
	background: #909090!important;
}
.sub-items-urun-list > li > .expanded{
	background: #909090!important;
}
.sub-items-alt1 > li > a{
	text-indent: 34px!important;
}
.sub-items-alt1 > li > ul > li > ul > li >a{
	text-indent: 54px!important;
}
.sub-items-alt1 > li > ul > li > a{
	text-indent: 0px!important;
}
.sub-items-alt1 > li > a:hover{
	background: #2c2c2c!important;
}
.sub-items-alt1 > li > .expanded{
	background: #2c2c2c!important;
}
.sub-items-alt2 > li > a:hover{
	background: #595959!important;
}
.sub-items-alt2 > li > .expanded{
	background: #595959!important;
}
.clients > h2{
	font-size: 20px;
	font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1000e;
}
.dokumanlar-icerik > h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sayfalar-icerik > .sayfa-list-text:nth-child(2n){
	text-align: left;
	margin: 30px 0;
	float: right;
}

.sayfalar-icerik a {
	color:#000;
	font-weight:bold;
}

.sayfalar-icerik a:hover {
	text-decoration:underline;
}

.sayfalar-icerik > .sayfa-list-text{
	width: 90%;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	float: left;
}


.book-now {
	padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}
.book-now::after {
    background-color: #d9000d;
    content: "";
    height: 300%;
    left: 1.6%;
    position: absolute;
    top: -95%;
    transform: rotate(5deg);
    width: 96.5%;
    z-index: -1;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.book-now-title h2 {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    position: relative;
    text-transform: none;
    top: 4px;
	text-align: center;
}
a.book-now-btn {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px;
	transition: all 0.4s;
}
a.book-now-btn:hover {
    color: #d9000d;
    background-color: #fff;
}
.sayfalar-icerik .sayfa-list p{
	padding-left: 25px;
	position: relative;
}
.sayfalar-icerik .sayfa-list p:before{
    font-family: 'profornet' !important;
	content: "\e92c";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #d9000d;
}

.book-now-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.personel-li {
	width:100%!important;
	display:block!important;
	padding-bottom:20px;
	
}

.personel-li:first-child {
	padding-top:0px!important;
}

.personel-li h2 {
	font-weight:bold;
	font-size:26px;
	margin:15px 0px;
}


.personel-li strong {
	margin-bottom:10px;
}

.personel-li ul {
	width:100%;
	display:Flex;
	justify-content:space-between
}

.personel-li ul li {
	display:flex;
	flex-direction:column;
	margin-right:10px;
}


#personel-ekle {
	background:red;
	background-image:url(/images/plus.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:60px;
	color:#fff;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#personel-ekle:Hover {
	background:#e20000;
	transition:all 0.3s;
	background-image:url(/images/plus.png);
	background-repeat:no-repeat;
	background-position:left center;	
	color:#fff;

}
.icon-list p{
	font-weight: bold;
}
.icon-list h2{
	font-size: 21px;
}
.ic-sayfa-menu-yan ul{
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}
.ic-sayfa-menu-yan ul li{
	display: flex;
	align-items: center;
	background: #D1000E;
	border-bottom: 1px solid #fff;
	transition: all 0.4s;
	position: relative;
}
.ic-sayfa-menu-yan ul li:hover{
	background: #b5000c;
}
.ic-sayfa-menu-yan .mdl-sayfa-baslik-secili{
	background: #b5000c;
}
.ic-sayfa-menu-yan ul li a{
	color: #fff;
	padding: 15px 20px 15px 20px;
	display: flex;
	align-items: center;
	width: 100%;
}
.ic-sayfa-menu-yan ul li a:before{
    font-family: 'profornet' !important;
	content: "\e937";
	color: #fff;
	right: 5px;
	position: absolute;
}
.gelecek {
    height: 585px;
    width: 100%;
    margin: auto;
}
.reklam-videoları-text a{
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.reklam-videoları-text a i{
	font-size: 50px;
	margin-top: 10px;
}
.reklam-videoları-text a span{
	font-size: 15px;
}
.book-now-reklam{
	min-height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.4s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.book-now-reklam:hover{
	box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
}
.book-now-reklam iframe{
	min-height: 300px;
}
.book-now-reklam:hover{
	/*transform: scale(1.05);*/
}
.img-center{
	margin: 15px 0 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.sss-list > li:before{
	content: none!important;
}
.sss-list > li{
	padding-left: 0!important;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px!important;
	align-items: center;
}
.sss-list > li > div{
	width: 48%;
}
.sss-list > li > div:first-child{
	margin-right: 4%;
}
.sss-list > li > div:first-child > figure{
	display: flex;
	justify-content: start;
}
.sss-list > li:nth-child(2n){
	flex-direction: row-reverse;
}
.sss-list > li:nth-child(2n) > div:first-child{
	margin-right: 0;
	margin-left: 4%;
}
.sss-list > li:nth-child(2n) > div:first-child > figure{
	display: flex;
	justify-content: end;	
}
.align-items-center-li > li{
	align-items: center!important;
}
.urun-detay-list-icerik > h3{
    font-weight: bold;
    font-size: 18px;
    color: #494949;
}
.genel-ozellik-img{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.genel-ozellik-img li{
    width: 49%;
    margin-right: 2%;
}
.genel-ozellik-img li:nth-child(2n){
	margin-right: 0;
}
.genel-ozellik-img li img{
	width: 100%!important;
	max-width: 100%!important;
	margin-right: 0!important;
	background: transparent!important;
	padding: 0!important;
}


.video-desktop {
	display:Block;
}

.video-mobil {
	display:none
}

.video-tablet {
	display:none;
}

@media screen and (max-width:1199px){
	.genel-ozellik-img li:first-child{
		display: none;
	}
	/*.alt-menu-short > ul > li a:before{
		content: none;
	}*/
}
@media screen and (min-width:1199px) and (max-width:1350px){
	.header_alt > div > nav > ul > li > a{
		font-size: 12px;
	}
}
.itelicerik{
	justify-content: end;
}
.iletisim_info-check{
	display: flex;
	flex-wrap: wrap;
}
.iletisim_info-check li{
	display: flex;
	align-items: center;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 5px;
}

#items-ic a:after{
	content: none!important;
}
#items-ic ul{
	width: 100%;
}

#items-ic span{
    position: absolute;
    right: 15px;
	top: 50%;
    transform: translate(0%, -50%);
	z-index: 9;
	cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#items-ic span::after {
    font-family: "profornet";
    content: "\e902";
	transition: all 0.4s;
	color: #fff;
}

#items-ic a:hover, #items-ic a.expanded {
	opacity: 0.9;
}
#items-ic a.hover{
	opacity: 0.9;
}

#items-ic span.expanded::after {
    content: "\e94b";
}



#items-ic a {
    
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 60px 15px 15px;
    z-index: 1;
    font-size: 16px;
	line-height: 24px;
}

#items-ic li div{
	position: relative;
}
.sub-items-urun-list span:after{
	content: "\e937"!important;
}
.sub-items-urun-list span{
	z-index: 0!important;
}
#items-ic .hover > a{
	opacity: 0.9;
}
#items-ic .hover > span:after{
    color: #fff;
}
#items-ic{
	background: #D1000E;
}

#items-ic .sub-items {
    background: #2c2c2c;
}
#items-ic .sub-items-urun-list {
    background: #494949 !important;
}

.urunler-list > div > div > div:nth-child(6n + 1) > div{
	background: #18191B;
}
.urunler-list > div > div > div:nth-child(6n + 2) > div{
	background: #5D5C5C;
}
.urunler-list > div > div > div:nth-child(6n + 3) > div{
	background: #AFB0B0;
}
.urunler-list > div > div > div:nth-child(6n + 4) > div{
	background: #5D5C5C;
}
.urunler-list > div > div > div:nth-child(6n + 5) > div{
	background: #AFB0B0;
}
.urunler-list > div > div > div:nth-child(6n) > div{
	background: #18191B;
}
.anasayfa-urunler-slider .slick-dots button{	
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.anasayfa-urunler-slider .slick-dots li{	
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
	transition: all 0.4s;
}
.anasayfa-urunler-slider .slick-dots .slick-active{	
	background: #D1000E;
    border: 2px solid #D1000E;
}
.anasayfa-urunler-slider .slick-dots{
    position: absolute;
    bottom: 5px;
    display: flex!important;
	justify-content: center;
	align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.anasayfa-urunler .slider-btn{
	display: none;
}
.mega-menu-alt-icerik-box h2{
	color: #D1000E;
	font-weight: 600;
	font-size: 18px;
}
.yeni-sinif:after{
	content: "\e937"!important;
}
.mega-menu-alt-icerik{
	position: relative;
}
.mega-menu-alt{
	min-height: 220px;
}
.mega-menu-icerik > ul > li:nth-child(2) > div > div > div{
	position: absolute;
	left: 160px;
	min-width: 180px;
}
.mega-menu-icerik > ul > li:nth-child(3) > div > div > div{
	position: absolute;
	left: 310px;
	min-width: 180px;
}
.mega-menu-icerik > ul > li:nth-child(4) > div > div > div{
	position: absolute;
	left: 500px;
	min-width: 180px;
}
.mega-menu-icerik > ul > li:nth-child(5) > div > div > div{
	position: absolute;
	left: 660px;
	min-width: 180px;
}

.aktifSayfa {
	color:red!important;
}
.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	height: 25px;
	width: 25px;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.option-input:hover {
	background: #9faab7;
	border-color: #fff;
}
.option-input:checked {
    background: #D9000D;
	border-color: #fff;
}
.option-input:checked::before {
	width: 25px;
	height: 25px;
	display:flex;
	justify-content: center;
	align-items: center;
	content: '\f00c';
	font-size: 16px;
	font-weight:bold;
	position: absolute;
	align-items:center;
	justify-content:center;
	font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
    background: #D9000D;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
@keyframes click-wave {
  0% {
    height: 25px;
    width: 25px;
    opacity: 0.35;
    position: relative;
	border-radius: 4px;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.footer-ebulten-baslik i{
    background: #D9000D;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.5vw;
	height: 3.5vw;
	border-radius: 50%;
	font-size: 1.9vw;
	color: #fff;
	margin-right: 1vw;
}
.footer-ebulten-baslik h2{
	font-size: 1.5vw;
	color: #18191B;
	font-weight: 500;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-ebulten-baslik{
	margin-bottom: 1vw;
}
.footer-ebulten{
	padding: 60px 40px;
	background: #F7F7F7;
}
.footer-ebulten-form ul{
	display: flex;
}
.footer-ebulten-form ul li{
	flex: 1;
	margin-right: 15px;
}
.footer-ebulten-form ul li:last-child{
	margin-right: 0;
}
.footer-ebulten-form input[type="text"]{
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 15px;
	border: none;
	color: #18191B;
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.16);

}
.footer-ebulten-form input[type="text"]::placeholder{
	color: #18191B;
}
.footer-ebulten-form select{
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 15px;
	border: none;
	color: #18191B;
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.16);
}
.footer-ebulten-form button{
	width: 100%;
	height: 100%;
	background: #D9000D;
	color: #fff;
	font-size: 1vw;
	font-weight: bold;
	border-radius: 15px;
	border: 2px solid #D9000D;
	transition: all 0.4s;
}
.footer-ebulten-form button:hover{
	background: #fff;
	color: #D9000D;
}
.footer-ebulten-form label{
	margin-top: 2vw;
	display: flex;
	align-items: center;
	color: #231F20;
}
.footer-ebulten-form label p{
	margin-bottom: 0;
}