/* FORMALIZE */
/*! formalize.css | MIT License | github.com/interacthings/formalize */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap&subset=latin-ext');
@import url("fakeLoader.min.css");
@import url("animate.css");
@import url("hover.css");
*, html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, menu, ol, p, pre, ul {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

button, fieldset, menu, ol, ul {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GENERAL */
body {
  font-family: 'Poppins', sans-serif;
  background: #fdfdfd;
  font-size: 15px; }

a {
  transition: 300ms; }

a:hover {
  text-decoration: none; }

input, button, textarea {
  outline: 0; }

/* HEADER */
.header {
  background: #1B1A16;
  height: 140px;
  position: relative;
  z-index: 9998; }
  .header:before {
    content: '';
    display: block;
    width: 40%;
    height: 140px;
    background: #F7D118;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    position: absolute;
    left: 20px;
    top: 0; }
  .header-contact {
    margin-left: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-top: 38px; }
    .header-contact span {
      font-size: 18px;
      font-weight: 600;
      color: #D6CF0C;
      margin-left: 235px;
      margin-right: 15px; }
      .header-contact span i {
        margin-right: 35px; }
    .header-contact .language a {
      color: #000; }
    .header-contact .language:hover ul {
      display: block; }
    .header-contact .language .active-lang {
      background: #fff;
      padding: 5px;
      font-weight: 700; }
    .header-contact .language img {
      height: 20px;
      margin-right: 5px; }
    .header-contact .language ul {
      position: relative;
      z-index: 99;
      display: none; }
      .header-contact .language ul li {
        background: #fff;
        padding: 5px;
        font-weight: 700;
        transition: 300ms; }
        .header-contact .language ul li:hover {
          background: #205cb7; }
          .header-contact .language ul li:hover a {
            color: #fff; }
  .header .wrapper {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    display: flex; }
  .header .logo {
    height: 140px;
    display: flex;
    align-items: center; }
  .header .mobile-menu {
    display: none; }
  .header .main-menu {
    background: #F7D118;
    height: 75px;
    padding-right: 30px;
    position: relative;
    margin-top: 100px;
    position: absolute;
    right: 0; }
    .header .main-menu:before {
      content: '';
      display: block;
      background: #000;
      width: 50px;
      height: 75px;
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      position: absolute;
      left: -22px; }
    .header .main-menu ul {
      display: flex;
      align-items: center;
      height: 75px; }
      .header .main-menu ul li {
        margin-left: 40px;
        height: 77px;
        line-height: 77px; }
        .header .main-menu ul li:hover ul {
          display: block; }
        .header .main-menu ul li ul {
          background: #fff;
          position: absolute;
          width: 250px;
          flex-direction: column;
          align-items: flex-start;
          padding: 15px 25px;
          height: auto;
          font-family: 'Rubik', sans-serif;
          margin-top: -1px;
          display: none; }
          .header .main-menu ul li ul:before {
            content: '';
            display: block;
            background: #e93131;
            width: 50px;
            height: 3px;
            left: 0;
            top: 0;
            position: absolute; }
          .header .main-menu ul li ul li {
            margin-left: 0;
            margin-top: 10px;
            margin-bottom: 10px;
            height: auto;
            line-height: 2;
			font-family: 'Rubik', sans-serif;
		}
            .header .main-menu ul li ul li a {
              font-weight: 400;
              font-size: 15px; }
			  
        .header .main-menu ul li a {
          font-size: 16px;
          font-weight: 600;
          color: #262626; }
          .header .main-menu ul li a:hover {
            color: #e93131; }

/* MAIN */
main {
  background: #fff;
  position: relative;
  z-index: 999; }

.main-slider {
  position: relative; }
  .main-slider .owl-nav button {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: calc(50% - 50px); }
    .main-slider .owl-nav button.owl-prev {
      background: url(../img/prev.png);
      left: 20px; }
    .main-slider .owl-nav button.owl-next {
      background: url(../img/prev.png);
      transform: rotate(180deg);
      right: 20px; }
  .main-slider .owl-dots {
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: 20px; }
    .main-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      border-radius: 50%; }
      .main-slider .owl-dots .owl-dot.active {
        background: #205cb7; }

/* PRODUCT GROUPS */
.product-groups {
  padding-top: 130px; }
  .product-groups-title {
    font-size: 32px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 70px;
    text-align: center; }

.product-group-names {
  border-top: 1px solid #e3dfdf;
  padding-bottom: 20px;
  margin-bottom: 60px; }
  .product-group-names li {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border-top: 3px solid transparent;
    padding-top: 20px;
    margin-top: -1.5px; }
    .product-group-names li:before {
      content: '';
      display: block;
      width: 0%;
      height: 3px;
      margin: -23px auto 23px auto;
      transition: 300ms;
      background: #e93131; }
    .product-group-names li.active {
      color: #e93131; }
      .product-group-names li.active:before {
        width: 100%; }
.product-group-content {
  display: none; }

.p-group-box {
  position: relative; }
  .p-group-box:hover .p-group-box-content {
    opacity: 1; }
  .p-group-box-image img {
    width: 100%; }
  .p-group-box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(221, 221, 211, 0.8);
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Rubik', sans-serif;
    flex-direction: column;
    opacity: 0; }
  .p-group-box-cat-name {
    margin-bottom: 10px; }
    .p-group-box-cat-name a {
      color: #e93131; }
  .p-group-box-name a {
    color: #fff;
    font-size: 18px;
    font-weight: 600; }

/* CORPORATE */
.corporate {
  padding-top: 130px; }
  .corporate-content {
    color: #555;
    line-height: 27px; }
    .corporate-content p {
      margin-top: 35px;
      margin-bottom: 30px; }
  .corporate-title {
    color: #262626;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif; }
  .corporate-image img {
    width: 100%; }

/* INFO BOXES */
.info-boxes {
  margin-top: 120px;
  padding-bottom : 80px; }
  .info-boxes .row {
    margin: 0; }
  .info-boxes .col-md-4 {
    padding: 0; }
.info-box {
  display: flex;
  align-items: center;
  height: 170px; }
  .info-box#info1 {
    background: #F7D118; }
    .info-box#info1 .info-box-content {
      color: #333; }
    .info-box#info1 .info-box-icon {
      color: #333; }
  .info-box#info2 {
    background: #ec2d30; }
  .info-box#info3 {
    background: #353434; }  /* Ana Sayfada Aşağıda 3 adet farklı renkli butondan sağdakinin rengi değişiyor */
  .info-box-icon {
    flex-shrink: 0;
    height: 48px;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    padding: 0 25px; }
  .info-box-content {
    color: #fff;
    padding-right: 25px; }
  .info-box-title {
    font-size: 24px;
    font-weight: 600; }
  .info-box-text {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Rubik', sans-serif; }

.footer-katalog {
    background: #ea1e38;
    color: #fff;
    text-align: center;
    height: 80px;
    font-size: 30px;
    overflow: visible;
    position: relative;
    z-index: 99;
    padding-top: 20px;
	margin:20px;
}
	
/* BRANDS */
.brands {
  padding: 130px 0; }
  .brands .item {
    background: #f6f6f6;
    padding: 20px; }
  .brands .owl-nav, .brands .owl-dots {
    display: none; }

/* PAGE */
.page {
  padding-bottom: 180px; }
  .page-head {
    background: url(../img/pagehead.jpg) top center;
    height: 150px;
    background-size: cover;
    margin-bottom: 20px; /* Ürün grupları yukarı aşağı */
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-head h1 {
      font-size: 28px;
      color: #000;
      font-weight: 600; }
  .page-content {
    background: #F8F8F8;
    padding: 35px 30px;
    font-family: 'Rubik', sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 28px; }
    .page-content h1 {
      font-size: 30px; }
    .page-content h2 {
      font-size: 28px; }
    .page-content h3 {
      font-size: 24px; }
    .page-content h4 {
      font-size: 20px; }
    .page-content h5 {
      font-size: 16px; }
    .page-content h6 {
      font-size: 14px; }
    .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
      font-weight: 700;
      color: #000; }
    .page-content p {
      margin-bottom: 20px;
	  }

/* SIDEBAR */
.sidebar {
  padding: 30px;
  border: 1px solid #EBEBEF; }
  .sidebar-title {
    font-size: 22px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 25px; }
  .sidebar ul li {
    border-bottom: 1px solid #EBEBEF;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    padding: 12px 0;
    font-weight: 400; }
    .sidebar ul li:last-child {
      border: none; }
    .sidebar ul li a {
      color: #555; }
      .sidebar ul li a:hover {
        color: #FE5A0E; }

/* PRODUCT */
.product-sidebar-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  color: #555;
  font-size: 24px;
  margin-bottom: 30px; }
.product-sidebar ul li {
  margin-bottom: 10px;
  font-family: 'Rubik', sans-serif; }
  .product-sidebar ul li:hover a {
    background: #666666;
    color: #fff; }
  .product-sidebar ul li a {
    display: block;
    color: #252525;
    font-weight: 500;
    padding: 21px 25px;
    font-size: 14px;
    background: #F5F5F5;
    position: relative; }
.product-box {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  transition: 300ms; }
  .product-box img {
    width: 100%; }
  .product-box:hover {
    border-color: #333333; }  /* Ürün grupları İnce Çerçeve Rengi Değişiyor */
    .product-box:hover .product-title {
      background: #E5BA08; }  /* Ürün grupları Hover Rengi Değişiyor */
	  
   
	  
.product-title {
  background: #272624;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
    text-align: center;
  padding: 20px;
  font-weight: 500;
  transition: 300ms; }
  .product-title a {
    color: #fff; }
.product-detail .detail-photo {
  width: 100%; 
  border:1px solid #ccc;}
.product-detail-title {
  background: #e93131;
  height: 50px;
  color: #fff;

  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  transform: skewX(30deg); }
  .product-detail-title h1 {
    font-size: 20px;
    transform: skewX(-30deg);
    padding-top: 13px; }
.product-props {
  background: #F6F6F6;
  padding: 20px;
  margin-top: 30px; }
  .product-props-content img {
    max-width: 100%;
    margin-bottom: 20px; }
  .product-props-content-title {
    font-size: 28px;
    color: #252525;
    margin-bottom: 20px;
    font-weight: 700; }
  .product-props-content ul {
    margin-bottom: 30px; }
    .product-props-content ul li {
      color: #555555;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      line-height: 30px;
      list-style: disc;
      margin-left: 25px; }
  .product-props-title {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px; }

/* CONTACT */
.contact-info {
  background: #fff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #555555; }
  .contact-info-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000; }
.contact-map img {
  width: 100%; }
.contact-form {
  margin-top: 50px; }
  .contact-form-title {
    font-size: 24px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 20px; }
  .contact-form input {
    color: #888888;
    font-size: 16px;
    padding: 0 20px;
    height: 45px;
    display: block;
    font-size: 16px;
    background: #F6F6F6;
    margin-bottom: 25px;
    width: 100%;
    border: none; }
  .contact-form textarea {
    color: #888888;
    font-size: 16px;
    padding: 20px;
    resize: none;
    height: 135px;
    font-size: 16px;
    background: #F6F6F6;
    margin-bottom: 25px;
    width: 100%;
    border: none; }
  .contact-form button {
    background: #D20404;
    height: 45px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%; }

/* FOOTER */
.site-footer {
  position: fixed;
  height: 495px;
  bottom: 0;
  width: 100%; }

.footer-top {
  background: #262626;
  border-bottom: 3px solid #FE5A0E;
  padding: 50px 0;
  margin-bottom: 495px;
  position: relative;
  z-index: 99; }
.footer-middle {
  padding-top: 95px;
  padding-bottom: 60px; }
.footer-about {
  font-family: 'Rubik', sans-serif;
  color: #888;
  line-height: 25px;
  font-size: 15px; }
  .footer-about img {
    margin-bottom: 30px; }
.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 20px; }
.footer-menu li a {
  font-family: 'Rubik', sans-serif;
  color: #888;
  line-height: 25px;
  font-size: 15px;
  border-bottom: 2px solid transparent; }
  .footer-menu li a:hover {
    border-bottom: 2px solid #888; }
.footer-contact-text {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #555; }
  .footer-contact-text b {
    display: block;
    color: #555; }
  .footer-contact-text p {
    margin-top: 10px; }
.footer-bottom {
  font-family: 'Rubik', sans-serif;
  color: #555; }
  .footer-bottom .container {
    padding-top: 28.5px;
    padding-bottom: 28.5px;
    border-top: 1px solid #e1e1e1; }

.contact-us {
  color: #fff; }
  .contact-us-title {
    font-size: 32px;
    font-weight: 600; }
  .contact-us-text {
    font-size: 16px; }
.contact-box {
  display: flex;
  align-items: center; }
  .contact-box-icon {
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    margin-right: 15px;
    color: #fff;
    font-size: 33px;
    line-height: 1; }
  .contact-box-title {
    font-size: 20px;
    font-weight: 600;
    color: #D5CE07; }
  .contact-box-text {
    font-size: 15px;
    color: #fff; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .header {
    background: #F7D118; /* Baner Mobil Görünüm Rengi Değişiyor */
    height: auto; }
    .header .wrapper {
      width: 100%;
      flex-wrap: wrap; }
    .header:before {
      display: none; }
    .header .logo {
      width: 100%;
      text-align: center;
      justify-content: center; }
    .header-contact {
      margin-left: 0;
      width: 100%;
      margin-top: 0; }
      .header-contact span {
        display: none; }
    .header .mobile-menu {
      display: block;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }
      .header .mobile-menu .mobile-btn {
        background: white;
        height: 45px;
        padding: 0 20px;
        line-height: 45px;
        font-size: 22px;
        cursor: pointer; }
      .header .mobile-menu ul {
        padding: 10px 0;
        display: none; }
        .header .mobile-menu ul li {
          line-height: 30px;
          font-family: 'Rubik', sans-serif; }
          .header .mobile-menu ul li ul {
            padding: 0 10px;
            display: block; }
          .header .mobile-menu ul li a {
            color: #000; }  /* Mobil de yazı rengi Değişiyor */
    .header .main-menu {
      display: none; }

  .product-groups {
    padding-top: 20px; }
    .product-groups-title {
      margin-bottom: 20px; }

  .corporate {
    padding-top: 20px; }

  .info-boxes {
    margin-top: 20px; }

  .brands {
    padding: 20px 0; }

  .page-head {
    margin-bottom: 20px; }

  .sidebar {
    margin-top: 20px; }

  .footer-top {
    margin-bottom: 0;
    padding: 20px 0; }
  .footer-middle {
    padding-top: 20px;
    padding-bottom: 20px; }
  .footer-title {
    margin-top: 25px; }

  .contact-us {
    margin-bottom: 20px; }

  .contact-box {
    margin-bottom: 20px; }

  .site-footer {
    position: relative; } }

/*# sourceMappingURL=style.css.map */
