@charset "utf-8";
/* CSS Document */
.primary-menu .menu-area ul.main-menu li a {
    color: white;
    padding: 38px 10px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    outline: none;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;}

.primary-menu .menu-area ul.main-menu li a.active, .primary-menu .menu-area ul.main-menu li a:hover {color: #FF9A17 !important }
.header-section .header-top{background:#f7f8f8}
.sponsor{background: #f7f8f8 !important}
.header-top{padding:6px}
/*urunler section*/

.product .section-wrapper .post-item-inner{padding: 0}
.bg-image-3{background: #f7f8f8}
.bg-image-3-img{background: lightblue url(bg-images/section-bg.jpg) no-repeat fixed center;}
.post-content{margin:10px}
.post-content > .title{text-align: center;/*letter-spacing: .03rem;*/}
.post-content > .title > h6{font-size: 20px; font-weight: 500; color: #535353; line-height: 24px; }
.post-content > .title > a p{font-size: 16px;font-family: 'Poppins',sans-serif; color: #707070;font-weight: 400; margin-top: 15px; text-indent: 3px}


/*urunler section*/

li {
  list-style: none;
  padding: 5px 0; }
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FF9A17;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.scrollToTop:hover {
    color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(255, 147, 38, 0.5);
    transform: translateY(-5px); }
.scrollToTop i::before {font-size: 12px; }

.post-thumb-inner::after {background-image: linear-gradient(to right, #FF9A17c1, #f2f2f2eb);}

.btn {
  padding: 10px 20px;
  border:1px solid #FF9A17;
  border-radius:3px;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #282828 !important;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  box-shadow: 0px 5px 15px 0px rgba(221, 221, 221, 0.3);
  /*background-image: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236);*/
   
}
.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px 0px rgba(221, 221, 221, 0.9);
    background:#FF9A17;
    color: #fff !important;
}
.footer-bottom p a {color: #FF9A17; }
.alt{background: #282828;
color: white
}
/*slider whell*/
.anim-mouse {
    position: absolute;
    z-index: 999;
    bottom: 1%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}            
  .anim-mouse .scrollto {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.mouse {
    display: block;
    height: 36px;
    width: 24px;
    transform: none;
    margin: auto;
    background: url(../../down-arrow.png) center bottom no-repeat;
}            
.wheel {
display: block;
  height: 18px;
  width: 4px;
  display: block;
  margin-left: 10px;
  margin-top: 0;
  background: white;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;    
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}            
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.header-section .header-bottom .search-cart li {
    position: relative;
    cursor: pointer;

}
.lang a{width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    display: block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid white;
    color:white;
    font-size: 13px
}
.fa-facebook-f{color: white !important; font-size: 13px !important;}