
.yorum-gorsel-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yorum_gorsel input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -99999%;
}

.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: #4286F5;
}

.yorum_gorsel label:hover :where(svg , svg path) {
    fill: #4286F5;
}

.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 h5 {
    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: 16px;
    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: 700;
}

.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;
    gap: 10px;
}

.degerlendirme-ratings span {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.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: #4286F5 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(66, 134, 245) !important;
}

.boxktli {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxktli .col-md-8 {
    padding-right: 0;
}

.row.flex {
    display: flex;
}

#yorum_ekle_buton {
    background-color: #000;
    color: #fff;
    border-color: #4286F5 !important;
    outline: 0;
    transition: 300ms all;
    border-radius: 4px;
}

#yorum_ekle_buton:hover {
    background-color: #fff;
    color: #000;
    border-color: #000 !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) {

    .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: 14px;
    color: #333 !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: #DE0000 !important;
    margin-left: 5px !important;
}

.discount2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.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 h5 {
        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;
    top: -10px;
}

.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: 17px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: transparent !important;
    border-bottom: 3px solid;
}


/*NEW REPLY CSS*/


.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tum-yorumlar {
    color: #4286F5;
    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;
}

.firstpuan span {
    font-size: 18px;
    font-weight: 700;
    color: #525252;
}

.stararea {
    margin-top: 3px !important;
    margin-right: 10px;
}

.dotspan span {
    position: relative;
}

.dotspan span:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 35px;
    background-color: #525252;
}

.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;
}

.degerlendirme span:hover {
    text-decoration: underline;
    color: #DE0000;
}

.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;
}

._urunYorumlerNo{
    color: #686868 !important;
}

.flex-yorum-yap b{
    font-weight: 600;
    color: #636363;
}

.mobile-flex .gorsel{
    padding-right: 0;
}

.stokError {
    color: #DE0000;
}