/**
 * TSV - Bố cục Shop và trang lưu trữ sản phẩm.
 * File: assets/css/tsv-shop-archive.css
 *
 * Giao diện #shop-sidebar dùng chung nằm hoàn toàn tại tsv-common.css;
 * tệp này chỉ giữ bố cục dành riêng cho trang lưu trữ sản phẩm.
 */

.post-sidebar .widget ul,
#secondary .widget ul,
#product-sidebar .widget ul {
	padding: 0 10px !important;
	font-size: 15px !important;
}

.post-sidebar,
.page-right-sidebar .large-3 {
	padding: 0 15px !important;
}

.post-sidebar .widget,
#secondary .widget,
#product-sidebar .widget {
	margin-bottom: 10px;
	background-color: #f7f7f7;
}

.post-sidebar .widget-title,
#secondary .widget-title,
#product-sidebar .widget-title {
	display: block;
	margin-bottom: 10px;
	padding: 8px 5px;
	background-color: #1a80e6;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}

.post-sidebar .widget .is-divider,
#secondary .widget .is-divider,
#product-sidebar .widget .is-divider {
	display: none;
}

#product-sidebar {
	padding: 0 15px 30px;
}

.product .content-row .large-9 {
	padding: 0 10px 0 15px;
	border: none !important;
}

.srpw-ul li {
	margin-left: 0 !important;
}

.price_slider_wrapper {
	padding: 5px 15px 0;
}

.shop-container {
	margin-top: 15px;
}

.category-page-row .col {
	padding: 0 10px 20px;
}

@media only screen and (max-width: 48em) {
	div#secondary {
		display: none;
	}
}
