/*Medium Layout: 1280*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*front page start*/
    header .top-section .user-area ul li a {
        padding: 0 5px;
    }
    header .top-section .user-area ul li a .wishlist i,
    header .top-section .user-area ul li a .cart i {
        font-size: 1.5em;
    }
    header .top-section .user-area ul li .login-reg i {
        font-size: 1.5em;
    }
    header .top-section .top-search-area .custom-select {
        height: 46px;
    }
    header .bottom-section .main-navigation ul li a {
        padding: 10px 3px;
    }
    .slider-section .hero-sliders .owl-nav .owl-next {
        right: 0;
    }
    .slider-section .hero-sliders .owl-nav .owl-prev {
        left: 0;
    }
    /*front page end*/
    /*product details page start*/
    .delivery-info-wrapper p {
        font-size: .8em;
    }
    .btn-large {
        padding: 5px;
        height: 45px;
        line-height: 40px;
        font-weight: 400;
    }
    /*product details page end*/
}


/*Tablet Layout: 768px*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*front page start*/
    header .top-section .top-search-area .custom-select {
        height: 44px;
    }
    header .top-section .top-search-area .form-group button {
        height: 44px;
    }
    header .top-section .user-area ul li a {
        padding: 0 5px;
    }
    header .top-section .user-area ul li a .wishlist i,
    header .top-section .user-area ul li a .cart i {
        font-size: 1.5em;
    }
    header .top-section .user-area ul li .login-reg i {
        font-size: 1.5em;
    }
    .mega-menu-wrapper {
        max-width: 355px;
    }
    .slider-section .hero-sliders .owl-nav .owl-prev {
        left: 0;
    }
    .slider-section .hero-sliders .owl-nav .owl-next {
        right: 0;
    }
    .slider-section .hero-sliders .singlehs {
        height: 300px;
    }
    .slider-section .hero-sliders .singlehs .d-table {
        height: 300px;
    }
    .slider-section .hero-sliders .singlehs .d-table .slide-cont h2 {
        font-size: 1.5em;
        padding: 15px 0;
    }
    .slider-section .hero-sliders .singlehs .d-table .slide-cont .discountinslide {
        font-size: 1.5em;
    }
    .fb-page {
        overflow: hidden;
    }
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .product-grid.with-sidebar {
        grid-template-columns: repeat(3, 1fr);
    }
    /*front page end*/
    /*dashboard page start*/
    .dashboard-section .difc-wrapper .t-wrapper .tab-content .ol-wrapper .oc-area .single-oc .pthumb {
        height: 55px;
    }
    .dashboard-section .col-md-3 .w-wrapper span {
        padding: 2px 5px;
    }
    /*dashboard page end*/
    /*product details page start*/
    .btn-large {
        padding: 5px;
        height: 45px;
        line-height: 40px;
        font-weight: 400;
    }
    .review-form {
        width: 100% !important;
    }
    /*product details page end*/
}


/*Mobile Layout: 320px*/

@media only screen and (max-width: 767px) {
    body {
        font-size: 1.2em;
        background: #EEEFF3;
    }
    header {
        display: none;
    }
    section.mobile-header {
        display: grid;
    }
    /*front page start*/
    .categorie-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-grid.with-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-mobile-search-bar {
        display: block; 
    }
    header .top-section .top-search-area .custom-select {
        display: none;
    }
    header .top-section .top-search-area .form-group button {
        display: none;
    }
    header .top-section .top-search-area .form-group .form-control {
        width: 100% !important;
        background: #ffffff;
    }
    span.mobile-search-btn {
        width: 42px;
        height: 42px;
        line-height: 42px;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }
    .slider-section .hero-sliders .owl-nav .owl-prev {
        left: 0;
        top: 90%;
    }
    .slider-section .hero-sliders .owl-nav .owl-next {
        right: 0;
        top: 90%;
    }
    .slider-section .hero-sliders .singlehs .d-table .slide-cont {
        text-align: center;
    }
    .slider-section .hero-sliders .singlehs .d-table .slide-cont h2 {
        font-size: 1.5em;
        padding: 10px 0;
        line-height: 1.2em;
    }
    .slider-section .hero-sliders .singlehs .d-table .slide-cont .discountinslide {
        font-size: 1.5em;
    }
    .slider-section .hero-sliders .singlehs {
        height: 250px;
    }
    .slider-section .hero-sliders .singlehs .d-table {
        height: 250px;
    }
    section.promo-section.section-padding {
        display: none;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header .sale-notice {
        display: none;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header .end-time {
        margin-left: 0 !important;
        margin-bottom: 5px !important;
        color: #fff;
        font-weight: 400;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header {
        display: block !important;
        text-align: center;
        background: #F14705;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header ul li a.active span.active-style {
        color: #fff;
        border-bottom: none;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header ul li a {
        color: #000;
        font-size: 16px;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header ul {
        display: grid;
        grid-template-columns: 240px 1fr 1fr 1fr 1fr 1fr;
        overflow-x: scroll;
        overflow-y: hidden;
        grid-column-gap: 20px;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header ul::-webkit-scrollbar {
        height: 2px;
    }
    section.flash-sale-section.flash-sale-page .single-product {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-gap: 10px;
    }
    section.flash-sale-section .single-product .progressBar {
        margin-top: 10px;
    }
    .single-product .product-info .product-action-btn button {
        display: none;
    }
    .single-product .add-cart button {
        padding: 5px;
    }
    section.flash-sale-section.section-padding {
        padding: 0;
    }
    .flash-sale-section .sale-wrapper {
        padding: 0;
    }
    .flash-sale-section .sale-wrapper .flash-sale-area .flash-sale-header .end-time span {
        background: #fff;
        color: #000;
    }
    .single-product .product-info {
        padding: 0;
        text-align: left;
    }
    .single-product {
        text-align: center;
        background: #fff;
    }
    .single-product.list-view {
        text-align: left;
    }
    .single-product .product-info h5 {
        font-size: 1em;
        font-weight: 700;
        letter-spacing: .5px;
    }
    .single-product .product-info .sale-price {
        font-size: 1em;
    }
    /*front page end*/
    /*cart view page start*/
    .delete-all i {
        margin-top: 4px !important;
    }
    .cart-item-details ul li.c-data .c-thumb {
        width: 100px;
        height: 90px;
    }
    li.c-data.text-uppercase.mb-4.shadow {
        box-shadow: none !important;
    }
    footer.footer-section {
        margin-bottom: 60px;
    }
    /*cart view page end*/
    /*dashboard page start*/
    .dashboard-section .difc-wrapper .t-wrapper .tab-content .ol-wrapper .oc-area .single-oc .pthumb {
        height: 50px;
    }
    .dashboard-section .difc-wrapper .t-wrapper .tab-content .ol-wrapper .oc-area .single-oc h6 {
        margin: 0;
    }
    .mobile-view {
        display: block;
    }
    .pc-view {
        display: none !important;
    }
    section.dashboard-section.section-padding {
        padding-top: 0;
    }
    .pplist a {
        padding: 2px 15px;
    }
    .status-progress-bar ul li {
        padding: 10px 5px;
    }
    .status-content {
        margin: 0;
    }
    .dashboard-section .difc-wrapper .d-content-wrapper .d-cart .order-head {
        display: block;
    }
    .dashboard-section .difc-wrapper .d-content-wrapper .d-cart .order-head .order-head-right {
        font-weight: bold;
    }
    /*dashboard page end*/
    /*product details page start*/
    .btn-large {
        padding: 5px 15px;
        height: 45px;
        line-height: 40px;
        font-weight: 400;
    }
    .buy-area {
        position: fixed;
        right: 0;
        bottom: 2px;
        z-index: 10;
    }
    .section-title h5 {
        line-height: 30px;
    }
    .review-form {
        width: 100% !important;
    }
    .rating-wrapper-section {
        display: initial;
    }
    .total-rating {
        margin-bottom: 15px;
    }
    .review-wrapper-section {
        text-align: center;
    }
    /*product details page end*/
    /*left-side-bar start*/
    .left-sidebar .rating-filter-wrapper ul li a {
        font-size: 1.3em;
        height: 35px;
    }
    /*left-side-bar end*/
    /*category page start*/
    .product-content-wrapper.mobile-sticky-filter,
    .mobile-product-details-navigation.mobile-sticky-filter {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        border-bottom: 1px solid #999;
    }
    .product-content-wrapper {
        float: initial !important;
    }
    .product-content-wrapper .input-field .select-wrapper input {
        border: none;
    }
    .product-view-control {
        margin: auto !important;
        margin-right: 0 !important;
    }
    section.category-content-section.section-padding,
    section.search-content-section.section-padding,
    section.package-details-section.section-padding {
        padding-top: 0;
    }
    /*category page end*/
    /*checkout page start*/
    ul.cart li .action-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        padding: 15px 10px;
        border-top: 1px solid #999;
    }
    .checkout-section .cart-item-details ul.nav {
        display: block;
    }
    .checkout-section .cart-item-details ul.nav li {
        text-align: initial;
    }
    .checkout-section .cart-item-details ul.nav li a {
        display: grid;
        grid-template-columns: 30px 1fr;
        align-items: center;
        grid-gap: 10px;
    }
    .checkout-section .cart-item-details ul.nav li a img {
        margin: auto;
    }
    .checkout-section .cart-item-details ul.nav li:first-child a {
        padding-left: 15px;
    }
    .action-btn a {
        width: 100%;
    }
    .tab-content .action-btn a {
        width: 100%;
    }
    .cart-totals {
        margin-bottom: 25px;
    }
    /*checkout page end*/
    .details-section .product-title h6 {
        font-size: 0.9em;
    }
    /* =====> mobile top nav style <===== */
    section.mobile-header {
        background-image: linear-gradient(45deg, #fff, #FFF);
        grid-template-columns: auto auto;
        align-items: center;
        padding: 15px 10px;
        border-bottom: 1px solid #b9b9b9;
    }
    section.mobile-header .mobile-header-right {
        color: #4a4a4a;
    }
    section.mobile-header .mobile-header-left {
        color: #4a4a4a;
    }
}


/*Wide Mobile Layout: 480px*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobile-category {
        height: 85%;
    }
    .mobileNestingNav {
        height: 86.5%;
    }
}