.products_list_unit 							{ width: calc(100% - 20px); margin-left: 10px; margin-top: 10px; }
.products_list_unit a:link                      { text-decoration: none; font-weight: 300; }
.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 				{ background-color: black; }
.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 				{ padding: 10px; font-weight: 900; }
.products_list_unit .item .desc 				{ padding: 10px; padding-top: 0; }

@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; }
	
}