
.cookie-toggle .my-cookie-title {
    padding: 0.5rem 0;
}

.cookie-toggle .my-cookie-title .com-slidetoggle__title {
    text-align: left;
    padding: 0;
    width: 80%;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.l-static__body .cookie-menu-container ul li{
    padding-left: 0;
    font-size: 16px !important;
}

.l-static__body .cookie-menu-container ul li:before{
    content: "";
    display: none;
}

.cookie-toggle .my-cookie-title .com-slidetoggle__icon {
    display: inline-block;
    float: right;
    margin-top: 0px;
    background-image: url(http://www.whirlpool.eu/assets/common/images/bg/common-sa305c4c912.png);
    background-position: 0 -2647px;
    -webkit-background-size: 120px auto;
    -moz-background-size: 120px auto;
    -o-background-size: 120px auto;
    background-size: 120px auto;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    right: 1.125rem;
}

.cookie-toggle .my-cookie {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.my-cookie-subgroup h2 {
    font-style: italic;
    padding-top: 5px !important;
    margin-top: 10px !important;
    font-size: 1.2rem !important;
}

.desktop-title {
    padding-top: 5px !important;
    margin-top: 10px !important;
    font-size: 1.5rem !important;
    color: #0090d0;
}

.cookie-toggle .my-cookie p{
    margin-bottom: 5px !important;
}


.cookie-toggle .my-cookie .my-cookie-item {
    display: block;
    margin-bottom: 25px;
}

.cookie-toggle .my-cookie .my-cookie-item p {
    width: 25%;
    position: relative;
    float: left;
    display: block;
    margin-bottom: 5px;
    font-size: 14px !important;

}
.cookie-toggle .my-cookie .my-cookie-item p strong{
    font-weight: bold;
    font-size: 14px !important;
}


.cookie-toggle .my-cookie .my-cookie-sub-item p {
    width: 25%;
    position: relative;
    float: left;
    display: block;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.cookie-toggle .my-cookie .my-cookie-sub-item {
    display: block;
    margin-bottom: 25px;
}

.cookie-toggle .my-cookie .my-cookie-subgroup {
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}

@media print, screen and (max-width: 47em) {
    .desktop-title {
        display: none !important;
    }

    .com-slidetoggle__title-cnt.com-slidetoggle__title-cnt--arrows.my-cookie-title {
        display: block !important;
    }

    .cookie-menu {
        display: none !important;
    }

    .my-cookie {
        display: none;
    }

    .com-slidetoggle.cookie-toggle {
        display: block !important;
    }

    .clearDiv {
        margin-bottom: 10px !important;
    }

    .my-cookie-item p:first-child {
        width: 45% !important;
    }

    .my-cookie-item p:nth-child(2) {
        width: 30% !important;
    }

    .my-cookie-item p:last-child {
        display: none !important;
    }

    .my-cookie-sub-item p:first-child {
        width: 45% !important;
    }

    .my-cookie-sub-item p:nth-child(2) {
        width: 30% !important;
    }

    .my-cookie-sub-item p:last-child {
        display: none !important;
    }

    .my-cookie-subgroup h2 {
        font-size: 1rem !important;
    }

    .my-cookie-item p {
        font-size: 9px !important;
    }

    .my-cookie-sub-item p {
        font-size: 9px !important;
    }
}

@media print, screen and (min-width: 48em)  and (max-width: 63.938em) {

    .desktop-title {
        display: none !important;
    }

    .com-slidetoggle__title-cnt.com-slidetoggle__title-cnt--arrows.my-cookie-title {
        display: block !important;
    }

    .cookie-menu {
        display: none !important;
    }

    .my-cookie {
        display: none;
    }

    .com-slidetoggle.cookie-toggle {
        display: block !important;
    }

    .clearDiv {
        margin-bottom: 10px !important;
    }

    .my-cookie-item p:first-child {
        width: 45% !important;
    }

    .my-cookie-item p:nth-child(2) {
        width: 30% !important;
    }

    .my-cookie-item p:last-child {
        display: none !important;
    }

    .my-cookie-sub-item p:first-child {
        width: 45% !important;
    }

    .my-cookie-sub-item p:nth-child(2) {
        width: 30% !important;
    }

    .my-cookie-sub-item p:last-child {
        display: none !important;
    }

    .my-cookie-sub-item p {
        font-size: 12px !important;
    }

    .my-cookie-item p {
        font-size: 12px !important;
    }
}