footer a {
    color: #91919F;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
footer a:hover {
    color:#91919F;
}

/* SECTION DELIVERY */

footer .delivery .delivery-information {
    color: #91919F;
}
@media(min-width:768px) {
    footer .delivery .delivery-wrapper[data-target] {
        display:flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    footer .delivery .delivery-information {
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        width: 100%;
    }
    footer .delivery .delivery-information .footnote {
        display: inline-block;
    }
    footer .delivery .delivery-information .section-title {
        position: relative;
        padding-right: 16px;
    }
}

footer section.links .trustinfo {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom:10px;
}
footer section.links .trustinfo a {
    display: inline-block;
    margin: 4px 0 8px;
}
footer section.links .trustinfo a:last-of-type {
    margin-bottom: 0;
}
footer .firstcol .trustinfo a img {
    max-width: 100%;
}
footer section.links > .row {
    display: flex;
    flex-direction: row;
}
footer section.links .trustinfo a:first-of-type {
    padding-right: 12px;
    margin-bottom: 10px;
}
footer section.links .trustinfo a:last-of-type img {
    max-width: 170px;
}
footer section.links .paymentinfo {
    overflow: hidden;
    margin-bottom:25px;
    display: flex;
    flex-wrap: wrap;
}
footer section.links .paymentinfo a {
    display: flex;
    align-items: center;
    background: #22233E;
    float: left;
    margin: 4px 4px 0 0;
    padding: 8px 12px;
    width: calc(33.33% - 4px);
    border-radius: 8px;
    height: 42px;
}
footer section.links .paymentinfo a img {
    width: 100%;
    max-height: 26px;
}
footer section.links .paymentinfo a img.sofort {
    max-height: 30px;
}
footer section.links .deliveryinfo {
    padding-bottom: 12px;
}

footer section.links .deliveryinfo > a{
    display: inline-block;
    padding: 6px 10px 9px;
    background: #22233E;
    margin-top: 0;
    border-radius: 8px;
}

footer section.links .contact{
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
footer section.links .contact .hotline_wrapper{
    display: flex;
    flex-wrap: wrap;
}
footer section.links .contact .hotline_wrapper .hotline_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 2px 4px 2px 0;
    background: #22233E;
    padding: 6px 10px;
    border-radius: 8px;
    text-decoration: none;
}
footer section.links .contact .hotline_wrapper .hotline_item .number{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin-top: 0;
}
footer section.links .contact .hotline_wrapper .hotline_item .number.to-top {
    position: relative;
    top: -6px;
}
footer section.links .contact .hotline_wrapper .hotline_item .note{
    font-size: 12px;
    color: #91919F;
    margin-left: 40px;
    position: absolute;
    bottom: 4px;
}
footer section.links .contact .hotline_wrapper .hotline_item .image{
    display:inline-block;
    margin-right:10px;
}
footer section.links .contact .hotline_wrapper .hotline_item .image img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
footer section.links .hours a {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    text-decoration: underline;
}
footer section.links .social {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
}
footer section.links .social .item {
    float:left;
}
footer section.links .social a{
    display: flex;
    align-items: center;
    margin: 2px 4px 2px 0;
    background: #22233E;
    padding: 6px 10px;
    border-radius: 8px;
    text-decoration: none;
}
footer section.links .social a > span {
    margin-left: 6px;
}
footer section.links .mobile{
    display:inline-block;
    margin-bottom:10px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-bottom: 20px;
}
footer section.links .information-link {
    margin-bottom: 64px;
}
footer section.links .mobile a:last-child img{
    padding: 2px 0;
    background-color: #12100B;
}
footer section.links .mobile .mobile-links{
    display: inline-block;
}
footer section.links .mobile .mobile-links a {
    float:left;
}
@media(min-width:768px) and (max-width: 991px) {
    footer section.links .paymentinfo a {
        width: 100%;
    }
    footer section.links .social .item {
        width: 100%;
    }
    footer section.links .contact .hotline_wrapper .hotline_item .image img {
        width: 22px;
        height: 22px;
    }
    footer section.links .contact .hotline_wrapper .hotline_item {
        width: 100%;
    }
    footer section.links .contact .hotline_wrapper .hotline_item .number {
        font-size: 14px;
    }
    footer section.links .contact .hotline_wrapper .hotline_item .note {
        margin-left: 32px;
        bottom: 2px;
    }
}
@media(min-width:991px) and (max-width: 1219px) {
    footer section.links .paymentinfo a {
        width: calc(50% - 4px);
    }
}
@media(min-width:768px) {
    footer section.links .trustinfo {
        padding: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
    footer section.links .deliveryinfo {
        padding-bottom: 0;
    }
    footer section.links .paymentinfo {
        margin-bottom: 0;
    }
    footer section.links.paymentinfo a {
        width: calc(50% - 2px);
    }
    footer section.links .about-links {
        margin-bottom: 64px;
    }
    footer section.links .service {
        margin-bottom: 64px;
    }
    footer section.links .contact {
        border:none;
        padding:0;
        margin-bottom: 64px;
    }
    footer section.links .social {
        display: flex;
        flex-wrap: wrap;
        padding-bottom:0;
        border:none;
        margin-bottom: 54px;
    }
    footer section.links.social .item a:hover {
        text-decoration:none;
    }
    footer section.links .mobile{
        display:inline-block;
        margin-bottom:15px;
        border-bottom: none;
        width: 100%;
        padding-bottom: 0;
        text-align: left;
    }
    footer section.links .mobile a {
        margin-bottom: 10px;
    }
    footer section.links .mobile .mobile-links {
        display: flex;
    }
    footer section.links .mobile .mobile-links a {
        float:none;
    }
    footer section.links .trustinfo a:nth-child(4) {
        width: 150px;
    }
}
@media(min-width:1024px){
    footer section.links .trustinfo a {
        margin-top: 0;
        margin-bottom: 0;
    }
    footer section.links .hotline_wrapper .hotline_item {
        font-size: 18px;
    }
    footer section.links .mobile{
        margin:10px 0;
    }
}

@media(min-width:1220px) {
    footer section.links .trustinfo a:nth-child(4) {
        width: 180px;
    }
}

@media(max-width: 480px) {
    footer section.links .trustinfo a:nth-child(3) {
        margin-right: 0;
    }
    footer section.links .trustinfo a img {
        max-width: 130px;
        width: 100%;
    }
}

/* FOOTER SOCIAL BANNER */
footer .banner-footer > .content > .row {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
footer .banner-footer .item {
    margin-bottom:20px;
}
footer .banner-footer .item.last {
    margin-bottom: 0;
}
footer .banner-footer .item .banner {
    background: linear-gradient(256deg, rgba(34, 35, 62, 0.20) 40.06%, rgba(211, 65, 73, 0.20) 98.81%), rgba(34, 35, 62, 1);
    height: 100%;
    border-radius: 8px;
}
footer .banner-footer .item .banner picture.bg-desktop {
    width: 200px;
    height: 100%;
    background-position: left bottom;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: flex-end;
}
footer .banner-footer .item .banner picture.bg-desktop img {
    width: 100%;
}
footer .banner-footer .item .banner .content {
    width:calc(100% - 200px);
    color: #E2E8F0;
}
footer .banner-footer .item .banner .content form {
    position: relative;
}
footer .banner-footer .item .banner .content form .button {
    position: absolute;
    top: 0;
    right: 0;
}
footer .banner-footer .item .banner .content form .button .btn {
    background-color: #fff !important;
    min-height: 42px;
}
footer .banner-footer .item .banner .content .text-size span {
    white-space: nowrap;
}
footer .banner-footer .item .banner.newsletter .content .button {
    margin:0 auto;
}
footer .banner-footer .item .banner.newsletter form input {
    border: solid 1px #fff;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    border-radius: 50px;
}
footer .banner-footer .item .banner.newsletter form input::placeholder {
    color: #91919F;
}
footer .banner-footer .item .banner.fb .bg-desktop {
    background-position: center;
}
footer .banner-footer .item .banner.app .app-links {
    display: flex;
    display: -ms-flexbox;
    justify-content: left;
    -ms-flex-pack: left;
}
footer .banner-footer .item .banner.app .app-links a {
    display: inline-block;
}
footer .banner-footer .item .banner.app .app-links a img {
    background: #000;
    padding: 1px 0;
    border-radius: 8px;
    margin-right: 15px;
    max-width: 100px;
    width: 100%;
}
footer .banner-footer .item .banner.app .app-links a:last-child img {
    background: #12100B;
    padding: 3px 0;
    margin-right: 0;
}
footer .banner-footer .item .banner.newsletter .bg-desktop {
    background-size: contain;
    background-position: center;
}

@media(max-width:767px) {
    body[data-view="account"] footer {
        display: none;
    }
    footer section.links > .row {
        flex-wrap: wrap;
    }
    footer .banner-footer .item .banner.app .app-links {
        display: inline-block;
        width: 100%;
    }
    footer .banner-footer .item .banner .content {
        padding: 20px;
    }
    footer .banner-footer .item .banner.newsletter .content {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    footer .banner-footer .item .banner.newsletter .content > span {
        font-weight: 400;
    }
    footer .banner-footer .item .banner.newsletter .bg-desktop {
        height: 110px;
        margin: 15px auto 0;
    }
    footer .banner-footer .item .banner.newsletter .bg-mobile {
        background-size: contain;
        width: auto;
        background-position: center;
    }
    footer .firstcol .trustinfo a {
        width: auto;
    }
    footer .firstcol .trustinfo a img {
        max-width: 140px;
    }
    footer .firstcol .trustinfo a:nth-child(3) {
        margin-right: 12px;
    }
    footer .firstcol .trustinfo a:nth-child(4) {
        width: auto;
    }
    footer .firstcol .trustinfo a:nth-child(4) img {
        max-width: 185px;
    }
    footer .banner-footer {
        border-bottom: none;
    }
    footer .mobile-toggle button[data-toggle] {
        width: calc(100% + 24px);
        background: #090a30;
        border: none;
        text-align: left;
        height: 50px;
        cursor: pointer;
        position: relative;
        border-top: 1px solid #ffffff1a;
        margin: 0 -12px;
        padding: 0 12px;
    }
    footer .mobile-toggle button[data-toggle] .arrow {
        position: absolute;
        right: 20px;
        top: 20px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        height: 9px;
        width: 9px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
    footer .mobile-toggle button[data-toggle].collapsed .arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    footer .mobile-toggle .fourthcol .mobile,
    footer .mobile-toggle .thirdcol .social,
    footer .mobile-toggle .firstcol .trustinfo,
    footer .mobile-toggle .firstcol .deliveryinfo,
    footer .mobile-toggle .secondcol .contact {
        border-bottom: none;
    }
}
@media(max-width:480px) {
    footer .banner-footer .item .banner {
        min-height:150px;
    }
    footer .banner-footer .item .banner picture.bg-desktop {
        width: 150px;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 150px;
        align-items: center;
    }
    footer .banner-footer .item .banner .bg-mobile {
        background-size: 165px;
        width: 162px;
        background-position: center;
    }
    footer .banner-footer .item .banner .content {
        width:calc(100% - 170px);
        padding: 20px;
    }
    footer .banner-footer .item .banner .content span {
        font-weight: 600;
    }
    footer .banner-footer .item .banner.fb {
        align-items: flex-start;
        -ms-flex-align: start;
    }
    footer .banner-footer .item .banner.fb .bg-desktop {
        width: 100px;
        position: relative;
        top: 10px;
    }
    footer .banner-footer .item .banner.fb picture.bg-desktop {
        align-items: flex-start;
    }
    footer .banner-footer .item .banner.fb .bg-desktop .bg-mobile {
        background-size: 95px;
        background-position: center 20px;
        width: 115px;
    }
    footer .banner-footer .item .banner.fb .content {
        width: calc(100% - 120px);
        padding-bottom: 75px;
    }
    footer .banner-footer .item .banner.fb .content .button {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 20px;
        bottom: 20px;
    }
    footer .banner-footer .item .banner.app {
        align-items:center;
        -ms-flex-align:center;
        min-height: 165px;
    }
    footer .banner-footer .item .banner.app .content {
        margin-left: 20px;
    }
    footer .banner-footer .item .banner.newsletter .bg-desktop {
        height: 100px;
        position: relative;
    }
    footer .banner-footer .item .banner.recommend .content {
        width: 100%;
        text-align: center;
    }
    footer .banner-footer .item .banner.recommend .content span {
        font-weight: 400;
    }
    footer .banner-footer .item .banner.recommend .content .button {
        margin: 0 auto 15px;
    }
    footer .banner-footer .item .banner.recommend .bg-desktop {
        height: 145px;
        width: 100%;
        opacity: 0;
    }
    footer .banner-footer .item .banner.recommend .bg-mobile {
        height: 150px;
        width: 100%;
        background-position: top center;
        background-size: contain;
        top: 0;
    }
}
@media(min-width:481px) {
    footer .banner-footer .item .banner.app .app-links a img,
    footer .banner-footer .item .banner.app .app-links a:last-child img {
        max-width: 95px;
    }
}
@media(min-width:481px) and (max-width:767px) {
    footer .banner-footer .item .banner.recommend .bg-desktop {
        background-size: 160px;
    }
}
@media(min-width:768px) and (max-width:1023px) {
    footer .banner-footer .row > .item {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    footer .banner-footer .item .banner.newsletter .content > form {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    footer .banner-footer .item .banner.newsletter .content > form input {
        margin: 0 12px 0 0;
    }
}
@media(min-width:768px) {
    footer .banner-footer .item .banner.app .app-links a img,
    footer .banner-footer .item .banner.app .app-links a:last-child img {
        max-width: 115px;
    }
    footer .banner-footer .item .banner {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: center;
        -ms-flex-align:center;
    }
    footer .banner-footer .item .banner .content {
        width: calc(100% - 215px);
        padding: 30px;
    }
    footer .banner-footer .item .banner.newsletter form input {
        max-width: none;
    }
}
@media (min-width:1024px) {
    footer .banner-footer .item:nth-child(3) {
        margin-bottom: 0;
    }
    footer .banner-footer .item:nth-child(4) {
        margin-bottom: 0;
    }
    footer .banner-footer .item .banner picture.bg-desktop {
        width:190px;
        background-size: 190px;
    }
    footer .banner-footer .item .banner .content {
        width: calc(100% - 190px);
        padding:30px;
    }
    footer .banner-footer .item .banner.fb .bg-desktop {
        background-position: center;
    }
}
@media(min-width:1024px) and (max-width:1219px) {
    footer .banner-footer .item .banner .content > span{
        font-size: 16px;
        line-height: 20px;
    }
}
@media(min-width:1220px) {
    footer .banner-footer .item .banner picture.bg-desktop {
        width:260px;
        background-size: 260px;
    }
    footer .banner-footer .item .banner .content {
        width: calc(100% - 260px);
        padding: 36px 28px;
    }
    footer .banner-footer .item .banner.newsletter .content {
        padding: 36px 28px;
    }
    footer .banner-footer .item .banner.newsletter .content > form {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    footer .banner-footer .item .banner.newsletter .content > form input {
        margin: 0 12px 0 0;
    }
    footer .banner-footer .item .banner.recommend .bg-desktop {
        background-size: 230px;
    }
}

footer section.footer-notes a {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
}
footer section.footer-notes a:first-of-type {
    margin-left:0;
}
footer section.footer-notes a:last-of-type {
    margin-right:0;
}
footer section.footer-notes .copyright {
    font-size: 14px;
    color: #91919F;
}
footer section.footer-notes .right-col {
    text-align:right;
}
@media(min-width:768px) {
    footer section.footer-notes {
        height:65px;
        line-height: 65px;
    }
}
@media(min-width:1024px) {
    footer section.footer-notes .right-col {
        display: flex;
        justify-content: right;
    }
}
@media(max-width:767px) {
    footer section.footer-notes .right-col {
        text-align: center;
    }
}

.home-usp {
    margin-top: 64px;
}
.home-usp > .row {
    display: flex;
    flex-wrap: wrap;
}
.home-usp .item .content {
    background: linear-gradient(256deg, rgba(34, 35, 62, 0.20) 40.06%, rgba(211, 65, 73, 0.20) 98.81%), rgba(34, 35, 62, 1);
    height: 100%;
    padding: 32px 24px;
    border-radius: 8px;
}
.home-usp .item .icon {
    height: 72px;
    width: auto;
    margin: 0 auto 18px;
    text-align: center;
    display: block;
}
@media(max-width: 767px) {
    .home-usp {
        margin-top: 48px;
    }
    .home-usp .item .content {
        padding: 15px;
        display: flex;
        align-items: center;
    }
    .home-usp .item .content > p {
        text-align: left;
    }
    .home-usp .item .icon {
        width: 72px;
        margin: 0 24px 0 0;
    }
}
