/* Produkt */
.BuySection {
    width: fit-content;
}
.addproductform {
    background: #1ba77e;
    border: none;
    padding: 2em 3em;
    width: fit-content;
    text-align: center;
}
.addproductform .message {
    color: #fff;
}
.addproductform fieldset {
    display: inline-block;
    border: none;
    display: inline-block;
    padding: 0;
}
.addproductform label {
    color: #fff;
    display: none;
}
.addproductform .btn-toolbar {
    display: inline-block;
}
.addproductform input[type="text"] {
    border: .1em solid #fff;
    padding: .65em .5em;
    color: #1ba77e;
    font-size: 1.2rem;
    width: 1.5em;
    text-align: center;
    position: relative;
    bottom: .06em;
}
.addproductform input[type="submit"] {
    cursor: pointer;
    background: #fff;
    color: #1ba77e !important;
    font-size: 1.34rem;
    position: relative;
    bottom: -.03em;
}

.productItem {
    height: 100%;
    border: .01em solid;
}
.productItem .Details {
    padding: 1em;
}
.productItem:hover {
    box-shadow: 0 0 1em rgba(0, 0, 0, .2);
}
.productItem h4 {
    font-size: 1rem;
}
.panel h4 {
    font-weight: 700;
    -webkit-hyphens: auto;
    -ms-hypohens: auto;
    hyphens: auto;
    font-size: 1rem;
}
.productItem .add {
    display: none;
}
.productItem .price strong {
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Open Sans';
}
.BuySection .price strong {
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 1.5rem;
}
.middleColumn {
    text-align: left;
}

.NumItemsInCart {
    background: #1ba77f;
    color: #fff !important;
    font-size: 1rem;
    text-align: center;
    margin-top: -1em;
    padding-bottom: 1em;
}

.VarPrice {
    color: #fff;
    font-size: 1.2rem;
    padding-left: 1em;
}

.productImage {
    max-width: 45%;
    height: 10em;
    display: inline-block;
    cursor: pointer;
}
.ProductImages a:first-child .productImage {
    /* width: 100%; */
    max-width: calc(100% - .75em);
    height: auto;
    max-height: 30vH;
}
.ProductImages {
    margin-bottom: 4em;
}

/* Productgroup Page */
h3 {
    font-size: 1.5rem;
}
h2.Categories {
    margin: 0;
    /* border-top: .01em solid; */
}
h2.Products {
    border-bottom: .01em solid;
    text-align: center;
    text-align-last: center;
}
.panel {
    display: block;
    cursor: pointer;
    border: .1em solid #1ba77e;
    color: #1ba77e;
    height: 100%;
    width: 100%;
    padding: .5em !important;
}
.panel img[src=""] {
    height: 105px;
    display: block;
    opacity: 0;
}

a.noimage {
    height: 74.5%;
    display: block;
    background-color: #fafafa;
}

.FilterTitle {
    border: .05em solid;
    padding: 1em;
    font-size: 1rem;
    font-weight: 700;
    margin-top: .2em;
    cursor: pointer;

    transition: 1s background-color ease-in-out;
}
.FilterTitle:before {
    content: "\edbf";
    font-family: 'bits' !important;
    font-size: .7rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .25em;
}
.FilterTitle.open, .FilterTitle:hover {
    background-color: #f3f3f3;
    
    transition: 1s background-color ease-in-out;
}
.FilterTitle.open:before {
    content: "\edc3";
}
.FilterTitle.FilterButton {
    border-color: #1ba77e;
    color: #1ba77e;
    text-align: center;
}
.FilterTitle.FilterButton::before {
    content: "\ed66";
}

.FilterValues {
    display: none;
    border: .05em solid;
    padding: 1em;
    font-size: 1rem;
    font-weight: 300;
    border-top: none;
    margin-bottom: .5em;
}

.FilterTitle.open + .FilterValues {
    display: block;
}

/* Cart */
.subtotal {
    font-weight: 700;
    font-family: 'Open Sans';
    border-top: 1px solid #dddddd;
}
.subtotal th {
    text-align: right !important;
    padding-right: 2em;
}
.Total td {
    font-weight: 700;
    font-family: 'Open Sans';
}

#CartForm_CartForm input[type="submit"] {
    float: right;
}
.continuelink.button, #CartForm_CartForm input[type="submit"] {
    background-color: #fff;
    color: #1ba77e !important;
}

fieldset {
    padding: 0;
    border: none;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
    border: .05em solid;
    padding: .65em .5em;
    font-size: 1rem;
    text-align: left;
    position: relative;
    bottom: .06em;
    color: #000;
}
select {
    border: .05em solid;
    padding: .65em .5em;
    font-size: 1rem;
    text-align: center;
    position: relative;
    bottom: .06em;
    text-align: left;
    margin-bottom: 2em;
}
textarea {
    border: none;
    width: 100% !important;
    background-color: #f8f8f8;
}
ul.optionset {
    list-style-type: none;
    padding: 0;
}

.cart input[type="number"] {
    width: 3em;
}

tfoot th {
    text-align: right;
    padding-right: 2em;
}

.accordeon-group {
    margin-top: 5em;
}

.accordion-heading i {
    font-size: 1rem;
    margin-left: .5em;
}
.accordion-heading h3 {
    border-bottom: .01em solid;
}

.accordion-body {
    padding: 1em 0;
}

.accordion-inner .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.accordion-inner .span4 {
    font-size: 1.3rem;
    display: block;
    padding: 0 1em;
    width: 45%;
}

#Checkout form label.left {
    float: none !important;
    width: 20vW !important;
    text-transform: none;
}
.field.optionset, .field.optionset + .field {
    padding: 1em;
    border: .01em solid;
}
.field.optionset + .field {
    border-top: none;
}
.optionset > label {
    font-family: 'open_sans_condensedbold';
}
#Checkout form input.text {
    width: 50vW;
    min-width: 30em;;
    margin: 0 0 2em;
    text-align: left;
}
.description {
    display: none;
}

.message.bad {
    color: #b60000;
    font-family: 'open_sans_condensedbold';
    font-weight: 700;
    font-size: 1.2rem;
}

/* Account */
.accountnav {
    float: right;
    padding: 1em;
    border: .01em solid;
}
.accountnav i.icon {
    margin-right: .5em;
}
.panel {
    display: inline-block;
    cursor: pointer;
    border: .01em solid #1ba77e;
    color: #1ba77e;
    font-size: 1.3rem;
    padding: 1em;
    margin: .25em;
}
.panel .tag {
    font-family: 'open_sans_condensedbold';
}
.button.small, #Form_CreateAddressForm input[type="submit"] {
    font-size: 1rem;
}
.button img {
    filter: brightness(100);
}
.button:hover img {
    filter: none;
}
.button.remove-address {
    background-color: #b60000;
}
#Form_CreateAddressForm {
    border: .01em solid;
    padding: 1em;
}
#Form_CreateAddressForm input[type="text"], #Form_CreateAddressForm input[type="number"], #Form_CreateAddressForm input[type="email"], #Form_CreateAddressForm input[type="password"]  {
    width: 50%;
    min-width: 30em;
}

table.infotable td.product.title {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
}
table.infotable tr td, table.infotable tr th {
    font-size: 1rem !important;
}

.Downloads {
    margin-bottom: 3em;
}
.Downloads h3 {
    margin-bottom: 0
}
.Downloads ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}
.Downloads li:before {
    content: "\e9a6";
    font-family: 'bits' !important;
    font-size: .9rem;
    color: #1ba77e;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .5em;
    bottom: .05em;
    position: relative;
}