@media (min-width: 992px) {
	.col-md-20per {
		width: 20%;
		float: left;
	}
}
/*style products-homefullpage*/
.products__section.product__category{
	display: block;
	padding-top: 80px;
	padding-bottom: 0;
}
.products__section.product__category.top{
	padding-top: 120px
}
.products__section.product__category.bottom {
	padding-top: 0;
	padding-bottom: 30px;
}
.products__section.product__category .fit-thumb-wrap {
	margin-bottom: 30px;
}
.products__section.product__category h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
    font-weight: 700;
    color: #242424;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 50px;
}
.products__section.product__category .list-products{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.products__section.product__category .list-products .each-products{
	width: 300px;
}

.products__section.product__category .products_more{
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
	margin-top: 15px;
}
.products__section.product__category .products_more span:hover{
	background: #242424;
	color: white;
}  
.products__section.product__category .products_more span{
	color: #242424;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 5px;
    border: 2px solid black;
    padding: 5px 10px;
    transition: all .2s ease-in-out;
}

/*style products-more*/
.products__section.product__category .products_page{
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}
.products_page.has-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.products_page.has-option .in_filter {
	position: relative;
}
.products_page.has-option .in_filter:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	border-top: 6px solid black;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.products_page.has-option select {
	-webkit-appearance: none;
	font-size: 20px;
	padding: 5px 20px;
	padding-right: 40px;
	border-radius: 0;
	border: 2px solid #333;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.products__section.product__category .products_page .title-more{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #242424;
    /*padding-top: 70px;*/
    /*padding-bottom: 10px;*/
    /* padding-left: 50px; */
}
.products__section.product__category .products_page .box_page{
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    color: #242424;
    /*margin-top: 60px;*/
    margin-left: 30px;
    padding: 10px;
    border: 3px solid #242424;
    padding-left: 20px;
}
.products__section.product__category .products_page .box_page .page{
	padding-left: 30px;
}
.products__section.product__category .products_page .box_page .page a{
	color: #242424;
	margin: 0 5px;
	padding: 0 5px;
}
.products__section.product__category .products_page .box_page .page a:hover{
	color: orange;
}
.products__section.product__category .list-products.list-products-more{
	display: flex;
	justify-content: flex-start;
}
.products__section.product__category .list-products .each-products.each-products-more{
	width: calc(20% - 15px);
	margin-right: 15px;
	margin-bottom: 10px;
}
.products__section.product__category .products_more.products_more_two{
	display: none;
}

@media (max-width: 767px) {
	.products_page.has-option {
		flex-direction: column;
		align-items: flex-start!important;
	}	
	.products_page.has-option .box_page {
		margin-top: 10px;
		margin-left: 0!important;
	}
	.products_page.has-option .in_filter {
		margin-top: 10px;
	}
}

@media (max-width: 670px) {
	.products__section.product__category .products_page {
		flex-direction: column;
	}
	.products__section.product__category .products_page .title-more {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.products__section.product__category .products_page .box_page {
		margin-left: 0;
	}
}