@media screen and (min-width: 993px) {}

@media screen and (min-width: 1155px) {}

@media screen and (max-width: 1117px) {}

@media screen and (max-width: 992px) {
    header>.container {
        padding-top: 5px;
        height: 90px;
    }

    header .logo {
        width: 100%;
        display: flex;
        align-items: center;
    }

    header .logo a {
        width: 100%;
        text-align: center;
        padding-left: 40px;
    }

    header .navbar-toggler {
        display: block;
        background-color: #3973b2;
        position: absolute;
        left: 0;
        color: #fff;
        padding: 6px 10px;
        top: 0;
        height: 90px;
        width: 50px;
        border-radius: 0;
        font-size: 24px;
    }

    .breadcrumbs ol li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-detail {
        padding-top: 10px;
    }

    .product-detail .container {
        flex-wrap: wrap;
    }

    .product-detail {
        padding-top: 10px;
    }

    .product-detail .container .img {
        max-width: 100%;
        flex-basis: 100%;
    }

    .product-detail .container .detail {
        max-width: 100%;
        flex-basis: 100%;
        padding: 20px 0 0 0;
    }

    .products-list .product {
        flex: 0 0 100%;
        max-width: calc(100% / 3 - 14px * 2 / 3);
        margin: 0 14px 22px 0;
        margin-right: 14px;
    }

    .products-list .product:nth-child(3n+3) {
        margin-right: 0;
    }

    .main-menu {
        display: none;
    }
    .brands p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs ol li {
        display: none;
    }

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

    .product-detail .car-body {
        font-size: 14px;
    }

    .brand .container {
        flex-wrap: wrap;
    }

    .brand .container .img {
        max-width: 100%;
    }

    .brand .container .detail {
        padding: 24px 0 0 0;
    }

    .brands .list .item {
        max-width: calc(50% - 14px * 1 / 2);
    }

    .brands .list .item:nth-child(2n+2) {
        margin-right: 0;
    }

    .product-detail {
        padding-top: 0;
    }
    .product-detail.about-us .container .detail {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .products-list .product {
        flex: 0 0 100%;
        max-width: calc(100% / 2 - 14px * 1 / 2);
        margin: 0 14px 22px 0;
        margin-right: 14px;
    }

    .products-list .product:nth-child(3n+3) {
        margin-right: 14px;
    }

    .products-list .product:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    .brands .list .item {
        max-width: 100%;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 400px) {
    .products-list .product {
        flex: 0 0 100%;
        max-width: 100% !important;
        margin: 0 0 22px 0 !important;
    }
}

@media screen and (max-width: 345px) {}