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


/* TEMPORÄR */
/*GENERELL BUTTON ECT*/
.input-group .input-group-btn>.btn {
    background-color: #ddd;
}
.btn-iqitwishlist-add,
.btn-iqitcompare-add,
.product-actions .additional_button{
    display: none;
}
#desktop-header {
    background: #000;
}
#desktop-header .header-top {
    background: #fff;
}

#left-column .block-your-advantages {
    display: none;
}
body.category-bestseller .block-bestsellers,
body.category-herren-bestseller .block-bestsellers,
body.category-damen-bestseller .block-bestsellers{
    display: none !important;
}
@media all and (min-width: 768px) {
    body.category-bestseller #left-column .block-your-advantages,
    body.category-herren-bestseller #left-column .block-your-advantages,
    body.category-damen-bestseller #left-column .block-your-advantages {
        display: block;
    }
}

#left-column .block-bestsellers .thumbnail-container {
    float: left;
    width: 45%;
    padding-right: 15px;
}
#left-column .block-bestsellers .product-description {
    float: left;
    width: 55%;
}
#left-column .block-bestsellers .product-description .product-price-and-shipping .av_category_stars {
    display: none;
}
#left-column .block-bestsellers .product-price {
    display: inline-block;
    clear: both;
    margin: 10px 0px 5px 0px;
    font-size: 1rem;
    margin-top: 0px !important;
    position: relative;
    top: -1px;
}
#left-column .block-bestsellers .product-description-short {
    font-size: 0.9rem;
}
#left-column .block-bestsellers .product-miniature-grid .product-title {
    display: block;
}



/* CATEGORY SLOGAN */
.category-description.slogan h1.page-title {
    font-size: 2em;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.category-description blockquot, .category-description blockquote p {
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 10px;
    margin-bottom: 10px;
}
.mwd-duftwelten-tab .mwd-duftwelt blockquote p {
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px!important;
    line-height: 12px;
}
.category-description blockquote {
    margin-top: 15px;
}
.category-description{margin-bottom: 1rem;}
@media all and (min-width: 768px) {
    .category-description blockquote, .category-description blockquote p {
        font-family: "Verlag A", "Verlag B";
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 21px!important;
        line-height: 18px;
    }
    .category-description blockquote {
        margin-top: 12px;
    }
}

/*RELATED PRODUCTS*/
.product-carousel .mwd-product-list-description {
    display: none;
}

/*BLOG*/
.elementor-button-wrapper.blog-all-link {
    text-align: center;
    margin: 35px 0px;
    text-transform: uppercase;
}
/* KONTAKT PAGE */
.contact-form .group-span-filestyle label{
    background: #111;
    border-color: #111;
    color: #fff;
}
.contact-form .group-span-filestyle label:hover,
.contact-form .group-span-filestyle label:active,
.contact-form .group-span-filestyle label:focus {
    background: #f08080;
    color: #fff;
    border-color: #f08080;
}
@media all and (max-width: 768px) {
    body#contact .contact-page-info {
        display: none;
    }
}

/* HEADER */
@media all and (min-width: 768px) {
    #mobile-header .m-nav-btn > i.fa-bars{
        font-size: 2.7rem;
    }
    .search-widget i.fa.fa-search {
        font-size: 25px;
    }
}
#main-page-content {
    width: 100%;
    overflow-x: hidden;
}


/* FOOTER */
#footer-copyrights .copyright-txt a,
#footer-copyrights .copyright-txt a:link,
#footer-copyrights .copyright-txt a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .mwd-payment-methods-in-footer .mwd-payment-methods-in-footer-row{
        padding: 0 15%;
    }
}


/* CATEGORY */
.category-description.category-description-top {
    width: 100%;
}

.product-description-inner .product-add-cart {
    display: none;
}


/* STARS */
/*#module-ph_simpleblog-single  .mwd-mwd-product-average-review-number-for-desktop, */
.row.products-grid .mwd-mwd-product-average-review-number-for-desktop {
    position: absolute;
    top: 9px;
    right: 66px;
}
@media all and (min-width: 768px) {
    .row.products-grid .mwd-product-average-review-in-headline {
        transform: none !important;
        top: 0;
        bottom: auto;
    }
}

@media all and (min-width: 768px) {
    .category-description.category-description-top {
        width: 85%;
    }
}

@media all and (min-width: 1200px) {
    .category-description.category-description-top {
        width: 75%;
    }
}

/* ACCOUNT PAGE */
.my-account-page-content #order-history h4 {
    font-size: 1rem;
    font-weight: 700;
}
.my-account-page-content address {
    word-wrap: break-word;
}

#rewards_account .idTabs .col-xs-12,
#rewards_sponsorship .idTabs .col-xs-12 {
    width: 100%;
    padding: 0;
    max-width: 100%;
}


    /* STARTSEITE ECHTE BEWERTUNGEN LIVETICKER */
#AV_widget_iframe {
    margin-bottom: 55px;
}
/* FOOTER */
@media all and (min-width: 768px) {
    .mwd-echte-bewertungen-and-trusted-shop-in-footer-wrap .netreviewsWidgetwrapper {
        display: inline-block !important;
        left: 0 !important;
        float: left !important;
        margin-right: 45px;
    }
}

/*REGISTRATION PAGE*/
.register-form h3 {
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}
.register-form .row h3 {
    padding-left: 15px;
}
    /* ENDE TEMPORÄR */

.mwd-duftpyramide-category-name,
#duftpyramiden>dl.data-sheet dt.name {
    font-family: "Verlag A", "Verlag B" !important;
    text-transform: uppercase !important;
    letter-spacing: 1.4px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 6px;
    font-style: normal;
}

.mwd-duftpyramide .mwd-duftpyramide-category {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* border-bottom: 2px solid #f5e1e1; */
}
@media screen and (max-width: 767px) {
	.mwd-duftpyramide .mwd-duftpyramide-category {
		text-align: right;
	}
}
.mwd-duftpyramide > .mwd-duftpyramide-category:last-child {
    margin-bottom: 0px;
}
.mwd-duftpyramide-images {
    /*
    text-align: center;
    position: relative;
    left: 4%;
    */
}
.mwd-duftpyramide {
    position: relative;
    width: 100%;
}
@media all and (min-width:1380px) {
    .mwd-duftpyramide {
        width: 80%;
    }
}

.mwd-duftpyramide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mwd-duftpyramide-images-wrap {
    width: 100%;
    margin: 0 auto;
}
.mwd-duftpyramide-bg img {
    width: 100%;
    height: auto;
    height: 100%;
}
.mwd-duftpyramide-image {
    width: 35px;
    display: inline-block;
    position: relative;
    left: -3%;
}
.mwd-duftpyramide-images {
    text-align: center;
    position: absolute;
    /* width: 100%; */
    /* flex: auto; */
    /* max-width: 100%; */
    /* left: -50%; */
    top: 50%;
    transform: translate(0,-50%);
	padding-left: 0;
    left: -20px;
}
.mwd-duftpyramide-images.placeholder {
    visibility: hidden;
    height: 0px;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}
.col.col-6.mwd-duftpyramide-category-names {
    padding: 15px;
	padding-right: 5px;
    border-bottom: 2px solid #f5e1e1;
}
.mwd-duftpyramide > .mwd-duftpyramide-category:last-child .col.col-6.mwd-duftpyramide-category-names:last-child {
    padding-bottom: 0px;
}
.mwd-duftpyramide > .mwd-duftpyramide-category:last-child,
.mwd-duftpyramide > .mwd-duftpyramide-category:last-child .col.col-6.mwd-duftpyramide-category-names:last-child {
    border: 0px;
}


@media screen and (max-width: 660px) {
    .mwd-duftpyramide-image {

    }
}
.mwd-duftpyramide-images .mwd-duftpyramide-image:first-child {

}
.mwd-duftpyramide-image img {
    width: 210%;
    height: auto;
}
@media all and (min-width: 768px) {
    .mwd-duftpyramide-image img {
        width: 220%;
    }
	.mwd-duftpyramide-image {
	    width: 37px;
	}
}
@media all and (min-width: 992px) {
    .mwd-duftpyramide-image img {
        width: 150%;
    }
    .mwd-duftpyramide-image {
        width: 60px;
    }
}

.mwd-duftpyramide-images.medium .mwd-duftpyramide-image {
    width: 12%;
}
.mwd-duftpyramide-images.large .mwd-duftpyramide-image {
    width: 12%;
}
@media screen and (max-width: 660px) {
    .mwd-duftpyramide-images.large .mwd-duftpyramide-image {
        width: 20%;
        left: -8%;
    }
}
.mwd-duftpyramide-images.large .mwd-duftpyramide-image:first-child {
    left: 0;
}


@media all and (min-width: 992px) {
    .mwd-duftpyramide-bg {
        width: 50%;
    }
    .mwd-duftpyramide .mwd-duftpyramide-category {
        width: 50%;
        border-bottom: 2px solid #f5e1e1;
    }
    .col.col-6.mwd-duftpyramide-category-names {
        border: 0px;
    }
    .mwd-duftpyramide-images {
        text-align: center;
        position: absolute;
        width: 100%;
        flex: auto;
        max-width: 100%;
        left: -50%;
        top: 50%;
        transform: translate(0,-50%);
    }
}
@media all and (max-width: 500px) and (min-width: 320px) {
    .mwd-duftpyramide-bg img {
        height: 100%;
        width: 100%; /* GGX changed from auto */
        position: absolute;
        top: 3%; /* GGX changed from 23%*/
        left: 50%;
        transform: translate(-50%,0%);
    }
}

/* DUFTFAMILIE */
#duftpyramiden>dl.data-sheet {
    border-bottom: 1px solid hsla(0,0%,63%,.25);
    margin-top: 25px;
}
#duftpyramiden>dl.data-sheet dt.name{ font-weight: bold !important; }
#duftpyramiden>dl.data-sheet dd.value, #duftpyramiden>dl.data-sheet dt.name {
    font-weight: 300;
    padding-right: 10px;
    display: inline-block;
    word-break: break-word;
    margin-bottom: .5rem;
}

.mwd-duftfamilie.data-sheet {
    margin: 20px 0px;
    text-align: center;
}
.mwd-duftfamilie.data-sheet .name {
    font-family: "Verlag A", "Verlag B" !important;
    text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
}
.mwd-duftfamilie.data-sheet .value {
	margin-bottom: 0;
} 
@media all and (min-width: 768px) {
    .mwd-duftfamilie.data-sheet {
        text-align: left;
    }
}


.mwd-duftfamilie .mwd-duftfamilie-data-sheet-wrapper {
    text-align: center;
}
@media all and (min-width: 992px) {

    .mwd-duftfamilie .mwd-duftfamilie-data-sheet-wrapper {
        width: 50%;
        text-align: center;
    }
}
@media all and (min-width: 1380px) {
    .mwd-duftfamilie.data-sheet {
        width: 100%;
    }
}