.sliderSection img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.sliderSection {
    height: 300px;
    /*overflow: hidden;*/
}

.haberSection {
    padding: 15px;
    border-radius: 5px;
    height: 260px;
    background: #1d2333;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.haberDiv {
    margin: 5px;
    height: 215px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 5px rgb(0 0 0 / 6%);
    background: #0f131e;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.haberTarih {
    color: #8394c1 !important;
    font-size: 12px;
}

.haberDiv img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin: 15px;
    margin-bottom: 0;
}

.haberText {
    /*width: 100%;*/
    overflow: hidden;
    padding: 15px;
    width: 230px;
}

.haberText h3 {
    font-weight: 600;
    color: rgb(245 247 255);
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    margin-bottom: 5px;
}

.haberText p {
    font-size: 13px;
    margin: 0;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a5afc7;
}

.toplulukMain {
    background: #f6f8fa;
    border-radius: 5px;
    margin-bottom: 10px;
}

.toplulukMain .toplulukHeader {
    padding: 15px;
}

.toplulukMain .toplulukHeader .title {
    font-size: 14px;
}

.toplulukMain .toplulukFooter {
    padding: 10px 15px;
    background: #eef1f3;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toplulukMain .toplulukFooter .mentionCategory img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 5px;
}

.toplulukMain .mentionCategory {
    float: left;
    width: 50%;
}

.toplulukMain .toplulukHeader .comment {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}

.toplulukMain .toplulukInformation {
    text-align: right;
    font-size: 13px;
    color: #6b6b6b;
}

.toplulukMain a {
    color: inherit;
}

.toplulukMain:hover {
    background: #ececec;
}

.toplulukMain:hover .toplulukFooter {
    background: #e2e2e2;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav img {
    height: 70px;
    width: calc(100% - 10px);
    object-fit: cover;
    margin-left: 10px;
    border-radius: 4px;
}

.makale-body p {
    margin: 0;
}

.makale-body h1 {
    font-size: 23px;
}

.makale-body h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
}

.makale-body h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.makale-body h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}

.makale-body h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

a.devaminiGorHome {
    background: linear-gradient(45deg, #4c315a, #453d83);
    padding: 6px 18px;
    line-height: 21px;
    border-radius: 4px;
    color: #e0e9ff;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #5b4f7a;
    transition: 0.2s linear;
}

a.devaminiGorHome:hover {
    filter: brightness(1.15);
}

.col-52.CategoryDiv {
    width: calc(20% - 20px);
    margin: 10px;
}

.main-mini-slider img {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #262c3b;
    box-shadow: 0 5px 10px #0e121c;
}

.main-big-slider img {
    height: 335px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #262c3b;
    box-shadow: 0 5px 10px #0e121c;
}

.main-mini-slider:first-child {
    margin-bottom: 15px;
}

.col-12.mainSliderArea {
    margin-bottom: 20px;
}

.storyArea img.miniListIcon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-bottom: 5px;
}

.storyBox {
    text-align: center;
    display: inline-block;
    width: calc(100% / 12);
}

.storyArea {
    margin-bottom: 20px;
    margin-top: 10px;
    height: 95px;
    overflow-x: hidden;
}

.storySection {
    background: linear-gradient(to bottom, rgb(100 100 177 / 10%), rgb(0 0 0 / 0%)) !important;
    padding-top: 10px;
    margin-bottom: 20px;
}

.PostBox.CategoryBox {
    padding: 0;
    background: none;
    margin: 0;
    border: none;
}

#ListCategory .CategoryDiv {
    margin: 0;
    padding: 5px;
}

#ListCategory .CategoryDiv .CategoryBox {
    background: rgb(0 0 0);
    height: 100%;
}

#ListCategory .CategoryDiv .CategoryBox img {
    height: 190px !important;
}

#ListCategory .CategoryDiv .CategoryBox .PostImage {
    background: none;
    padding: 5px;
    margin: 0;
    border: none;
}

.CategoryBox .PostTitle {
    margin: 10px;
    text-align: center;
}

.PostBox .PostTitle a {
    color: white !important;
}

/* Slider CSS */
.homeBigSlider {
    display: flex;
    height: 320px;
    width: calc(100% - 30px);
    margin-inline: 15px;
    margin-bottom: 10px;
    align-items: stretch;
}

.homeBigSlider .leftPanel {
    margin-right: 10px;
}

.homeBigSlider .leftPanel,
.homeBigSlider .rightPanel {
    width: 20%;
    text-align: center;
}

.homeBigSlider .leftPanel img,
.homeBigSlider .rightPanel img {
    height: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #2d3853;
}

.homeBigSlider .leftPanel video,
.homeBigSlider .rightPanel video {
    border-radius: 5px;
    border: 1px solid #35415e;
    width: 100%;
    box-shadow: 3px 3px 10px #0f131d !important;
}

.homeBigSlider .leftPanel video:hover,
.homeBigSlider .rightPanel video:hover {
    border: 1px solid #516393;
}

.homeBigSlider .leftPanel a:last-child img,
.homeBigSlider .rightPanel a:last-child img {
    margin-bottom: 0;
}

.homeBigSlider .midPanel {
    height: calc(100% + 10px);
    width: 60%;
    margin-bottom: -10px;
    display: block;
    max-height: calc(100% + 10px);
}

.homeBigSlider .midPanel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #2d3853;
}

.homeBigSlider .rightPanel {
    margin-left: 10px;
}

.homeBigSlider img:hover {
    filter: brightness(1.2);
}

.col-12.menuArea {
    height: 55px;
    overflow: hidden;
    margin: 10px 0;
}

.col-12.menuArea.slick-slider {
    overflow: unset !important;
}

.menuBox {
    width: calc(10% - 5px);
    display: inline-block;
    height: 55px;
    background: rgb(161 173 224 / 12%);
    border-radius: 4px;
    backdrop-filter: blur(60px);
    border: 1px solid #ffffff38;
    box-shadow: 3px 3px 7px #0f131d52 !important;
}

.menuBox:hover {
    background: rgb(165 182 255 / 14%);
    border: 1px solid #ffffff54;
}

.menuBox img.miniListIcon {
    width: 80px;
    height: 45px;
    filter: drop-shadow(1px 2px 0px #0000004f);
}

.menuBox .menuText {
    color: rgb(177 199 255);
    line-height: 16px;
    width: 100%;
    display: block;
}

.menuBox:hover .menuText {
    color: rgb(229 236 255);
}

.menuBox .menuText b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgb(218 228 255);
    font-weight: 500;
}

.menuBox .menuText span {
    font-size: 13px;
    color: rgb(146 158 189);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 10px;
    width: calc(100% - 2px);
}

.menuArea button.slick-arrow {
    display: none !important;
}

.menuArea:hover button.slick-arrow {
    display: block !important;
}

.menuArea button.slick-next.slick-arrow {
    right: 0;
    top: 7.5px;
    background: rgb(49 65 104);
}

.menuArea button.slick-prev.slick-arrow {
    left: 0;
    top: 7.5px;
    background: rgb(49 65 104);
}

.hidden-pinned {
    display: none;
}

button.btnShowMorePinned, button.dahaFazlaGuncelIlanGoster, button.dahaFazlaIlanGoster {
    margin-top: 10px;
    padding-inline: 20px;
    height: 40px;
    padding-block: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 60px;
    background: #1f5ec8 !important;
    color: #e7f2ff !important;
    text-shadow: 1px 1px 3px #00000070;
}

.IlanGizlendi {
    display: none;
}

.midPanel button.slick-prev.slick-arrow {
    left: 10px;
    background: rgb(21 26 39 / 70%);
}

.midPanel button.slick-next.slick-arrow {
    right: 10px;
    background: rgb(21 26 39 / 70%);
}

.homeBigSlider .midPanel:not(.slick-initialized) {
    overflow-y: hidden;
}

.PinnedButtons {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.PinnedCategoriesBtnList {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
}

.PinnedCategoriesBtnList button {
    background: #242b3c;
    border-radius: 50px;
    padding: 5px 10px;
    color: #bfd1ff;
    border: 1px solid #5f6d8f;
    display: flex;
    align-items: center;
}

.PinnedCategoriesBtnList button img {
    border-radius: 50%;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.homeBigSlider img {
    box-shadow: 3px 3px 10px #0f131d !important;
}

.PinnedCategoriesBtnList button span {
    padding-right: 10px;
    font-size: 13px;
}

.PinnedCategoriesBtnList button button:hover {
    background: #242b3c;
    border-radius: 50px;
    padding: 5px 10px;
    color: #bfd1ff;
    border: 1px solid #5f6d8f;
}

.PinnedCategoriesBtnList button.active {
    background: #34355c;
    color: #d7d2ff;
    border: 1px solid #8b7ce5;
}

.PinnedCategoriesBtnList button:hover {
    background: #34405c;
    color: #d2dfff;
    border: 1px solid #7c9be5;
}

.PinnedCategoriesBtnList button i {
    border-radius: 50%;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgb(255 255 255 / 10%);
}

.PinnedButtons::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 768px) {
    .PinnedCategoriesBtnList {
        display: none;
    }
}

.haberSectionList {
    display: flex !important;
    margin-inline: -10px;
    gap: 10px;
    justify-content: flex-start;
    overflow: hidden;
    /*overflow: auto;*/
    padding-bottom: 10px;
}

.haberSectionList:not(.slick-slider) > div {
    display: block;
    width: calc(20% - 10px);
}

.haberSectionList > div .haberDiv {
    display: flex;
    padding: 0;
    height: auto;
    flex-direction: column;
    margin: 0;
}

.haberSectionList.slick-slider > div .haberDiv {
    margin: 5px;
}

.haberSectionList > div .haberDiv:hover {
    background: #0c0e16;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
}

.menuBox .storyBoxImage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.slider-bar {
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

.slider-bar-bottom {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

section.slider-story-section-bottom {
    width: 100%;
    margin-inline: 15px;
}

.midPanel button.slick-arrow {
    display: none !important;
}

.midPanel:hover button.slick-arrow {
    display: block !important;
}

.menuBox {
    width: calc(7.69%);
}

@media (max-width: 768px) {
    .menuBox {
        min-width: 100px;
    }

    .slider-bar, .slider-bar-bottom {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .slider-bar::-webkit-scrollbar, .slider-bar-bottom::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    section.slider-story-section-bottom {
        margin-inline: 0;
    }

    section.storySectionx {
        margin-inline: -15px;
    }
}

.haberText .btn.btn-block.btn-default {
    margin-top: 10px;
    background: rgb(43 53 78 / 11%);
}

a:hover .haberText .btn.btn-block.btn-default {
    background: rgb(93 132 229 / 26%);
}

.haberSectionList.slick-initialized.slick-slider {
    width: calc(100% + 20px);
    margin: 0;
    gap: 0;
    display: block !important;
    margin-inline: -10px;
}

.product-tabs .nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.product-tabs .tab-content {
    padding: 20px;
    border: 1px solid #26304a;
    border-radius: 10px;
}

.product-tabs .nav.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    color: inherit;
    line-height: 30px;
}

.product-tabs .nav.nav-tabs .nav-link.active, .product-tabs .nav.nav-tabs .nav-link:hover {
    border-color: #6394ff;
    /*font-weight: 500;*/
    color: #ffffff;
    background: none;
}

.popularCategoryProductBanner img {
    height: 260px;
    width: 260px;
    object-fit: cover;
    border-radius: 5px;
    background: rgb(0 0 0 / 20%);
}

.popularCategoryProducts {
    display: flex;
    gap: 15px;
}

.popularCategoryProducts .daily-products-home {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.similar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
}

.similar-products .product-box a {
    color: inherit;
    text-decoration: none !important;
}

.product-box {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.33% - 10px);
    flex: 1 1 calc(33.33% - 10px);
    background: rgb(49 60 88 / 20%);
    border-radius: 5px;
    margin: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    flex-grow: 0;
}

.product-box:hover {
    background: #262e48;
    border-color: #272f46;
    -webkit-box-shadow: 0px 0px 25px #272f46;
    box-shadow: 0px 0px 25px #272f46;
}

.product-box img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-box .product-text {
    padding-left: 15px;
}

.product-box .product-text .product-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #aebfed;
}

.product-box .product-text .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-box .product-text .product-price .product-new-price {
    font-size: 17px;
    font-weight: 600;
    color: #91a4ff;
}

.product-box .product-text .product-price .product-old-price {
    text-decoration: line-through;
    padding-left: 10px;
    color: #a3a3a3;
}

.product-box .product-text .product-rating {
    color: #fcbf1c;
}

section.home-popular-products-banner {
    background: linear-gradient(45deg, #191c38, transparent);
    padding-block: 20px;
    margin-top: 20px;
}

.similar-products .product-box .ProductStars {
    text-align: left;
}

.similar-products .product-box .ProductStars span {
    margin-right: 1px;
}

.home-horizontal-banners {
    display: flex;
    gap: 20px;
    margin-block: 20px;
}

.home-horizontal-banners .horizontal-banner-item img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.home-horizontal-banners .horizontal-banner-item .horizontal-title {
    color: #afbcdf;
    font-size: 16px;
    word-break: break-word;
    margin-bottom: 20px;
}

.home-horizontal-banners .horizontal-banner-item .horizontal-title b {
    color: #cfd9f5;
}

.home-horizontal-banners .horizontal-banner-item:hover img {
    filter: brightness(1.1);
}

.horizontal-banner-item {
    flex-basis: 16.667%;
}

.homeBigSlider .midPanel img:hover {
    border: 1px solid #44547c;
}

.homeBigSlider .leftPanel img:hover, .homeBigSlider .rightPanel img:hover {
    border: 1px solid #44547c;
}

.slider-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 600px;
    top: 0;
    overflow: hidden;
}

.slider-background img {
    width: 110%;
    filter: grayscale(0.5) blur(25px) brightness(0.5);
    left: -5%;
    position: relative;
    top: -20px;
    max-width: unset;
}

.slider-background:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(to top, #151a26, transparent);
}

.header-main {
    background: #0000008a !important;
    backdrop-filter: blur(100px) !important;
    border-bottom: 1px solid #ffffff14 !important;
    z-index: 6;
}

nav.menubar {
    background: #0000003b;
    backdrop-filter: blur(100px);
    border-bottom: 1px solid #ffffff14;
}

.header-top {
    background: #000000b8;
    backdrop-filter: blur(100px);
}

nav ul.nav-menu-list li:hover, nav ul.nav-menu-list li.active {
    background: rgb(255 255 255 / 8%);
}

.PinnedCategoriesVerticalList button {
    background: none;
    border: none;
}

.PinnedCategoriesVerticalList button img {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    border: 2px solid #2e364a;
}

.PinnedCategoriesVerticalList button svg {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    border: 2px solid #2e364a;
    padding: 20px;
    background: #0c0f17;
}

.PinnedCategoriesVerticalList:not(.slick-initialized) {
    height: 82px;
    overflow: hidden;
}

.PinnedCategoriesVerticalList .slick-list button.active img, .PinnedCategoriesVerticalList .slick-list button:hover img, .PinnedCategoriesVerticalList .slick-list button.active svg, .PinnedCategoriesVerticalList .slick-list button:hover svg {
    border-color: #007bff;
    filter: drop-shadow(0px 0px 6px #385e87);
}

.PinnedCategoriesArea {
    margin-bottom: 20px;
}

button.btnShowMorePinned:hover {
    background: #3c81f6 !important;
    color: #e7f2ff !important;
}

button.slick-prev-ver2.slick-arrow {
    position: absolute;
    left: -40px;
    z-index: 3;
    border: none;
    width: 40px;
    background: none;
    height: 40px;
    border-radius: 40px;
    top: calc(50% - 20px);
}

button.slick-next-ver2.slick-arrow {
    position: absolute;
    right: -40px;
    z-index: 3;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: calc(50% - 20px);
}

button.slick-prev-ver2 svg {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background: #2e3850;
    fill: #3999ff !important;
}

button.slick-next-ver2 svg {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background: #2e3850;
    fill: #3999ff !important;
}

button.vertical-list-button.slick-disabled {
    display: none !important;
}

/** Footer Yasal bilgilendirme kutuları **/


.legal-box {
	border: 1px;
	border-style: solid;
	border-color: #313a53;
	background: #21243a;
	color: #afbee5;
	border-radius: 5px;
	padding: 16px;
	min-height: 170px;
}

/**
.legal-box:hover {
    opacity: 100%;
	border-color: #313a53;
    background: #202232;
    color: white;
}
**/