/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Global */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

}


/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .ltn__header-middle-area .header-search {
        display: none !important;
    }
    /* Global */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }

}


/* small mobile :320px. */
@media (max-width: 767px) {
    .modal-link.ekbuton-mobile {
        display: block;
    }

    .modal-link.ekbuton-mobile a {
        padding: 15px;
        display: block;
        font-size: 18px;
        color: white;
    }

    .mobile-form-body {
        padding: 0 !important;
    }
    p.copyright-text {
        text-align: center !important;
    }
    .mobile-form-pills li a {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }
    .mobile-form-selects {
        display: flex !important;
        flex-direction: column;
        gap: 20px !important;
    }

    .mobile-form-selects .form-check {
        padding: 0;
    }
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    p.header-notice {
        gap: 0px 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0px 0px 0px;
        line-height: 18px;
    }

    aside.sidebar.ltn__shop-sidebar ul {
        max-height: 200px !important;
        overflow: auto !important;
    }

    .form-title h3 {
        font-size: 18px;
        text-align: left;
    }

    .form-control {
        padding: .375rem .35rem !important;
        height: 42px !important;
    }

    hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .space-top.space-extra-bottom {
        margin: 50px 0px;
    }

    .ltn__header-options ul li {
        display: flex;
        justify-content: flex-start;
    }

    .header-search-content {
        display: none;
    }

    .product-ratting.category-name {
        font-size: 10px;
        color: var(--theme-color3);
        line-height: 10px;
    }
    .ltn__product-item-3 .product-hover-action ul li a, .ltn__product-item-3 .product-hover-action ul li button {
        height: 38px;
        width: 38px;
        line-height: 40px;
    }

    .ltn__tab-menu .nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: auto;
        scrollbar-width: none;
        display: flex;
        width: 99%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .ltn__tab-menu::after, .ltn__tab-menu::before {
        content: "";
        width: 40px;
        height: 40px;
        background: linear-gradient(90deg, #ffffff, #ffffff4a);
        position: absolute;
        z-index: 1;
        top: 8px;
        left: -1px !important;
    }
    
    .ltn__tab-menu::after {
        right: -1px;
        left: inherit !important;
        background: linear-gradient(270deg, #ffffff, #ffffff4a);
    }
    .ltn__gallery-filter-menu button, .ltn__tab-menu a {
        padding: 15px 20px;
        white-space: nowrap;
    }
    
    .uzay-slide-overlay {
        padding: 0 30px;
    }

    .uzay-slide-content {
        max-width: 80%;
    }

    .uzay-slide-title {
        font-size: 1.8rem;
    }

    .uzay-slide-description {
        font-size: 1rem;
    }

    .uzay-slider-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .header-search {
        width: calc(100vw - 80px) !important;
    }
}

@media (max-width: 480px) {
    .uzay-slide-overlay {
        padding: 0 20px;
    }

    .uzay-slide-content {
        max-width: 90%;
    }

    .uzay-slide-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .uzay-slide-description {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .uzay-slide-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
