







.urun img:nth-child(1) {
	opacity: 0;
	transition: opacity .8s ease-out;
	-moz-transition: opacity .8s ease-out;
	-webkit-transition: opacity .8s ease-out;
	-o-transition: opacity .8s ease-out;
}

.urun:hover img:nth-child(1) {
	opacity: 0.8;
}



/* Kategori sayfasÄ±  ---> */
.sub-cat-readmore .readmore-overlay{height:30px !important; background: white !important;}


.category-filter, .category-filter2{
	width: 42px;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 7px 0px;										
	right: 0px; top: 30%; z-index: 9999;
}
.category-filter i, .category-filter2 i{
	line-height: 19px;
	font-size: 19px;										
}
.category-filter span, .category-filter2 span{
	display: block;
	font-size: 7px;
	line-height: 6px;
	color: white;
	font-weight:bold;
	letter-spacing: .03rem;
}


html.side-panel-open .category-filter{
	display: none !important;
}
html.side-panel-open .category-filter2{
	display: block!important;
}
/* <--- Kategori sayfasÄ±  filtreme   */



.footer-1{height: 240px; margin-top: -120px; box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3); position: relative; z-index: 1;}

.kutu-imza{
	
	background-position: center; background-repeat: no-repeat; background-size: 50%;
}


/*anasayfa gizleme*/
/*html.sticky-header-negative.sticky-header-active #mainNav > li:nth-child(1){display: none;}*/

/*
* Blog
*/
.custom-thumb-info-2 {
    background: transparent;
    border: none;
    overflow: visible;
}

.custom-thumb-info-2 .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info-2 .thumb-info-caption {
    position: relative;
    display: block;
    width: 70%;
    margin: -50px auto 0;
    background: var(--light);
    padding: 30px 30px 20px 30px;
    z-index: 1;
}

.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info-2 .thumb-info-caption p {
    padding: 0;
    font-size: 1em;
    line-height: 2;
}

.custom-thumb-info-2 .thumb-info-caption p {
    font-size: 0.9em;
    margin-bottom: 45px;
}

.custom-thumb-style-1 {
    border: none;
}
.custom-thumb-style-1 img {
    border-radius: 100% !important;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 0px 2px #E0E0E0;
}
.custom-form-style-1 .form-group {
    margin-bottom: 0;
}
.custom-form-style-1 .form-group .form-control {
    margin-bottom: 15px;
}




    .container-xxl {
        max-width: 1236px !important;
    }


@media (min-width: 575px) {
	.dil-secimi{
		min-width: 155px; 
	}
	
}

@media (max-width: 991px) {
	.bg-color-mobile{background-color: rgba(255,255,255,0.75);}
}


.text-shadow2{
	
	    text-shadow: 0px 0px 5px black;
}


html::-webkit-scrollbar{width:16px;height:16px}
html::-webkit-scrollbar-thumb{background:#434343;border-radius:16px;box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)}
html::-webkit-scrollbar-track{background:linear-gradient(90deg,#434343,#434343 0px,#c1c1c1 0,#c1c1c1)}


/* Recommended Themes */
.recommend-themes {
	padding: 5px 0;
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}



/* mobil hÃ„Â±zlÃ„Â± iletiÃ…Å¸im */
.kisayol a{
	background-color: rgba(0,0,0,0.75);
	margin:0px 1px;
}

.kisayol a:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	margin:0px 0px 0px 5px;
}
.kisayol a:last-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
	margin: 0px 5px 0px 0px;
}