.mx_webshop_category_prices {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
    padding-top:10px;
}

.mx_webshop_latest_product_image {
float:left;
width:38%;
}
.mx_webshop_latest_product_image a {
text-decoration: none;
color: #207DA2;
font-style: italic;
font-size:13px;
cursor:pointer;
padding-top:3px;
padding-left:5px;
}


.mx_webshop_latest_product_image img {
	width:100%;
	height:auto;
	margin-left:-6px;
}



.mx_webshop_latest_product_description {
float:left;
width:62%;
}

.mx_webshop_latest_product_description ul {
	padding-left:25px;
	margin-top:0;
}

#content {
    width: 100%;
    margin-right: 0;
}

#column {
	display:none;
}

/* PROCESS (registration.html.twig / overview.html.twig / payment.html.twig) */
.mx_webshop_process {
    padding: 5px 10px;
    background: #f9f9f9;
    border: 1px #DDD solid;
    color: #777;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: table;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.mx_webshop_process ul, .mx_webshop_process li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mx_webshop_process li {
    float: left;
}

.mx_webshop_process a {
    color: #777;
    text-decoration: underline;
}

.mx_webshop_process li:after {
    color: #777;
    padding: 0 10px;
    content: '/';
    font-weight: normal;
}

.mx_webshop_process li:last-child:after {
    padding: 0;
    content: '';
}

/* GENERAL ROWS / INPUT */
.mx_webshop_row {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 15px;
    box-sizing: border-box;
    clear: both;
}

.mx_webshop_row label, .mx_webshop_input {
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.mx_webshop_row > label {
    width: 40%;
}

.mx_webshop_input {
    width: 60%;
}

.mx_webshop_row input[type=text], .mx_webshop_row input[type=email], .mx_webshop_row input[type=password], .mx_webshop_row textarea {
    padding: 4px 10px;
    border: 1px #DDD solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.mx_webshop_row textarea {
    height: 70px;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .mx_webshop_row > label, .mx_webshop_input {
        width: 100%;
    }
    .mx_webshop_row {

    }
}