/* Sales top category */
   html, body {
    overflow-x: hidden;
height:100%;
    }
    
    #mx_sales_cart_header h6 {
    padding-bottom: 0;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
}


hr {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: medium double #ccc;
    color: #ccc;
    text-align: center;
    padding-bottom: 20px;
    display: block;
    height: 1px;
       margin: 2em 0 1em;
    
}


hr::after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 1.5em;
    padding: 0px 0.25em;
    background: transparent;
}
.mx_sales_error {
    color: red !important;
    border-color: red;
    border: solid 1px red !important;
}
.mx_sales_group_items img {width:100%;height:auto; margin-bottom:10px;}

    #mx_sales_top_category label {

     width: auto;
    text-align: initial;
    border: solid 1px #fff;
    margin-bottom: 7px;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    border: none;
     outline: none;
    font-size: 16px;
    text-decoration: none;
    background: #693810;
    color: #fff;
    line-height: 95%;
    height: auto;
    display:inline-block;
    
    }
     #mx_sales_top_category label:hover {background-color:#666;}


#mx_sales_top_category {
    width:100%;
    margin-bottom: 15px;
    text-align:center;
    }
    
    #mx_sales_top_category label, #mx_sales_top_category input[type='checkbox'],
    #mx_sales_container label, #mx_sales_container input[type='checkbox'] {
    cursor:pointer;
    }

    .mx_sales_error {
        color: red !important;
        border-color: red;
        border: solid 1px red !important;
    }

    #mx_sales_top_category input:checked + label {
      font-weight: bold;
    }
    
    #mx_sales_top_category input {
    margin:0 3px;
    }
    
    #mx_sales_container {
    width:100%;
    height:auto;
    position:relative;
    }
    
    #mx_sales_container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    #mx_sales_item_container {
    float:left;
    width:70%;
    }
    
    .mx_sales_column_header {
    background-color: #693810;
   padding: 15px 20px 0 20px;
    }
    .mx_sales_column_header h2 {color:#fff;}
    .mx_sales_column_header p {color:#fff;}
    .mx_sales_column_header img {
    max-width:100%;
    height:auto;
    float:left;
    display:block;
    margin-right:10px;
    }
    
    .mx_sales_item {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:solid 1px #DDDDDD;
    }
    
    .mx_sales_item:last-of-type {
    margin-bottom:0;
    border-bottom:none;
    }
    
    .mx_sales_item_column_set:after {
    display:block;
    content:"";
    clear:both;
    }
    
    .mx_sales_item_image {
    float:left;
    display:inline-block;
    padding-right:10px;
    }
    
    .mx_sales_item_image img {
    max-width:100%;
    height:auto;
    display:block;
    }
    
    .mx_sales_item_description {
    float:left;
    width:75%;
    padding-right:15px;
    }
    .mx_sales_item_description p {font-style:italic;}
    
    .mx_sales_item_description h3 {
    margin-bottom:0;
    padding-bottom:0;
    text-transform:uppercase;
    }
    
    .mx_sales_item_description p:last-of-type {
    margin-bottom:0;
    padding-bottom:0;
    }
    
    .mx_sales_item_price {
    float:left;
    width:25%;
    text-align:right;
    font-weight:bold;
    }
    
    .mx_sales_detail_row {
    padding: 10px 0;
    }
    
    .mx_sales_detail_row:last-of-type {
    padding-bottom:0;
    }
    
    .mx_sales_detail_row:after {
    display:block;
    content:"";
    clear:both;
    }
    
    .mx_sales_detail_label {
    float:left;
    width:45%;
    }
    
    .mx_sales_detail_input {
    float:left;
    width:55%;
    padding-left:10px;
    }
    
    .mx_sales_detail_input select, .mx_sales_detail_input textarea {
    width:100%;
    max-width:250px;
    }
    
    .mx_sales_checkbox {
    margin-right:5px;
    }

    .sales_toggle {
    cursor: pointer;
    }
    
    .mx_sales_detail_input input.mx_sales_quantity {
    width: 50px;
    }
    
    .mx_sales_detail_input .mx_sales_order {
    float: right;
    }
        
    #mx_sales_container{
        float: left;
        width: 100%;
        height: auto;
        position: relative;
        clear: both;
    }

    #mx_sales_cart_container {  
    	    color: #000 !important;
    float:left;
    width:30%;
    padding-left: 20px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 3;
    top:120px; /* zonder sticky header top:0; */
    }
    
    #mx_sales_cart:after {
    top: 100%;
    background:
    linear-gradient(135deg, white 33.333%, transparent 0), 
    linear-gradient(-135deg, white 33.333%, transparent 0);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5em; /*desired tooth height*/
    background-size: 1em 100%; /*width (1st num) must be twice tooth height*/
    background-position: center; /*optional: used for symmetrical edges*/
    }
    
    #mx_sales_cart {
    background-color:#FFFFFF;
        color: #000 !important;
    position: relative; /* Anything but 'static' will work here. */
    padding:20px 15px;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px); /*optional*/
    }
    
    #mx_sales_cart_header {
    font-weight:bold;
    padding-bottom:15px;
    }
    
    .mx_sales_cart_item, .mx_sales_cart_row {
    padding:5px 0;
    }
    
    .mx_sales_cart_item:after, .mx_sales_cart_row:after {
    display:block;
    content:"";
    clear:both;
    }
    
    .mx_sales_cart_row.mx_sales_cart_option {
    font-size:12px;
    padding: 0;
     }
    
    .mx_sales_cart_left {
    float:left;
    width:65%;
    }
    
    .mx_sales_cart_left a {
    	    color: #000 !important;
    }
    
    .mx_sales_cart_right {
    float:left;
    width:35%;
    text-align:right;
    padding-right:19px;
    position:relative;
    }
    
    .mx_sales_cart_remove {
    position:absolute;
    right:0;
    top:-2px;
    text-decoration: none; 
    font-size: 18px; 
    color:red;
    }
    
    .mx_sales_subtotal {
    font-weight:bold;
    border-top: solid 1px #DDDDDD;
    padding-top:10px;
    margin-top:5px;
    }
    
    .mx_sales_subtotal .mx_sales_cart_right {
    }
    
    button.opties:hover {
    background-color:#666;
    color:#fff;
    }
    
    button.mx_sales_opties, button.mx_sales_order, a.mx_sales_button_submit {
    padding:10px;
    margin-left: 10px;
    cursor:pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none;
    font-size: 16px;
    text-decoration:none;
    background:#F2F2F2;
    color:#333;
    line-height:95%;
    height:auto;
    }
    
    a.mx_sales_button_submit {
    width:100%;
    margin-left:0;
    display:block;
    text-align:center;
    margin-top:20px;
    }
    
    button.mx_sales_opties:hover, button.mx_sales_order, a.mx_sales_button_submit {
    background-color:#693810;
    color:#fff;
    }
    
    button.mx_sales_order:hover, a.mx_sales_button_submit:hover {
    background-color:#84a828;
    }
    
    #mx_sales_cart_label, #mx_sales_cart_close {
    display:none;
    }
    
    #mx_sales_cart_empty {
    text-align:center;
    padding: 15px 0;
    }
    
    @media screen and (max-width: 860px) {
    
   
    
    #mx_sales_item_container {
    width:99%;
    padding-right:30px;
    }
    
    #mx_sales_cart_container {
    width:1%;
    padding:0;
    }
    
    #mx_sales_cart {
    position:absolute;
    right:-320px;
    width:300px;
    transition: all 0.7s ease;
    }
    
    #mx_sales_cart_container.show #mx_sales_cart {
    right:-17px;
    }
    
    #mx_sales_cart_label {
  display: block;
    position: absolute;
    left: -63px;
    top: 19px;
    height: 67px;
    width: auto;
    background-color: #84a828;
    color: #FFFFFF;
    padding: 25px 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    transition: all 0.7s ease;
    font-size: 25px;
    }
    
    #mx_sales_cart_container.show #mx_sales_cart_label {
    left:9999px;
    }
    
    #mx_sales_cart_close {
    display:block;
    position:absolute;
    top:0;
    right:10px;
    height: 35px;
    width: 25px;
    text-align:center;
    padding-top:5px;
    background-color:#666666;
    color:#FFFFFF;
    cursor:pointer;
    }
    
    #mx_sales_cart_label:hover, #mx_sales_cart_close:hover {
    background-color:#000000;
    }
    
    } /* end mediaquery */
    
    @media screen and (max-width: 600px) {
    	
     #mx_sales_top_category label {
    width: 89%;
    display:inline-block;
    
     }
    
    .mx_sales_item_description {
        width: 100%;
        padding-right: 0;
    }
    
    .mx_sales_item_price {
        width: 100%;
    }
    
    } /* end mediaquery */
    
    @media screen and (max-width: 425px) {
    
    .mx_sales_detail_input .mx_sales_order {
    margin-top:10px;
    }
    
    } /* end mediaquery */