.products_list_unit 							{ width: calc(100% - 20px); margin-left: 10px; margin-top: 10px; }
.products_list_unit a                     		{ text-decoration: none !important; font-weight: normal !important; }
.products_list_unit.margin_top 					{ margin-top: 50px; }
.products_list_unit.margin_bottom 				{ margin-bottom: 50px; }
.products_list_unit_category_name				{ width: 100%; padding: 25px; text-align: center; }
.products_list_unit .item						{ width: 25%; padding: 10px; }
.products_list_unit .item .image 				{ }
.products_list_unit .item .image img 			{ opacity: .8; transition: opacity .3s ease !important;}
.products_list_unit .item:hover .image img 		{ opacity: 1; }
.products_list_unit .item .image.shadow 		{ filter: drop-shadow(7px 7px 7px rgba(0,0,0,.5)); }
.products_list_unit .item .name 				{ font-weight: 900; font-size: 24px; line-height: 24px; margin-top: 10px; margin-bottom: 5px; }
.products_list_unit .item .desc 				{ font-size: 16px; line-height: 20px; }

.products_list_unit.visible_only_on_mobile 			{ display: none; }

@media only screen and (max-width : 960px) {
	.products_list_unit.visible_only_on_desktop 	{ display: none; }
	.products_list_unit.visible_only_on_mobile 		{ display: block; }
}

@media only screen and (max-width :1180px) {
	.products_list_unit .item						{ width: 33.33%; }
}

@media only screen and (max-width :1024px) {
	.products_list_unit .item						{ width: 50%; }
}


@media only screen and (max-width : 768px) {

	.products_list_unit .item						{ width: 100%; }

	.products_list_unit .item .image.shadow 					{ filter: drop-shadow(4px 4px 4px rgba(0,0,0,.5)); }

	.products_list_unit.margin_top 				{ margin-top: 25px; }
	.products_list_unit.margin_bottom 			{ margin-bottom: 25px; }
}



.product_image									{ width: 50%; margin-left: 25%; }
.product_title 									{ text-align: center; padding: 25px; }
.product_text 									{ width: 75%; margin-left: 12.5%; padding-top: 25px; padding-bottom: 25px; }
.product_youtube_frame 							{ width: 50%; }
.product_more 									{ text-align: center; padding: 25px; }

@media only screen and (max-width : 768px) {

	.product_image									{ width: 100%; margin-left: 0; }
	
}




.products_list_sort_by_header 					{ padding: 25px; text-align: center; }
.products_list_sort_by_header .item				{ display: inline-block; padding: 10px; border-radius: 12px; font-size: 14px; line-height: 18px; cursor: pointer; }
.products_list_sort_by_header .item:hover		{ background-color: black; color: white; }
.products_list_sort_by_header .item.active 		{ background-color: black; color: white; }

.products_list_sort_by_header .item.reverse				{ color: white;}
.products_list_sort_by_header .item.reverse:hover		{ background-color: white; color: black; }
.products_list_sort_by_header .item.reverse.active 		{ background-color: white; color: black; }