/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


/* PRODUKT DETAILSEITE */
#left-column .block-categories.block-bestsellers {
    display: none;
}
@media all and (min-width: 768px) {
    #left-column .block-categories.block-bestsellers {
        display: block;
    }
}
.slick-slide .mwd-product-miniature-heading .mwd-product-average-review-in-headline {
    position: absolute;
    right: 0;
    top: -1.5rem;
}
@media all and (max-width: 1200px) {
    .mwd-product-miniature-heading .mwd-product-average-review-in-headline {
        position: absolute;
        right: 0;
        top: 0.0rem;
    }
}


/* FOOTER */
#footer-container-first.mobile {
    padding-bottom: 0px;
}

/* CHECKOUT */
#cart-gift-box {
    padding: 2rem 0px;
}
#cart-gift-box .label1 {
    font-weight: bold;
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}
#cart-gift-box .label2 {
    font-weight: bold;
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 0.8px;
}
#cart-gift-box .label3 {
    display: inline-block;
    float: right;
    font-weight: bold;
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 0.5px;
}
#cart-gift-box .label4 {
    font-family: "Verlag A", "Verlag B";
}
.cart-grid-right .block-promo {
    margin-bottom: 30px;
}
.cart-items {
    margin-bottom: 0px;
}

.block-promo label.discount_name-label {
    font-weight: bold;
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    margin-top: 2rem;
}
#card-free-shipping-information {
    font-size: 0.9rem;
    background: #f08080;
    color: #fff;
    padding: 6px 8px;
    display: block;
    margin: 10px 0px;
}


/* CART */
.cart-summary .cart-shop-logos {
    margin: 20px 0px;
}