/* Mobile */
@media (max-width: 767px) {
    .nav-item .submenu {
        margin-top: 0px;
        z-index: 999999999;
    }

    header {
        padding-top: 7px;
    }

    .logo img {
        width: 160px!important;
    }

    .header-links {
        display: none!important;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 30px;
        line-height: 1;
        background-color: transparent;
        border: none;
        border-radius: .25rem;
        float: right;
    }

    .nav-link.dropdown-toggle ion-icon {
        margin-right: 0px!important;
    }

    .nav-item .submenu {
        top: 0;
        left: 0;
        margin-top: -1px;
        position: static;
        right: 0;
        border: none;
        margin-left: 20px;
        transition: all 2s;
    }

    .intro {
        padding: 5% 5%!important;
    }

    .breadcrumb {
        padding: .75rem 1rem .75rem 20px;
    }

    .products .col-lg-8 {
        margin: 15px;
    }

    .sidebar {
        display: none;
    }

    .product-page .nav-link {
        margin-right: 25px;
    }

    .order-table td {
        padding: 20px 0px 10px 0px;
    }

    .table.order-table {
        width: 500px;
    }

    .table.order-table .btn-primary.blk {
        padding: 5px 20px!important;
        line-height: 35px;
        background-color: #000;
        color: #fff;
        border-radius: 10px!important;
        vertical-align: middle;
        font-size: 13px;
        border: none;
        width: 120px;
    }

    .cart-table {
        width: 660px;
    }

    .ct-chart {
        width: auto!important;
    }

    #chart-line {
        width: 100%!important;
    }

    .file-path-wrapper {
        width: 360px!important;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .counter {
        position: relative;
        top: -23px;
        left: auto;
        margin-left: 24px;
        margin-right: -27px;
    }

    .wishlist ion-icon {
        color: #000;
        font-size: 25px;
        height: 40px;
        width: 25px;
    }

    .sidebar {
        display: none;
    }

    #chart-line, .ct-square {
        width: 480px!important;
        height: 380px!important;
    }
    
    footer ion-icon {
        display: inline-block;
        width: 35px;
        height: 30px;
    }

    .logo img {
        width: 170px!important;
    }

    .nav-link {
        font-weight: 600;
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-links .login-links p, .header-links .login-links a {
        line-height: 18px;
    }

    .navbar-nav {
        box-shadow: 0px 10px 26px -8px #00000029;
    }
    
    .btn-primary.dark-grey {
        padding: 5px 25px!important;
    }

    .btn-primary.blk {
        padding: 5px 30px!important;
    }

    .qty {
        border-radius: 13px;
        padding: 10px 5px;
        text-align: center;
    }

    .qty-final {
        width: 30px;
        background-color: transparent;
        border: none;
        text-align: center;
        padding: 0;
        padding-left: 0;
        appearance: none;
        -webkit-appearance: none;
    }

    .blk-block .card-body {
        line-height: 20px;
    }

    .contact-page ion-icon {
        width: 1.5em!important;
        height: 1.5em!important;
    }

    footer a, footer li, footer h5, footer h4 {
        margin-bottom: 10px;
    }

    footer p {
        margin-bottom: 0;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .contact-page ion-icon {
        width: 1.5em!important;
        height: 1.5em!important;
    }
    
}