/*COLOR VARIABLES*/


/*COLOR VARIABLES FINISH*/

.content .urunler #pills-tabContent ul>li {
    list-style-type: none !important;
}

.content .urunler #pills-tabContent ul>li button {
    color: #1D3E72;
}

.content .urunler #pills-tabContent ul>li button.active {
    border: 1px solid #1D3E72;
    border-radius: 12px;
    background-color: #1D3E72;
    color: white;
}

.container-for-slider {
    font-family: "Sora";
    max-width: 1346px !important;
    width: 100%;
    margin: 0 auto;
}

.content .sliderUruns .slider_urun {
    padding-right: 20px;
    padding-left: 20px;
}

.content .sliderUruns .h4 {
    color: #8F98A9 !important;
}

.content .sliderUruns .swiper-button-prev {
    transform: rotate(0deg);
}

.content .sliderUruns .swiper-button-next {
    position: absolute;
    right: 7px;
}

.content .sliderUruns .swiper-button-prev {
    position: absolute;
    right: 7px;
}

.content .sliderUruns .swiper-wrapper .swiper-slide {
    background-color: #E5E9EC;
    border-radius: 28px;
    padding: 25px;
    transition: 0.5s all;
    height: 200px;
}

.content .sliderUruns .swiper-wrapper .swiper-slide:hover {
    background-color: #1D3E72;
    color: white;
}

.content .sliderUruns .swiper-wrapper .swiper-slide img {
    max-width: 112px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.content .urunler .fotografGal {
    border-bottom: 1px solid #F4F4F5;
}

.content .urunler .line {
    border-bottom: 1px solid #F4F4F5;
}

.content .urunler .full-col {
    margin-bottom: 24px;
}

.content .urunler .full-col .gal_item {
    margin-right: 24px;
}

.content .urunler .full-col .gal_item img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.content .urunler .full-col .gal_item:last-child {
    margin-right: 0;
}

.content .urunler .galeri_items .img_video {
    border-radius: 30px;
}

.content .urunler .galeri_items .img_icon_play {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.content .urunler .galeri_items .video_gal_item {
    cursor: pointer;
    transition: 0.5s all;
}

.content .urunler .galeri_items .video_gal_item .img_video {
    transition: 0.5s all;
    width: 100%;
    height: auto;
}

.content .urunler .galeri_items .video_gal_item .img_video:hover {
    opacity: 0.6;
}

.content .urunler .galeri_items .gal_item a {
    display: block;
    width: 100%;
    height: auto;
}

.content .urunler .galeri_items .gal_item a img {
    width: 100%;
    height: auto;
}

.content .urunler .title-w-icon img {
    margin-right: 10px;
}

.content .urunler .urunSlogan {
    border-top: 1px solid #F4F4F5;
}

.content .urunler .imgBox {
    /*margin-top: -80px;
    margin-left: 25px;
    */
    max-width: 306px;
    width: 100%;
    padding: 39px 33px;
    border-radius: 44px;
    background-color: #1D3E72;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .urunler .imgBox img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}

.content .urunler #pills-tabContent ul>li {
    list-style-type: square;
}

.content .urunler #pills-tab .nav-item .nav-link {
    padding: 10px 16px;
    color: #8F98A9;
    border: 1px solid #8F98A9;
    border-radius: 10px;
    margin-right: 12px;
    display: flex;
    align-items: end;
}

.content .urunler #pills-tab .nav-item .nav-link img {
    margin-right: 5px;
}

.content .urunler #pills-tab .nav-item .nav-link.active {
    border: 1px solid #e91f4e;
    background-color: #e91f4e;
    color: white;
}


/*RESPONSIVE CODE */

@media (max-width: 768px) {
    .content .urunler .imgBox {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .content .urunler .full-col .gal_item {
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 15px;
    }
    .content .urunler .full-col .gal_item:last-child {
        margin-right: 15px;
    }
    .content .urunler .galeri_items .video_gal_item .img_video {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .content .urunler .galeri_items .gal_item a img {
        max-width: 100%;
        width: 100%;
        height: 175px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


/* DB içeriğindeki sabit genişlikleri ve nowrap'ları bastır */

.content .urunler #pills-tabContent table,
.content .urunler #pills-tabContent table[style*="width"],
.content .urunler #pills-tabContent table[width] {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    /* sütunları eşit paylaştır, taşmayı azalt */
    border-collapse: collapse;
    box-sizing: border-box;
}


/* Hücrelerde satır kırdır ve sabit genişlik/height'i iptal et */

.content .urunler #pills-tabContent th,
.content .urunler #pills-tabContent td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.content .urunler #pills-tabContent th[style*="white-space"],
.content .urunler #pills-tabContent td[style*="white-space"] {
    white-space: normal !important;
}

.content .urunler #pills-tabContent th[width],
.content .urunler #pills-tabContent td[width],
.content .urunler #pills-tabContent th[style*="width"],
.content .urunler #pills-tabContent td[style*="width"] {
    width: auto !important;
}

.content .urunler #pills-tabContent th[style*="height"],
.content .urunler #pills-tabContent td[style*="height"] {
    height: auto !important;
}


/* Mobilde geniş tabloyu kaydır */

@media (max-width: 992px) {
    .content .urunler #pills-tabContent table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/*RESPONSIVE CODE FINISH*/


/*# sourceMappingURL=urun-detay.css.map */
