/* J2Store & Membership Pro */

.j2store-product-list div.page-header,
.j2store-product-list .page-header::after {
    border: none;
}
.j2store-product-list div.page-header > h1 {
    padding-bottom: 5px;
}
.j2store-category-list ul {
    margin: 1rem 0;
}
.j2store-category-list li > a {
    padding: 2px 0 2px 0;
}

.form-inline input[type="text"] {
    display: inline-block;
}
h2.product-title {
    font-size: 1.2em;
}
.j2store-product-list .j2store-product-images  {
    padding: 0.25em;
}
.product-view-box,
.crossell-product-item,
.j2store-product-list .j2store-single-product {
    background: #efefef;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}
.crossell-product-item {
    padding: 1em 1em 2em 2em;
}
.product-view-box {
    padding-top: 1em;
}
.product-view-box .price-sku-brand-container {
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-view-box .product-description {
    margin: 1em 0;
}
.j2store-checkout-link {
    background: #70ad47;
    color: #fff;
    border-radius: 3px;
    padding: 0.2em 0.5em;
}
.crossell-product-item h3 {
    font-size: 1.2em;
}
.j2store-products-row {
    margin-top: 2rem;
}
.moduletablestore-top {
    margin: -3em 0 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d4d4d4;
}
.discount-percentage,
.tax-text {
    font-size: 0.85em;
    margin: 0 0 1em 0;
    line-height: 1.2;
}
.discount-percentage {
    margin: 0.5em 0 0.25em;
}
.j2store-add-to-cart {
    margin-left: 0;
}
.j2store-product-filters input[type="radio"],
.j2store-product-filters input[type="checkbox"] {
    margin: 0 5px 4px 0;
}
.j2store-productfilter-list {
    margin: .5em 0 3em;
}
.j2store-category-list li.j2product-categories,
.j2store-productfilter-label {
    width: 100%;
    background: #efefef;
    padding: 5px 12px;
    border: 2px solid #efefef;
    border-radius: 3px;
    margin: 2px 0;
}

.j2store-category-list li.j2product-categories,
.j2store-category-list li.j2product-categories.active {
    padding: 3px 10px;
}
.j2store-category-list li.j2product-categories.active {
    border: 2px solid #c8770e;
    background: #c8770e;
}
.j2store-category-list li.j2product-categories.active a {
    color: #fff !important;
    font-weight: 700;
}
.j2store-category-list li.j2product-categories a {
    color: #000;
}
.moduletable.well .h3 {
    margin-top: 0;
}
.product-price-container .sale-price {
    font-size: 1em;
}
.product-price-container,
.product-price-container .sale-price,
.product-price-container .base-price {
    display: inline-block;
}
.discount-percentage {
    color: #333;
}
img.product-lang-icon {
    display: inline-block;
    margin-bottom: 3px;
}
.download-pdf .fa,
.product-shipped .fa {
    font-size: 1.2em;
    margin-right: 0.2em;
}

/* j2store checkout */
.j2error {
    display: block;
}
#j2store-checkout input[type="password"],
#j2store-checkout input[type="text"], #j2store-checkout textarea, #j2store-checkout .uneditable-input {
    width: 90%;
}
.customer-note textarea {
    min-width: 33%;
    min-height: 150px;
}
#checkbox_tos {
    margin: 2em 0 0;
}
input#button-payment-method { margin: 1em 0 0;}

#onCheckoutPayment_wrapper label {
    display: block;
}
#stripe-payment-form {
    margin-top: 1em;
}

/* ribbon new */
.j2store-thumbnail-image,
.j2store-mainimage,
.ribbon-neu-bild {
    z-index: 900;
    position: relative;
    width: 100%;
    display: block;
}

.ribbon-wrapper-orange {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: 13px;
}

.ribbon-orange {
    font: bold 12px 'Open Sans', Arial, Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 121px;
    background-color: #de9946;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c8770e), to(#DE9946));
    background-image: -webkit-linear-gradient(top, #c8770e, #DE9946);
    background-image: -moz-linear-gradient(top, #c8770e, #DE9946);
    background-image: -ms-linear-gradient(top, #c8770e, #DE9946);
    background-image: -o-linear-gradient(top, #c8770e, #DE9946);
    letter-spacing: 1px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.ribbon-orange:before, .ribbon-orange:after {
    content: "";
    border-top: 3px solid #c8770e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-orange:before {
    left: 0;
}
.ribbon-orange:after {
    right: 0;
}

.j2error {
    display: block;
}

.customer-note textarea {
    min-width: 33%;
    min-height: 150px;
}
#checkbox_tos {
    margin: 2em 0 0;
}
/* J2Store checkout */
#sp-breadcrumb {
    margin-top: 0.25em;
}
input#button-payment-method { margin: 1em 0 0;}

#onCheckoutPayment_wrapper label {
    display: block;
}
#stripe-payment-form {
    margin-top: 1em;
}
.StripeElement {
    height: 37px !important;
}
.cart-estimator-discount-block {
    margin-top: 2em;
}
.cart-estimator-discount-block .coupon,
.cart-estimator-discount-block .voucher {
    margin-bottom: 1em;
    overflow: hidden;
}
.cart-estimator-discount-block input {
    float: left; margin-right: 15px;
    display: inline-block;
}

img.wf_file_icon {
    display: inline-block;
}
.order-download-files a {
    display: inline-block;
    background: #c8770e;
    color: #fff;
    border-radius: 3px;
    padding: 0.2em 1em;
    margin-left: 1em;
}
.order-download-files a:hover {
    background: #925709;
}
/* Membership Pro */

h1.osm-page-title {
    font-size: 2em;
    margin: -0.5em 0 0.5em 0 !important;
}
.osm-description {
    margin-bottom: 1em;
}
.osm-container .osm-item-heading-box {
    padding: 0.5em 0 0.5em 1em;
    min-height: 82px;
}
.osm-container .osm-item-heading-box h2 {
    font-size: 1.5em;
    text-align: center;
    max-width: 280px;
    margin: 0.24em auto 0 !important;
    display: block;
}
.controls .input-prepend .add-on {
    height: 34px;
}
.button-container {  /* icc store headline module, position j2store-liste-top */
    margin: 1em auto 1em;
    max-width: 80%;
}
.button-container .btn-default {
    background: #efefef;
}
.button-container .btn-default:hover {
    background: #fff;
}
