body {
  width: 100%;
  height: 100%;
  font-family: var(--font-base);
}

:root {
  --font-base: 'Roboto Flex', sans-serif;
  --font-headings: 'Open Sans', sans-serif;
  --font-input: 'Open Sans', sans-serif;
}
/* Başlıklar için font */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headings);
}

/* Giriş alanları için font */
input, textarea {
  font-family: var(--font-input);
}



h1, h2, h3, h4, h5, h6 {
  color: #444;
}
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 */
 
/* content */
#content, #column-left, #column-right {
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 30px;
  }
}

 

#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);
}

a {
	color: rgba(var(--bs-black), var(--bs-link-opacity, 1));
	text-decoration: none;
}
 

.header-bg {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.menu-bg {
	background-color: var(--bs-white);
	border-bottom: 1px solid var(--bs-gray-300);
}

/* Header Menu Start */
.menu-bg {
	background-color: var(--bs-white);
	border-bottom: 1px solid var(--bs-gray-300);
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
  display: inline-block;
}

.navtext {
	text-decoration: none;
	padding: 30px 10px;
	display: block;
	color: var(--bs-black);
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
	line-height: 32px;
}
 
.menu-item:hover .navtext {
  background-color: #111; 
  color: #FFF; 
}

.menu-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px); /* Üst menüyle birleşmesini sağlar */
  left: 0;
  background-color: #111;
  border: none;
  width: 100%;
  z-index: 1000;
  border-radius: inherit;
  min-width: 230px;
  opacity: 0;
  transform: translateY(-10px); /* Daha küçük bir başlangıç kayması */
  transition: all 0.3s ease;
  margin-top: 0; /* Alt boşluğu kaldırır */
}

.menu-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.2);
}


/* Submenu öğeleri */
.submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -8px;
}

.submenu-item {
  padding: 10px;
}

.submenu-item:hover {
  background-color: #111 
}

.submenu-item:hover {
  background-color: #fff 
}

.submenu-item:hover a {
    color: #000; 
}
.submenu-item a {
  text-decoration: none;
  width: 100%; 
  display: block;
  color: #FFF; 
  font-size: 15px;
}
/* Header Menu End */ 
 </style>

/* 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-section {
	background: var(--bs-black);
	position: relative;
	border-top: 10px solid #fec303;
}


.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #fec303;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
	max-width: 200px;
	filter: invert(1);
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fec303;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fec303;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fec303;
    padding: 13px 20px;
    border: 1px solid #fec303;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #fec303;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fec303;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: unset;
  border-radius: unset;
  background-color: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  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;
}


.product-thumb {
	border: 3px solid #FFF;
	position: relative;
	height: 100%;
	border-radius: 7px;
	overflow: hidden;
	background-color: var(--bs-white);
	box-shadow: 0px 0px 0px 2px rgba(125, 125, 125, 0.2);
}

.product-thumb:hover {
  background-color: var(--bs-light);
  transition: all 0.3s ease;
	box-shadow: 0px 0px 0px 1px #000;
  transform: scale(1.05); 
  z-index: 10;  
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}

.product-thumb:hover h4 {
  color: var(--bs-black);
}

.product-thumb .image {
	text-align: center;
	background-color: var(--bs-white);
	min-height: 260px;
	border-bottom: 1px solid var(--bs-gray-200);
}

.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 10px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.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: #444;
}
.price-new {
	font-weight: 700;
  color: #fec303;
	font-size: 18px;
}
.price-old {
  color:var(--bs-gray-500);
  font-size: 18px;	font-weight: 700;
  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;
}

.border-line {
  display: flex;
  align-items: center;
  position: relative;
}

.border-line::after {
  content: "";
  flex-grow: 1;
  height: 2px; /* Çizgi kalınlığı */
  background-color: black; /* Çizgi rengi */
  margin-left: 10px; /* Başlık ile çizgi arasında boşluk bırakır */
}
 

/* Pagination */
.page-link.active, .active > .page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: #000;
	border-color: #000;
}
.page-link {
  color: #000;
 }

 .top-banner {
  background-image: url('../../../image/catalog/contact/contact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -4px;
  position: relative;
}
 
.top-banner .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0) !important;
}
.breadcrumb {
  margin: 0;
}
.top-banner .breadcrumb>li.breadcrumb-item {
  text-shadow: unset;
  white-space: nowrap;
}
.breadcrumb>li.breadcrumb-item {
  color: white;
}
.breadcrumb>li.breadcrumb-item::after {
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}
.category-description {
  background-color: #fcfcfc !important;
}

.btn-primary {
	--bs-btn-bg: #000;
	--bs-btn-border-color: #000;
}

.btn-primary:hover {
	background-color: #fec303;
	border-color: #fec303;
  color: #000;
}

#logo img {
  width: auto;
  height: 90px;
  display: block;
  padding: 10px;
}

@media (max-width: 760px) {
  .product-thumb .image {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-thumb .image img {
    max-height: 100%;
    width: auto;
    padding: 10px;
    object-fit: contain;
  }

  #logo img {
    width: auto;
    height: 60px;
    display: block;
    padding: 10px;
  }
}

.top-banner h1 {
  color: white;
}
.top-banner h2 {
  color: white;
}

.bg-primary {
	background-color: rgb(0, 0, 0) !important;
}

.btn-main {
	--bs-btn-bg: #fec303;
	--bs-btn-border-color: #fec303;
  --bs-btn-color: #000;
}

.btn-main:hover {
	--bs-btn-bg: #000;
	--bs-btn-border-color: #000;
  --bs-btn-color: #fec303;
}

.card-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  max-height: 70px; /* Yüksekliği sınırlamak için */
  overflow: hidden; /* Taşan metni gizler */
  text-overflow: ellipsis; /* Taşan metni üç nokta ile gösterir */
}

@media (max-width: 767px) {
  .breadcrumb-item:last-child {
    display: inline-block; /* Ensure it's treated as an inline block */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%; /* Ensure it's limited to the available space */
  }
}
