@media (max-width: 1400px) {
    nav.navbar .navbar-nav .nav-link {
        font-size: 14px;
    }

    #mainCarousel .item h2 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    #mainCarousel .item h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    #mainCarousel .item p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .btn-main {
        padding: 14px 32px;
        font-size: 16px;
        height: 48px;
    }

    .btn-outline {
        padding: 14px 32px;
        border: 3px solid #FFF;
        font-size: 16px;
        height: 48px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 7%;
    }

    #mainCarousel .item {
        padding: 110px 0;
    }

    .main-title {
        font-size: 36px;
        margin-bottom: 32px;
    }

    section.home {
        padding: 60px 0;
    }

    section.home.product-section {
        padding-bottom: 28px;
    }

    section.home.next-section {
        padding-top: 28px;
    }

    .category .overflow .info .name {
        font-size: 20px;
        padding: 0 40px;
    }

    .feature .info .title {
        font-size: 22px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .action {
        padding: 60px 16px;
    }

    .action .title {
        font-size: 32px;
    }

    nav.breadcrumb {
        padding: 40px 0;
    }

    .main-breadcrumb {
        font-size: 40px;
    }

    .inner-page {
        padding: 50px 0;
    }

    .menu-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .categories ul {
        margin: 15px 0 0 0;
    }

    .colors label {
        width: 22px;
        height: 22px;
    }

    .price-range-field {
        font-size: 16px;
    }

    .btn-main.small {
        padding: 8px 15px;
        height: 40px;
        font-size: 16px;
    }

    .btn-outline.small {
        padding: 8px 15px;
        font-size: 16px;
        height: 40px;
    }

    .product-detail .product-info h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .product-detail .product-info .price {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}

/* 1400px */

@media (max-width: 1200px) {
    #mainCarousel .item .carousel-image {
        height: 350px;
    }

    nav.navbar .actions a {
        margin-right: 12px;
    }

    nav.navbar .navbar-brand img {
        height: 50px;
    }

    .navbar-collapse {
        order: 2;
    }

    .navbar-nav {
        position: absolute;
        color: black;
        background: url(../images/navbar.svg) center;
        background-size: cover;
        padding: 0 0;
        margin-top: 7px;
        margin-left: 145px;
        z-index: 11111;
    }

    .navbar-nav .nav-item {
        margin-bottom: 8px;
    }

    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }

    .navbar-nav .nav-link {
        padding: 8px 20px;
    }

    .navbar-nav .nav-item:hover {
        background: #F60;
    }

    #mainCarousel .item h2 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    #mainCarousel .item h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    #mainCarousel .item p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .btn-main {
        padding: 14px 28px;
        font-size: 16px;
        height: 44px;
        font-weight: 400;
    }

    .btn-outline {
        padding: 14px 28px;
        border: 2px solid #FFF;
        font-size: 16px;
        height: 44px;
        font-weight: 400;
    }

    #mainCarousel .item {
        padding: 100px 0;
    }

    .carousel-indicators {
        margin-bottom: 25px;
    }

    .main-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    section.home {
        padding: 60px 0;
    }

    section.home.product-section {
        padding-bottom: 28px;
    }

    section.home.next-section {
        padding-top: 28px;
    }

    .category .overflow .info .name {
        font-size: 18px;
        padding: 0 28px;
    }

    .category .overflow .info .border {
        width: calc(100% - 48px);
        height: calc(100% - 48px);
        left: 24px;
        right: 24px;
        top: 24px;
        bottom: 24px;
    }

    .feature .info .title {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .action {
        padding: 60px 16px;
    }

    .action .title {
        font-size: 26px;
    }

    .product .image img {
        height: 180px;
    }

    nav.breadcrumb {
        padding: 30px 0;
    }

    .main-breadcrumb {
        font-size: 34px;
    }

    .inner-page {
        padding: 40px 0;
    }

    .menu-title {
        font-size: 18px;
        margin-top: 25px;
    }

    .categories ul li a {
        line-height: 26px;
    }

    .iRange .d-flex #min_price+span.mx-1 {
        display: none;
    }

    .ui-slider-horizontal {
        width: 85%;
    }

    .btn-main.small {
        padding: 8px 12px;
        height: 40px;
        font-size: 14px;
    }

    .btn-outline.small {
        padding: 8px 12px;
        font-size: 14px;
        height: 40px;
    }

    .product-small-image {
        padding: 7px;
        height: 75px;
    }

    .product-detail .product-info h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .product-detail .product-info .price {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .product-detail .product-info .usage {
        padding: 14px 0;
    }

    .product-detail .product-info .colors a .color-box.active {
        width: 24px;
        height: 24px;
    }

    .product-detail .product-info .quantity .box {
        width: 140px;
        height: 45px;
    }

    .product-detail .product-features {
        margin-top: 25px;
    }

    .product-detail .product-features .text {
        font-size: 14px;
        line-height: 14px;
        max-width: 110px;
        margin-left: 5px;
    }

    .inner-page {
        padding: 40px 0;
    }

    .product-section {
        padding: 25px 0;
    }

    .product-feature>div {
        text-align: center;
    }

    .product-feature img {
        width: 70px;
        object-fit: contain;
    }

    .product-feature p {
        font-size: 14px;
    }

    .product-description h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .product-section .section-title, section.section .section-title {
        font-size: 20px;
    }
}

/* 1200px */

@media (max-width: 991px) {
    #mainCarousel .item .carousel-image {
        height: 280px;
    }

    .top-nav .links {
        margin-bottom: 8px;
    }

    .top-nav a {
        margin-right: 16px;
    }

    #mainCarousel .item {
        padding: 80px 0;
    }

    #mainCarousel .item h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    #mainCarousel .item h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    #mainCarousel .item p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .btn-main {
        padding: 14px 24px;
        font-size: 14px;
        height: 40px;
        font-weight: 400;
    }

    .btn-outline {
        padding: 14px 24px;
        border: 2px solid #FFF;
        font-size: 14px;
        height: 40px;
        font-weight: 400;
    }

    .main-title {
        font-size: 26px;
        margin-bottom: 32px;
    }

    section.home {
        padding: 50px 0;
    }

    section.home.product-section {
        padding-bottom: 18px;
    }

    section.home.next-section {
        padding-top: 18px;
    }

    .feature.center {
        border: 0;
    }

    .action {
        padding: 50px 16px;
    }

    .action .phone {
        font-size: 20px;
    }

    .action .description {
        margin: 6px 0 20px;
    }

    .action.center {
        border-right: 0;
    }

    .categories ul li a {
        line-height: 22px;
    }

    .categories ul {
        margin: 12px 0 0 0;
    }

    .menu-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .price-range-field {
        font-size: 14px;
    }

    #cart-total-price-without-sale {
        font-size: 14px;
    }

    .login-title {
        font-size: 24px;
    }

    .product-detail-image img {
        height: 450px;
        width: 100%;
    }

    .product-small-image {
        padding: 15px;
        height: 130px;
    }

    .product-detail .product-info h1 {
        font-size: 26px;
        line-height: 26px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .product-description {
        margin-top: 16px;
    }

    section.section .section-description {
        font-size: 14px;
    }
}

/* 991px */


@media (max-width: 768px) {
    #mainCarousel .item {
        padding: 50px 0;
    }

    #mainCarousel .item h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    #mainCarousel .item h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    #mainCarousel .item p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .carousel-indicators {
        margin-bottom: 12px;
    }

    .carousel-img-col {
        order: -1;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    section.home {
        padding: 40px 0;
    }

    section.home.product-section {
        padding-bottom: 12px;
    }

    section.home.next-section {
        padding-top: 12px;
    }

    .action.center {
        padding: 0;
    }

    .languages-mobile {
        display: flex;
        align-items: center;
    }

    .category-list-sidebar {
        order: 2;
    }

    .colors label {
        width: 18px;
        height: 18px;
    }

    .feature .image img {
        width: 80px;
    }

    .main-breadcrumb {
        font-size: 28px;
    }

    .inner-page {
        padding: 30px 0;
    }

    .catalog-select select {
        border-radius: 0px;
        padding: 4px 8px;
    }

    .product-section {
        padding: 20px 0;
    }

    .product-detail .product-features {
        justify-content: space-around;
    }

    .product-detail .product-features .text {
        max-width: unset;
    }

    .product-detail .product-info .usage {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 0;
    }

    .product-description * {
        font-size: 14px !important;
        line-height: 22px;
    }

    .product-detail .product-info h1 {
        font-size: 22px;
        line-height: 22px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .product-detail .product-info .price {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .product-description h3, .product-section .section-title, section.section .section-title {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .product-description p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-description {
        margin-bottom: 15px;
    }

    .product-section {
        padding: 16px 0;
    }

    .product-characteristics td, .product-characteristics th {
        padding: 12px;
        font-size: 14px;
        line-height: 14px;
    }

    .product-small-image {
        padding: 10px;
        height: 100px;
    }

    section.section .section-info {
        padding: 14px 12px;
    }
}

@media (max-width: 575px) {
    .product-characteristics tr:first-child td{
        border-top: 0;
    }
    
    #mainCarousel .item .carousel-image {
        height: 250px;
    }

    .main-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .product {
        padding: 0 10%;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .category .overflow .info .name {
        font-size: 16px;
        padding: 0 20px;
    }

    .category .overflow .info .border {
        width: calc(100% - 36px);
        height: calc(100% - 36px);
        left: 18px;
        right: 18px;
        top: 18px;
        bottom: 18px;
    }

    nav.navbar .navbar-brand img {
        height: 40px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .languages-mobile .active {
        display: none;
    }

    .login-title {
        font-size: 22px;
    }

    .product-detail-image img {
        height: 350px;
    }

    .product-detail-image {
        padding: 25px;
    }

    .product-small-image {
        padding: 10px;
        height: 120px;
    }

    .product-detail .product-info h1 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .product-detail .product-info .price {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .product-detail .product-info .quantity {
        margin-bottom: 14px;
    }

    .product-description h3, .product-section .section-title, section.section .section-title {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .inner-page {
        padding: 25px 0;
    }

    .card-head h4 {
        font-size: 20px;
    }

    .card-head p {
        font-size: 14px;
    }

    .base-content {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .user-content h5 {
        font-size: 18px;
    }

    .product-characteristics tr {
        display: flex;
        flex-direction: column;
    }

    .product-characteristics tr td, .product-characteristics tr th {
        width: 100%;
        border-left: 0;
        border-right: 0;
        text-align: center;
        padding: 10px;
    }

    .product-characteristics tr td {
        border-top: 0;
        padding-top: 0;
        border-bottom: 0;
    }

    .product-characteristics tr:last-child td {
        border-bottom: 1px solid #E0E0E0;
    }

    .product-characteristics tr th {
        border-bottom: 0;
        padding-bottom: 10px;
        border-top: 1px solid #E0E0E0;
    }


}

@media (max-width: 380px) {
    #mainCarousel .item .carousel-image {
        height: 230px;
    }

    .product-small-image {
        padding: 7px;
        height: 100px;
    }

    .languages-mobile {
        margin-right: 7px !important;
    }

    nav.navbar .actions a {
        margin-right: 7px;
    }

    .breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active {
        font-size: 14px;
    }

    nav.breadcrumb {
        padding: 20px 0;
    }

    .inner-page {
        padding: 18px 0;
    }

    .card-head b {
        font-size: 36px;
        margin-right: 30px;
    }

    .card-head b::after {
        left: 5px;
        top: 8px;
        width: 40px;
        height: 40px;
    }

    .card-head {
        margin-bottom: 10px;
    }
}