#urunsirala
{
	display:none;
}
.item-order-line
{
	display:none;
}

.filterCheck
{
	  text-transform: capitalize !important;
}


/* Genel Marquee (Kayan Yazı) Alanı */
.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color:#f94e3f;
    color: rgb(0, 0, 0);
    padding: 10px 0;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-textcontainer {
    white-space: nowrap;
    font-size: 20px;
    display: inline-block;
    animation: marquee 170s linear infinite;
    position: relative;
    left: 0;
}

.marquee-textcontainer span {
    padding: 0 28px;
    font-weight: bold;
}

/* Marquee Animasyonu */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Üst Yazı Alanı (Durağan Metin) */
.enustyazi-container {
    width: 100%;
    overflow: hidden;
    background-color: rgb(240, 219, 101);
    color: rgb(0, 0, 0);
    padding: 10px 0;
}

.enustyazi-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.enustyazi-textcontainer {
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.enustyazi-textcontainer span {
    padding: 0 28px;
    font-weight: bold;
}


/* blog start*/
.blog-card {
            background-color: #e8d1c5;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .blog-card:hover {
            transform: translateY(-5px);
        }

        .blog-card img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .blog-date-tag {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
        }

        .blog-content {
            padding: 20px;
        }

        .blog-title {
			font-size: 18px;
			font-weight: bold;
			color: #181818;
			margin-bottom: 10px;
			line-height: 1.3;
        }

        .blog-arrow-icon {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background-color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog-arrow-icon::after {
            content: "→";
            font-size: 20px;
            color: #000;
        }
/* blog end*/

/* Makale Başlık Alanı */
.article-header {
    margin-bottom: 30px;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    text-align: center; /* Başlığı ortala */
}

/* Makale Meta Bilgileri */
.meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Meta bilgileri ortala */
    gap: 15px;
    color: #666;
    font-size: 14px;
    flex-wrap: wrap;
}

.meta li {
    display: flex;
    align-items: center;
}

.meta a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: color 0.3s ease;
}

.meta a:hover {
    color: #333;
}

/* Tarih Kutusu */
.metatarih {
    background-color: #FFF3BF;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
}

.metatarih time {
    color: #666;
}

/* Yorum Alanı */
.dz-comment {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dz-comment i {
    color: #666;
}

/* Makale Resmi */
.article-image {
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto; /* Resmi ortala */
}

/* Makale İçeriği */
.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-top: 30px;
    text-align: justify;
}

.article-content p {
    margin-bottom: 20px;
}

/* Kategori Linki */
.kategori-link {
    color: #007bff !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.kategori-link:hover {
    text-decoration: underline;
    color: #0056b3 !important;
}


.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    max-width: calc(100% - 20px);
	z-index: 100;
}

.product-badge {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: white;
    white-space: nowrap;
}

.product-badge.ticianinda {
    background: #ff4757;
}

.product-badge.ticikargobedava {
    background: #2ecc71;
}

.product-badge.ticiyerli {
    background: #f1c40f;
}

.product-badge.ticiyeni {
    background: #9b59b6;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
.bizeulasin-main {
    background-color: #1d4389 !important;
    padding: 50px 0;
    border-radius: 5px;
}
.bizeulasin-main .gonder-button {
    background-color: #212529 !important;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.blog-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff !important;
    margin-bottom: 40px;
    line-height: 1.3;
}
.blog-card {
    background-color: #1d4389 !important;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
#shopphp-login .menu_head:hover {
	background-color: #1d4389 !important;
}
.product-detail .new-price-box {
    border: none;
    width: unset;
    display: flex;
    align-items: flex-start;
    border-radius: 2px;
    background-color: #1d438940 !important;
}
.danger-btn:hover {
    background-color: #1d4389 !important;
    transition: 0.5s;
    color: var(--white);
}
.danger-btn {
    background-color: #1d4389 !important;
    color: var(--white);
    display: flex;
    padding: 8px 16px;
}
.product-detail .discount {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--white);
    background-color: #1d4389 !important;
}
.description .nav-tabs .nav-link.active {
    background-color: #1d4389 !important;
    color: #fff !important;
    font-weight: 500;
}
.hb-advantages {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9fafc;
    font-family: 'Segoe UI', sans-serif;
}

.hb-advantages h2 {
    font-size: 28px;
    color: #1a2b6d;
    margin-bottom: 40px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.advantage-item img {
    width: 48px;
    margin-bottom: 15px;
}

.advantage-item h3 {
    font-size: 20px;
    color: #1a2b6d;
    margin-bottom: 10px;
}

.advantage-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.contact-section {
    padding: 60px 20px;
    background-color: #f9fafc;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto;
}

.contact-title {
    font-size: 24px;
    color: #1a2b6d;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-size: 16px;
    color: #555;
}

.newsletter-form {
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    min-width: 250px;
    transition: border-color 0.3s ease;
}

.newsletter-input:focus {
    border-color: #1a2b6d;
}

.newsletter-button {
    padding: 12px 24px;
    font-size: 14px;
    background-color: #1a2b6d;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-button:hover {
    background-color: #14204f;
}

.hb-bedding-container {
  font-family: Arial, sans-serif;
  padding: 20px;
  margin: auto;
}

.hb-header {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to left, #f9f9f9, #e1e0e0);
  color: #000000;
  padding: 20px;
  margin-bottom: 31px;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hb-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hb-brand img {
  width: 31%;
  height: auto;
}

.hb-content {
  display: grid;
  gap: 59px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "img1 right"
    "left img2";
  align-items: center;
  justify-items: center;
  text-align: center;
}

.block-img1       { grid-area: img1; }
.block-right-text { grid-area: right; }
.block-left-text  { grid-area: left; }
.block-img2       { grid-area: img2; }

.hb-title {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hb-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  hyphens: auto;
  max-width: 600px;
  margin: auto;
}

.hb-content img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
}


.hb-footer {
    line-height: 1.7;
    text-align: center;
    margin-inline: auto;
    margin-top: 59px;
}

@media (max-width: 600px) {
  .hb-header {
    font-size: 20px;
  }

  .hb-title {
    font-size: 16px;
  }

  .hb-text,
  .hb-footer {
    font-size: 14px;
  }

 
  .hb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .block-right-text { order: 1; }
  .block-img1       { order: 2; }
  .block-left-text  { order: 3; }
  .block-img2       { order: 4; }

  .hb-text {
    text-align: justify;
  }
}

a.green-button:hover {
    background-color: #1d4389 !important;
}
#main-slide .owl-dots .owl-dot.active {
    width: 32px;
    background-color: #1d4389 !important;
}
table.sepet th {
    padding: 1em !important;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    color: #1d4389 !important;
    text-transform: uppercase;
}
.register-tab label.active {
    background-color: #1d4389 !important;
    color: white !important;
}
table.sepet th {
    padding: 1em !important;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    color: #1d4389 !important;
    text-transform: uppercase;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.danger-btn {
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
    color: var(--white);
    display: flex;
    padding: 8px 16px;
}
#hizli-uye-menu a.active {
    background-color: #1d4389 !important;
    color: #fff;
    border-radius: 16px;
}
#main-login-form button {
    border: none;
    width: 100% !important;
    border-radius: 5px;
    background-color: #1d4389 !important;
    margin-top: 15px;
    font-weight: 700;
    padding: 14px;
  	color: #ffffff !important;
}
::selection {
  background-color: #1d4389;
  color: #fff;
}

::-moz-selection {
  background-color: #1d4389;
  color: #fff;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #1d4389;
  border: 2px solid #ffffff;
  border-radius: 0px;
}

* {
  scrollbar-color: #1d4389 #ffffff;
  scrollbar-width: thin;
}
.category .menu-dropdown-content a:hover {
    color: #1d4389 !important;
}
#sepet-sub-info .sepet3 {
    float: right;
    color: #1d4389 !important;
}