@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #2C2C2C;
}
/* Genel link renkleri - kırmızı tema */
a {
  color: #E31E24;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #C41E24;
  text-decoration: underline;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #E31E24;
  background-image: linear-gradient(to bottom, #E31E24, #C41E24);
  background-repeat: repeat-x;
  border: 1px solid #C41E24;
  border-color: #C41E24 #C41E24 #A01A1F;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb - modern tasarım */
.breadcrumb {
  margin: 10px 0 15px 0;
  padding: 8px 12px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 8px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #999;
  transition: color 0.2s ease;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: #E31E24;
}
.breadcrumb > li.breadcrumb-item:last-child > a, .breadcrumb > li.breadcrumb-item.active > a, .breadcrumb > li.breadcrumb-item:last-child {
  color: #E31E24 !important;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #666 !important;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 2px 6px;
  border-radius: 4px;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #E31E24 !important;
  background-color: rgba(227, 30, 36, 0.1);
}
.breadcrumb .breadcrumb-item:last-child a, .breadcrumb .breadcrumb-item.active a, .breadcrumb .breadcrumb-item:last-child {
  color: #E31E24 !important;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 4px;
  color: #ccc;
  font-weight: 300;
}
.breadcrumb .breadcrumb-item:last-child a, .breadcrumb .breadcrumb-item.active a, .breadcrumb .breadcrumb-item:last-child {
  color: #E31E24 !important;
  font-weight: 600;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.pagination .page-item {
  margin: 0;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  color: #666;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.pagination .page-item .page-link:hover {
  color: #E31E24;
  background-color: rgba(227, 30, 36, 0.05);
  border-color: #E31E24;
  transform: translateY(-1px);
}
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
  outline: none;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #E31E24;
  border-color: #E31E24;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(227, 30, 36, 0.2);
}
.pagination .page-item.active .page-link:hover {
  background-color: #C41E24;
  border-color: #C41E24;
  transform: none;
}
.pagination .page-item.disabled .page-link {
  color: #ccc;
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.6;
}
.pagination .page-item.disabled .page-link:hover {
  color: #ccc;
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  transform: none;
}
.product-thumb {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-thumb:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.product-thumb .image {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.product-thumb .image img {
  transition: transform 0.3s ease;
  max-height: 200px;
  object-fit: contain;
}
.product-thumb .image a:hover img {
  transform: scale(1.05);
}
.product-thumb .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}
.product-thumb .description {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-thumb .description h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.product-thumb .description h4 a {
  color: #E31E24;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-thumb .description h4 a:hover {
  color: #C41E24;
  text-decoration: underline;
}
.product-thumb .price {
  margin-top: auto;
  padding-top: 10px;
}
.product-thumb .price-new {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  display: block;
  margin-bottom: 4px;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.product-thumb .price-tax {
  color: #666;
  font-size: 13px;
  display: block;
  margin-top: 4px;
  font-weight: 400;
}
.product-thumb .button-group, .product-thumb .button {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
  width: 100%;
}
.product-thumb .button-group button, .product-thumb .button button {
  flex: 1;
  border: none;
  border-right: 1px solid #e0e0e0;
  background: transparent;
  color: #666;
  padding: 12px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  min-width: 0;
}
.product-thumb .button-group button:last-child, .product-thumb .button button:last-child {
  border-right: none;
}
.product-thumb .button-group button i, .product-thumb .button button i {
  font-size: 16px;
  display: block;
  line-height: 1;
}
.product-thumb .button-group button:hover, .product-thumb .button button:hover {
  background: #E31E24;
  color: #fff;
}
.product-thumb .button-group button:active, .product-thumb .button button:active {
  transform: scale(0.95);
}
#product-list .product-thumb {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#product-list .col {
  padding: 0.5rem;
}
#product-list .product-thumb .image {
  padding: 10px;
}
#product-list .product-thumb .image img {
  max-height: 120px;
}
#product-list .product-thumb .description {
  padding: 12px;
}
#product-list .product-thumb .description h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
#product-list .product-thumb .price-new {
  font-size: 16px;
}
#product-list .product-thumb .button-group, #product-list .product-thumb .button {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
}
#product-list .product-thumb .button-group button, #product-list .product-thumb .button button {
  flex: 1;
  padding: 10px 5px;
  border: none;
  border-right: 1px solid #e0e0e0;
  background: transparent;
  color: #666;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
#product-list .product-thumb .button-group button:last-child, #product-list .product-thumb .button button:last-child {
  border-right: none;
}
#product-list .product-thumb .button-group button i, #product-list .product-thumb .button button i {
  font-size: 14px;
  display: block;
  line-height: 1;
}
#product-list .product-thumb .button-group button:hover, #product-list .product-thumb .button button:hover {
  background: #E31E24;
  color: #fff;
}
@media (min-width: 992px) {
  #product-list .product-thumb {
    display: flex;
    flex-direction: column;
  }
  #product-list .product-thumb .image {
    padding: 8px;
  }
  #product-list .product-thumb .image img {
    max-height: 100px;
  }
  #product-list .product-thumb .description {
    padding: 10px;
  }
  #product-list .product-thumb .description h4 {
    font-size: 13px;
    margin-bottom: 6px;
  }
  #product-list .product-thumb .price-new {
    font-size: 15px;
  }
  #product-list .product-thumb .button-group, #product-list .product-thumb .button {
    border-top: 1px solid #e0e0e0;
    width: 100%;
    flex-direction: row;
    display: flex;
    background: #f8f9fa;
  }
  #product-list .product-thumb .button-group button, #product-list .product-thumb .button button {
    flex: 1;
    border: none;
    border-right: 1px solid #e0e0e0;
    background: transparent;
    color: #666;
    padding: 8px 4px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  #product-list .product-thumb .button-group button:last-child, #product-list .product-thumb .button button:last-child {
    border-right: none;
  }
  #product-list .product-thumb .button-group button i, #product-list .product-thumb .button button i {
    font-size: 12px;
    display: block;
    line-height: 1;
  }
  #product-list .product-thumb .button-group button:hover, #product-list .product-thumb .button button:hover {
    background: #E31E24;
    color: #fff;
  }
}
.list-group-item.active {
  background-color: #E31E24 !important;
  border-color: #E31E24 !important;
  color: #fff !important;
}
.list-group-item.active:hover {
  background-color: #C41E24 !important;
  border-color: #C41E24 !important;
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #2C2C2C;
}
/* Product detail page */
#product-info h1 {
  color: #2C2C2C;
  font-weight: 600;
}
#product-info .list-unstyled a {
  color: #E31E24;
}
#product-info .list-unstyled a:hover {
  color: #C41E24;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* Featured Section */
.featured-section {
  padding: 40px 0;
  background: #fff;
}
.featured-section .featured-title {
  font-size: 24px;
  font-weight: 600;
  color: #2C2C2C;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E31E24;
  display: inline-block;
}
