/* Lato Fonts Family */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* ===========
   Global CSS 
============ */
*{
    margin: 0;
}
body{
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2{
    font-family: 'Lato', sans-serif;
}
button{
    font-family: 'Lato', sans-serif;
}

.no-padding{
    padding: 0;
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.btn-shop{
    background: #f22f49;
    color: #fff;
    border: none;
    padding: 6px 12px;
    margin: 10px 0;
    text-transform: uppercase;
}
.btn-shop:hover{
    background: #cf253b;
    color: #fff;
}
.hr-line{
    background: #eaeaea;
    width: 100%;
    height: 2px;
    margin: 15px 0 15px;
}

/* ===========
Header Section 
============= */
header{
    background: #222222;
    padding: 5px 0 25px;
}
.top-menubar{
    padding: 0;
    margin: 0;
    text-align: right;
}
.top-menubar li{
    position: relative;
    list-style: none;
    display: inline;
    margin-left: 25px;
}
.top-menubar li::after{
    content: "";
    position: absolute;
    top: 5px;
    right: -11px;
    width: 1px;
    height: 70%;
    background: #fff;
}
.top-menubar li:last-child:after{
    content: "";
    position: absolute;
    width: 0px;

}
.top-menubar li a{
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.top-menubar li a:hover{
    color: #f10e34;
}
/* Search bar */
.search-form{
    position: relative;
    margin: 23px 0 0;
}
.top-searchbar{
    border-radius: 3px;
}
.search-btn{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #f10e34;
    border: none;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search-form .form-control:focus{
    box-shadow: none;
}
/* Cart Button */
.fa-cart-plus{
    color: #fff;
    background: #f10e34;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-top: 18px;
    float: right;
}
.cart-details h4{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
}
.cart-details h4 span{
    display: block;
    font-size: 18px;
}

/* ============
Navbar Section 
=============== */
.navbar-section{
    background: #f10e34;
}
/* .navbar .fa{
    color: #fff;
    font-size: 20px;
}
.navbar .categories{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}
#navbarSupportedContent .nav-link{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 5px;
} */

.menu-lists{
    display: none;
    position: absolute;
    background: #fff;
    margin: 13px 0 0 -23px;
    padding: 4px;
}
.menu-lists li{
    color: #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 14px;
}
.menu-lists li .fa{
    color: #a6a6a6;
    padding-left: 22px;
}
.navbar-brand .fa{
    color: #fff;
    font-size: 20px;
}
.navbar-brand .menu-lists li a{
    color: #595959;
    font-size: 15px;
    padding: 0 70px 0 20px;
}
#navbarSupportedContent .nav-link{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 5px;
}
.navbar-brand li span{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
}
.menu-lists li:nth-child(9){
    border-bottom: none;
}




/* Nivo Slide */
.slider{
    background: #f3f3f3;
}

.img{
    /* background: url(../img/banner.png) no-repeat center; */
    width: 55%;
    margin-left: 36%;
}
.nivo-caption{
    background: none;
}
.nivo-caption h3{
    color: #303a7a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 9% 34%0 0;
}

.nivo-caption h2{
    
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    text-align: center;
    padding: 0 34% 0 0;
    font-size: 51px;
    font-weight: 700;
    padding-top: 5px;

}
.nivo-caption h4{
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        padding-right: 34%;
        margin-bottom: 50px;
  
}
.btn-shopnow{
    background: #ffc668;
    margin-left: 160px;
    margin-bottom: 51px;
    padding: 10px 30px;
    border: 3px solid #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-shopnow:focus{
    outline: none;
}
.theme-light .nivo-caption a {
    border: none;
}
.theme-light.slider-wrapper  {
    background: none;
    padding: 0;
}
.theme-light .nivo-controlNav a{
    width: 0;
}
.theme-light .nivo-directionNav a{
    width: 0;
}

.banner-content{
    background: #f10e34;
    margin-bottom: 0;
    padding: 20px 0;
    margin-top: -35px;
}
/* .bannercontent{
    padding: 0;
    margin-left: 50px;
} */
/* .bannercontent li{
    list-style: none;
    display: inline;
    color: #fff;
    margin: 0px 52px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
} */
.banner-content .left-content h4{
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
}
.banner-content .left-content p{
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.banner-content .middle-content{
    padding-left: 60px;
}
.banner-content .middle-content h4{
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}
.banner-content .middle-content p{
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.banner-content .right-content{
    padding-left: 20px;
}
.banner-content .right-content h4{
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}
.banner-content .right-content p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.banner-content .left-content{
    float: left;
    margin-left: 45px;

}
.banner-content .middle-content{
    /* float: left;   */
}



/* ==================
Client's Logo Section 
===================== */
.clients-logo{
    background: #f10e34;
    padding: 35px 0;
}
.clients-logo .item img{
    width: 110px;
}




/* ==================
Body Content Section 
=====================*/
.products-grid{
    background: #f3f3f3;
    padding: 75px 0;
}
/* Hot Deals */
.hot-deals{
    position: relative;
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 25px;
    /* margin-top: 75px; */
    /* margin-top: 280px; */
    margin-top: -45px;
}
.hot-deals h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.hr-line{
    background: #eaeaea;
    width: 100%;
    height: 2px;
    margin: 15px 0 20px;
}
.hot-deals h4{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 5px;
    color: #3d3d3d;
}
.hot-deals p{
    color: #636363;
    text-align: center;
    margin: 2px;
}
.hot-deals p span{
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
.rating{
    text-align: center;
}
.rating li{
    display: inline;
}
.rating li .fa{
    color: #ffc808;
}
.hot-deals .owl-prev .fa,
.hot-deals .owl-next .fa{
    background: #cacaca;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.hot-deals .owl-prev .fa:hover,
.hot-deals .owl-next .fa:hover{
    background: #f10e34;
}

.hot-deals .owl-theme .owl-nav{
    position: absolute;
    top: -76px;
    right: 0;

}


/* Special Deals */
.special-deals{
    position: relative;
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.special-deals h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.hr-line{
    background: #eaeaea;
    width: 100%;
    height: 2px;
    margin: 15px 0 20px;
}
.special-deals h4{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 5px;
    color: #3d3d3d;
}
.special-deals p{
    color: #636363;
    text-align: center;
    margin: 2px;
}
.special-deals p span{
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
.rating{
    text-align: center;
}
.rating li{
    display: inline;
}
.rating li .fa{
    color: #ffc808;
}
.special-deals .owl-prev .fa,
.special-deals .owl-next .fa{
    background: #cacaca;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.special-deals .owl-prev .fa:hover,
.special-deals .owl-next .fa:hover{
    background: #f10e34;
}

.special-deals .owl-theme .owl-nav{
    position: absolute;
    top: -76px;
    right: 0;

}

/* Newsletter Section */
.newsletter{
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.newsletter h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.hr-line{
    background: #eaeaea;
    width: 100%;
    height: 2px;
    margin: 15px 0 15px;
}
.newsletter p{
    color: #3d3d3d;
    margin-bottom: 10px;
}
.newsletter .form-control{
    box-shadow: none;
    background: #f3f3f3;
    border: none;
    border-radius: 3px;
}
.btn-subscribe{
    background: #f22f49;
    color: #fff;
    border: none;
    padding: 6px 12px;
    margin: 10px 0;
    text-transform: uppercase;
}
.btn-subscribe:focus{
    outline: none;
}
.btn-subscribe:hover{
    background: #cf253b;
}

/* =================
Product Grid Section 
==================== */
/* Sale Ads Block */




/* New Arrivals */
.product-lists{
    margin-bottom: 5px;
}
.new-arrivals{
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    /* margin-top: 280px; */
    margin-top: -45px;
}
.new-arrivals  h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.new-arrivals  h4{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 5px;
    color: #3d3d3d;
}
.new-arrivals p{
    color: #636363;
    text-align: center;
    margin: 2px;
}
.new-arrivals  p span{
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
.menu-list li{
    display: inline;
}
.menu-list li a{
    color: #3d3d3d;
    font-size: 18px;
    margin: 0 0px 0 29px;
}
.new-arrivals .owl-prev .fa,
.new-arrivals .owl-next .fa{
    background: #cacaca;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.new-arrivals  .owl-prev .fa:hover,
.new-arrivals .owl-next .fa:hover{
    background: #f10e34;
}

.new-arrivals .owl-theme .owl-nav{
    position: absolute;
    top: -76px;
    right: 0;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
    visibility: visible;
}




/* Laptop Ads Block */
.laptop-ads-block{
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
}
.laptop-ads-block h3{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 25px;
    text-transform: uppercase;
}
.laptop-ads-block h3 span{
    display: block;
    color: #0f8ce9;
}


/* Latest Products Block */
.latest-products{
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
}
.latest-products  h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.latest-products  h4{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 5px;
    color: #3d3d3d;
}
.latest-products p{
    color: #636363;
    text-align: center;
    margin: 2px;
}
.latest-products  p span{
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
.menu-list li{
    display: inline;
}
.menu-list li a{
    color: #3d3d3d;
    font-size: 18px;
    margin: 0 0px 0 29px;
}
.latest-products .owl-prev .fa,
.latest-products .owl-next .fa{
    background: #cacaca;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.latest-products .owl-prev .fa:hover,
.latest-products .owl-next .fa:hover{
    background: #f10e34;
}

.latest-products .owl-theme .owl-nav{
    position: absolute;
    top: -76px;
    right: 0;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
    visibility: visible;
}


/* Featured Blcok */
.product-lists{
    margin-bottom: 40px;
    margin-top: 20px;
}
.featured-products{
    background: #fff;
    padding: 20px;
    padding-bottom: 40px;
}
.featured-products h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.featured-products  h4{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 5px;
    color: #3d3d3d;
}
.featured-products p{
    color: #636363;
    text-align: center;
    margin: 2px;
}
.featured-products  p span{
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
.menu-list li{
    display: inline;
}
.menu-list li a{
    color: #3d3d3d;
    font-size: 18px;
    margin: 0 0px 0 29px;
}
.featured-products .owl-prev .fa,
.featured-products .owl-next .fa{
    background: #cacaca;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.featured-products  .owl-prev .fa:hover,
.featured-products .owl-next .fa:hover{
    background: #f10e34;
}

.featured-products .owl-theme .owl-nav{
    position: absolute;
    top: -76px;
    right: 0;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
    visibility: visible;
}





/* ============
Footer Section 
=============== */

/* Top Footer */
.top-footer{
    background: #222222;
    padding: 75px 0;
}
.footer-widget img{
    margin-bottom: 20px;
}
.footer-widget p{
    color: #b6b6b6;
    font-size: 14px;
}
.footer-widget ul{
    padding: 0;
    margin: 0;
}
.footer-widget ul li{
    list-style: none;
    color: #b6b6b6;
    font-size: 14px;
}
.footer-widget ul li .fa{
    color: #f10e34;
    width: 25px;
    font-size: 15px;
    margin-left: -5px;
}
.footer-widget h2{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 25px;
}
.footer-widget ul li a{
    color: #b6b6b6;
    width: 25px;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
    transition: 0.3s ease-in-out;
}
.footer-widget ul li a:hover{
    padding-left: 5px;
    color: #f10e34;
}
.footer-widget .fa{
    color: #f10e34;
    width: 25px;
    font-size: 15px;
    padding: 0;
}
.footer-widget .time{
    padding: 0;
}
.footer-widget h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
}
.footer-widget .payment-icons li{
    display: inline;
    margin-right: 18px;
}

/* Bottom Footer */
footer{
    background: #1f1e1e;
    padding: 25px 0;
}
footer .footer-menu{
    padding: 0;
    margin: 0;
    text-align: center;
}
footer .footer-menu li{
    list-style: none;
    display: inline;
    margin: 0 10px;
}
footer .footer-menu li a{
    color: #b6b6b6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
footer .footer-menu li a:hover{
    color: #f10e34;
}
footer p{
    color: #b6b6b6;
    text-align: center;
    margin: 15px 0 5px;
}









/* ======================
   Note Book Media Query 
========================*/
@media (min-width: 769px) and (max-width: 992px){
    .html, body{margin: 0;padding: 0;}
    .top-menubar{margin-top: 10px;}
    .top-bar{margin-left: -14px;}
    .top-menubar li a{margin: 0 -7px;}
    .top-menubar li::after{right: -14px;}
    .mobile-logo{display: block; margin: 0 auto;}
    .cart-details h4{margin-top: -40px;text-align: center;}
    .mbl-cart{margin-left: -58%;}
    /* .nivo-caption h2{font-size: 18px; margin-top: 40px;} */
    /* .nivo-caption h2{    margin-top: -130%;} */
    .img{width: 100%;margin-left: 0;}
    .nivo-caption h3{font-size: 16px; margin: 0;}
    .nivo-caption h2{font-size: 25px; margin: 0;}
    .nivo-caption h4{font-size: 14px; margin: 0px 0px 25px 0px;}
    .banner-content .left-content h4{font-size: 12px; margin-left: -50px;}
    .banner-content .left-content p{font-size: 12px; margin-left: -30px;}
    .btn-shopnow{margin: 0 0 10px 50px;}
    .theme-light .nivo-caption{padding-top: 50%;}
    .banner-content .middle-content h4{font-size: 12px; padding-left: 0px;}
    .banner-content .middle-content p{font-size: 12px;}
    .banner-content .right-content h4{font-size: 12px; }
    .banner-content .right-content p{font-size: 12px;}
    .newsletter h2,.newsletter p{text-align: center;}
    .btn-subscribe{display: block;margin: 0 auto;}
    .ads-block img{display: block;margin: 0 auto;}
    .new-arrivals{margin-top: 28px;}
    .new-arrivals h2{text-align: center;margin-bottom: 10px;}
    .menu-list li a{margin: 0px 0px 0 5px;}
    .owl-carousel .owl-item img{width: 100%;height: 50%;}
    .mobile-img{width: 50%; display: block; margin: 15px auto 15px;}
    .latest-products h2{text-align: center;margin-bottom: 10px;}
    .newsletter .form-control{margin-bottom: 10px;}
    .laptop-ads-block h3{text-align: center;line-height: 30px;}
    .btn-shop{display: block;width: 50%;margin: 0 auto;text-align: center;}
    /* .f-img{width: 100%;height: 78%}
    .f-content{margin-top: -60px; margin-bottom: 30px;} */
    .owl-carousel .owl-item img{width: 50%;display: block;margin: 0 auto;}
    .featured-products h2{text-align: center;}
    .featured-img-content{margin: -80px 0 30px;}
    .clients-logo{margin-bottom: -66px;}
    /* .owl-carousel .owl-item img{width: 40%;} */
    .client-mbl-img{width: 40%;display: block;margin: 0 auto;}
    .item{padding: 0;}
    .top-footer{padding: 30px 0;}
    .footer-widget .time{display: block;text-align: center;}
    .mobile-footer-logo{display: block;margin: 0 auto;}
    .footer-widget p,.footer-widget h2,.footer-widget ul li,.footer-widget h3{text-align: center;}
    .payment-icons{display: block;text-align: center;}
}


/* ==================
  Tablet Media Query 
====================*/
@media (min-width: 577px) and (max-width: 768px){
    .html, body{margin: 0;padding: 0;}
    .top-menubar{margin-top: 10px;}
    .top-bar{margin-left: -14px;}
    .top-menubar li a{margin: 0 -7px;}
    .top-menubar li::after{right: -14px;}
    .mobile-logo{display: block; margin: 0 auto;}
    .cart-details h4{margin-top: -40px;text-align: center;}
    .mbl-cart{margin-left: -58%;}
    /* .nivo-caption h2{font-size: 18px; margin-top: 40px;} */
    /* .nivo-caption h2{    margin-top: -130%;} */
    .img{width: 100%;margin-left: 0;}
    .nivo-caption h3{font-size: 16px; margin: 0;}
    .nivo-caption h2{font-size: 25px; margin: 0;}
    .nivo-caption h4{font-size: 14px; margin: 0px 0px 25px 0px;}
    .banner-content .left-content h4{font-size: 12px; margin-left: -50px;}
    .banner-content .left-content p{font-size: 12px; margin-left: -30px;}
    .btn-shopnow{margin: 0 0 10px 50px;}
    .theme-light .nivo-caption{padding-top: 50%;}
    .banner-content .middle-content h4{font-size: 12px; padding-left: 0px;}
    .banner-content .middle-content p{font-size: 12px;}
    .banner-content .right-content h4{font-size: 12px; }
    .banner-content .right-content p{font-size: 12px;}
    .newsletter h2,.newsletter p{text-align: center;}
    .btn-subscribe{display: block;margin: 0 auto;}
    .ads-block img{display: block;margin: 0 auto;}
    .new-arrivals{margin-top: 28px;}
    .new-arrivals h2{text-align: center;margin-bottom: 10px;}
    .menu-list li a{margin: 0px 0px 0 5px;}
    .owl-carousel .owl-item img{width: 100%;height: 50%;}
    .mobile-img{width: 50%; display: block; margin: 15px auto 15px;}
    .latest-products h2{text-align: center;margin-bottom: 10px;}
    .newsletter .form-control{margin-bottom: 10px;}
    .laptop-ads-block h3{text-align: center;line-height: 30px;}
    .btn-shop{display: block;width: 50%;margin: 0 auto;text-align: center;}
    /* .f-img{width: 100%;height: 78%}
    .f-content{margin-top: -60px; margin-bottom: 30px;} */
    .owl-carousel .owl-item img{width: 50%;display: block;margin: 0 auto;}
    .featured-products h2{text-align: center;}
    .featured-img-content{margin: -80px 0 30px;}
    .clients-logo{margin-bottom: -66px;}
    /* .owl-carousel .owl-item img{width: 40%;} */
    .client-mbl-img{width: 40%;display: block;margin: 0 auto;}
    .item{padding: 0;}
    .top-footer{padding: 30px 0;}
    .footer-widget .time{display: block;text-align: center;}
    .mobile-footer-logo{display: block;margin: 0 auto;}
    .footer-widget p,.footer-widget h2,.footer-widget ul li,.footer-widget h3{text-align: center;}
    .payment-icons{display: block;text-align: center;}
}




/* ==========================
   Mobile Device Media Query 
=============================*/
@media (min-width: 320px) and (max-width: 576px){
    .html, body{margin: 0;padding: 0;}
    .top-menubar{margin-top: 10px;}
    .top-bar{margin-left: -14px;}
    .top-menubar li a{margin: 0 -7px;}
    .top-menubar li::after{right: -14px;}
    .mobile-logo{display: block; margin: 0 auto;}
    .cart-details h4{margin-top: -40px;text-align: center;}
    .mbl-cart{margin-left: -58%;}
    .img{width: 100%;margin-left: 0;}
    .nivo-caption h3{font-size: 16px;margin: 0 0 0 -134px;padding: 0;}
    /* .nivo-caption h3{font-size: 16px; margin: 0;} */
    /* .nivo-caption h2{font-size: 25px; margin: 0;} */
    .nivo-caption h4{font-size: 14px; margin: 0px 0px 25px 0px;}
    .nivo-caption h2{font-size: 25px; margin: 0 0 0 -126px; padding: 0;}
    .nivo-caption h4{font-size: 14px;margin: 0px 0px 5px -134px;padding: 0;}
    .banner-content .left-content h4{font-size: 12px; margin-left: -50px;}
    .banner-content .left-content p{font-size: 12px; margin-left: -30px;}
    .btn-shopnow{margin: 0 0 10px 50px;}
    .theme-light .nivo-caption{padding-top: 50%;}
    .banner-content .middle-content h4{font-size: 12px; padding-left: 0px;}
    .banner-content .middle-content p{font-size: 12px;}
    .banner-content .right-content h4{font-size: 12px; }
    .banner-content .right-content p{font-size: 12px;}
    .newsletter h2,.newsletter p{text-align: center;}
    .btn-subscribe{display: block;margin: 0 auto;}
    .ads-block img{display: block;margin: 0 auto;}
    .new-arrivals{margin-top: 28px;}
    .new-arrivals h2{text-align: center;margin-bottom: 10px;}
    .menu-list li a{margin: 0px 0px 0 5px;}
    .owl-carousel .owl-item img{width: 100%;height: 50%;}
    .mobile-img{width: 50%; display: block; margin: 15px auto 15px;}
    .latest-products h2{text-align: center;margin-bottom: 10px;}
    .newsletter{float:left;width: 50%;margin: 0;} 
    .ads-block img{width: 49%; padding: 3px 0 0 5px}
    .newsletter .form-control{margin-bottom: 10px;}
    .laptop-ads-block h3{text-align: center;line-height: 30px;}
    .btn-shop{display: block;width: 50%;margin: 0 auto;text-align: center;}
    .owl-carousel .owl-item img{width: 50%;display: block;margin: 0 auto;}
    .featured-products h2{text-align: center;}
    .featured-img-content{margin: -80px 0 30px;}
    .clients-logo{margin-bottom: -66px;}
    .client-mbl-img{width: 40%;display: block;margin: 0 auto;}
    .item{padding: 0;}
    .top-footer{padding: 30px 0;}
    .footer-widget .time{display: block;text-align: center;}
    .mobile-footer-logo{display: block;margin: 0 auto;}
    .footer-widget p,.footer-widget h2,.footer-widget ul li,.footer-widget h3{text-align: center;}
    .payment-icons{display: block;text-align: center;}
    

}






