.logo img {
    max-height: 110px !important;
}

#product-list .col-md-3 {
    margin-bottom: 25px;
    text-align: center;
}

#product-list .product-wrapper,
#gallery-detail-section-3 .img-wrapper{
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

#product-list .custom-col:hover .product-wrapper,
#gallery-detail-section-3 .img-wrapper:hover {
    border: 0.5px solid var(--site-color);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

#product-list .custom-col:hover img,
#gallery-detail-section-3 .img-wrapper:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.page-breadcrumb {
    background: #b30000;
    background: linear-gradient(90deg, rgba(179, 0, 0, 1) 0%, rgba(253, 29, 29, 1) 43%, rgba(176, 176, 176, 1) 100%) !important;
}

.section-header {
    height: 90px !important;
    padding-top: 10px;
}

.product-category-buttons {
    display: none !important;
}

.pds-content ul,
.productContent ul {
    padding-left: 20px;
    background-color: transparent !important;
}

.pds-content ul li,
.productContent ul li {
    position: relative;
}

.pds-content ul li::before,
.productContent ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: absolute;
    left: -20px;
    color: #d30d0e;
}

#product-documents button {
    border-radius: 0px !important;
    font-size: 16px;
    border: 1px solid var(--site-color) !important;
    box-shadow: none !important;
    margin-right: 10px;
    color: #000;
}

#product-documents button.active {
    border: 1px solid var(--site-color) !important;
    background-color: var(--site-color) !important;
    color: #fff !important;
}

.productDetail .productTitle {
    display: none;
}

.productTab-Bar .nav-link {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    color: #d30d0e;
    position: relative;
    transition: all .4s;
    padding: 0px;
    margin-right: 25px;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

.productTab-Bar .nav-link.active {
    color: #d30d0e !important;
}

.productTab-Bar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    width: 0%;
    height: 4px;
    background-color: #edb7bd;
    transition: all .4s;
}

.productTab-Bar .nav-link.active::after {
    width: 100%;
}

.productTab-Bar .nav-tabs {
    border: none !important;
    box-shadow: none !important;
}

.productTab-Bar .productContent,
.productTab-Bar .pds-content {
    padding: 25px;
    background-color: #efefef;
    margin-top: 25px;
}

.productTab-Bar .productContent h2,
.productTab-Bar .productContent h2 span,
.productTab-Bar .productContent h3,
.productTab-Bar .productContent h3 span,
.productTab-Bar .pds-content h2,
.productTab-Bar .pds-content h2 span,
.productTab-Bar .pds-content h3 span,
.productTab-Bar .pds-content h3 {
    font-size: 20px !important;
    background-color: transparent !important;
}

.productDetail .col-md-5 .tab-content {
    border: 1px solid #d3d3d3;
}

.isotope {
    display: flex;
    flex-wrap: wrap;
}

.isotope .item {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    margin-right: 24px;
    display: flex;
    justify-content: center;
    align-items: end;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
    transition: all .4s;
}

.isotope .item p {
    font-size: 17px !important;
}

.isotope .item .ral-renk-dark {
    color: #333 !important;
}

.isotope .item .ral-renk-white {
    color: #fbfbfb !important;
}

.isotope .item:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.isotope .item.filter-blur {
    filter: blur(2px);
    opacity: 0.9;
}

#ralSearch {
    margin-bottom: 40px;
    display: flex;
    justify-content: end;
}

#ralSearch .form-control {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    min-height: 40px;
    line-height: 40px;
    border-radius: 0px;
    border: none !important;
    width: 25%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 20px;
}

#ralSearch .form-control::placeholder {
    color: #333 !important;
}

@media(max-width:768px) {
    .isotope {
        justify-content: space-between;
    }

    .isotope .item {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }

    .isotope .item:nth-child(3n) {
        margin-right: 0px;
    }

    #ralSearch .form-control {
        width: 100% !important;
    }
}

.product-list .weta-icerik-tag {
    font-size: 17px !important;
}

.learn-more .btn,
#gallery-detail-section-3 .btn {
    height: 35px;
    min-width: 100%;
    font-size: 14px !important;
    line-height: 18px;
}

.learn-more .btn:hover,
#gallery-detail-section-3 .btn:hover {
    background-color: transparent !important;
    border-color: var(--site-color) !important;
    color: var(--site-color) !important;
}

.gallery-section-3 .img-title .weta-icerik-tag {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

#gallery-detail-section-1 {
    background-color: #f5f5f5 !important;
}

@media(min-width:768px) {
    #gallery-detail-section-1 .container {
        display: flex;
    }

    #gallery-detail-section-1 .gallery-wrapper {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #gallery-detail-section-1 .gallery-wrapper .weta-icerik-tag {
        position: relative;
    }

    #gallery-detail-section-1 .galleryDescription {
        overflow: hidden;
        padding-right: 10%;
    }

    #gallery-detail-section-1 #image-gallery {
        width: 75%;
    }

    #gallery-detail-section-1 #image-gallery .custom-col {
        margin-bottom: 0;
        padding: 2px;
    }

    .gallery-section-1 .custom-col:nth-child(1),
    .gallery-section-1 .custom-col:nth-child(2) {
        width: 50%;
    }
}

#gallery-detail-section-1 .gallery-img {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

#gallery-detail-section-1 .gallery-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(214, 0, 14, 1) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
    transition: all .4s;
    z-index: 2;
}

#gallery-detail-section-1 .img-wrapper .gallery-img img {
    transition: all .4s;
}

#gallery-detail-section-1 #image-gallery .gallery-info {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 90%;
    z-index: 3;
}

#gallery-detail-section-1 .gallery-info * {
    color: #fff !important;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img::before {
    opacity: 0;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.1);
}

@media(max-width:768px) {
    #gallery-detail-section-1 #image-gallery .custom-col {
        width: 100%;
    }

    footer img {
        max-height: 100px;
    }

    .footer #footer-col {
        margin-bottom: 20px !important;
    }

    .footer #footer-col:nth-child(2) {
        display: none !important;
    }

    .footer #footer-col:nth-child(1) .footer-description {
        display: none !important;
    }

    .footer .footer-info-list,
    .footer-description {
        margin-top: 0px !important;
    }

    .productTab-Bar .nav-tabs li {
        width: 50%;
        margin-bottom: 15px;
    }

    .productTab-Bar .nav-link {
        width: 100%;
    }
}
.productDetail .teklifButton{margin-top: 35px;}