.exhibit {
	display: flex;
	flex-direction: row;
	width: 100%;
    align-items: flex-end;
    margin-bottom: 10px;
}

.exhibit label {
	margin: 0px 7px 0px 0px;
}

.exhibit .form-group {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.exhibit .div-sort,
.exhibit .div-limit {
	display: flex;
	flex-direction: row;
    margin-right: 15px;
}

.exhibit #input-sort {
	width: 200px;
	font-size: 14px;
	color: #212529;
}

.exhibit #input-limit {
	width: 70px;
	font-size: 14px;
	color: #212529;
}

.exhibit .form-group select {
	margin-left: 15px;
}

@media (max-width: 992px) {
	.exhibit .form-group {
		flex-direction: column;
		align-items: flex-start;
	}

	.exhibit .form-group select {
		margin-left: 0;
	}

	.exhibit label {
		margin-bottom: 5px;
	}
}

@media (max-width: 768px) {
	.exhibit {
		width: 100%;
	}

	.exhibit .div-sort, .exhibit .div-limit {
		justify-content: flex-start;
	}

	.exhibit #input-sort {
		width: 100%;
	}
}

#content .content-product-search {
	display: flex;
	flex-direction: row;
}

#content .content-product {
	width: 100%;
}

#content .content-product .products {
	display: contents;
}

#content .content-filter {
	display: block;
	background-color: #ffffff;
	width: 250px;
	z-index: 3;
	flex-direction: column;
}

#content .content-filter .title-filter {
	display: none;
}

#content .content-search {
	width: 100%;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0px;
}

#content .content-search b {
	color: #000000;
    font-size: 14px;
}

#content .content-search .input-search {
	position: relative;
}

#content .content-search .input-search #input-search {
	padding: 6px 37px 6px 12px;
}

#content .content-search .search-filter {
	position: absolute;
    top: 25px;
    right: 8px;
    background-color: transparent;
    border: none;
    color: #000000;
}

#content .content-search .search-filter .fa-search {
	font-size: 14px !important;
}

#content .content-search .input-search,
.input-price,
.select-category,
.select-manufacturer {
	padding-bottom: 25px !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
	width: 100%;
}

.select-category select,
.select-manufacturer select {
	margin: 5px 0;
}

.select-manufacturer .form-group {
	max-height: 112px;
	overflow-y: auto;
	margin-bottom: 0px;
}

.form-group .checkbox:last-child {
    margin-bottom: 0;
}

#content .content-search>div {
	padding-left: 0;
}

#content .content-search .btn {
	font-size: 13px;
	padding: 7.5px 5px;
}

#content #input-search,
#content select {
	border-radius: 25px;
	height: 30px;
	font-size: 14px;
    color: #212529;
	padding: 3px 15px;
}

.product-thumb {
	border-radius: 10px;
	box-shadow: none;
}

.product-thumb .button-group {
	overflow: auto;
	display: flex;
	justify-content: center;
}

.product-thumb:hover {
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
}

.product-thumb .price-normal {
	margin-top: 22px;
}

.product-thumb .price-old {
	color: #999;
	font-size: 14px;
    font-weight: lighter;
	text-decoration: line-through;
}

.breadcrumb {
	margin: 5px 0 0 0;
    padding: 0;
    border: none;
    background-color: transparent;
    overflow-x: scroll;
    width: 100%;
}

.product-thumb .button-group button {
    width: 85%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #3DC04E;
    color: var(--primary);
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    font-weight: lighter;
	margin: 10px 0;
}

.product-thumb .caption a {
    font-size: 15px;
	line-height: 20px;
    font-weight: bold;
	color: #000000;
}

.product-thumb .caption {
	padding: 20px 20px 0 20px;
	min-height: 82px;
}

.product-thumb h4 {
    text-align: start;
    font-weight: bold;
    min-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-thumb .price {
    min-height: 44px;
}

.product-thumb .price span {
    text-align: center;
}

p.price {
    font-size: 22px;
    display: grid;
    font-weight: bold;
    color: var(--bg-primary) !important;
}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.thumbnails .image-additional {
	float: left;
	margin-right: 17px;
}

.breadcrumb>li a {
	font-weight: 100;
	font-size: 14px;
	color: #212529;
	border-right: 1px solid #212529;
	padding-right: 4px;
}

.breadcrumb>li a:hover {
	text-decoration: underline;
}

.breadcrumb li:last-child a {
    border-right: none;
}

#content h2 {
	margin-top: 20px;
}

label {
	font-size: 14px;
	font-weight: normal;
	color: #212529;
}

.product-layout {
	padding: 0 5px;
	margin-bottom: 30px;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #3DC04E;
	text-decoration: none;
	cursor: pointer;
}

.min-max {
	background-color: var(--bg-primary);
	font-size: 12px;
	width: 100%;
	color: #ffffff;
	margin-top: 5px;
}

.min-max span {
	width: 100%;
    padding: 2px;
    display: block;
    text-align: center;
}

#price-slider {
    padding-top: 32px;
	width: 91%;
    margin: 0 auto;
}

#price-slider .noUi-base {
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 8px;
	display: flex;
}

#price-slider .noUi-origin {
	position: relative;
    top: -5px;
    left: 44.5%;
    width: 92%;
	z-index: 1 !important;
}

#price-slider .noUi-connect {
    background-color: #007bff;
    border-radius: 10px;
    transition: background-color 0.3s;
}

#price-slider .noUi-handle {
    background-color: var(--bg-primary);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
}

#price-slider .noUi-handle-upper .noUi-tooltip {
	position: fixed;
    left: -29px;
}

#price-slider .noUi-handle-upper .noUi-tooltip:after {
	left: 89%;
}

#price-slider .noUi-tooltip {
    font-size: 10px;
    border-radius: 5px;
    transform: translateY(-120%);
}

.input-search label,
.select-category label {
	font-size: 12px;
}

.select-attribute {
	width: 100%;
}

.select-attribute p {
	font-size: 12px;
    margin: 5px 0px 0px;
    text-decoration: underline;
}

.select-attribute .checkbox-inline {
	width: 100%;
	margin: 0;
}

.select-attribute .checkbox-inline input {
	cursor: pointer;
}

.filter {
	display: none;
	width: 100%;
    padding: 7px 15px;
}

.filter button {
	background-color: var(--bg-primary);
	width: 100%;
	border: none;
    border-radius: 6px;
    padding: 7px;
}

.filter button:hover {
	color: #ffffff;
}

.btn-filter {
	color: #ffffff;
	border-radius: 5px;
    height: 30px;
	padding: 5px 10px;
	background-color: var(--bg-primary);
	border: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	display: none;
}

.btn-filter:hover {
	background-color: var(--bg-primary);
	color: #ffffff;
	border-color: #cccccc;
}

.btn-filter span {
	font-size: 14px;
}

.clear-filters {
	margin-top: 20px;
    font-size: 14px;
    text-decoration: underline;
    color: var(--bg-primary);
}

.clear-filters:hover {
	font-weight: bold;
	text-decoration: underline;
    color: var(--bg-primary);
}

.disable-scroll {
    overflow: hidden;
}

.tags-title {
	margin-top: 10px;
	font-size: 14px;
}

.tags {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.tags a{
	background-color: var(--bg-primary);
	color: #fff;
	border-radius: 2.5rem;
	border: 1px solid var(--bg-primary);
	padding: 4px 15px;
	margin: 0 10px 5px 0;
}

.tags a:hover{
	background-color: #fff;
	color: var(--bg-primary);
	border-radius: 2.5rem;
	border: 1px solid var(--bg-primary);
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}

@media (max-width: 992px) {
	#content .content-filter {
		display: none;
		width: 300px;
		height: 100%;
        border: 5px solid #eeeeee;
	}

	#content .content-filter .title-filter {
		display: flex;
        height: 29px;
        align-items: center;
        background-color: #eeeeee;
        font-weight: bold;
        color: #000000;
        font-size: 16px;
        justify-content: space-between;
        padding: 12px 30px 17px 10px;
	}

	#content .content-filter .title-filter .back {
		background-color: transparent;
		color: #000000;
		border: none;
	}

	#content .content-search .input-search {
		padding-right: 0px;
	}

	#content .content-search {
		flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 15px;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
		overflow-x: hidden;
	}

	#content .content-search>div {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}

	#content .content-search .btn {
		width: auto;
	}

	.btn-filter, .filter {
		display: block !important;
	}

	#price-slider .noUi-origin {
		left: 47%;
	}

	.content-search .input-search {
		display: none;
	}
}

@media (max-width: 767px) {
	.product-thumb h4 {
		text-align: center;
	}

	.button-group button>span {
		display: inline-block !important;
	}
}

@media (max-width: 450px) {
	#content .content-filter {
		width: 100%;
		flex-direction: column;
	}

	#content .content-search>div {
		width: 100%;
	}

	#content .content-search .btn {
		margin: 10px 0 0 0;
	}

	.exhibit {
		justify-content: space-between;
	}

	.btn-filter span {
		display: none;
	}
}
