@charset "UTF-8";
/*Mehmet KOÇER*/

@font-face {
  font-family: akilliTicaret;
  src: url(/images/css/fonts/NeoSansPro-BoldItalic.ttf);
  font-weight: 600; }

@font-face {   
  font-family: akilliTicaret;   
  src: url(/images/css/fonts/NeoSansPro-Italic.ttf);
  font-weight: normal; }

  
.v3-global .urun-kutusu .kutu-urun-border{
	padding:1rem 0rem;  
}
.detay-puan span {
    letter-spacing: 0.3rem;
    color: #cacaca;
    margin-left: 0.5rem;
    font-size: 12px;
}

footer{float:left;}

/*Contact Box*/
.help-icon {
  display: none; }

.contact-box {
  position: fixed;
  right: 0;
  bottom: 0;   
  transform: translateX(400px);
  z-index:99;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .contact-box .contact-link {
    cursor: pointer;
    transform: rotate(-90deg);
    background: #2c8dcc;
    display: block;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: -56px;
    margin-top: 52.2px;
    outline: none;
    border: 0px;
    z-index: 3; }
    .contact-box .contact-link span {
    font-family: 'Open Sans', sans-serif; }
  .contact-box .close-help-link {
    top: 0;
    position: absolute;
    right: 0;
    margin: -.05rem 1.5rem;
    outline: none;
    background: 0;
    border: 0;
    font-size: 35px; }
  .contact-box .contact-inner {
    background: #fff;
    min-width: 400px; }
    .contact-box .contact-inner ul {
      list-style: none;
      margin-bottom: 0px; }
      .contact-box .contact-inner ul li.contact-head {
        padding: 4rem 2rem;
        background-color: #2c8dcc;
        color: #fff;
        text-align: left;
        font-size: 21px;
      font-family: 'Open Sans', sans-serif; }
      .contact-box .contact-inner ul li.contact-heading-link {
        position: relative;
        padding: 2rem 2rem;
        border-left: 1px solid #f6f7f9;
        border-bottom: 1px solid #f6f7f9; }
        .contact-box .contact-inner ul li.contact-heading-link a {
          font-size: 15px;
        font-family: 'Open Sans', sans-serif;
          color: #333; }
          .contact-box .contact-inner ul li.contact-heading-link a i {
            font-size: 27px;
            color: #0075e8;
            position: absolute;
            top: 20%;
            margin: auto; }
          .contact-box .contact-inner ul li.contact-heading-link a span {
          font-family: 'Open Sans', sans-serif;
            padding-left: 3rem; }
        .contact-box .contact-inner ul li.contact-heading-link p {
          display: none;
        font-family: 'Open Sans', sans-serif;
          font-size: 13px; }
        .contact-box .contact-inner ul li.contact-heading-link img {
          float: right;
          max-width: 20px; }
        .contact-box .contact-inner ul li.contact-heading-link.contact-demo-wrapper {
          text-align: center;
          background: #f6f7f9; }
          .contact-box .contact-inner ul li.contact-heading-link.contact-demo-wrapper span {
            font-size: 15px;
            display: block;
            margin-bottom: 10px;
          font-family: 'Open Sans', sans-serif; }
          .contact-box .contact-inner ul li.contact-heading-link.contact-demo-wrapper .contact-demo-link {
            color: #fff;  
			font-weight: bold;
            font-family: akilliTicaret;
            margin: 0;
            font-size: 14px; }

.contact-box.active {
  z-index: 3;
  transform: translateX(0px); }


@media all and (max-width: 1450px) {  
  .contact-box .close-help-link {
    display: none; }
	.help-icon {
		position: fixed;
		bottom: 0;
		right: 0;  
		width: 50px;
		height: 50px; 
		line-height:50px;     
		background: #2c8dcc; 
		border-radius: 50%;
		margin: 1rem;
		display:block;
		text-align:center;
		color: #fff;
		font-size: 30px; 
		cursor: pointer;
		z-index: 10; }
		.contact-box .contact-link {
		  display: none; }
		  .contact-box .contact-link i {
			display: block; }
		.contact-box .contact-inner {
		  width: 100%;
		  height: 100%;
		  min-width: 100%;
		  display: none; }
		  .contact-box .contact-inner ul {
			height: 100%; }
			.contact-box .contact-inner ul li.contact-head {
			  height: 15%;
			  display: flex;
			  align-items: center; }
			.contact-box .contact-inner ul li.contact-heading-link {
			  height: 13%;
			  width: 100%; }
			  .contact-box .contact-inner ul li.contact-heading-link:not(.contact-demo-wrapper) {
				display: flex;
				align-items: center; }
			  .contact-box .contact-inner ul li.contact-heading-link a:not(.contact-demo-link) {
				display: block;
				width: 100%; }
			  .contact-box .contact-inner ul li.contact-heading-link.contact-demo-wrapper {
				height: 22%; }
  #help-label:checked ~ label {
    font-size: 40px; }
  #help-label:checked ~ label i::before {
    content: "\f404"; }
  #help-label:checked ~ .contact-box .contact-inner {
    display: block;
    overflow-y: auto; }
  #help-label:checked ~ .contact-box { 
    z-index: 3;   
    transform: translateX(0px); } 
}

@media all and (max-width: 1250px) {
  .contact-box .contact-inner ul li.contact-head {
    padding: 3rem 2rem;
    font-size: 18px; }
  .contact-box .contact-inner ul li.contact-heading-link {
    padding: 1.7rem 2rem; }
    .contact-box .contact-inner ul li.contact-heading-link a {
      font-size: 14px; } }
	  
	  
@media all and (max-width: 995px) {  
  .contact-box {
	transform: translateX(0px);
	width: 50px;
	height: 50px;
	z-index: 0; }
  #help-label:checked ~ .contact-box {
    width: 100%;
    height: 100%;
    z-index: 9; } }

  
/*Slider*/
.slider-mm {
  float: right;
  height: auto;
  max-height: 80vh;
  background: #fff;
  padding: 0px;
  margin-bottom: 0 !important;
  position: relative;
  transition: all 0s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }
  .slider-mm.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .slider-mm .slick-dots {
    bottom: 5px; }   
  .slider-mm .slick-arrow {
    top: inherit;
    bottom: 15rem;
    border: 1px solid #e9edf5 !important;
    box-shadow: none !important; }
    .slider-mm .slick-arrow.slick-next {
      left: 80px;
      right: inherit; }
		.slider-mm .slick-dots li button:before {
		  color:#2c8dcc;} 
	.slider-mm .slick-slide {   
    overflow: hidden; }
    .slider-mm .slick-slide .slick-slider {
      display: flex; 
      align-items: center;
      flex-flow: row wrap; }
      .slider-mm .slick-slide .slick-slider .slider-spot {
        padding:1rem 4rem 4rem 4rem; }
      .slider-mm .slick-slide .slick-slider .slider-spot .slider-mm-link{
		margin-bottom:0;   
		overflow: hidden;
		position: relative;
		padding: 1rem 1rem 0 1rem}   
      .slider-mm .slick-slide .slick-slider .slider-spot-img {
        float: left; 
		max-width:95%;
		box-shadow: 0 0 8px 3px #d8d8d8;}
		
	  .slider-mm .slick-list, .slider-mm .slick-track, .slider-mm .slick-slide {
		height: 100%; }
	  .slider-mm .slider-mm-more {
		text-align: left;
		color: #fff;
		font-weight: 400; }
		
 .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile {
    position: absolute;
    right: 0%;
    bottom: 0%;   
    z-index: 1; }
    .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container {
      position: relative;
      overflow: hidden;
      width: 215px;
      height: 410px;
      background-size: 215px 440px;
      background-repeat: no-repeat;
      background-image: url("/images/iphone-wrapper.png");
      float: right; }
      .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container:hover::before {
        visibility: visible;
        opacity: 1; }
      .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container:hover .demo-mobile-overlay {
        display: inline-flex !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        align-items: center;
        justify-content: center; }
        .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container:hover .demo-mobile-overlay span {
          font-size: 12px; }
      .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container .iphone-screenshot {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 13%;
        margin: 0px 5%;
        position: relative;
        overflow: hidden; }
        .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container .iphone-screenshot img {
          z-index: -999;
          max-width: 218%; }
        .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container .iphone-screenshot .demo-mobile-overlay {
          display: none; }

@media all and (max-width: 992px) {
  .slider-mm{
	max-height:inherit; 	  
  }
  .slider-mm .slick-slide .slick-slider .slider-spot .detail-desktop {
    display: none; }
  .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile {
    position: relative; }
   .slider-mm .slick-slide .slick-slider .slider-spot .detail-mobile .iphone-screenshot-container {
      float: none;
      margin: 0 auto; } }
	  

@media (min-width: 1300px) {   
	.slider-mm{
		min-height:700px;
		
	}
	
	
}

.slider-mm-link {
  height: auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem; }
  .slider-mm-link:hover, .slider-mm-link:focus {
    color: #000; }
  .slider-mm-link p {
    display: block; 
	color:#333;}
  .slider-mm-link p.slider-baslik {
    font-size: 45px;
    font-weight: 700;
    color: #000000; }
  .slider-mm-link p.slider-altbaslik {
    font-size: 16px;
    font-weight: 400;
    color: #5F5F5F; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: #000000; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: #000000; }

.slick-prev:before {
  content: '';
  left: 45%;
  bottom: 40%;
  position: absolute;
  border: solid #2c8dcc;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.slick-next:before {
  content: '';
  left: 35%;
  bottom: 40%;
  margin: auto;
  position: absolute;
  border: solid #2c8dcc;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

@media (max-width: 1300px) {
  .slider-mm .slick-arrow {
    bottom: 6%; } }

@media (max-width: 992px) {
  .home-slider-container {
    padding-top: 2rem !important; }
  .slider-mm .slider-content {
    order: 2;
    padding-bottom: 2rem; 
	margin-bottom:4rem;}
  .slider-mm .slider-spot {
    order: 1;
    padding-bottom: 1rem; }
    .slider-mm .slider-spot .slider-spot-img {
      padding: 0px !important; 
	  max-width:100%!important;
	  display:none; }
  .slider-mm .slick-arrow {
    background: #fff;
    bottom: 0px; }
    .slider-mm .slick-arrow::before {
      border: solid #ana-renk;
      padding: 4px;
      border-width: 0 2px 2px 0; }
  .slider-mm .slick-prev {
    left: 1rem !important; }
  .slider-mm .slick-next {
    left: 4.5rem !important; }
  .slider-mm .slider-mm-link {
    margin-bottom: 1rem; }
  .slider-mm .slider-mm-link p.slider-altbaslik {
    font-size: 20px; }
  .slider-mm .slider-mm-link p.slider-baslik {
    font-size: 32px; }
  .slider-mm .slider-mm-more {
    font-size: 12px; }
  .slider-mm .slick-dots {
    bottom: 15px; } 
    .slider-mm .slick-dots li {
      width: 10px;
      height: 10px;
      padding: 0 7px;
      overflow: hidden;
      transition: all 0.3s ease; }
      .slider-mm .slick-dots li button {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        opacity: .25;
        background: #2c8dcc;
        padding: 0px;
        margin: 0px; }
        .slider-mm .slick-dots li button::before {
          display: none; }
      .slider-mm .slick-dots li.slick-active button {
        opacity: .75;
        background: #2c8dcc; } }

@media (max-width: 550px) {
  .slider-mm .slider-mm-link p.slider-altbaslik {
    font-size: 12px; }
  .slider-mm .slider-mm-link p.slider-baslik {
    font-size: 19px; }
  .slider-mm .slider-mm-more {
    font-size: 11px; } }

/*Ozel Banner*/
.top-banner-box {
  text-align: center; }
  .top-banner-box img {
    max-width: 100%;
    width: auto !important;
    height: auto !important; }

/*Ürünler Başlık*/
.urun-kategori-baslik-bg {
  width: 100%;
  height: auto;
  text-align: center;
  padding-left: 4px;
  margin-bottom: 20px; }

.urun-kategori-baslik {
  font-family: akilliTicaret;
  padding: 10px 0px;
  margin: 0px;
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  float: none;
  display: block;
  text-align: left;     
  width: auto;
  font-size: 21px;
  color: #333333;
  letter-spacing: 0.5px;
  font-weight: 600; }

@media (max-width: 992px) {
  .urun-kategori-baslik-bg .text-left{
	padding-left:10px;
  }
  .urun-kategori-baslik {
    width: 100%;
    padding: 0px;
    height: 40px;
    font-size: 22px;
    display: block;
    padding-left: 10px;
    line-height: 40px; } }

/*Yukarı Çık*/
.home-sag-alt {
  width: 40px;
  height: auto;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 1000; }

.sag-alt-wp {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #222020;
  color: #00e676;
  line-height: 39px;
  font-size: 19px;
  border-radius: 50%;
  transition: all 0.5s ease; }
  .sag-alt-wp.asagi {
    border-radius: 0px;
    transition: all 0.5s ease;
    line-height: 33px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  .sag-alt-wp:hover, .sag-alt-wp:focus {
    color: #fff;
    background: #000; }

/*Anasayfa Prod Slide*/
.home-slide-prod {
  padding: 0px 4px; }
  .home-slide-prod .slick-track {
    float: left; }
  .home-slide-prod .slick-arrow {
    bottom: -30px;
    background: transparent;
    box-shadow: none;
    top: inherit;
    width: 30px;
    height: 30px; }
    .home-slide-prod .slick-arrow:hover:before, .home-slide-prod .slick-arrow:focus:before {
      border: solid #333;
      border-width: 0 1px 1px 0; }
  .home-slide-prod .slick-next {
    left: 40px; }
  .home-slide-prod .slick-prev {
    left: 0px; }

/*Anasayfa Cat Slide*/
.cat-box {
  margin-bottom: 15px; }
  .cat-box:first-child {
    padding-left: 0px; }
  .cat-box .cat-box-img {
    overflow: hidden;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 7px; }
    .cat-box .cat-box-img img {
      max-width: 100%; 
	  transition:all 3s ease-in; }  
    .cat-box .cat-box-img .cat-box-name {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 45%;
      margin: auto;
      text-align: center;
      font-size: 26px;
      font-weight: 600;
      width: 100%;
      color: #fff;
      z-index: 5; }
	  .cat-box:hover .cat-box-img img{
		  transform: scale(1.2);
	  }

@media all and (max-width: 992px) {
	.cat-box .cat-box-img .cat-box-name{
		font-size: 15px;  
		bottom: 30%;
	}
}

/* INSTAGRAM */
.instagram {
  display: inline-block;
  float: left; }
  .instagram .instagram-layout {
    display: inline-block;
    float: left;
    margin-top: 40px; }
    .instagram .instagram-layout .instagram-item {
      display: inline-block;
      float: left;
      position: relative;
      overflow: hidden; }
      .instagram .instagram-layout .instagram-item:before {
        content: '';
        display: inline-block;
        padding-top: 100%; }
      .instagram .instagram-layout .instagram-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .instagram .instagram-layout .instagram-item img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%); }
      .instagram .instagram-layout .instagram-item .ins-elements {
        position: absolute;
        background: rgba(0, 0, 0, 0);
        visibility: hidden;
        opacity: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out; }
        .instagram .instagram-layout .instagram-item .ins-elements i {
          color: #000;
          margin: 0 10px;
          font-size: 18px; }
        .instagram .instagram-layout .instagram-item .ins-elements span {
          font-family: akilliTicaret;
          color: #fff;
          font-size: 16px; }
      .instagram .instagram-layout .instagram-item:hover .ins-elements {
        background: rgba(0, 0, 0, 0.3);
        opacity: 1;
        visibility: visible; }

#back-top {
  display: inline-block;
  background-color: #222020;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  line-height: 38px;
  font-size: 20px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }
  #back-top:hover {
    cursor: pointer;
    background-color: #000; }
  #back-top:active {
    background-color: #000; }
  #back-top.show {
    opacity: 1;
    visibility: visible; }

footer {
  background: #f6f7f9;
  width: 100%;
  height: auto;
  display: inline-block; }

.footer-logo {
  max-width: 270px;
  margin-bottom: 10px; }

.footer-box {
  float: left;
  margin-bottom: 25px; }
  .footer-box ul {
    padding-top: 30px;
    list-style-type: none; }

.footer-box-baslik {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold; }

.e-bulten-baslik {
  margin-bottom: 5px; }

.footer-box ul > li > a.footer-link {
  color: #333;
  font-size: 13px;
  padding: 5px 0px;
  display: inline-block; }

.footer-row {
  height: auto;
  display: inline-block; }
.footer-row-menu > .inner-align{
	display: flex;          
    flex-flow: row wrap;
    align-items: flex-start;	}
  .footer-row input {
    width: 62%;    
	float:left;
    border-radius: 55px;
    border: 0px; }     
  .footer-row #ebulten-gonder {
    float: left;
    margin: 0;}      
  .footer-row .akilli-button {
    border: 0px; }

@media all and (max-width: 992px) {
	footer {
		padding:5px; 
	}
  .footer-social {
    order: 1; }
  .footer-sayfalar {
    order: 2; }
  .footer-bottom-mm {
    order: 3; }
  .footer-social ul {
    width: 100%; }
  .footer-e-bulten {
    width: 40%; }
  .footer-bottom-mm p img #footer ul li:first-child {
    margin: 30px 0 10px; }
  #footer ul li a:before {
    display: none; }
  .footer-bottom-mm p {
    text-align: left; }
    .footer-bottom-mm p img {
      float: right; } }

@media all and (max-width: 700px) {
  .footer-sayfalar ul {
    width: 50%;
    margin-bottom: 25px; }
  .footer-e-bulten {
    width: 100%; } }

/*--------------------------------HEADER-PREVIEW----------------------------------*/
html {
  width: 100%;    
  height: 100%; }

.preview-body {
  width: 100%;   
  height: 100%;   
  overflow: hidden; }

header.preview {
  width: 100%;
  position: absolute; 
  top: 0;
  left: 0;
  height: 70px; }
	header.preview.header-hide {
		top:-70px;    
	}
  header.preview .header-preview {
    width: 100%;
    height: 100%;   
    display: inline-block;
    background: #F6F7F9;
    position: relative;
    float: left;
    transition: all 0.5s ease-in-out; }
  header.preview .header-preview.preview-hide {
	  margin-top: -70px;
  }
    header.preview .header-preview .header-preview-align {
      height: 100%;
      z-index: 1; }
  header.preview .header-back, header.preview .header-preview-type, header.preview .header-preview-demo {
    height: 100%;
    display: flex;
    align-items: center; }
  header.preview .header-back {
    justify-content: flex-start; }
    header.preview .header-back a {
      color: #282828;
      display: flex;
      align-items: center; }
      header.preview .header-back a i {
        padding-right: 1rem;
        font-size: 25px; }
      header.preview .header-back a span {
        font-size: 15px;
        font-weight: bold; }
  header.preview .header-preview-type {
    justify-content: center; }
    header.preview .header-preview-type .header-preview-options {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      header.preview .header-preview-type .header-preview-options .theme-options-buttons {
        position: relative;
        padding-right: 2rem;
        min-width: 150px; }
        header.preview .header-preview-type .header-preview-options .theme-options-buttons .previewButton {
          font-size: 14px;
          margin: 0;
          line-height: 70px; }
          header.preview .header-preview-type .header-preview-options .theme-options-buttons .previewButton i {
            padding-left: 0.6rem; }
      header.preview .header-preview-type .header-preview-options .theme-options-content {
        display: none;
        position: absolute;
        top: 100%;
        width: 150%;
        background: #fff;
        -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
        header.preview .header-preview-type .header-preview-options .theme-options-content a {
          display: block;
          color: #1a1a1a;
          width: 100%;
          font-style: normal;
          display: inline-block;
          white-space: nowrap;
          font-weight: 400;
          font-size: 14px;
          line-height: 1.643;
          letter-spacing: 0;
          text-align: left;
          padding: 1rem 2rem;
          border-left: 3px solid #fff;
          transition: all 0.5s ease; }
          header.preview .header-preview-type .header-preview-options .theme-options-content a:hover {
            border-left: 3px solid #2c8dcc; }
          header.preview .header-preview-type .header-preview-options .theme-options-content a.active {
            border-left: 3px solid #2c8dcc; }
    header.preview .header-preview-type .header-preview-type-options {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      header.preview .header-preview-type .header-preview-type-options span {
        height: 100%;
        cursor: pointer;
        font-size: 25px;
        color: #282828;
        padding: 0 1rem;
        float: left;
        display: flex;
        align-items: center;
        transition: all 0.5s ease; }
        header.preview .header-preview-type .header-preview-type-options span.active {
          border-bottom: 2px solid #2c8dcc; }
        header.preview .header-preview-demo .closeButton {  
			cursor:pointer;
			padding: 1rem 1.2rem;
			transition: all 0.5s ease-in-out;
		}
        header.preview .header-preview-demo .closeButton.active {
			margin-top:105px;  
			background:#fff; 
			padding: 1rem 1.2rem;
			box-shadow: 0 0 3px 0px #c3c3c3;	
		}
        header.preview .header-preview-demo .closeButton.active i{
			font-size: 18px;
		}
        header.preview .header-preview-demo .closeButton.active i{ 
			float: left;
		}
        header.preview .header-preview-demo .closeButton.active i::before {
			content: "\e91a";
		} 
		  

.previewLabel {
  display: none; }

.header-preview-demo {
  justify-content: flex-end; }
  .header-preview-demo a i {
    font-size: 25px;
    color: #282828; }

main.preview-main {
  width: 100%;
  height: 100%; 
  float: left;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;   
  background: #e8e8e8;     
  transition: all 0.5s ease-in-out; }
main.preview-main.active{
  padding-top: 0px;}     
  main.preview-main .preview-container {
    width: 100%;
    height: 100%;      
    transition: all 0.8s ease-in; }
    main.preview-main .preview-container .preview-iframe {    
	  overflow:auto !important;           
	  -webkit-overflow-scrolling:touch !important;
	  min-width: 100%;
	  min-height: 100%;
	  max-width: 100%;
	  max-height: 100%;    
	  width:0;
	  height:0;   
	  display: block;
	  -ms-interpolation-mode: bicubic; 
	  border:0px;}   
    main.preview-main .preview-container.mobile {
      max-width: 375px;
      max-height: 624px; }

#preview-label {
  display: none; }

@media all and (min-width: 993px) {
  .theme-options-buttons:hover .theme-options-content {
    display: block !important; } }

@media all and (max-width: 992px) {   
  body.preview-body {
    overflow: auto!important;      
    -webkit-overflow-scrolling: touch!important;               
    margin-top: 0px !important; }    
  main.preview-main {   
	overflow: scroll;       
    padding-top: 50px; }           
	main.preview-main .preview-container{            
		display: inline-block;  
		-webkit-overflow-scrolling: touch;             
		overflow-y: scroll;}   
		main.preview-main .preview-container.mobile {
		  max-width: 100%;    
		  max-height: 100%; }         
  header.preview {    
	z-index:9;       
    height: 50px; }
    header.preview .header-preview-type-options, header.preview .header-preview-demo {
      display: none !important; }
    header.preview .header-preview-type {
      justify-content: flex-end; }
  .previewLabel {
    display: block;
    line-height: 50px !important;
    margin: 0; }
    .previewLabel i {
      margin-left: 0.6rem; }
  .previewButton {
    display: none !important; }
  #preview-label:checked ~ .theme-options-content {
    display: block; } }

/*--------------------------------HEADER-TOP-BAR----------------------------------*/
.top-slogan {
  text-align: center;
  background: #242933; }
  .top-slogan img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }

.top-bar-content {
  width: 100%;
  height: 40px;
  background: #fbfbfb;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  border-bottom: 1px solid #f7f7f7; }

.top-inner {
  height: 40px !important; }

/*topbar sol*/
.header-sol-social {
  height: 100%;
  float: left;
  padding-left: 1%;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .header-sol-social .spot-top {
    height: 100%;
    float: left;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    list-style: none; }
    .header-sol-social .spot-top li {
      padding: 0 7px; }
      .header-sol-social .spot-top li a {
        font-size: 13px;
        color: #282828; }
        .header-sol-social .spot-top li a span {
          padding-right: 5px; }

.header-social-link {
  float: left;
  color: #5f5f5f;
  font-family: akilliTicaret;
  line-height: 40px;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.5s ease; }
  .header-social-link i {
    line-height: 40px; }
  .header-social-link:hover {
    color: #333; }

/*topbar sag*/
.top-bar-pages {
  float: right;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.10196);
  border-left: 1px solid rgba(255, 255, 255, 0.10196); }
  .top-bar-pages .header-statik-link {
    color: #282828;
    line-height: 40px;
    padding-left: 10px;
    font-size: 13px; }
  .top-bar-pages .header-statik-link.header-statik-blog {
    color: #fff;
    display: inline-block;
    background: #2c8dcc;
    padding-right: 10px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-weight: 600; }

.top-bar-hesap-button {
  font-family: akilliTicaret;
  float: right;
  color: #282828;
  width: 100%;
  height: 100%;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out; }
  .top-bar-hesap-button i {
    width: 20%;
    font-size: 19px;
    position: relative;
    text-align: center; }
  .top-bar-hesap-button .top-bar-hesap-down {
    font-size: 23px; }
  .top-bar-hesap-button .top-bar-hesap-yazi {
    color: #757575;
    margin: 0;
    padding: 0px 5px;
    min-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .top-bar-hesap-button .top-bar-hesap-yazi span {
      color: #282828;
      padding-bottom: 3px;
      font-size: 13px;
      display: block;
      font-weight: 600; }

.top-bayi-buton {
  font-family: akilliTicaret;
  display: inline-block;
  float: right;
  color: #292828;
  width: 50%;
  height: 100%;
  font-size: 12px;
  text-transform: capitalize !important;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out; }

#callbayi:checked ~ .login-menu {
  visibility: visible;
  top: 100%;
  z-index: 11;
  opacity: 1;
  transition: all 0.5s ease; }
  #callbayi:checked ~ .login-menu ul li {
    display: block; }

.login-menu {
  width: 100%;
  visibility: hidden;
  height: auto;
  background: #fff;
  margin: auto;
  top: 50%;
  right: 0px;
  opacity: 0;
  position: absolute;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.5s ease; }
  .login-menu ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    display: inline-block; }
    .login-menu ul li {
      width: 100%;
      display: none;
      height: 50px;
      transition: all 0.3s ease; }
      .login-menu ul li:hover {
        background: #000000;
        color: #fff; }
        .login-menu ul li:hover a, .login-menu ul li:hover i {
          color: #fff; }
  .login-menu li a {
    font-family: akilliTicaret;
    color: #282828;
    font-size: 12px;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    transition: all 0.3s ease; }
  .login-menu li i {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    float: left;
    margin-right: 8px; }

@media all and (max-width: 1500px) {
  .login-menu {
    width: 100%; } }

@media all and (max-width: 992px) {
  .top-bar-content {
    display: none;
    margin-bottom: 50px; }
  .top-slogan {
    display: none; } }

/*Header Bar*/
.header-content {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: inline-block;
  position: relative;
  float: left;
  transition: all 0.5s ease-in-out; }

.header-align {
  width: 75%;
  margin: auto;
  height: 82px;
  z-index: 1;
  transition: all 0.5s ease; }
  .header-align input[type=checkbox] {
    display: none; }

.header-logo {
  width: auto;
  padding: 0 1%;
  width: 18%;
  max-width: 350px;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center; }
  .header-logo a {
    width: 100%;
    display: block;
    /*overflow: hidden;*/
    position: relative; }
  .header-logo img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 50px; } 
  .header-logo svg {
	float:left; 
	cursor:pointer;  
    max-width: 100%; }  

.header-arama {
  width: 57%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0px 1%;
  height: 100%;
  float: left;
  position: relative; }

.header-arama-content {
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 9;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s ease; }
  .header-arama-content .header-menu-row {
    width: 35%;
    padding-left: 5%;
    height: 100%;
    position: relative;
    float: left;
    text-align: left; }
    .header-arama-content .header-menu-row a.header-statik-link {
      color: #282828;
      padding: 0 5px;
      line-height: 55px;
      display: block; }
      .header-arama-content .header-menu-row a.header-statik-link i {
        padding-left: 0.3rem; }
  .header-arama-content form {
    width: 60%;
    height: 95%;
    margin: 0px;
    position: relative;
    background: #fff;
    border: 1px solid #ebedf1;
    margin: auto;
    float: right;
    border-radius: 75px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .header-arama-content button {
    background: transparent;
    outline: none;
    border: none;
    display: block;
    width: 60px;
    height: 102%;
    position: relative;
    border-radius: 0px 75px 75px 0px;
    float: right;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease-in-out; }
    .header-arama-content button:hover {
      background: #2c8dcc;
      color: #fff; }
    .header-arama-content button:active .mm-control {
      display: block; }

.header-sag {
  width: 25%;
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .header-sag ul.login-ul {
    list-style: none;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 1%;
    margin-bottom: 0px; }
    .header-sag ul.login-ul li {
      display: block;
      position: relative;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      cursor: pointer; }
      .header-sag ul.login-ul li:hover {
        cursor: pointer; }
      .header-sag ul.login-ul li i {
        font-size: 22px;
        width: 20%;
        text-align: center; }

.header-sag-hesap {
  width: 50%;
  height: 100%;
  font-size: 18px;
  position: relative;
  padding: 0px 1%; }

@media all and (max-width: 1300px) {
  .header-arama-content .header-menu-row {
    width: 50%; }
  .header-arama-content form {
    width: 50%; } }

@media all and (max-width: 1150px) {
  .header-arama-content .header-menu-row {
    text-align: left; }
    .header-arama-content .header-menu-row a {
      padding: 0 3px; } }

@media all and (max-width: 992px) { 
  .header-content { 
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; 
    height: 50px; 
    top: 0px;   
    z-index: 5; 
    background: #fff; }   
  .header-align {
	display:flex; 
    height: 50px; }
  .header-logo {
    margin: 0 auto;
    border: 0px;
    float: left;
    width: 40%;
    height: 50px;  
	display:block;	 
    max-width: inherit; }
    .header-logo a {
      width: 100%;
	  margin-top:1rem;
      text-align: center;
      display: block; }
    .header-logo a svg{
		display: block; 
		position: relative;}  
    .header-logo img {
      margin: auto;
      float: none;
      right: 0;
      left: 0;
      width: 30%;
      min-width: 170px;
      max-width: inherit; }
  .header-arama-content form, .header-sag, .header-arama-content .header-menu-row a.header-statik-link {
    display: none; }
  .header-arama {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%; } }

@media all and (max-width: 530px) {
  .header-logo img {
    width: 100%;
    min-width: inherit;
    margin: -2px auto;	} }

	
/*Header Kategori*/
.kategori-mm {
  background: #fff;
  position: absolute;
  top: 100%;
  padding: 1.5rem 1rem;
  float: none;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 7;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  border-left: 3px solid #2c8dcc; }
  .kategori-mm.active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0, 1.14, 0.87, 0.94); }
  .kategori-mm:hover {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0, 1.14, 0.87, 0.94); }
  .kategori-mm input[type=checkbox] {
    display: none; }
  .kategori-mm .menu-button-wrapper {
    width: 100% !important; }

.affix {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: inherit;
  min-height: inherit !important;
  height: auto !important;
  z-index: 9999 !important;
  padding: 0px !important;
  transition: all 0.5s ease-in-out;
  border: 0px !important;
  -webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17); }

.kategori-mm-inner {
  width: 100%;
  margin: auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  background: transparent;
  padding: 0px; }

.button {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  display: none;
  height: 100%;
  width: 33.33%;
  float: left;
  cursor: pointer;
  margin-bottom: 0px; }
  .button i {
    font-size: 22px;
    color: #151440;
    padding: 0;
    position: relative;
    width: initial;
    height: initial;
    top: inherit;
    left: inherit;
    background: transparent; }

.sepet-icon {
  background: #000000;
  margin-right: .5%; }

.sepet-li {
  position: absolute;
  content: "0";
  top: 23%;
  margin: auto;
  left: 15%;
  background: #000000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  z-index: 0;
  color: #fff;
  line-height: 15px;
  font-style: normal; }

.search-icon {
  height: 40px;
  background: transparent;
  margin-right: 5px; }
  .search-icon i {
    font-size: 25px;
    color: #101010; }

.header-mm-arama1 {
  width: 100%;
  display: none;
  height: auto;
  min-height: 50px;
  background: #fff;
  margin: auto;
  top: 100%;
  left: 0;
  position: absolute;
  border-top: 1px solid whitesmoke;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06); }
  .header-mm-arama1 form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-mm-arama1 form input {
      display: block;
      width: 100%;
      padding-left: 15px;
      font-size: 14px;
      box-shadow: none;
      outline: none;
      background: #fff;
      border: 0px;
      line-height: 1.42857143;
      color: #555;
      font-size: 12px;
      border: none;
      float: left;
      color: #666;
      position: relative; }

*:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-mm-arama1 form input::focus {
  outline: none;
  box-shadow: none;
  border: none; }

.header-mm-arama1 button {
  background: transparent;
  outline: none;
  float: right;
  border: none;
  display: block;
  padding-right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px; }

.mm-control {
  display: block;
  height: 100%;
  width: 60%;
  font-size: 13px;
  box-shadow: none;
  outline: none;
  background: transparent;
  line-height: 1.42857143;
  color: #555;
  border: none;
  float: left;
  color: #666;
  position: relative; }
  .mm-control::placeholder {
    color: #8a8a8a !important;
    opacity: 1 !important;
    /* Firefox */
    font-size: 12px !important;
    font-weight: 400 !important; }
  .mm-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8a8a8a !important;
    font-size: 12px !important;
    font-weight: 400 !important; }
  .mm-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8a8a8a !important;
    font-size: 12px !important;
    font-weight: 400 !important; }

*:focus {
  outline: none !important; }

.header-input {
  width: 100%;
  color: #403c3c;
  font-size: 13px;
  padding-left: 1.5rem;
  border-radius: 0px !important;
  border: 0px !important;
  font-family: akilliTicaret .header-input; }
  .header-input ::placeholder {
    letter-spacing: 0px;
    color: #ccc; }
  .header-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    letter-spacing: 0px;
    color: #ccc; }
  .header-input::-ms-input-placeholder {
    /* Microsoft Edge */
    letter-spacing: 0px;
    color: #ccc; }

.mm-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important; }

@media all and (max-width: 992px) {
  .button i {
    font-size: 18px; }
  .search-icon i {
    font-size: 21px; }
  #divAjaxAramaSonuc1 {
    width: 100%;
    position: absolute;
    top: 100%;
    margin: auto;
    width: 100%;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    z-index: 999; }
  .header-mm-arama1 {
    flex-flow: column wrap; }
  #call3:checked ~ .header-mm-arama1 {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media all and (max-width: 580px) {
  .arama-urun-adi a {
    font-size: 12px; } }

.cubuk {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: auto;
  display: none;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 28px; }

#bir {
  top: 35%; }

#iki {
  top: 50%; }

#uc {
  top: 63%; }

#call1:checked ~ .button #bir {
  top: 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg); }

#call1:checked ~ .button #iki {
  opacity: 0; }

#call1:checked ~ .cubuk {
  background: #000; }

#call1:checked ~ .button #uc {
  top: 50%;
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg); }

@media all and (max-width: 1600px) {
  .inner-align {
    width: 90%; } }

@media all and (max-width: 1500px) {
  .inner-align {
    width: 95%; } }

@media all and (max-width: 1300px) {
  .inner-align {
    width: 95%; } }

@media all and (max-width: 992px) {
  .kategori-mm .menu-button-wrapper {
    height: 100%; }
  .kategori-mm {
    visibility: visible;
    opacity: 1;
    top: 0;
    padding: 0px;
    background: #fff;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 2%;
    border: 0px;
    box-shadow: none; }
  .kategori-mm-inner {
    background: transparent;
    width: 100%;
    height: 50px; }
  .inner-align {
    width: 100%; }
  .cubuk {
    background-color: #737373;
    display: block;
    width: 20px; }
  #bir {
    top: 38%; }
  #iki {
    top: 50%; }
  #uc {
    top: 62%; }
  .button {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1; }
  .sepet-icon {
    right: 2%;
    background: transparent; }
    .sepet-icon i {
      color: #737373; }
  .search-icon {
    right: 0%;
    color: #000000; }
  .menu-button {
    width: 100%; }
  .button1 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 999;
    height: 30px;
    width: 30px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 0px; }
  .mobil-menu-sol-icon {
    float: left; }
  .button1 .cubuk {
    background: #737373; }
  #call1:checked ~ .kategori-mm-menu .button1 #bir {
    top: 50%;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  #call1:checked ~ .kategori-mm-menu .button1 #iki {
    opacity: 0; }
  #call1:checked ~ .kategori-mm-menu .button1 #uc {
    top: 50%;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  .menu-kapat1 {
    width: 0vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  #call1:checked ~ .menu-kapat1 {
    width: 100vw;
    background: rgba(0, 0, 0, 0.5); } }

/*--------------------------------KATEGORI MENUUU-MEMET----------------------------------*/
.kategori-mm-menu {
  width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
  padding: 0px 0px; }

.cat-inner {
  height: auto;
  display: inline-block;
  width: 100% !important; }

.mm-menu-img {
  line-height: 0px !important; }

.kategori-mm-menu ul {
  list-style: none;
  width: 100%;
  float: left;
  padding-left: 0%;
  margin-bottom: 0px;
  height: 100%; }
  .kategori-mm-menu ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 1rem 0; }

#header-mm-img {
  max-height: 250px; }

.kategori-mm-menu ul li img.menu-icon {
  width: 40px; }

.kategori-mm-menu ul li a {
  color: #1a1a1a;
  width: 100%;
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.643;
  letter-spacing: 0;
  text-align: left; }
  .kategori-mm-menu ul li a:hover {
    color: #2c8dcc; }

.menu-tum-urun-link {
  display: none !important; }

.menu-kategori-icon-link {
  width: auto !important;
  padding-left: 0px !important;
  padding-right: 7px; }
  .menu-kategori-icon-link img {
    width: auto !important;
    max-width: 25px; }

.menu-kategori-icon1 {
  width: auto !important;
  max-width: 30px;
  padding-right: 5px; }

.menu-kategori-icon2 {
  width: auto !important;
  display: block;
  margin: auto;
  max-height: 75px;
  padding-right: 5px; }

.mm-menu-a-none img {
  width: 100%;
  display: block;
  margin: auto; }

.kategori-mm-menu ul li a span {
  font-size: 16px;
  color: #999;
  font-weight: 300;
  display: block; }

.kategori-mm-menu ul li label {
  display: none; }

.kategori-mm-menu ul li ul {
  width: 100%;
  padding: 10px 10px 10px 12.5% !important;
  height: auto;
  min-height: 200px;
  position: absolute;
  top: 70%;
  left: -0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease,opacity 0.4s ease;
  z-index: -1; }

.menu-level-2 {
  padding: 10px 20px !important;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18); }

.kategori-mm-menu ul ul li {
  display: none;
  float: left;
  width: 15%;
  max-width: 250px;
  text-align: center;
  height: inherit !important; }
  .kategori-mm-menu ul ul li a {
    line-height: 35px;
    font-weight: 600;
    color: #333; }
  .kategori-mm-menu ul ul li a.buyuk-icon-link {
    line-height: 1;
    text-align: center; }

.kategori-mm-menu ul li:hover > ul {
  top: 98%;
  visibility: visible;
  opacity: 1;
  z-index: 9; }
  .kategori-mm-menu ul li:hover > ul li {
    display: block; }

.kategori-mm-menu ul ul ul {
  width: 100%;
  left: 0%;
  position: relative;
  float: left;
  height: auto;
  display: inline-block;
  display: block;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .kategori-mm-menu ul ul ul li {
    display: block;
    float: inherit;
    width: 100%;
    text-align: left; }
    .kategori-mm-menu ul ul ul li a {
      line-height: 35px;
      margin-bottom: 0px;
      font-weight: 300;
      color: #777;
      transition: all 0.2s ease-in-out; }

.kategori-mm-menu ul ul li a:hover {
  padding-left: 30px; }

.menu-hiza {
  font-size: 14px;
  color: #232323;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 0px 4%;
  display: block;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .menu-hiza:hover {
    color: #000; }
    .menu-hiza:hover i {
      color: #232323; }
  .menu-hiza p {
    color: #757575;
    margin: 0;
    padding: 0px 5px;
    min-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px; }
  .menu-hiza span {
    color: #282828;
    font-size: 13px;
    display: block;
    padding-bottom: 0px;
    font-weight: 600;
    line-height: 0.9;
    margin-right: 0px !important; }
  .menu-hiza b {
    font-size: 11px;
    font-weight: 600; }
  .menu-hiza .sepet-sayisi {
    left: 10%;
    top: 22%;
    font-size: 10px;
    color: #fff;
    line-height: 15px; }

.mobil-menu-top, .menu-login {
  display: none; }

.menu-social {
  width: 0%;
  position: fixed;
  bottom: 0;
  margin-top: 10px;
  visibility: hidden;
  transition: all 0.5s ease; }

#divAjaxAramaSonuc {
  position: absolute;
  top: 105%;
  margin: auto;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  width: 100%;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  z-index: 999; }

.arama-urun-row {
  background: #fff;
  border-radius: 0px !important;
  padding: 5px 0 !important;
  min-height: 65px;
  display: flex;
  align-items: center; }
  .arama-urun-row:hover, .arama-urun-row:nth-child(2n+2):hover {
    background: #dadada; }

.arama-urun-adi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .arama-urun-adi a {
    color: #444;
    font-size: 14px; }

.arama-urun-resmi {
  width: 15%;
  padding: 0px; }
  .arama-urun-resmi img {
    width: 90%;
    margin: 0 auto;
    padding: 0px; }

.arama-tum-sonuclar {
  text-align: center;
  display: block;
  width: 100%; }
  .arama-tum-sonuclar a {
    text-align: center;
    display: block;
    padding: 20px 0px;
    background: #000000;
    color: #FFF; }

@media all and (max-width: 1300px) {
  #divAjaxAramaSonuc {
    position: absolute;
    top: 100%;
    left: 0%;
    margin: auto;
    width: 100%;
    z-index: 999; } }

@media all and (max-width: 1450px) {
  .kategori-mm-menu ul li ul {
    padding: 10px 10px 10px 3.5% !important; }
  .kategori-mm-menu ul ul li {
    display: none;
    float: left;
    width: 50%;
    max-width: inherit; } }

@media all and (max-width: 1200px) {
  #urun-detay-sag-banner {
    border: 2px solid #efefef;
    border-radius: 3px;
    height: auto;
    padding: 20px 15px; }
  .border-banner {
    padding: 5px 0px !important;
    border: 0px !important; }
  #anasayfa-urunleri {
    width: 95%;
    min-width: inherit; }
  .kategori-mm-menu ul li a {
    font-size: 11px; }
  .kategori-mm-menu ul ul li a {
    font-size: 12px; } }

.menu-kategori {
  float: left;
  width: 75%; }

.menu-kategori-spot {
  float: right;
  width: 25%;
  height: 100%;
  display: flex !important;
  align-items: center; }

@media all and (max-width: 992px) {
  .menu-kategori {
    float: left;
    width: 100%; }
  .menu-kategori-spot {
    display: none !important; }
  .arama-urun-row {
    padding: 10px 0 !important; }
  .sepet-fixed-container {
    width: auto;
    max-width: 50px; }
  .slider-sol-img {
    margin-right: 0px;
    margin-top: 10px;
    order: 2; }
  .inner-align {
    width: 95%;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    margin: auto; }
  .container {
    width: 100%; }
  .top-bar-wp-buton {
    font-size: 11px; }
  .top-bar-social ul li a i {
    font-size: 12px;
    margin: 0px;
    padding: 0px; }
  .menu-kapat {
    width: 0vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  .mobil-menu-top {
    display: block; }
    .mobil-menu-top img {
      width: 135px; }
  .menu-level-2 {
    min-width: 100% !important;
    padding: 0px !important; }
    .menu-level-2 li {
      min-width: 100% !important;
      padding: 0px !important; }
  .menu-level-3 {
    padding: 0px !important; }
    .menu-level-3 li {
      min-width: 100% !important;
      padding: 0px !important; }
  .kategori-mm-menu ul li a {
    width: 75%;
    float: left;
    font-size: 13px;
    color: #282828;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .mm-menu-full {
    width: 100% !important; }
  .mm-menu-a-none {
    display: none !important; }
  .kategori-mm-menu ul li label {
    display: block;
    font-size: 15px;
    color: #444;
    float: right;
    width: 25%;
    background: #ececec;
    height: 35px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px; }
  .menu-kategori-icon1 {
    max-width: 27px;
    filter: invert(100%); }
  .kategori-mm-menu {
    width: 0px;
    margin: 0;
    padding: 0px;
    height: 100%;
    position: fixed;
    left: -50%;
    top: 0;
    float: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
    overflow-x: hidden;
    background: #fff;
    z-index: 999; }
    .kategori-mm-menu ul li img {
      float: left; }
    .kategori-mm-menu ul li img.menu-kategori-icon2 {
      max-width: 27px;
      float: left;
      margin: 0; }
    .kategori-mm-menu ul li label::before {
      font-size: 25px;
      color: #999;
      font-weight: 300;
      cursor: pointer;
      right: 0%;
      left: 0;
      text-align: center;
      content: "\f3d0";
      font-family: Ionicons;
      position: absolute;
      transition: all 0.2s ease; }
    .kategori-mm-menu ul ul li label::before {
      font-size: 20px;
      color: #999;
      font-weight: 300;
      cursor: pointer;
      right: 0%;
      bottom: 12%;
      left: 0;
      text-align: center;
      content: "\f3d0";
      font-family: Ionicons;
      position: absolute;
      transition: all 0.2s ease; }
    .kategori-mm-menu ul.ana-menu input[type=checkbox]:checked ~ label {
      background: #2c8dcc; }
    .kategori-mm-menu ul.ana-menu input[type=checkbox]:checked ~ label::before {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari 3-8 */
      color: #fff; }
    .kategori-mm-menu ul ul li {
      display: inline;
      float: left;
      border-bottom: 0px;
      border-right: 0px;
      width: 100%;
      min-height: 35px;
      max-width: inherit; }
    .kategori-mm-menu ul ul ul li a:hover {
      padding: 0px; }
    .kategori-mm-menu ul li ul {
      width: 98%;
      position: relative;
      min-height: 0px;
      height: 0px;
      right: -100%;
      opacity: 0;
      left: inherit;
      z-index: 0;
      padding: 0;
      overflow: hidden;
      transition: all 0.5s ease;
      margin: auto;
      visibility: hidden;
      float: right;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .kategori-mm-menu ul li:hover {
      cursor: pointer; }
      .kategori-mm-menu ul li:hover > ul {
        top: inherit;
        visibility: inherit;
        opacity: inherit;
        z-index: inherit; }
  .user-menu-mobil {
    width: 0px;
    margin: 0;
    height: 100%;
    position: fixed;
    right: inherit;
    right: -50%;
    top: 0;
    float: none;
    overflow: hidden;
    transition: 0.5s ease;
    background: #fff;
    z-index: 999; }
  .mobil-menu-top {
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #f7f7f7; }
    .mobil-menu-top p {
      text-align: left;
      font-size: 17px;
      line-height: 50px; 
      margin-bottom: 0px;
      font-family: akilliTicaret;   
	  padding-left: 5%;
	  font-weight: bold;}
  .menu-login {
    padding: 0px 3%;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7; }
    .menu-login a:first-child {
      border-right: 1px solid #f7f7f7;
      background: #2c8dcc;
      color: #fff; }
  .menu-login-button {
    width: 50%;
    font-family: akilliTicaret;
    padding: 10px 0px;
    float: left;
    color: #2c8dcc;
    line-height: 40px;
    text-align: center; }
  #call1:checked ~ .kategori-mm-menu .menu-social {
    position: fixed;
    bottom: 0;
    margin-top: 10px;
    width: 60%;
    visibility: visible;
    background: #fff;
    padding-top: 5px;
    z-index: 1;
    border-top: 1px solid #f7f7f7;
    transition: all 0.5s ease; }
  .menu-social p {
    font-family: akilliTicaret;
    float: left;
    padding: 4px 0px;
    font-weight: 900;
    margin-bottom: 0px;
    padding-right: 10px; }
  .menu-telephone {
    font-size: 15px !important;
    font-family: akilliTicaret; }
    .menu-telephone i {
      font-size: 20px;
      margin-right: 10px; }
  .menu-social a {
    text-align: center;
    color: #585454;
    padding: 4px 8px;
    font-size: 16px;
    float: left;
    display: block; }
  .top-sol {
    justify-content: flex-end; }
  .ana-menu {
    overflow-y: auto;
    padding-top: 15px; 
    padding-bottom: 75px; }
  .kategori-mm-menu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease; }
  .kategori-mm-menu .ana-menu {
    margin: auto; }
  .kategori-mm-menu ul li {
    display: inline-block;
    float: none;
    max-width: inherit;
    min-height: inherit;
    width: 95% !important;
    float: right;
    padding-right: 2%;
    height: auto; }
  #call1:checked ~ .kategori-mm-menu {
    width: 60%;
    height: 100%;
    left: 0%;
    z-index: 99999;
    transition: all 0.5s ease; }
  #call1:checked ~ .ana-menu {
    list-style: none;
    width: 95%;
    height: 100%;
    background: #fff;
    display: block;
    margin: auto; }
  #call2:checked ~ .menu-kapat {
    width: 100vw;
    background: rgba(0, 0, 0, 0.5); }
  #call2:checked ~ .user-menu-mobil {
    width: 60%;
    padding: 0px;
    height: 100%;
    right: 0%;
    z-index: 99999;
    transition: all 0.5s ease; }
  input[type=checkbox]:checked ~ ul {
    list-style: none;
    height: auto;
    display: inline-block;
    margin: auto;
    top: 0;
    left: inherit;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 5;
    right: 0;
    transition: all 0.5s ease;
    padding: 10px 0px !important; }
  .uyeol-icon-mm::after {
    position: absolute;
    content: "+";
    top: -2px;
    right: -0%;
    font-weight: 900;
    margin: auto;
    font-size: 15px; } }

@media all and (max-width: 500px) {
  #call1:checked ~ .kategori-mm-menu {
    width: 100%;
    z-index: 99999; }
    #call1:checked ~ .kategori-mm-menu .menu-social {
      width: 100%;
      z-index: 99999; } }

.anasayfa-urunler-button {
  text-align: center;
  padding: 2rem 0 !important; }
  .anasayfa-urunler-button .anasayfa-link {
    background: #f6f7f9;  
    padding: 1.5rem 3rem;
    color: #1a1a1a;
    transition: all 0.5s ease; }
    .anasayfa-urunler-button .anasayfa-link:hover {
      background: #2c8dcc;
      color: #fff; }

.home-site-builder {
  background: #001221;
  padding: 100px 0px; }
  .home-site-builder .online-site-builder-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap; }
    .home-site-builder .online-site-builder-row .online-site-builder-content .h2 {
      color: #fff;
      margin-bottom: 3rem; }
    .home-site-builder .online-site-builder-row .online-site-builder-content .outer-xl {
      padding: 15px 30px; }

@media all and (max-width: 992px) {
	.home-site-builder .online-site-builder-row .online-site-builder-content .h2{
		font-size: 21px;  
	}
	.home-site-builder .online-site-builder-row .online-site-builder-content .outer-xl{
		padding: 10px 25px;   
		font-size: 13px;       
	}
}
.float-left {
  float: left   !important; }

.float-right {
  float: right  !important; }

.float-none {
  float: none   !important; }

.akilli-button {
  border-radius: 55px;
  height: auto;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer; }

.akilli-button.blue:hover {
  color: #fff; }

.akilli-button.bg-blue:hover, .akilli-button.bg-green:hover, .akilli-button.bg-red:hover {
  color: #fff; }

.outer {
  padding: 10px 20px; }

.outer-xl {
  padding: 13px 30px; }

.bg-blue {
  background: #2c8dcc;   
  background: -moz-linear-gradient(right, #2c8dcc 0%, #c9d85e 100%);           
  background: -webkit-linear-gradient(right,#2c8dcc 0%, #c9d85e 100%);
  background: linear-gradient(to right, #2c8dcc 0%, #c9d85e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1050', endColorstr='#c9d85e',GradientType=1 );
  color: #fff; }

.bg-white {
  background: #fff;
  color: #333; }

.bg-blue-1 {
  background: #2c8dcc; }

.bg-yellow {
  background: #ffd25d; }

.bg-gray {
  background: #f6f7f9; }

.bg-green {
  background: #10b08c;
  background: -moz-linear-gradient(left, #10b08c 0%, #1ee7b9 100%);
  background: -webkit-linear-gradient(left, #10b08c 0%, #1ee7b9 100%);
  background: linear-gradient(to right, #10b08c 0%, #1ee7b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b08c', endColorstr='#1ee7b9',GradientType=1 ); }

.bg-red {
  background: #dc1445;
  background: -moz-linear-gradient(left, #dc1445 0%, #fd5d3f 100%);
  background: -webkit-linear-gradient(left, #dc1445 0%, #fd5d3f 100%);
  background: linear-gradient(to right, #dc1445 0%, #fd5d3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1445', endColorstr='#fd5d3f',GradientType=1 ); }

.blue-bg {
  background-image: url(../bg-blue.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover; }

.bg-black {
  background: #000000;
  background: linear-gradient(to right, #000000 0%, #5d5959 100%); }

.akilli-blue {
  color: #2c8dcc; }
  .akilli-blue:hover {
    color: #2c8dcc; }

.black {
  color: #000; }

.color-gri {
  color: #cacaca; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-yellow {
  color: #ffd25d; }

.color-green {
  color: #1bc8a2; }
  .color-green:hover {
    color: #1bc8a2; }

.color-red {
  color: #f93267; }
  .color-red:hover {
    color: #f93267; }

.font-size-sm {
  font-size: 13px; }

.font-size-md {
  font-size: 16px; }

.font-size-lg {
  font-size: 21px; }

.font-size-xxl {
  font-size: 30px; }

.font-weight-thin {
  font-weight: 300; }

.font-weight-bold {
  font-weight: 600; }

.main-link {
  margin-right: 15px; }

.other-link {
  text-decoration: underline; }

a {
  text-decoration: none !important; }

.container {
  height: auto;
  margin: auto; }

/*Giriş ve Üye Ol*/
.login-form-giris {
  background: #091f40;
  color: #fff; }
  .login-form-giris:hover {
    background: #415c7f;
    color: #fff; }

/*Bayi Newmem*/
#bayi_basvuru tr td {
  padding: 10px 0px; }

#bayi_basvuru .bayi-adres input {
  margin: 10px 0px; }

/*Loader*/
#loader {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2c8dcc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*Form Elementleri*/
.modal-content {
  border-radius: 0px; }

.modal {
  z-index: 999950 !important; }

select option:disabled {
  color: #eee;
  font-weight: bold; }

textarea:focus, input:focus {
  outline: none !important; }

.btn {
  border-radius: 0px !important; }

.btntm-default {
  background: #eee;
  color: #919191;
  border: 1px solid #eee; }

.btntm-success {
  background: #6aac3b;
  border: 1px solid #6aac3b;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }
  .btntm-success:hover {
    background: #fff;
    color: #6aac3b; }

.btntm-danger {
  background: #ca3e39;
  border: 1px solid #ca3e39;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }

.btntm-danger1 {
  background: #d0504c;
  border: 1px solid #d0504c;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }
  .btntm-danger1:hover {
    background: #fff;
    color: #e26e6a; }

.btntm-danger:hover {
  background: #fff;
  color: #ca3e39; }

.btn1 {
  height: 34px;
  line-height: 34px;
  background: #353535;
  border: 1px solid #353535; }
  .btn1:hover {
    color: #353535; }

/*Sepet Popup*/
.sepete-eklendi-popup {
  background: #091f40;
  padding: 7px 20px;
  color: #FFF; }

.popup-urun-kazancin {
  background: #e5e5e5;
  text-align: center;
  padding: 4px 22px;
  font-weight: 700;
  color: #FE3B3B; }

.sepete-eklendi-row {
  padding: 10px 0;
  border: 1px solid #DDD;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }

.sepete-eklendi-urunresmi img {
  width: 80px;
  border: 1px solid #eee;
  margin: 0 auto; }

.sepete-eklendi-urunadi {
  font-size: 14px;
  text-align: left; }

/*Loader*/
.loading-gif {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.55);
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

/*Breadcrumb*/
.bread-bg {
  padding: 0.8rem 0rem;
  margin-bottom: 15px !important;
  border-radius: 0px !important; }

#genel-bread {
  font-size: 13px;
  padding: 0px; }
  #genel-bread .container {
    min-height: 40px;
    width: 100%;
    height: auto;
    padding: 0px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap; }
    #genel-bread .container::before, #genel-bread .container::after {
      display: none; }
  #genel-bread > .container > div {
    float: left;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 15px; }
  #genel-bread ol {
    background: 0 0;
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    padding: 5px 10px;
    border-radius: 0px !important; }
    #genel-bread ol li a, #genel-bread ol li span {
      color: #757575;
      font-family: akilliTicaret;
      font-weight: 600; }
    #genel-bread ol li:last-child a, #genel-bread ol li:last-child span {
      color: #282828; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #757575;
  content: "\f3d3";
  font-family: "Ionicons"; }

#genel-bread ol li a span {
  font-size:14px;         
  font-family: akilliTicaret; }

@media all and (max-width: 1100px) {
  .breadcrumb > li {
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    position: relative; }
    .breadcrumb > li > span {
      max-width: 100%; } }

@media all and (max-width: 992px) {
	#genel-bread ol li a span {         
	  font-size:12px;          
	}
  .bread-bg .inner-align {
    height: auto !important;
    display: inline-block; } }

@media all and (max-width: 480px) {
  #genel-bread ol {
    white-space: normal; } }

/*Markalar */
#marka-sayfasi {
  text-align: center;
  height: auto;
  min-height: 200px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border: 5px solid transparent; }
  #marka-sayfasi a {
    border: 1px solid #DDD;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-weight: 600;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    #marka-sayfasi a:hover {
      color: #000; }

@media all and (max-width: 480px) {
  #marka-sayfasi {
    min-height: 100px; } }

/* Hiza */
#anasayfa-slider-container {
  width: 100%;
  height: auto;
  height: auto;
  display: inline-block;
  position: relative;
  float: left;
  z-index: 1;
  padding: 4rem 0; }

.inner-align {
  width: 75%;
  margin: auto;
  float: none;
  transition: all 0.5s ease; }

.ana-sayfa-urunleri-slide {
  float: right; }

#anasayfa-urunleri {
  width: 75%;
  min-width: 1185px;
  padding: 0px;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh; }

.page-inner {
  padding: 0px;
  float: none;
  margin: auto;
  height: auto; }

.pd0 {
  padding: 0 !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.container-fluid {
  width: 100%; }

.left_col, .mid_col, .right_col {
  background-color: transparent !important; }

@media all and (max-width: 992px) {
  body {
    margin-top: 51px !important; } }

@media all and (max-width: 1600px) {
  .inner-align, #anasayfa-urunleri {
    width: 80%; } }

@media all and (max-width: 1500px) {
  .inner-align, #anasayfa-urunleri {
    width: 85%; } }

@media all and (max-width: 1300px) {
  .inner-align {
    width: 85%; }
  #anasayfa-urunleri {
    width: 85%;
    min-width: inherit; } }

@media all and (max-width: 992px) {
  .inner-align {
    width: 90%;
    padding: 0px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    margin: auto; }
  .ana-sayfa-urunleri-slide {
    padding: 5px; } 
	.cat-list-row{         
		display: flex;
		flex-flow: row wrap;   
	}}

@media all and (max-width: 530px) {
  .container, .container-fluid {
    padding: 0px; }
  .inner-align {
    width: 98%;
    padding: 0; }
    .inner-align p span {
      font-size: 11px; } }

/*Statik Sayfalar*/
.statik-sayfa-baslik {
  padding: 10px 0;
  margin: 10px 0 5px; }
  .statik-sayfa-baslik h1 {
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 600; }

.statik-sayfa-detay {
  padding: 0;
  margin-bottom: 50px;
  line-height: 25px; }

.iletisim-row {
  padding: 10px 0;
  display: inline-block;
  width: 100%; }

/*Blog Modulu*/
.blog-baslik-bg {
  position: relative;
  text-align: center;
  display: block; }
  .blog-baslik-bg::before {
    position: absolute;
    content: '';
    background: #b6b6b6;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0; }
  .blog-baslik-bg h3 {
    position: relative;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    background: #fff;
    color: #e23e01;
    margin: 10px 0px;
    padding: 0px 15px; }

.blog-button-content {
  text-align: center;
  height: auto;
  margin-top: 25px;
  display: inline-block; }

.blog-button {
  margin: 0 auto;
  background: #2c8dcc;
  color: #fff;
  padding: 10px 15px; }

.blog-box {
  background: #fff;
  padding: 0px;
  border: 5px solid #fff; }

.blog-box-inner {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 15px 0px;
  border-radius: 3px; }

.blog-box-img {
  height: 300px;
  padding: 0px;
  position: relative;
  overflow: hidden; }
  .blog-box-img img {
    max-width: 100%;
    position: relative; }

.fixed-blog-tarih {
  display: inline-block;
  margin-top: 15px;
  z-index: 2;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  width: 100%; }

.blog-box-yazi {
  height: auto;
  padding: 0px 5px;
  display: inline-block; }
  .blog-box-yazi h3 {
    margin: 0px;
    margin-bottom: 10px; }
    .blog-box-yazi h3 a {
      color: #282828;
      font-weight: 400;
      font-size: 17px;
      text-transform: uppercase; }
  .blog-box-yazi header {
    margin-bottom: 10px; }
  .blog-box-yazi .blog-box-konu-baslik {
    color: #636161;
    letter-spacing: 2px;
    display: block;
    margin: 15px 0px 5px 0px;
    text-transform: uppercase; }
  .blog-box-yazi p.blog-yazi-text {
    color: #757575;
    font-size: 13px; }
  .blog-box-yazi h2 {
    font-weight: 600;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    margin-bottom: 20px;
    min-height: 70px; }
    .blog-box-yazi h2 a {
      color: #282828; }

.blog-box-yazi {
  background: transparent;
  margin-bottom: 15px;
  margin-top: 5px; }
  .blog-box-yazi a {
    color: #282828;
    font-weight: 600;
    font-size: 15px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease; }
    .blog-box-yazi a span {
      display: block;
      float: left;
      position: relative;
      z-index: 1;
      font-size: 13px; }
    .blog-box-yazi a:hover span {
      color: #000; }

.blog-box footer {
  background: transparent !important; }

.blog-detay:first-line {
  display: block; }

.blog-detay-img {
  max-width: 100%; }

@media all and (max-width: 700px) {
  .blog-box {
    width: 100%; }
  .blog-box-img {
    height: inherit;
    max-height: 200px; }
  .blog-box-yazi {
    min-height: inherit; } }

/*--------------------------------KATEGORI-SOL-FİLTRE-TASARIM----------------------------------*/
.filtre-gorunum {
  text-align: right; }

.stok-filtre-item-ara button {
  color: #fff;
  background: #2c8dcc !important;
  font-family: akilliTicaret; }
  .stok-filtre-item-ara button:hover {
    color: #fff; }
.stok-filtre-temizle{
	width:auto!important; 
	float:right;
}
.stok-filtre-temizle a {
  font-size: 14px!important;        
  color: #5a5959!important;
  background:#e2e2e2 !important;
  font-family: akilliTicaret; }

.pagination > li > a, .pagination > li > span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0px; }

#secili-sayfa {
	background: #2c8dcc;
    border-radius: 0% !important;  
    color: #FFF; }      

#v3-loader {
  background: #ffffff4f; }

#v3-loader-filter {
  background: #ffffff91; }

#filtre-baslik {
  color: #282828;
  font-size: 13px;
  text-transform: uppercase !important;  
  letter-spacing: 0.5px; }           
#filtre-baslik.kategori-baslik{ margin-top:10px!important;}
.marka-filtre-item label::before, .grup-filtre-item label::before, .varyant-filtre-item label::before {
  border: 2px solid #bfbfbf; }

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked + label::before, #secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked + label::before, #secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked + label::before {
  background: #2c8dcc !important;
  color: #fff;
  border: 2px solid #2c8dcc !important;
  font-size: 20px !important;
  line-height: 15px !important; }

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked + label, #secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked + label, #secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked + label {
  color: #2c8dcc; }

.marka-filtre-item label, .grup-filtre-item label, .varyant-filtre-item label, .kategori-filtre-item label {
  font-family: akilliTicaret;
  color: #282828;
  font-weight: 400 !important;
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

.marka-filtre-item label::before, .grup-filtre-item label::before, .varyant-filtre-item label::before {
  border-radius: 50% !important;
  border: 1px solid #bfbfbf !important; }

.grup-baslik, .varyant-baslik, .kategori-baslik, .marka-baslik, .stok-baslik {
  font-family: akilliTicaret; }

#cat_rw_03 {
  border: 1px solid #eee; }

.sirala-div .form-control {
  font-size: 12px; }

#formfilterV23 {
  border: 1px solid #eee;
  padding: 20px 20px;
  height: auto;
  display: inline-block;
  width: 90%; }

.secim_baslik {
  font-weight: 600;
  font-size: 15px;
  display: block;
  width: 100%;
  padding-bottom: 15px; }

.secim_icerik {
  height: auto;
  display: block;
  width: 100%;
  padding: 0px 0px 20px 0px; }

.secim_icerik1 {
  padding: 0px 10px;
  width: 48%;
  min-height: 45px;
  line-height: 45px;
  background: #F0F0F0;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center; }

.secim_icerik1on {
  padding: 0px 10px;
  width: 48%;
  min-height: 45px;
  line-height: 45px;
  background: #000000;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  border: 1px solid #000000;
  cursor: pointer;
  color: #fff;
  text-align: center; }

.secim_icerik2 {
  padding: 0px 10px;
  min-width: 75px;
  width: 100%;
  display: block;
  min-height: 45px;
  line-height: 45px;
  background: #F0F0F0;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #DDD;
  cursor: pointer;
  text-align: center; }

.secim_icerik2on {
  padding: 0px 10px;
  min-width: 75px;
  width: 100%;
  display: block;
  min-height: 45px;
  line-height: 45px;
  background: #000000;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #000000;
  cursor: pointer;
  color: #fff;
  text-align: center; }

.kategori-filter-input {
  border: 1px solid #ccc;
  width: 45%;
  font-weight: 400;
  margin: 5px 0px 15px 0px;
  height: 39px;
  text-align: center;
  outline: none;
  float: left;
  font-size: 13px;
  margin-right: 5px; }

.kategori-filter-button {
  height: 40px;
  width: 94%;
  border: none;
  outline: none;
  letter-spacing: 2px;
  background: #000000;
  color: #FFF;
  font-size: 14px; }

.stok-filtre-item {
  width: 50%;
  float: left; }

.stok-filtre-item-ara {
  clear: both;
  padding-top: 10px; }

#v3-loader {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff4f;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center; }

#v3-loader-filter {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff91;
  display: flex;
  align-items: center;
  justify-content: center; }

#secimidaralt_v3 {
  background: #fbfbfb !important;
  border: 1px solid #fbfbfb !important;
  position: relative;
  height: auto;
  display: inline-block;
  margin-bottom: 150px; }

.sirala-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap; }

.sirala-div select {
  height: 42px; }

.sirala-div-margin {
  padding: 0px;
  padding-right: 15px; }

.cat-gorunum-box {
  background: #fbfbfb;
  padding: 5px;
  border: 1px solid #eee;
  display: inline-block;
  cursor: pointer; }
  .cat-gorunum-box:hover {
    background: #efefef; }

.pagination > li > a, .pagination > li > span {
  border: 0px; }

.varyant-baslik {
  padding-left: 0px !important; }

.form-control {
  border: 1px solid #eee;
  box-shadow: none;
  outline: none;
  border-radius: 0px !important; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #000000; }

#katalogGorunumu {
  margin-top: 25px; }

/*Filtre Responsive*/
@media all and (max-width: 992px) {
  #secimidaralt_v3 {
    background: #fff !important; }
  #cat_rw_05 {
    padding: 0px; }
  .cat-filtre {
    font-family: akilliTicaret;
    background:#1e232b!important; }   
  .cat-menu-top p {
    font-family: akilliTicaret; } }

/*UYE OL TASARIM*/
.newmem-content {
  padding: 0px;
  border: 1px solid #eee;
  margin: 30px auto 40px;
  float: none; }
  .newmem-content .container-fluid {
    padding: 15px 0px 25px;
    margin: 0 auto;
    background-color: #FFF; }
  .newmem-content input[type=checkbox] {
    display: inline-block !important; }

.newmem-baslik {
  font-size: 25px;
  margin: 0px;
  letter-spacing: -0.5px;
  text-align: center;
  background: #2c8dcc;
  color: #fff;
  padding: 15px 0px; }

.newmem-content .newmem-row {
  margin: 7px 0px;
  padding: 0px 15px; }
  .newmem-content .newmem-row input {
    margin-top: 5px; }

label {
  font-weight: normal; }

.oc_member_singup_sozlesme_text.parmak strong {
  cursor: pointer; }

/*Kategori Banner*/
.cat-banner img {
  width: 100%; }

.cat-banner .slick-next {
  right: 0; }

.cat-banner .slick-prev {
  left: 0; }

.cat-banner .slick-dots {
  bottom: 0%; }
  .cat-banner .slick-dots li {
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17); }
    .cat-banner .slick-dots li:hover {
      border-bottom: 20px solid #000000; }
    .cat-banner .slick-dots li button {
      background: #fff;
      padding: 0px;
      margin: 0px; }
    .cat-banner .slick-dots li.slick-active {
      border-bottom: 4px solid #000000; }
      .cat-banner .slick-dots li.slick-active button {
        background: #fff; }
    .cat-banner .slick-dots li button::before {
      display: none; }

@media all and (max-width: 992px) {
  .slick-next:before, .slick-prev:before {
    bottom: 35%; }
  .slick-next:before {
    left: 30%; }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    opacity: 1; }
  .cat-banner.slick-dotted.slick-slider {
    margin-bottom: 10px; }
  .cat-banner .slick-arrow:hover {
    background: #000000; }
  .cat-banner .slick-arrow:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1;
    padding: 3px;
    bottom: 33%; }
  .cat-banner .slick-next:before {
    left: 29%; }
  .cat-banner .slick-prev:before {
    right: 26%; }
  .cat-banner .slick-prev:hover:before, .cat-banner .slick-prev:focus:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1; }
  .cat-banner .slick-next:hover:before, .cat-banner .slick-next:focus:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1; }
  .cat-banner .slick-dots li {
    width: 5px;
    height: 5px; }
    .cat-banner .slick-dots li button {
      width: 5px;
      height: 5px;
      border-radius: 50%; }
    .cat-banner .slick-dots li.slick-active {
      border: none;
      width: 7px;
      height: 7px; }
      .cat-banner .slick-dots li.slick-active button {
        width: 7px;
        height: 7px; } }

/*Karsılastirma*/
.karsilastirma-inner {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 50px;
  justify-content: flex-start;
  align-items: flex-start; }

.urun-karsilastirma-baslik {
  font-size: 18px;
  letter-spacing: 0px;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  color: #091f40; }

.urun-karsilastirma-box {
  position: relative;
  height: auto;
  display: inline-block;
  border-radius: 0px;
  background: #fff;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  min-width: 300px; }

.urun-karsilastirma-img {
  text-align: center;
  background: #eee;
  padding: 10px;
  border-radius: 3px;
  width: 100%; }
  .urun-karsilastirma-img a {
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    padding: 5px 25px;
    background: #fff;
    display: inline-block;
    width: 100%; }
  .urun-karsilastirma-img img {
    max-width: 100%; }

.urun-detay-butonlar {
  width: 100%;
  height: 40px;
  position: relative; }
  .urun-detay-butonlar form {
    width: 50%;
    height: 100%;
    float: left; }
  .urun-detay-butonlar .list-cikar-mm {
    width: 100% !important;
    height: 100%;
    float: left;
    border: 0px;
    text-align: center;
    background: #000000;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 0px !important; }
  .urun-detay-butonlar .spt-ekle-mm {
    width: 50% !important;
    height: 100%;
    float: left;
    border: 1px solid #2c8dcc;
    text-align: center;
    background: #2c8dcc;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 0px !important; }

.urun-karsilastirma-aciklama {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  min-height: 100px; }

.urun-karsilastirma-ozellikler {
  padding: 15px;
  display: inline-block;
  width: 100%; }
  .urun-karsilastirma-ozellikler:nth-child(odd), .urun-karsilastirma-ozellikler:nth-child(even) {
    background: #eee; }

@media all and (max-width: 992px) {
  .urun-karsilastirma-aciklama {
    font-size: 13px; } }

/* --------------------------------- KATALOG GORUNUM ---------------------*/
.urun-kutusu {
  overflow: hidden;
  outline: 0 !important;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s ease;
  border: 10px solid transparent;
  border-top: 0px; }

.urun-box-genel-href {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0; }

.super-indirim-timer {
  width: 100%;
  float: left;
  margin-top: 5px;
  padding: 7px 5px;
  border: 2px solid #fc1414; }
  .super-indirim-timer .timer-div {
    float: left;
    width: 25%;
    text-align: center; }
    .super-indirim-timer .timer-div .timer-time {
      color: #fc1414;
      font-size: 20px;
      font-weight: 600; }
    .super-indirim-timer .timer-div span {
      text-transform: uppercase;
      color: #fc1414;
      font-size: 12px; }

.urun-kutusu .kutu-urun-border {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 2rem 2rem; }

.urun-kutusu:hover .urun-hover-detay {
  bottom: 0px;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.urun-hover-detay {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  bottom: -60px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.3s ease; }

.kutu-oran-sol {
  right: 0;
  z-index: 1;
  top: 0px;
  position: absolute;
  margin: auto;
  text-align: center;
  border: none;
  width: 100%;
  height: auto;
  padding-left: 10px;
  background: none;
  font-size: 18px;
  color: #000; }

.urun-sag-indirim {
  font-family: akilliTicaret;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  margin: auto;
  border: 2px solid #fc1414;
  background: #fc1414;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center; }

.kutu-sag-yeni {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  margin: auto;
  background: #313131;
  color: #ffffff; 
  font-family: akilliTicaret;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 9px;
  text-align: center;
  letter-spacing: 1px; }

.urun-kutusu .kutu-urun-resmi {
  padding: 0px;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee; }
  .urun-kutusu .kutu-urun-resmi img {
    padding: 4rem 0;
    max-width: 100% !important; }

.kutu-urun-detay-mm {
  position: relative;
  margin-top: 5px;
  background: transparent;
  height: auto;
  display: inline-block;
  z-index: 2;
  transition: all 0.5s ease; }

.katalog-detay {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
  .katalog-detay .hover-butons-fav {
    height: auto;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 5px; }
    .katalog-detay .hover-butons-fav i {
      font-size: 17px; }
    .katalog-detay .hover-butons-fav:hover i {
      color: #282828; }

.box-flex-row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0.5rem; }
  
.urun-detay-fiyat #SatisFiyati span{
	display: block;
    margin-top: 1rem; 
    font-weight: 500;
    letter-spacing: 2px;  
    color: #757575; }
.box-free-text {
    display: block;
    margin-top: 1rem; 
    font-weight: 500;
    letter-spacing: 2px;  
    color: #757575; }

.kutu-urun-detay-mm h2 {
  margin: 0px;
  font-family: akilliTicaret; }
  .kutu-urun-detay-mm h2 a {
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
    padding: 6px 0 6px;
    color: #282828;
    z-index: 5;
    text-align: left;
    display: block; }

.urun-fiyat {
  margin-top: 5px;
  text-align: right;
  font-weight: 600;
  font-size: 13px;
  display: block; }
  .urun-fiyat a {
    font-weight: 500;
    font-family: akilliTicaret;
    color: #000; }

#eski-fiyat {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 21px;
  color: #9e9e9e;
  padding: 0px 0px 0px 10px;
  text-decoration: line-through; }

.kutu-puan-container {
  min-height: 25px; }

.kutu-puan {
  text-align: left;
  margin: 0px; }

.kutu-puan i {
  font-size: 14px;
  color: #b2b2b2; }

.kutu-puan i.star-active {
  color: #e4c72e; }

.liste-puan {
  text-align: left;
  margin-bottom: 5px; }
  .liste-puan i {
    font-size: 16px; }

.hover-butons {
  float: left;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  background: transparent;
  color: #fff !important;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 50px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 0px;
  z-index: 0;
  cursor: pointer; }
  .hover-butons:hover {
    color: #000 !important; }
  .hover-butons:hover i {
    color: #000 !important; }
  .hover-butons i {
    color: #000;
    font-size: 20px;
    line-height: 1;
    position: relative;
    transition: all 0.4s ease-in-out; }

.hover-butons-sepet {
  width: 100%;
  color: #282828 !important;
  font-size: 13px; }
  .hover-butons-sepet:hover {
    color: #282828 !important; }

.hover-butons-incele {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 40px;
  overflow: hidden;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 600;
  z-index: 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #2c8dcc;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hover-butons-incele i {
    color: #fff;
    font-size: 25px;
    padding-left: 6px;
    line-height: 1;
    position: relative;
    transition: all 0.4s ease-in-out; }
  .hover-butons-incele:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #2c8dcc;
    z-index: -1;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .hover-butons-incele:hover {
    color: #2c8dcc;
    border: 2px solid #005ede; }
    .hover-butons-incele:hover:before {
      opacity: 0;
      -moz-transform: scale3d(0.7, 1, 1);
      -ms-transform: scale3d(0.7, 1, 1);
      -o-transform: scale3d(0.7, 1, 1);
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .hover-butons-incele:hover i {
      color: #2c8dcc; }

.hover-liste-incele i {
  font-size: 22px; }

.liste-incele {
  font-size: 13px !important;
  letter-spacing: 1px;
  line-height: 50px;
  width: 75%;
  margin: auto;
  height: 50px; }

.hover-butons-stok i {
  font-size: 19px; }

.detay-renk {
  float: left;
  display: block;
  width: 100%; }
  .detay-renk .renk-kutu {
    width: 15px;
    height: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #dad9d9;
    margin: 2px;
    float: left; }

@media (min-width: 992px) {
  .urun-kutusu.active {
    clear: left; }
    .urun-kutusu.active h2 {
      margin: 15px 0px; }
    .urun-kutusu.active a {
      font-size: 18px; }
    .urun-kutusu.active .kutu-link {
      width: 100%; }
      .urun-kutusu.active .kutu-link img {
        width: 100%;
        max-width: inherit; } }

@media all and (max-width: 992px) {
	
  .urun-kutusu .kutu-urun-border{
	 padding:0!important; 
  }
  .urun-kutusu .kutu-urun-resmi img{
	  padding:1rem 0;
  }
  .box-free-text{
	  margin-top:0;
  }
  .urun-kutusu.active {
    margin: 0 auto;
    float: none !important; }
    .urun-kutusu.active img {
      max-width: 100%;
      max-height: 216px; }
  .urun-kutusu {
    margin-bottom: 0;
    border-width: 2px; }
  .katalog-detay {
    padding-top: 0px; }
  .urun-sag-indirim {
    font-size: 14px;
    padding: 5px 14px; }
  .urun-kutusu .kutu-urun-resmi {
    min-height: inherit; }
  .kutu-urun-detay-mm {
    padding-bottom: 0px; }
  .urun-hover-detay {
    bottom: 0px;
    visibility: visible;
    opacity: 1;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@media all and (max-width: 600px) {
  .kutu-urun-detay-mm h2 a {
    font-size: 13px; }
  .urun-fiyat {
    font-size: 13px;
    text-align: left; }
  #eski-fiyat {
    font-size: 12px;
    font-weight: 600;
    min-height: 19px; } }

/* --------------------------------- LİSTE GORUNUM ---------------------*/
.kutu-link {
  display: inline-block; }

.urun-liste-resmi {
  border: 1px solid #eee; }

.liste-ozellik {
  text-align: left;
  margin-bottom: 5px; }
  .liste-ozellik .liste-yeni {
    cursor: pointer;
    margin: auto;
    border: 2px solid #333333;
    background: #ffffff;
    color: #333333;
    font-family: akilliTicaret;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 9px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block; }
  .liste-ozellik .liste-indirim {
    font-family: akilliTicaret;
    cursor: pointer;
    margin: auto;
    border: 2px solid #fc1414;
    background: #fc1414;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: inline-block; }

.urun-liste-detay {
  margin: 0px;
  padding: 10px 15px;
  font-family: akilliTicaret; }
  .urun-liste-detay h2 {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px; }
    .urun-liste-detay h2 a {
      font-weight: 600;
      font-size: 22px;
      line-height: 1em;
      padding: 0px;
      z-index: 5;
      text-align: left;
      display: inline-block;   
	  margin-bottom: 0.8rem;
      color: #282828; }

.urun-liste-fiyat {
  text-align: left;
  padding-left: 0px;
  float: left;
  font-size: 16px; }
  .urun-liste-fiyat a {
    font-weight: 900;
    font-family: akilliTicaret;
    color: #000; }
  .urun-liste-fiyat #eski-fiyat {
    min-height: inherit;
    padding: 0px;
    padding-left: 10px; }

.urun-liste-puan {
  padding: 0px; }

.liste-aciklama {
  text-align: left;
  padding: 0px;
  font-size: 13px; }
  .liste-aciklama p {
    color: #757575;
    margin: 0px; }

.urun-liste-hover {
  padding: 0px;
  margin-top: 10px; }
  .urun-liste-hover .hover-butons {
    max-width: 50px;
    line-height: 40px;
    height: 40px;
    width: 33.333%;
    background: transparent; }
  .urun-liste-hover .hover-butons-sepet {
    max-width: 250px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 37px;
    position: relative;
    z-index: 1;
    color: #fff !important;
    border: 2px solid #2c8dcc; }
    .urun-liste-hover .hover-butons-sepet:after {
      display: none; }
    .urun-liste-hover .hover-butons-sepet:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: #2c8dcc;
      z-index: -1;
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transition: transform 0.4s, opacity 0.4s;
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .urun-liste-hover .hover-butons-sepet:hover {
      color: #2c8dcc !important;
      border: 2px solid #005ede; }
      .urun-liste-hover .hover-butons-sepet:hover:before {
        opacity: 0;
        -moz-transform: scale3d(0.7, 1, 1);
        -ms-transform: scale3d(0.7, 1, 1);
        -o-transform: scale3d(0.7, 1, 1);
        -webkit-transform: scale3d(0.7, 1, 1);
        transform: scale3d(0.7, 1, 1); }
      .urun-liste-hover .hover-butons-sepet:hover i {
        color: #2c8dcc; }
    .urun-liste-hover .hover-butons-sepet i {
      font-size: 20px;
      padding-right: 10px;
      color: #fff; }
  .urun-liste-hover .hover-butons-stok {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fc1414; }
    .urun-liste-hover .hover-butons-stok:before {
      background: #fc1414; }
    .urun-liste-hover .hover-butons-stok:hover {
      color: #fc1414 !important;
      border: 2px solid #fc0f0f; }
      .urun-liste-hover .hover-butons-stok:hover i {
        color: #fc1414 !important; }

.urun-liste-buton {
  display: inline-block;
  padding: 10px 10px;
  outline: none;
  border: 0;
  color: #505050;
  text-align: center;
  margin: 0;
  width: 49%;
  font-size: 25px;
  cursor: pointer; }
  .urun-liste-buton:hover {
    color: #000000; }

.urun-liste-buton-sepet {
  background: #2c8dcc;
  color: #fff;
  border-right: 1px solid #eee; }
  .urun-liste-buton-sepet:hover {
    color: #fff; }

.urun-liste-buton-fav {
  background: none;
  color: #2c8dcc; }

.urun-liste-buton-stok {
  background: #2c8dcc;
  color: #fff;
  line-height: 42px;
  font-size: 15px;
  border-right: 1px solid #eee; }
  .urun-liste-buton-stok:hover {
    color: #fff; }

@media all and (max-width: 1200px) {
  .urun-liste-detay h2 {
    font-size: 13px; }
  .urun-liste-buton {
    padding: 5px 10px;
    font-size: 20px; }
  .urun-liste-buton-stok span {
    font-size: 12px; }
    .urun-liste-buton-stok span i {
      font-size: 15px; } }

@media all and (max-width: 992px) {
  .urun-liste-hover .hover-butons-sepet i {
    display: block;
    line-height: 35px;
    height: 100%;
    padding-right: 0 !important; }
  .urun-liste-hover .hover-butons-stok {
    display: block; }
  .urun-liste-detay {
    padding: 10px 0px; } }

/*Anasayfa Kutu*/
.anasayfa-kutu .kutu-urun-border {
  float: left; }

.anasayfa-kutu .kutu-urun-resmi {
  padding: 7px; }

.anasayfa-kutu .urun-liste-detay {
  padding: 0px 10px;
  min-height: 190px; }
  .anasayfa-kutu .urun-liste-detay h2 a {
    font-size: 14px;
    font-weight: 400;
    display: block; }

.anasayfa-kutu .urun-liste-puan {
  min-height: 30px; }

@media all and (max-width: 1400px) {
  .anasayfa-kutu .urun-liste-detay {
    min-height: 230px; } }

@media all and (max-width: 600px) {
  .anasayfa-kutu .urun-liste-detay {
    min-height: 230px; } }

* {
  font-family: akilliTicaret;
  margin: 0;
  padding: 0; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* E BULTEN MODAL*/
#e-bulten-modal {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto; }
  #e-bulten-modal .modal-header, #e-bulten-modal button.close {
    padding: 0 15px;
    border: 0px; }
  #e-bulten-modal .modal-content {
    padding: 25px 0px;
    overflow: hidden; }
    #e-bulten-modal .modal-content::before {
      content: "\f422";
      font-family: "Ionicons";
      font-size: 115px;
      color: #d0d0d0;
      position: absolute;
      left: -15px;
      top: -45px;
      transform: rotate(-45deg); }

.modal-ebulten-baslik {
  display: block !important;
  text-align: center;
  margin-bottom: 20px; }

.modal-ebulten-p {
  color: #7d7878;
  font-size: 13px;
  margin-bottom: 13px; }

.nothanks {
  cursor: pointer;
  margin-top: 10px; }
