/*
Theme Name: duyanhweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#shop-sidebar ul.menu>li li.active>a {
	font-weight: 700;
}

.single .shop-container .breadcrumbs {
	display: none !important;
}

.category-page-row {
	padding-top:15px;
}

.archive .breadcrumbs {
	margin-bottom: 15px;
}

body div#shop-sidebar {
	margin-top: 0 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	body .page-title-inner {
		padding: 0;
        min-height: unset;
        padding-top: 15px;
	}
	
	body .next-prev-thumbs {
		display: none !important;
	}
	
	.single-product .flex-col.medium-text-center:not(.flex-grow) {
		display: none !important;
	}
	
	.bg_title_page .title_page_right {
		display: none !important;
	}
	
	body .row.large-columns-5.medium-columns-3.small-columns-2.row-small {
		margin-bottom: 0;
		margin-left: -10px;
		margin-right: -10px;
	}

}