body {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  height: 100%;
  padding-top: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

li,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a,
a:visited {
  color:#ffffff;
  text-decoration: none;
}

a:hover,
a:visited:hover {
  color: #ffd000;
  text-decoration: none;
}

select,
input,
button {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.m-show {
  display: none;
}

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s top;
  transition: 0.2s top;
  z-index: 9000;
}

header.header .header-top {
  height: 60px;
  background-color: #fff;
}

header.header .header-top .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header .header-top .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

header.header .header-top .container ul li {
  margin-left: 60px;
}

header.header .header-top .container ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #ad0000;
}

header.header .header-top .container ul li a:hover {
  color: #ad0000;
}

header.header .header-center {
  width: 100%;
  height: 80px;
background: linear-gradient(to right, #ad0000, #ee6a05);
  position: relative;
}

header.header .header-center::after {
  content: "";
  width: 15%;
  height: 49px;
  background-color: #dda60f;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: -1;
}

header.header .header-center .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header.header .header-center .container::before {
  content: "";
  width: 76px;
  height: 11px;
  top: -7px;
  left: 40px;
  position: absolute;
  border-radius: 50px 50px 0 0;
  color: #ad0000;
}

header.header .header-center .container .in-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header .header-center .container .in-container nav.navigation {
  margin-left: 250px;
}

header.header .header-center .container .in-container nav.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .header-center .container .in-container nav.navigation ul li {
  margin-right: 41px;
  position: relative;
}

header.header .header-center .container .in-container nav.navigation ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: -10px;
  top: 0;
}

header.header .header-center .container .in-container nav.navigation ul li:last-child {
  margin-right: 0;
}

header.header .header-center .container .in-container nav.navigation ul li:last-child::after {
  display: none;
}

header.header .header-center .container .in-container nav.navigation ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

header.header .header-center .container .in-container nav.navigation ul li a:hover {
  color: #dda60f;
}

header.header .header-center .container .in-container .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

header.header .header-center .container .in-container .search span {
  margin-left: 5px;
  color: ##ffffff;
  font-size: 14px;
  font-weight: 800;
}

header.header .header-center .container .in-container .search:hover span {
  color: #dda60f;
}

header.header .header-center .container .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 100%;
}

header.header .header-center .container .secondary .phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  height: 38px;
  border-radius: 38px;
  margin: 0 15px;
}

header.header .header-center .container .secondary .phone img {
  margin: 0 12px;
}

header.header .header-center .container .secondary .phone span {
  margin-right: 20px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
}

header.header .header-center .container .header-bottom {
  width: calc(100% - 640px);
  height: 49px;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #dda60f;
}

header.header .header-center .container .header-bottom::before {
  content: "";
  width: 110px;
  height: 50px;

  border-radius: 400px;
  background-color: #dda60f;
  opacity: 1;
  position: absolute;
  top: -23.9px;
  left: -72px;
  z-index: -1;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

header.header .header-center .container .header-bottom > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header .header-center .container .header-bottom > ul > li {
  margin: 0 10px;
  position: relative;
}

header.header .header-center .container .header-bottom > ul > li::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: -10px;
}

header.header .header-center .container .header-bottom > ul > li:last-child {
  margin-right: 0;
}

header.header .header-center .container .header-bottom > ul > li:last-child::after {
  display: none;
}

header.header .header-center .container .header-bottom > ul > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

header.header .header-center .container .header-bottom > ul > li ul {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  padding: 0 10px;
  padding-top: 30px;
  border-radius: 10px;
  top: -8px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

header.header .header-center .container .header-bottom > ul > li ul::before {
  content: "";
  width: 246px;
  height: calc(100% - 24px);
  background-color: #ad0000;
  border-radius: 10px;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
}

header.header .header-center .container .header-bottom > ul > li ul li {
  padding: 5px 0;
}

header.header .header-center .container .header-bottom > ul > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-radius: 8px;
  min-width: 216px;
  position: relative;
}

header.header .header-center .container .header-bottom > ul > li ul li a::after {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background-color: #ad0000;
  position: absolute;
  left: 5px;
  top: calc(100% + 5px);
}

header.header .header-center .container .header-bottom > ul > li ul li a img {
  width: 88px;
  height: 55px;
  border-radius: 5px;
}

header.header .header-center .container .header-bottom > ul > li ul li a span {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  margin-left: 10px;
}

header.header .header-center .container .header-bottom > ul > li ul li a:hover {
  background-color: #ad0000;
}

header.header .header-center .container .header-bottom > ul > li ul li:last-child {
  margin-bottom: 5px;
}

header.header .header-center .container .header-bottom > ul > li ul li:last-child a::after {
  display: none;
}

header.header .header-center .container .header-bottom > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

header.header .header-center .container .header-bottom > ul > li ul {
  width: 260px;
  background-color: #ad0000;
  position: absolute;
  padding: 0 10px;
  padding-top: 30px;
  border-radius: 10px;
  top: 25px; /* artık iç içe girmiyor */
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;

  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;

  /* smooth açılış için başlangıç hali */
  transform: translateY(10px);  
  transition: all 0.25s ease;
}

/* hover olduğunda aktif hale gelir */
header.header .header-center .container .header-bottom > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);  /* yerine oturur */
}

@media (min-width: 992px) {
  header.header .header-center .container .header-bottom > ul > li ul {
    transform: translateY(10px);
    transition: all 0.25s ease;
  }
  header.header .header-center .container .header-bottom > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}



header.header.header-sticky {
  top: -60px;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
}

header.header.header-hide {
  top: -190px;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
}

header.header.header-sticky.header-show {
  top: -60px;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
}

section.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

section.search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

section.search .input-group input {
  width: calc(100% - 74px);
  height: 64px;
  border: none;
  outline: none;
  font-size: 14px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.search .input-group button {
  width: 74px;
  height: 64px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
  background-color: #e9b004;
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.search .input-group button:hover {
  opacity: 0.9;
}

section.search.active {
  visibility: visible;
  opacity: 1;
}

section.search.active .input-group {
  margin-top: 0;
  opacity: 1;
}

section.search .outline {
  position: absolute;
  width: 1%;
  height: 11%;
  top: 0;
  left: 0;
  background-color: #e0b10d;
  opacity: 0.8;
  z-index: 1;
}

section.main-slider .slide-item {
  width: 100%;
  position: relative;
}

section.main-slider .slide-item .image {
  width: 100%;
}

section.main-slider .slide-item .image img {
  display: block;
  width: 100%;
}

/* Genel slayt alanı düzeni */
.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden; /* Taşmalar engellenir */
}

/* Slider içeriği: Flexbox ile yan yana sıralama */
.slide-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.slide-item {
  position: relative;
  width: 100%; /* Her slaytın tam genişlikte olmasını sağlar */
  height: 100%; /* Yükseklik de %100 yapılıyor */
}

.image img {
  width: 100%; /* Resmin genişliği */
  height: auto; /* Resmin orantılı bir şekilde boyutlandırılması */
}

/* Metin kutusu: Slaytın içinde, ortada */
.text-overlay {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 15px;
  background-color: rgba(64, 0, 0, 0.7);
  color: #fff;
  border-radius: 15px;
  font-size: 15px;
  text-align: center;
  max-width: 80%;
}

/* Button stilizasyonu */
.button a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #f1c40f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.button a:hover {
  background-color: #e0b10d;
}


section.main-slider .slide-item .container .description .title {
  text-align: right;
  margin-bottom: -100px;
}

section.main-slider .slide-item .container .description .title span {
  display: block;
}

section.main-slider .slide-item .container .description .title span.line-1 {
  font-size: 38px;
  font-weight: 800;
}

section.main-slider .slide-item .container .description .title span.line-2 {
  font-size: 38px;
  font-weight: 400;
}

section.main-slider .slide-item .container .description .title span.line-3 {
  font-size: 38px;
  font-weight: 800;
}

section.main-slider .slide-item .container .description .title span.line-4 {
  font-size: 44px;
  font-weight: 900;
}

section.main-slider .slide-item .container .description .text {
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  margin-bottom: -100px;
}

section.main-slider .slide-item .container .description .button {
  text-align: right;
}

section.main-slider .slide-item .container .description .button a {
  min-width: 220px;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.main-slider .slide-item .container .description .button a:hover {
  color: #fff;
  background-color: #ad0000;
  border: 1px solid #ad0000;
}


section.category-slider .slide-item {
  width: 100%;
  padding-top: 115%;
  position: relative;
  background: linear-gradient(45deg, #a30303, rgb(255, 102, 37)); /* Kırmızıdan turuncuya geçiş */
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.category-slider .slide-item::after {
  content: "";
  width: 26px;
  height: 100%;
  background-image: url("../assets/materials/shadow.png");
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

section.category-slider .slide-item .contents {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.category-slider .slide-item .contents .group {
  width: 100%;
}

section.category-slider .slide-item .contents .group .image img {
  display: block;
  margin: 0 auto;
}

section.category-slider .slide-item .contents .group .title h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.category-slider .slide-item .contents .group .text {
  display: none;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}

section.category-slider .slide-item .contents .group .button {
  display: none;
}

section.category-slider .slide-item .contents .group .button a {
  min-width: 220px;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a10c0c;
  background-color: #fff;
  border: 1px solid #c90d0d;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.category-slider .slide-item .contents .group .button a:hover {
  color: #fff;
  background-color: #dda60f;
  border: 1px solid #ff1414;;
}

section.category-slider .slide-item:hover {
  padding-top: 125%;
  margin-top: -10%;
  background-color: #fff;
  z-index: 2;
}

section.category-slider .slide-item:hover::after {
  display: none;
}

section.category-slider .slide-item:hover .contents .group .text,
section.category-slider .slide-item:hover .contents .group .button {
  display: block;
}

section.category-slider .owl-stage-outer {
  padding-top: 3%;
  margin-top: -3%;
}

section.text-slider {
  padding: 250px 0 300px 0;
}

section.text-slider .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.text-slider .slide-item .contents {
  width: calc(100% - 690px);
}

section.text-slider .slide-item .contents .title .top-title h3 {
  font-size: 18px;
  font-weight: 400;
}

section.text-slider .slide-item .contents .title .featured-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 34px;
}

section.text-slider .slide-item .contents .title .featured-title b {
  font-size: 44px;
  font-weight: 900;
}

section.text-slider .slide-item .contents .title .featured-title small {
  font-size: 34px;
  font-weight: 300;
}

section.text-slider .slide-item .contents .text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 34px;
}

section.text-slider .slide-item .contents .button a {
  min-width: 220px;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.text-slider .slide-item .contents .button a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.text-slider .slide-item .image-video {
  width: 660px;
}

section.text-slider .slide-item .image-video img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

section.text-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.text-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #dfdfdf;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

section.text-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

section.text-slider .owl-dots .owl-dot.active {
  background-color: #ff1414;;
  border-color: #ff1414;;
}

section.text-slider .owl-stage-outer {
  padding: 15px;
  margin: -15px;
}

section.detail-slider {
  padding: 110px 0 160px 0;
  background-color: #ff1414;;
}

section.detail-slider .container {
  position: relative;
}

section.detail-slider .container::after {
  content: "";
  background-image: url("../assets/materials/detail-slider-bg.png");
  width: 661px;
  height: 658px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}

section.detail-slider .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

section.detail-slider .slide-item .contents {
  width: calc(100% - 690px);
}

section.detail-slider .slide-item .contents .title {
  margin-bottom: 30px;
}

section.detail-slider .slide-item .contents .title .top-title h3 {
  font-size: 18px;
  font-weight: 400;
}

section.detail-slider .slide-item .contents .title .line-1 {
  font-size: 38px;
  font-weight: 300;
}

section.detail-slider .slide-item .contents .title .line-2 {
  font-size: 38px;
  font-weight: 800;
}

section.detail-slider .slide-item .contents .text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 34px;
}

section.detail-slider .slide-item .contents .button a {
  min-width: 220px;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.detail-slider .slide-item .contents .button a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.detail-slider .slide-item .image {
  width: 661px;
  height: 658px;
}

section.detail-slider .slide-item .image img {
  display: block;
  width: 100%;
  height: 100%;
}

section.detail-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0;
}

section.detail-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #dfdfdf;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

section.detail-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

section.detail-slider .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}

section.page .page-header {
  position: relative;
}

section.page .page-header .container {
  height: 300px;
}

section.page .page-header .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 280px;
  height: 100%;
  background-color: #ff1414;;
  position: relative;
  padding: 40px 40px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-header .container .title::before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #ff1414;;
}

section.page .page-header .container .title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: right;
  margin: 0;
}

section.page .page-header .image {
  width: calc(50% + 305px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}

section.page .page-contents .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.page .page-contents .container .sidebar {
  width: 280px;
  margin-bottom: 100px;
}

section.page .page-contents .container .sidebar .sidebar-contents {
  width: 100%;
  background-color: #e2ddda;
  position: relative;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .sidebar .sidebar-contents::before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #e2ddda;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups {
  width: 100%;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul {
  width: 100%;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li {
  margin-bottom: 10px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > a {
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  padding: 15px 20px;
  text-align: right;
  color: #fff;
  background-color: #8b3030;
  position: relative;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff1414;;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > a:hover {
  opacity: 0.9;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li.active > a {
  background-color: #ff1414;;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li.active > a::before {
  background-color: #ff1414;;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul {
  padding-left: 10px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li {
  margin-top: 5px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 15px 20px;
  text-align: right;
  color: #494949;
  background-color: #c5c5c5;
  position: relative;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff1414;;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > a:hover {
  opacity: 0.9;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul {
  padding-left: 10px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li {
  margin-top: 5px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 20px;
  text-align: right;
  color: #494949;
  background-color: #d7d7d7;
  position: relative;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff1414;;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > a:hover {
  opacity: 0.9;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > ul {
  padding-left: 10px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > ul li {
  margin-top: 5px;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > ul li a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 15px 20px;
  text-align: right;
  color: #494949;
  background-color: #f4f2f3;
  position: relative;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > ul li a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff1414;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > ul li a:hover {
  opacity: 0.9;
}

section.page .page-contents .container .sidebar .sidebar-contents .product-groups > ul > li > ul > li > ul > li > ul li.active a {
  background-color: #fff;
}

section.page .page-contents .container .sidebar .sidebar-contents .page-navigation {
  margin-bottom: 40px;
}

section.page .page-contents .container .sidebar .sidebar-contents .page-navigation ul li a {
  display: block;
  padding: 20px;
  padding-right: 40px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

section.page .page-contents .container .sidebar .sidebar-contents .page-navigation ul li.active a {
  color: #ff1414;
  background-color: #fff;
  position: relative;
}

section.page .page-contents .container .sidebar .sidebar-contents .page-navigation ul li.active a::before {
  content: "";
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #ff5e14;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer {
  padding-top: 30px;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a .text {
  text-align: right;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a .text .title {
  font-size: 16px;
  font-weight: 800;
  color: #ff1414;;
  display: block;
  margin-bottom: 5px;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a .text .detail {
  font-size: 20px;
  font-weight: 800;
  color: #7a8798;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a .logo {
  width: 54px;
  margin-left: 15px;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a .logo img {
  display: block;
  width: 100%;
}

section.page .page-contents .container .sidebar .sidebar-contents .footer a:hover {
  opacity: 0.8;
}

section.page .page-contents .container .contents {
  width: calc(100% - 280px);
  padding: 50px 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .product-detail .title {
  margin-bottom: 30px;
}

section.page .page-contents .container .contents .product-detail .title h1 {
  font-size: 26px;
}

section.page .page-contents .container .contents .product-detail .slider {
  margin-bottom: 40px;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider {
  position: relative;
  margin-bottom: 10px;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider li img {
  display: block;
  width: 100%;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background-color: #fff;
  width: 54px;
  height: 54px;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider .owl-nav .owl-prev span {
  padding-bottom: 8px;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background-color: #fff;
  width: 54px;
  height: 54px;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider .owl-nav .owl-next span {
  padding-bottom: 8px;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider-thumbs li {
  cursor: pointer;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider-thumbs li img {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

section.page .page-contents .container .contents .product-detail .slider .product-slider-thumbs li:hover img {
  opacity: 1;
}

section.page .page-contents .container .contents .product-detail .text {
  margin-bottom: 40px;
}

section.page .page-contents .container .contents .product-detail .text p {
  text-align: justify;
  line-height: 24px;
}

section.page .page-contents .container .contents .product-detail .attachments {
  margin-bottom: 40px;
}

section.page .page-contents .container .contents .product-detail .attachments .file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.page .page-contents .container .contents .product-detail .attachments .file:hover {
  background-color: #eee;
}

section.page .page-contents .container .contents .product-detail .attachments .file .image {
  width: 30px;
  margin-right: 10px;
}

section.page .page-contents .container .contents .product-detail .attachments .file .image img {
  width: 100%;
  display: block;
}

section.page .page-contents .container .contents .product-detail .attachments .file .name {
  font-size: 14px;
  font-weight: 600;
}

section.page .page-contents .container .contents .product-detail .details {
  margin-bottom: 100px;
}

section.page .page-contents .container .contents .product-detail .details .detail-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.page .page-contents .container .contents .product-detail .details .detail-header ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .product-detail .details .detail-header ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #ebebeb;
  font-size: 18px;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.page .page-contents .container .contents .product-detail .details .detail-header ul li.active span {
  background-color: #f4f2f3;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents {
  background-color: #f4f2f3;
  padding: 20px;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .description {
  display: none;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .description.active {
  display: block;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .description p {
  margin-top: 0;
  line-height: 24px;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .table {
  display: none;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .table.active {
  display: block;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .table table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
}

section.page .page-contents .container .contents .product-detail .details .detail-contents .table table tbody tr td {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px;
}

section.page .page-contents .container .contents .cards {
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .cards h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

section.page .page-contents .container .contents .cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

section.page .page-contents .container .contents .cards ul li {
  margin: 8px;
  width: calc(33.33% - 16px);
}

section.page .page-contents .container .contents .cards ul li .content {
  display: block;
  background-color: #e3e3e3;
  height: 100%;
  padding: 15px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

section.page .page-contents .container .contents .cards ul li .content .image img {
  width: 100%;
  display: block;
}

section.page .page-contents .container .contents .cards ul li .content .title {
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 30px 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.page .page-contents .container .contents .cards ul li .content .sub-contents a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

section.page .page-contents .container .contents .cards ul li .content .sub-contents a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ff5e14;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

section.page .page-contents .container .contents .cards ul li .content .button {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
}

section.page .page-contents .container .contents .cards ul li .content .button a {
  height: 46px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-contents .container .contents .cards ul li .content .button a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contents .container .contents .page-container {
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .page-container h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

section.page .page-contents .container .contents .page-container .files-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

section.page .page-contents .container .contents .page-container .files-header h1 {
  margin-bottom: 0;
}

section.page .page-contents .container .contents .page-container .files-header a {
  height: 44px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-contents .container .contents .page-container .files-header a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contents .container .contents .page-container .page-text {
  color: #5c5c5c;
  line-height: 24px;
  margin-bottom: 100px;
  text-align: justify;
}

section.page .page-contents .container .contents .page-container .page-gallery {
  margin-bottom: 100px;
}

section.page .page-contents .container .contents .page-container .page-gallery .page-gallery-title {
  margin-bottom: 20px;
}

section.page .page-contents .container .contents .page-container .page-gallery .page-gallery-title h2 {
  font-size: 22px;
  font-weight: 500;
}

section.page .page-contents .container .contents .page-container .page-gallery .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

section.page .page-contents .container .contents .page-container .page-gallery .images a {
  display: block;
  margin: 8px;
  width: calc(25% - 16px);
}

section.page .page-contents .container .contents .page-container .page-gallery .images a img {
  display: block;
  width: 100%;
}

section.page .page-contents .container .contents .page-container .page-video {
  margin-bottom: 100px;
}

section.page .page-contents .container .contents .page-container .page-video .page-video-title {
  margin-bottom: 20px;
}

section.page .page-contents .container .contents .page-container .page-video .page-video-title h2 {
  font-size: 22px;
  font-weight: 500;
}

section.page .page-contents .container .contents .page-container .page-video .video a {
  display: block;
  width: 100%;
  position: relative;
}

section.page .page-contents .container .contents .page-container .page-video .video a::after {
  content: url("../assets/materials/play-button.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.page .page-contents .container .contents .page-container .page-video .video a img {
  display: block;
  width: 100%;
}

section.page .page-contents .container .contents .contact-container {
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .contact-container h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

section.page .page-contents .container .contents .contact-container .contact-list .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  min-height: 77px;
}

section.page .page-contents .container .contents .contact-container .contact-list .contact-item .icon {
  margin-right: 34px;
  padding-right: 14px;
  position: relative;
}

section.page .page-contents .container .contents .contact-container .contact-list .contact-item .icon::after {
  content: url("../assets/materials/arrow-contact.png");
  width: 11px;
  height: 77px;
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.page .page-contents .container .contents .contact-container .contact-list .contact-item .text {
  font-size: 16px;
}

section.page .page-contents .container .contents .contact-container .contact-list .contact-item .text .title {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

section.page .page-contents .container .contents .contact-container .contact-list .contact-item .text a {
  display: inline-block;
  font-weight: 500;
}

section.page .page-contents .container .contents .seller-container .turkey-map-province-titles {
  position: absolute;
  z-index: 2;
}

section.page .page-contents .container .contents .seller-container .turkey-map-province-titles div {
  font-size: 14px;
  display: inline-block;
  background: #191717;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}

section.page .page-contents .container .contents .seller-container .turkey-map {
  width: 100%;
}

section.page .page-contents .container .contents .seller-container .turkey-map svg {
  width: 100%;
  height: auto;
}

section.page .page-contents .container .contents .seller-container .turkey-map svg path {
  cursor: pointer;
  fill: #ddd;
}

section.page .page-contents .container .contents .seller-container .turkey-map svg path:hover {
  fill: #ff5e14;
}

section.page .page-contents .container .contents .seller-container .turkey-map svg .active path {
  fill: #ff5e14;
}

section.page .page-contents .container .contents .seller-container .seller-list {
  margin-bottom: 200px;
}

section.page .page-contents .container .contents .seller-container .seller-list .province-name {
  margin-bottom: 20px;
}

section.page .page-contents .container .contents .seller-container .seller-list .province-name h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ff5e14;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li {
  margin-bottom: 15px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 15px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .image {
  width: 90px;
  margin-right: 15px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .image img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents {
  width: calc(100% - 105px);
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .description {
  font-size: 14px;
  margin-bottom: 10px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .description b {
  font-weight: 600;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .footer a {
  font-size: 16px;
}

section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .footer a b {
  font-weight: 600;
}

section.page .page-contents .container .contents .seller-container .seller-no-results {
  font-size: 16px;
  text-align: center;
  margin-bottom: 200px;
}

section.page .page-contents .container .contents .seller-login {
  margin-top: -50px;
}

section.page .page-contents .container .contents .seller-login .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.page .page-contents .container .contents .seller-login .group .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(33.33% - 10px);
}

section.page .page-contents .container .contents .seller-login .group .input-group .title {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 24px;
}

section.page .page-contents .container .contents .seller-login .group .input-group input {
  width: 100%;
  height: 54px;
  padding: 0 24px;
  border-radius: 54px;
  background-color: #f6f6f6;
  border: 1px solid #0c1003;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .seller-login .group .input-group button {
  width: 100%;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-contents .container .contents .seller-login .group .input-group button:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contents .container .contents .seller-login .alerts {
  margin-top: 30px;
}

section.page .page-contents .container .contents .seller-login .alerts .alert {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
}

section.page .page-contents .container .contents .seller-login .alerts .alert.warning {
  color: #fff;
  background-color: #ff5e14;
  border-color: #ff5e14;
}

section.page .page-contents .container .contents .seller-files {
  margin-top: -50px;
}

section.page .page-contents .container .contents .seller-files .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

section.page .page-contents .container .contents .seller-files .group .title {
  width: calc(100% - 215px);
  height: 54px;
  padding: 0 24px;
  border-radius: 54px;
  background-color: #f6f6f6;
  border: 1px solid #c7c8c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .contents .seller-files .group a {
  width: 200px;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-contents .container .contents .seller-files .group a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contents .container .contents .seller-no-files {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  margin-top: -50px;
}

section.page .page-contents .container .product-categories {
  width: 100%;
  padding-top: 38px;
  margin-bottom: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .product-categories .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -8px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .product-categories .group .parent {
  display: block;
  width: 280px;
  margin: 8px;
  background-color: #ff5e14;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contents .container .product-categories .group .parent .image {
  margin-bottom: 15px;
}

section.page .page-contents .container .product-categories .group .parent .image img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
}

section.page .page-contents .container .product-categories .group .parent .title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

section.page .page-contents .container .product-categories .group .parent .text {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}

section.page .page-contents .container .product-categories .group .parent:hover {
  opacity: 0.8;
}

section.page .page-contents .container .product-categories .group .content {
  width: 280.6px;
  display: block;
  background-color: #e3e3e3;
  margin: 8px;
  padding: 15px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

section.page .page-contents .container .product-categories .group .content:nth-child(5) {
  margin-left: 304px;
}

section.page .page-contents .container .product-categories .group .content:nth-child(8) {
  margin-left: 304px;
}

section.page .page-contents .container .product-categories .group .content:nth-child(11) {
  margin-left: 304px;
}

section.page .page-contents .container .product-categories .group .content .image img {
  width: 100%;
  display: block;
}

section.page .page-contents .container .product-categories .group .content .title {
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 30px 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.page .page-contents .container .product-categories .group .content .sub-contents a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

section.page .page-contents .container .product-categories .group .content .sub-contents a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ff5e14;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

section.page .page-contents .container .product-categories .group .content .button {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
}

section.page .page-contents .container .product-categories .group .content .button a {
  height: 46px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-contents .container .product-categories .group .content .button a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contents .container .search-results {
  margin: 100px 0;
  text-align: center;
  width: 100%;
}

section.page .page-contents .container .search-results .search-item {
  margin-bottom: 40px;
}

section.page .page-contents .container .search-results .search-item .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
}

section.page .page-contents .container .search-results .search-item .title b {
  font-weight: 600;
}

section.page .page-contents .container .search-results .search-item ul li {
  margin-bottom: 5px;
}

section.page .page-contents .container .search-results .search-item ul li a {
  font-size: 14px;
}

section.page .page-contents .container .search-no-results {
  width: 100%;
  text-align: center;
  margin: 200px 0;
}

section.page .page-product-slider {
  margin-bottom: 150px;
}

section.page .page-product-slider .page-product-slider-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

section.page .page-product-slider .contents {
  width: 100%;
  max-width: 1890px;
  margin: 0 auto;
}

section.page .page-product-slider .contents li .content {
  background-color: #e3e3e3;
  padding: 15px;
  padding-bottom: 30px;
}

section.page .page-product-slider .contents li .content .image img {
  width: 100%;
  display: block;
}

section.page .page-product-slider .contents li .content .title {
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.page .page-product-slider .contents li .content .button {
  text-align: center;
}

section.page .page-product-slider .contents li .content .button a {
  height: 46px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-product-slider .contents li .content .button a:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contact-form {
  margin-bottom: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contact-form .title {
  margin-bottom: 30px;
}

section.page .page-contact-form .title h2 {
  font-weight: 500;
}

section.page .page-contact-form .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contact-form .form-group input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contact-form .form-group select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contact-form .form-group textarea {
  width: calc(100% - 16px);
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 14px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.page .page-contact-form .form-group button {
  min-width: 220px;
  height: 54px;
  border-radius: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #c7c8c5;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

section.page .page-contact-form .form-group button:hover {
  color: #fff;
  background-color: #ff1414;;
  border: 1px solid #ff1414;;
}

section.page .page-contact-form .form-group.x4 {
  margin: -8px;
  padding: 8px 0;
}

section.page .page-contact-form .form-group.x4 input {
  width: calc(25% - 16px);
  margin: 8px;
}

section.page .page-contact-form .form-group.x4 select {
  width: calc(25% - 16px);
  margin: 8px;
}

section.page .page-contact-form .form-group.x2 {
  margin: -8px;
  padding: 8px 0;
}

section.page .page-contact-form .form-group.x2 input {
  width: calc(50% - 8px);
  margin: 8px;
}

section.page .page-contact-form .form-group.x2 select {
  width: calc(50% - 8px);
  margin: 8px;
}

section.page .page-maps {
  width: 100%;
  margin-bottom: 100px;
}

section.page .page-maps .title {
  margin-bottom: 30px;
}

section.page .page-maps .title h2 {
  font-weight: 500;
}

section.page .page-maps .title .google-maps {
  width: 100%;
  height: 760px;
}

section.page .page-maps .title .google-maps iframe {
  width: 100%;
  height: 760px;
}

footer.footer {
  display: block;
  padding: 90px 0;
  background-color: #ebebeb;
  position: relative;
}

footer.footer .to-top {
  width: 64px;
  height: 64px;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
  top: -32px;
  left: calc(50% - 32px);
  border-radius: 64px;
  cursor: pointer;
}

footer.footer .to-top img {
  width: 32px;
}

footer.footer .container {
  position: relative;
}

footer.footer .container::after {
  content: url("../../assets/materials/footer-bg.png");
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
}

footer.footer .container .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

footer.footer .container .footer-top::before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  background-color: #d9dee1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer.footer .container .footer-top a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

footer.footer .container .footer-top a .text {
  text-align: right;
}

footer.footer .container .footer-top a .text .title {
  font-size: 24px;
  font-weight: 800;
  color: #ff1414;;
  display: block;
  margin-bottom: 5px;
}

footer.footer .container .footer-top a .text .detail {
  font-size: 32px;
  font-weight: 800;
  color: #7a8798;
}

footer.footer .container .footer-top a .logo {
  margin-left: 26px;
}

footer.footer .container .footer-top a:last-child .text {
  text-align: left;
}

footer.footer .container .footer-top a:last-child .logo {
  margin-left: 0;
  margin-right: 26px;
}

footer.footer .container .footer-top a:hover {
  opacity: 0.8;
}

footer.footer .container .footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #7a8798;
  margin-bottom: 84px;
  position: relative;
  z-index: 2;
}

footer.footer .container .footer-center .contact ul li {
  margin-bottom: 16px;
}

footer.footer .container .footer-center .contact ul li .contact-item {
  max-width: 420px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #7a8798;
}

footer.footer .container .footer-center .contact ul li .contact-item .icon {
  margin-right: 18px;
}

footer.footer .container .footer-center .contact ul li .contact-item:hover {
  color: #ff1414;;
}

footer.footer .container .footer-center .contact ul li .contact-item:hover .icon {
  opacity: 0.8;
}

footer.footer .container .footer-center .groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.footer .container .footer-center .groups .group {
  margin-left: 40px;
}

footer.footer .container .footer-center .groups .group .title {
  font-size: 18px;
  font-weight: 700;
}

footer.footer .container .footer-center .groups .group ul {
  margin-top: 20px;
}

footer.footer .container .footer-center .groups .group ul li {
  margin-bottom: 20px;
}

footer.footer .container .footer-center .groups .group ul li a {
  font-size: 14px;
  color: #7a8798;
  line-height: 20px;
}

footer.footer .container .footer-center .groups .group ul li a:hover {
  color: #ff1414;;
}

footer.footer .container .footer-socials {
  margin-bottom: 84px;
  position: relative;
  z-index: 2;
}

footer.footer .container .footer-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.footer .container .footer-socials ul li {
  margin-right: 18px;
}

footer.footer .container .footer-socials ul li:last-child {
  margin-right: 0;
}

footer.footer .container .footer-socials ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77px;
  height: 77px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}

footer.footer .container .footer-bottom {
  position: relative;
  z-index: 2;
}

footer.footer .container .footer-bottom .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}

footer.footer .container .footer-bottom .logos a {
  margin-right: 100px;
}

footer.footer .container .footer-bottom .logos a:last-child {
  margin-right: 0;
}

footer.footer .container .footer-bottom .logos a:hover {
  opacity: 0.9;
}

footer.footer .container .footer-bottom .copyright {
  color: #7a8798;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 84px;
}

footer.footer .container .footer-bottom .supervizyon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.footer .container .footer-bottom .supervizyon a:hover {
  opacity: 0.9;
}

@media (max-width: 1900px) {
  header.header .header-center .container .secondary {
    display: none;
  }
  section.category-slider .slide-item .contents {
    padding: 0 30px;
  }
  section.category-slider .slide-item .contents .group .image img {
    width: 140px;
  }
}

/* CONTAINER WIDTH 1140PX [ XL ] */
@media (max-width: 1400px) {
  section.main-slider .slide-item .container .description {
    margin-left: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.main-slider .owl-dots {
    bottom: 80px;
  }
  section.category-slider {
    margin-top: 0;
  }
  section.category-slider .slide-item .contents .group .image img {
    width: auto;
    max-width: 120px;
  }
  section.category-slider .slide-item .contents .group .title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.category-slider .slide-item .contents .group .text {
    font-size: 10px;
    margin-bottom: 15px;
  }
  section.category-slider .slide-item .contents .group .button a {
    width: auto;
    height: 40px;
    font-size: 12px;
  }
}

/* CONTAINER WIDTH 960PX [ L ] */
@media (max-width: 1200px) {
  .container {
    width: 960px;
  }
  .m-hidden {
    display: block;
  }
  header.header .header-center .container .in-container nav.navigation {
    margin-left: 40px;
  }
  header.header .header-center .container .header-bottom {
    right: auto;
    left: 44px;
  }
  section.text-slider .slide-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.text-slider .slide-item .contents {
    width: 100%;
  }
  section.text-slider .slide-item .image-video {
    width: 100%;
    margin-bottom: 30px;
  }
  section.page .page-header .image {
    width: calc(50% + 200px);
  }
  section.page .page-contents .container .product-categories .group .content {
    width: 324px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(4) {
    margin-left: 304px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(5) {
    margin-left: 8px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(6) {
    margin-left: 304px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(8) {
    margin-left: 304px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(10) {
    margin-left: 304px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(11) {
    margin-left: 8px;
  }
}

/* CONTAINER WIDTH 720PX [ MD ] */
@media (max-width: 992px) {
  .container {
    width: 720px;
  }
  .m-hidden {
    display: none;
  }
  .m-show {
    display: block;
  }
  header.header {
    z-index: 1001;
  }
  header.header .header-center::after {
    display: none;
  }
  header.header .header-center .container .in-container nav.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  header.header .header-center .container .in-container nav.navigation ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header-center .container .in-container nav.navigation ul li {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
  }
  header.header .header-center .container .in-container nav.navigation ul li::after {
    display: none;
  }
  header.header .header-center .container .in-container nav.navigation ul li:last-child {
    margin-bottom: 0;
  }
  header.header .header-center .container .in-container nav.navigation ul li a {
    color: #000;
    font-size: 16px;
  }
  header.header .header-center .container .in-container nav.navigation .close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    right: 24px;
    top: 24px;
    border-radius: 30px;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header.header .header-center .container .in-container nav.navigation .close:hover {
    border-color: #ff5e14;
    color: #ff5e14;
  }
  header.header .header-center .container .in-container nav.navigation.active {
    opacity: 1;
    visibility: visible;
  }
  header.header .header-center .container .in-container .m-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header.header .header-center .container .in-container .m-menu-item span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 6px;
    font-weight: 600;
  }
  header.header .header-center .container .in-container .m-menu-item:hover span {
    color: #ff5e14;
  }
  header.header .header-center .container .header-bottom {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  header.header .header-center .container .header-bottom > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 340px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header.header .header-center .container .header-bottom > ul > li {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  header.header .header-center .container .header-bottom > ul > li::after {
    display: none;
  }
  header.header .header-center .container .header-bottom > ul > li ul {
    display: none;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    padding-top: 0;
    margin-top: 16px;
  }
  header.header .header-center .container .header-bottom > ul > li ul::before {
    display: none;
  }
  header.header .header-center .container .header-bottom > ul > li ul::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #666666 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header.header .header-center .container .header-bottom .close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    right: 24px;
    top: 24px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header.header .header-center .container .header-bottom .close:hover {
    border-color: #000;
    color: #000;
  }
  header.header .header-center .container .header-bottom.active {
    opacity: 1;
    visibility: visible;
  }
  section.main-slider .slide-item .container .description {
    margin-left: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  section.main-slider .slide-item .container .description .title {
    text-align: center;
    margin-bottom: 16px;
  }
  section.main-slider .slide-item .container .description .title span.line-1 {
    font-size: 28px;
  }
  section.main-slider .slide-item .container .description .title span.line-2 {
    font-size: 28px;
  }
  section.main-slider .slide-item .container .description .title span.line-3 {
    font-size: 28px;
  }
  section.main-slider .slide-item .container .description .title span.line-4 {
    font-size: 34px;
  }
  section.main-slider .slide-item .container .description .text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  section.main-slider .slide-item .container .description .button {
    text-align: center;
  }
  section.main-slider .slide-item .container .description .button a {
    width: auto;
    height: 44px;
    font-size: 14px;
  }
  section.main-slider .owl-dots {
    bottom: 16px;
  }
  section.detail-slider .container::after {
    display: none;
  }
  section.detail-slider .container .slide-item .contents {
    width: 100%;
  }
  section.detail-slider .container .slide-item .image {
    display: none;
  }
  section.detail-slider .owl-dots {
    bottom: -60px;
  }
  section.page .page-header {
    position: relative;
  }
  section.page .page-header .container {
    position: relative;
    z-index: 1;
  }
  section.page .page-header .container .title {
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
  }
  section.page .page-header .container .title::before {
    display: none;
  }
  section.page .page-header .image {
    width: 100%;
  }
  section.page .page-header .sidebar-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
    background-color: #ff5e14;
    top: 100%;
    left: 50%;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  section.page .page-header .sidebar-controller img {
    display: block;
    width: 18px;
    margin-right: 10px;
  }
  section.page .page-contents .container .sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.page .page-contents .container .sidebar.active {
    visibility: visible;
    opacity: 1;
  }
  section.page .page-contents .container .sidebar .sidebar-contents {
    min-height: 100%;
    padding: 50px;
    padding-top: 90px;
  }
  section.page .page-contents .container .sidebar .footer {
    text-align: center;
  }
  section.page .page-contents .container .sidebar .close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    right: 24px;
    top: 24px;
    border-radius: 30px;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  section.page .page-contents .container .sidebar .close:hover {
    border-color: #ff5e14;
    color: #ff5e14;
  }
  section.page .page-contents .container .contents {
    width: 100%;
    padding-left: 0;
  }
  section.page .page-contents .container .product-categories .group .parent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.page .page-contents .container .product-categories .group .parent .image {
    margin-right: 15px;
  }
  section.page .page-contents .container .product-categories .group .content {
    width: calc(33.3% - 16px);
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(4) {
    margin-left: 8px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(5) {
    margin-left: 8px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(6) {
    margin-left: 8px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(8) {
    margin-left: 8px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(10) {
    margin-left: 8px;
  }
  section.page .page-contents .container .product-categories .group .content:nth-child(11) {
    margin-left: 8px;
  }
  section.page .page-contact-form .form-group.x4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.page .page-contact-form .form-group.x4 input {
    width: calc(50% - 16px);
  }
  section.page .page-contact-form .form-group.x4 select {
    width: calc(50% - 16px);
  }
  footer.footer .container .footer-top a .text .title {
    font-size: 18px;
  }
  footer.footer .container .footer-top a .text .detail {
    font-size: 22px;
  }
  footer.footer .container .footer-top a .logo {
    width: 64px;
  }
  footer.footer .container .footer-top a .logo img {
    width: 100%;
    display: block;
  }
  footer.footer .container .footer-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  footer.footer .container .footer-center .contact {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  footer.footer .container .footer-center .groups {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.footer .container .footer-center .groups .group {
    margin-left: 0;
    width: 50%;
    margin-bottom: 30px;
  }
  footer.footer .container .footer-center .groups .group:first-child {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  footer.footer .container .footer-socials {
    margin-bottom: 60px;
  }
  footer.footer .container .footer-socials ul li {
    margin-right: 10px;
  }
  footer.footer .container .footer-socials ul li a {
    width: 34px;
    height: 34px;
  }
  footer.footer .container .footer-socials ul li a img {
    display: block;
    width: 70%;
  }
  footer.footer .container .footer-bottom .logos {
    margin-bottom: 50px;
  }
  footer.footer .container .footer-bottom .logos a {
    width: 40%;
    margin-right: 30px;
  }
  footer.footer .container .footer-bottom .logos a img {
    width: 100%;
    display: block;
  }
}

/* CONTAINER WIDTH 540PX [ S ] */
@media (max-width: 768px) {
  .container {
    width: 540px;
  }
  section.category-slider .slide-item .contents .group .image img {
    width: 100px;
  }
  section.category-slider .slide-item .contents .group .title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.category-slider .slide-item .contents .group .text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  section.category-slider .slide-item .contents .group .button a {
    width: auto;
    height: 40px;
    font-size: 12px;
  }
  section.text-slider {
    padding: 60px 0;
    padding-bottom: 100px;
  }
  section.text-slider .owl-dots {
    bottom: -40px;
  }
  section.page .page-contents .container .contents .cards ul li {
    width: calc(50% - 16px);
  }
  section.page .page-contents .container .contents .page-container h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.page .page-contents .container .contents .page-container .page-text {
    font-size: 14px;
  }
  section.page .page-contents .container .contents .page-container .page-gallery .page-gallery-title h2 {
    font-size: 18px;
  }
  section.page .page-contents .container .contents .page-container .page-gallery .images a {
    width: calc(33.33% - 16px);
  }
  section.page .page-contents .container .contents .page-container .page-video .page-video-title h2 {
    font-size: 18px;
  }
  section.page .page-contents .container .product-categories .group .parent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.page .page-contents .container .product-categories .group .content {
    width: calc(50% - 16px);
  }
  section.page .page-contact-form .form-group {
    padding: 0;
  }
  section.page .page-contact-form .form-group textarea {
    width: calc(100% - 8px);
    margin-top: 8px;
  }
  section.page .page-contact-form .form-group button {
    margin-top: 16px;
  }
  section.page .page-contact-form .form-group.x2, section.page .page-contact-form .form-group.x4 {
    padding: 4px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.page .page-contact-form .form-group.x2 input, section.page .page-contact-form .form-group.x4 input {
    width: 100%;
    margin: 0;
    margin-left: 8px;
    margin-bottom: 16px;
  }
  section.page .page-contact-form .form-group.x2 select, section.page .page-contact-form .form-group.x4 select {
    width: 100%;
    margin: 0;
    margin-left: 8px;
    margin-bottom: 16px;
  }
  footer.footer .container .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.footer .container .footer-top::before {
    display: none;
  }
  footer.footer .container .footer-top a {
    margin-bottom: 30px;
  }
  footer.footer .container .footer-top a:last-child {
    margin-bottom: 0;
  }
}

/* CONTAINER WIDTH 100% [ XS ] */
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.header .header-top .container ul {
    margin-left: 0;
  }
  header.header .header-top .container ul li {
    margin-left: 0;
  }
  header.header .header-top .container .language-select {
    position: relative;
  }
  header.header .header-top .container .language-select span {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #fff;
    padding: 0 5px;
  }
  header.header .header-center .container::before {
    width: 44px;
    left: 13px;
  }
  header.header .header-center .container .logo {
    width: 140px;
  }
  header.header .header-center .container .logo img {
    display: block;
    width: 100%;
  }
  header.header .header-center .container .in-container .m-menu-item img {
    width: 20px;
  }
  section.search .input-group {
    width: 360px;
  }
  section.main-slider .slide-item .container .description {
    top: 16px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  section.main-slider .slide-item .container .description .title {
    margin-bottom: 10px;
  }
  section.main-slider .slide-item .container .description .title span.line-1 {
    font-size: 18px;
  }
  section.main-slider .slide-item .container .description .title span.line-2 {
    font-size: 18px;
  }
  section.main-slider .slide-item .container .description .title span.line-3 {
    font-size: 18px;
  }
  section.main-slider .slide-item .container .description .title span.line-4 {
    font-size: 24px;
  }
  section.main-slider .slide-item .container .description .text {
    margin-bottom: 10px;
  }
  section.main-slider .slide-item .container .description .button {
    text-align: center;
  }
  section.main-slider .slide-item .container .description .button a {
    height: 40px;
    font-size: 12px;
  }
  section.main-slider .owl-nav img {
    width: 30px;
  }
  section.main-slider .owl-nav .owl-prev {
    left: 16px;
  }
  section.main-slider .owl-nav .owl-next {
    right: 16px;
  }
  section.page .page-header .container {
    height: 200px;
  }
  section.page .page-header .container .title h2 {
    font-size: 18px;
  }
  section.page .page-contents .container .contents .product-detail .title h1 {
    font-size: 18px;
  }
  section.page .page-contents .container .contents .product-detail .attachments .file .image {
    width: 24px;
  }
  section.page .page-contents .container .contents .product-detail .attachments .file .name {
    font-size: 12px;
  }
  section.page .page-contents .container .contents .product-detail .details .detail-header ul li span {
    height: 50px;
    font-size: 14px;
  }
  section.page .page-contents .container .contents .product-detail .details .detail-contents .description {
    font-size: 14px;
  }
  section.page .page-contents .container .contents .cards h1 {
    font-size: 18px;
    text-align: center;
  }
  section.page .page-contents .container .contents .cards ul li .content .title {
    font-size: 14px;
  }
  section.page .page-contents .container .contents .cards ul li .content .button a {
    height: 40px;
    font-size: 12px;
  }
  section.page .page-contents .container .contents .seller-container .seller-list .province-name {
    text-align: center;
  }
  section.page .page-contents .container .contents .seller-container .seller-list .province-name h1 {
    font-size: 18px;
  }
  section.page .page-contents .container .contents .seller-container .seller-list ul li .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.page .page-contents .container .contents .seller-container .seller-list ul li .item .image {
    margin-bottom: 15px;
  }
  section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents {
    width: 100%;
  }
  section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .title {
    font-size: 16px;
  }
  section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .description {
    font-size: 12px;
  }
  section.page .page-contents .container .contents .seller-container .seller-list ul li .item .item-contents .footer a {
    font-size: 14px;
  }
  section.page .page-contents .container .contents .seller-login .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.page .page-contents .container .contents .seller-login .group .input-group {
    width: 100%;
    margin-bottom: 15px;
  }
  section.page .page-contents .container .contents .seller-login .group .input-group:last-child {
    margin-top: 10px;
    margin-bottom: 0;
  }
  section.page .page-contents .container .contents .seller-files .group .title {
    width: calc(100% - 135px);
    height: 44px;
    font-size: 12px;
  }
  section.page .page-contents .container .contents .seller-files .group a {
    width: 120px;
    height: 44px;
    font-size: 12px;
  }
  section.page .page-contents .container .product-categories .group .parent .title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.page .page-contents .container .product-categories .group .parent .text {
    margin-bottom: 0;
  }
  section.page .page-contents .container .product-categories .group .content {
    width: calc(50% - 16px);
  }
  section.page .page-contents .container .product-categories .group .content .title {
    font-size: 14px;
  }
  section.page .page-contents .container .product-categories .group .content .button a {
    height: 40px;
    font-size: 12px;
  }
  section.page .page-product-slider {
    padding: 0 15px;
  }
  section.page .page-product-slider .page-product-slider-title {
    font-size: 18px;
  }
  section.page .page-product-slider .contents li .content .title {
    font-size: 14px;
  }
}


.text {
  font-size: 16px; 
  line-height: 1.6; 
  display: flex;
  flex-wrap: wrap;
}

.text strong {
  font-weight: bold; 
  margin-right: 10px; 
}

.text span {
  white-space: nowrap; /
}

section.page .page-contents .container .contents .page-container .page-catalogs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-15px}section.page .page-contents .container .contents .page-container .page-catalogs a{display:inline-block;width:calc(20% - 30px);margin:15px}section.page .page-contents .container .contents .page-container .page-catalogs a .image{display:block;width:100%;margin-bottom:10px}section.page .page-contents .container .contents .page-container .page-catalogs a .image img{width:100%;display:block}section.page .page-contents .container .contents .page-container .page-catalogs a .title{display:block;font-size:16px;font-weight:500;text-align:center}@media (max-width: 1200px){section.page .page-contents .container .contents .page-container .page-catalogs{margin:-15px}section.page .page-contents .container .contents .page-container .page-catalogs a{width:calc(25% - 30px)}}@media (max-width: 992px){section.page .page-contents .container .contents{width:100%;padding-left:0}section.page .page-contents .container .contents .page-container .page-catalogs{margin:-15px}section.page .page-contents .container .contents .page-container .page-catalogs a{width:calc(33.3333% - 30px)}}@media (max-width: 576px){section.page .page-contents .container .contents .page-container .page-catalogs{margin:-10px;margin-top:-40px}section.page .page-contents .container .contents .page-container .page-catalogs a{width:calc(50% - 20px);margin:10px}}

.fabrika-konum iframe {
  width: 125%;  
  height: 400px; 
  border: none; 
  border-radius: 0px; 
  box-shadow: 0 15px 25px rgba(255, 0, 0, 0.1); 
}

.text-slider .slide-item .contents {
  color: #333333 !important; 
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.text-slider .slide-item .contents .title,
.text-slider .slide-item .contents .featured-title,
.text-slider .slide-item .contents .text {
  color: #222 !important; 
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.8); 
}
* {
  box-sizing: border-box;
  margin: 0; padding: 0;
}

body {
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.slider {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin: 40px 0;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 25%; 
  padding: 20px 15px;
  background: linear-gradient(135deg, #f68c0b, #a80404); 
  text-align: center;
  border-radius: 12px;
  transition: transform 0.5s ease, background-color 0.5s ease, color 0.3s ease;
  user-select: none;
  min-height: 280px; /* Kutu Uzunluğu */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #ffffff;
}

.slide img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 14px;
  border-radius: 10px;
}

.slide h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: inherit;
}

.slide p {
  font-size: 0.95rem;
  color: inherit;
  flex-grow: 1;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Aktif (ortadaki) slide */
.slide.active {
  transform: scale(1.2);
  background: linear-gradient(135deg, #fef3b3, #fddc00); 
  box-shadow: 0 6px 22px rgba(253, 220, 0, 0.8);
  z-index: 2;
  color: #8d0d01;
}


.slide:hover:not(.active) {
  background: linear-gradient(135deg, #e8500a, #7c2603); 
  cursor: pointer;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}



@media (max-width: 1024px) {
  .slide {
    flex: 0 0 50%; 
    min-height: 260px;
    padding: 16px 12px;
  }
  .slide img {
    height: 130px;
  }
}

@media (max-width: 600px) {
  .slide {
    flex: 0 0 100%; 
    min-height: 220px;
    padding: 14px 10px;
  }
  .slide img {
    height: 110px;
  }
}

/* Header altındaki boşluk */
header, .header, #header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.slider {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.slider-track {
  margin: 0 !important;
  padding: 0 !important;
}


.slide {
  margin: 0 !important;
  padding: 20px 15px; 
}
body {
  margin: 0;
  padding: 0;
}

header {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider {
  margin-top: 0;
  padding-top: 0;
}



body {
  font-family: Arial, sans-serif;
  margin: 0; 
  padding: 0;
  background: #f9f9f9;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2em;
  color: #2c3e50;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-info {
  padding: 15px;
}

.product-info h3 {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #27ae60;
}

.product-info p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.4em;
}

.product-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.products {
  padding: 150px;
  text-align: center;
}

.products h1 {
  margin-bottom: 30px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 250px;       /* sabit yükseklik */
  object-fit: cover;   /* taşanı kırp */
  border-radius: 6px;
  margin-bottom: 10px;
}

.product-card h2 {
  font-size: 18px;
  margin: 10px ;
}

.product-card p {
  font-size: 14px;
  color: #555;
}

.btn {
  display: inline-block;
  padding: 8px 15px;
  background: #ddaf08;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #ff3b05;
}

:root{
  --bg:#f7f7f7;
  --text:#222;
  --muted:#6b7280;
  --brand:#27ae60;
  --border:#e5e7eb;
  --accent:#e67e22;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: "Segoe UI", Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  padding-top: 0px; /* header boşluğu */
}

header{
  position: fixed;
  top:0; left:0; width:100%; height:80px;
  background:#222; color:#fff;
  display:flex; align-items:center; justify-content:center;
  z-index:1000;
}

.container{
  width:95%;
  max-width:1200px;
  margin:0 auto;
}

/* Breadcrumb */
.breadcrumb{
  display:flex; align-items:center; gap:8px;
  font-size:.9rem; color:var(--muted);
  padding:16px 0;
}
.breadcrumb a{color:var(--muted); text-decoration:none}
.breadcrumb a:hover{color:var(--text)}
.breadcrumb .current{color:var(--text)}

/* Ürün Detay */
.product-detail{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  padding:8px 0 28px;
}

/* Galeri */
.gallery{
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  padding:16px;
}
.gallery-main{
  width:100%;
  aspect-ratio: 4 / 3;
  background:#fafafa;
  border-radius:10px;
  overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.gallery-main img{
  width:100%; height:100%; object-fit:cover;
}
.thumbs{
  margin-top:12px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
.thumbs .thumb{
  width:100%; aspect-ratio:1/1; border-radius:8px;
  border:2px solid transparent; cursor:pointer;
  object-fit:cover; transition:transform .15s ease,border-color .15s ease;
}
.thumbs .thumb:hover{ transform:translateY(-2px)}
.thumbs .thumb.active{ border-color: var(--brand) }

/* Bilgi alanı */
.info{
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  padding:20px;
}
.title{margin:0 0 6px 0;font-size:1.6rem;line-height:1.2}
.meta{display:flex; flex-wrap:wrap; gap:12px;font-size:.9rem; color:var(--muted);margin-bottom:12px}
.stock.in{color:#16a34a;font-weight:600}
.stock.out{color:#ef4444;font-weight:600}
.excerpt{color:#374151;line-height:1.5;margin:10px 0 16px}
.price-box{display:flex; align-items:baseline; gap:12px;margin:10px 0 18px}
.price{font-size:1.8rem;font-weight:700;color:var(--accent)}
.vat{color:var(--muted)}

.options{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px;margin-bottom:16px}
.options label{display:grid; gap:6px; font-size:.9rem; color:#374151}
.options select{border:1px solid var(--border); padding:10px 12px; border-radius:8px; background:#fff;font-size:1rem}

/* CTA butonları */
.cta{display:flex; flex-wrap:wrap; gap:10px; margin:8px 0 14px}
.btn{display:inline-block;text-decoration:none;padding:12px 16px;border-radius:10px;border:1px solid transparent;font-weight:600;transition:transform .15s ease, box-shadow .15s ease, background .2s ease, color .2s ease}
.btn:hover{ transform:translateY(-2px); box-shadow:0 8px 18px rgba(0,0,0,.08)}
.btn.primary{background:var(--brand); color:#fff}
.btn.primary:hover{background:#219150}
.btn.whatsapp{background:#25D366;color:#fff}
.btn.whatsapp:hover{background:#1ebe57}

.gallery-main{
  position: relative;
  width:100%;
  aspect-ratio: 4 / 3;
  overflow:hidden;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.gallery-main img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}

.gallery-main button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background: rgba(0,0,0,0.4);
  border:none;
  color:#fff;
  font-size:2rem;
  padding:0 12px;
  cursor:pointer;
  border-radius:6px;
  z-index:10;
  transition:background 0.3s;
}
.gallery-main button:hover{
  background: rgba(0,0,0,0.7);
}
.gallery-main .prev{ left:10px; }
.gallery-main .next{ right:10px; }

.thumbs{
  margin-top:12px;
  display:flex;
  gap:10px;
  justify-content:center;
}
.thumbs .thumb{
  width:80px;
  height:80px;
  object-fit:cover;
  border:2px solid transparent;
  border-radius:8px;
  cursor:pointer;
}
.thumbs .thumb.active{ border-color: var(--brand) }







.urun-kapak{
  position: relative;
  width: 100%;
  max-height: 400px; /* üstten aşağıya yüksekliği */
  overflow: hidden;
}

.urun-kapak img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* görsel kırpılmadan alanı kaplar */
  display: block;
}

.urun-kapak-text{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.urun-kapak-text h1{
  font-size: 2rem;
  margin: 0 0 6px 0;
}

.urun-kapak-text p{
  font-size: 1.1rem;
  margin: 0;
}

/* Mobil uyumlu */
@media(max-width:768px){
  .urun-kapak{
    max-height: 250px;
  }
  .urun-kapak-text h1{
    font-size: 1.5rem;
  }
  .urun-kapak-text p{
    font-size: 1rem;
  }
}


  #iletisim {
    padding: 60px 20px;
    background: #f0f4f8;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  #iletisim h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #8e0b0b;
  }

  .contact-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .contact-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    width: 250px;
    box-shadow: 0 8px 20px rgba(170, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  }

  .contact-card .icon {
    font-size: 3em;
    margin-bottom: 15px;
  }

  .contact-card h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #444;
  }

  .contact-card a {
    color: #25D366;
    text-decoration: none;
    font-weight: bold;
  }

  .contact-card a:hover {
    text-decoration: underline;
  }

  .contact-card p {
    color: #a40202;
    font-size: 1em;
  }

  
  contact-header {
  width: 100%;
  position: relative;
}

.header-image {
    background: linear-gradient(45deg, #ff0000, rgb(255, 174, 0)); /* Kırmızıdan turuncuya geçiş */
  background-size: cover;
  height: 300px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.header-image .overlay {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.header-image h2 {
  color: #fff;
  font-size: 36px;
  margin: 0;
}

.sidebar-controller {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sidebar-controller img {
  width: 30px;
  margin-right: 10px;
}

.about-section {
  padding: 70px 20px;
  background: #f5f5f5;
}

.about-box {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  border-left: 6px solid #ff0000;
}

.about-header {
  text-align: center;
  margin-bottom: 25px;
}

.about-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 10px;
}

.about-header .line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #ff0000;
  border-radius: 2px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
  text-align: justify;
}

/* Butonlar */
.about-buttons {
  margin-top: 25px;
  text-align: center;
}

.about-buttons a {
  display: inline-block;
  margin: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-red {
  background: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
}

.btn-red:hover {
  background: #cc0000;
  border-color: #cc0000;
}

.btn-red-outline {
  background: #ff0000;
  color: #ff0000;
  border: 2px solid #ff0000;
}

.btn-red-outline:hover {
  background: #ff0000;
  color: #fff;
}

/* Mobile uyum */
@media (max-width: 768px) {
  .about-box {
    padding: 25px 20px;
  }
  .about-header h1 {
    font-size: 22px;
  }
  .about-content p {
    font-size: 14px;
  }
  .about-buttons a {
    display: block;
    margin: 10px auto;
    width: 80%;
    text-align: center;
  }
}


.whatsapp.m-menu-item a {
  display: flex;
  align-items: center;   /* ikon ile yazıyı dikeyde ortalar */
  gap: 8px;              /* ikon ile yazı arasına boşluk */
  text-decoration: none;
  color: inherit;        /* menü rengini alsın */
  font-weight: 600;      /* yazıyı kalın yapar */
  font-size: 15px;       /* biraz daha profesyonel görünmesi için */
}

.whatsapp.m-menu-item img {
  width: 52px;   /* ikon boyutu */
  height: 52px;
}
  
.urunlerimiz-kategoriler {
  text-align: center;
  margin: 40px auto;
}

.kategori-butonlar {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* mobilde alta düşsün */
}

.kategori-btn {
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #ad0000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.kategori-btn:hover {
  background-color: #880000;
}

.main-slider .owl-nav {
  display: none !important;
}

/* Slider tüm padding/margin sıfırla */
.main-slider,
.main-slider .slide-items,
.main-slider .slide-item,
.main-slider .slide-item .container,
.main-slider .slide-item .description {
  margin: 0;
  padding: 0;
}

/* Görseller altındaki boşluğu kaldır */
.main-slider .slide-item .image img {
  display: block;        /* inline-block yerine block */
  width: 100%;
  height: auto;
  vertical-align: bottom; /* img alt boşluğunu kapatır */
  line-height: 0;         /* img alt boşluğu için */
}

/* Slider altı ile alt kutu arası */
.main-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Alt kutucuk */
.products-section {  
  margin-top: 0 !important;
  padding-top: 0 !important;
}
