/* PRODUCTS */
.mx_webshop_category_product {
    float: left;
    width: 32%;
    height: auto;
    text-align: center;
    padding:15px;
    margin: 0 2% 35px 0;
    background-color:#FFFFFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
position:relative;
}

#mx_webshop_promotion .mx_webshop_category_product,
#mx_webshop_product_related .mx_webshop_category_product{
	width:100%;
}

.mx_webshop_category_product:hover {
-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
}

.mx_webshop_category_percent {
position:absolute;
top:20px;
left:0;
padding:5px 15px;
color:#FFFFFF;
background-color:#5FB748;
z-index:1;
}

.mx_webshop_category_product_image {
	padding:10px;
}

.mx_webshop_category_product_image img {
	display:block;
   max-width:100%;
   height:auto;
}

.mx_webshop_category_product a {
    display: block;
    text-decoration: none;
    color: #333;
}

.mx_webshop_category_product h2 {
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    font-weight: normal;
}

.mx_webshop_category_prices {
    font-size: 18px;
    margin: 10px 0;
    height: 20px;
}

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

.mx_webshop_category_new_price {
    color: red;
}

.mx_webshop_category_product footer {
    background: #F2F3F5;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    font-weight: normal;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
text-transform: uppercase;
font-size: 15px;
font-family: "Open Sans";
font-weight: 600;
transition: all 0.8s ease;
}

.mx_webshop_category_product:hover footer {
	background-color:#F8F9FB;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .mx_webshop_category_product {
        width: 48%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 500px) {
    .mx_webshop_category_product {
        width: 100%;
        margin-right: 0;
    }

}

/* shoppingcart_summary.html.twig) */

#mx_webshop_summary_button {
	cursor:pointer;
}
#mx_webshop_summary_button i{
	font-size:32px;
	left: 3px;
}



#mx_webshop_summary_button span {
position: absolute;
width: auto;
padding: 6px;
line-height: 9px;
font-size: 12px;
min-width:20px;
left: 24px;
top: -5px;
background-color: #0055A0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color:#FFFFFF;
}

#mx_webshop_summary_content {
	display:none;
	background-color:#FFFFFF;
	width:250px;
	top:55px;
	right:-12px;
	position:absolute;
	padding:10px 15px;
	z-index:9999;
	color:#000000;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
}

#mx_webshop_summary_content table {
	width:220px!important;
}

#mx_webshop_summary_content table td:first-of-type {
	width:145px!important;
}

#mx_webshop_summary_content table td:last-of-type {
	width:45px!important;
}

#mx_webshop_summary_content:after {
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 10px;
	margin-left: -10px;
}

#mx_webshop_summary_content h3 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
}

#mx_webshop_summary_content td {
	vertical-align:top;
	padding-right:10px;
	font-size:13px;
}

#mx_webshop_summary_content p {
	font-size:13px;
	margin-bottom:15px;
}

#mx_webshop_summary_content td:last-of-type {
	padding-right:0;
	text-align:right;
}

#mx_webshop_summary_content p.total {
	text-align:right;
	font-weight:bold;
}

#mx_webshop_summary_content p:last-of-type {
	margin-bottom:0;
}

/* PROCESS (registration.html.twig / overview.html.twig / payment.html.twig) */
.mx_webshop_process {
    padding: 8px 15px;
    background: #F8F9FB;
    border: 1px #DDD solid;
    color: #777;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    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: 10px;
    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%;
}



/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .mx_webshop_row > label, .mx_webshop_input {
        width: 100%;
    }
    .mx_webshop_row {

    }
}