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

.slider-background img {
    width: 110%;
    filter: grayscale(0.4) blur(15px) brightness(0.8);
    left: -5%;
    position: relative;
    top: 0;
    max-width: unset;
    height: 450px;
    object-fit: cover;
}

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

.dark-theme nav.navbar.navbar-itemsatis2 {
    background: rgb(50 52 72 / 64%);
    backdrop-filter: blur(15px);
    z-index: 4;
}

.dark-theme nav.navbar.navbar-itemsatis1 {
    background: rgb(37 39 58 / 82%);
    backdrop-filter: blur(10px);
    z-index: 5;
}

section.navigationBar {
    background: rgb(36 37 51 / 54%) !important;
    backdrop-filter: blur(15px);
    z-index: 4;
}

section.products {
    position: relative;
    min-height: 750px;
}

.parallax-image {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.parallax-in-bg {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    box-shadow: inset 0 -130px 170px rgba(0, 0, 0, 0.83);
}

.parallax-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden; /* Taşan içeriği gizler */
}

.parallax-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* Arka planı tam kaplar */
    filter: blur(20px); /* Bulanık efekt */
    z-index: -1; /* En altta kalmasını sağlar */
}

.Products-Logo {
    height: 300px;
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: -160px;
    width: 220px;
    background-size: cover !important;
    z-index: 2;
    background-color: #dcdcdc !important;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5019607843137255);
}

h2.title {
    font-size: 17px;
    color: #545454;
}

.products-one {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    margin-bottom: 5px;
    box-shadow: 0 2px 3px #dedddc;
}

.products-one .products-title {
    position: absolute;
    left: 105px;
    top: 15px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(110 110 110);
}

.products-one .products-desc {
    position: absolute;
    left: 105px;
    top: 33px;
    font-size: 12px;
    color: #828282;
}

button.products-buy {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 80px;
    width: 100px;
    text-align: center;
    font-weight: 500;
    padding-top: 0;
    color: white;
    cursor: pointer;
    border: none;
    transition: 0.2s linear;
    border-radius: 2px;
    text-shadow: 1px 1px 0 #345474;
}

.products-one .products-price .h2-price {
    font-size: 21px;
    color: #327bbd;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 61px;
    float: left;
}

button.products-buy:disabled {
    filter: grayscale(1);
    cursor: not-allowed;
}

._1M1Xz8._28ZPFK {
    color: #fad318;
}

._1M1Xz8 {
    width: 100px;
    margin: 0 auto 20px;
    font-size: 2.8rem;
    color: #ada1c8;
    position: relative;
}

._1M1Xz8 > strong {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

svg:not(:root) {
    overflow: hidden;
}

svg:not([fill]) {
    fill: currentColor;
}

.review-box {
    background: white;
    box-shadow: 0 2px 6px #cecdcc;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.product-review .review-title {
    font-size: 15px;
    text-align: center;
    color: #545454;
    margin-top: 10px;
    margin-bottom: 5px;
}

.product-review p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    margin-top: -3px;
    color: #a0a0a0;
    padding-left: 20px;
    padding-right: 20px;
}

.product-review-list {
    background: #efefef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    font-size: 13px;
}

.product-head-group {
    position: absolute;
    top: -300px;
    width: calc(100% - 300px);
    left: 270px;
    height: 300px;
    display: inherit;
    vertical-align: bottom;
}

h1.products-head-title {
    color: white;
    font-weight: 900;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    font-size: 26px;
    margin-bottom: 0;
}

p.products-head-description {
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.83);
    font-size: 15px;
}

.product-head-inner-group {
    position: absolute;
    bottom: 25px;
}

.Products-Logo-Trailer {
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: -160px;
    width: 220px;
    background-size: cover !important;
    z-index: 4;
    border-radius: 4px;
    color: gainsboro;
    text-align: center;
    height: 300px;
    font-size: 70px;
    line-height: 300px;
    cursor: pointer;
    opacity: .9;
    filter: drop-shadow(0px 0 16px black) drop-shadow(0px 0 16px black);
}

.Products-Logo-Trailer:hover {
    opacity: 1;
    color: white;
}

a.kullaniciYorumlariGosterBtn {
    background: #efefef;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: -20px;
    margin-top: 15px;
    line-height: 35px;
    font-size: 12px;
    color: #717171;
}

a.kullaniciYorumlariGosterBtn:hover {
    background: #f7f7f7;
    text-decoration: none;
    color: #2b2b2b;
}

img.comment-photo {
    right: 0;
    width: 90px !important;
    max-width: 60px;
    top: 20px;
}

span.CommentUserLevel {
    position: relative;
    right: -40px;
    background: #cc5d5d;
    width: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    color: white;
    font-size: 11px;
}

span.blurMessage {
    filter: blur(1.9px);
}

span.infoBlurMessage {
    display: block;
    font-style: italic;
    font-size: 11px;
    color: #929292;
}

.modal-body.reviews-body {
    margin: 0;
    min-height: 130px;
    border: none;
}

.post-slide {
    margin: 0 15px;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    padding: 15px;
}

.post-slide .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
    padding: 0;
    color: #333333;
    height: 23px;
    overflow: hidden;
}

.post-slide .post-title a {
    display: inline-block;
    color: #333333;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 13px;
    color: #676767;
    line-height: 17px;
    margin-bottom: 5px;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide .post-bar li i {
    margin-right: 5px;
}

.post-slide .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
    content: ",";
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover {
    background: #333333;
    text-decoration: none;
}

.post-slide {
    background: #f3f3f3 !important;
    border-radius: 5px;
    box-shadow: 0 0 5px #b7b7b7;
    margin: 0 10px;
    margin-bottom: 5px;
}

div#news-slider {
    margin-bottom: -10px;
}

.post-slide .post-img {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.products-one.first-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.products-one .products-image {
    width: 140px;
    height: 80px;
    background-size: 60% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: gainsboro !important;
}

.products-one.first-item .products-image {
    border-top-left-radius: 5px;
}

.products-one .products-price {
    position: absolute;
    bottom: 0;
    left: 105px;
    padding-right: 30px;
}

.products-one .products-price .h3-price {
    font-size: 16px;
    margin: 0;
    color: #c1c1c1;
    display: inline-block;
    line-height: 61px;
    padding-left: 15px;
    text-decoration: line-through;
}

.products-one .products-price .h3-price span {
    font-family: sans-serif;
}

.products-one .products-price .h2-price span {
    font-family: sans-serif;
}

.products-price span.discountLabel {
    position: absolute;
    font-size: 11px;
    color: #ec9f3e;
    padding: 1px;
    font-weight: bold;
    line-height: 12px;
    filter: drop-shadow(0px 0 3px #e4e4e4);
    top: 5px;
}

.products-title.full-height-title {
    line-height: 32px;
}

button.products-buy.stok-haber-ver {
    background: linear-gradient(
            45deg, #4e4e4e, #976f4d) !important;
}

button.products-buy.stok-haber-ver:hover {
    background: linear-gradient(45deg, #a2a2a2, #d8d8d8);
    filter: brightness(1.1);
}

button.balance-not-enough.stok-haber-ver {
	background: linear-gradient(
			45deg, #4e4e4e, #976f4d) !important;
}

button.balance-not-enough.stok-haber-ver:hover {
	background: linear-gradient(45deg, #a2a2a2, #d8d8d8);
	filter: brightness(1.1);
}

.Products-Logo img {
    width: 220px;
    height: 300px;
    border-radius: 4px;
}

img.ilanPazariWeb {
    border-radius: 4px;
    margin-bottom: 10px;
}

img.ilanPazariMobil {
    display: none;
}

@media only screen and (max-width: 768px) {
    img.ilanPazariWeb {
        display: none;
    }

    img.ilanPazariMobil {
        display: block;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .parallax-image {
        height: 185px;
    }

    .parallax-in-bg {
        height: 185px;
        background-size: cover;
    }

    .Products-Logo {
        height: 140px;
        left: 20px;
        top: -167.5px;
        width: 100px;
        border-radius: 4px;
    }

    .Products-Logo img {
        width: 100px;
        height: 140px;
        border-radius: 4px;
    }

    .product-head-group {
        top: -95px;
        width: calc(100% - 20px - 140px);
        left: 140px;
        height: 95px;
    }

    h2.products-head-title {
        font-size: 20px;
    }

    p.products-head-description {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: unset !important;
        white-space: unset;
        font-size: 14px;
    }

    .product-trailer {
        display: none;
    }

    .product-review {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        top: 80px;
    }

    .panel-products {
        position: relative;
        top: 15px;
        width: 100%;
        left: 0;
    }

    .products-one {
        width: 100%;
        height: 155px;
        position: relative;
    }

    .products-one .products-price {
        position: absolute;
        top: unset;
        padding-right: 0;
        width: 100%;
        padding-left: 0;
        left: 105px;
        bottom: 40px;
    }

    .products-title.full-height-title {
        width: 100%;
        padding-right: 15px !important;
        height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    button.products-buy {
        top: unset;
        bottom: 10px;
        height: 35px;
        width: calc(65% - 15px);
        padding: 0;
        line-height: 35px;
        font-size: inherit;
    }

    .c100 {
        margin: 0 !important;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 15px;
    }

    .products-one .products-detail {
        left: 10px;
        width: calc(35% - 15px) !important;
        height: 35px !important;
        padding: 0 !important;
        line-height: 35px !important;
    }

    .products-one .products-image {
        height: 90px !important;
    }

    button.products-buy i {
        display: inline-block !important;
        font-size: initial !important;
        margin-right: 5px;
    }

    .products-one .products-detail i {
        display: inline-block !important;
        font-size: initial !important;
        margin: 0;
        margin-right: 5px;
    }
}

a.sayfayiZiyaretEt i {
    background: #549de2;
    margin: -20px;
    margin-right: 10px;
    width: 40px;
    line-height: 39px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
}

a.sayfayiZiyaretEt {
    background: linear-gradient(45deg, #4885be, #4885be, #0084ff);
    padding: 10px 20px;
    border: none;
    position: absolute;
    right: -5px;
    bottom: 20px;
    color: white;
    border-radius: 3px;
    transition: 0.3s linear;
}

a.sayfayiZiyaretEt:hover {
    filter: brightness(1.2);
}

span.bunuSatinAldi {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    color: #3b91ab;
}

button.show-more-review-btn:hover {
    background: #d6d6d6;
    color: #2f2f2f;
}

/* Dark Theme */
.dark-theme h1.products-head-title {
    color: #dedfe9;
    font-size: 25px;
}

.dark-theme p.products-head-description {
    color: #c3c6d5;
}

.dark-theme .review-box {
    background: #25273a;
    box-shadow: 0 2px 6px #25273a;
}

.dark-theme .product-review .review-title {
    color: #d7d8e6;
}

.dark-theme .product-review p {
    color: #979aae;
}

.dark-theme .c100:hover > span {
    color: #d7d8e6;
}

.dark-theme .c100 {
    background-color: #323448;
}

.dark-theme .c100:after {
    background-color: #25273a;
}

.dark-theme .products-one {
    background: #25273a;
    box-shadow: none;
}

.dark-theme .products-one .products-title {
    color: #d7d8e6;
}

.dark-theme .products-one .products-desc {
    color: #979aae !important;
}

.dark-theme .products-one .products-desc p {
    color: #979aae !important;
}

.dark-theme .products-one .products-desc span {
    color: #979aae !important;
}

.dark-theme .products-one .products-price .h3-price {
    color: #979aae !important;
}

.dark-theme .products-one .products-price .h2-price {
    color: #ffd679 !important;
}

/*.dark-theme .c100 .bar, .c100.p100 .fill, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .pie {*/
/*    border: .08em solid #cc6800;*/
/*}*/
.dark-theme .nav-tabs > li.active > a, .dark-theme .nav-tabs > li.active > a:focus, .dark-theme .nav-tabs > li.active > a:hover {
    background: none !important;
    color: #d7d8e6;
    border: none;
}

.dark-theme span.bunuSatinAldi {
    color: #cd6c08 !important;
}

.dark-theme div#aciklama p, .dark-theme div#aciklama span, .dark-theme div#aciklama strong, .dark-theme div#aciklama b {
    color: #979aae !important;
    background: none;
}

.dark-theme div#aciklama a, .dark-theme div#aciklama span, .dark-theme div#aciklama strong, .dark-theme div#aciklama b {
    background: none !important;
}

.dark-theme .panel-body ul, .dark-theme .panel-body li, .dark-theme .panel-body a, .dark-theme .panel-body span, .dark-theme .panel-body strong, .dark-theme .panel-body b {
    color: #d2d4e2 !important;
}

.panel-products span {
    /*color: inherit !important;*/
}



.dark-theme .panel-products h1, .dark-theme .panel-products h2, .dark-theme .panel-products h3, .dark-theme .panel-products h4, .dark-theme .panel-products h5, .dark-theme .panel-products h6 {
    color: #d7d8e6 !important;
}

.products-one .products-image {
    width: 80px;
    height: 80px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 10px !important;
    border-radius: 4px;
    position: relative;
    top: 10px;
}

.products-one .products-detail {
    position: absolute;
    right: 115px;
    bottom: 10px;
    height: 80px;
    text-shadow: 1px 1px 0 #383838;
    width: 70px;
    background: linear-gradient(
            45deg, #6f6f6f, #909090);
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 12px;
    border: none;
    transition: 0.2s linear;
    border-radius: 2px;
    padding: 0;
    display: flow-root;
    vertical-align: middle;
    padding-top: 15px;
}

button.products-buy i {
    display: block;
    font-size: 25px;
    margin-bottom: 6px;
}

.products-one .products-detail i {
    display: block;
    font-size: 25px;
    margin-bottom: 6px;
}

a.products-detail:hover {
    filter: brightness(1.1) !important;
    z-index: 20;
    background: linear-gradient(
            45deg, #5c5c5c, #a7a7a7);
}

.dark-theme a.products-detail:hover {
    box-shadow: 0 0 40px #25273a;
}

.dark-theme .products-one:hover {
    background: linear-gradient(to left, #25273a, #1e2340);
}

.category-gallery .gallery-image {
    margin: 5px;
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 0;
    transition: 0.2s linear;
    padding: 1px;
    background: #ffffff;
    border-radius: 4px;
}

.dark-theme .category-gallery .gallery-image {
    background: #25273a;
    border: 1px solid transparent;
}

.category-gallery img.category-gallery-image {
    width: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    height: 90px;
    border-radius: 4px;
    cursor: zoom-in;
}

.gallery-image.gallery-0 {
    width: calc(100% - 10px);
}

.gallery-image.gallery-0 img.category-gallery-image {
    height: 170px;
    object-position: left;
}

.category-gallery .gallery-image:hover {
    filter: brightness(1.3);
    box-shadow: 0 0 30px #f5f3f0;
    z-index: 4;
}

.dark-theme .category-gallery .gallery-image:hover {
    filter: brightness(1.2);
    box-shadow: none;
    border: 1px solid #7681cf;
}

button.btn.btn-nasil-kullanilir {
    width: 100%;
    background: linear-gradient(
            45deg, #307bbb, #13b2b2);
    text-align: center;
    font-weight: 500;
    padding: 0;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border: none;
    transition: 0.2s linear;
    border-radius: 2px;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: poppins, sans-serif;
}

button.btn.btn-nasil-kullanilir i {
    margin-right: 5px;
}

button.btn.btn-nasil-kullanilir:hover {
    filter: brightness(1.07);
}

.category-gallery {
    margin: -5px;
    margin-top: 0;
}

.category-gallery-big {
    position: relative;
    margin: -5px;
    margin-bottom: 20px;
}

.category-gallery-big .gallery-image-big {
    width: calc(14.28% - 10px);
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.category-gallery-big .gallery-image-big img.category-gallery-image {
    height: 110px;
    object-fit: cover;
    object-position: left;
    border-radius: 4px;
}

.category-gallery-big .gallery-image-big:hover img {
    filter: brightness(1.2);
}

@media only screen and (max-width: 768px) {
    .category-gallery-big .gallery-image-big {
        width: calc(50% - 10px);
    }

    .product-panels {
        display: block !important;
    }

    .panel-products {
        width: 100% !important;
        top: 0 !important;
        margin-top: 10px !important;
    }

    .product-review {
        display: block !important;
        width: 100% !important;
        margin-top: 15px !important;
        top: 0 !important;
    }

    .products-one.most-popular-box {
        height: 160px !important;
    }

    .products-one.most-popular-box .products-title {
        top: 25px;
    }

    .products-one.most-popular-box .products-desc {
        top: 43px;
    }
}

.product-panels {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.panel-products {
    width: 100%;
}

@media (min-width: 768px) {
    .product-panels {
        flex-direction: row;
    }
}

.urun-kisa-hidden:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #333548 10%, transparent);
}

.urun-kisa-hidden {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.product-review {
    display: inline-block;
    width: 220px;
    margin-right: 20px;
    margin-top: 160px;
}

.discountBubble {
    position: absolute;
    left: 105px;
    bottom: 14px;
	background: linear-gradient(to bottom, #7e2f2f, transparent 70%);
    padding: 4px 10px;
    text-align: center;
    border-radius: 4px;
    color: rgb(255 255 255);
    font-size: 10px;
    line-height: 12px;
    text-shadow: 1px 1px 0px #681d1d;
}

.discountBubble b {
    display: block;
    font-size: 17px;
}

.products-one .products-price.on-discount {
    left: 170px;
}

.products-one.daily-offer-product .products-image {
    top: 0px;
}

.products-one.daily-offer-product .discountBubble {
    background: linear-gradient(
            45deg, rgb(143 58 168), rgb(55 68 255));
    text-shadow: 1px 1px 0px #51217d;
}

.dark-theme .products-one.daily-offer-product {
    background: linear-gradient(to right, rgb(74 49 96), rgb(46 37 58), rgb(37 39 58), rgb(65 45 84));
    box-shadow: 2px 2px 2px #24273a;
    border: 2px solid rgb(102 72 132);
    height: 104px;
}

.dark-theme .products-one.daily-offer-product .products-buy {
    background: linear-gradient(
            45deg, rgb(88 136 172), rgb(89 56 210));
}

.dark-theme .products-one.daily-offer-product:before {
    content: "Günün Fırsatı Ürünü";
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
    top: 0;
    background: rgb(90 65 112 / 27%);
    text-align: center;
    line-height: 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: rgb(193 146 239);
    border: 1px solid rgb(102 72 132 / 40%);
    border-top: none;
    font-size: 12px;
}

.dark-theme .products-one.daily-offer-product.first-item {
    margin-top: 10px;
}

.swal2-popup.swal2-modal.topup-modal {
    width: 55em !important;
    padding: 30px;
}

.topup-modal h3 {
    color: #525252;
}

.dark-theme .topup-modal h3 {
    color: white;
}

.topupDatas {
    padding: 15px;
    background: linear-gradient(to bottom, #b9bfff4a, transparent);
    margin-inline: -30px;
    padding-inline: 30px;
    min-height: 150px;
    border-top: 1px solid #d7dbff;
}

.dark-theme .topupDatas {
    background: linear-gradient(to bottom, #3a3e644a, transparent);
    border-top: 1px solid #313348;
}

.topup-modal .form-group label {
    background: none;
    color: #515262;
    font-size: 14px;
    line-height: 20px;
    top: 0;
    left: 0;
    margin-top: 15px;
}

.dark-theme .topup-modal .form-group label {
    color: #d9dcfd;
}

.ProductStockBuyBox {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

@media (min-width: 640px) {
    .ProductStockBuyBox {
        width: auto;
    }
}

.ProductStockBuyBox .stockCountBox {
    display: flex;
    background: #7798b9;
    padding: 2px;
    border-radius: 5px;
    position: relative;
    flex-direction: row;
}

@media (min-width: 1024px) {
    .ProductStockBuyBox .stockCountBox {
        flex-direction: column;
    }
}

.dark-theme .ProductStockBuyBox .stockCountBox {
    background: #363c60;
}

.ProductStockBuyBox .stockCountBox .btn-purchase-count {
    background: none;
    color: #d9dcff;
    font-size: 17px;
    padding: 0;
    padding-inline: 10px;
    font-weight: bold;
}

.ProductStockBuyBox .stockCountBox input {
    width: 60px;
    text-align: center;
    border: none;
    background: #ededed;
    padding-block: 0 !important;
    line-height: 50px;
    position: relative;
    height: 55px;
    font-size: 18px;
}

.dark-theme .ProductStockBuyBox .stockCountBox input {
    background: #181a26;
}

.StockBuyBox {
    display: flex;
    align-items: center;
}

.StockBuyBox span {
    padding-right: 10px;
}

.CountBoxList .stockCountBox:after {
    bottom: 30px;
}

@media (min-width: 1024px) {
    .ProductStockBuyBox .stockCountBox:after,
    .CountBoxList .stockCountBox:after {
        bottom: 5px;
    }
}

.CountBoxList .stockCountBox {
    flex-direction: row;
}

.dark-theme .ProductStockBuyBox .stockCountBox:after {
    color: #d6d7e3;
}

.sozlesmeAlanPre {
    max-height: 400px;
    overflow: auto;
    background: rgb(0 0 0 / 15%);
    text-align: left;
    padding: 15px;
}

.popup-alert-message {
    background: #65583b;
    padding: 10px 15px;
    border-radius: 3px;
    color: #ffeddc;
    border-top: 3px solid #b39a62;
    display: flex;
    gap: 15px;
    align-items: center;
}

.popup-alert-message i {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .discountBubble {
        position: absolute;
        right: unset;
        top: 10px;
        background: linear-gradient(to bottom, #7e2f2f, transparent 70%);
        padding: 10px;
        text-align: center;
        padding-block: 10.02px;
        border-radius: 2px;
        color: rgb(255 255 255);
        text-shadow: 1px 1px 0px black;
        font-size: 11px;
        left: 10px;
        bottom: unset;
        width: 80px;
        height: 90px;
        border-top: 3px solid #b94040;
    }

    .discountBubble b {
        font-size: 20px;
    }

    .products-one .products-price.on-discount {
        left: 105px !important;
    }

    .dark-theme .products-one.daily-offer-product {
        height: 180px !important;
    }

    .products-one.daily-offer-product .products-title {
        top: 32px;
    }

    .products-one.daily-offer-product .products-desc {
        top: 49px;
    }

    .products-one.daily-offer-product .discountBubble {
	    background: linear-gradient(to bottom, #7e2f2f, transparent 70%);
        text-shadow: 1px 1px 0px #51217d;
        border-color: #e077ff;
    }

    h1.products-head-title {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: unset !important;
        white-space: unset;
        font-weight: 600;
        line-height: 26px;
        font-size: 19px !important;
    }
}

.product-most-seller {
    position: absolute;
    background: #eda14a;
    padding: 3px 10px;
    color: #1a1300;
    border-radius: 4px;
    top: -8px;
    font-size: 12px;
    width: 140px;
    text-align: center;
    left: calc(50% - 70px);
    font-weight: 900;
    z-index: 4;
}

.dark-theme .products-one.most-popular-box {
    background: linear-gradient(to right, rgb(96 77 49), rgb(58 49 37), rgb(37 39 58), rgb(84 72 45));
    box-shadow: 2px 2px 2px #24273a;
    border: 2px solid rgb(209 152 87);
    height: 104px;
    margin-top: 10px;
}

.dark-theme .products-one.most-popular-box .products-image {
    top: 0;
}

.product-relations-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    background: #25273a;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    gap: 5px;
    margin-top: 15px;
}

.product-relations-group a.product-relations-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px;
    gap: 10px;
    justify-content: center;
    border-radius: 5px;
}

.product-relations-group a.product-relations-item img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.product-relations-group a.product-relations-item:hover {
    background: #323551;
}

.product-relations-group a.product-relations-item.active {
    background: #3f4794;
    color: white;
}

div#swal2-content {
    width: 100% !important;
    /*text-align: left;*/
}
div#swal2-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

div#swal2-content .odd-modal-bg {
    width: 100% !important;
}

div#swal2-content ul {
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-type: disc;
}

div#swal2-content ul li {
    font-size: 14px;
}

.tab-content.TabContentDiv img, .tab-content.TabContentDiv video, .tab-content.TabContentDiv iframe {
    height: auto !important;
}

.urun-aciklama-content h1 {
    font-size: 20px;
    font-weight: 500;
    color: white !important;
    margin-bottom: 3px;
    display: block;
}

.urun-aciklama-content h2 {
    font-size: 19px;
    font-weight: 500;
    color: white !important;
    margin-bottom: 3px;
    display: block;
}

.urun-aciklama-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: white !important;
    margin-bottom: 3px;
    display: block;
}

.urun-aciklama-content h4 {
    font-size: 17px;
    font-weight: 500;
    color: white !important;
    margin-bottom: 3px;
    display: block;
}

.urun-aciklama-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: white !important;
    margin-bottom: 3px;
    display: block;
}

.urun-aciklama-content p {
    margin-bottom: 10px;
}

.urun-aciklama-content strong {
    color: #747fc5 !important;
    font-weight: 600;
}

.product-grid .ProductStockBuyBox .stockCountBox .btn-purchase-count {
    padding-inline: 5px;
}

.panel-products button {
    min-height: 35px;
}