@media (max-width: 767px)
{
    .header-main .logo {
        text-align: center;
    }
    .header-main .col {
        margin-bottom: 20px;
    }
    .header-main .col-3 {
        margin-bottom: 0;
    }
    .header-main #cart.empty {
        display: none;
    }
/******************************************************************************/
    .nav-justified > li > .item {
        border: 0;
    }
    .nav-justified > li:first-child > .item a,
    .nav-justified > li:hover:first-child > .item a {
        border-radius: 5px 5px 0 0;
    }
    .nav-justified > li:last-child > .item a,
    .nav-justified > li:hover:last-child > .item a {
        border-radius: 0 0 5px 5px;
    }
    .nav-justified > li:hover:last-child > .item.has-items a {
        border-radius: 0;
    }
    .nav-justified > li:hover > .items,
    .nav-justified > li.active > .items {
        width: 100%;
        position: relative;
        border-radius: 0;
        border: 0;
        top: 0;
        left: 0;
        box-shadow: none;
        background: #f5f5f5;
        border-bottom: 1px solid #eee;
    }
    .nav-justified > li:hover > .items a,
    .nav-justified > li.active > .items a {
        display: block;
        color: #333;
        font-size: 12px;
        padding: 10px 15px;
        text-decoration: none;
    }
    .nav-justified > li:hover > .items a:hover,
    .nav-justified > li.active > .items a:hover {
        background: #eee;
    }
    .nav-justified > li:last-child > .items {
        border-bottom: 0;
        border-radius: 0 0 5px 5px;
    }
/******************************************************************************/
    .footer-line .container {
        padding-top: 20px;
    }
    .footer-line .col {
        text-align: center;
    }
    .footer-line .col-3 {
        margin-top: 20px;
    }

/******************************************************************************/
    .ei-slider {
        height: 400px;
    }
    .ei-title {
        position: absolute;
        right: 0;
        top: auto;
        margin: 0;
        padding: 0 15px;
        width: 100%;
        bottom: 15px;
    }
    .ei-slider-large li {
        text-align: center !important;
        padding: 15px !important;
    }
    .ei-title > .product-title,
    .ei-title > .product-description {
        text-align: center;
    }
    .ei-title > .product-title a,
    .ei-title .product-price .price-old, 
    .ei-title .product-price .price-new, 
    .ei-title .product-price .price-regular {
        font-size: 20px;
        line-height: 20px;
    }
    .ei-slider-large li img {
        position: static !important;
        margin: 0 !important;
        padding: 0;
        max-width: 200px;
    }
    
    .box-category li .children {
        display: block;
    }

    #column-left > * {
        display: none;
    }
    #column-left > .box-categories {
        display: block;
    }
    #column-left  .box-category a {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ei-slider-large li img {
        padding: 20px 0;
    }
    .ei-title > .product-title a {
        font-size: 20px;
        line-height: 20px;
    }
    .ei-title > .product-description a {
        font-size: 20px;
        line-height: 20px;
    }
    .relative .col-3 {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .header-main .phones {
        margin-right: 250px;
    }
    .header-main .logo {
         margin-right: 250px;
    }
}
