

.el-yazisi{font-family:'Playball', Verdana, 'sans-serif'}


/* Recommended Themes */
.recommend-themes {
	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);
}

.mfp-wrap {
 z-index: 9043 !important;
}
.mfp-bg {
z-index: 9042 !important;
}

/*Menu mouse over bg transparent black*/
.backdrop { background-color:rgba(0,0,0,0.9); opacity: 0.5; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index:100; display: none; }




.dropdown-mega .dropdown-menu {
  max-width: 1300px !important;
  margin: 0px auto !important;
}




.dropdown-mega-sub-nav span{background-size: contain; margin-right: 5px; display: inline-block; background-repeat: no-repeat; background-position: center; }
.cat-filter{background-size: contain; margin-right: 5px; display: inline-block; background-repeat: no-repeat; background-position: center; }
.dropdown-mega-sub-nav img{max-width: 20px;max-height: 20px; }
.cat-filter img{max-width: 30px; max-height: 3px;}
@media (min-width: 992px) {
	.dropdown-mega-sub-nav img{max-width: 50px; max-height: 50px;}
	.cat-filter img{max-width: 30px; max-height: 30px;}
	.sticky-header-active .home{display: none !important;}
}








/* 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: 9px;
	line-height: 8px;
	color: white;
	letter-spacing: .03rem;
}


html.side-panel-open .category-filter{
	display: none !important;
}
html.side-panel-open .category-filter2{
	display: block!important;
}
/* <--- Kategori sayfasÃ„Â±  filtreme   */







.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 75px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(95, 58, 252,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
   font-family: "Font Awesome 7 Free";
   content: "\f176";
   font-weight: 900;	  
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }


  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 2;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }