table#sortiment tr td a.purchase-button {
    right: 170px;
    position: absolute;
    bottom: -75px;
    background-color: #82B600;
    color: #fff;
    white-space: nowrap;
    padding: 9px 15px;
    text-transform: uppercase;
    font-size: 10px;
}
@media screen and (max-width: 720px) {
    table#sortiment tr td a.purchase-button {
        display: inline-block;
        position: initial;
        padding: 9px 11px;
        margin-top: 15px;
    }
}
table#sortiment tr td a.order.add-to-cart, div#product-main #product-cart-submit {
    background-color: #c6d1db;
    color: black;
}

@media screen and (max-width: 720px) {
    table#sortiment tr td a.order.add-to-cart, div#product-main #product-cart-submit {
        margin-bottom: 15px;
    }
}

div#product-main #product-cart-submit {
    padding: 0 15px;
    clear: both;
    margin: 0;

}
div#product-main #product-cart-submit a {
    line-height: 50px;
}

div#product-main #product-link-button a {
    background-color: #82B600;
    padding: 0 15px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    width: 130px;
    margin-bottom: 15px;
}

.cart-box h1 {
    margin-bottom: 20px;
}

table#cart tr td div.cart-edit input {
    background-color: #971F1E;
    display: inline-block;
}

@media screen and (max-width: 720px) {
    table#cart tr td div.cart-edit input {
        margin: 0 0 0 10px;
    }
}

.cart-edit .product-link-button {
    background-color: #82B600;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    color: #fff;
}
@media screen and (max-width: 720px) {
    .cart-edit {
        margin: 15px 0;
    }
}
.mailForm {
    float: right;
}
#mailFormLabel {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
}
#mailFormField {
    border: none;
    font-size: 13px;
    padding: 6px 12px;
    width: 180px;
    box-shadow: none;
    height: 18px;
    background-color: #B0B0B0;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0;
}
#mailFormButton {
    border: 0;
    width: 80px;
    line-height: 30px;
    padding: 0 10px;
}

#side-nav li.has-children {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#side-nav li.has-children a {
    max-width: calc(100% - 32px);
}

#side-nav li.has-children .sub-menu-toggle {
    content: url('../img/plus-circle.svg');
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#side-nav li {
    text-transform: none;
}

#side-nav ul.nav-dropdown-container {
    display: none;
    width: 100%;
    flex-shrink: 0;
    padding: 10px;
}

#side-nav ul.nav-dropdown-container li {
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    margin: 5px 0;
}

#side-nav li.has-children.open .sub-menu-toggle {
    content: url('../img/minus-circle.svg');
}

#side-nav li.has-children.open ul.nav-dropdown-container {
    display: block;
}

.product-notice {
   background-color: #7F2820;
   padding: 12px;
   margin-bottom: 15px;
   text-align: center;
}

.product-notice p {
    color: white;
    margin: 0;
}
.product-notice a {
    color: white;
    text-decoration: underline;
}