
*{
    box-sizing: border-box;
}
/* Extra small devices (phones, 500px and down) */
@media only screen and (max-width: 500px){
    .new-products{
        /* overflow-y: hidden; */
    }

    .new-products .carousel-inner{
    }

    .new-products .carousel-inner .item{
        width: 187%;
    }

    .grid-view-content{
        width: 100%;
    }
    .grid-view-content .row-fluid .thumbnails li{
        min-width: 100%;
    }

    .three-col .thumbnails{
        overflow-x: scroll;
    }
    .three-col .thumbnails > li{
        min-width: 200px;
    }

    .copyright span{
        width: 100%;
        justify-content: center;
        margin:5px 0;
    }
    .three-col .thumbnails li .thumbnail img{
        max-width: 86%;
    }
    .products-with-price .thumbnails li .thumbnail img{
        max-width: 71%;
    }
}



/* Small devices (portrait tablets and large phones, 600px and below) */
@media only screen and (max-width: 600px) {
    .list-row-parent .item-row{
        flex-direction: column;
    }

    .list-row-parent .item-row > div{
        width: 100%;
    }

    .list-row-parent .item-row .span2{
        display: flex;
        justify-content: center;
    }

    .list-row-parent .item-row .span2 img{
        width:85%;
    }
    .grid-view-content .row-fluid .thumbnails{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-view-content .row-fluid .thumbnails li{
        margin: 0;
        width: 90%;
        min-width: none;
    }
}

/* Medium devices (landscape tablets, 770px and down) */
@media only screen and (max-width: 770px) {

    .navigation .main-nav .cta .cta-contact,
    .navigation .main-nav .cta small,
    .navigation .main-nav .search,
    .lower-nav,#sidebar{
        display: none;
    }
    .home-container{
        padding: 10px;
    }
    .home-container .main-content{
        width: 100%;
    }

    .home-container .main-content .actual-content{
        margin:0;
        width: 100%;
    }

    .new-offers{
        margin-bottom: 20px;
    }

    .carousel-caption{
        padding: 5px 20px;
    }

    .products-with-price .thumbnails li{
        min-width: 55%;
    }

    .products-with-price .thumbnails li .thumbnail{
        width: 100%;
    }

    .featured-products .thumbnails li{
        min-width: 45%;
    }

    .featured-products .thumbnails li .thumbnail img{
        max-width: 60%;
    }

    .item{
        max-width: 90vw;
    }

    /* Grid content */

    .main-content .grid-view-content{
        width: 100%;
    }

    .grid-view-content .row-fluid .thumbnails li{
        min-width: 42%;
    }
    /* List Css */
    .list-row-parent{
        max-width: 85vw;
    }

    .four-col-main .thumbnails .thumbnail-row .row-content .span3{
        min-width: 30%;
    }

    .navigation{
        box-sizing: border-box;
        width: 100%;
        position: sticky;
        left: 0;
        top:1px;
        z-index: 9999;
    }
    
    .main-nav{
        border-bottom: none;
        box-shadow: none;
    }

    .lower-search{
        display: flex;
        border-bottom: 1px solid #CCC;
        box-shadow: 0 0 3px #b1afaf;
    }
    .product-details .row-fluid{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-details .row-fluid .span7{
        width: 95%;
        padding: 10px;
    }
    .product-details .row-fluid .span5{
        /* Carousel image parent */
        width: 950%;
    }
}

/* (landscape tablets, 770px and up) */
@media only screen and (min-width: 770px) {
    .list-row-parent{
        max-width: 70vw;
    }

    .three-col .thumbnail img {
        max-width:42% ;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}
@media only screen and (max-width: 600px){
    .carousel-caption{
        display: inline-block;
    }
    .carousel-caption h4{
        font-size: 17px;
    }

    .homCar p span{
        font-size: 14.4px;
    }
    .four-col-main .thumbnails .thumbnail-row .row-content .span3{
        min-width: 50%;
    }
}

/* Cart Responsivness  */
.cart-row{
    width: 100%;
}
@media only screen and (max-width: 950px) {
    
}