/* Header */
.header-top .info-container a {
	color: #ffffff;
}
@media screen and (max-width:767px) {
	.header-top .top-nav-container {
		display: none;
	}
	.header-top .info-container,
	.header-top .top-widgets {
    padding-bottom: 0;
	}
	.site-logo img {
    max-width: 80px;
	}
	.logo-wrapper {
    padding: 0 0 30px 0;
	}
}
@media screen and (max-width:800px) {
	#text-2 {
		padding-bottom: 15px;
	}
	.site-logo {
		margin: 20px 0 10px 0 !important;
	}
}
@media screen and (max-width: 599px) {
	.hgroup-sidebar .widget.widget_dash_search {
    padding: 10px 0 24px;
	}
}

/* Home */
@media screen and (max-width:767px) {
	.home-latest-products h3 {
		font-size: 24px!important;
	}
	#rev_slider_4_1_wrapper, #rev_slider_4_1 {
		display: none!important;
	}
}

/* Sidebar on top in mobile */
@media screen and (max-width:767px) {
	#content-wrapper {
		display: flex;
    flex-direction: column;
	}
	#sidebar-front {
		order: 1;
    -webkit-order: 1;
	}
	.site-content {
		order: 2;
    -webkit-order: 2;
	}
}
/* icons in sidebar */
.cat-item-40 img, .cat-item-32 img, .cat-item-28 img, .cat-item-42 img, .cat-item-40 img, .cat-item-30 img, .cat-item-36 img, .cat-item-54 img {
	opacity: 0.7;
}

/* Footer */
@media screen and (max-width:767px) {
	.site-footer .widget {
    margin: 10px 0;
	}
}