/**
* 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.
*/


/**
TEMP
**/
/*
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 1;
}
.col-auto {
    flex: 0 0 auto !important;
    width: auto;
}
*/
/* TEMP BUTTON STYLE */
@media all and (max-width: 576px) {
    .btn-primary {
        white-space: normal;
    }
}

/* TEMP PRODUCT CART BUTTON */
.products-grid .product-miniature-layout-3 .product-add-cart {
    transition: all .2s ease-in-out;
}
.products-grid .product-miniature-layout-3 .product-add-cart:hover {
    background: #fbb5b0 !important;
}
.product-carousel .product-add-cart,
.products-grid .product-miniature-layout-3 .product-add-cart {
    display: none;
}
.product-carousel .product-add-cart{
    display: none !important;
}
@media all and (min-width:992px) {
    .products-grid .product-miniature-layout-3 .product-add-cart {
        display: block;
    }
}

/* TEMP ACCOUNT */
.link-item .fa-wrap {
    min-width: 25px;
    display: inline-block;
}
/* CUSTOMER HISTORY */
@media all and (max-width: 768px){
    .order-item .qty .text-xs-right,
    .order-total .text-xs-right {
        text-align: right;
    }
    .my-account-page-content-wrapper .shipping-line .shipping-costs {
        text-align: right;
    }
    .my-account-page-content-wrapper .shipping-line .shipping-costs strong {
        display: inline-block;
        float: left;
    }
}


    /* TEMP CATEGORY SUBCATEGORY */
.category-depth-level-4 .product-list-subcategories .col-6 {
    width: 100%;
    float: none;
    flex: auto;
    max-width: 100%;
}
.category-depth-level-4 .product-list-subcategories a.subcategory-name {
    padding-bottom: 7px;
    display: block;
}
.category-depth-level-4 .product-list-subcategories a.subcategory-name:before {
    content: '>';
    display: inline-block;
    margin-right: 2px;

}

/* TEMP FOOTER */
.mwd-echte-bewertungen-and-trusted-shop-in-footer-wrap {
    width: 100%;
    padding: 25px 0px;
}

    /* TEMP CART GIFT BOX */
#cart-gift-box .cart-gift-box-content {
    margin-right: -7px;
    margin-left: -7px;
}
.cart-gift-box-content-left,
.cart-gift-box-content-right {
    float: left;
    width: 50%;
    padding: 0px 7px;
}
#cart-gift-box .label3 {
    width: 50%;
    display: block;
    text-align: center;
    float: right;
}
#js-checkout-summary #cart-gift-box .label3 {
    text-align: right;
}
@media all and (max-width: 768px) {
    #cart-gift-box .label3 {
        width: 100%;
        text-align: right;
    }
    .cart-gift-box-content-right {
        width: 25%;
    }
    .cart-gift-box-content-left {
        width: 75%;
    }
}



.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    transform: translateX(-110%);
}
.col-mobile-menu-push.show #_mobile_iqitmegamenu-mobile {
    transform: translateX(0%);
}

/* TEMP cart-gift-box */
#cart-gift-box figure {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

body#search .mwd_category_showall-wrapper {
    display: none;
}

#iqitmegamenu-horizontal {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
@media all and (max-width: 1380px) and (min-width: 768px){
    .iqit-megamenu-container {
        background: #000;
    }
}

.mwd-duftpyramide-image img {
    border: 0 !important;
}

.mwd_category_showall-wrapper {
    text-align: center;
    margin: 25px 0px 15px 0px;
}
#mwd_category_showall {
    display: inline-block;
    min-width: 188.63px;
}