﻿@media only screen and (max-width: 1023px) {
    html, body {
        font-size: 15px;
    }

    .standard-offset {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-fluid.standard-offset {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .container-fluid.standard-offset.ignore {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .header .logo {
        text-align: center;
    }

        .header .logo img {
            max-height: 1.5rem;
        }

    .hide-on-mob {
        display: none;
    }

    .header .city-change,
    .header .call-center {
        white-space: nowrap;
    }

        .header .city-change .fa-stack,
        .header .city-change > .info,
        .header .call-center .fa-stack,
        .header .call-center > .contact {
            float: none;
        }

        .header .city-change > .info,
        .header .call-center > .contact {
            margin: 0;
            position: absolute;
            line-height: 1rem;
        }

            .header .city-change > .info > a,
            .header a.shopping-cart > .label,
            .header .call-center > .contact > .phone {
                font-size: .7rem;
                position: relative;
                top: -.3rem;
            }

    .header .fa-lg {
        font-size: 1rem !important;
    }

    .navbar-custom {
        height: 5.3rem;
        padding-top: 1.875rem;
        position: relative;
    }

        .navbar-custom .navbar-nav.mob-top {
            position: absolute;
            top: 0;
            left: 0;
            height: 1.875rem;
            margin-left: 0 !important;
            margin-right: 0 !important;
            font-size: .7rem;
        }

            .navbar-custom .navbar-nav.mob-top .nav-link {
                line-height: 1.875rem;
            }

            .navbar-custom .navbar-nav.mob-top + .navbar-nav.mob-top {
                left: auto;
                right: 0;
            }

        .navbar-custom .search-form {
            min-width: initial;
        }

    .subnavbar-custom,
    .subnavbar-backdrop {
        top: 11.55rem;
    }

        .subnavbar-custom.show > * {
            max-height: initial;
        }

        .subnavbar-custom .subnavbar-nav li::before {
            content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #fbc604; /* Change the color */
            font-weight: bold; /* If you want it to be bold */
            display: inline-block; /* Needed to add space between the bullet and the text */
            width: 5px; /* Also needed for space (tweak if needed) */
            margin-left: -5px; /* Also needed for space (tweak if needed) */
            font-size: 1.1em;
        }

    .metro-blocks > * {
        padding: .5rem !important;
    }

    .metro-blocks .metro-block > .description > .subtitle {
        display: none;
    }

    footer {
        height: auto;
        padding-bottom: 6rem;
        margin-top: .5rem;
    }

        footer .social-links {
            margin-bottom: 1.5rem;
        }

        footer > .container-fluid > .row > .col-12 {
            position: inherit;
        }

        footer ul.navigation > li.navigation-header, footer ul.addresses > li.addresses-header {
            margin-bottom: 1rem;
            margin-top: 1rem;
        }

    .nav-tabs-custom .nav-link {
        font-size: .9rem;
        padding: .25rem .5rem;
    }

    .tmb-block {
        width: 48.9999%;
    }

    .breadcrumb {
        font-size: .85rem;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .25rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: .25rem;
        }

    .offers-table > thead > tr > th {
        font-weight: 900;
    }

    /*.carousel {
        margin-left: -15px;
        margin-right: -15px;
    }*/

    .tab-content-custom .tab-pane:not(:no-scroll) {
        overflow-x: scroll;
    }

    .vehicle-makes .nav-link {
        font-size: .7rem;
    }

    .certificate {
        height: 8em;
    }

        .certificate.vertical {
            height: 15rem;
        }

    .block-title {
        font-size: 1.25rem;
    }

    .about-company-history {
        min-width: 65em;
        width: auto;
    }

    .shopping-cart-item {
        border-bottom: 1px solid #ccc;
    }

        .shopping-cart-item .item-header span, .shopping-cart-item .item-header a {
            line-height: 2em;
            vertical-align: middle;
        }

        .shopping-cart-item input[type=text] {
            width: 1rem;
        }

        .shopping-cart-item tbody td {
            padding-top: .5rem;
            padding-bottom: .5rem;
        }

    .metro-blocks .metro-block > .description > .title {
        font-size: .85rem;
    }

    .company-today-container .company-today-title {
        min-width: 90%;
    }

    .company-today-container .company-today-subtitle {
        min-width: 90%;
    }

        .company-today-container .company-today-subtitle .company-today-icon {
            width: 70%;
        }

    .simple-form {
        padding: 1.5rem;
    }

    .article-card {
        height: 25rem;
    }
}
