@media screen and (min-width: 320px) {
    .reassurance img {
        float:none;
        display:block;
    }

    .reassurance .elementor-text-editor p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .reassurance img {
        float:left;
        display:inline;
    }

    .reassurance .elementor-text-editor p {
        display: block;
    }

    .deg15 .elementor-element-populated {
        background-image:unset !important;
        background-color:transparent !important;
        border-bottom:unset !important;
    }
}


.fa-bars:before {
    font-size:2.5rem;
}

#mobile-header .mobile-buttons-bar {
    background: transparent;
    position: absolute;
    top: 10px;
    left: 10px;
}


.swiper-pagination-bullet {
    margin-top:2rem;
    color:white;
}

#user_info, #ps-shoppingcart {
    display:block !important;
}

#wrapper .block-title a:visited, .header-top a:not(.btn):not(.nav-link) {
    color:white;
}