/* *********
   * fonts *
   ********* */

   @font-face {
    font-family: 'averta-regular';
    src: url('../fonts/averta-regular-webfont.woff2') format('woff2'),
    url('../fonts/averta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta-extrabold';
    src: url('../fonts/averta-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/averta-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta-italic';
    src: url('../fonts/averta-regularitalic-webfont.woff2') format('woff2'),
    url('../fonts/averta-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ********
   * tags *
   ******** */

body {
    color: #000;
    background: #fff;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body strong {
    letter-spacing: normal !important;
    text-transform: none;
    color: #000;
}

body h1,
body h3,
body h5 {
    font-family: 'averta-extrabold', Arial, sans-serif;
}

body h2,
body h4,
body h6,
body p,
body a,
body .et_pb_button {
    font-family: 'averta-regular', Arial, sans-serif;
}

body em,
body i {
    font-family: 'averta-italic', Arial, sans-serif;
}

body h1,
body h2 {
    line-height: 1.1em;
}

body h3 {
    line-height: 1.2em;
}

body h4,
body h5,
body h6 {
    line-height: 1.3em;
}

body p {
    font-size: 14px;
    line-height: 1.4em;
}

body a {
    color: #e73246;
}

body a:hover {
    color: #e73246;
}

body strong {
    font-family: 'averta-extrabold', Arial, sans-serif;
    font-weight: normal !important;
}


@media (max-width: 980px) {
    body h6 {
        font-family: 'averta-extrabold', Arial, sans-serif;
    }
}

/* ***********
   * buttons *
   *********** */

/* ghost */
body .btn,
body .products-highlights .highlighted .product-item-content .btn-default,
body .productslider .two-product-slide .btn-default,
body .btn-continue,
body .btn-update,
body .btn-empty,
body .discount-box .button,
body button.btn-fastorder.fastorder-add-position,
body .order-items.order-details .buttons-set p.back-link > a {
    border-radius: 0;
    font-size: 12px;
    padding: 8px 10px;
    color: #000;
    background: transparent;
    background-color: transparent;
    border: 1px solid #000;
    border-color: #000;
}

body .btn:hover,
body .btn:hover,
body .btn:focus,
body .btn:active,
body .btn.active,
body .products-highlights .highlighted .product-item-content .btn-default:hover,
body .productslider .two-product-slide .btn-default:hover,
body .btn-continue:hover,
body .btn-update:hover,
body .btn-empty:hover,
body .discount-box .button:hover,
body button.btn-fastorder.fastorder-add-position:hover,
body .order-items.order-details .buttons-set p.back-link > a:hover,
body .order-items.order-details .buttons-set p.back-link > a:focus {
    color: #fff;
    background: #000;
    background-color: #000;
    border-color: #000;
}

/* ghost inverted */
body .btn-contact {
    border-radius: 0;
    font-size: 12px;
    padding: 8px 10px;
    color: #fff;
    background: transparent;
    background-color: transparent;
    border: 1px solid #fff;
    border-color: #fff;
}

body .btn-contact:hover {
    color: #000;
    background: #fff;
    background-color: #fff;
    border-color: #fff;
}

/* cta */
body button.btn-cart,
body button.btn-add-to-cart,
body .cart-button-container .btn-checkout,
body .cart .cart-collaterals .cart-total-row .totals .checkout-types li .btn-checkout,
body #billing-buttons-container .button,
body #shipping-buttons-container .button,
body #payment-buttons-container .button,
body #shipping-method-buttons-container .button,
body #review-buttons-container .btn,
body button.btn-fastorder,
body .account-login button.button,
body .csv-upload button.btn-csv,
body .btn-loginforpricing {
    border-radius: 0;
    padding: 8px 10px 8px 33px;
    font-size: 12px;
    background: #e73246;
    background-color: #e73246;
    border: 1px solid #e73246;
    border-color: #e73246;
    color: #fff;
    line-height: 1;
}

body #billing-buttons-container .button,
body #shipping-buttons-container .button,
body #payment-buttons-container .button,
body #shipping-method-buttons-container .button,
body #review-buttons-container .btn,
body button.btn-fastorder,
body .account-login button.button,
body .csv-upload button.btn-csv,
body .btn-loginforpricing {
    padding: 8px 10px !important;
}

body button.btn-cart:hover,
body button.btn-cart:active,
body button.btn-cart:disabled,
body button.btn-cart[disabled],
body button.btn-add-to-cart:hover,
body button.btn-add-to-cart:active,
body button.btn-add-to-cart:disabled,
body button.btn-add-to-cart[disabled],
body .cart-button-container .btn-checkout:hover,
body .cart-button-container .btn-checkout:active,
body .cart-button-container .btn-checkout:disabled,
body .cart-button-container .btn-checkout[disabled],
body .cart .cart-collaterals .cart-total-row .totals .checkout-types li .btn-checkout:hover,
body .cart .cart-collaterals .cart-total-row .totals .checkout-types li .btn-checkout:active,
body .cart .cart-collaterals .cart-total-row .totals .checkout-types li .btn-checkout:disabled,
body .cart .cart-collaterals .cart-total-row .totals .checkout-types li .btn-checkout[disabled],
body #billing-buttons-container .button:hover,
body #billing-buttons-container .button:active,
body #billing-buttons-container .button:disabled,
body #billing-buttons-container .button[disabled],
body #shipping-buttons-container .button:hover,
body #shipping-buttons-container .button:active,
body #shipping-buttons-container .button:disabled,
body #shipping-buttons-container .button[disabled],
body #payment-buttons-container .button:hover,
body #payment-buttons-container .button:active,
body #payment-buttons-container .button:disabled,
body #payment-buttons-container .button[disabled],
body #shipping-method-buttons-container .button:hover,
body #shipping-method-buttons-container .button:active,
body #shipping-method-buttons-container .button:disabled,
body #shipping-method-buttons-container .button[disabled],
body #review-buttons-container .btn:hover,
body #review-buttons-container .btn:active,
body #review-buttons-container .btn:disabled,
body #review-buttons-container .btn[disabled],
body button.btn-fastorder:hover,
body button.btn-fastorder:active,
body button.btn-fastorder:disabled,
body button.btn-fastorder[disabled],
body button.btn-fastorder:focus,
body .account-login button.button:hover,
body .account-login button.button:active,
body .account-login button.button:disabled,
body .account-login button.button[disabled],
body .btn-loginforpricing:hover {
    background: #d92c3f;
    background-color: #d92c3f;
    border: 1px solid #d92c3f;
    border-color: #d92c3f;
}

body a.btn-cart,
body .product-messages-area .messages-actions .btn-cart {
    border-radius: 0;
    padding: 8px 10px 8px 33px;
    font-size: 12px;
    background: #e73246;
    border: 1px solid #e73246;
    color: #fff;
}

body a.btn-cart:hover,
body a.btn-cart:active,
body a.btn-cart:disabled,
body a.btn-cart[disabled],
body .product-messages-area .messages-actions .btn-cart:hover,
body .product-messages-area .messages-actions .btn-cart:active,
body .product-messages-area .messages-actions .btn-cart:disabled,
body .product-messages-area .messages-actions .btn-cart[disabled] {
    background: #d92c3f !important;
    border: 1px solid #d92c3f !important;
}

body .checkout-agreements label {
    font-size: 12px;
}

body .checkout-content .order-review #checkout-review-table-wrapper .content .data-table td .cart-price .price,
body .checkout-content .order-review #checkout-review-table-wrapper .content .data-table td .product-name,
body .checkout-content .order-review #checkout-review-table-wrapper .content .data-table td .cart-amount {
    color: #69c350;
}

/* **************
   * start page *
   ************** */

body .productslider .two-product-slide {
    background: #fff !important;
}

body .productslider .two-product-slide .price,
body .productslider .two-product-slide .productslider-product-name h3 a {
    color: #000;
}

body .cms-home .partner-container h3 {
    color: #000;
}

body .slick-track {
    margin-top: 30px;
}

body .productslider .arrow-left,
body .productslider .arrow-right {
    background: transparent;
}

body .four-product-slider .arrow-left .icon-arrow-left:before,
body .four-product-slider .arrow-right .icon-arrow-right:before {
    color: #000;
}

body .two-product-slider .arrow-left .icon-arrow-left:before,
body .two-product-slider .arrow-right .icon-arrow-right:before {
    color: #fff;
}

body .cms-home .content-area {
    background: #d4d2cc;
}

/* ***********
   * catalog *
   *********** */

body .regular-price .price {
    color: #69c350
}

body .products-highlights .highlighted-green .product-item-content {
    background: #69c350;
    color: #000;
}

body .products-highlights .highlighted-white .product-item-content h3,
body .products-highlights .highlighted-white .product-item-content h3 a,
body .products-highlights .highlighted-white .product-item-content .regular-price,
body .products-highlights .highlighted-white .product-item-content .special-price .price,
body .products-highlights .highlighted-white .product-item-content .regular-price .price {
    color: #69c350;
}

body h3.product-name a {
    color: #000;
}

body .preface-area {
    background: #575c61;
}

body .category-description h1,
body .category-description h2 {
    font-family: 'averta-extrabold', Arial, sans-serif;
    color: #fff;
}

body .category-description h1 strong,
body .category-description h2 strong,
body .category-description p {
    color: #fff;
}

body .products-highlights .highlighted .product-item-content .shipping-cost-details a,
body .productslider .two-product-slide .tax-details a,
body .product-view .product-shop .tax-details a,
body .category-filter-nav .category-filter-title.active a {
    color: #e73246;
}

body .products-highlights .highlighted .product-item-content .shipping-cost-details a:hover,
body .productslider .two-product-slide .tax-details a:hover,
body .product-view .product-shop .tax-details a:hover,
body .category-filter-nav .category-filter-title.active a:hover {
    color: #e73246;
    text-decoration: underline;
}

body .category-filter-nav .category-filter-content ul li.active > a,
body .category-filter-nav a:hover {
    color: #e73246;
}

body .pager .pages ol > li > a, .pager .pages ol > li > span {
    border-radius: 0 !important;
}

body .pager .pages ol > li:first-child > a, .pager .pages ol > li:first-child > span,
body .pager .pages ol > li:last-child > a, .pager .pages ol > li:last-child > span {
    border-radius: 0 !important;
    color: #fff;
}

body .pager .pages ol > li > a i,
body .pager .pages ol > li > span i {
    border-radius: 0 !important;
    color: #575c61;
}

body .pager .pages ol > .active > a,
body .pager .pages ol > .active > span,
body .pager .pages ol > .active > a:hover,
body .pager .pages ol > .active > span:hover,
body .pager .pages ol > .active > a:focus,
body .pager .pages ol > .active > span:focus,
body .pager .pages ol > li > a:hover {
    background-color: #575c61;
    border-color: #575c61;
}

body .category-filter-nav .level-0 > a, .category-filter-nav .category-filter-title > a {
    text-transform: none;
}

body .product-view .product-shop .price-box .old-price .price,
body .old-price,
body .cart .cart-table-container .cart-table tbody tr td.col-product-discount,
body .cart .cart-collaterals .cart-total-row .totals #shopping-cart-totals-table tr.summary-discount {
    color: #e73246 !important;
}

body .campaign-list-container .campaign-list-item {
    background: #69c350;
}

/* ***************
   * detail page *
   *************** */

body .product-messages-area {
    background: #575c61;
}

body #messages_product_view .container {
    position: relative;
}

body .product-messages-area .messages-actions {
    position: absolute;
    top: 0;
    right: 0;
}

body .product-messages-area .messages-actions .btn-close {
    display: none;
}

body .product-messages-area .product-messages-container > ul li {
    font-family: 'averta-regular', Arial, sans-serif;
}

body .product-messages-area .related-products-container {
    margin-top: 0;
}

body .product-view .product-info,
body .panel-product-upsell {
    background: #575c61;
}

body .product-shop .product-articlenumber,
body .product-shop .description,
body .product-shop p,
body .product-shop ul,
body .product-shop .tax-details,
body .product-shop .availability,
body .product-shop label,
body .product-shop strong {
    color: #fff !important;
}

body .product-view .product-shop .description ul li {
    margin-left: 20px;
}

body .product-view .product-shop .description ul li {
    list-style: disc;
    padding-left: 0;
    background-image: none;
}

body .product-messages-area .product-messages-container > ul li {
    font-size: 24px;
}

body .panel-product-upsell .panel-title a,
body .panel-product-upsell .panel-title a:hover {
    color: #fff;
    text-decoration: none !important;
}

body .panel-product-details .panel-title a,
body .panel-product-details.panel-title a:hover {
    color: #000;
    text-decoration: none !important;
}

body .product-view .product-detail-item {
    color: #000;
}

body #messages_product_view {
    padding-top: 20px;
}

body .info-messages .btn-cart {
    margin-top: 0;
}

body .product-view .product-detail-item .product-detail-label {
    color: #69c350;
}

body .in-stock .icon {
    background: #69c350;
}

@media (max-width: 480px) {
    body .product-view .product-shop {
        margin-left: 5%;
    }
}

/* ************
   * checkout *
   ************ */

body .checkout-header .opc li .arrow .inner .content a .number-container .number {
    line-height: 24px;
}

body .cart-features strong {
    color: #fff;
}

body .cart .cart-collaterals .cart-total-row .cart-coupon .discount .discount-form label {
    font-size: 12px;
}

body .checkout-header {
    background: #575c61;
}

body .cart .cart-table-container .cart-table tbody tr .col-product-subtotal {
    color: #69c350;
}

body .cart .cart-collaterals .cart-total-row .totals #shopping-cart-totals-table tfoot .price {
    color: #69c350;
}

body .cart .cart-collaterals .cart-total-row .cart-features {
    background: #575c61;
}






.checkout-header ol.opcv2{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0;
    padding: 45px 0;
}

.checkout-header ol.opcv2 li{
    text-align: center;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-header ol.opcv2 li:after{
    display: inline-block;
    height: 2px;
    background-color: #FFFFFF;
    width: 30px;
}

.checkout-header ol.opcv2 li .arrow .inner a .number-container .number{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 38px;
}

.checkout-header ol.opcv2 li.active .arrow .inner a .number-container .number{
    background-color: #69C350;
    border-color: #69C350;
    color: #FFFFFF !important;
}

.checkout-header ol.opcv2 li.active .line,
.checkout-header ol.opcv2 li.allow .line,
.checkout-header ol.opcv2 li.saved .line{
    background-color: #69C350 !important;
}

.checkout-header ol.opcv2 li.active .arrow .inner a h2{
    color: #69C350;
}

.checkout-header ol.opcv2 li.saved .arrow .inner a .number-container .number,
.checkout-header ol.opcv2 li.allow .arrow .inner a .number-container .number{
    color: #69C350;
    border-color: #69C350;
}

.checkout-header ol.opcv2 li.saved .arrow .inner a h2{
    color: #69C350;
}

.checkout-header ol.opcv2 li .arrow .inner a{
    text-decoration: none;
}

.checkout-header ol.opcv2 li .arrow .inner a h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 10px 0 0 0;
}

.checkout-header ol.opcv2 li .arrow .inner a > div {
    display: grid;
    grid-template-columns: auto 60px auto;
}

.checkout-header ol.opcv2 li .arrow .inner a > div .line{
    height: 2px;
    display: inline-block;
    background-color: white;
    margin: 19px 0;
}

.checkout-header ol.opcv2 li:first-child .line--left,
.checkout-header ol.opcv2 li:last-child .line--right{
    background-color: transparent !important;
}





body .checkout-header .opc li.active .arrow .inner:before {
    border-top-color: #69c350;
    border-bottom-color: #69c350;
    border-right-color: #69c350;
}

body .checkout-header .opc li.active .arrow .inner:after {
    border-left-color: #69c350;
}

body .checkout-header .opc li.active .arrow .inner .content a h2 {
    color: #fff;
}

body .note-msg, .notice-msg {
    border-color: #69c350;
}

body .checkout-content .order-review #checkout-review-table-wrapper .content .data-table tfoot .summary-grand-total .price {
    color: #69c350;
}

body .cart .cart-collaterals .cart-info-row h2 {
    text-transform: none;
}

body .checkout-content .checkout-headline h4 {
    text-transform: none;
}

/* **************
   * my account *
   ************** */

body .block-account .block-content li a:hover {
    color: #e73246;
}

/* *************
   * thank you *
   ************* */

body.checkout-onepage-success .preface-area {
    background: #69c350;
}

/* **************
   * navigation *
   ************** */

/* hotfix: navigation master */
.lox-master-lang-selection-label,
#lox-master-country_fallbackselection {
    font-size: 11px;
}

body .navbar-default .navbar-nav > li > a {
    color: #000;
}

body .navbar-default .navbar-nav > .active > a,
body .navbar-default .navbar-nav > .active > a:hover,
body .navbar-default .navbar-nav > .active > a:focus,
body .navbar-default .navbar-nav > li > a:hover,
body .navbar-default .navbar-nav > li > a:focus {
    color: #69c350;
}

/* **************
   * fast order *
   ************** */

body .item-text .price {
    color: #69c350;
}

.csv-upload .error,
.csv-upload .success {
    padding-top: 10px;
}

.csv-upload .error {
    color: #D72F43;
}

.csv-upload .success {
    color: #69c350;
}

/* right positioning of the total sums on the review page */

#checkout-review-table .a-right {
    text-align: right;
}

/* enables that the two buttons at the container info are on the same line */

.cart-info-container .cart-live-chat .btn-default {
    margin-top: 20px;
}

/* changes the floating from left to right for the button in the review page */

#checkout-review-submit #review-buttons-container .btn-primary {
    float: right !important;
}

/* changes the border color for various inputfields because of the visibility on Windows */

.discount-form .discount-box .input-box .input-text {
    border-color: #e2e2e2;
}

.data-table .col-product-qty .input-text {
    border-color: #e2e2e2;
}

#billing-new-address-form .fields .input-box .input-text {
    border-color: #e2e2e2;
}

#billing-new-address-form .fields .input-box .validate-select {
    border-color: #e2e2e2;
}

.form-list .input-box .field-row .input-text {
    border-color: #e2e2e2;
}

.cms-home .preface-area,
.cms-home .postface-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #E2E2E2;
}

.cms-home .preface-area h1,
.cms-home .postface-area h1 {
    padding-bottom: 20px;
}

.cms-home .partner-wrapper {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cms-home .content-area {
    background-color: #E2E2E2;
}

.cms-home .partner-container h3 {
    color: #000;
}

.cms-home .partner-container p {
    font-size: 18px;
}

.cms-home .partner-container .img-container {
    padding-left: 50px;
}

.cms-home .postface-area li:last-child {
    padding-bottom: 0px;
}

.cms-home .postface-area .icon-row {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .cms-home .postface-area .icon-row {
        padding-bottom: 20px;
    }
}

.cms-home .postface-area .vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.cart-button-container {
    margin-bottom: 20px;
}

.cart-button-container .btn-update,
.cart-button-container .btn-empty,
.cart-button-container .btn-continue,
.cart-button-container .btn-checkout {
    margin-top: 3px;
}

.cart-button-container .btn-checkout {
    color: #ffffff;
    background-color: #530170;
    border-color: #530170;
    position: relative;
    padding-left: 33px;
    margin-right: 30px;
}

.cart-button-container .btn-checkout:hover {
    color: #ffffff;
    background-color: #350148;
    border-color: #260033;
}

.cart-button-container .btn-checkout:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 6px;
    display: block;
    width: 18px;
    height: 14px;
    background: url('../images/icons/icon-cart.png') no-repeat left center;
}

.cart .cart-table-container .cart-table tbody tr td.col-product-discount {
    font-size: 14px;
    font-family: 'averta-regular', Arial, sans-serif;
    color: #d9201c;
    width: 10%;
    line-height: 1;
    text-align: center;
}

.discount-info {
    font-size: 11px;
    font-style: italic;
    color: #787878;
}

.products-highlights .discount-info, .productslider .discount-info {
    color: #3d3d3d;
}

.data-table > tbody > tr > td.review-discount {
    font-family: 'averta-regular', Arial, sans-serif;
    text-align: right;
    font-size: 17px;
    line-height: 1.1;
    color: #d9201c;
}

.product-info .discount-info {
    margin-top: -8px;
    margin-bottom: 10px;
}

.empty-search-result {
    margin: 25px 0;
}

.sorter, .pager {
    float: right;
}

.toolbar-item {
    margin-left: 10px;
    margin-right: 10px;
}

.sort-box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: auto;
    display: inline;
    padding-top: 7px;
}

.sort-by-switcher {
    margin-left: 10px;
}

.sort-direction {
    width: 16px;
    height: 16px;
}

.login-info {
    margin-top: 20px;
    color: white;
    font-weight: lighter;
}

.login-info .title {
    font-size: 17px;
    font-weight: bold;
    float: left;
}

.login-info .desc {
    float: left;
    font-size: 12px;

}

.login-info .buttons {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.login-info .btn {
    color: white;
    border-color: white;
    font-size: 12px;
    line-height: 1em;
    min-width: 150px;
    padding: 13px;
}

.login-info .login-button {
    background: #e73246;
    border-color: #e73246;
}

.login-info .register-button {
    float: left;
    margin-top: 12px;
    color: white;
    font-size: 12px;
}

.datasheet_entry {
    border: 1px solid #999;
    background: #fafafa;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

.datasheet_entry .datasheet.url span a {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    border: 1px solid #000;
}

.container.quick-order {
    min-height: 600px;

}

.container.quick-order .login-info {
    color: #575c61;
}

.container.quick-order .login-info a {
    color: #575c61;
}

.container.quick-order .login-info .login-button.btn {
    color: #fff;
    border-color: #e73246;
}
.container.quick-order .login-info .btn {
    border-color: #575c61;
}
.container.quick-order .login-info .btn:hover {
    color: #fff;
    border-color: #000;
}