#footerTitle {
    text-align: center;
    font-size: 40px;
    font-family: "VAGRundschriftD-Lig";
    padding: 25px 0px;
    color: #858585;
    font-weight: lighter;
}

#showOnSmall {
    display: none;
}

#showOnSmall a img {
    all: unset;
}

@media only screen and (max-width: 575px) {
    #hideOnSmall {
        display: none;
    }

    #showOnSmall {
        display: block;
    }
}

#swal2-input {
    background-color: #10abfd;
    color: white;
}

#swal2-input::placeholder {
    color: #eee;
}

#imgHover {
    transition: 0.25s;
}

#imgHover:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.price-bg {
    background-color: #06b3ff !important;
    border: #06b3ff 1px solid;
}
