.nav-mobile {
    display: none;
}



@media (max-width: 1800px) {
    .container {
        max-width: 100%;
        padding: 0 50px;
    }
}

@media (max-width: 1600px) {
    .ml--60 {
        margin-left: -50px;
    }

    .product-images-photo img {
        height: 350px;
    }

    .product-images img {
        height: 283px;
    }

    .product {
        margin-left: 40px;
    }

    .logo img {
        max-width: 230px;
    }

}

@media (max-width: 1550px) {
    .logo img {
        max-width: 220px;
    }

    .logo-footer img {
        max-width: 220px;
    }

    .faq-links li a {
        margin-right: 40px;
    }

    .address {
        font-size: 18px;
    }
}


@media (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 1400px) {
    .faq-links li a {
        margin-right: 30px;
    }

    .logo img {
        max-width: 200px;
    }

    .icon-links {
        gap: 20px;
        margin-top: 25px;
    }

    #searchForm {
        margin-top: 10px;
    }

    .product-images-photo img {
        height: 300px;
    }

    .product-images img {
        height: 233px;
    }

    .product-name {
        font-size: 16px;
    }

    .product-price {
        font-size: 20px;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }

    /* Кастомный бургер */
    .navbar-toggler {
        border: none;
        padding: 0;
        margin-right: 10px;
        /* Отступ справа (настройте под себя) */
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* Контейнер для полосок */
    .navbar-toggler-icon {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: none !important;
        position: relative;
        /* Изменено с absolute */
        margin: 0;
        /* Убраны отрицательные отступы */
        margin-top: -45px;
        position: absolute;
        margin-right: 0px;
        right: 10px;
    }

    /* Три полоски бургера */
    .navbar-toggler-icon span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: all 0.3s ease;
        transform-origin: center;
        /* Важно для вращения */
    }

    /* Анимация в крестик при открытии */
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }

    .navbar-toggler {
        border: 0 !important;
    }

    .navbar-collapse {
        background: #f6f4f2;
        margin-top: -10px;
    }

    .navbar {
        width: 100%;
        position: absolute;
        z-index: 99999;
        right: 0;
    }



    .navbar-toggler:focus {
        border: 0;
    }

    .navbar-nav {
        margin-left: 20px;
        margin-right: 20px;
        border-bottom: 1px solid #828282;
        padding-bottom: 10px;
    }

    .navbar-nav li:first-child {
        border-bottom: 0px solid #dbdfe3;
    }

    .navbar-nav li:last-child {
        border-bottom: 0px solid #dbdfe3;
    }

    .navbar-nav li {
        border-bottom: 1px solid #dbdfe3;
    }

    .navbar-nav li a::first-letter {
        text-transform: uppercase;
    }

    .navbar-nav li a {
        padding: 15px 0;
        text-align: right;
    }

    .nav-mobile {
        display: block;
        margin: 10px 0 20px 0;
        padding-right: 20px;
        list-style: none;
    }

    .nav-mobile .nav-item .nav-link {
        padding: 10px 0;
        text-align: right;
        font-size: 17px;
        font-weight: 400;
        color: #231F20;
    }

    .blue-link {
        color: #0E09C1 !important;
    }

    .padding-pages {
        padding: 10px;
    }

    #massSearchLink {
        display: none;
    }

    footer {
        padding: 20px 0 0 0;
    }

    .faq-links li a {
        margin-right: 0px;
    }

    .faq-links {
        margin-bottom: 20px;
    }

    .pr-50 {
        padding-right: 0;
    }

    .footer-menu-heading {
        padding-bottom: 0px;
        margin-left: 15px;
        font-size: 20px;
    }

    .footer-subscribe-heading {
        font-size: 20px;
    }

    .address {
        font-size: 16px;
    }

    .product-quantity {
    font-size: 12px;
}

    .footer-menu li a {
        font-size: 14px;
    }

    .logo-footer img {
        margin-bottom: 20px;
    }

    .footer-menu ul {
        margin-left: 15px;
    }

    .copyright {
        text-align: center;
    }

    .footer-left {
        justify-content: center;
        margin-bottom: 20px;
    }

    .address {
        margin-bottom: 20px;
    }

    .logo {
        position: absolute;
        margin-top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo img {
        width: 100%;
        max-width: 100px;
    }

    .icon-links {
        display: none;
    }

    #parts {
        height: 40px;
        border: 1px solid #0E09C1;
    }

    #searchForm {
        margin-top: 0px;
    }

    .ptb-30 {
        padding: 10px 0;
    }

    .input-group-append button {
        height: 40px;
        font-size: 16px;
        display: none;
    }

    .link-more {
        display: none;
    }

    .section-line {
        margin: 10px 20px 0 30px;
    }

    .experience-img {
        width: 80px;
        height: 80px;
    }

    .experience-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .brand-bg img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
    }

    .section-heading {
        font-size: 24px;
    }

    .product-images-photo img {
        height: 200px;
    }

    .product-images img {
        height: 135px;
    }

    .photo-shoot {
        font-size: 16px;
    }

    .product-availability {
        font-size: 13px;
    }

    .product-name {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .cart-button {
        width: 55px;
        height: 48px;
        background-size: contain;
    }

    .product-price {
        font-size: 18px;
    }

    .product-meta {
        padding-right: 0px;
    }

    .product-detail-name {
        font-size: 28px;
    }

    .btn-cart-product {
        margin-bottom: 30px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .footer-menu {
        padding-right: 5px;
    }

    .about {
        padding: 30px 0 0 0;
    }

    .logo-footer img {
        max-width: 180px;
    }

    .location {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .location-icon {
        margin-left: 5px;
    }

    .brand {
        padding-top: 20px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    h1 {
        font-size: 22px;
    }

    .count-stock {
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 25px;
        display: none;
    }

    .count-badge {
        font-size: 12px;
    }

    .product {
        margin-left: 30px;
    }

    .ml--60 {
        margin-left: -40px;
    }

    .slider-about {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .company-philosophy-block {
        padding: 0px 0px;
    }

    .company-philosophy-block p {
        font-size: 16px;
    }

    .about-company-block {
        padding: 10px;
        margin: 5px;
    }

    .about-company-title {
        font-size: 32px;
    }

    .company-philosophy-line {
        margin: 40px 100px 40px 100px;
    }

    .cities-grid {
        gap: 0px;
    }

    .footer-left a {
        font-size: 14px;
    }

    footer {
        padding-bottom: 30px;
    }

    .footer-icon {
        width: 30px;
        height: 30px;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer-icon-ti {
        font-size: 23px;
        color: #000;
    }

    .cart-icon-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100px;
        margin: 0 auto;
    }

    .cart-badge {
        position: absolute;
        top: 11px;
        right: 30px;
        background: #0E09C1;
        color: #fff;
        font-size: 11px;
        padding-top: 2px;
        border-radius: 50%;
        line-height: 1;
        text-align: center;
        width: 15px !important;
        height: 15px !important;
    }

    .mobile-bottom-nav__item .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #000;
    }

    .mobile-bottom-nav__item .nav-icon {
        font-size: 23px;
        margin-bottom: 0;
        line-height: 1;
    }

    .mobile-bottom-nav__item .nav-text {
        margin-top: 7px;
        line-height: 0.3;
    }

    .table-parts td {
        font-size: 13px;
        padding: 5px;
    }

    .table-parts th {
        font-size: 13px;
        padding: 5px;
    }

    .table-parts-multi td {
        font-size: 13px;
        padding: 5px;
    }

    .table-parts-multi th {
        font-size: 13px;
        padding: 5px;
    }

    .table-parts-brand th {
        font-size: 13px;
        padding: 5px;
    }

    .table-parts-brand td {
        font-size: 13px;
        padding: 5px;
    }

    .pagination-container {
        margin: 40px 0;
    }

    .profile {
        padding: 20px 20px !important;
    }

    .pagination-page,
    .pagination-current {
        line-height: 28px;
        width: 30px;
        height: 30px;
    }

    .table-cart td {
        font-size: 13px;
    }

    .table-cart th {
        font-size: 13px;
    }

    .items-description-4 {
        right: 30px;
        width: 200px;
        padding: 10px;
    }

    .items-description-3 {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 0px;
    }

    .items-description {
        right: 30px;
        width: 200px;
        padding: 10px;
    }

    .items-description-1 {
        font-size: 16px;
    }

    .custom-arrows {
        margin-bottom: 25px;
    }

    .slider.mt-40 {
        margin-top: 30px;
    }

    .slider-progress-bar {
        margin-top: 20px;
    }
}




@media screen and (min-width: 600px) {
    .suggestions-promo {
        position: absolute;
        top: 0;
        right: 0;
        text-align: left;
    }
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fffefc;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.mobile-bottom-nav__item {
    flex: 1;
    text-align: center;
}

.mobile-bottom-nav__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 10px;
}

.mobile-bottom-nav__icon {
    font-size: 20px;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .mobile-bottom-nav {
        display: none;
    }
}