#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 60s 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: 15px;
    text-align: center;
    font-weight: 700;
}

.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;
}