@media only screen and (max-width:1400px) {
    .product-detail .average-price> p{
		max-width: 270px;;
   }
}
@media only screen and (max-width:1200px) {
    .location{
        width: 160px;
    }
	.order-history-nav{
		flex-direction: column-reverse;
	}
	.order-history-nav nav{
		width: 100%;
	}
	.order-history-wrapper .order-search {
		flex-basis: inherit;
		width: 100%;
		margin-bottom: 15px;
	}
	.category-brand-share{
		flex-wrap: wrap;
	}
	/* .product-detail .average-price{
		flex-direction: column; align-items: flex-start; gap: 10px;
	}
	.product-detail .average-price i{
		display: none;
	} */
	
}
@media only screen and (min-width:992px) {
    .mobile-menu{
        display: none;
    }
}
@media only screen and (max-width:991px) {
	.product-listing {
		grid-template-columns: repeat(3, 1fr);
	}
    .group-btn, .top-bar-main-wrapper .stores-btn{
        display: none !important;
    }
	.mobile-menu sup{
		left: 40px;
	}
    .explore-store-btn{
        display: none;
    }
	.main-box-profile .left-side-bar{
		flex-basis: 220px;
	}
	.content-box .inner-box {
		flex-direction: column; gap: 25px;
	}
	.main-box-profile .content-box .share-code{
		flex-direction: column;gap: 25px; border-bottom: none; margin-top: 0; padding-bottom: 0;
	}
	.main-box-profile .content-box .share-code .code {
		font-size: 16px;
		width: 100%;
        justify-content: space-between;
	}
	.main-box-profile .left-side-bar .tabs-wrapper{
		font-size: 14px;
	}
	.main-box-profile .content-box .user-info > h3{
		font-size: 16px;
	}
	.product-wrapper .product-img{
		height: 140px;
	}
	.categories-list .product-wrapper .product-img{
		height: 170px;
	}
	.user-img{
		flex-flow: row;
	}
	.total-items{
		align-items: start; margin-top: 15px;
	}
	
	.page-heading .heading-lg{
		font-size: 32px;
	}
	.hide-text{
		display: none;
	}
	.content-wrapper .add-address-btn{
		padding: 0;
		width: 36px;
		border-radius: 100%;
		line-height: 36px;
	}
	.p-listing-bar{
		flex-direction: column;
	}
	.order-history-wrapper .items-wrapper .p-listing-bar .btn-black{
		width: 100%;
	}
	.order-id-date{
		flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-top: 15px;
	}
	.order-table .table-head{
		display: none;
	}
	.order-table .cart-icon-hide{
		display: none;
	}
	.order-table .product-col{
		grid-column: 1 / -1; padding-top: 0; padding-bottom: 0;
	}
	.order-table .table-row{
		grid-template-columns: repeat(3,1fr);
		border-bottom: 1px solid #E2E4E7;
		margin-bottom: 10px;
	}
	.order-table .table-row:last-child{
		border-bottom: none; margin-bottom: 0;
	}
	.item-box .top-bar .separator{display: none;}
	.item-box .top-bar> div{flex-direction: column;}
	.order-detail-box ul {
		border-bottom: 1px solid #E2E4E7;
		border-right: none;
		margin-bottom: 15px !important;
        padding-bottom: 15px;
	}
	.order-detail-box ul.mb-0{
		margin-bottom: 0 !important;
	}
	.filter-search-wrapper{
		flex-direction: column;gap: 20px;
	}
	.filter-search-wrapper .search-box{
		flex-basis: auto;
	}
	.categories-slider .product-wrapper .product-img{
		height: 170px;
	}
	
	.shop-box{
		height: 280px;
	}
	.product-detail .average-price{
		font-size: 14px;
	}
	.product-detail .average-price> p {
        max-width: 240px;
    }
	.sp-thumbs a:link, .sp-thumbs a:visited{
		height: 60px; width: 60px;
	}
	
	.footer-wrapper .footer-links-wrapper{
		padding-top: 56px !important;
	}
    .footer-wrapper .footer-inner-wrapper {
		display: block;
	}

	.footer-wrapper .footer-logo-wrapper {
		padding-top: 0;
	}
	.footer-wrapper {
		padding: 60px 0 80px 0;
		background: #141414;
	}
	.product-detail h1.p-name{
		font-size: 24px; margin-top: 20px;
	}
	.product-detail .addToCart-btn .btn {
		height: 40px;
		font-size: 14px;
		width: 120px;
	}
	.checkout-heading{
		display: none;
	}
	.checkout-wrapper{
		flex-direction: column;
		gap: 0;
	}
	.checkout-wrapper .main-info-box{
		max-width: 100%;
	}
	.cart-sidebar.fixed-sidebar.checkout-sidebar{
		position: static; width: 100%;
		height: 100% !important;border-radius: 4px; margin-top: 20px;
	}

	.cart-sidebar.fixed-sidebar.checkout-sidebar .cart-wrapper{
		padding: 16px;
	}
	.checkout-wrapper{
		padding-bottom: 0;
	}
	.cart-sidebar.fixed-sidebar.checkout-sidebar .cart-list{
		max-height: 100%;
	}
	.back-store-btn{
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:767px) {
	.inner-page-content{
		padding-top: 30px;
	}
	.compare-main-wrapper .product-info-wrapper{
		display: none;
	}
	.compare-main-wrapper .compare-p-detail{
		width: 100%;
	}
	.compare-p-detail .search-bar{
		display: block;
	}
	.get-afrikobo-wrapper{
		padding: 16px;
	}
	.get-afrikobo-wrapper .get-afrikobo-content h2{
		font-size: 24px; line-height: 40px;
	}
	.get-afrikobo-wrapper .get-afrikobo-content p{
		font-size: 14px; font-weight: 400; margin-top: 0;margin-bottom: 20px;
	}
    .location-search-wrapper{
        display: none;
    }
    .location-mob .nice-select{
        font-size: 14px;
    }
    .search-bar{
        display: none;
    }
	.top-bar-main-wrapper{
		padding: 10px 0;
	}
	.shop-box{
		height: 250px;
	}
	.number-email{
	flex-direction: column;	gap: 16px;
	}
	.pt-mob-0{
		padding-top: 0 !important;
	  }
	.pb-mob-0{
		padding-bottom: 0 !important;
	  }  
	.main-box-profile .content-box .user-info{
		font-size: 14px;
	}
	.main-box-profile .left-side-bar .tabs-wrapper{
		font-size: 14px; font-weight: 500; padding: 0; border-radius: 0; border: none !important; 
	}
	.main-box-profile .left-side-bar .tabs-wrapper li{
		border-bottom: 1px solid #E2E4E7; padding: 15px 0;
	}
	.main-box-profile .left-side-bar .tabs-wrapper li:last-child {
		padding-bottom: 15px;
	}
	.personal-info{
		display: none !important;
	}
	.setting-wrapper .table th, .setting-wrapper .table td{
		font-size: 14px; height: 52px;
	}
	.order-detail-wrapper{
		display: flex; flex-direction: column;
	}
	.order-detail-box{
		order: 1;
	}
    .heading-sm{
        font-size: 16px;
    }
	.font-24-mob{
		font-size: 24px;
	}
	.profile-mob{
		display: none;
	}
	.profile-link-web{
		display: none !important;
	}
    .categories-slider .product-wrapper .product-img{
        height: 140px;
    }
	.categories-slider-wrapper .product-wrapper .product-info .product-name, .categories-list .product-wrapper .product-info .product-name{
		font-size: 14px;line-height: 18px;
	}
	.product-listing {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-box-profile{
		flex-direction: column !important;
	}
	.app-qr-code{
		display: none;
	}
	.main-box-profile .content-box .share-code .code {
		width: 100%; justify-content: space-between;
	}
	/* .content-box .inner-box{
		padding-top: 0;
	} */
	.left-sidebar-mob{
		display: none !important;
	}
	.shop-banner .shop-info h4{
		font-size: 32px;
	}
	.shop-banner .shop-info p{
		font-size: 12px;
	}
	.stores-top-deals{
		display: none;
	}
	.top-filters .sort{
		display: none;
	}
	.filter-search-wrapper .filters{
		display: none;
	}
	.top-filters {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99;
		background: #fff;
		transform: translateX(100%);
		transition: all 0.3s;
		z-index: 2000;
		border-radius: 0;
		display: block;
		padding-left: 16px;
		padding-right: 16px;
	}

	.top-filters.active {
		transform: translateX(0%);
		right: 0;
	}

	.products-main-wrapper .products-listing {
		max-width: 100%;
	}
	.results-wrapper {
		margin-top: 10px;
	}
	.results-wrapper .heading-md{
		font-size: 16px; margin-bottom: 0;
	}
	.search-results h3{
		font-size: 16px;
	}
	.results-wrapper .breadcrumb{
		margin-bottom: .5rem;
	}
	.p-img-slider-wrapper{
		margin-right: 0;
	}

	.top-filters {
		z-index: 9999;
		width: 100%;
		max-width: 100%;
		top: 64px;
		height: 100%;
	}
	.top-filters .accordion> .d-flex{
		flex-direction: column;
	}
	.top-filters .filters{
		display: inline-block; width: 100%; 
	}
	.top-filters .filters span{
		font-weight: 600; margin-bottom: 15px; display: inline-block;
	}
	.top-filters .accordion-item{
		position: static; width: auto;
	}
	.top-filters .accordion-button{
		width: 100%;
	}
	.top-filters .accordion-button::after{
		margin-left: auto;
	}
	.product-preview-page{
		padding-top: 20px !important;
	}
	.product-main-box{
		flex-direction: column-reverse;
	}
	.product-main-box .product-preview-box, .product-main-box .product-detail-box{
		width: 100%;
	}
	.product-main-box .product-preview-box{
		width: 100%; border-top: 1px solid #E2E4E7; padding-top: 20px; margin-top: 20px; border-bottom: 1px solid #E2E4E7; padding-bottom: 15px;
	}
	.product-detail h1.p-name{
		font-size: 24px;
	}
	.product-detail .compare-wishlist{
		display: none !important;
	}
	.product-detail .bell-icon{
		display: none
	}
	.product-detail .p-price{
		display: flex; justify-content: space-between;
	}
	.priceHistroyModal{
		margin-top: 15px;
	}
	.product-detail .p-name-wrapper , .product-detail .p-price , .product-detail .p-ratings {
		margin-top: 15px;
	}
	.product-detail .p-ratings {
		flex-direction: column;
        align-items: flex-start !important;
        gap: 7.5px;
	}
	.product-detail .wishlist{
		margin-top: 15px;
	}
	/* .product-detail .size-color-wrapper , .product-detail .addToCart-btn{
		display: none;
	} */
	.category-brand-share{
		padding: 16px 0; margin-top: 0; gap: 16px; border: none;
	}
	.addToCart-btn{
		border: none;
	}
	.delivery-return-box{
		margin-top: 16px;
	}
	.verified-seller-box{
		margin-top: 0;
	}
	
    .footer-wrapper .footer-links-wrapper {
		padding-top: 0;
	}

	.footer-wrapper .footer-links-wrapper ul {
		margin-bottom: 0;
	}

	.follow-us-desktop {
		display: none;
	}

	.footer-links-wrapper {
		flex-flow: wrap;
	}

	.useful-links {
		flex-basis: 100%;
	}
	.product-detail .average-price> p{
		max-width: 100%;
	}

	.footer-links-wrapper .useful-links {
		border-top: 1px solid #323232;
		padding-top: 24px !important;
		margin-top: 24px;
	}

	.mob-footer-icons {
		display: block;
	}
	.categories-slider .slick-arrow, .products-slider .slick-arrow{
		display: none !important;
	}
	.see-all{
		margin-right: 0;
	}
	.product-detail .average-price> h3> span{
		font-size: 14px;
	}
	.product-detail h1.p-name{
		margin-top: 20px; margin-bottom: 0;
	}
	.sp-large a{
		border: none;
	}
	.product-detail .addToCart-btn .btn{
		height: 40px; font-size: 14px; width: 150px;
	}
	.product-detail .addToCart-btn .compare-btn{
		border: none;
		width: auto;
	}
	.p-description-box.box{
		margin-bottom: 16px;
	}
	.compare-main-wrapper .compare-p-detail{
		grid-template-columns: repeat(2, 1fr);
	}
	.compare-p-detail .product-wrapper:last-child{display: none;}
	.wallet-balance-box h4{
		font-size: 24px;
	}
	.personal-info-sidebar{
		margin-top: 40px;
	}
	.flash-deals-slider{
		margin-top: 30px;
		z-index: 0;
	}
	.banner-wrapper{
		position: relative;
	}
	.banner-wrapper::before{
		content: "";  
		display:none;
	}
	.main-box-profile .left-side-bar{
		flex-basis: auto;
	}
	.compare-main-wrapper .compare-p-detail{
		border-right: none;
	}

}
@media only screen and (min-width:767px) {

	.personal-info-mob{
		display: none !important;
	}
	.profile-link-mob{
		display: none !important;
	}
	.back-page-btn{
		display: none;
	}
    .search-bar-mob{
        display: none !important;
    }
    .location-mob{
        display: none !important;
    } 
	.filters-close-btn{
		display: none;
	}
	.filter-toggler{
		display: none;
	}
	.mobile-categories-wrapper{
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.get-afrikobo-wrapper .group-btns{display: flex; flex-direction: column;}
	.get-afrikobo-wrapper .group-btns a{
		width: 100%;
	}
	.shop-box{
		height: 200px;
	}
	.shops-main-wrapper{
		padding: 0 !important;
	}
	.shop-box .shop-info h4{
		font-size: 16px
	}
	.shop-view-wrapper .shop-box .shop-info h4{
		font-size: 24px
	}
	.page-heading .heading-lg{
		font-size: 24px;
		margin-bottom: 5px;
	}
    .categories-slider .product-wrapper .product-img{
        height: 110px;
    }
	/* .product-wrapper .product-info {
		padding: 8px;
	} */
	.product-wrapper .product-info .product-price-wrapper .price-symbol , .product-wrapper .product-info .product-price-wrapper .product-price{
		font-size: 14px;
	}
	.product-wrapper .product-info .store-name{
		font-size: 10px; line-height: 12px;
	}
	.product-wrapper .product-info .product-name{
		font-size: 12px !important; line-height: 18px; font-weight: 500 !important; max-width: 200px;
	}
	.product-wrapper .product-bottom-wrapper {
		padding: 8px; font-size: 10px;
	}
	.product-wrapper .product-img .product-badge {
		top: 7px;
		left: 4px;
		padding: 1px 5px;
		border-radius: 4px;
		font-size: 10px;
	}
	.top-rated-slider .product-wrapper .product-info h4, .product-listing .product-wrapper .product-info h4{
		font-size: 12px;
	}
	.top-rated-slider .product-wrapper .product-info p, .product-listing .product-wrapper .product-info p{
		font-size: 10px;
	}
	.add-cart-btn {
		width: 36px;
		height: 34px;
		font-size: 16px;
		line-height: 34px;
	}
	.product-wrapper .product-img , .categories-list .product-wrapper .product-img{
		height: 120px;
	}
	.cart-sidebar.active , .categoriesMenuSideBar.active , .filters-side-bar.active , .productSideBar.active{
		width: 85%;
	}
	.cart-close{
		left: 15px;
	}
	.shops-slider .next-btn{
		right: 15px;
	}
	.shops-slider .prev-btn{
		left: 15px;
	}
	.flash-deals-slider.p-24{
		padding: 15px !important;
	}

    .footer-wrapper .footer-inner-wrapper {
		padding-bottom: 16px;
	}

	.footer-wrapper .footer-links-wrapper{
		flex-direction: column;
	}

	.footer-wrapper {
		padding: 40px 0 90px 0;
	}

	.footer-wrapper .bottom-bar span {
		font-size: 14px;
	}

	.footer-wrapper .footer-links-wrapper h3 {
		margin-bottom: 10px;
		padding: 8px 0;
	}
	.footer-wrapper .footer-links-wrapper ul.about-us-footer{
		margin-top: 20px;
	}
	.footer-wrapper .footer-links-wrapper {
        padding-top: 20px !important;
    }
	.footer-wrapper .footer-links-wrapper ul{
		width: 100%;
	}

	.footer-wrapper .footer-links-wrapper ul li a {
		padding: 6px 0;
		margin-bottom: 10px;
	}

	.footer-wrapper .footer-links-wrapper ul li:last-child a {
		margin-bottom: 0;
	}

	.footer-wrapper .mob-footer-icons h3 {
		line-height: 20px;
		margin-bottom: 16px;
	}
	.pb-xs-0{
		padding-bottom: 0 !important;
	}
	.filter-search-wrapper .filter-wrapper{
		font-size: 12px;
	}
	.banner-slider .slick-arrow{
		display: none !important;
	}
	.product-detail .average-price h3{
		flex-direction: column;
		align-items: flex-start;
	}
	.compare-p-detail .search-bar .search-wrapper .search-input-wrapper .form-control{
		font-size: 12px; padding: 5px 10px 5px 30px;
	}
	.compare-p-detail .search-bar .search-wrapper .search-input-wrapper svg{
		height: 14px;
	}
	.compare-p-detail .search-bar .search-wrapper .search-input-wrapper .search-icon{
		top: 9px; left: 7px;
	}
	.compare-p-detail .product-wrapper .product-info .product-price-wrapper {
        flex-direction: column;
        gap: 3px !important;
        margin-top: 10px;
	}
	.compare-p-detail .product-wrapper .product-info{
		font-size: 12px;
	}
	.compare-p-detail .product-wrapper .inner-box{
		font-size: 12px;
	}
	.compare-main-wrapper .compare-p-detail .product-wrapper .product-img {
		height: 90px;
	}

}