/**
 * Custom FourTwenty CSS
 */

 footer .footer-top .full-width-container {
 	width: 100%;
 	background-color: #D6D2E0;
 }

 .product-item-info a.tocompare {
 	display: none !important;
 }
 .product-item-info .tocompare {
 	display: none !important;
 }
.catalog-product-view .product-info-main .product-add-form #product-quantity{
    padding: 5px 20px;
    border: 2px solid #3C2376;
    display: inline-block;
    margin-top: 20px;
}

/**
 * for footer-bottom
 */

.full-width-container.custom-webiators1 {
    padding-top: 32px;
    background-color: white;
    padding-bottom: 1px;
}

.full-width-container.custom-webiators2 {
    background-color: #2f2d2e;
    padding-top: 30px;
    padding-bottom: 45px;
}

.footer-bottom .custom-webiators2 .row p {
    text-align: center;
    color: white;
}


.page-footer .footer-8 .footer-top {
    padding: 0px !important;
}

.page-footer .footer-8 .footer-bottom {
     padding: 0px !important; 
}
@media(max-width:767px){
    body .product-info-main .box-tocart{
        float: none;
    }
}

@media(max-width: 768px) {
    .footer-bottom .full-width-container .footer-img img {
    margin-bottom: 15px;
}
}


.category-jetzt-aktuell .listing-tabs-wrapper .grid-product-type .product-item , .category-aktionen .listing-tabs-wrapper .grid-product-type .product-item{
    width: 25%;
}


.page-footer .footer-8 .footer-bottom .footer-img img {
    margin: 0 auto;
    display: block;
    width: 140px;
}

.footer-bottom .custom-webiators2 .row address {
    text-align: center;
}




/**
 * for mobile: Pages "Neuheiten" and "Aktionen"
 */



/* Media Query for iPad and iPadPro*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .category-jetzt-aktuell .listing-tabs-wrapper .grid-product-type .product-item, .category-aktionen .listing-tabs-wrapper .grid-product-type .product-item {
    width: 25%;
}
  
body.category-neuheiten.catalog-category-view .item.product.product-item {
    width: 25%;
}

.grid-product-type .product-item .item-inner .product-item-info .product-item-image {
    min-height: 280px;
}

}


/* Media Query for Mobile*/
@media only screen and (max-width: 767px) {
   .category-jetzt-aktuell .listing-tabs-wrapper .grid-product-type .product-item, .category-aktionen .listing-tabs-wrapper .grid-product-type .product-item {
    width: 50%;
}
  
body.category-neuheiten.catalog-category-view .item.product.product-item {
    width: 50%;
}
}


/* Category About us hide category images */
.categorypath-uber-uns > .apptrian-subcategories-heading, .categorypath-uber-uns > .apptrian-subcategories-grid {
    display: none;
}