.dropdown-submenu {
    margin-left: 100% !important;
    top: 0 !important;
}

.navbar .dropdown-menu .has-subdropdown .dropdown-toggle:after {
    position: relative !important;
    transform: rotate(45deg) !important;
}

.share-text span {
    font-family: var(--font-primary);
    color: var(--color-primary-700);
    font-weight: 700;
    font-size: 16px;
    min-width: 100px;
}

.fancybox__carousel {
    margin: auto !important;
    width: 70% !important;
}

.pdf-gallery .product-item:hover,
.pdf-gallery img:hover {
    cursor: zoom-in !important;
}

.pdf-gallery .product-item {
    padding: 40px 40px 40px !important;
    text-align: center;
}


.pdf-gallery .product-item img {
    transition: transform 0.3s ease;
    /* Geçiş animasyonu */
}

.pdf-gallery .product-item:hover img {
    transform: scale(1.2);
}

.pdf-gallery .product-item:hover .product-info {
    opacity: 1 !important;
}

.text-justify {
    text-align: justify !important;
}

.pagination li.disabled a {
    pointer-events: none;
    cursor: default;
    color: #aaa;
}

.pagination li.active a {
    pointer-events: none;
    cursor: default;
    color: #ffffff;
    background: #012217;
}

.dropdown-toggle-sub::after {
    opacity: 1 !important;
    visibility: unset !important;
    transform: translate(3px, 0px) !important;
    transform: rotate(135deg) !important;
}

.dropdown-toggle-sub:hover::after {
    transform: translate(5px, -3px) !important;
    transform: rotate(45deg) !important;

}