#contact_iframe iframe{
    width:100%!important;
}
#flex_Filter li .checkbox-custom-label span span.rounded-circle {
    height: 19px;
    width: 19px;
    display: inline-block;
}

.color_list span{
    height: 22px;
    width: 22px;
    display: inline-block;
    margin-right:3px;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox-custom-label strong {
    width: calc(100% - 50px);
    font-weight: 500;
}
#flex_Filter ul.no-ul-list, #content-detail  {
    max-height: 300px; /* Kaydırma çubuğu için yükseklik belirle */
    overflow-y: auto; /* Dikey kaydırmayı etkinleştir */
    scrollbar-width: thin; /* Firefox için ince kaydırma çubuğu */
    scrollbar-color: #888 #f1f1f1; /* Firefox için kaydırma çubuğu renkleri */
}
 #image_content {
    max-height: 500px; /* Kaydırma çubuğu için yükseklik belirle */
    overflow-y: auto; /* Dikey kaydırmayı etkinleştir */
    scrollbar-width: thin; /* Firefox için ince kaydırma çubuğu */
    scrollbar-color: #888 #f1f1f1; /* Firefox için kaydırma çubuğu renkleri */
}
/* Chrome, Edge ve Safari için özel kaydırma stilleri */
#flex_Filter ul.no-ul-list::-webkit-scrollbar , #image_content::-webkit-scrollbar , #content-detail::-webkit-scrollbar {
    width: 6px; /* Kaydırma çubuğunu ince yap */
}

#flex_Filter ul.no-ul-list::-webkit-scrollbar-thumb ,  #image_content::-webkit-scrollbar-thumb,  #content-detail::-webkit-scrollbar-thumb {
    background-color: #888; /* Kaydırma çubuğunun rengi */
    border-radius: 10px; /* Yuvarlatılmış kenarlar */
}

#flex_Filter ul.no-ul-list::-webkit-scrollbar-track ,  #image_content::-webkit-scrollbar-track ,  #content-detail::-webkit-scrollbar-track {
    background: #f1f1f1; /* Kaydırma çubuğunun arka planı */
}





#product_detail_content .table {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

#product_detail_content .row {
    display: flex ;
    margin: 0;
}

#product_detail_content .cell {
    flex: 1;
    text-align: left;
    padding: 10px;
}

div#content-detail .table {
    border: 1px solid;
    font-size: 14px;
}
div#element-content strong {
    background: #ffffff;
    display: block;
    height: 100%;
    padding: 5px;
    text-align: center;
    border-radius: 9px;
    color: #000;
}
div#element-content strong img {
    display: block;
    margin: 10px auto;
}
@media (min-width: 1280px) {
    .container {
        max-width: 90% !important;
    }
}
.product_grid {
    border-radius: 12px;
    overflow: hidden;
}
.product_grid .card-footer {
    background: transparent;
    padding: 10px !important;
}
div#flex_Filter .single_search_boxed {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
body{
    background: #f9f9f9;

}
div#content-detail .row {
    background: #fff;
}
div#head_detail strong {
    color: #000;
}



#fx_preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.breadcrumb a, .widget-boxed-header h4 a{
    color: #000!important;
    text-decoration: none!important;
}


