
.searchModal{
	background-color: #000000c7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
	transition: all 0.3s ease-in-out;
}
.searchModal.active{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.searchModal .content{
	width: 600px;
	background-color: #fff;
	position: relative;
}
.searchModal .content .kapat{
	position: absolute;
	right: 0;
	top: -20px;
	color: #fff;
}
.searchModal .content .icerik{
	padding: 20px;
}

.aramaForm{
	display: flex;
}
.aramaForm input[type="text"]{
	width: 100%;
  background-color: rgba(0, 0, 0, 0.06);	
  border:0;
}
.aramaForm button{
  background-color: #f39314;
  color: #fff;
  font-size: 20px;
  border: 0;
}

.footer-middle .cont .info .irow .tel{
	white-space: nowrap;
}



.header .cont .sag{
  flex-direction: column;
  align-items: flex-end;
}
.header-social{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 7px;
}
.header-social a{
	display: block;
	font-size: 20px;
	padding: 2px 5px;
	color: #5b5b5b;
}
.header.home .header-social a{
	color: #fff;
}

.footer-social{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -30px;
}
.footer-social a{
	display: block;
	font-size: 20px;
	padding: 2px 5px;
	color: #fff;
}
.footer-middle{
	padding-bottom: 10px;
}

@media(max-width: 992px){
	.footer-social{
		margin-top: 10px;
	}
}



.usteGitBtn{
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
  background: rgba(0, 0, 0, .4);
  color: #ececec;
  font-size: 10px;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 24px;
}
.usteGitBtn.active{
	opacity: 1;
	visibility: visible;
}
.usteGitBtn i{
	position: relative;
	top: -1px;
}


.referanslar-kategori{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.referanslar-kategori .item{

}
.referanslar-kategori .item a{
	position: relative;
	display: block;
	transition: all 0.3s ease-in-out;
}
.referanslar-kategori .item a:hover{
	transform: scale(1.1);
}
.referanslar-kategori .item a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.referanslar-kategori .item a .img{}
.referanslar-kategori .item a .img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.referanslar-kategori .item a .title{
	position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 2;
  font-weight: 700;
}


.photoGallery{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.photoGallery a{
	display: block;
}
.photoGallery a img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.slider-cont .slider-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-cont .slider-bottom .mouse-cont{
	display: inline-block;
	cursor: pointer;
}
.thumbs .item a.selected {
  border-color: #fff;
}

.urun-detay .top .cont .sag .ptext{
	height: initial;
	background-color: #fff;
	overflow-y: initial;
}

.urun-detay .top .cont .sol .urun-resim{
	position: relative;
	align-items: flex-start;
	padding-left: 0;
}

.thumbs{
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.urun-detay .top .cont .sol{
	padding-left: 0;
}

.whatsapp-btn{
  position: fixed;
  right: 25px;
  bottom: 97px;
  z-index: 200;
}

.slider-cont{}
.slider-cont .renkler{
	display: flex;
}
.slider-cont .renkler .r1{
	flex: 0 0 40%;
  max-width: 40%;
  border-top: 15px solid #3e3e3e;
}
.slider-cont .renkler .r2{
	flex: 0 0 60%;
  max-width: 60%;
  border-top: 15px solid #f39314;
}




.home-cats{
  padding: 0px 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin-top: 72px;
  margin-bottom: 20px;
}
.home-cats .item{}
.home-cats .item a{
	display: flex;
	padding: 25px;
	height: 191px;
	background-size: cover;
}
.home-cats .item a .img{
  flex: 0 0 29%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-cats .item a .img img{
  max-width: 100%;
}
.home-cats .item a .desc{
	padding-left: 20px;
}
.home-cats .item a .desc .title{
	color: #2c2c2c;
  font-weight: 900;
  font-size: 23px;
}
.home-cats .item a .desc .acik{
	color: #a4a4a4;
}
.home-cats .item a .desc .button{
	padding-top: 20px;
}
.home-cats .item a .desc .button .ibtn{
  border: 1px solid #2c2c2c;
  padding: 4px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  font-weight: 900;
}
.home-cats .item a .desc .button .ibtn span{}



@media(max-width: 992px){
	.home-cats{
		padding: 0px 10px;
	  grid-template-columns: repeat(1, 1fr);
	}
	.home-cats .item a{
		height: initial;
	}

}
.header .cont{
	position: relative;
}
.header .cont .sag .menu > ul{}
.header .cont .sag .menu > ul > li{
	position: static;
}
.header .cont .sag .menu > ul > li:hover .catmenu{
	opacity: 1;
	visibility: visible;
}
.catmenu.mm-opened{
	opacity: 1;
	visibility: visible;
}
.catmenu{
	position: absolute;
	left: 0;
	background-color: #fff;
	display: flex;
	right: 0;
	top: 100%;
	z-index: 200;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 2px 8px 0px #00000054;
}
.catmenu .kitem{
	border-right: 1px dashed #8d8d8d;
	flex-grow: 1;
	flex-basis: 0;
	background-size: cover;
	padding: 20px;
}
.catmenu .kitem:last-child{
	border-right: 0;
}
.catmenu .kitem .mtitle{
  margin-bottom: 6px;
}
.catmenu .kitem .mtitle a{
	font-size: 20px;
	font-weight: 900;
	color: #2c2c2c;
	display: block;
}
.catmenu .kitem .mlist{}
.catmenu .kitem .mlist a{
	display: block;
	color: #8d8d8da6;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 6px;
}
.header.home .cont .sag .menu > ul > li:hover > a:after{
	display: none !important;
}
.header .cont .sag .menu > ul > li:hover:not(.noline) > a:after{
	display: none !important;
}
@media(max-width: 992px){

	.catmenu .kitem{
		border-right: 0;
	}
}


.slider-cont .slider-text{
  background: #00000070;
}

