/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.grecaptcha-badge {
    display: none !important;
}

.cizgi-bg-blue .wd-compare-img-handle {
    background-color: #0a2240;
    color: white;
}

/* === Layout ve Grid Sistemleri === */

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }
}

/* === Spacing === */

.p-1 {
  padding: 0.25rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-md-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-md-2 {
  padding-top: 0.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-md-1 {
  margin-top: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* === Text ve Font === */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-white {
  color: #ffffff;
}

.font-bold, .fw-bold {
  font-weight: 700;
}

.text-4xl, .fs-1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl, .fs-2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl, .fs-4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base, .fs-5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* === Flex ve Justify === */

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center, .align-items-center {
  align-items: center;
}

.justify-center, .justify-content-center {
  justify-content: center;
}

.justify-evenly, .justify-content-md-evenly {
  justify-content: space-evenly;
}

@media (min-width: 768px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}

/* === Width & Height === */

.w-full, .w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.max-w-\[20\%\] {
  max-width: 20%;
}

.basis-\[20\%\] {
  flex-basis: 20%;
}

/* === Background === */

.bg-white {
  background-color: #ffffff;
}

/*
.bg-light {
  background-color: #f3f4f6;
}
*/

.bg-gray {
  background-color: #e5e7eb;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-yellow-title {
  background: url("//witcdn.dermoeczanem.com/Data/EditorFiles/V5UrunIcerik/idea-derma/yellow-title.png") no-repeat center / contain;
  min-height: 50px;
}

@media (max-width: 768px) {
  .bg-yellow-title {
    min-height: 40px;
  }
}

/* === Border & Radius === */

.border {
  border-width: 1px;
  border-style: solid;
  border-color: #c5c5c5;
}

.border-left {
  border-left: 1px solid #c5c5c5;
}

.border-right {
  border-right: 1px solid #c5c5c5;
}

.border-round, .rounded-lg {
  border-radius: 0.5rem;
}

.border-rounded {
    border-radius: 30px !important;
}

/* === Cursor & Overflow === */

.cursor-pointer {
  cursor: pointer;
}

.overflow-x-auto {
  overflow-x: auto;
}

/* === Özel Tanımlarınız (örnek: col-five) === */

.col-five {
  flex-basis: 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center;
    }
}

@media (max-width: 768px) {
  .col-five {
    flex-basis: 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.satis-noktalari-card {
	padding: 0 10px;
}

.satis-noktalari-card img {
	padding: 10px;
	border-radius: 12px;
}

.satis-noktalari-card img:hover {
	background-color: #F3F3F1;
	transition: .3s all;
}