@media (min-width: 768px) {
    .product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
        padding-right: 10px !important;
        float: left !important;
        padding-left: unset !important;
    }

    .product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
        float: right !important;
    }
    .checkout-payment-method .payment-option-title{
        padding-left: 0 !important;
    }
    .payment-option.opc-payment-additional.discount-code{
        padding-left: 22px;
    }
    .customer-account-login .block-customer-login .actions-toolbar,.login-container .fieldset:after{
        margin-left: 0px !important;
    }
    .customer-account-login .block-customer-login .actions-toolbar .secondary{
        margin-right:20%;
    }
}
@media (min-width: 770px) and (max-width: 991px){
    #search_mini_form input#search{
        width: 500px !important;
    }
}
@media (min-width: 770px) {
    #search_mini_form input#search{
        height: 50px;
        width: 600px;
        border: 1px solid #c5c5c5;
        border-radius: 3px;
        background: #FFFFFF;
    }
    #search_mini_form button#action-search{
        background-color: #ff0000;
        width: 52px;
        height: 49px;
        opacity: 1;
    }
    #search_mini_form button#action-search span{
        color: #fff;
        font-size: 20px;
    }
    .header-top-container{
        padding: 5px 0;
    }
}
.category-description ul li, .product.description ul li,
.category-description-top ul li,.cms-page-view #maincontent ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 0 0 20px;
}
.category-cms ul li{
    list-style-type: disc;
    list-style-position: inside;
}
.category-description ul.disc li, .product.description ul.disc li,
.category-description-top ul.disc li,.cms-page-view #maincontent ul.disc li{
    padding: 0px !important;
}
.cap a{
    color: #fff;
}
.cap a:hover{
    color: #fff;
    text-decoration: underline;
}
#header-account ul li a:hover{
    background: #fff !important;
    color: #ff0000 !important;
}
.item:hover .sticker-wrapper.top-left {
    left: 0 !important;
}
.item:hover .sticker{
    opacity: 1;
}

.checkout-index-index .authentication-wrapper .action-auth-toggle{
    background: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 8px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle:hover{
    background: #f00;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 8px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 50px;
}
.product-view .fotorama{
    padding-bottom: 50px;
}
.fotorama__caption{
    top: 100% !important;
}
.fotorama__caption .fotorama__caption__wrap{
    max-height: 52px;
    overflow: hidden;
}
.fotorama__stage__frame {
    overflow: visible !important;
}

.fotorama__stage, .fotorama__nav{
    overflow: visible !important;
}
.pages ul.items.pages-items li.item.current .page{
    background-color: #f00 !important;
    color: #ffffff !important;
    text-decoration: none;
}
.catalog-product-view .product.description a,
.category-view .category-description a, .category-cms a {
    color: #333;
    text-decoration: underline;
}
.catalog-product-view .product.description a:hover,
.category-view .category-description a:hover, .category-cms a:hover {
    color: #f00;
    cursor: pointer;
}
#to_request{
    background-color: #333333;
    color: #ffffff;
    display: block;
    font-weight: 600;
    line-height: 2.2rem;
    padding: 15px 17px;
    font-size: 1.8rem;
    width: 155px;
    margin-bottom: 20px;
    float: left;
}
#to_request:hover{
    background-color: #515044;
}
#no-price-show{
    font-size: 2.5rem;
    font-weight: 600;
}
.product-options-wrapper .swatch-opt .swatch-attribute {
    margin-bottom: 20px;
}

.checkout-agreements-block .action-show:hover {
    color: #e3000f;
}

.formbuilder-button.button {
    background-color: #868573;
    color: #fff;
}
.formbuilder-button.button:hover{
    background-color: #515044;
}
.formbuilder-form .btn-primary{
    background-color: #868573 !important;
}
.sidebarbutton{
    background-color: #868573 !important;
}
.sidebarbutton:hover{
    background-color: #515044 !important;
}
.directorderbutton a, .onlinediscount a{
    background-color: #868573 !important;
}
.directorderbutton a:focus, .onlinediscount a:focus, .directorderbutton a:hover, .onlinediscount a:hover{
    background-color: #515044 !important;
}
@media only screen and (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
    .cap-text-bg a{
        font-size: 12px !important;
        display: inline-block;
        padding-left: 4px;
    }
}
@media (min-width: 768px) {
    #wishlist-view-form .products-grid .product-items{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
    }
}
#wishlist-view-form .products-grid .product-items li{
    margin: 15px;
    width: 100%;
    box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}
#wishlist-view-form .products-grid .product-items li .packing-unit-ve{
    display: block;
    text-align: center;
    margin-top: 10px;
}
#wishlist-view-form .products-grid .product-items li .product-item-name{
    text-align: center;
    margin-bottom: 10px;
}
#wishlist-view-form .products-grid .product-items li .product-item-sku{
    text-align: center;
    height: 20px;
    margin-bottom: 10px;
    display: block;
}
#wishlist-view-form .products-grid .product-items li .price-final_price span.price::before{
    content: 'Ab: ';
    font-weight: normal;
    display: none;
}
#wishlist-view-form .products-grid .product-items li>.product-item-info{
    width: 100%;
}
#wishlist-view-form .products-grid .product-items li>.product-item-info>.price-box{
    text-align: center;
}
#wishlist-view-form .products-grid .product-items li>.product-item-info>.price-box p{
    margin: 0;
}
#wishlist-view-form .products-grid .product-items li .after-price-info{
    text-align: center;
}
#wishlist-view-form .products-grid .product-items li .comment-box{
    margin-top: 35px;
}

#wishlist-view-form .products-grid .product-items li .box-tocart .field.qty{
    display: inline-block;
    width: 45%;
    margin: 0;
    padding: 0;
    float: left;
}
#wishlist-view-form .products-grid .product-items li .box-tocart .field.qty .label{
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 0;
    margin-top: 5px;
}
#wishlist-view-form .products-grid .product-items li .box-tocart .field.qty .control{
    display: inline-block;
    width: 20%;
    float: right;
}
.wishlist-index-index .tooltip.wrapper .tooltip.toggle{
    padding: 0 15px;
}
#wishlist-view-form .products-grid .product-items li .box-tocart .product-item-actions{
    display: inline-block;     
    text-align: right; 	
    margin-top: 5px;
}
#wishlist-view-form .products-grid .product-items li .box-tocart .product-item-actions button{
    padding: 8px 10px;
}
#wishlist-view-form .products-grid .product-items li .box-tocart .product-item-actions .actions-primary {
    float: right;
}
#wishlist-view-form .actions-toolbar{
    margin-top: 50px;
}
#wishlist-view-form .products-grid.wishlist .product-item-photo{
    display: flex;
    justify-content: center;
}
#wishlist-view-form .products-grid.wishlist ol.product-items li.product-item .product-item-inner{
    display: inline-block;
}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 700;
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden;
}
.form-login .field>.label{
    text-align: left !important;
}

.catalog-product-view table#product-attribute-specs-table tr>td, .catalog-product-view table#product-attribute-specs-table tr>th{
    padding: 8px 10px !important;
}
.checkout-cart-index .cart-summary .table-wrapper table tbody tr td {
    padding: 8px 10px
}
.checkout-cart-index .cart-summary .table-wrapper table tbody tr.grand.totals td {
    padding-top: 20px;
}
.checkout-index-index .opc-block-summary  table tbody tr td {
    padding: 8px 10px
}
.checkout-index-index .opc-block-summary table tbody tr.grand.totals td {
    padding-top: 20px;
}
.product-info-main .product-info-price .ab-price-label {
    font-size: 1.7rem;
    float: left;
    margin-right: 5px;
    line-height: 1.8;
}
#itemslider-product-related .product-item-info  .ab-price-label {
    float: left;
    margin-right: 5px;
}
.main.container.full-width .page.messages{
    max-width: 1140px;
    margin: 0 auto;
}
img{
    height: auto !important;
}
.nav-item.level0.nav-3.level-top.mega.right a:active, 
.nav-item.level0.nav-3.level-top.mega.right a:focus, 
.nav-item.level0.nav-3.level-top.mega.right a:hover{
    background-color: #e3000f !important;
}
.minicart-wrapper.mini-cart.open .counter.qty, .header-container .skip-link .counter, .dropdown-block .dropdown-heading .counte{
    background-color: #e3000f !important;
}
.opc-progress-bar .opc-progress-bar-item._active:before{
    background-color: #e3000f !important;
}
.opc-progress-bar .opc-progress-bar-item._active > span:before{
    background-color: #e3000f !important;
}
@media all and (max-width: 1279px) and (min-width: 1024px){
    .nav-regular:not(.nav-vert) .nav-item.level0 > a {
        padding: 0 5.4px !important;
    }
}
.category-description-top ul li, #category-description ul li{
    list-style: inside;
}
label.newsletter-subscribe span{
    color: #aaaaaa;
}
.checkout-payment-method .payment-option-title{
    margin-top: 20px;
}
.account .box-actions a.action{
    text-decoration: underline;
    font-weight: 600;
    margin-right: 5px;
}
.product.data.items.show-tabs > .item.title:not(.disabled) > .switch:focus strong,
.product.data.items.show-tabs > .item.title:not(.disabled) > .switch:hover strong, 
.product.data.items.show-tabs > .item.title:not(.disabled) > .switch:active strong,
.product.data.items.show-tabs > .item.title.active > .switch strong, 
.product.data.items.show-tabs > .item.title.active > .switch:focus strong, 
.product.data.items.show-tabs > .item.title.active > .switch:hover strong{
    border-bottom: 3px solid #e3000f !important;
}
.mobile-grid.banner h4 a{
    word-break: break-all;
    font-size: 17px;
}
.footer-top-container.section-container .footer-top .links-wrapper-separators .item.item-right .feature{
    padding-left: 0px !important;
    text-align: center !important;
}
.account.sales-order-view a.action.print{
    display: none;
}
ul.new-circle li{
    position: relative;
    line-height:2;
    margin-left: 15px;
}
ul.new-circle li:before{
    content: url('../image/circle-regular.svg');
    width: 12px;
    height: 12px;
    position: absolute;
    left: -15px;
    top: 1px;
}
.online-rabatt:before{
    content: "\e224";
}
.fur-wiederverkaufer:before{
    content: "\e208";
}

.online-rabatt:before,.fur-wiederverkaufer:before{
    font: normal normal normal 14px/1 ThemeIcons;
    color: #f00;
    float: left;
    margin-left: -60px;
    margin-top: 5px;
    box-shadow: 0 0 0 4px #f00;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.33333333em;
}
.online-rabatt:hover:before,.fur-wiederverkaufer:hover:before{
    color: #fff;
    background-color: #f00;
}
/*Service Info*/
.service-info-icon:before{	
    font: normal normal normal 5rem/1 ThemeIcons;
    background-color: #f00;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
}
.lieferung-versand-icon:before{
    content: "\e241";
}
.druckvorlagen-icon:before{
    content: "\e202";
}
.lieferung-versand-icon:before{
    content: "\e241";
}
.materialien-icon:before{
    content: "\e255";
}
.faq-icon:before{
    content: "\e20c";
}
/*Home*/
.cap-text-bg-dark-2 .text a{
    color: #fff;
}