.product-name-xs {
    display: none;
}
.header-login-links {
    float: right;
}

.header-menu {
    padding-right: 0;
    padding-left: 0;
}

.home-logo img {
    max-width: 300px;
}

.product-list-row {
    margin-left: -2px;
    margin-right: -2px;
}
.product-list-row .col-md-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.footer-area-container {
    max-width: 90%;
    background: #5c5c5c;
    padding: 20px;
}

.footer-bottom {
    font-size: 12px;
    text-align: center;
    color: #eeeeee;
}


.header-menu-item:hover .dropdown-menu {
    display: inline-block;
}

.nav > li > a {
    padding: 10px 15px;
}

.main-menu-navbar > li {
    z-index: 2;
}
.main-menu-navbar:after {
    content: '';
    display: block;
    background: #5c5c5c;
    width: 5000px;
    height: 40px;
    position: absolute;
    z-index: 1;
    left: -2000px;
    z-index: 1;
}

.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cart-button-right {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #5C5C5C;
}

.cart-button-icon {
    position: relative;
}

.cart-button-icon:after {
    content: attr(data-amount);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #5C5C5C;
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    position: absolute;
    top: 3px;
    left:20px;
    font-family: "Arial", sans-serif;

}

.product-img {
    opacity: 1;
    transition: opacity 0.3s;
}

.product-img[data-src] {
    opacity: 0;
}

.video_wrap, .proportional_frame {
    position: relative;
    height: 0px;
    padding-bottom: 58%;
}

.proportional_frame {
    padding-bottom: 57%;
    margin-bottom: 40px;
}

.video_wrap > iframe, .proportional_frame > iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



/* RESPONSIVE */

@media (min-width: 768px) {
    .container {
         width: auto;
    }


}
@media (max-width: 991px) {
    #wrapper {
         width: 100%;
         max-width: 100%;
    }

    .home-logo img {
        max-width: 100%;
    }

    .header-top {
        display: none;
    }
    .header-bottom {
        padding-top: 7px;
    }

    #logo {
         margin-top: 0px;
        width: 240px;
    }
}
@media (max-width: 767px) {
    #main-carousel {
     display: none;
    }

    #search, .breadcrumb {
        display: none;
    }


    #cart {
        width: 45px;
        position: absolute;
        top: 10px;
        right: 15px;
        margin-top: -60px;
    }
    #cart .cart-button-text {
        display: none;
    }

    #cart .dropdown-menu {
        min-width: 320px;
    }

    #header-area {
        margin-bottom: 0;
    }

    body {
        padding: 5px;
    }
    .product-name-xs {
        display: block;
        margin-top: 0;
        padding-top: 10px;
    }
    .product-name-sm {
        display: none;
    }

    .product-delivery-info {
        display: none;
    }


    .menu-button {
        position: absolute;
        top: -57px;
        right: 54px;
        border: 1px solid #ccc;
        background: #fff;
        color: #666 !important;
        padding: 11px;
    }

    .header-area-wrapper {
        border-bottom: 1px solid #ddd;
        box-shadow: 0 2px 2px #eee;
    }

    .menu-button .menu-button-text{
        display: none;
    }

    .navbar-main-menu {
        height: 0;
        border: none;
        min-height: 0;
        margin-bottom: 0;
    }

    #logo {
        width: 200px;
    }

}




@media (min-width: 992px){

    .container {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control .fa-chevron-right {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;

    right: 30%;
}
.carousel-control .fa-chevron-left {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;

    left: 30%;
}
