﻿/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .titolo-prodotto {
        font-size: 5rem;
    }
    #header nav.hs-mobile-state .navbar-nav {
        flex-direction: row;
        /*justify-content-between*/
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #sub1 {
        position: absolute;
        border-top: .1875rem solid #377dff;
        border-left: none;
    }
}

@media (max-width: 991px){
    .btn-outline-login {
        color: white !important;
        border-color: white !important;
    }

    .btn-outline-login:hover {
        color: black !important;
        border-color: white !important;
        background-color: white !important;
    }
}

@media (min-width: 992px) {
    .btn-outline-login {
        color: #00c9a7 !important;
        border-color: #00c9a7 !important;
    }

    .btn-outline-login:hover {
        color: white !important;
        border-color: #00c9a7 !important;
        background-color: #00c9a7 !important;
    }
}

@media (max-width: 575px) {
    .btn-outline-login {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 16px !important;
    }
}