/* HEADER */
table {
  width: 100% !important;

  overflow-x: scroll;
}

tbody {
  width: 100% !important;

  overflow-x: scroll;
}

header {
  width: 100%;
  background-color: #feed01;
  height: 100px;
}

.wrapper {
  width: 1200px;
  margin: auto;
}
.wrappers{
  max-width: 1000px;
  margin: auto;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


header .wrapper a {
  text-decoration: none;
  color: #3f4342;
}


header .wrapper a:hover {
  text-decoration: none;
  color: black;
}



.menu {
  display: flex;
  gap: 20px;
}


.menu li {
  list-style-type: none;
  font-size: 16px;
  position: relative;
}

.menu li a {
  color: #5d5d5d;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.menu li a:hover {
  color: black;
  text-decoration: none;
}



.menu li ul {
  position: absolute;
  width: 250px;
  background-color: #f2f2f2;
  z-index: 99;
  padding: 10px;
  visibility: collapse;
}


.menu li:hover ul {
  display: block;
  font-size: 16px;
  color: #3f4342;
  display: flex;
  flex-direction: column;
  gap: 10px;
  visibility: visible;
}



.menu li ul li a {

  text-align: left;
  font-size: 16px;
}

a {
  text-decoration: none;
}


.menu li ul li {
  padding-left: 0px;
}




.takip {
  background-color: #888888;
  padding: 30px;

}
.post_084_image img{
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.takip h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #f2f2f2;
}

.takip2 {
  padding: 10px;
}

.takip2 a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #888888;
}

.urun-alt-sayfa {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.urun-alt-sayfa .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-left {
  width: 22%;
}

.page-right {
  width: 75%;
  background: #fff;
}

.page-left ul {
  font-family: 'Poppins', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
}

.page-left ul li a {
  position: relative;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  padding: 10px 15px;
  font-weight: 500;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.page-left ul li a i {
  padding-right: 10px;
  color: #ea0b1a;
}

.page-left ul li a:hover {
  background: #888888;
  color: #fff;
  transition: all 0.2s ease-in;
  padding-left: 10px;
  text-decoration: none;
}

.page-left ul li a.menu-aktif {
  background: #000;
  color: #fff;
}


.kategoriler {
  display: flex;
padding-top: 0 !important;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}

.kategoriler .post_084_wrapper {
  width: 31%;
  cursor: pointer;

}

.post_084_image>img {
  transition: all 0.5s ease;
  width: 100%;
}

.kategoriler .post_084_wrapper:hover .post_084_image>img {
  transform: scale(1.05);
}

.post_084_content {
  height: 70px;
  text-align: center;
}

.post_084_content>h5>a {
  color: #888888;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
  transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
  text-decoration: none;

}

.post_084_content>h5>a:hover {
  color: #000;
}





/* BANNER */
.banner {
  width: 100%;
  height: 610px;
  margin: auto;
  background-color: #feed01;
}

.banner .wrapper {
  width: 90%;
}

.team_086_wrapper {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
}

.team_086_wrapper h5 a {
  text-decoration: none;
  color: #3f4342;
  font-size: 18px;
  text-align: center;
}






/* ÃœRÃœNLER */
.urungrubu {
  width: 100%;
  position: relative;
  margin-top: 30px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
}

.icerik {
  max-width: 950px;
  margin: auto;
  height: 400px;
}

section .icerik {
  display: flex;
  flex-wrap: wrap;
  color: #7c7c7c;
  line-height: 35px;
  justify-content: space-between;
  margin-top: -70px;
}

section .hak {
  font-size: 18px;
  color: #feed01;
  font-weight: 600;
  font-family: regular;
  width: 300px;
}

section .sirket {
  font-size: 24px;
  color: #43484b;
  font-weight: 600;
  font-family: regular;
}

section .urun {
  margin: auto;
  margin-bottom: 100px;
}



/* KARELER */
section .icerik1 {
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 200px;
}

#kare1 {
  width: 25%;
  background-color: #3f4342;
  height: 220px;
  font-size: 16px;
  padding-top: 13px;
}

#kare2 {
  width: 25%;
  background-color: #f2f2f2;
  height: 220px;
  font-size: 16px;
  padding-top: 13px;
}

section .icerik1 i {
  padding-left: 20px;
}

section .baslik1 {
  color: #ffffff;
  padding-left: 30px;
  padding-top: 10px;
  font-size: 22px;
  font-family: regular;
}

section .baslik2 {
  color: #43484b;
  padding-left: 30px;
  padding-top: 10px;
  font-size: 22px;
  font-family: regular;
}

section .fyazi1 {
  padding-left: 30px;
  padding-right: 30px;
  color: #c9c9c7;
}

section .fyazi2 {
  padding-left: 30px;
  padding-right: 30px;
  color: #c9c9c7;
}


/* FOOTER */


footer {
  background-color: transparent;
  background-image: linear-gradient(90deg, #feed01 43.7%, #53575a 43.7%);
  height: auto;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}


footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.footer-sol {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 15px;
}


.footer-sol p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}


.footer-sag {
  width: 50%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}



.footer-sag a {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;

}


.footer-sag a:hover {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #feed01;
}


.footer-sag h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}





/* ÃœRÃœN SAYFASI */
.urunler {
  width: 100%;
  height: 100px;
}

.urun-page {
  width: 1200px;
  margin: auto;
  height: auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
}

.yazi1 {
  max-width: 1200px;
  margin: auto;
  line-height: 100px;
  font-size: 24px;
  font-weight: 600;
}

.urunler-sol {
  width: 300px;
  -webkit-box-shadow: 0 0 6px 4px gainsboro;
  -moz-box-shadow: 0 0 6px 4px gainsboro;
  box-shadow: 0 0 6px 4px gainsboro;

}

.urunler-sag {
  width: 870px;
  -webkit-box-shadow: 0 0 6px 4px gainsboro;
  -moz-box-shadow: 0 0 6px 4px gainsboro;
  box-shadow: 0 0 6px 4px gainsboro;


}




#hamburger {
  position: absolute;
  display: flex;
  top: 3px;
  height: 110px;
  display: flex;
  align-items: center;
  right: 15px;
}

#hamburger svg {
  fill: #000;
  width: 40px;
  height: 40px;
}

#mmenu {
  font-family: 'Open Sans', sans-serif;
  display: block;
  height: 110vh;
  left: -300px;
  background-color: #2a2f35;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 300px;
  -webkit-transition: all 0.122s ease-in-out;
  transition: all 0.122s ease-in-out;
}

#mmenu>ul {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

#mmenu>ul>li {
  height: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}

#mmenu>ul>li a {
  height: 42px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: block;
  line-height: 42px;
  font-weight: 500;
}

#mmenu>ul>li>a {
  padding-left: 15px;
}

#mmenu>ul>li:hover ul {
  max-height: 4200px;
  visibility: visible;
  opacity: 1;
}

#mmenu>ul>li>ul {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.122s ease-in-out;
  transition: all 0.122s ease-in-out;
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

#mmenu>ul>li>ul a {
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  padding-left: 20px;
}

#closeButton {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}

#overlay {
  content: "";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}







.urunler-sol ul li {
  width: 300px;
  height: 40px;
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  font-size: 18px;
}

.urunler-sol ul li a {
  text-decoration: none;
  color: black;
}

.urunler-sol ul li a:hover {
  color: gainsboro;
}

#acil {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100% !important;
  }
}
.takip h1{
  margin-top: 10px;
}
header {
  height: 120px;
}
header .wrapper{
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .wrapper{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 950px) {
 
.yazi{
  padding: 10px;
}
footer .wrapper{
  padding-left: 10px;
  padding-right: 10px;
}


}
@media only screen and (max-width: 1000px) {
  section .icerik1{
    margin-top: 40px;
  }
  .takip{
    padding: 10px;
  }
  .takip h1{
    font-size: 18px;
    margin-top: 10px;
  }
  
  footer .wrapper{
    flex-direction: column;
  }
  .footer-sag{
    flex-direction: column;
  }
  .footer-sol p{
    color: white !important;
  }
  .page-right{
    width: 100% !important;
  }
  .page-left {
    display: none;
  }

  section .urun {
    width: 100%;
  }

  .wrapper {
    width: 95% !important;
  }

  #acil {
    display: block;
  }

  .menu {
    display: none;
  }

  footer {
    height: auto;
    background: #000;
  }

  .footer-sag {
    width: 350px;
  }

  .footer-sol {
    width: 350px;
  }

  .banner {
    height: auto;
  }

  section .icerik {
    height: auto;
    justify-content: center;
  }

  #kare1 {
    width: 49%;
    margin-bottom: 10px;
  }

  #kare2 {
    width: 49%;
    margin-bottom: 10px;
  }

  .sag {
    display: none;
  }

}

@media only screen and (max-width: 600px) {
#x_023_animated_layers img{
  height: 300px;
}
  .banner{
    height: 350px;
  }
  section .icerik1 {
    max-width: 95% !important;
  }
  #kare1 {
    width: 100%;
  }
  section .icerik1{
    margin-top: 0px;
  }
  #kare2 {
    width: 100%;
  }

  .sag {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
.page-right .kategoriler{
flex-direction: column;
}
.kategoriler .post_084_wrapper{
  width: 100% !important;
}
}