/* CATEGORIE */

#mx_webshop_category_image {
	position:relative;
	margin-bottom:25px;
	z-index:1;
}

#mx_webshop_category_image img {
	width:100%;
	height:auto;
}

#mx_webshop_category_image_overlay {
	position:absolute;
	width:100%;
	height:auto;
	color:#FFFFFF;
	text-align:center;
	padding:25px;
    bottom:30px;
}

#mx_webshop_category_image_overlay p {
font-size: 17px;
margin-bottom:0;
}

.mx_webshop_category_short_description {
	text-align:center;
}

@media screen and (max-width: 600px) {
	
#mx_webshop_category_image {
	display:none;
}
}

/* SUBCATEGORIES */
.mx_webshop_subcategory {
	float: left;
	width: 31.3%;
	height: auto;
	text-align: center;
	margin: 0 3% 30px 0;
	position: relative;
}

.mx_webshop_subcategory:nth-of-type(3n) {
	margin-right:0;
}

.mx_webshop_subcategory_image img {
    height: auto;
    width: 60%; /*was100*/
    display:block;
}

.mx_webshop_subcategory a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
}

.mx_webshop_subcategory h2 {
	bottom:0;
	position:absolute;
	width:100%;
    color: #FFFFFF;
    padding-top: 12px;
    min-height: 50px;
    height:auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-weight: normal;
    margin:0;
}

#mx_webshop_category_description p:first-of-type {
   display:none;
}

@media screen and (max-width: 1023px) {

.mx_webshop_subcategory, .mx_webshop_subcategory:nth-of-type(3n) {
    width: 48.5%;
    margin: 0 3% 30px 0;
}

.mx_webshop_subcategory:nth-of-type(2n) {
	margin-right:0;
}

}

@media screen and (max-width: 600px) {

.mx_webshop_subcategory, .mx_webshop_subcategory:nth-of-type(3n), .mx_webshop_subcategory:nth-of-type(2n) {
    width: 100%;
    margin: 0 0 30px 0;
}

}

/* PRODUCTS */
.mx_webshop_product_list {
    float: left;
    width: 31.3%;
    height: auto;
    border: 1px #DDD solid;
    text-align: center;
    margin: 0 3% 30px 0;
    position:relative;
}

.mx_webshop_product_list.latest, .mx_webshop_product_list.promotion, .mx_webshop_product_list.related {
	width:100%;
	margin: 0;
}

.mx_webshop_product_list.category:nth-of-type(3n+1) {
	margin-right:0;
}

.mx_webshop_product_list_image {
    height: auto;
    width: 100%;
}

.mx_webshop_product_list a {
    display: block !important;
    color: #000;
}

.mx_webshop_product_list a:hover {
	text-decoration:none;
}

.mx_webshop_product_list_description {
	padding:10px 15px 25px 15px;
}

.mx_webshop_product_list h2 {
    color: #000;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing:0;
}

.mx_webshop_product_list img {
	display:block;
}

.mx_webshop_product_list_price {
   position:absolute;
   width:100%;
   left:0;
   bottom:0;
}

.mx_webshop_category_old_price {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
}

.mx_webshop_category_new_price {
    color: red;
}

.mx_webshop_product_list .label {
    position: absolute;
    top:0;
    left:0;
    width: auto;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.mx_webshop_product_list footer {
    position: absolute;
  transform: translateY(-50%);
  top: 50%;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 10px;
    font-weight: normal;
	overflow: hidden;
	display:none;
	text-align:center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}



.mx_webshop_product_list:hover img{
   opacity: 0.6;
   -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.mx_webshop_product_list:hover footer {
display:block;
	overflow: hidden;

}

.mx_webshop_sort {
	text-align:right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media screen and (max-width: 1023px) {

.mx_webshop_product_list, .mx_webshop_product_list.category:nth-of-type(3n+1) {
    width: 48.5%;
    margin: 0 3% 30px 0;
}

.mx_webshop_product_list.category:nth-of-type(odd) {
	margin-right:0 !important;
}

}

@media screen and (max-width: 600px) {
	
.mx_webshop_product_list.category .mx_webshop_product_list_description p{
	display:none;
}

}

@media screen and (max-width: 450px) {

.mx_webshop_product_list.category {
	width:100% !important;
	margin-right:0 !important;
}
}