/*
Theme Name: Achifa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.mfp-wrap {
	z-index: 1000000000;
}

.flatsome-cookies {
	z-index: 1000000001 !important;
    max-width: 280px;
    padding: 15px;
    text-align: center;
    font-size: .95em;
}

.flatsome-cookies__inner {
    flex-direction: column;
}

.flatsome-cookies__text {
    padding-right: 0;
}

.flatsome-cookies__buttons .flatsome-cookies__more-btn {
    margin: 0 0 5px 0;
    background: none !important;
    color: var(--primary-color);
    border: none;
    text-transform: none;
    text-decoration: underline;
}

.flatsome-cookies__buttons .flatsome-cookies__more-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 849px) {
    .flatsome-cookies__buttons {
        margin-top: 0
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}