/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
        font-family: 'FontAwesome';
        src: url('font-awesome/fonts/fontawesome-webfont.eot');
        src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
        url('font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
        url('font-awesome/fonts/fontawesome-webfont.ttf')  format('truetype'),
        url('font-awesome/fonts/fontawesome-webfont.svg#svgFontName') format('svg');
        }

.modal-backdrop.show {
    z-index: 0;
}
@media (min-width: 992px) {
    .modal {
        top: 142px;
    }
}

@media screen and (max-width: 991px) {
    #widget_block {
        display:none;
    }
    .whatsapp span {
        height: 4em !important;
        width: 4em !important;
    }
}

.indexeo-image-large {
    width: 100% !important;
}

div#iqitcookielaw {
    width: 50% !important;
    left: 25% !important;
    text-align: center !important;
}
@media screen and (max-width: 991px) {
    div#iqitcookielaw {
        width: 100% !important;
        left: 0% !important;
    }
}

.no-stock-indexeo {
    color: #999 !important;
    background-color: #e3e3e3 !important;
}