/* Shop / product category archive
 * Break out of #content > .container so inner .container matches header/footer (1170px).
 * Blue breadcrumb bar stays full-bleed; its inner content uses the same .container. */

body.post-type-archive-product #content.site-content > .container,
body.tax-product_cat #content.site-content > .container,
body.tax-product_tag #content.site-content > .container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.post-type-archive-product #content.site-content > .container > .row,
body.tax-product_cat #content.site-content > .container > .row,
body.tax-product_tag #content.site-content > .container > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.post-type-archive-product #primary.page-no-sidebar,
body.tax-product_cat #primary.page-no-sidebar,
body.tax-product_tag #primary.page-no-sidebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0;
}

body.post-type-archive-product .entry-content,
body.tax-product_cat .entry-content,
body.tax-product_tag .entry-content {
	margin: 0;
	padding: 0;
}

body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
	overflow-x: clip;
}

.hl-shop-page {
	--hl-shop-color: #0b0284;
	--hl-shop-color-dark: #047ed5;
	padding-bottom: 50px;
	font-family: Alexandria, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

/* Same width as header/footer .container — do not force 1350px */
.hl-shop-page .container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 576px) {
	.hl-shop-page .container {
		width: 540px;
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.hl-shop-page .container {
		width: 720px;
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.hl-shop-page .container {
		width: 960px;
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.hl-shop-page .container {
		width: 1170px;
		max-width: 1170px;
	}
}

.hl-shop-page .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.hl-shop-page .mt-5 {
	margin-top: 3rem;
}

.hl-shop-page .col-6,
.hl-shop-page .col-12,
.hl-shop-page .col-sm-6,
.hl-shop-page .col-md-4,
.hl-shop-page .col-md-6,
.hl-shop-page .col-lg-3,
.hl-shop-page .col-lg-4,
.hl-shop-page .col-lg-8,
.hl-shop-page .col-xl-4,
.hl-shop-page .col-xl-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.hl-shop-page .col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.hl-shop-page .col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.hl-shop-page .col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.hl-shop-page .col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.hl-shop-page .col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.hl-shop-page .col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.hl-shop-page .col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.hl-shop-page .col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media (min-width: 1200px) {
	.hl-shop-page .col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.hl-shop-page .col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

.hl-shop-page .text-center {
	text-align: center;
}

.hl-shop-page .text-uppercase {
	text-transform: uppercase;
}

/* Breadcrumb */
.hl-shop-page .wrapper-breadcrums {
	background-color: var(--hl-shop-color);
	padding: 5px 0 16px;
	color: #fff;
	font-family: Alexandria, Arial, sans-serif;
}

.hl-shop-page .wrapper-breadcrums h1 {
	margin: 30px 0 10px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	font-family: Alexandria, Arial, sans-serif;
	letter-spacing: 0;
}

.hl-shop-page .wrapper-breadcrums a {
	color: #fff;
}

.hl-shop-page .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.hl-shop-page .breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hl-shop-page .entry-content .hl-shop-page .breadcrumb ul,
.hl-shop-page .breadcrumb ul {
	margin-left: 0;
}

.hl-shop-page .breadcrumb ul > li {
	text-transform: capitalize;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-family: Alexandria, Arial, sans-serif;
}

.hl-shop-page .breadcrumb .delimiter {
	margin: 0 8px;
	opacity: 0.85;
}

.hl-shop-page .breadcrumb .current-item {
	font-weight: 600;
}

/* Sidebar */
.hl-shop-page .sidebar-wrap {
	max-width: 100%;
}

.hl-shop-page .sidebar-main {
	border-right: solid 1px var(--hl-shop-color);
}

.hl-shop-page .block-nav {
	padding: 0;
	margin-bottom: 30px;
}

.hl-shop-page .sidebar .block-title {
	position: relative;
	color: var(--hl-shop-color);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.hl-shop-page .sidebar .block-title strong {
	font-size: 1.2rem;
	font-weight: 500;
	font-family: Alexandria, Arial, sans-serif;
}

.hl-shop-page .toggle-class {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.hl-shop-page .sidebar .block-content {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.hl-shop-page .sidebar ul.nav-collapse {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 992px) {
	.hl-shop-page .sidebar ul.nav-collapse {
		padding-right: 20px;
	}
}

.hl-shop-page .sidebar ul.nav-collapse li {
	position: relative;
	line-height: 20px;
	border: solid 1px var(--hl-shop-color);
	padding: 5px 10px;
	margin-bottom: 10px;
	list-style: none;
}

.hl-shop-page .sidebar ul.nav-collapse li a {
	color: var(--hl-shop-color);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	min-height: 32px;
	border: none;
	position: relative;
	padding: 5px 42px 5px 0;
	font-size: 14px;
	font-weight: 400;
	font-family: Alexandria, Arial, sans-serif;
	line-height: 20px;
}

.hl-shop-page .sidebar ul.nav-collapse li a:hover,
.hl-shop-page .sidebar ul.nav-collapse li.active > a,
.hl-shop-page .sidebar ul.nav-collapse li a.current {
	color: var(--hl-shop-color-dark);
}

.hl-shop-page .sidebar ul.nav-collapse li a img {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	object-fit: contain;
	vertical-align: middle;
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 0;
	border-radius: 0;
}

.hl-shop-page .sidebar ul.nav-collapse li ul {
	margin-left: 15px;
	padding: 0;
	list-style: none;
}

.hl-shop-page .sidebar ul.nav-collapse li ul li {
	padding: 5px;
	border: none;
	margin-bottom: 0;
}

.hl-shop-page .sidebar ul.nav-collapse li ul li a {
	padding-right: 0;
}

.hl-shop-page .sidebar ul.nav-collapse li ul li a:before {
	content: "•";
	color: var(--hl-shop-color);
	width: 1em;
	margin-right: 5px;
}

.hl-shop-page .sidebar .nav-collapse li span.fa {
	visibility: visible;
	background-color: transparent;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 1;
	width: 42px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	color: var(--hl-shop-color);
}

.hl-shop-page .close-expand-mb {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s ease, opacity 0.5s ease;
}

.hl-shop-page .sidebar .block.active .close-expand-mb {
	visibility: visible;
	opacity: 1;
}

.hl-shop-page .sidebar .close-expanded {
	display: none;
	position: fixed;
	top: 0;
	right: 270px;
	padding: 15px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.hl-shop-page .sidebar .block.active .close-expanded {
	display: block;
}

.hl-shop-page .sidebar .close-expanded:before {
	content: "\00d7";
	font-size: 28px;
}

@media (min-width: 992px) {
	.hl-shop-page .toggle-class,
	.hl-shop-page .close-expanded {
		display: none;
	}

	.hl-shop-page .sidebar .block-content {
		display: block !important;
		visibility: visible !important;
		position: static !important;
		transform: none !important;
		max-width: none;
		padding: 0;
		box-shadow: none;
		overflow: visible;
	}
}

@media (max-width: 991px) {
	.hl-shop-page .sidebar .block-title {
		margin-bottom: 0;
	}

	.hl-shop-page .toggle-class,
	.hl-shop-page .close-expanded {
		display: block;
		cursor: pointer;
		font-size: 18px;
	}

	.hl-shop-page .toggle-class:before {
		content: "+";
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -9px;
		line-height: 18px;
		font-size: 22px;
		font-weight: 600;
		color: var(--hl-shop-color);
	}

	.hl-shop-page .toggle-class.expanded:before {
		content: "\2212";
	}

	.hl-shop-page .sidebar .block-content {
		visibility: hidden;
		position: fixed;
		overflow: auto;
		top: 0;
		right: -320px;
		bottom: 0;
		background: #fff;
		z-index: 100;
		padding: 30px 15px 60px;
		max-width: 320px;
		box-shadow: #000 1px 1px 2px;
		transition: transform 0.25s;
	}

	.hl-shop-page .sidebar .block-content.show-expanded {
		visibility: visible;
		-webkit-transform: translate3d(-320px, 0, 0);
		transform: translate3d(-320px, 0, 0);
	}
}

@media (max-width: 575px) {
	.hl-shop-page .sidebar-main {
		border-right: 0;
	}

	.hl-shop-page .block-nav {
		background-color: #f5f5f5;
		padding: 10px 15px;
	}

	.hl-shop-page .sidebar .block-title {
		color: #444;
	}
}

/* Products — fade-up on scroll, same as zumiuniform.vn */
.hl-shop-page .productitem {
	margin-bottom: 30px;
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	will-change: opacity, transform;
}

.hl-shop-page .productitem.is-visible {
	animation: hlProductFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hlProductFadeUp {
	from {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hl-shop-page .productitem,
	.hl-shop-page .productitem.is-visible {
		opacity: 1;
		transform: none;
		animation: none;
		will-change: auto;
	}
}

.hl-shop-page .productitem img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	border: solid 1px transparent;
	transition: opacity 0.5s, border-color 0.5s;
}

.hl-shop-page .productitem:hover img {
	opacity: 0.7;
	border-color: var(--hl-shop-color);
}

.hl-shop-page .productitem .productitem-detail {
	padding-top: 10px;
	text-align: left;
}

.hl-shop-page .productitem .productitem-detail h2 {
	line-height: 18px;
	margin: 8px 0 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	font-family: Alexandria, Arial, sans-serif;
}

.hl-shop-page .productitem .productitem-detail h2 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #0b0284;
	font-weight: 400;
	line-height: 18px;
	font-family: Alexandria, Arial, sans-serif;
	text-align: left;
}

.hl-shop-page .productitem .productitem-detail h2 a:hover {
	color: var(--hl-shop-color-dark);
}

.hl-shop-page .box-price {
	margin-top: 4px;
	text-align: left;
	font-family: Alexandria, Arial, sans-serif;
}

.entry-content .hl-shop-page .box-price .price,
.hl-shop-page .box-price > .price {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--hl-shop-color);
	font-family: Alexandria, Arial, sans-serif;
}

.hl-shop-page .box-price .woocommerce-Price-amount,
.hl-shop-page .box-price .amount {
	font-size: 15px;
	font-weight: 600;
	color: var(--hl-shop-color);
	font-family: Alexandria, Arial, sans-serif;
}

.hl-shop-page .box-price del,
.hl-shop-page .box-price del .amount,
.hl-shop-page .box-price del .woocommerce-Price-amount {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	margin-right: 8px;
	text-decoration: line-through;
}

.hl-shop-page .box-price ins {
	text-decoration: none;
	background: transparent;
}

.hl-shop-page .box-price ins .amount,
.hl-shop-page .box-price ins .woocommerce-Price-amount {
	color: #e53935;
	font-size: 15px;
	font-weight: 700;
}

.hl-shop-page .btn {
	display: inline-block;
	font-family: Alexandria, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	text-decoration: none;
	cursor: pointer;
}

.hl-shop-page .btn-outline-primary {
	color: var(--hl-shop-color);
	background-color: transparent;
	border-color: var(--hl-shop-color);
}

.hl-shop-page .btn-outline-primary:hover {
	color: #fff;
	background-color: var(--hl-shop-color);
	border-color: var(--hl-shop-color);
}

/* Pagination — Bootstrap 3 / PagedList style */
.hl-shop-page .pagination-container {
	margin: 10px 0 30px;
	text-align: left;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.hl-shop-page .pagination-container ul.pagination,
.entry-content .hl-shop-page .pagination-container ul.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	list-style: none;
	float: none;
}

.hl-shop-page .pagination-container ul.pagination > li,
.entry-content .hl-shop-page .pagination-container ul.pagination > li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hl-shop-page .pagination-container ul.pagination > li > a,
.hl-shop-page .pagination-container ul.pagination > li > span,
.entry-content .hl-shop-page .pagination-container ul.pagination > li > a {
	position: relative;
	display: block;
	float: none;
	padding: 6px 12px;
	margin-left: -1px;
	min-width: 38px;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0b0284;
	box-shadow: none;
}

.hl-shop-page .pagination-container ul.pagination > li:first-child > a,
.hl-shop-page .pagination-container ul.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.hl-shop-page .pagination-container ul.pagination > li:last-child > a,
.hl-shop-page .pagination-container ul.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.hl-shop-page .pagination-container ul.pagination > li > a:hover,
.hl-shop-page .pagination-container ul.pagination > li > a:focus {
	z-index: 2;
	color: #0056b3;
	background-color: #eee;
	border-color: #ddd;
}

.hl-shop-page .pagination-container ul.pagination > li.active > a,
.hl-shop-page .pagination-container ul.pagination > li.active > span {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}

.hl-shop-page .pagination-container ul.pagination > li.disabled > a,
.hl-shop-page .pagination-container ul.pagination > li.disabled > span {
	color: #777;
	cursor: default;
	pointer-events: none;
	background-color: #fff;
	border-color: #ddd;
}

.hl-shop-page .woocommerce-info {
	padding: 1em;
	background: #f7f6f7;
	border-top: 3px solid var(--hl-shop-color);
}

.entry-content .hl-shop-page ul,
.entry-content .hl-shop-page ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry-content .hl-shop-page a {
	box-shadow: none;
}

.entry-content .hl-shop-page h1,
.entry-content .hl-shop-page h2 {
	clear: none;
}

.woocommerce-Price-currencySymbol{
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 1199px) {
	.hl-shop-page .wrapper-breadcrums h1 {
		font-size: 32px;
		margin-top: 22px;
	}
}

@media (max-width: 991px) {
	.hl-shop-page .mt-5 {
		margin-top: 1.5rem;
	}

	.hl-shop-page .wrapper-breadcrums h1 {
		font-size: 28px;
		margin-top: 18px;
	}

	.hl-shop-page .sidebar-wrap {
		margin-bottom: 10px;
	}

	.hl-shop-page .main-wrap {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.hl-shop-page {
		font-size: 13px;
		padding-bottom: 30px;
	}

	.hl-shop-page .wrapper-breadcrums {
		padding-bottom: 10px;
	}

	.hl-shop-page .wrapper-breadcrums h1 {
		font-size: 22px;
		margin: 14px 0 6px;
	}

	.hl-shop-page .breadcrumb ul > li {
		font-size: 13px;
	}

	.hl-shop-page .mt-5 {
		margin-top: 1rem;
	}

	.hl-shop-page .productitem {
		margin-bottom: 18px;
	}

	.hl-shop-page .productitem .productitem-detail h2,
	.hl-shop-page .productitem .productitem-detail h2 a {
		font-size: 13px;
		line-height: 16px;
	}

	.hl-shop-page .box-price .price,
	.hl-shop-page .box-price .woocommerce-Price-amount,
	.hl-shop-page .box-price ins .amount {
		font-size: 13px;
	}

	.hl-shop-page .pagination-container ul.pagination {
		margin: 10px 0 20px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.hl-shop-page .pagination-container ul.pagination > li > a,
	.hl-shop-page .pagination-container ul.pagination > li > span {
		padding: 5px 9px;
		min-width: 32px;
		font-size: 13px;
	}
}

@media (max-width: 575px) {
	.hl-shop-page .col-6 {
		padding-right: 8px;
		padding-left: 8px;
	}

	.hl-shop-page .wr-product-list.row {
		margin-right: -8px;
		margin-left: -8px;
	}
}
