@media (min-width:320px) and (max-width:767px) {
    .header__style-three {
        padding: 0px !important;
    }
    .header__style-three .header__wrap {
        padding: 10px !important;
    }
    .hamburger_menu .icon span {
        color: #fff;
    }
    .header__style-three .header__icons {
        display: flex;
    }
    .close-mobile-menu {
        background-color: #25274d;
    }
    .close-mobile-menu a {
        color: #e34947;
    }
    .home-banner {
        padding-top: 10px !important;
    }
    .shop-by-cat ul.product__nav {
        display: flex !important;
        overflow-x: scroll;
        overflow-y: hidden;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .shop-by-cat ul.product__nav::-webkit-scrollbar {
        display: none;
    }
    .shop-by-cat .tx-product .thumb img {
        height: 150px;
    }
    .rd-products__nav .nav-tabs .nav-item .nav-link.active {
        color: #e34947;
    }
    .new-arrivals .product__item {
        border-right: none;
    }
    .industries_customer__slide .category__icon img {
        width: 55px;
    }
    .industries_customer__slide .category__icon {
        width: 90px;
        height: 90px;
    }
   
   	.order-content .address-info
   	{
		padding-top:20px;	
	} 
	
   	.order-content .details-col
   	{
		padding-left:0px;	
	} 
    
    .order-content .add-bill {
	    margin-right: 0px;
	}
	/*.shop-area { display: flex; flex-flow: column; }
	.shop-sidebar { order: 1; }
    .woocommerce-content-wrap { order: 2;  }*/
    
	.shop-section .woocommerce-toolbar-top .topbar-row .total-product-show
	{
		float: left;
	}
	
	.product_details_img {
	    height: 350px;
	}
	.shop_thumb_tab {
	    max-height: 350px;
	    overflow-y: auto;
	}
}

@media (min-width:768px) and (max-width:991px) {
    .shop-by-cat ul.product__nav {
        display: flex !important;
        overflow-x: scroll;
        overflow-y: hidden;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: space-between;
    }
    .shop-by-cat .product__nav .nav-item .nav-link {
        padding: 1px 10px 4px;
    }
    .shop-by-cat ul.product__nav::-webkit-scrollbar {
        display: none;
    }
    .product__nav .nav-item:not(:last-child) {
        margin-right: 0px;
    }
    .header__style-three .header__icons {
        display: flex;
    }
	
   	.order-content .address-info
   	{
		padding-top:20px;	
	} 
	
   	.order-content .details-col
   	{
		padding-left:0px;	
	} 
    
    .order-content .add-bill {
	    margin-right: 0px;
	}
	/*.shop-area { display: flex; flex-flow: column; }
	.shop-sidebar { order: 1; }
    .woocommerce-content-wrap { order: 2;  }*/
}

@media (min-width:992px) and (max-width:1023px) {
	/*.shop-area { display: flex; flex-flow: column; }
	.shop-sidebar { order: 1; }
    .woocommerce-content-wrap { order: 2;  }*/
}

@media (min-width:1024px) and (max-width:1199px) {
    .shop-by-cat ul.product__nav {
        display: flex !important;
        overflow-x: scroll;
        overflow-y: hidden;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: space-between;
    }
    .shop-by-cat ul.product__nav::-webkit-scrollbar {
        display: none;
    }
    .product__nav .nav-item:not(:last-child) {
        margin-right: 0px;
    }
    .shop-by-cat .product__nav .nav-item .nav-link {
        padding: 1px 10px 4px;
    }
}

@media (min-width:1200px) {}

@media (min-width:1400px) {}

@media (min-width: 1920px) {}

@media (min-width: 2560px) {}