/* I-Kiu stylesheet for Caritas Shop 2017
   Magento 2.1.6 - Template Infortis Ultimo */



/* Default Page Font Family */
body {
    font-family: 'HelveticaNeueLT-Std-Lt', 'Helvetica Neue', Helvetica,Arial, sans-serif;
}

@media only screen and (min-width: 1200px) {
    body {
        overflow-x: hidden;
    }
}

.main-font, h1, h2, h3, h4, h5, .section-title,
.products-list .product-name, .filter .block-subtitle,
.feature .heading, .uaccordion .heading, .nav-regular .nav-item.level0 > a,
.nav-regular .nav-submenu--mega > li > a, .menu-trigger, .nav-mobile .nav-item.level0 > a,
.nav-mobile .nav-item.level1 > a, .nav-mobile .nav-item.level2 > a,
.nav-holder .dropdown-block .dropdown-heading, .block .block-title, #opc-login h3,
.box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title,
.order-items .order-comments h2, .gen-tabs .tabs a,
.product-view .product.data.items > .item.title > .switch, .footer .heading, #subscribe-form label,
.caption .heading,
.v-bar,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
button, .cart.table-wrapper .actions-toolbar>.action,
.cart.table-wrapper .action-gift,
.action.primary {
    font-family: 'HelveticaNeueLT-Std-Lt', 'Helvetica Neue', Helvetica,Arial, sans-serif !important;
}

h1, h2 {
    color: #e30327;
}

p,
body .sideacco .nav-item > a,
.breadcrumbs .items > li,
.sidebar-main .block.filter .content .options dt,
.sidebar-main .block.filter .content .options dd li,
body .footer-primary a,
.filter-options .filter-options-title,
body .cart.table-wrapper .item-options,
body.checkout-cart-index .cart.table-wrapper .items .col .price-including-tax,
body.checkout-cart-index .cart.table-wrapper .items .col.edit .actions-toolbar .action-edit,
body.checkout-cart-index .cart-container .form-cart .action.continue,
body.checkout-cart-index .form-cart .action,
body.checkout-cart-index .cart-container .cart-summary .cart-totals .checkout-methods-items .action.primary {
    font-size: 14px;
}

body .footer.footer-primary .heading a {
    font-size: 18px;
}

body .sidebar-main .block.filter .content .options dd li,
.checkout-cart-index .cart.table-wrapper .product-item-details .item-options dt,
body .sidebar-main .block.filter .content .options dd li:hover,
.checkout-cart-index .cart.table-wrapper .product-item-details .item-options dt:hover {
    background-position-y: 6px;
}
/* Logo and Menu mobile */

@media only screen and (max-width: 769px){
    .container {
        max-width: none !important;
        width: 100%;
    }
}

@media only screen and (max-width: 769px){
    .header-container .logo-wrapper--mobile,
    .header-regular .logo-wrapper {
        width: auto;
        margin-left: 0;
        margin-right: auto;
        text-align: left;
        padding: 0 15px
    }

    .header-container .logo-wrapper--mobile .logo img,
    .header-regular .logo-wrapper img {
        width: auto;
    }

    .header-container .skip-link .label {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .list-inline .grid12-2 {
        width: 20%;
    }
}

@media (min-width: 768px) {
    #header-account > ul.header.links > li > a {
        padding: 0 0.3833em;
    }
}


/* Banners mobile */
@media (max-width:992px) and (min-width: 768px) {
    .mybannercontainer .mybannercaption {
        font-size: 12px;
    }
}

@media (max-width: 768px){
    li.item.grid12-3 a.banner {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .mybannercontainer .captionposition {
        margin: 0!important;
    }
}


/* Product items */
/*body .cms-home .product.details.product-item-details,
.owl-carousel .product.details.product-item-details {
    position: relative;
    max-width: 170px;
    margin: 0 auto;
}*/
/*body .cms-home .products-grid .price-box,
body.catalog-category-view .category-cms .products-grid .owl-carousel .price-box {
    position: absolute;
    right: 0;
    top: -37px;
    width: 70px;
    max-width: 72px;
    background-color: #535353;
    color: #ffffff;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
*/


.product-item-name {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/*body.catalog-category-view .product-items .item .price-box .price,
body.catalogsearch-result-index .product-items .item .price-box .price {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}*/


/* Product description */
body.catalog-product-view .product.data.items.style1 > .item.content a {
    text-decoration: underline;
}


/* Account button */
@media (max-width:768px) {
    #customer-email-fieldset .actions-toolbar .primary {
        margin-left: 0;
    }
}

/* Form cash register, Straße / Hausnummer required symbol */
@media (min-width: 768px) {
    fieldset.field.street.admin__control-fields.required legend:after {
        position: relative;
        top: 4px;
        margin-right: -6px;
    }
}

/* Register form newsletter field */
.customer-account-create .form.create.account .fieldset > .field.choice.newsletter {
    display: none;
}


/* Search Results */
body.catalogsearch-result-index .products.products-grid .item .price-box .price {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

body.catalogsearch-result-index .products.products-grid .item .product-name a {
    font-size: 14px;
}


/* 404 */
@media (max-width:768px) {
    .cms-no-route .columns .column.main {
        padding: 121px 0 0 0;
        background-position: top left;
    }

    .columns.col-main.grid-full.in-col1 {
        position: relative;
    }
    .neutral {
        position: absolute;
        top: 0;
        right: 0px;
    }
}

@media (max-width: 480px) {
    .neutral {
        top: -31px;
        right: -9px;
    }
}

/* Embed - Responsive video iframe (You Tube) */
.row-responsive {
    margin-bottom: 10px;
}

.box-tabs .col-responsive {
    width: 50%;
}

@media (max-width: 768px) {
    .box-tabs .col-responsive {
        width: 100%;
    }
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width:768px) {
    .checkout-payment-method .payment-methods {
        margin: 0;
    }
}

/* Faq anchors */
.faq_anchors,
.faq_anchors h3 {
    display: table;
    color: #000;
}

.faq_active h3 {
    color:#e30327;
}

.category-description a {
    text-decoration: underline;
}

@media (min-width: 767px) {
    .actions-toolbar>.primary{
        margin-left: 26%;
    }
}

/* =====================================================================
 *
 * Shop Caritas - Refreshing Design 2018
 *
 */

html body {
    background-color: #ffffff;
}

/* Header and Content */
.main.container {
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
    .main.container {
        max-width: 1920px;
    }
}

@media only screen and (min-width: 1200px) {
    .nav.container,
    body .container {
        width: 100%;
        max-width: 1170px;
    }
}


@media only screen and (min-width: 770px) {
    .header.container {
        padding: 0 15px;
    }
}

.nav-container {
    background-color: #e30327;
    height: 50px;
    z-index: 99999;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    body .nav.container {
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    body .nav.container .inner-container {
        padding: 0;
    }
}

.nav-container .nav.container {
    padding-top: 0;
    background-color: #e30327;
}

@media only screen and (min-width: 992px) {
    .nav-container .nav.container {
        height: 50px;
    }
}

.nav-container .nav.container .inner-container {
    height: 50px;
}

.nav-container .inner-container .navi-wrapper,
.nav-container .inner-container .nav-regular {
    max-width: 1170px;
    margin: 0 auto;
    height: 50px;
    background-color: #e30327;
}

.nav-container .inner-container .nav-regular > ul {
    height: 50px;
    background-color: #e30327;
}
@media only screen and (min-width: 1200px) {
    .nav-container .inner-container .nav-regular > ul:before {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        left: -50%;
        background-color: #e30327;
        z-index: -1;
    }

    .nav-container .inner-container .nav-regular > ul:after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        right: -34%;
        background-color: #e30327;
        z-index: -1;
    }

    .nav-container .inner-container .nav-regular > ul.remove-after:before,
    .nav-container .inner-container .nav-regular > ul.remove-after:after{
        display: none;
    }
}


@media only screen and (min-width: 768px) {
    .grid-full {
        max-width: 750px;
        margin: 0 auto;
        float: none;
    }

    .grid-full .grid-full {
        max-width: none;
        float: left;
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .grid-full {
        max-width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .grid-full {
        max-width: 1170px;
        padding: 0 15px;
    }
}

.grid-full:before,
.grid-full:after {
    content: " ";
    display: table;
    clear: both;
}


/* Navigation */

body .nav-regular:not(.nav-vert) .nav-item.level0:hover > a,
.nav-regular .level0:hover > a,
body .nav-regular li.parent:hover > a {
    background-color: #ffffff;
    color: #e30327;
}

body .nav-regular li.parent > a {
    position: relative;
    background-image: none;
}

body .nav-regular li.parent:hover > a {
    background-image: none;
    color: #e30327;
}

body .nav-regular .level0 > a {
    text-transform: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: bold;
}

body .nav-regular li.level0.active > a {
   background-image: none;
}

body .nav-regular li.parent > a:after {
    content: "";
}

body .nav-regular li.parent li.parent > a:after {
    display: none;
}

body .nav-regular .myBlockHeader {
    border-bottom: 0;
}

body .nav-regular .myBlockHeader h3 {
    font-size: 14pt;
    color: #e30327;
    font-weight: bold;
}

body .nav-regular .myBlockHeader ul li {
    line-height: 14pt;
}

body .nav-regular .header-nav-dropdown-wrapper .myBlockHeader ul.mywrapper ul.submenu li {
    line-height: 23px;
}

body .nav-regular .submenu > li.level2 {
    background-position-y: 5px;
}

body .nav-regular .submenu > li.level2:hover {
    background-position: 9px 5px;
}

/* */

@media only screen and (min-width: 1200px) {
    body .cms-home .slideshow-wrapper-additional,
    body .cms-home .viewport,
    body .cms-home .products_taschen,
    body .cms-home .products_geschenke,
    body .cms-home .products_shirts,
    body .cms-home .products_taschen,
    body .cms-home .caritasba1nner,
    body .cms-home .caritasbanner {
        padding: 10px 0;
    }
}

.products_geschenke .block,
.products_shirts .block,
.products_taschen:not(.products_categories) .block {
    margin: 0 -5px;
}

@media only screen and (min-width: 768px) {
    .products_geschenke .block,
    .products_shirts .block,
    .products_taschen:not(.products_categories) .block {
        margin: 0;
    }
}

/* Footer */

body .footer-container {
    background-color: #000000;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

body .footer-primary {
    background-color: #000000;
    color: #ffffff;
}


body .footer-primary .inner-container .grid12-3 .std {
    margin: 0 0 15px 0;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    body .footer-primary .inner-container .grid12-3 .std {
        margin: 0 0 0 0;
        padding: 0;
    }
}

body .footer-primary a {
    color: #ffffff;
}

body .footer-bottom-container .footer-bottom {
    background-color: #000000;
    padding: 10px 0 4px 0;
    border: none;
}

body .footer-primary .inner-container .grid12-3 {
    margin: 0;
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li {
    background-image: none;
    position: relative;
}

body .footer-primary .inner-container .grid12-3 ul.bullet li {
    padding-left: 12px;
    margin-bottom: 10px;
    background-position: 0 5px;
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li a {
    padding-left: 22px;
}

/*body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li:first-child a:before {
    content: "\f0e0";
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li:last-child a:before {
    content: "\f095";
}*/

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet a.footer_email:before {
    content: "\f0e0";
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet a.footer_phone:before {
    content: "\f095";
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet a.footer_form:before {
    content: "\f044";
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li a:after {
    content: "";
    background-color: #e30327;
    border-radius: 99em;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 0;
}

body .footer-primary .inner-container .grid12-3:nth-child(3) ul.bullet li a:hover:after {
    color: #e30327;
    background-color: #ffffff;
}

body .footer.footer-bottom .item {
    float: none;
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    body .footer.footer-bottom .item {
        float: left;
        margin: 0;
        width: 50%;
    }
    body .footer.footer-bottom .item:last-child {
        text-align: right;
    }
}

body .footer.footer-bottom .social-links {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    body .footer.footer-bottom .social-links {
        text-align: center;
        width: auto;
        margin: 0;
    }
}

body .footer.footer-bottom .social-links a {
    background-color: #e30327;
    border-radius: 99em;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    body .footer.footer-bottom .item-right {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    body .footer.footer-bottom .footer-copyright {
        margin: 4px 0 10px 10px;
        padding-right: 5px;
        font-size: 14px;
    }
}

body .footer .footer-copyright {
    color: #ffffff;
}

body .footer-container .item:last-child img:first-child {
    padding-top: 0!important;
    margin-bottom: 20px;
}

body .footer.footer-primary .heading {
    font-weight: 500;
    margin-bottom: 15px;
}

body .footer .collapsible .block-title:after,
body .footer .mobile-collapsible .block-title:after {
    content: "";
    display: none;
}

body .footer-primary .inner-container .block-content.no-display {
    display: block;
}

    /* Block Categories */

.category-ueber-schenken-mit-sinn #about-schenken-block-list .block,
.categorypath-ueber-den-shop-spendenabsetzbarkeit #about-schenken-block-list .block{
    margin-bottom: 0;
}

.category-ueber-schenken-mit-sinn #about-schenken-block-list .block.itemslider .block-title,
.categorypath-ueber-den-shop-spendenabsetzbarkeit #about-schenken-block-list .block.itemslider .block-title{
   border: none;
}

.category-ueber-schenken-mit-sinn #about-schenken-block-list .block.itemslider .block-title>strong,
.categorypath-ueber-den-shop-spendenabsetzbarkeit #about-schenken-block-list .block.itemslider .block-title>strong {
    font-weight: bold;
    color: #e30327;
    font-size: 23px;
    line-height: 27px;
}

@media only screen and (min-width: 768px) {
    .cms-home .slideshow-wrapper-additional,
    .cms-home .viewport, .cms-home .products_taschen,
    .cms-home .products_geschenke,
    .cms-home .products_shirts,
    .cms-home .products_taschen,
    .cms-home .caritasba1nner, .cms-home .caritasbanner {
        padding:0;
    }
}

.cms-home .slideshow-wrapper-additional {
    padding: 0;
    height: 100%;
    position: relative;
}

.products_categories .hide-below-768 {
    display: block !important;
}
.products_categories .opener {
    display: none;
}

body.catalog-product-view .custom-sidebar-right .block.itemslider .block-title {
    color: #000000;
    font-weight: bold;
    padding: 0 80px 7px 0;
    border: none;
}

.cms-home .slideshow-wrapper-additional .block-title,
.cms-home .viewport .block-title,
.cms-home .products_taschen:not(.products_categories) .block-title,
.cms-home .products_geschenke .block-title,
.cms-home .products_shirts .block-title {
    padding: 15px 80px 15px 5px;
}

@media only screen and (min-width: 768px) {
    body.cms-home .products_categories .block-vertnav .block-title,
    body.cms-home .block.itemslider .block-title {
        padding: 15px;
    }

    body.cms-home .products_categories .block-vertnav .block-content {
        padding: 0 15px;
    }
}

.products_categories .block-vertnav .block-title span {
    font-weight: bold;
    color: #e30327;
    font-size: 23px;
    line-height: 27px;
}

.products_categories li.nav-item.level0.nav-6.level-top.classic {
    display: none;
}

.products_categories .nav-item--only-subcategories.parent > a.level-top {
    display: none;
}

.products_categories .uaccordion li.nav-item--only-subcategories ul.nav-panel--dropdown li.level1 a {
    padding-left: 0;
}

.products_categories .uaccordion-style1 li a {
    padding: 0;
}

.products_categories .uaccordion > li {
    float: left;
    display: inline-block;
    width: 50% !important;
    height: auto;
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-size: cover;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .products_categories .uaccordion > li {
        width: 25% !important;
    }
}

.products_categories .uaccordion > li.nav-item--only-subcategories.parent {
    width: 100%!important;
    float: none;
    height: auto;
}

.products_categories .uaccordion > li.nav-item--only-subcategories.parent:last-child {
    display: none;
}

.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li {
    float: left;
    display: inline-block;
    width: 50% !important;
    height: auto;
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-size: cover;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li {
        width: 25% !important;
    }
}

.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel {
    display: inline-block !important;
    float: left;
}

.products_categories .sideacco .nav-item > a,
body .products_categories .uaccordion li.nav-item--only-subcategories ul.nav-panel--dropdown li a {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 100%;
    z-index: 10;
    line-height: 1.3;
    padding: 5px 0 4px 0;
    border: none;
    background-size: cover;
    background-color: #e30327;
    background-blend-mode: darken;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .products_categories .sideacco .nav-item > a:after,
    body .products_categories .uaccordion li.nav-item--only-subcategories ul.nav-panel--dropdown li a:after {
        content: '';
        background: rgba(227, 3, 39, 0.71);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        -moz-transition: all .35s;
        -webkit-transition: all .35s;
        transition: all .35s;
    }
    .products_categories .sideacco .nav-item > a:hover:after,
    body .products_categories .uaccordion li.nav-item--only-subcategories ul.nav-panel--dropdown li a:hover:after {
        background: transparent;
    }
}

@supports (-ms-ime-align: auto) {
    .products_categories .sideacco .nav-item > a:after,
    body .products_categories .uaccordion li.nav-item--only-subcategories ul.nav-panel--dropdown li a:after {
        content: '';
        background: rgba(227, 3, 39, 0.71);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        -moz-transition: all .35s;
        -webkit-transition: all .35s;
        transition: all .35s;
    }
    .products_categories .sideacco .nav-item > a:hover:after,
    body .products_categories .uaccordion li.nav-item--only-subcategories ul.nav-panel--dropdown li a:hover:after {
        background: transparent;
    }
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li a:hover,
.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li a:hover {
    background-color: transparent;
}

.products_categories .sideacco .nav-item > a > span {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 53px;
    padding: 0!important;
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    text-align: center;
    z-index: 1;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

@media only screen and (min-width: 992px) {
    .products_categories .schenken_mit_sinn.sideacco .nav-item > a > span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .products_categories .schenken_mit_sinn.sideacco .nav-item > a > span {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .products_categories .sideacco .nav-item > a > span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .products_categories .sideacco .nav-item > a > span {
        font-size: 30px;
    }
}

.products_categories .sideacco .nav-item > a:hover {
    background-color: transparent;
    color: #ffffff;
}

span.product_overlay {
    position: absolute!important;
    background: rgba(255, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.products_categories .uaccordion > li a,
.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-size: cover;
}


.products_categories .uaccordion > li:hover:after,
.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:hover:after {
    opacity: 0;
    z-index: 0;
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(1) a {
    background-image: url(../images/categories/tiere.png);
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(1):after {
    content: "";
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(2) a {
    background-image: url(../images/categories/essen.png);
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(2):after {
    content: "";
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(3) a {
    background-image: url(../images/categories/bildung.png);
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(3):after {
    content: "";
}
.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(4) a {
    background-image: url(../images/categories/hilfspakete.png);
}

.products_categories .uaccordion:not(.schenken_mit_sinn) > li:nth-child(4):after {
    content: "";
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(1) a {
    background-image: url(../images/categories/t-shirt-22-yellow.png);
    background-blend-mode: multiply;
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(1):after {
    content: "";
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(2) a {
    background-image: url(../images/categories/bekleidung-und-taschen.png);
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(2):after {
    content: "";
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(3) a {
    background-image: url(../images/categories/drucksorten-und-schreiben.png);
}

.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(3):after {
    content: "";
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(4) a {
    background-image: url(../images/categories/heim-und-garten.png);
}

.products_categories .uaccordion:not(.schenken_mit_sinn) ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(4):after {
    content: "";
}

.products_categories .uaccordion > li:nth-child(1):hover a,
.products_categories .uaccordion > li:nth-child(2):hover a,
.products_categories .uaccordion > li:nth-child(3):hover a,
.products_categories .uaccordion > li:nth-child(4):hover a,
.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(1):hover a,
.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(2):hover a,
.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(3):hover a,
.products_categories .uaccordion ul.level0.nav-submenu.nav-panel--dropdown.nav-panel > li:nth-child(4):hover a {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.products_categories .uaccordion > li .placeholder-image {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
}

.products_categories .block-content {
   margin-bottom: 20px;
}

.products_categories .block-content:before,
.products_categories .block-content:after {
    content: " ";
    display: table;
    clear: both;
}

.products-grid.equal-height .item .actions {
    position: relative;
    bottom: 0 !important;
    width: 100%;
    margin: 0;
}

.products_categories .block-title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.template-page-content ul.schenken_mit_sinn {
    margin: 0;
}

/* Owl Slider */

#about-schenken-block-list .products-grid {
    margin: 0 -10px;
}

#about-schenken-block-list .products-grid .products .item {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 10px;
}

body #about-schenken-block-list .products-grid  .owl-controls .owl-buttons {
    right: 10px;
}

body .slider-arrows2 .owl-controls .owl-buttons .owl-next,
body .slider-arrows2 .owl-controls .owl-buttons .owl-prev {
    top: 0;
    bottom: 0;
    margin: auto;
}

body .slideshow-wrapper .owl-controls.clickable .owl-buttons div:hover,
body .slideshow-wrapper.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
body .slideshow-wrapper.slider-pagination2 .owl-controls.clickable .owl-page:hover span {
    background-color: #e30327;
    color: #fff;
}

body .owl-controls .owl-buttons .owl-prev:before,
body .owl-controls .owl-buttons .owl-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}

body .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
}

body .slider-arrows1 .owl-controls .owl-buttons div:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000000;
    z-index: 10000;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

body .slider-arrows1-pos-top-right .owl-controls .owl-buttons {
    right: 5px;

}
@media only screen and (min-width: 768px) {
    body .slider-arrows1-pos-top-right .owl-controls .owl-buttons {
        top: -45px;
        right: 15px;
    }
}

body .slider-arrows1 .owl-controls .owl-buttons .owl-next, .slider-arrows1 .owl-controls .owl-buttons .owl-prev {
    background-position: unset;
    background-color: transparent!important;
    background-image: none!important;
    border: 1px solid #000000;
    z-index: 0;
    text-indent: 0;
    line-height: 1;
    position: relative;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.slider-arrows1 .owl-controls .owl-buttons div:hover:before {
    color:#e30327;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.slider-arrows1 .owl-controls .owl-buttons div:hover {
    background-color: transparent!important;
    border-color:#e30327 ;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

body.cms-home .product-items.owl-carousel:before {
    width: 5px;
}

body.cms-home .product-items.owl-carousel:after {
    width: 5px;
}
@media only screen and (min-width: 768px) {
    body.cms-home .product-items.owl-carousel:before {
        width: 15px;
    }

    body.cms-home .product-items.owl-carousel:after {
        width: 15px;
    }
}

body .product-items.owl-carousel:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 2;
}

body .product-items.owl-carousel:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}


body.cms-home .block.itemslider .block-title,
body.cms-home .block.itemslider .block-title>strong {
    color: #e30327;
    border: none;
    font-size: 23px;
    line-height: 27px;
}

body .cms-home .product.details.product-item-details,
body .owl-carousel .product.details.product-item-details,
body.catalog-category-view .category-cms .owl-carousel .product.details.product-item-details {
    position: relative;
    max-width: 170px;
    margin: 20px auto 0;
    text-align: center;
}

.cms-home .products-grid .price-box,
body.catalog-category-view .category-cms .products-grid .owl-carousel .price-box,
.products-grid .price-box {
    position: relative;
    right: auto;
    top: auto;
    width: 70px;
    max-width: 72px;
    background-color: transparent;
    color: #000000;
    margin: 0 auto 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

.cms-home .products-grid .item:hover .price-box,
.itemgrid-adaptive.itemgrid-3col .item:hover .price-box,
body.catalog-category-view .category-cms .products-grid .products .item:hover .price-box {
    background-color: transparent;
}

.cms-home .products-grid .price-box .price-wrapper .price,
.products-grid .price-box,
body.catalog-category-view .product-items .item .price-box .price,
body.catalogsearch-result-index .product-items .item .price-box .price {
    color: #000000;
    font-weight: normal;
}

@media (max-width: 479px) {
    body.catalog-category-view .itemgrid-3col .item {
        padding-bottom: 20px !important;
    }
}

.products-grid .owl-carousel .owl-item .item .product-item-img,
.products-grid .product-item-img {
    overflow: hidden;
}

.products-grid .owl-carousel .owl-item .item img,
.products.items .item img {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.products-grid .owl-carousel .owl-item:hover .item img,
.products.items .item:hover  .product-image-wrapper img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.products-grid .owl-carousel .owl-item .item {
    margin-left:  5px;
    margin-right: 5px;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .products-grid .owl-carousel .owl-item .item {
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }
}

/*.products-grid .owl-carousel .owl-item:nth-child(4n+0) .item {
    margin-right: 0;
}
*/
/* Preview Page  */



.itemgrid-adaptive.itemgrid-3col .item {
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .itemgrid-adaptive.itemgrid-3col .item {
        width: 45% !important;
        margin: 15px 10px !important;
    }

    .itemgrid-adaptive.itemgrid-3col .item:hover {
        margin: 15px 10px !important;
    }
}


@media only screen and (min-width: 768px) {
    .itemgrid-adaptive.itemgrid-3col .item {
        width: 29.3333% !important;
    }
}

@media only screen and (min-width: 992px) {
    .itemgrid-adaptive.itemgrid-3col .item {
        margin: 15px 13px !important;
    }

    .itemgrid-adaptive.itemgrid-3col .item:hover {
        margin: 15px 13px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .itemgrid-adaptive.itemgrid-3col .item {
        margin: 15px 14.9px !important;
    }

    .itemgrid-adaptive.itemgrid-3col .item:hover {
        margin: 15px 15px !important;
    }
}

@media (max-width: 479px) {
    .products-grid-partitioned.hover-effect .item:hover {
        margin: 0 auto!important;
    }
}

.itemgrid-adaptive.itemgrid-3col .item {
    padding: 0 !important;
    border: none;
    text-align: center;
}

.itemgrid-adaptive.itemgrid-3col .item:hover,
body.catalog-product-view .custom-sidebar-right .block.itemslider .item:hover {
    box-shadow: none;
}
.custom-sidebar-right .inner {
    border: none;
}
body.catalog-product-view .product-shop .product-add-form .box-tocart {
    border: none;
}

body.catalog-product-view .custom-sidebar-right .block.related,
body.catalog-product-view .product-shop .attribute.overview {
    border-bottom: none;
}

@media only screen and (min-width: 1200px) {
    .itemgrid-adaptive.itemgrid-3col > li.item:nth-of-type(4n+1) {
        clear: none !important;
    }
}

.imgdim-x .product.details.product-item-details {
    margin-top: 20px;
}

.itemgrid-adaptive.itemgrid-3col .item .product-item-inner {
    display: block;
    vertical-align: baseline;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.page-products .toolbar-products .sorter .sorter-action {
    background: none;
    font-size: 19px;
}

.page-products .toolbar-products .sorter .sorter-action:hover:after,
.page-products .toolbar-products .sorter .sorter-action:focus:after {
    content: "\f175";
}

.page-products .toolbar-products .sorter .sorter-action:after {
    content: "\f176";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
}

.pages .page,
.pages .action,
.pages .action.previous,
.pages .action.next {
    font-size: 14px;
    color: #e31527 !important;
    background-color: transparent!important;
    border: 1px solid #e31527;
}

.pages .current .page,
.pages .page:hover,
.pages .item.pages-item-next a:hover,
.pages .item.pages-item-previous a:hover {
    font-size: 14px;
    color: #fff !important;
    background-color: #e31527 !important;
}

.pages .item.pages-item-previous a,
.pages .item.pages-item-next a {
    background-image: none;
    position: relative;
    z-index: 1;
}

.pages .item.pages-item-previous a:after,
.pages .item.pages-item-next a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e31527 !important;
    text-indent: 0!important;
    font-size: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    z-index: 0;
}

.pages .item.pages-item-previous a:after {
    content: "\f104";
}

.pages .item.pages-item-next a:after {
    content: "\f105";
}
.pages .item.pages-item-previous a:hover:after,
.pages .item.pages-item-next a:hover:after {
    color: #ffffff !important;
}


.toolbar-products {
    border-top: none;
    border-bottom: none;
}

.toolbar.toolbar-products:last-child .modes {
    display: none;
}

.products-grid-partitioned.hover-effect .item:hover {
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
}

body.cms-home .products-grid .item:hover,
body .products-grid .item:hover,
body.catalog-category-view .category-cms .products-grid .products .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.itemgrid-adaptive.itemgrid-3col .item:first-child:hover,
.itemgrid-adaptive.itemgrid-3col .item:nth-child(4n+0):hover {
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    .account .action.tocart,
    .account .action.add,
    .catalog-category-view .action.tocart,
    .customer-address-index .actions-toolbar .secondary .action.back {
        padding: 0 5px;
    }
}


@media only screen and (min-width: 992px) {
    .account .action.tocart,
    .account .action.add,
    .catalog-category-view .action.tocart,
    .customer-address-index .actions-toolbar .secondary .action.back {
        padding: 0 25px;
    }
}

.account .action.tocart,
.account .action.add,
.catalog-category-view .action.tocart,
.customer-address-index .actions-toolbar .secondary .action.back {
    background-color: #e30327;
    color: #ffffff;
    border: 1px solid #E30329;
    -webkit-transition: background 250ms ease-in-out 0s;
    -moz-transition: background 250ms ease-in-out 0s;
    -o-transition: background 250ms ease-in-out 0s;
    transition: background 250ms ease-in-out 0s;
    transition-delay: .1s;
}

.account .action.tocart:hover,
.account .action.add:hover,
.catalog-category-view .action.tocart:hover,
.customer-address-index .actions-toolbar .secondary .action.back:hover,
.account .action.tocart:focus,
.account .action.add:focus,
.catalog-category-view .action.tocart:focus,
.customer-address-index .actions-toolbar .secondary .action.back:focus {
    border-color: #e30327;
    color: #e30327!important;
    background-color: transparent;
}
.product-items .item .tocart span {
    background: none;
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    .product-items .item .tocart span {
        font-size: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .product-items .item .tocart span {
        font-size: 12px;
    }
}

.product-items .item .tocart:hover span,
.product-items .item .tocart:focus span {
    background: none;
    color: #e30327 !important;
}

body.catalog-product-view .product-shop .product-add-form .box-tocart .actions .primary {
    background-color: #e30327;
    border: 1px solid #e30327;
    color: #ffffff;
}

body.catalog-product-view .product-shop .product-add-form .box-tocart .actions .primary:hover {
    color: #e30327;
    background: transparent;
    border-color: #e30327;
}

body.catalog-category-view .products-grid .product-item-name a,
body.catalog-category-view .category-cms .products-grid .product-item-name a {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

body.catalog-category-view .products-grid .product-item-name,
body.catalogsearch-result-index .products-grid .product-item-name {
    float: none;
    width: auto;
    line-height: 0.43333!important;
    height: auto;
}

.itemgrid-adaptive.itemgrid-3col .item .products-grid .product-item-img {
    margin: 0 auto 10px;
}
/* MyList - Steps Home */

body.cms-home .mylist {
    padding: 0 9px;
}

.mylist .viewport .grid12-4 {
    margin-bottom: 20px;
}

.mylist .viewport .grid12-4:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mylist .viewport .grid12-4 {
        margin-bottom: 0;
    }
}

.mylist .viewport .hoverbullets,
.viewport .hoverbullets {
    width: 44px;
    height: 44px;
    text-align: center;
    margin: 0 auto;
    float: none !important;
    background-position: 0px -44px !important;
}

.mylist .viewport .textwrapper {
    text-align: center;
    padding-left: 0!important;
}

@media only screen and (min-width: 1200px) {
    .mylist .viewport .textwrapper {
        padding: 0 80px!important;
    }
}

.mylist .viewport .textwrapper h3 {
    font-size: 14px;
}

.mylist .viewport .textwrapper span a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.mylist .viewport .textwrapper span a:hover {
    color: #e30327;
}

.mylist .textwrapper:hover {
    color: #333;
}

.mylist .viewport .textwrapper span.salebutton,
.viewport .textwrapper span.salebutton,
.checkout-cart-index .cart-container .form-cart .action.continue,
.checkout-cart-index .cart-container .form-cart .action.update {
    color: #e30327;
    background-color: #ffffff;
    border: 2px solid #e30327;
}

.mylist .viewport .textwrapper span.salebutton:hover,
.viewport .textwrapper span.salebutton:hover,
.checkout-cart-index .cart-container .form-cart .action.continue:hover,
.checkout-cart-index .cart-container .form-cart .action.update:hover {
    color: #ffffff;
    background-color: #e30327;
}

.checkout-cart-index .cart-container .form-cart .action.continue,
.checkout-cart-index .cart-container .form-cart .action.update,
.checkout-cart-index .cart-container .cart-summary .cart-totals .checkout-methods-items .action.primary {
    line-height: 42px;
}

@media (max-width: 479px) {
    .checkout-cart-index .cart-container .form-cart .action.continue,
    .checkout-cart-index .cart-container .form-cart .action.update {
        float: none;
    }
}
.block-minicart .block-content > .actions > .primary .action.primary {
    line-height: 30px;
}

.checkout-cart-index .cart-container .cart-summary .cart-totals .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary {
    border: 2px solid #e30327;
}

.checkout-cart-index .cart-container .cart-summary .cart-totals .checkout-methods-items .action.primary:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover {
    color: #e30327;
    background-color: #ffffff;
}

.mylist .viewport .textwrapper span.salebutton .mybutton,
.viewport .textwrapper span.salebutton .mybutton {
    color: #e30327;
}

.mylist .viewport .textwrapper span.salebutton:hover span.mybutton,
.viewport .textwrapper span.salebutton:hover span.mybutton {
    color: #ffffff;
}

body.catalog-product-view .product-shop .product-add-form .box-tocart .actions {
    margin-right: 0px;
}

/* Caritas Banner */

@media only screen and (min-width: 768px) {
    .caritasbanner .mybannercontainer ul.slides {
        margin: 0 5px;
    }
}

.caritasbanner .block, .block-banners {
    margin-bottom: 0;
}

.caritasbanner .mybannercontainer ul.slides li.item.grid12-3 {
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .caritasbanner .mybannercontainer ul.slides li.item.grid12-3 {
        width: 48%;
        margin-bottom: 2%;
        margin-left: 1%;
        margin-right: 1%;
        overflow: hidden;
    }
}

.caritasbanner .mybannercontainer ul.slides li .bannercontainer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    float: none !important;
    margin: 0;
    transition: opacity .5s ease-in-out;
    opacity: 1;
    z-index: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    background: -moz-linear-gradient(90deg,rgba(0,0,0,0.6) 0,rgba(0,0,0,0.6) 10%,rgba(0,9,0,0) 57%);
    background: -webkit-linear-gradient(90deg,rgba(0,0,0,0.6) 0,rgba(0,0,0,0.6) 10%,rgba(0,9,0,0) 57%);
    background: -o-linear-gradient(90deg,rgba(0,0,0,0.6) 0,rgba(0,0,0,0.6) 10%,rgba(0,9,0,0) 57%);
    background-image: -ms-linear-gradient(90deg,rgba(0,0,0,0.6) 0,rgba(0,0,0,0.6) 10%,rgba(0,9,0,0) 57%);
}

.caritasbanner .mybannercontainer ul.slides li .bannercontainer img {
    width: 100%;
}

.caritasbanner .mybannercontainer .captionposition {
    margin: 0;
    padding: 0 15px 15px;
    z-index: 10;
    width: 100%;
}

.caritasbanner .mybannercontainer .captionposition p {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
}

.caritasbanner .mybannercontainer .mybannercaption {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
}

body a:hover .caption.light3 .heading,
body a:hover .caption.light3 p {
    background-color: transparent;
    color: #ffffff;
}

.caritasbanner .mybannercontainer ul.slides li.item.grid12-3 .bannercontainer img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.caritasbanner .mybannercontainer ul.slides li.item.grid12-3:hover .bannercontainer img {
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Scroll to top */

body #scroll-to-top {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 19px;
    bottom: 56px;
    right: 30px;
    z-index: 9999;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent;
}

body #scroll-to-top:hover {
    background-color: transparent;
    border-color: #e30327;
    color: #e30327;
}

body #scroll-to-top.ic-up:before {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -1px;
}

/* Cookie Alert - Bottom under the Footer */
.cookiealert {
    padding: 0;
    border-width: 0px !important;
}

.cookiealert .container #drc-cookielaw {
    padding: 0 15px;
}

#cookielaw-widget .v-actions button {
    margin-top: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
    max-width: 1170px;
    margin: 0 auto 10px;
    float: none;
}

.breadcrumbs .item:not(:last-child):after {
    top: 2px;
}

@media (min-width: 1279px) {
    .breadcrumbs .items {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* Header: Search & Shop Cart Menu */

.header-container .right-column .user-menu .mini-cart,
.header-container .right-column .user-menu .mini-compare,
.header-container .right-column .user-menu .top-links,
.header-container .right-column .user-menu .top-links ul {
    float: left !important;
}

.header-container .hp-blocks-holder .hp-block #minicart a span.label {
    display: none;
}

.header.container .inner-container {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (min-width: 992px) {
    .header.container .inner-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.header .header-container .hp-blocks-holder .hp-block.left-column {
    float: left;
    display: inline-block;
}

.header .header-top-search-wrapper.hp-block.central-column {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 17px;
    padding-right: 0;
}

.header .hp-block.right-column .ic-cart:before,
.header .hp-block.right-column .ic-cart1:before {
    content: url("../images/emptyshoppingcart_shopingcart_carritodelacompravacio.png");
}

.header .hp-block.right-column {
    width: 50%;
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    padding-left: 10px;
    padding-right: 0;
}

.header .form-search {
    margin: 0 auto;
    position: relative;
    padding-right: 0;
}

#header-search .block-search #search_mini_form .input-text {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 35px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000000;
}

@media (min-width: 770px) {
    #header-search .block-search #search_mini_form .input-text {
        max-width: 232px;
        position: relative;
        left: -3px;
        height: 32px;
        line-height: 32px;
    }
}

.header-regular .block-search .input-text:focus:focus,
._keyfocus *:focus, input:not([disabled]):focus {
    border: 1px solid #000000;
}

body .header-regular .block-search .input-text {
    background-color: #ffffff;
    border: 2px solid #000000;
}

.search-autocomplete {
    right: 0;
}

@media (min-width: 770px) {
    .header-container .form-search .search-autocomplete{
        right: 3px;
    }
}



.block-search button.action.search {
    width: auto;
    height: 36px;
    background-color: transparent;
    color: #000000;
    margin: 0;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
}

@media (min-width: 770px) {
    .block-search button.action.search {
        height: 32px;
        line-height: 32px;
    }
}

.block-search button.action.search:hover,
.block-search button.action.search:focus {
    background-color:transparent;
    color: #000000 !important;
}

button.action.search:after {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    color: #000000;
    text-indent: 0 !important;
    z-index: 1000;
    right: 0;
    font-size: 23px;
    padding: 0px 8px 0 0;
}

/* Search Form Mobile */

#header-search .block-search form#search_mini_form {
    clear: both;
    display: block;
    position: relative;
}

#header-search .block-search {
    margin-bottom: 32px;
}

@media (min-width: 770px) {
    #header-search .block-search {
        margin-bottom: 0;
    }
}

body .header-mobile .skip-content--style {
    background-color: #ffffff;
}

/* end of Search Form Mobile */

body .links-wrapper-separators-left .links>li>* {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
}

body .links-wrapper-separators-left .links>li>*:after {
    content: "";
    padding-left: 5px;
}

@media (min-width: 770px) {
    body .links-wrapper-separators-left .links>li>*:after {
        content: "|";
    }
}

body .links-wrapper-separators-left .links>li>*:hover:after {
    color: #000000 !important;
}

body .links-wrapper-separators-left .links>li:last-child>*:after {
    content: none;
    display: none;
}

ul.header.links > li > a:hover {
    background-color: transparent;
    color: #e30327 !important;
}

/* ======= Page Messages ======= */

@media only screen and (min-width: 768px) {
    .page.messages {
        max-width: 750px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .page.messages {
        max-width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .page.messages {
        max-width: 1170px;
    }
}


/* ======= NEW - NEU ======= */

body .sticker-wrapper.top-left {
    top:auto;
    bottom: 28%;
    left: -5px;
}

body.catalog-product-view .sticker-wrapper.top-left {
    top: 20px;
    left: 1px;
}

.products-grid .sticker.new,
.products-list .sticker.new,
body.catalog-product-view .sticker-wrapper .sticker.new{
    top: 4px;
    left: 5px;
    background-image: none;
    width: 111px!important;
    height: 30px !important;
    background-color: #e30327;
    background-repeat: no-repeat;
    font-size: 19px;
    position: relative;
    max-width: 98%;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* ======= Mobile Style ======= */
body .menu-trigger.active .menu-trigger-inner,
body .menu-trigger .menu-trigger-inner,
body .menu-trigger .menu-trigger-inner:hover,
body .menu-trigger .menu-trigger-inner:focus {
    background-color: #e30327;
}

@media (max-width: 991px) {
    body .nav-holders-wrapper + .mobnav-trigger {
        border-bottom: none;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    body .nav-mobile .nav-item.level0>.opener,
    body .nav-mobile ul.level0 .nav-item>.opener {
        color: #ffffff !important;
    }
}

/* Mobile Navigation */
body .header-mobile .skip-link {
    background-color: #e30327;
    color: #ffffff;
}

body .header-mobile .skip-link.skip-nav .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    border-radius: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.middle-bar {
    opacity: 1;
}

.bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

body .header-mobile .skip-link.skip-nav.skip-active .top-bar {
    transform: translate(3px) rotate(46deg);
    -webkit-transform: translate(3px) rotate(46deg);
    -webkit-transform-origin: 14% 10%;
    -moz-transform-origin: 14% 10%;
    -ms-transform-origin: 14% 10%;
    transform-origin: 14% 10%;
}

body .header-mobile .skip-link.skip-nav.skip-active .middle-bar {
    opacity: 0;
}

body .header-mobile .skip-link.skip-nav.skip-active .bottom-bar {
    transform: translate(3px) rotate(-45deg);
    -webkit-transform: translate(3px) rotate(-45deg);
    -webkit-transform-origin: 12% 90%;
    -moz-transform-origin: 12% 90%;
    -ms-transform-origin: 12% 90%;
    transform-origin: 12% 90%;
}


.menu .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

body .header-mobile .skip-link.skip-nav.skip-active .icon-bar {
    background-color: #e30327;
}

body .header-mobile .skip-link.skip-nav .ic-menu:before,
body .header-mobile .skip-link.skip-search .ic-search:before,
body .header-mobile .skip-link.skip-account .ic-user:before {
    display: none;
}

body .header-mobile .skip-link.skip-cart .ic-cart:before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .header-mobile .skip-link.skip-active {
    background-color: #fff;
    color: #e30327;
}
body .minicart-wrapper {
    margin-top: 0;
}

body .header-mobile .header-container3 {
    margin-bottom: -10px;
}

@media only screen and (min-width: 770px) {
    body #header-container {
        max-height: 145px;
    }
}

body .nav-mobile .nav-item.level0 > a,
body .navi.nav-mobile ul.level0 .nav-item > a{
    padding: 0 30px;
}

body .nav-mobile .nav-item.level0 > a:hover,
body .navi.nav-mobile ul.level0 .nav-item > a:hover {
    background-color: #e30327;
    color: #fff;
}

.header-container .account-links .links>li>a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28571429em;
    text-align: center;
    margin-right: 5px;
}

@media only screen and (min-width: 770px) {
    .header-container .account-links .links>li>a:before {
        content: none;
        display: none;
    }
}

.header-container .account-links .links>li:first-child>a:before {
    content: "\f007";
}

.header-container .account-links .links>li:nth-child(2)>a:before {
    content: "\f090";
}

.header-container .account-links .links>li:last-child>a:before {
    content: "\f234";
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
}

@media only screen and (max-width: 769px) {
    .header-container .skip-content,
    .sticky-wrapper {
        display: none;
    }
}
/* Forms */

#product-options-wrapper .control select {
   border-color: #000000;
    -webkit-appearance: none;
}

#product-options-wrapper .control {
    position: relative;
}
#product-options-wrapper .control:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 24px;
    background-color: #fff;
    width: 30px;
    text-align: center;
    border: none;
    color: #000;
    padding-top: 6px;
    font-size: 20px;
    pointer-events: none;
}

#product-options-wrapper .control select {
    position: absolute;
    top: 0;
    left: 0;
}

body.catalog-product-view .product-shop .product-add-form .box-tocart .qty .input-text:focus {
    border-width: 1px;
}

.login-container .action.primary {
    background-color: #e30327!important;
    color: #fff !important;
    border: 1px solid #e30327;
}

.login-container .action.primary:hover {
    background-color: transparent!important;
    color: #e30327 !important;
    border: 1px solid #e30327;
}

/* Catalog product Cloud Zoom  */

[class*="categorypath-produkte-"] .overlay {
    display: none;
}

/* Lightbox */
#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
    background: none !important;
    text-indent: -9999px !important;
    border: 1px solid #000000;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#cboxContent #cboxPrevious:hover,
#cboxContent #cboxNext:hover {
    background-color: transparent!important;
    border-color: #e30327;
    color: #e30327;
}

#cboxContent #cboxNext {
    margin-left: 5px;
}

#cboxContent #cboxPrevious:before,
#cboxContent #cboxNext:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000000;
    z-index: 10000;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    text-indent: 0 !important;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#cboxContent #cboxPrevious:hover:before,
#cboxContent #cboxNext:hover:before {
    color: #e30327;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#cboxContent #cboxPrevious:before {
    content: "\f104";
}

#cboxContent #cboxNext:before {
    content: "\f105";
}

#cboxClose {
    background: none!important;
    border: 1px solid #000000;
}

#cboxClose:hover {
    background: none!important;
    border-color: #e30327;
    color: #e30327;
}

#cboxClose:before,
#cboxClose:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000000;
    z-index: 10000;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    padding-right: 5px;
    text-indent: 0 !important;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#cboxClose:hover:before,
#cboxClose:hover:after {
    color: #e30327;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#cboxClose:before {
    content: "\f104";
    right: -10px;
}

#cboxClose:after {
    content: "\f105";
}

/* Checkout */

.checkout-cart-index .cart-container .cart-summary {
    position: static;
    width: 100%;
    margin: 20px 0;
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
   text-align: center;
}

/* Categories */

body .sideacco .nav-item > .opener {
    height: 31px;
    line-height: 32px;
    width: 28px;
    color: #000000;
    background-color: transparent!important;
}

body .sideacco .nav-item.current > .opener {
    color: #e30327;
}

body .sideacco .nav-item > .opener:hover,
body .uaccordion li.nav-item--only-subcategories:hover > .opener,
body .sideacco .nav-item.item-active > .opener {
    color: #e30327;
    background-color: transparent!important;
}

.uaccordion .opener:before, .nav-acco .opener:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uaccordion li.item-active>.opener:before, .nav-acco li.item-active>.opener:before {
    content: "\f106";
}

.filter-options-title:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8px;
    top: 12px;
}

.active>.filter-options-title:after {
    content: '\f106';
}

@media only screen and (min-width: 768px) {
    .catalog-category-view .products.wrapper.grid {
        margin: 0 -35px 0 -15px;
    }
}

@media only screen and (max-width: 767px) {
    #layered-filter-block {
        display: none;
    }
}


/* Product list on change style */

body.catalog-category-view .products.wrapper.list.products-list.products-list-ext.pos- {
    max-width: 300px;
    margin: 0 auto;
}

body.catalog-category-view .products-list-ext .product-item-img,
body.catalogsearch-result-index .products-list-ext .product-item-img {
    max-width: 295px;
}

@media only screen and (min-width: 480px) {
    body.catalog-category-view .products.wrapper.list.products-list.products-list-ext.pos- {
        max-width: none;
        margin: 0 auto;
    }
}

body.catalog-category-view .products-list-ext .product-item-description h1.product_headline {
    line-height: 1.1;
}

body.catalog-category-view .products-list-ext .product-item-description h3 {
    font-size: 14px;
    line-height: 18px;
}

body.catalog-category-view .products-list-ext .product-item-description .more,
body.catalogsearch-result-index .products-list-ext .product-item-description .more {
    position: static;
    display: block;
    max-width: 81.9px;
    text-align: center;
    margin-top: 20px;
    color: #e30327;
    font-size: 14px;
    border: 1px solid;
    padding: 5px 10px;
    transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
}

@media only screen and (min-width: 768px) {
    body.catalog-category-view .products-list-ext .product-item-description .more,
    body.catalogsearch-result-index .products-list-ext .product-item-description .more {
        position: absolute;
        bottom: 17px;
        right: 0;
        margin: 0;
        max-width: none;
    }
}

body.catalog-category-view .products-list-ext .product-item-description .more:hover,
body.catalogsearch-result-index .products-list-ext .product-item-description .more:hover {
    color: #ffffff;
    background-color: #e30327;
}

body.catalog-category-view .products-list-ext .product-item-inner,
body.catalogsearch-result-index .products-list-ext .product-item-inner {
    float: none;
}

@media (min-width: 660px) {
    body.catalog-category-view .products-list-ext .product-item-inner,
    body.catalogsearch-result-index .products-list-ext .product-item-inner {
        float: right;
    }
}

body.catalog-category-view .products-list-ext .product-item-inner .price-box,
body.catalogsearch-result-index .products-list-ext .product-item-inner .price-box {
    position: static;
    bottom: auto;
    right: auto;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    body.catalog-category-view .products-list-ext .product-item-inner .price-box,
    body.catalogsearch-result-index .products-list-ext .product-item-inner .price-box {
        position: absolute;
        bottom: 50px;
        right: 0;
        padding-left:0;
    }
}

@media only screen and (min-width: 480px) {
    body.catalog-category-view .products-list-ext .product-item-inner .price-box,
    body.catalogsearch-result-index .products-list-ext .product-item-inner .price-box {
        padding-left: 13px;
    }
}

@media only screen and (max-width: 991px) {
    body.catalog-product-view .product-shop .product-info-price .price-box .price {
        font-size: 14pt;
    }
}

body.catalog-product-view .product-shop .product-add-form {
    padding: 5px 0 0 0;
}

@media only screen and (min-width: 768px) {
    body.catalog-product-view .product-shop .product-add-form {
        padding: 15px 0 0 0;
    }
}

body.catalog-category-view .products-list-ext .imgdim-x .product.details.product-item-details {
    margin-top: 0;
    margin-left: 0;
    position: static;
}

@media only screen and (min-width: 480px) {
    body.catalog-category-view .products-list-ext .imgdim-x .product.details.product-item-details {
        margin-left: 20px;
    }
}


body.catalog-category-view .products-list-ext .product-item-description,
body.catalogsearch-result-index .products-list-ext .product-item-description {
    border-right: none;
}


body.catalog-category-view .products-list-ext .product-items .item:hover,
body.catalogsearch-result-index .products-list-ext .product-items .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Messages */
.messages .message.success {
    max-width: 300px;
    border-left: solid 3px #28a745;
    border-top: none;
    border-right: none;
    border-bottom: none;
    background-color: transparent;
    background-image: none;
    color: #535353;
    font-weight: bold;
    padding: 25px 25px 25px 25px;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.messages .message-error {
    max-width: 300px;
    padding: 25px 25px 25px 25px !important;
    background-color: transparent;
    background-image: none;
    color: #dc3545;
    background-repeat: no-repeat !important;
    background-position: 25px center !important;
    border-left: #dc3545 3px solid;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.messages .message-notice {
    max-width: 300px;
    padding: 25px 25px 25px 25px !important;
    background-color: transparent;
    background-image: none;
    color: #faebcc;
    background-repeat: no-repeat !important;
    background-position: 25px center !important;
    border-left: #faebcc 3px solid;
    border-top: none;
    border-right: none;
    border-bottom: none;

}

/* Image preview */

.gen-slider-arrows3 .direction-nav a:hover {
    background-color: transparent;
    border-color: #e30327;
}

.gen-slider-arrows3 .direction-nav a {
    background-image: none;
    border: 1px solid #000000;
    background-color: transparent;
}

.gen-slider-arrows3 .direction-nav .prev:after,
.gen-slider-arrows3 .direction-nav .next:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    text-indent: 0!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
}

.gen-slider-arrows3 .direction-nav .prev {
    left: -37px;
}

.gen-slider-arrows3 .direction-nav .next {
    right: -37px;
}

.gen-slider-arrows3 .direction-nav .prev:after {
    content: "\f104";
}

.gen-slider-arrows3 .direction-nav .next:after {
    content: "\f105";
}

/* Slider Preloader */
.cshop-loader {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cshop-loader span {
    position: relative;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #dc3545;
    margin: 5px;
    background-color: #dc3545;
    opacity: 1;
    display: inline-block;
}

.cshop-loader span:first-child {
    animation: cshop-loader 2.5s .1s ease-out infinite;
}

.cshop-loader span:nth-child(2) {
    animation: cshop-loader 2.5s .2s ease-out infinite;
}

.cshop-loader span:nth-child(3) {
    animation: cshop-loader 2.5s .3s ease-out infinite;
}

.cshop-loader span:nth-child(4) {
    animation: cshop-loader 2.5s .4s ease-out infinite;
}

.cshop-loader span:nth-child(5) {
    animation: cshop-loader 2.5s .5s ease-out infinite;
}

.cshop-loader span:nth-child(6) {
    animation: cshop-loader 2.5s .6s ease-out infinite;
}

@keyframes cshop-loader {
    0%    { top: 2px; }
    1%    { top: 4px; }
    2%    { top:6px; }
    3%    { top:8px; }
    4%    { top: 10px; }
    5%    { top:12px; opacity: 1; }
    6%    { top: -2px; opacity: 1; }
    7%    { top: -4px; opacity: 1; }
    8%    { top: -6px; opacity: 1; }
    9%    { top: -8px; opacity: 1; }
    10%   { top: -10px; opacity: 1; }
    11%   { top: -12px; opacity: 1; }
    12%   { top: 0; opacity: .5; }
    100%  { top: 0; opacity: .5; }
}


/* Search results */
.note-msg, .notice-msg {
    background-image: none;
    border: none;
    color: #e30327;
    font-weight: bold;
    background-position: 25px center;
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 25px 25px 25px 80px;
    position: relative;
}
p.note-msg:before {
    content: "\f119";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 30px;
    font-size: 30px;
}

/* PAGE: Über Schenken mit Sinn */
#schenken_mit_sinn .category-description a {
    overflow: hidden;
    display: inline-block;
}

#schenken_mit_sinn .category-description a img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#schenken_mit_sinn .category-description a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.catalog-category-view .categories-anlass .block-content {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .modal-popup.modal-slide {
        top: 44px;
        right: 44px;
        left: 44px;
        bottom: 44px;
    }
}

/* Top Menu */

.nav-regular .myBlockHeader ul.mywrapper li a div div.mycategoryImage.Tierprojekte.FAQs {
    background: url(/pub/static/frontend/Infortis/ultimo/de_DE/images/tierprojekte-2.png) no-repeat scroll 5px 20px transparent;
}

/* Header: Customer Service */

@media (min-width: 768px) {
    .logo-column {
        width: 190px;
    }
}

.customer-service {
    height: 95px;
    display: none;
}

@media (min-width: 992px) {
    .customer-service {
        max-width: 200px;
        display: block;
    }
}

@media (min-width: 992px) {
    .customer-service {
        max-width: 377px;
    }
}

@media (min-width: 768px) {
    .customer-service .customer-service-wrap {
        padding: 14px 0;
    }
}

@media (min-width: 992px) {
    .customer-service .customer-service-wrap {
        padding: 22px 0;
    }
}

.customer-service .customer-service-wrap .icon-phone {
    display: block;
    margin-top: 10px;
}

.customer-service .customer-service-wrap .icon-phone i {
    margin-right: 10px;
}

.header .customer-service-wrap a:hover,
.header .customer-service-wrap a:focus {
    color: #e30327;
}

.customer-service-mobile,
.customer-service-tablet {
    padding: 4px 15px 0;
    border-bottom: 1px solid;
}

@media (min-width: 770px) {
    .customer-service-mobile {
        display: none;
    }
}

.customer-service-mobile .customer-service-icon,
.customer-service-mobile .customer-service-text,
.customer-service-tablet .customer-service-icon,
.customer-service-tablet .customer-service-text {
    float: left;
    display: inline-block;
}

.customer-service-mobile .customer-service-icon,
.customer-service-tablet .customer-service-icon {
    font-size: 26px;
}

.customer-service-mobile .customer-service-text,
.customer-service-tablet .customer-service-text {
    font-size: 16px;
    padding: 6px 15px;
}

.customer-service-tablet {
    display: none;
}

@media (min-width: 770px) and (max-width: 991px) {
    .customer-service-tablet {
        display: block;
    }
}

.customer-service-tablet .customer-service-wrap {
    max-width: 750px;
    margin: auto;
}

.product-info-main .price-details
{
    display: none;
}

.product-info-price .price-details
{
    display: block;
    margin-top: 3px;
}

.old-price .price
{
    font-size: 15px !important;
    color: #000 !important;
    text-decoration: line-through;
}

.old-price
{
    color: #000 !important;
}


.old-price, .old.price
{
    text-decoration: none;
}

.price-details .tax-details
{
    font-size: 10px;
}

@media (min-width: 511px) {
    .price-details .tax-details
    {
        font-size: 8px;
    }
}

@media (min-width: 992px) {
    .price-details .tax-details
    {
        font-size: 10px;
    }
}

/** DISCOUNT CODE CART **/

.checkout-cart-index .cart-container .cart-summary .discount {
    display: block;
    background: #f5f5f5;
    padding: 0 10px;
    float: left;
    box-sizing: border-box;

}

.cart.item.message.notice {
    background: none;
    color: #28a745;
    padding-left: 0px;
    font-weight: bold;
    font-size: 1.3em;
}

.cart.item.message.notice div:before {
    content: '' !important;
}

@media (max-width: 767px) {
    .checkout-cart-index .cart-container .cart-summary .discount {
        width: 48%;
        margin-left: 4%;
    }
}


@media (max-width: 479px)
{
    .checkout-cart-index .cart-container .cart-summary .discount {
        width: 100%;
    }
}




@media (min-width: 768px) {
    .checkout-cart-index .cart-container .cart-summary .discount {

        width: 30%;
        margin-left: 1.67%;
        margin-right: 1.67%;
        background: #f5f5f5;
        padding: 0 10px;
        float: left;
        box-sizing: border-box;
    }



    #discount-coupon-form .fieldset.coupon {
        margin: 15px 0 25px 0px !important;
    }

    #discount-coupon-form .actions-toolbar>.primary
    {
        margin-left: 0px;
        float: right;
    }

    #discount-coupon-form .actions-toolbar>.primary .action.apply.primary,
    #discount-coupon-form .actions-toolbar>.primary .action.cancel.primary
    {
        margin-right: 0px;
        padding: 0px 25px;
        line-height: 42px;
        color: #fff;
        background: #333;
    }

    #discount-coupon-form .actions-toolbar>.primary .action.apply.primary:hover,
    #discount-coupon-form .actions-toolbar>.primary .action.cancel.primary:hover
    {
        padding: 0px 23px;
        line-height: 38px;
        border: solid 2px #333 !important;
        background: #fff;
        color: #333;
    }
}



/** DISCOUNT CODE CHECKOUT **/
.opc-payment-additional .payment-option-content {
    display: block !important;
}

.checkout-payment-method .payment-option .payment-option-title .action-toggle:after,
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after
{
    content: '';
}


.checkout-payment-method .actions-toolbar .primary .action-cancel
{
    background-color: #333;
    color: #fff;
    padding: 0px 25px;
    line-height: 45px;
}

.checkout-payment-method .actions-toolbar .primary .action:hover
{
    background-color: #fff !important;
    line-height: 41px !important;
    padding: 0px 23px !important;
    color: #333 !important;
    border: solid 2px #333 !important;
}



@media (min-width: 768px) {
    .payment-option-title
    {
        padding-left: 0px !important;
    }

        .payment-option-title span
        {
            color: #333 !important;
            font-weight: 300 !important;
            font-size: 2.6rem !important;
        }

    .payment-option-content
    {
        padding-left: 0px !important;
    }

    .checkout-payment-method .actions-toolbar .primary
    {
        float: none;
    }

}


body.account .block.account-nav {
    display: none;
}

body.account .block.block-reorder {
    display: none;
}

body.account .box.box-newsletter {
    display: none;
}




/*    UPDATE 2.3.3    */
.mini-cart-heading:before{
    display:none !important;
}


/* BUGFIX CUSTOMER ERROR */

#checkout .form.form-login .fieldset.hidden-fields
{
    /*display: none !important;*/
}

/* remove customers login */
#header-account {
    display: none;
}

.authentication-wrapper {
    display: none;
}

#checkout-step-shipping #customer-email-fieldset .note {
    display: none !important;
}

body .header-mobile .skip-link.skip-active.skip-noactive {
    background-color: #e30327;
    color: #ffffff;
}

#discount-code-error {
    display: none !important;
}

#shipping li.order-attributes:after {
    content: "Hinweis: Geben Sie uns bitte Ihren korrekten Vor- und Zunamen, sowie Ihr Geburtsdatum, bekannt. Nur dann kann Ihre Spende automatisch zur Absetzbarkeit ans Finanzamt gemeldet werden. ";
    font-size: larger;
}


/** GDPR EXTENSION **/
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label
{
    background: #e30328;
}

.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled+.amgdprcookie-label
{
    background: #d27887;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn
{
    background: #e30328;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:hover
{
    background: #e30328;
}
.filled_newslatter .label a {
    text-decoration: underline;
}
.filled_newslatter .label a:hover,.filled_newslatter .label a:focus {
    text-decoration: underline;
}

/* Custom Checkboxes - base bootstrap 4 */

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3rem;
    padding-left: 1.8125rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1.125rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.3125rem;
    height: 1.30625rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #000000;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #404040;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #595959;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #000000;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    display: flex;
}
.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.8125rem;
    display: block;
    width: 11px;
    height: 11px;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #000000 solid 0.0625rem;
    z-index: 1;
}
.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.8125rem;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox {
    padding-top: 0;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    top: 0;
    background-image: none;
    background-color: #000000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    top: 0;
    border-color: #000000;
    background-color: #000000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    top: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox:not(:last-of-type) {
    margin-bottom: 1.125rem;
}

