.image-main img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 4px;
    cursor: zoom-in;
}

.image-main {
    margin-bottom: 10px;
}

.image-sub-main {
    margin: -3px;
}

.image-sub-main img {
    height: 100px;
    width: 100px;
    margin: 3px;
    object-fit: cover;
    border-radius: 4px;
    display: inline-block;
    float: left;
}

.UrunDetayTitle h2 {
    font-size: 14px;
    color: #4885bd;
    margin: 0;
}

.UrunDetayTitle h1 {
    font-size: 21px;
    margin-top: 5px;
    color: #383838;
    margin-bottom: 10px;
}

.UrunKisaAciklama p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #696969;
    white-space: normal;
    font-size: 14px;
}

.col-md-12.UrunBilgi {
}

.YatayUrunCizgi {
    height: 1px;
    width: 100%;
    background: #eaeaea;
    margin-bottom: 15px;
    margin-top: 15px;
}

.Bilgi-Box {
    display: inline-flex;
    margin-bottom: 20px;
}

.Bilgi-Box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
    display: inline-block;
}

.BilgiSatirlari {
    display: inline-block;
    height: 50px;
    margin-left: 10px;
}

span.BilgiSatir1 {
    display: block;
    position: relative;
    line-height: 20px;
    font-weight: 300;
}

span.BilgiSatir2 {
    display: block;
}

button.btn.btn-buy {
    height: 45px;
    background: #d8741e;
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.postPricesGroup {
    width: 100%;
    height: 50px;
    position: relative;
}

.ilanFiyatText {
    font-size: 20px;
}

.ilanFiyatText span {
    color: #b1b1b1;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
}

.ilanFiyatText b {
    font-size: 25px;
}

.urunIndirim {
    float: left;
    height: 44px;
    line-height: 15px;
    width: 60px;
    text-align: center;
    background: #dc0000;
    font-size: 19px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 10px;
    padding-top: 10px;
}

.urunIndirim small {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

.priceKazanc {
    position: absolute;
    right: 0;
    font-size: 11px;
    color: #7b7b7b;
    bottom: 0;
    line-height: 13px;
    text-align: right;
}

.col-md-12.UrunSonIslem {
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 100%;
    margin-top:30px;
}

button.btn.btn-fav {
    padding: 5px 10px;
    background: 0 0;
    border: none;
    color: #777;
    font-family: ubuntu,sans-serif;
    width: calc(50% - 15px);
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    right: 0;
    text-align: right;
}

.IslemSubButtons {
    display: block;
    height: 30px;
    position: relative;
    margin-top: 10px;
}

.col-md-3 .no-padding {
    max-height: 700px;
    overflow-y: auto;
}



.products-one {
    width: 100%;
    height: 90px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 2px 3px #dedddc;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.products-stok-yok {
    display: none;
}

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

.products-one .products-title {
    position: absolute;
    left: 85px;
    top: 10px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
    color: #333333;
}

.products-one .products-desc {
    position: absolute;
    left: 85px;
    top: 25px;
    font-size: 12px;
    color: #828282;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
}

.products-one .products-detail {
    position: absolute;
    right: 20px;
    bottom: 15px;
    height: 25px;
    width: 110px;
    background: linear-gradient(
            45deg
            , #6f6f6f, #909090);
    text-align: center;
    padding-top: 0;
    color: white;
    cursor: pointer;
    font-size: 12px;
    border: none;
    transition: 0.2s linear;
    border-radius: 2px;
    line-height: 25px;
    padding: 0;
}

.products-one .products-price {
    position: absolute;
    bottom: 10px;
    left: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 110px);
    height: 60px;
}

.products-one .products-price h3 {
    font-size: 13px;
    margin: 0;
    color: #c1c1c1;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-left: 15px;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-one .products-price h2 {
    font-size: 20px;
    color: #636363;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 30px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

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

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

.products-one .products-buy {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 42px;
    width: 110px;
    background: linear-gradient(
            45deg
            , #296296, #4885bd);
    text-align: center;
    font-weight: 500;
    padding-top: 0;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border: none;
    transition: 0.2s linear;
    border-radius: 2px;
}

button.btn.btn-guven {
    padding: 5px 10px;
    background: 0 0;
    border: none;
    color: #559c54;
    font-family: ubuntu,sans-serif;
    width: calc(50% - 15px);
    position: absolute;
    font-weight: 400;
    font-size: 11px;
    left: 0;
    text-align: left;
    line-height: 11px;
}

.btn-guven i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.popular-list .media-body h4 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 15px;
    color: #3e3e3e;
    margin-bottom: 5px;
}

.popular-list .media-body span {
    font-size: 12px;
}

.popular-list .media-left img {
    width: 65px;
    height: 65px;
    display: block;
    border: 4px solid #fff;
    box-shadow: 0 6px 19px rgb(0 0 0 / 11%);
    border-radius: 14px;
    object-fit:cover;
    max-width:unset;
}

.popular-list .media {
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    padding-right: 20px;
}

.dark-theme .content.popular-list span {
    color: #d9dae9;
}

.dark-theme .popular-list .media {
    border-bottom: 1px solid #383b50;
}

.dark-theme .popular-list .media-left img {
    border: 4px solid #383b50;
}

ul.UrunMenuList {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    height: 40px;
}

ul.UrunMenuList li {
    float: left;
    padding: 0 20px;
    color: dimgrey;
    border-bottom: 2px solid transparent;
    line-height: 38px;
    cursor: pointer;
}

ul.UrunMenuList li span.badge.badge-default {
    background: rgb(135 178 218);
    color: rgb(255 255 255);
    font-weight: normal;
    margin-left: 5px;
}

.dark-theme ul.UrunMenuList li span.badge.badge-default {
    background: rgb(44 51 90);
    color: rgb(152 161 233);
}

ul.UrunMenuList li:hover, ul.UrunMenuList li.active {
    border-color: #349eff;
    color: #232323;
}

.col-md-3.AdvertBox-1 {
    width: 20%;
    padding: 8px 5px !important;
}

.AdvertBox-Main {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: block;
    box-shadow: 0 5px 30px rgb(0 0 0 / 5%);
}

.AdvertBox-Publisher {
    background: none;
    border-top: 1px solid whitesmoke;
    color: #808080;
    font-size: 12px;
    margin-top: 5px;
}

.AdvertBox-Title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    height: unset;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    word-break: break-all;
    margin-top: 5px;
    white-space: normal;
}

.AdvertBox-ItemDesc {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #808080;
    white-space: normal;
    line-height: 14px;
    margin: 5px 0;
    word-break: break-all;
    height: 28px;
}

.postImageBox {
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%) !important;
}

section {
    margin: 40px 0;
}

ul.UrunMenuList li i {
    margin-right: 5px;
}

.image-sub-main img {
    cursor:pointer;
}

.tab-page {
    display:none;
}

.tab-page.active {
    display:block;
}

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;
}

.comment .content .actions {
    margin-top: 10px;
}

button.show-more-review-btn:hover {
    background: #d6d6d6;
    color: #2f2f2f;
}
button.show-more-review-btn {
    background: #eaeaea;
    border: none;
    padding: 8px 20px;
    border-radius: 3px;
}

.dark-theme button.show-more-review-btn {
    background: #25273a;
    color: #d7d8e6;
}

.dark-theme button.show-more-review-btn:hover {
    background: #383b50;
    color: #d7d8e6;
}

.products-one:hover {
    background: linear-gradient(
            45deg
            , #d6ecff, transparent);
    border-color: #9bc3e8;
}

.dark-theme .UrunDetayTitle h1 {
    color: #cdd0e8;
}

.dark-theme .UrunDetayTitle h2 {
    color: #75b2ea;
}

.dark-theme .YatayUrunCizgi {
    background: #4a4c63;
}

.dark-theme .UrunKisaAciklama p {
    color: #9c9ebb;
}

.dark-theme span.BilgiSatir2 b {
    color: #cdd0e8;
}

.dark-theme button.btn.btn-guven {
    color: #6ab569;
}

.dark-theme .ilanFiyatText {
    color: #cdd0e8;
}

.dark-theme .ilanFiyatText span {
    color: #898cb5 !important;
}

.dark-theme .priceKazanc {
    color: #a2a4bb !important;
}

.dark-theme button.btn.btn-fav {
    color: #c8cae6 !important;
}

.dark-theme button.btn.btn-buy {
    background: linear-gradient(
            145deg, #d8741e, #945e30);
    border: none;
}

.dark-theme .products-one {
    box-shadow: 0 2px 3px #23263a;
    border: 1px solid #464861;
}

.dark-theme .products-one:hover {
    background: linear-gradient(
            45deg , #2d2f40, #363c75);
    border-color: #5b5f88;
}

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

.dark-theme .products-one .products-desc {
    color: #a7a9bd;
}

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

.dark-theme .products-one .products-price h3 {
    color: #737594;
}

.dark-theme ul.UrunMenuList li {
    color: #bcbed4 !important;
}

.dark-theme ul.UrunMenuList li.active {
    color: #e2e5ff !important;
    border-color: #5599d8;
}

.dark-theme .AdvertBox-Main {
    background: rgb(37 39 58) !important;
    border: 1px solid #2f3144 !important;
    box-shadow: 0 4px 3px 0 rgb(35 37 56) !important;
}

.dark-theme .AdvertBox-Publisher {
    border-color: #323550;
}

.dark-theme .popular-list .media-body h4 {
    color: #d7d8e6;
}

.dark-theme .content.popular-list span {
    color: #6e7196;
}

.totalImageCount {
    width: calc(25% - 6px);
    height: 100px;
    margin: 3px;
    object-fit: cover;
    border-radius: 4px;
    display: inline-block;
    float: left;
    background-size: cover !important;
    background-position: center center;
    cursor:pointer;
}

.totalText {
    display: block;
    width: 100%;
    height: 100px;
    background: rgb(0 0 0 / 70%);
    line-height: 100px;
    text-align: center;
    color: #f6f7ff;
    font-size: 30px;
    border: 1px solid #42445a;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: 1px 1px 0px black;
}

.col-md-12.UrunBilgi .row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-12.UrunBilgi .row .col-md-6.col-xs-12 {
    flex-basis: 33%;
}

@media only screen and (max-width: 1024px) {
    .UrunDetayTitle {
        margin-top: 20px;
    }

    .col-md-12.UrunBilgi .row .col-md-6.col-xs-12 {
        flex-basis: 50%;
    }

    .col-md-12.UrunSonIslem {
        position: relative;
        border-top: 1px solid #4a4c63;
        width: calc(100% - 30px);
        margin-left: 15px;
        padding: 0;
        padding-top: 15px;
    }

    .postPricesGroup {
        height: unset;
    }

    .IslemSubButtons button.btn.btn-guven {
        display: block;
        position: relative;
        text-align: center;
        width: 80%;
        margin-left: 10%;
    }

    .IslemSubButtons button.btn.btn-fav {
        position: relative;
        width: 80%;
        text-align: center;
        margin-left: 10%;
        height: 40px;
    }

    .IslemSubButtons {
        height: 50px;
    }

    .image-main img {
        height: 340px;
    }

    .image-sub-main img {
        height: 70px;
    }

    .totalImageCount {
        height: 70px;
    }

    .totalText {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }

    .UrunDetayTitle h1 {
        margin-top: 0px;
    }

    ul.UrunMenuList {
        width: -webkit-fill-available;
        overflow-y: hidden;
        overflow-x: scroll;
        display: flex;
        white-space: nowrap;
    }

    ul.UrunMenuList::-webkit-scrollbar {
        display: none;
    }

    .col-md-3.AdvertBox-1.col-md-3.AdvertBox-1 {
        width: 50%;
    }

    .priceKazanc {
        position: relative;
        text-align: center;
        margin-top: 10px;
    }
}

strong {
    color: inherit !important;
}

button.btn.btn-buy.btn-block.stok-haber-ver:hover {
    filter: grayscale(0.5) brightness(1.2);
}

.dark-theme button.btn.btn-buy:hover {
    filter: brightness(1.2);
}

button.btn.btn-buy.btn-block.stok-haber-ver {
    filter: grayscale(0.5);
}

.guven-special-container .swal2-modal {
    padding: 0;
}

.guven-special-container .odd-modal-bg {
    padding: 20px;
    text-align: left;
    background: #f3f3f3;
}

.dark-theme .guven-special-container .odd-modal-bg {
    background: #32344a;
}

.guven-special-container .oddr-modal-bg {
    padding: 20px;
    text-align: left;
}

.dark-theme .guven-special-container .swal2-content {
    color: #c1c2de;
}

section.gununFirsatlariBanner {
    background: rgb(255 255 255);
    margin: 0;
    padding-block: 20px;
    border-bottom: 1px solid rgb(239 237 234);
}

.dark-theme section.gununFirsatlariBanner {
    border-bottom: 1px solid rgb(102 72 132);
    background: linear-gradient(to right,rgb(74 49 96),rgb(46 37 58),rgb(37 39 58),rgb(65 45 84));
}

.dailyOffersDiv {
    display: block;
    width: 100%;
}

.dailyText {
    line-height: 55px;
    font-size: 19px;
    font-weight: bold;
    float: left;
    color: rgb(96 96 96);
    text-shadow: none;
}

.dark-theme .dailyText {
    color: rgb(209 173 251);
    text-shadow: 1px 1px 0 black;
}

.dark-theme .dailyText {
    line-height: 55px;
    font-size: 19px;
    font-weight: bold;
    color: rgb(220 224 255);
    text-shadow: 1px 1px 0 black;
    float: left;
}

.dailyCounter {
    display: block;
    text-align: right;
    vertical-align: middle;
}

.dailyCounter .dailyCounterBox {
    background: rgb(203 230 255);
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin-inline: 4px;
    width: 65px;
}

.dark-theme .dailyCounter .dailyCounterBox {
    background: rgb(86 70 124);
}

.dailyCounter .dailyCounterBox b {
    display: block;
    font-size: 25px;
    padding-block: 5px;
}

.dark-theme .dailyCounter .dailyCounterBox span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: rgb(136 141 185);
    line-height: 11px;
}

.dark-theme .dailyCounter .dailyCounterBox span {
    color: rgb(188 162 220);
}

.dailyHead {
    display: block;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
    color: #e2e5fd;
    text-shadow: 1px 1px 3px #272b48;
}

.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;
}

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

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

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

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

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

.ProductStockBuyBox .stockCountBox:after {
    content: "ADET";
    display: block;
    position: absolute;
    z-index: 3;
    color: #d6d7e3;
    font-size: 9px;
    width: 50px;
    text-align: center;
    left: calc(50% - 25px);
    bottom: -2px;
}

a.btn.btn-send-gift {
    background: linear-gradient(45deg, #673ab7, #9c27b0);
    height: 40px;
    min-width: 30%;
    color: white;
    font-family: "Inter", sans-serif !important;
    border: none;
    padding-inline: 20px;
    line-height: 40px;
    padding-block: 0;
}

.product-gift-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.send-as-gift-box {
    display: flex;
    background: linear-gradient(to right, rgb(66 117 241 / 28%), #151a27);
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.send-as-gift-box .gift-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-price-area .btn-full-radius {
    border-radius: 30px;
    padding-inline: 25px;
    height: 45px;
    line-height: 45px;
    padding-block: 0;
}

.send-as-gift-box .gift-left img {
    width: 70px;
    height: 70px;
}

.send-as-gift-box .gift-left b {
    font-size: 17px;
    color: white;
}

.send-as-gift-box .gift-left p {
    margin: 0;
}

iframe.ql-video {
    width: 100%;
    height: auto !important;
    min-height: 400px;
}

@media only screen and (max-width: 768px) {
    iframe.ql-video {
        min-width: calc(100vw - 45px);
        min-height: calc(((100vw - 45px) * 9) / 16);
    }
}

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

body:not(.dark-theme) .ProductStockBuyBox .stockCountBox input#PurchaseCount {
    background: white;
    color: #262626;
}

body:not(.dark-theme) .stockCountBox {
    background: #dddddd;
}

body:not(.dark-theme) button.btn.btn-purchase-count {
    color: #4e4e4e;
}

body:not(.dark-theme) .ProductStockBuyBox .stockCountBox:after {
    color: #878787;
}

.pazar-head {
    height: 210px;
    background: url(https://cdn.itemsatis.com/uploads/admin/rmHTeIGFYRghCUL8DNW6Kyup7.png);
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
}

.pazar-head h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

.pazar-head p {
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
    .pazar-head {
        padding: 50px 20px;
        background-position: center right;
    }

    .pazar-head h2 {
        font-size: 25px;
    }

    .pazar-head p {
        font-size: 15px;
    }

    a.btn.btn-kategori-ilan-ekle.addPostButtonHeader {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-top: 20px;
    }

    .pazar-head .row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .pazar-head .row .dailyHead {
        text-align: center;
    }
}

/* Dark Theme */
.dark-theme .pazar-head h2 {
    color: #f7f8ff !important;
    text-shadow: 1px 1px 3px black;
}

.dark-theme .pazar-head p {
    color: #d5d7e5;
    text-shadow: 1px 1px 3px #272b48;
}

.notify-price-box {
    display: flex;
    background: linear-gradient(to right, rgb(223 181 0 / 21%), #2f3144);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.notify-price-box .notify-price-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.notify-price-box .notify-price-left img {
    width: 50px;
    height: 50px;
}

.notify-price-box .notify-price-left b {
    font-size: 17px;
    color: white;
}

.notify-price-box  .notify-price-left p {
    margin: 0;
}

a.btn.btn-secondary.btn-notify-price {
    background: linear-gradient(45deg, #aa8b02, #b7970c);
    border: none;
}
a.btn.btn-secondary.btn-notify-price:hover {
    filter: brightness(1.1);
}

.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;
}

.activeStockCountBox {
    display: inline-flex;
    gap: 15px;
    background: #667afaa3;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    margin-block: 5px;
    align-items: center;
}

.activeStockCountBox .activeStockCountBoxCount {
    font-size: 16px;
    font-weight: bold;
}

#Aciklama h1 {
    font-size: 23px;
}

#Aciklama h2 {
    font-size: 22px;
}

#Aciklama h3 {
    font-size: 21px;
}

#Aciklama h4 {
    font-size: 20px;
}

#Aciklama h5 {
    font-size: 19px;
}

#Aciklama h6 {
    font-size: 18px;
}

.send-as-gift-box .btn {
    background: #3d61cd;
    border: none;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #dce5ff;
    text-shadow: 1px 1px 0px #121f45;
}

.send-as-gift-box .btn i {
    font-size: 25px;
}

button.btn.btn-add-to-card.btn-block {
    height: 45px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(145deg, #1e89d8, #493094);
    border: none;
    margin: 0;
}

button.btn.btn-add-to-card.btn-block:hover {
    filter: brightness(1.15);
}

.scamadviser {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: linear-gradient(to bottom, #6669fa75, #3b4068, #2f3143);
    padding: 25px;
    color: white;
    margin: 0;
    flex: 1;
    border-radius: 5px;
    justify-content: center;
    border-top: 2px solid #8696ff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.scamadviserDuzen p {
    margin: 0;
}

.scamadviser h3 {
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
}

.scamadvisertext, .scamtext {
    display: flex;
    align-items: center;
}

.scambody {
    display: flex;
    gap: 10px;
    align-items: start;
    flex-direction: column;
    fill: currentColor;
    margin-bottom: 5px;
}

.scambody svg, .scamworld svg {
    display: block;
    height: auto;
}

.scambody, .scamworld {
    display: flex;
    align-items: center;
    gap: 10px;
}

.scambody:hover {
    cursor: pointer;
    filter: brightness(1.15);
    transition: 0.4s;
}

.scamworld {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.scamworlds {
    display: flex;
    gap: 5px;
}

.guaranteed {
    color: greenyellow;
}

.scamtext {
    flex-direction: column;
    text-align: left;
}

.scambody {
    margin-right: auto;
}

.scamadviserDuzen {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    gap: 0;
}

.faq-payment {
    margin-top: 15px;
}

.panel-heading {
    background: #27293e !important;
    border: none !important;
    border-radius: 10px;
    box-shadow: none !important;
}

.panel-heading a {
    text-decoration: none !important;
}

.faq-payment .panel .panel-body {
    border: none !important;
    padding: 20px 30px;
}

.faq-payment .panel.panel-default {
    background: #27293e;
}

.faq-payment .panel-body {
    background: none;
}






.image-sub-main img,
.image-sub-main .video-thumbnail,
.image-sub-main .totalImageCount {
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
}

.video-thumb-img {
    display: block;
    width: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
    width: 64px;
    height: 64px;
}

.totalImageCount {
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.totalText {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.modal-dialog {
    margin: 10% auto;
    max-width: 800px;
}
.modal-content {
    padding: 20px;
    position: relative;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.video-container iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/*NASIL KULLANILIR*/
#NasilKullanilir h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}

#NasilKullanilir h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;

}

#NasilKullanilir h3 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#NasilKullanilir h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#NasilKullanilir h5 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#NasilKullanilir h6 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#NasilKullanilir p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 930px;
    word-break: break-word;

}

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

#NasilKullanilir ol {
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-type: decimal;
}

#NasilKullanilir li {
    font-size: 14px;
    text-align: justify;
}

#NasilKullanilir blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
}

/* Bağlantılı Ürünler - Search Card Stilleri */
.search-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16%, 1fr));
    gap: 10px;
    margin-top: 15px;
}

/* Owl Carousel Styles for Related Products */
.related-products-carousel {
    margin-top: 15px;
}

.related-products-carousel .item {
    padding: 0 5px;
}

/* Use existing search-list styles for carousel */
.related-products-carousel .search-card {
    background: linear-gradient(to left, #25273a, #1e2340);
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    text-decoration: none;
    color: inherit;
    width: 100%;
    margin: 0;
    height: 370px;
    justify-content: space-between;
}

.related-products-carousel .search-card:hover {
    background: linear-gradient(to left, #25273a, #1e2340);
    text-decoration: none;
    color: inherit;
}

.related-products-carousel .search-card:hover .search-image {
    filter: brightness(0.8);
}

.related-products-carousel .search-card .search-image {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: 0.2s;
    background-position: center !important;
    background-repeat: no-repeat;
}

.related-products-carousel .search-card .search-body {
    padding: 10px;
    position: relative;
    flex-grow: 1;
}

.related-products-carousel .search-card .search-body.with-pricing {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related-products-carousel .search-card .search-body .search-title {
    color: white;
    font-size: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-products-carousel .search-card .search-body .search-price h2 {
    font-size: 19px;
    color: #ffd679 !important;
    display: block;
    padding: 0;
    margin: 0;
}

.related-products-carousel .search-card .search-body .search-price {
    padding-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
    flex-direction: column-reverse;
}

.related-products-carousel .search-card .search-body .search-price.with-discount {
    left: 75px;
}

.related-products-carousel .search-card .search-body .search-price h3 {
    font-size: 13px;
    margin: 0;
    color: #c1c1c1;
    display: inline-block;
    text-decoration: line-through;
}

.related-products-carousel .search-card .search-body .search-price h3 span {
    font-family: sans-serif;
}

.related-products-carousel .search-card .search-body .search-price h2 span {
    font-family: sans-serif;
}

/* Hide Owl Carousel Navigation Arrows */
.related-products-carousel .owl-nav {
    display: none;
}

/* Hide Owl Carousel Dots */
.related-products-carousel .owl-dots {
    display: none;
}

.related-products-carousel .owl-dot {
    display: none;
}

.related-products-carousel .owl-dot.active {
    display: none;
}

div#panel-steam {
    display: flex !important;
    flex-direction: column !important;
}

.howuse-content .UrunMenuList {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #374151;
    background-color: transparent;
}

.howuse-content .UrunMenuList li {
    cursor: pointer;
    padding: 12px 20px;
    color: #9ca3af;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    background: none;
    border-radius: 0;
}

.howuse-content .UrunMenuList li:hover {
    color: #6366f1;
    background-color: rgba(99, 102, 241, 0.1);
}

.howuse-content .UrunMenuList li.active {
    color: #6366f1;
    border-bottom-color: #6366f1;
    background-color: rgba(99, 102, 241, 0.15);
    font-weight: 500;
}

.howuse-content .tab-page.active {
    display: block;
}

/* İkonlar için stil */
.howuse-content .UrunMenuList li i {
    margin-right: 8px;
    opacity: 0.7;
}

.howuse-content .UrunMenuList li.active i {
    opacity: 1;
}




/* Responsive adjustments for carousel */
@media only screen and (max-width: 768px) {
    .related-products-carousel .item {
        padding: 0 3px;
    }
}

.search-list .search-card {
    background-color: #2f3144;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    text-decoration: none;
    color: inherit;
}

.search-list .search-card:hover {
    background: linear-gradient(to left, #25273a, #1e2340);
    text-decoration: none;
    color: inherit;
}

.search-list .search-card:hover .search-image {
    filter: brightness(0.8);
}

.search-list .search-card .search-image {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: 0.2s;
    background-position: center !important;
    background-repeat: no-repeat;
}

.search-list .search-card.search-card-product .search-image {
    height: 250px;
}

.search-list .search-card .search-body {
    padding: 10px;
    position: relative;
    flex-grow: 1;
}

.search-list .search-card .search-body.with-pricing {
    padding: 15px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*gap: 20px;*/
}

.search-list .search-card .search-body .search-title {
    color: white;
    font-size: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-product-category {
    font-size: 13px;
    color: #a1a2a8;
}

.search-list .search-card .search-body .search-price h2 {
    font-size: 19px;
    color: #ffd679 !important;
    display: block;
    padding: 0;
    margin: 0;
}

.search-list .search-card .search-body .search-price {
    padding-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
    flex-direction: column-reverse;
}

.search-list .search-card .search-body .search-price.with-discount {
    left: 75px;
}

.search-list .search-card .search-body .search-price h3 {
    font-size: 13px;
    margin: 0;
    color: #c1c1c1;
    display: inline-block;
    text-decoration: line-through;
}

.search-list .search-card .search-body .search-price h3 span {
    font-family: sans-serif;
}

.search-list .search-card .search-body .search-price h2 span {
    font-family: sans-serif;
}

.product-price-box {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-items: center;
    /*justify-content: flex-end;*/
    gap: 10px;
}

.discountBubble {
    background: linear-gradient(45deg, rgb(124 55 55), rgb(255 55 55));
    padding: 6px 10px;
    text-align: center;
    border-radius: 4px;
    color: rgb(255 255 255);
    font-size: 11px;
    line-height: 16px;
    text-shadow: 1px 1px 0 #681d1d;
}

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

/* Dark Theme Desteği */
.dark-theme .search-list .search-card {
    background: linear-gradient(to left, #25273a, #1e2340);
}

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

.dark-theme .search-list .search-card .search-body .search-title {
    color: white;
}

.dark-theme .search-list .search-card .search-body .search-price h2 {
    color: #ffd679 !important;
}

.dark-theme .search-product-category {
    color: #a1a2a8;
}

/* Responsive Tasarım */
@media only screen and (max-width: 768px) {
    .search-list {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
    }

    .product-price-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .discountBubble {
        align-self: flex-end;
    }
}



@media (max-width: 768px) {
    body {
        padding-bottom: 100px;
    }

    /* Mobile navbar ve price bar geçiş animasyonları */
    .mobile-menu-list {
        transition: transform 0.3s ease-in-out;
    }

    .mobile-menu-list.hidden-nav {
        transform: translateY(100%);
    }

    /* Mobile price bar navbar göründüğünde üstte konumlanır */
    #mobile-price-bar.navbar-visible {
        bottom: 65px; /* navbar yüksekliği kadar */
    }

    #mobile-price-bar.navbar-hidden {
        bottom: 0;
    }
}

/* Line clamp utility */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* HowUse içindeki tab sistemine özel namespace */
.howuse-content .tab-controller {
    display: none;
}

.howuse-content .tab-panel {
    display: none;
}

.howuse-content .tab-content-wrapper {
    background-color: rgb(38, 40, 59);
}

.howuse-content .tab-label {
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.howuse-content .tab-label:hover {
    transform: translateY(-3px);
    background-color: #374151;
}

.howuse-content #howuse-tab-steam:checked ~ .tab-content-wrapper > #howuse-panel-steam,
.howuse-content #howuse-tab-xbox:checked ~ .tab-content-wrapper > #howuse-panel-xbox,
.howuse-content #howuse-tab-rockstar:checked ~ .tab-content-wrapper > #howuse-panel-rockstar,
.howuse-content #howuse-tab-ea:checked ~ .tab-content-wrapper > #howuse-panel-ea,
.howuse-content #howuse-tab-gog:checked ~ .tab-content-wrapper > #howuse-panel-gog {
    display: block !important;
}

.howuse-content #howuse-tab-steam:checked ~ .tab-nav > label[for="howuse-tab-steam"],
.howuse-content #howuse-tab-xbox:checked ~ .tab-nav > label[for="howuse-tab-xbox"],
.howuse-content #howuse-tab-rockstar:checked ~ .tab-nav > label[for="howuse-tab-rockstar"],
.howuse-content #howuse-tab-ea:checked ~ .tab-nav > label[for="howuse-tab-ea"],
.howuse-content #howuse-tab-gog:checked ~ .tab-nav > label[for="howuse-tab-gog"] {
    color: #ffffff;
    background-color: #4b5563;
    border-color: #3b82f6;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.howuse-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.howuse-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Alt linkler için stil */
.howuse-content a {
    color: #06b6d4;
    text-decoration: none;
}

.howuse-content a:hover {
    text-decoration: underline;
}

/* Liste stilleri */
.howuse-content ol {
    color: #d1d5db;
}

.howuse-content strong {
    color: #ffffff;
}

.howuse-content h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.howuse-content h4 {
    color: #5eead4;
    margin-bottom: 0.75rem;
}


.related-products-container .show-more-products {
    transition: all 0.3s ease;
}

.related-products-container .show-more-products:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.related-products-container .show-more-products i {
    transition: transform 0.3s ease;
}

.related-products-container .show-more-products i.rotate-180 {
    transform: rotate(180deg);
}

.hidden-products {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

