
.yorum-gorsel-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yorum_gorsel input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -99999%;
}
div#teklifModal + a {
    display: none;
}
#urun_detay_satinal_butonlar > a .sepet_butonlari .sepete_ekle_button .redbutn {
    padding: 0 !important;
}
.promotions .promotion>ul>li .response{padding:0!important;}
.yorum_gorsel label {
    float: unset;
    border: 1px dotted #d3d3d3;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.yorum_gorsel label:hover {
    border-color: #0A3473;
}

.yorum_gorsel label:hover :where(svg , svg path) {
    fill: #0A3473;
}

.yorum_gorsel label :where(svg , svg path) {
    transition: 300ms all ease;
}

.yorum_gorsel img {
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: none;
}

.yorum_gorsel img.active {
    display: block;
}

.yorum_gorsel svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.yorum_gorsel span {
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
}

._urunYorumYaz label {
    padding: 0 !important;
}

.ratings {
    position: relative;
    display: flex;
    align-items: center;
}

.ratings svg {
    cursor: pointer;
}

.ratings div svg path {
    fill: #D8D8D8;
}

.ratings div.hovered svg path {
    fill: #FFC108;
}

.ratings div.active svg path {
    fill: #FFC108 !important;
}

.fotografli-yorumlar {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0;
}

.fotografli-yorumlar .owl-controls {
    display: none !important;
}

.fotografli-yorumlar img {
    max-width: 85px;
    max-height: 85px;
    min-height: 85px;
    object-fit: cover;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 8px;
}

.comments {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comment {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    width: 100% !important;
}

.comment-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.comment-rating {
    height: 17px;
    position: relative;
    display: flex !important;
}

.comment-info {
    display: flex;
    gap: 8px;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}

.comment-info > div:not(:first-child):before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #BDBDBD;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3px;
}

.comment-text p {
    color: #1C1C1C;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 0;
}

.comment-photos {
    display: flex;
    gap: 12px;
    align-items: center;
}

.comment-photos img {
    border-radius: 4px !important;
    width: 64px !important;
    height: 64px !important;
    border: 1px solid #ebebf5;
    object-fit: cover;
    cursor: pointer;
}

.degerlendirme {
    cursor: pointer;
    line-height: normal;
}

.fotograflar-items-modal .modal-content {
    border: 0 !important;
}

.fotograflar-items {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.fotograf-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 625px;
    background-color: #1b1b1b;
}

.fotograf-item-comment {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #fff;
}

.fotograf-item-comment-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
}

.fotograf-item:not(.active), .fotograf-inner-item:not(.active) {
    display: none;
}


.fotograf-inner-item {
    width: 100%;
    height: 100%;
}

.fotograf-item-content {
    display: flex;
    align-items: center;
    padding: 0 !important;
    position: relative;
}

.fotograf-item-content img {
    max-width: 100%;
    width: 100%;
}

.arrow:not(.button_wrapper) {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.16);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: auto;
}

.arrow.prev {
    left: 15px;
}

.arrow.next {
    right: 52%;
}

.degerlendirme-title {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin: 0 0 20px;
}

.rattitle .ratingx {
    display: inline-block;
}

.rattitle .ratingx i {
    color: #FFC108 !important;
    margin-right: 1px;
}

.rattiame .ratingk i {
    color: #FFC108 !important;
    margin-right: 2px;
}


.rating-percentage-col {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-webkit-radius: 10px;
    zoom: 1;
    width: 100%;
    height: 18px;
    display: inline-block;
    padding: 4px;
    background-color: #eee;
    float: left;
    white-space: nowrap;
    z-index: 0;
}

.rating-percentage-col .percent {
    width: auto;
    height: 12px;
    font-size: 12px;
    position: absolute;
    right: 27px;
    bottom: 2px;
    color: #919191;
    line-height: 1;
    font-weight: 500;
}

.rating-percentage-col .rating-percentage {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-webkit-radius: 10px;
    zoom: 1;
    height: 8px;
    display: block;
    background-color: #FFC108 !important;
    text-indent: -9999px;
}

.rattitle .rating_sag {
    display: inline-block;
    font-weight: bold;
    float: right;
    font-size: 11px;
}

.rattitle .rating_sag span {
    font-weight: normal;
}

.reviewbox_two {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.revbgcount {
    min-height: 97px;
    background-position-x: center;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.revbgcount .average-rating {
    background-color: #fff;
    font-size: 12.5px;
    color: #919191;
    display: inline-block;
    padding: 2px 6px;
    position: absolute;
    left: 7%;
    top: -13%;
    text-wrap: nowrap;
}

.revbgcount svg {
    width: 12.5px;
    height: 12.5px;
}

.ortalama-puan {
    padding-left: 0 !important;
}

.revbgcount .rating-number {
    color: #FFC108 !important;
    font-size: 40px;
    text-align: center;
    margin-bottom: -10px;
}

.degerlendirme-ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.qq-lbl-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.flex-yorum-yap a {
    font-size: 12px;
}

.degerlendirme-ratings span {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.modal-header .close {
    top: 15px;
    right: 15px;
    position: absolute;
    margin: 0;
}

.degerlendirme-ratings label {
    display: flex;
    gap: 3px;
    cursor: pointer;
    margin: 0;
}

.degerlendirme-ratings input {
    display: none;
}

.degerlendirme-ratings svg {
    width: 15px;
    height: 15px;
}

.degerlendirme-ratings label.checked :where(svg , path) {
    fill: #FFC108 !important;
}

.degerlendirme-ratings label:hover :where(svg , path) {
    fill: #FFC108 !important;
}

._urunYorumYaz :where(input , textarea) {
    border-color:  #333;
    border-radius: 4px;
    border: 1px solid #ccc;
}

._urunYorumYaz :where(input , textarea):focus {
    border-color: #0A3473 !important;
    box-shadow: none !important;
}

.boxktli {
    display: flex;
    align-items: center;
    justify-content: space-between;

    > div {
        flex: 1;
    }

    > div:first-of-type {
        max-width: max-content;
    }
}

.boxktli .col-md-8 {
    padding-right: 0;
}

.row.flex {
    display: flex;
}

#yorum_ekle_buton {
    color: #fff;
    border-color: #0A3473 !important;
    background-color: #0A3473 !important;
    outline: 0;
    transition: 300ms all;
    border-radius: 4px;
}

#yorum_ekle_buton:hover {
    background-color: #0A3473 !important;
    color: #fff;
    border-color: #0A3473 !important;
}

.scroll-tabs {
    max-height: 355px;
    overflow-y: auto;
}

.scroll-css::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.scroll-css::-webkit-scrollbar-thumb {
    border-radius: 6px;
    opacity: 0.6;
    box-shadow: inset 0 0 6px #aaa;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}
.scroll-css::-webkit-scrollbar-track {
    border-radius: 6px;
}
.urun-detay-tab li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500 !important;
    border-radius: 5px;
}

#review_security_code span {
    font-weight: 700;
    white-space: nowrap;
    max-width: 150px;
}

/* yorumlar css */

@media(min-width: 1000px) {
    .a-flex-end {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {

    .altprosecond.yorumlara-git.tablet-kapali {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1;
        gap: 10px;
        flex-wrap: wrap;

        .stararea {
            margin: 0 !important;
        }
    }

    .mobile-none {
        display: none;
    }

    .ucret-flex {
        border: 0 !important;
    }

    .openflexer {
        border: 0 !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .openerdetailcontentflex > div {
        border-bottom: 1px solid #cecece47;
    }

    .katbread .breadcrumb {
        height: auto;
    }

    .altproflex {
        border-bottom:1px solid #cecece47;
    }

    .cevapsoru {
        padding-bottom: 4px;
        padding-top: 7px;
    }

    .scroll-tabs {
        margin-top: 15px;
    }

    .maxdisp {
        display: none;
    }

    .uruncontent {
        min-height: unset;
    }

    .for-mobile-padding-css {
        float: left;
        width: 100%;
        padding: 0;
    }

    .reviewbox_two {
        flex-direction: column;
    }

    .mobile-p-none {
        padding: 0;
    }

    .ortalama-puan {
        margin-top: 15px;
        width: 100%;
        padding-left: 15px !important;
    }

    .reviewbox_two > div {
        width: 100%;
    }

    .boxktli {
        display: block;
        margin-bottom: 5px;
    }

    .boxktli :where(.col-md-4 , .col-md-8) {
        flex: 1;
        width: 100%;
        padding: 0 !important;
    }

    .rating-percentage-col {
        float: unset;
        width: 100%;
    }

    .rattitle .rating_sag {
        position: relative;
        top: 20px;
    }

    .rating-percentage-col .percent {
        right: 15px;
        bottom: 7px;
    }

    .revbgcount .rating-number {
        font-size: 60px;
    }

    .boxktli .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .revbgcount {
        padding: 20px 0;
    }

    .degerlendirme-ratings span {
        flex: 0 0 100%;
    }

    .degerlendirme-ratings {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .fotograf-item-comment {
        width: 100%;
    }

    .fotograf-item {
        flex-direction: column;
    }

    .fotograf-item {
        height: auto;
    }

    .fotograflar-items-modal .modal-dialog {
        top: 20%;
    }

    .arrow {
        top: 32%;
    }

    .arrow.next {
        right: 15px;
    }

    .fotograf-item-comment {
        padding: 0;
    }

    .row.flex {
        flex-wrap: wrap;
    }

    .row.flex .form-group.col-md-4 {
        padding-left: 15px !important;
    }

    .sepet_butonlari td {
        padding: 0 !important;
    }

    .urun_ismi {
        font-size: 16px !important;
        margin-top: 0 !important;
    }

}

@media (max-width: 360px) {
    .bilgi-kargo {
        font-size:12px;
    }
}

.nameurunisim .aciklamakisadesc.kargo-kirmizi {
    background-color: #e9ecef !important;
}
.nameurunisim .aciklamakisadesc {
    padding: 5px 25px;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 13px;
    color: #3C4854 !important;
}

.toplualim a {
    background-color: #525252;
    padding: 5px 18px;
    color: #fff;
    border-radius: 10px;
}

.toplualim {
    top: 38px;
}

.ortalama-puan .stararea {
    padding: 0;
    margin: 0;
}

.nameurunisim .stokcode {
    color: #0A3473 !important;
    margin-left: 5px !important;
}

.discount2 {
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
}

.flex-div {
    display: flex;
    align-items: center;
}

span.trusted {
    display: inline-flex;
    align-items: center;
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    margin-left: 10px;
}

.trusted-container {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #16be48;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
}

.trusted i {
    color: #fff;
    font-size: 6px;
    font-weight: 600;
}

.trusted > span {
    line-height: 16px;
    font-family: source_sans_proregular, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0bc15c;
}

.trusted:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #BDBDBD;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3px;
}

.yorum-guvenlik-kodu-guncelle {
    height: 21px;
    width: 21px;
    cursor: pointer;
}

.yorum-guvenlik-kodu-guncelle svg {
    width: 21px;
    height: 21px;
}

.guvenlik-kodu-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.flex {
    display: flex;
}

@media (max-width: 360px) {
    .null {
        display:none;
    }

    .boxkampanya .solcampaign {
        font-size: 10px;
    }

    .leftarea {
        margin-bottom: 10px;
    }

    .toplualim a {
        font-size: 10px;
    }

    .boxkampanya .sagcampaign b {
        font-size: 10px;
    }

    .boxkampanya.active {
        margin: 0 0 10px 0;
    }

    .boxkampanya .sagcampaign .boxkuy {
        font-size: 12px;
    }

    .urun_fiyat_bilgi tr:nth-child(2) .urun_detay_oge {
        font-size: 12px;
    }

    .nameurunisim .aciklamakisadesc {
        font-size: 12px;
    }

    .urun_ismi {
        font-size: 13px !important;
    }

    .sepet_butonlari .button {
        min-width: auto !important;
        font-size: 11px !important;
    }

    .marginspinner {
        margin: 0 !important;
    }

    .openerdetailcontentflex > .ucret-flex .ucretcls {
        font-size: 14px;
    }

    .openerdetailcontentflex > .ucret-flex {
        margin-bottom: 0;
        padding-bottom: 0;
    }

}

.filtre-kutu {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 8px 12px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    transition: 300ms all;
    min-width: calc(110% / 4);
}

.filtre-kutu i {
    margin-right: 2px;
    font-size: 14px;
    color: #FFC108 !important;
}

.puan-kutusu-wrapper .filtre-kutu {
    flex-direction: row-reverse;
}

.filtre-kutu:not(:last-child) {
    margin-right: 8px;
}

@media(min-width: 1000px) {
    .filtre-kutu:hover {
        border: 1px solid #f27a1a;
    }
}

.filtre-kutu.active {
    border: 1px solid #f27a1a;
}

.filtre-kutu span {
    font-weight: 600;
    margin-right: 4px;
}

.filtre-kutu .__total {
    margin-right: 0;
    margin-left: 7px;
}

.filtre-kutu img {
    width: 22px !important;
    height: 17px;
    margin: 0 9px 0 0;
}

.konu-kutusu-wrapper {
    margin-bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index: 99;
}

.filtre-title {
    font-size: 12px;
    color: #666;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px;
}

.puan-kutusu-wrapper {
    margin-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index: 99;
}

@media(max-width: 500px) {

    .filtre-kutu {
        min-width: calc(110% / 2.6) !important;
    }

    .show-elem b {
        display: inline-block !important;
    }

    .mobile-yorum-ust-wrapper {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    ._urunYorumYaz .stararea {
        margin-right: 0;
        margin-left: 10px;
        padding: 0;
    }

    .m-p-0 {
        padding: 0 !important;
    }

    .yorum-gorsel-flex {
        margin-bottom: 10px;
    }

    ._urun-isim {
        font-size: 16px;
        margin: 0;
        font-weight: 500;
    }

    .flex-center {
        display: flex;
        align-items: center;
    }

    .mobile-yorum-ust-wrapper .flex-center {
        margin-top: 15px;
        justify-content: center;
    }

    .mobile-yorum-ust-wrapper .stararea {
        line-height: 1;
        padding: 0;
        margin-left: 5px;
    }

    .degerlendirme-mobil {
        font-size: 15px;
    }

    .mobile-yorum-orta-wrapper .__title {
        margin-bottom: 7px;
        font-size: 14px;
        display: block;
        margin-top: 22px;
        text-align: center;
    }

    .mobile-yorum-orta-wrapper {
        margin-bottom: 10px;
    }

    .mobile-yorum-orta-wrapper .ratings {
        justify-content: center;
        gap: 22px;
    }

    .firstpuan span {
        font-size: 19px;
    }

    .mobile-yorum-ust-wrapper .stararea svg {
        width: 19px;
        height: 19px;
        margin-right: 5px;
    }

    .for-mobile-wrapper {
        margin-top: 20px;
    }

    .fotografli-yorumlar {
        line-height: 1.4;
    }

    .filtre-title.konu {
        margin-top: 10px;
    }

    .fotografli-yorumlar img {
        margin-bottom: 0;
    }

    .tab-genel-detay .tab-content {
        padding: 5px  5px;
    }

    .flex-center.last {
        margin-top: -1px;
    }

    #yorum_ekle_buton {
        margin-top: 7px;
    }

    .siyahyazi.show-elem {
        margin-top: 15px !important;
        margin-bottom: 0;
    }

}

@media(max-width: 360px) {
    ._urun-isim {
        font-size: 13px;
        margin: 0;
        font-weight: 500;
    }
    .firstpuan span {
        font-size: 19px;
    }
    .mobile-yorum-ust-wrapper .stararea svg {
        width: 19px;
        height: 19px;
        margin-right: 5px;
    }
    .degerlendirme-mobil {
        font-size: 13px;
    }
    .mobile-yorum-orta-wrapper .__title {
        font-size: 12px;
    }
}



.boxkampanya .solcampaign {
    padding: 0;
    display: inline-block;
    color: #525252;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}

.boxkampanya img {
    padding: 7px 8px 7px 12px;
}

.boxkampanya .sagcampaign {
    padding: 0;
    display: flex;
    align-items: center;
    color: #525252;
    font-size: 12px;
}

.boxkampanya .sagcampaign .boxkuy {
    background-color: transparent;
    color: #DE0000;
    padding: 0;
    font-size: 19px;
    border-radius: 0;
    margin-left: 0;
    font-weight: bold;
}

.boxkuy span {
    font-size: 11px;
}

.boxkampanya .sagcampaign .boxkuy .u_yesil {
    font-size: 26px;
}

.boxkampanya .sagcampaign b {
    font-size: 14px;
    color: #000 !important;
    margin-right: 5px;
}

.boxkampanya {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.boxkampanya {
    margin-top: 10px;
}

.boxkampanya.active {
    display: flex;
    opacity: 1;
}

#product_options .error {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.color-options {
    margin: 0;
}

.bottom-menu{
    display: none;
}

._urunYorumYaz textarea {
    width: 100% !important;
    height: 150px;
}
.my-slider {
    overflow: hidden;
}
@media(max-width: 340px) {
    #staticParent {
        display: flex;
        flex-direction: column;
    }
    #staticParent > * {
        width: 100%;
        flex: 1;
        max-width: 100%;
    }
    #staticParent .homeplus {
        width: 100%;
        margin-bottom: 10px;
    }
    #staticParent .takip_et {
        background-color: transparent;
    }
}
#my li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: transparent !important;
    border-bottom: 3px solid;
    color: #000;
    font-family: 'Poppins' , sans-serif;
    letter-spacing: -.5px;
}


/*NEW REPLY CSS*/


.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tum-yorumlar {
    color: #0A3473 !important;
    transition: 300ms all;
}

.tum-yorumlar:hover {
    color: #FF6411;
}

@media (min-width: 768px){
    .tum-urun-yorumlari .puan-kutusu-wrapper{
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px !important;
    }
    .tum-urun-yorumlari .puan-kutusu-wrapper::-webkit-scrollbar {
        height: 5px !important;
    }
    .tum-urun-yorumlari .puan-kutusu-wrapper::-webkit-scrollbar-thumb {
        background-color: #E9ECEF;
        border-radius: 5px;
    }
    .tum-urun-yorumlari .puan-kutusu-wrapper::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
    .tum-urun-yorumlari .puan-kutusu-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
    .tum-urun-yorumlari .konu-kutusu-wrapper{
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px !important;
    }
    .tum-urun-yorumlari .konu-kutusu-wrapper::-webkit-scrollbar {
        height: 5px !important;
    }
    .tum-urun-yorumlari .konu-kutusu-wrapper::-webkit-scrollbar-thumb {
        background-color: #E9ECEF;
        border-radius: 5px;
    }
    .tum-urun-yorumlari .konu-kutusu-wrapper::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
    .tum-urun-yorumlari .konu-kutusu-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
    .tum-urun-yorumlari .scroll-tabs{
        max-height: 100% !important;
    }
    .tum-urun-yorumlari .iconset{
        background: transparent !important;
    }
    .tum-urun-yorumlari .sticked{
        position: sticky;
        top: 170px;
    }
    .tum-urun-yorumlari .kdv_fiyati{
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #2D2D2D !important;
    }
    .tum-urun-yorumlari .kdv_fiyati span{
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #2D2D2D !important;
    }
    .tum-urun-yorumlari .uruncontent{
        padding: 5px !important;
    }
    .tum-urun-yorumlari .stararea{
        display: flex;
        align-items: center;
        gap: 3px;
        margin-top: -5px !important;
    }
    .tum-urun-yorumlari .rating-number{
        margin-left: 5px;
        font-size: 22px !important;
    }
    .tum-urun-yorumlari .for-mobile-wrapper{
        border-left: 1px solid #E9ECEF;
    }

    .tum-urun-yorumlari #urun_detay_satinal_butonlar a.redbutn{
        color: #FFF !important;
        background: #FF6411 !important;
        border-color: #FF6411 !important;
        border-radius: 5px;
        font-size: 15px !important;
        min-width: 115px !important;
    }
    .tum-urun-yorumlari .avg-point{
        font-size: 8px;
        font-weight: bold;
        line-height: 1;
        color: #63666F !important;
    }
    .tum-urun-yorumlari .mb-xxl{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .tum-urun-yorumlari .custom-search{
        padding: 7px;
        border: 2px solid #ccc !important;
        border-radius: 5px;
        outline: unset;
        box-shadow: unset;
        width: 100%;
        height: 100%;
    }
    .tum-urun-yorumlari .filtre-div{
        position: relative;
    }
    .tum-urun-yorumlari .search-btn{
        position: absolute;
        right: 5px;
        top: 50%;
        font-size: 18px;
        transform: translate(-50%,-50%);
    }
    .tum-urun-yorumlari .filter-btn{
        position: absolute;
        right: 5px;
        top: 35%;
        transform: rotate(90deg) !important;
        background-color: white;
    }
    .tum-urun-yorumlari.search-btn:hover{
        cursor: pointer;
    }
    .tum-urun-yorumlari .filter-btn:hover{
        cursor: pointer;
    }
    .tum-urun-yorumlari .urun_fiyat_bilgi td{
        padding-top: 0 !important;
    }
    .tum-urun-yorumlari .nameurunisim{
        padding-bottom: 0 !important;
    }
    .tum-urun-yorumlari .urun_ismi{
        margin-bottom: 5px !important;
        color: #2D2D2D !important;
    }
    .tum-urun-yorumlari .sticky-search{
    }
    .tum-urun-yorumlari .filter-zone{
        padding: 0 !important;
        position: sticky;
        top: 160px;
        background-color: #fff;
        z-index: 111;
    }
    .tum-urun-yorumlari .flex-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    .tum-urun-yorumlari .flex1n{
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }
    .tum-urun-yorumlari .product-image img{
        width: 200px !important;
    }
}

@media (max-width: 768px){
    .tum-urun-yorumlari .filter-zone{
        display: none !important;
    }
    .tum-urun-yorumlari .flex-content{
        display: none !important;
    }
    .tum-urun-yorumlari .scroll-tabs{
        max-height: 100% !important;
    }
    .tum-urun-yorumlari .product-image img{
        width: 100px !important;
    }
    .tum-urun-yorumlari .kdv_fiyati{
        font-size: 18px !important;
    }
    .tum-urun-yorumlari .kdv_fiyati span{
        font-size: 18px !important;
    }
    .tum-urun-yorumlari .stararea{
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .tum-urun-yorumlari .avg-point{
        font-size: 8px !important;
        font-weight: 600;
        line-height: 1;
    }
    .tum-urun-yorumlari .iconset{
        background-color: transparent;
    }
    .tum-urun-yorumlari #urun_detay_satinal_butonlar a.redbutn{
        color: #FFF !important;
        background: #FF6411 !important;
        border-color: #FF6411 !important;
        border-radius: 5px;
    }
    .tum-urun-yorumlari .uruncontent{
        position: relative;
    }
    .tum-urun-yorumlari .takipezme{
        position: absolute;
        right: 0;
        top: 0;
    }

}
.tum-urun-yorumlari .mobile-static{
    position: fixed !important;
    bottom: 0 !important;
    z-index: 1000;
    padding: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 7px;
}

.flex-yorum-yap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.margin-bottom-none{
    margin-bottom: 0 !important;
}

.myCheckbox{
    font-size: 12px;
    font-weight: 500;
}

.fotograflar .owl-item{
    margin: 0 5px !important;
}

.puanlama {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.firstpuan {
    margin-right: 8px;
    display: none;
}

.firstpuan span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.stararea {
    margin: 0 10px 0 0 !important;
}

.dotspan span {
    position: relative;
}

.dotspan span:before {
    position: absolute;
    left: 0px;
    top: -2px;
    content: '';
    width: 5px;
    height: 5px;
    background: #6c757d;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}

.label-product.label-new {
    background: red;
    text-transform: uppercase;
}

.dotspan {
    margin-right: 15px;
}

.degerlendirme {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.degerlendirme span {
    font-size: 14px !important;
    margin-right: 5px;
    font-weight: 500;
    transition: 300ms all linear;
    color: #000;
    line-height: 1;
}

.degerlendirme span:hover {
    text-decoration: none;
    color: #0A3473;
}

.degerlendirme img {
    width: 23px;
}

.sorucevap span {
    margin-right: 5px;
    font-weight: 500;
    transition: 300ms all linear;
}

.sorucevap span:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #DE0000;
}

.sorucevap img {
    width: 23px;
}
.degerlendirme-alt-flex{
    display: flex;
    align-items: center;
}
.degerlendirme-alt-flex  span{
    font-size: 12px !important;
}
.mobil-stararea{
    margin: 0 !important;
    padding: 0 !important;
}
.mobil-puan{
    margin-right: 7px !important;
}

.flex-yorum-yap b{
    font-weight: 600;
    color: #636363;
}

.mobile-flex .gorsel{
    padding-right: 0;
}


/* URUN DETAY YENI CSS */


.cnt_breadcrumb-cont .cnt_crl.sabitbaslik {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}
.cnt_breadcrumb-cont a {
    margin-right: 10px;
}

.cnt_crl {
    position: relative;
    line-height: 1;
    margin: 0;
    font-size: unset;
    letter-spacing: 0;
}

.cnt_crl a{
    position: relative;
}
/*.cnt_crl a:nth-child(2) {*/
/*    margin-left: 10px;*/
/*}*/
/*.cnt_crl a:nth-child(2)::before {*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    top: 8px;*/
/*    content: '';*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background: #6c757d;*/
/*    border-radius: 100%;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
.cnt_crl a:not(:first-of-type)::before {
    position: absolute;
    left: -6px;
    top: 50%;
    content: '';
    width: 5px;
    height: 5px;
    background: #6c757d;
    border-radius: 100%;
    transition: 0.3s ease all;
    transform: translate(-50%, -50%);
}
.p-zero {
    padding-left: 0;
    padding-right: 0;
}
.cnt_breadcrumb-fld {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .cnt_breadcrumb-fld {
        margin-bottom: 15px;
    }
    .cnt_breadcrumb-cont .cnt_crl a {
        /*display: none;*/
    }
    .cnt_breadcrumb-cont {
        overflow: scroll;
        padding: 0;
    }
    .cnt_breadcrumb-cont span {
        min-width: max-content;
    }

    .cnt_breadcrumb-cont .cnt_crl a:nth-child(2),
    .cnt_breadcrumb-cont .cnt_crl a:first-of-type {
        display: inline-block;
    }
}


#etalage li{
    border-radius: 3px;
    overflow: hidden;
}
#etalage li.etalage_thumb {
    border: 1px solid #E5E8EC;
    box-shadow: none;
}
#etalage li.etalage_magnifier {
    border: 1px solid #E5E8EC;
    box-shadow: none;
}
#etalage li.etalage_zoom_area {
    border: 1px solid #E5E8EC;
    box-shadow: none;
}

.urun_ismi {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -.25px;
    color: #000 !important;
    margin: 0 0 10px 0;
}

#urun_detay_satinal_butonlar a {
    background: #0A3473 !important;
    padding: 12px 15px !important;
    width: 100%;
    min-width: unset;
    max-width: unset;
    border-radius: 2px;
    opacity: 1;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 15px !important;
    font-weight: 500;
    height: 100%;
}

.sepet_butonlari {
    height: 100%;
}

#urun_detay_satinal_butonlar a:hover {
    background: #121212!important;
}

.urun_detay_oge .strikethrough {
    font-size: 14px;
    font-weight: 400;
    color: rgb(159, 168, 174) !important;
    margin-bottom: 2px;
}

.kdv_fiyati {
    color: #0A3473!important;
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.iconset i.unfollow_ic {
    color: #DCD8D8 !important;
}

.detail-cont {
    position: relative;
    display: flex;
    background: #fff;
    /*box-shadow: 0 0 20px rgb(0 0 0 / 10%);*/
    border-radius: 6px;
    /*padding: 20px 0;*/
    width: 100%;
    flex-wrap: wrap;
}

.panel-heading h4,
.panel-heading {
    color: #000 !important;
    font-size: 16px !important;
    letter-spacing: -.5px !important;
    font-weight: 500;
}

._urun-isim {
    color: #000 !important;
    font-size: 17px !important;
    letter-spacing: -.5px !important;
    font-weight: 600;
    line-height: 1.3;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border: none;
}

._sonGezdikler {
    box-shadow: none;
    border-radius: 6px;
    padding: 5px;
}
.nav-tabs {
    border-bottom: none;
}

.box-shadow {
    box-shadow: none;
    border: 1px solid #E5E8EC;
    padding: 0 20px;
    border-radius: 3px;
}

.pr_detail-img-cover {
    width: 100% !important;
    height: auto;
}
.tab-content {
    padding-top: 10px;
    padding-bottom: 20px;
}

.tab-content {
    .txt-center {
        text-align: center;
    }
    .mt-10 {
        margin-top: 10px;
    }
    .pr_cnt {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .mt-15 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .pr_detail-text {
        font-size: 13px;
        font-weight: 400 !important;
        color: #3C4854;
    }
    .pr_detail-desc {
        font-size: 13px;
        font-weight: 400 !important;
        color: #3C4854;
    }
    .pr_detail-title {
        font-size: 17px;
        color: #000;
        font-weight: 600;
    }
    .pr_detail-fsz-13 {
        font-size: 13px;
        color: #9FA8AE;
        font-weight: 400;
        text-align: center !important;
        width: 100%;
        margin-top: 5px;
    }

    strong {
        color: #000;
    }
}
.alt-cont-detail,
.mid-cont-detail,
.top-cont-detail {
    padding-bottom: 10px;
}
#staticParent::after,
#staticParent::before {
    display: none;
}

#staticParent {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

#staticParent > div {
    width: auto;
    flex: 1;
}

#staticParent > div.col-lg-3 {
    max-width: max-content;
}

.takipezme a,
.iconset i.follow_ic,
.iconset i.unfollow_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.alt-cont-detail {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 14px;
    color: #9FA8AE;
    border-top: 1px solid #E5E8EC;
    padding-top: 10px;
    display: none;
}

.alt-cont-detail p {
    font-size: inherit;
    color: inherit;
}

.alt_total-disc-cont {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}
.alt_total-disc {
    font-weight: 600;
    font-size: 13px;
    color: #0A3473;
}
.additional-info ul{
    margin: 0;
    padding: 0;
}
.additional-info ul li strong{
    font-weight: 700;
    font-size: 13px;
    color: #000;
    min-width: 27.5%;
}
.additional-info ul li span{
    font-weight: 400;
    font-size: 13px;
    color: #3C4854;
}
.additional-info ul li::before {
    position: absolute;
    left: 0;
    top: 48%;
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(108, 117, 125, 1);
    border-radius: 100%;
    transition: 0.3s ease-in-out;
    transform: translateY(-50%);
}
.additional-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 5px 15px;
    gap: 10px;
    font-size: 13px;
    color: #3C4854;
    position: relative;
}
.additional-info ul li:last-child {
    border-bottom: none;
}

.top-img-codes-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.top-img-codes-cont .siyahyazi{
    margin-top: 0;
    margin-bottom: 2.5px;
}

#my .active a {
    border-color: #0A3473 !important;
    color: #0A3473 !important;
}

#ozellikler .table {
    margin: 0;
}

.plrz-0 {
    padding-left: 0;
    padding-right: 0;
}

.plrz-0 .panel-heading .panel-heading{
    padding: 0;
}

.plrz-0 .panel-heading{
    padding-left: 10px;
    padding-right: 10px;
}

.pr_detail-imgs {
    padding: 0 15px;
}

#product_options .color-options li label, #product_options .size-options li label, #product_options .number-options li label {
    margin: 2px;
    width: max-content;
    height: auto;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px 20px;
    width: 25px;
    height: 25px;
    padding: 0;
    aspect-ratio: 1 / 1;
    margin: 2px;
    padding: 0;
    border-radius: 50%;
}

#product_options .size-options li label, #product_options .number-options li label {
    box-shadow: none;
    border: 1px solid #E5E8EC;
    background: #fff !important;
    color: #3C4854;
    font-weight: 400;
    border-radius: 6px;
}

#product_options .size-options li input[type="radio"]:checked+label, #product_options .number-options li input[type="radio"]:checked+label, #product_options .size-options li input[type="checkbox"]:checked+label, #product_options .number-options li input[type="checkbox"]:checked+label {
    box-shadow: none;
    border: 1px solid #0A3473;
    background: #fff;
    color: #3C4854;
}

#product_options .option {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.iconset {
    margin: 0 0 15px 0;
}

.campaing_title {
    font-size: 16px;
    font-weight: 500;
    color: #0A3473!important;
}

.campaing_desc {
    font-size: 14px;
    font-weight: 400;
    color: #9FA8AE;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}

.katbread {
    padding-left: 0;
    padding-right: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 10 !important;
}

.my_dsk-etl {
    display: block;
}
.my_mbl-owl {
    display: none;
}

@media (max-width: 1199px) {
    .my_dsk-etl {
        display: none;
    }
    .my_mbl-owl {
        display: block;
    }
    .owl-carousel .owl-item img {
        width: 50%;
    }
    #_urunLeftImage {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    #productDetailMiddle {
        margin-bottom: 20px;
        min-height: unset !important;
    }
    .col-xs-12.col-sm-12.col-md-12.margin-bottom-30 {
        margin-bottom: 0;
    }
    #etalage {
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
    }
    h6.pr_detail-title {
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
    #productDetailMiddle {
        padding-left: 0;
        padding-right: 0;
    }
    .paytr-table {
        min-width: 1000px;
    }
    #paytr_taksit_tablosu {
        overflow: scroll;
    }


    #product_options .number-options {
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .pd_pr_row-cont {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #staticParent {
        padding-top: 10px;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .takipezme .iconset {
        margin: 0;
    }

    .gx-2 .aciklama > .pr_detail-title.mt-30 {
        margin-top: 0;
    }
    .gx-2 * {
        text-align: left !important;
    }
    .pr_cnt.mt-30 {
        margin-top: 10px;
    }
    .det_row-cont {
        padding-top: 10px;
        padding-bottom: 30px !important;
    }
    .tab-content {
        .det_row-cont .pr_detail-desc {
            font-size: 14px !important;
        }
    }
}
@media (max-width: 1023px) {
    .det_row-cont {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 15px;
        padding-bottom: 20px !important;
    }
}
@media (width: 820px) {
    .prod_indirim {
        font-size: 12px!important;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .urun_ismi {
        font-size: 15px;
    }
    #my li > a {
        font-size: 15px;
    }
    .pr_cnt .col-lg-6{
        width: 100%;
    }
    .takipezme .iconset {
        margin:0 !important;
    }
    .degerlendirme-mobil {
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .form-group.m-p-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .myCheckbox:before {
        top: 6px !important;
    }
    #review_security_code {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .margin-bottom-30 {
        margin-bottom: 15px;
    }
}
.qk-price-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    margin: 0px 0px 5px;
    font-size: 29px;
    letter-spacing: 0;
    line-height: 1;
}

@media (max-width: 767px) {

    .qk-price-inner {
        font-size: 25px;
    }
    .stararea {
        margin-top: 5px !important;
    }
    .cnt_breadcrumb-cont {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cnt_breadcrumb-cont a {
        font-size: 13px;
    }
    .cnt_crl::before {
        top: 8px;
    }
    #_urunLeftImage .label-product {
        top: 0;
        z-index: 5;
    }

    .dayneks-manufacturer-resim + .urun_ismi {
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    .urun_ismi {
        font-size: 14px !important;
    }
    .mobile-yorum-ust-wrapper ._urun-isim {
        font-size: 14px !important;
        text-align: center;
    }
    .dayneks-manufacturer-resim + .urun_ismi {
        font-size: 12px !important;
    }
    .pr_detail-text {
        font-size: 12px;
    }
    .kdv_fiyati {
        font-size: 25px;
    }
    .kdv_fiyati span{
        font-size: 12px !important;
        display: block;
    }
    .discount2 div{
        font-size: 16px !important;
    }
    .additional-info ul li strong {
        min-width: 37.5%;
    }
    .iconset i {
        vertical-align: bottom;
    }
    .uruncontent {
        border: none;
        padding: 0;
    }
    #urun_detay_satinal_butonlar {
        padding: 0;
    }
    .gx-2 .aciklama > .pr_detail-title.mt-30 {
        margin-top: 0;
    }
    .gx-2 * {
        text-align: left !important;
    }
    .tab-content {
        .mt-30 {
            margin-top: 20px;
        }
        .pr_detail-title {
            margin-top: 10px;
            margin-bottom: 5px;
        }
        .pr_detail-desc.mt-10 ,
        .pr_detail-desc {
            margin-top: 0;
        }
        .det_row-cont .pr_detail-desc {
            font-size: 14px !important;
        }
    }
    .pr_cnt.mt-30 {
        margin-top: 10px;
    }
    .det_row-cont {
        padding-bottom: 25px !important;
    }
    #staticParent > div {
        flex-grow: 1;
    }
}
@media (max-width: 413px) {
    .takipezme {
        display: none;
    }
    .mobile-yorum-ust-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 320px) {
    .additional-info ul li {
        justify-content: space-between;
    }
    #staticParent {
        padding-top: 10px;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
}

.det_row-cont *{
    text-align: center !important;
}
.det_row-cont .mt-30{
    margin-top: 0;
}
.det_row-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 20px;
}

.mid-cont-detail {
    padding: 0;
}

.urun_detay_oge.qk-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.qk-qq-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #9FA8AE;
    letter-spacing: -.5px;
    transition: 300ms ease all;
    gap: 10px;
    cursor: pointer;

    svg path {
        transition: 300ms ease all;
        fill: #9FA8AE;
    }

    svg {
        max-width: 25px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.qq-yy {
    display: none;
}

.qk-qq-cont.qq-ff,
.qk-qq-cont:hover {
    color: #0A3473;

    svg path {
        fill: #0A3473;
    }
}

.qk-qq-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E8EC;
}

.qk-dsc {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.sku-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    margin: 0;
}

.qq-alert-title {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.sku-content,
.qq-py-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.qq-py-cont {
    margin-top: 10px;
}

.payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0 0;
}

.qq-py-cont p,
.variant-sku {
    font-size: 15px;
    font-weight: 400;
    color: #9FA8AE;
    line-height: 1.6;
}

.variant-sku {
    line-height: 1;
}

.qq-alert-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 0;
}

.qq-alert-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #EF2D2D;
    border-radius: 3px;
    background: #FFF0F0;
    color: #EF2D2D;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    font-weight: 600;
    flex: 1;
    max-width: 50px;
    line-height: 1;
    gap: 3px;
    aspect-ratio: 1 / 1;
}

.qq-alert-cont span {
    font-size: 75%;
    font-weight: 400;
}

.pd-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pd-title-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pd-vd-cont {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 50px;
}

p.pd-desc {
    font-size: 15px;
    color: #9FA8AE;
    font-weight: 400;
    line-height: 1.6;
    text-align: left !important;
    text-wrap: balance;
}

.pd-title-sm {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    margin-bottom: 5px;
    text-wrap: balance;
}

.pd-rt-title {
    font-size: 15px;
    color: #9FA8AE;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-wrap: balance;
}

.pd-rt {
    flex: 1;
}

.pd-rt-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.pd-title {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    text-wrap: balance;
    line-height: 1.4;
    margin-bottom: 5px;
}

#aciklama p.pd-tx-desc {
    font-size: 15px;
    color: #9FA8AE;
    font-weight: 400;
    line-height: 1.6;
    text-align: center !important;
}

.pd-tx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: black;
    border-radius: 4px;
    padding: 15px;
    flex: 0 0 50%;
    min-height: 300px;
}

.pd-vd img {
    border-radius: 4px;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.pd-wy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 20px;
    flex: 1;
}

.pd-tx-title {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    text-wrap: balance;
    line-height: 1.4;
    margin-bottom: 5px;
}

.pd-wy-cont {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    margin-top: 25px;
}

.pd-wy-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.pd-wy-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pd-rt-img {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-rt-img img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    max-height: 50px;
    height: 100%;
    width: 100%;
}

.pd-wy-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-wrap: balance;
    line-height: 1.4;
    margin-bottom: 20px;
}

.pd-wy-desc {
    font-size: 15px;
    color: #9FA8AE;
    font-weight: 400;
    line-height: 1.6;
}

.kucuk_icon {
    width: 100%;
    height: auto;
    max-height: 37px;
    object-fit: contain;
    border: 1px solid #E5E8EC;
    border-radius: 3px;
}

.qq-all {
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
}

.qq-all:hover{
    color: #0A3473;
    border-color: #0A3473;
}


.qq-stock {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 15px;
}

.urun_fiyat_bilgi {
    border-bottom: 1px solid #E5E8EC;
    margin-bottom: 0;
}

.qk-od-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-top: 1px solid #E5E8EC;
    border-bottom: 1px solid #E5E8EC;
    padding: 15px 0;
}

.qk-od-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}

.qk-od-row .qk-od-btn:not(:first-of-type) {
    border-left: 1px solid #E5E8EC;
}

#yorumlar.active {
    display: flex;
    flex-wrap: wrap;

    > div {
        padding: 0;
    }
}