/*
Theme Name: Cosymena
Theme URI:  https://cozymena.com/
Author:     Iconic Technologie
Author URI: https://iconictechnologie.com/
Template:   leroux
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Default styles for all devices */
.qodef-svg--back-to-top {
    display: block; /* Assuming it's initially visible on larger screens */
}

/* Media query to hide the back-to-top element on devices with a maximum width of 360 pixels (typical mobile devices) */
@media only screen and (max-width: 360px) {
    .qodef-svg--back-to-top {
        display: none;
    }
}


