
/*----------- Extra-Small Device -----------*/
@media (max-width:575px){
    /*-------------------------------
                Common CSS
    --------------------------------*/
    .row{
        margin: 0 !important;
    }
    .title {
        margin-left: 7px;
    }
    .title h4 {
        font-size: 14px;
    }
    .title .color {
        font-size: 14px;
    }
    .slick-arrow {
        height: 25px;
        width: 25px;
        line-height: 25px !important;
    }
    .category .up_arrow {
        right: 25px;
    }
    .theme-button a {
        display: inline-block;
        border-radius: 3px;
        color: white;
        background: var(--primary);
        font-size: 12px;
        font-family: 'PT Sans', sans-serif;
        text-transform: capitalize;
        padding: 1px 5px;
        border: 1px solid var(--primary);
        transition: 0.5s;
    }
    /*-------------------------------
                Header
    --------------------------------*/
    header{
        display: none;
    }

    .category .category-body .item {
        padding: 5px 5px 5px 5px !important;
        margin: 0 5px;
        margin-bottom: 15px;
    }
    /*-------------------------------
                Search Bar
    --------------------------------*/
    .search-bar .icon {
        justify-content: end;
        margin-top: -42px;
        margin-right: -10px;
        width: 100px;
        margin-left: auto;
    }
    .newsletter .left .letter-title {
        font-size: 13px;
        font-weight: bold;
    }
    .newsletter .left .icon {
        position: relative;
        line-height: initial;
    }
    .newsletter .left .email {
        font-size: 18px;
        margin-right: 8px;
        width: auto;
        height: auto !important;
    }
    .payment-brands{
        display: none;
    }
    .description-review-area{
        margin-top: 10px;
    }
    .copyright {
        padding: 5px 0;
    }
    .view-more-button {
        bottom: 5px !important;
        left: 75% !important;
    }
    .view-more-button a {
        font-size: 11px !important;
    }
    .fb_reset{
        display: none !important;
    }
    .fb_dialog.fb_dialog_mobile{
        display: none !important;
    }
    .view-more-button a i {
        font-size: 10px !important;
        margin: 3px 0 0 0px !important;
    }
    .search-bar {
        padding: 4px 0 5px 0;
    }
    .search-bar .row{
        flex-direction: row !important;
    }
    .search-bar .middle-part {
        margin-top: 8px;
    }
    .navbar-toggler {
        padding: 5px 7px;
        font-size: 14px;
    }
    .search-bar .logo {
        width: 130px;
        height: 45px;
        margin-left: 15%;
    }
    .search-bar .icon .heart {
        margin: 0 12px;
    }
    .search-bar .icon i {
        font-size: 20px;
    }
    .search-bar .middle-part {
        justify-content: start;
        display: none !important;
    }
    .search-bar .middle-part .search input::placeholder{
        font-size: 14px;
    }
    .search-bar .middle-part .search i {
        padding: 10px 10px;
    }
    .custom-btn-3 span {
        width: 100px !important;
        font-size: 10px !important;
        height: 30px !important;
        line-height: 33px !important;
    }
    .promo-custom-btn {
        bottom: 25px !important;
        left: 47px !important;
    }
    .neon-btn-2, .neon-btn-1 {
        padding: 2px 5px !important;
    }
    .offer-product-section .neon-button.view-more-button {
        bottom: -8px !important;
    }
    .product-section .neon-button.view-more-button {
        bottom: -8px !important;
    }
    .neon-button.view-more-button a::after {
        bottom: 4px !important;
        width: 85% !important;
    }
    /*-------------------------------
                Nav Bar
    --------------------------------*/
    nav .mobile-search{
        display: block;
    }
    nav .mobile-login{
        display: flex;
        margin-top: 10px;
    }
    nav .mobile-footer{
        display: block;
        margin-top: 20px;
    }
    nav .mobile-logo {
        display: block;
        margin: 0 auto;
    }
    nav .close-menu{
        display: block;
    }
    nav .navbar-collapse {
        position: absolute;
        top: -34px;
        left: -8px;
        z-index: 997;
        background: white;
        padding: 20px 15px;
        height: 100vh;
        overflow: auto;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }



    .fixed {
        /* padding: 0px 0px 20px 0px  !important; */
        padding: 0px 0px 0px 0px  !important;
        margin-top: 0px;
        top: 50px;
    }
    .fixed .search-bar {
        padding: 0px 0 2px 0;
    }
    .fixed .navbar-toggler {
        margin-top: 20px;
    }
    .navbar-toggler {
        padding: 2px 5px;
        font-size: 13px;
        margin-bottom: 14px;
    }
    nav{
        width: 50px;
        margin-top: -57px !important;
        margin-left: 8px;
    }
    .navbar-collapse {
        width: 220px;
        margin-top: 20px;
    }
    .nav_fix {
        position: relative;
    }
    nav .nav-item .nav-link {
        margin: 8px 8px !important;
        font-size: 12px;
    }
    nav .megamenu-content{
        display: none !important;
    }
    nav .nav-item:first-child .nav-link {
        margin: 8px 10px 8px 8px !important;
    }
    nav .menu-item1{
        display: none;
    }
    nav .menu-item1-mobile{
        display: block;
    }
    nav .menu-item1-mobile .nav-link::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 100%;
        height: 2px;
        width: 0%;
        background-color: transparent;
        transition: 0.4s;
    }
    nav .menu-item1-mobile:hover .nav-link::after {
        width: 0%;
    }
    nav .menu-item1-mobile .show .dropdown-item{
        font-size: 14px;
    }

    nav .mega-menu-item1{
        display: none;
    }
    nav .mega-menu-item1-mobile{
        display: block;
    }
    nav .mega-menu-item1-mobile .nav-link::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 100%;
        height: 2px;
        width: 0%;
        background-color: transparent;
        transition: 0.4s;
    }
    nav .mega-menu-item1-mobile:hover .nav-link::after {
        width: 0%;
    }
    nav .mega-menu-item1-mobile .show .dropdown-item{
        font-size: 14px;
    }
    /*-------------------------------
                Banner
    --------------------------------*/
    .banner .item .right{
        display: none;
    }
    .banner .item .left{
        position: relative;
    }
    /* .banner .item1 .left{
        background: url('../images/banner/banner1.png') round;
    }
    .banner .item2 .left{
        background: url('../images/banner/idskillsandroleblog-700x500.png') round;
    }
    .banner .item .left h4 {
        color: #fff;
    }
    .banner .item .left h5 {
        color: #fff;
    }
    .banner .item .left .text p {
        color: #fff;
    }
    .banner .item .left .see-more-btn a span {
        color: #ffffff;
    } */
    .banner .item .left {
        padding: 50px 0px 20px 0px;
        text-align: center;
    }
    .banner .item .left .see-more-btn {
        display: flex;
        justify-content: center;
    }
    .banner .item .left h4 {
        font-size: 30px;
    }
    .banner .item .left h3 {
        font-size: 38px;
    }
    .banner .slick-arrow {
        top: 50%;
    }
    .banner .up_arrow {
        left: 20px;
    }
    .banner .bottom_arrow {
        right: -8px;
    }
    /*-------------------------------
               rgb(255, 255, 255)
    --------------------------------*/
    .offer .item {
        padding: 10px 0px;
        margin: 0px 0;
    }
    .offer .item h5 {
        font-size: 18px;
    }

    /*-------------------------------
                Product
    --------------------------------*/
    .product .title-container .title {
        top: -34px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .product .button-tab {
        text-align: left;
        margin-left: 15px;
    }
    .product-section .theme-button {
        bottom: -1px !important;
        left: 73% !important;
    }
    .offer-product-section .title-container .nav-item .nav-link {
        font-size: 9px !important;
        padding: 1px 5px !important;
    }
    .offer-product-section .highlighted-offer-nav{
        margin-left: 15px;
    }
    .highlighted-offer-flex{
        margin: 0 10px;
    }
    .product .button-tab button {
        padding: 0px 5px;
        font-size: 9px;
        font-weight: 600;
    }
    .offer-product-section .button-tab button {
        padding: 0px 5px;
        font-size: 9px;
        font-weight: 600;
    }
    .product .mix {
        width: 50%;
        margin-bottom: 10px;
    }
    .product .item .type {
        top: 8px;
        left: 8px;
        padding: 0px 4px;
        font-size: 8px;
        line-height: 15px;
    }
    .magnify-image-part .magnify-image-show {
        width: 100%;
        height: 100%;
    }
    .category .category-body .item .text p {
        font-size: 10px;
    }
    .size-toolbar .size-chart-info{
        left: -1px;
        font-size: 12px;
    }
    .product .item .text .price span {
        font-size: 13px;
    }
    .product .item .text .price del {
        font-size: 13px;
    }
    .product .main {
        padding-left: 3px !important;
        padding-right: 4px !important;
    }
    .product .item .text h4 {
        font-size: 12px;
    }
    .product .item .text p {
        font-size: 12px;
    }
    .product .item .img .overlay-icon {
        top: 55px;
        left: 14px;
    }
    .product .item .overlay-icon i {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .product .item .text {
        margin-top: 10px;
    }
    .product .item .text .rating {
        margin-bottom: 5px;
    }
    .product .item .text .rating i {
        font-size: 9px;
        margin-right: 0;
    }
    .product .item .text .rating span {
        font-size: 12px;
    }
    .product .item {
        padding: 5px 5px 5px 5px;
        margin: 0 5px;
    }
    .product .item .my-icon {
        bottom: 8px;
        right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    /*-------------------------------
                Service
    --------------------------------*/
    .service .main {
        margin: 0px 10px 25px 10px;
        text-align: center;
        padding: 0 !important;
        /* height: 160px; */
    }
    .service .main .h4 h4 {
        font-size: 22px;
    }
    .service .main .h4 {
        margin: 5px 0 15px 0;
    }
    /*-------------------------------
                New Arrival
    --------------------------------*/
    .new-arrival .item {
        border-radius: 9px;
        padding: 5px 5px 5px 5px;
    }
    .new-arrival .item .img {
        /* height: 150px; */
    }
    .new-arrival .new_arrival_slider .item .img {
        /* height: 145px; */
    }
    .new-arrival .item .type {
        left: 6px;
        font-size: 10px;
        top: 6px;
    }
    .new-arrival .item .text h4 {
        font-size: 12px;
        height: 28px;
    }
    .new-arrival .item .text .rating i {
        margin-right: 0 !important;
    }
    .new-arrival .item .text .price span {
        font-size: 13px;
        margin-right: 3px;
    }
    .new-arrival .up_arrow {
        right: 8px;
    }
    .new-arrival .bottom_arrow {
        right: 42px;
    }
    .new-arrival .slick-arrow {
        top: -42px;
    }
    .price del {
        font-size: 12px;
    }
    /*-------------------------------
                Brand
    --------------------------------*/
    .brand .title {
        margin-left: 20px !important;
    }
    .brand .item {
        padding: 20px 20px 0 20px;
    }
    /*-------------------------------
                Super Offer
    --------------------------------*/
    .super-offer .title {
        margin-left: 20px !important;
    }
    .super-offer .left .text {
        padding: 70px 30px;
    }
    .super-offer .left {
        margin-bottom: 60px;
    }
    .super-offer .right .item .img .overlay-icon {
        top: 110px;
        left: 60px;
    }
    .super-offer .right .item .text h4 a {
        font-size: 16px;
    }
    /*-------------------------------
                Blog
    --------------------------------*/
    .blog .left-side .right .text span {
        font-size: 14px;
        height: 40px;

    }
    .blog .right-side .left {
        padding: 22px 50px 22px 20px;
    }
    .blog .right-side .text h5 {
        width: auto;
    }
    .blog .right-side .right .up {
        padding: 15px 120px 15px 15px;
    }
    .blog .left-side{
        margin-bottom: 30px;
    }
    .blog .right-side .right{
        padding-left: 0px;
        margin-top: 15px;
    }
    .blog .right-side .right .down {
        padding: 15px 20px 15px 120px;
    }
    .blog .right-side .col-lg-6{
        padding: 0;
    }
    /*-------------------------------
                Newsletter
    --------------------------------*/
    .newsletter .left i {
        height: 28px;
        width: 30px;
        font-size: 16px;
    }
    .newsletter .right .search i {
        padding: 7px 7px;
        font-size: 13px;
    }
    .newsletter .right .search input::placeholder{
        font-size: 13px;
    }
    .newsletter .left {
        align-items: center;
        justify-content: center;
    }
    .newsletter .middle {
        margin: 10px 0;
    }

    /*-------------------------------
                Footer
    --------------------------------*/
    .footer .right{
        text-align: left;
        margin-top: 30px;
    }
    .footer .right .play-store {
        justify-content: center;
    }
    .footer .left .footer-logo .img {
        width: 150px;
        margin: 0 auto;
    }
    .copyright .copyright-body span{
        font-size: 12px;
    }
    .footer .right .play-store .img img{
        width: 100%;
        height: 100%;
    }
    .footer .footer-body .left{
        text-align: left;
    }
    .footer .footer-body .quick-links{
        text-align: left;
        margin-top: 30px;
    }
    .footer .footer-body .my-account{
        text-align: left;
        margin-top: 30px;
    }
    .footer ul li {
        line-height: 24px;
    }
    .testimonial-card {
        margin: 0px 0px 30px;
        padding: 25px 25px 0px
    }
    .testimonial-card p {
        font-size: 13px;
        line-height: 28px;
        padding: 0;
    }

    .testimonial-card h5 {
        font-size: 16px;
    }
    .offer .four-poromo-col {
        margin: 10px 0 10px 0;
    }
    .highlight-social-section .social-up-col{
        margin-bottom: 15px;
    }
    .highlight-social-section .highlight-social-title {
        text-align: center;
    }
    .highlight-social-section .social-flex{
        justify-content: center;
    }
    .highlight-social-section {
        margin-bottom: 40px !important;
        margin-top: 30px;
    }
    .top-ten .neon-button.view-more-button {
        right: 0px !important;
    }
    .top-ten .top-ten-col {
        padding-bottom: 10px;
    }
    .testimonial-slider-width{
        width: 300px;
    }
    .testimonial-slider .slick-center {
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.0);
        margin-top: 0 !important;
    }
    .testimonial-card img {
        box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 20%) !important;
    }
    .section-header .inner-title{
        font-size: 22px;
        font-weight: 600;
    }
    .inner-category{
        padding-top: 15px
    }
    .banner-area .banner-area-padding{
        padding-right: 15px;
    }
    .banner-area .img{
        margin: 15px 0;
    }

    /* BOOTSTRAP 4 OFFCANVAS CSS START */
    .chart-sidebar{
        padding: 5px !important;
        position: fixed;
        width: 80%;
        height: 100vh;
        top: 0px;
        right: 0;
        overflow-y: hidden;
        overflow-x: hidden;
        z-index: 9999999;
        background: white;
        transition: 0.4s;
        box-shadow: -1px 0px 8px 1px rgb(0 0 0 / 20%);
    }
    .chart-sidebar .category-header{
        position: relative;
    }
    .chart-sidebar .chart-hide {
        position: absolute;
        right: -3px;
        top: -4px;
        border: 1px solid #eaf4fa;
        background: #eaf4fa;
        padding: 5px 10px;
        border-radius: 50%;
    }
    .chart-sidebar .main{
        padding-top: 20px;
    }
    .chart-sidebar .product-img {
        width: 65px;
        height: 65px;
    }
    .chart-sidebar .name {
        font-size: 12px;
        line-height: initial;
    }
    .chart-sidebar .category-title{
        font-size: 16px;
    }
    .chart-sidebar .m-width-3{
        padding: 0;
    }
    .chart-sidebar .m-width-9{
        padding: 0;
    }
    .chart-sidebar .price{
        margin-top: 3px;
    }
    .chart-sidebar .chart-title {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0px;
        text-transform: uppercase;
        position: relative;
    }
    .chart-sidebar .chart-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        background-color: #e3e3e3;
        width: 100%;
        height: 3px;
    }
    .chart-sidebar .chart-img {
        margin-top: 15px;
        height: 40vh;
    }
    /* BOOTSTRAP 4 OFFCANVAS CSS END */

    .new-arrival .item .img .overlay-icon {
        top: 0;
        left: unset;
        transform: unset;
        opacity: 1;
        right: 0;
    }
    .magnify-image-part .small-img .icon-right {
        right: -20px;
    }
    .product-details-area .small-img {
        width: 90%;
        height: 70px;
        margin-top: 10px;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .product-details-area .small-img .icon-left {
        transform: rotate(180deg);
        left: -20px;
    }
    .product-details-area .small-container .show-small-img {
        width: 60px;
        height: 60px;
        margin-right: 6px;
        cursor: pointer;
        float: left;
    }
    .product-details-area .small-container {
        height: 60px;
    }
    .product-details-area .small-img {
        height: 60px;
    }
    .product-details-area .small-container {
        width: 100%;
    }


}



/*-------------- Small Device --------------*/
@media (min-width:576px) and (max-width:767px){
    /*-------------------------------
                Common CSS
    --------------------------------*/
    .title h4 {
        font-size: 22px;
    }
    .title .color {
        font-size: 22px;
    }
    /*-------------------------------
                Header
    --------------------------------*/
    header{
        display: none;
    }

    /*-------------------------------
                Search Bar
    --------------------------------*/
    .search-bar {
        padding: 5px 0 20px 0;
    }
    .fixed .search-bar {
        padding: 40px 0 20px 0 !important;
    }
    .fixed nav{
        margin-bottom: 15px !important;
    }
    .search-bar .middle-part {
        margin-top: 8px;
    }
    .navbar-toggler {
        padding: 5px 7px;
        font-size: 14px;
    }
    .search-bar .logo {
        width: 120px;
        height: 50px;
        margin-left: 31%;
    }
    .search-bar .icon .heart {
        margin: 0 10px;
    }
    .search-bar .icon i {
        font-size: 18px;
    }
    .search-bar .middle-part {
        justify-content: start;
    }
    .search-bar .middle-part .search input::placeholder{
        font-size: 14px;
    }
    .search-bar .middle-part .search i {
        padding: 10px 10px;
    }

    /*-------------------------------
                Nav Bar
    --------------------------------*/
    nav .mobile-search{
        display: block;
    }
    nav .mobile-login{
        display: flex;
    }
    nav .mobile-footer{
        display: block;
    }
    nav .mobile-logo{
        display: block;
    }
    nav .close-menu{
        display: block;
    }
    nav .navbar-collapse {
        position: absolute;
        top: -19px !important;
        left: -8px;
        z-index: 997;
        background: white;
        padding: 20px 15px;
        height: 100vh;
        overflow: auto;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
    .fixed .navbar-collapse {
        top: -24px !important;
    }

    .navbar-toggler {
        padding: 5px 10px;
        font-size: 14px;
    }
    nav{
        width: 50px;
        margin-top: -57px !important;
        margin-left: 8px;
    }
    .navbar-collapse {
        width: 300px;
    }
    .nav_fix {
        position: relative;
    }
    nav .nav-item .nav-link {
        margin: 8px 8px !important;
        font-size: 12px;
    }
    nav .megamenu-content{
        display: none !important;
    }
    nav .nav-item:first-child .nav-link {
        margin: 8px 10px 8px 8px !important;
    }

    /*-------------------------------
                Banner
    --------------------------------*/
    .banner .item .right{
        display: none;
    }
    .banner .item .left{
        position: relative;
    }
    /* .banner .item1 .left{
        background: url('../images/banner/banner1.png') round;
    }
    .banner .item2 .left{
        background: url('../images/banner/idskillsandroleblog-700x500.png') round;
    }
    .banner .item .left h4 {
        color: #fff;
    }
    .banner .item .left h5 {
        color: #fff;
    }
    .banner .item .left .text p {
        color: #fff;
    }
    .banner .item .left .see-more-btn a span {
        color: #ffffff;
    } */
    .banner .item .left {
        padding: 100px 50px 20px 50px;
        text-align: center;
    }
    .banner .item .left .see-more-btn {
        display: flex;
        justify-content: center;
    }
    /*-------------------------------
               rgb(255, 255, 255)
    --------------------------------*/
    .offer .item {
        margin: 10px 0;
    }

    /*-------------------------------
                Product
    --------------------------------*/
    .product .button-tab button {
        padding: 2px 10px;
        font-size: 14px;
    }
    .product .mix {
        width: 32%;
    }
    .product .item .text h4 {
        font-size: 16px;
    }
    .product .item .img .overlay-icon {
        top: 70px;
        left: 24px;
    }
    .product .item .overlay-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .product .item .text {
        margin-top: 10px;
    }
    .product .item .text .rating {
        margin-bottom: 10px;
    }
    .product .item {
        padding: 13px 13px 15px 13px;
    }
    .product .item .my-icon {
        bottom: 8px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    /*-------------------------------
                Service
    --------------------------------*/
    .service .main {
        padding: 35px 40px 25px 40px;
    }
    .service .main .h4 h4 {
        font-size: 24px;
    }
    .service .main .h4 {
        margin: 5px 0 15px 0;
    }
    /*-------------------------------
                New Arrival
    --------------------------------*/
    .new-arrival .item .text h4 {
        font-size: 14px;
    }
    .new-arrival .item .text .rating i {
        margin-right: 0 !important;
    }
    .new-arrival .item .text .price span {
        font-size: 14px;
    }

    /*-------------------------------
                Super Offer
    --------------------------------*/
    .super-offer .left .text {
        padding: 70px 30px;
    }
    .super-offer .left {
        margin-bottom: 55px;
    }

    /*-------------------------------
                Blog
    --------------------------------*/
    .blog .right-side .left {
        padding: 60px 80px 122px 20px;
    }
    .blog .right-side .text h5 {
        width: auto;
    }
    .blog .right-side .right .up {
        padding: 15px 85px 15px 20px;
    }
    .blog .left-side{
        margin-bottom: 30px;
    }

    /*-------------------------------
                Newsletter
    --------------------------------*/
    .newsletter .left i {
        height: 28px;
        width: 30px;
        font-size: 16px;
    }
    .newsletter .right .search i {
        padding: 7px 7px;
        font-size: 13px;
    }
    .newsletter .right .search input::placeholder{
        font-size: 13px;
    }

    /*-------------------------------
                Footer
    --------------------------------*/
    .footer .right{
        text-align: center;
    }
    .footer .right .play-store {
        justify-content: center;
    }
    .footer .left .footer-logo .img {
        width: 150px;
    }
}




/*-------------- Medium Device --------------*/
@media (min-width:768px) and (max-width:991px){

    /*-------------------------------
                Common CSS
    --------------------------------*/
    .title h4 {
        font-size: 24px;
    }
    .title .color {
        font-size: 24px;
    }


    /*-------------------------------
                Header
    --------------------------------*/
    header .header-left .academy {
        margin: 0 10px;
    }
    header .header-middle {
        justify-content: start;
        margin-left: -15px;
    }
    header .header-left .academy::before {
        top: 5px;
        left: -6px;
        height: 50%;
    }
    header .header-left .academy::after {
        top: 5px;
        right: -5px;
        height: 50%;
    }
    header .header-right .same-flex{
        display: flex;
        align-items: center;
    }
    header .header-right .same-flex a{
        font-size: 11px;
    }
    header .header-right .same-flex i{
        font-size: 11px;
        margin-top: -3px;
    }
    header .header-middle a{
        font-size: 11px;
    }
    header .header-middle i{
        font-size: 11px;
    }
    header .header-left a {
        font-size: 11px;
    }
    header .header-middle .price {
        margin: 0 5px;
    }
    header .header-right .register {
        margin: 0 5px 0 0;
    }
    header .col-md-6{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    header .col-md-4{
        padding-right: 0px !important;
    }

    /*-------------------------------
                Search Bar
    --------------------------------*/
    .search-bar .middle-part .search {
        width: 80%;
    }
    .search-bar .logo {
        width: 160px;
        height: 60px;
        margin-left: 25%;
    }
    .search-bar .middle-part {
        margin-top: 10px;
        justify-content: start;
    }
    /*-------------------------------
                Nav Bar
    --------------------------------*/
    nav .mobile-search{
        display: block;
    }
    nav .mobile-login{
        display: flex;
    }
    nav .mobile-footer{
        display: block;
    }
    nav .mobile-logo{
        display: block;
    }
    nav .close-menu{
        display: block;
    }
    nav .navbar-collapse {
        position: absolute;
        top: -74px;
        left: -8px;
        z-index: 997;
        background: white;
        padding: 20px 15px;
        height: 100vh;
        overflow: auto;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
    .fixed .navbar-collapse {
        top: -24px !important;
    }


    .navbar-toggler {
        padding: 5px 10px;
        font-size: 14px;
    }
    nav{
        width: 50px;
        margin-top: -57px !important;
        margin-left: 8px;
    }
    .navbar-collapse {
        width: 300px;
    }
    .fixed {
        margin-top: -31px;
    }
    .fixed nav{
        margin-bottom: 25px;
    }
    nav .nav-item .nav-link {
        margin: 8px 8px !important;
        font-size: 12px;
    }
    nav .megamenu-content{
        display: none !important;
    }
    nav .nav-item:first-child .nav-link {
        margin: 8px 10px 8px 8px !important;
    }
    /*-------------------------------
                Banner
    --------------------------------*/
    .banner .item .left {
        padding: 100px 0 20px 65px;
    }
    .banner .item .left h4 {
        font-size: 28px;
        margin: 15px 0 15px 0;
    }
    .banner .item .left h3 {
        font-size: 33px;
    }
    .banner .item .right .img {
        height: 400px;
    }
    .banner .item .left .see-more-btn {
        margin-top: 30px;
    }

    /*-------------------------------
                Offer
    --------------------------------*/
    .offer .item {
        padding: 15px 10px;
    }


    /*-------------------------------
                Product
    --------------------------------*/
    .product .item .text h4 {
        font-size: 16px;
    }
    .product .item .img .overlay-icon {
        top: 70px;
        left: 24px;
    }
    .product .item .overlay-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .product .item .text {
        margin-top: 10px;
    }
    .product .item .text .rating {
        margin-bottom: 10px;
    }
    .product .item {
        padding: 13px 13px 15px 13px;
    }
    .product .item .my-icon {
        bottom: 8px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    /*-------------------------------
                Service
    --------------------------------*/
    .service .main {
        padding: 60px 40px 40px 40px;
    }
    .service .main .h4 h4 {
        font-size: 28px;
    }

    /*-------------------------------
                New Arrival
    --------------------------------*/
    .new-arrival .item .text h4 {
        font-size: 15px;
    }
    .new-arrival .item .text .price span {
        font-size: 14px;
    }

    /*-------------------------------
                Super Offer
    --------------------------------*/
    .super-offer .left .text {
        padding: 86px 10px;
    }
    .super-offer .left p {
        font-size: 17px;
    }

    /*-------------------------------
                Blog
    --------------------------------*/
    .blog .left-side .right .text span {
        font-size: 13px;
    }
    .blog .left-side .right .text .views {
        margin-top: 5px;
    }
    .blog .left-side .item .col-md-4{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog .left-side .item .col-md-4 .left .img{
        height: 90px;
    }
    .blog .right-side .right .down {
        padding: 15px 10px 15px 79px;
    }
    .blog .right-side .text h5 {
        width: auto;
        font-size: 15px;
    }
    .blog .right-side .right .up {
        padding: 15px 70px 15px 15px;
    }
    .blog .right-side .left {
        padding: 45px 10px 125px 10px;
    }


    /*-------------------------------
                Newsletter
    --------------------------------*/
    .newsletter .right .search i {
        padding: 7px 7px;
        font-size: 13px;
    }
    .newsletter .right .search input::placeholder{
        font-size: 13px;
    }


    /*-------------------------------
                Footer
    --------------------------------*/
    .footer .left .footer-logo .img {
        width: 150px;
    }
    .footer ul li {
        line-height: 26px;
    }
    .footer .right .play-store .img {
        margin-right: 5px;
    }
    .footer .right .play-store .img img{
        width: 100%;
        height: 100%;
    }
    .footer .right .payment-getway .img img{
        width: 100%;
        height: 100%;
    }
    .footer .footer-body .col-md-3{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }


}




/*-------------- Large Device ---------------*/
@media (min-width:992px) and (max-width:1199px){

    /*-------------------------------
                Header
    --------------------------------*/
    header .header-middle {
        justify-content: start;
    }
    header .header-right .same-flex{
        display: flex;
        align-items: center;
    }
    header .header-right .same-flex a{
        font-size: 12px;
    }
    header .header-middle a {
        font-size: 12px;
    }
    header .header-left a {
        font-size: 12px;
    }

    /*-------------------------------
                Nav
    --------------------------------*/
    nav .nav-item .nav-link {
        margin: 8px 8px;
        font-size: 12px;
    }


    /*-------------------------------
                Offer
    --------------------------------*/
    .offer .item h5 {
        width: 115px;
    }


    /*-------------------------------
                Blog
    --------------------------------*/
    .blog .right-side .right .down {
        padding: 15px 10px 15px 111px;
    }
    .blog .right-side .text h5 {
        width: auto;
    }
    .blog .right-side .right .up {
        padding: 15px 85px 15px 20px;
    }
}



/*----------- Extra Large Device -------------*/
@media (min-width:1200px){

}
