.header {
    background-color: #171234;
    padding: 25px 0;
}

    .header a {
        padding: 10px 25px;
        color: #fff;
    }

a{
    text-decoration:none!important;
}

header a:hover {
    color: #3FC0FF;
    text-decoration: none;
}

.header a span {
    background: #3FC0FF;
    color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    position: relative;
    top: -5px;
    left: -10px;
}

.header a svg {
    width: 30px;
    display: none;
}

@media screen and (min-width: 769px) {
    .hide-desktop {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .header a svg {
        width: 30px;
        display: block !important;
        position: absolute;
        right: 35px;
        top: -79px;
    }

    .mobile-links a {
        padding: 10px 10px;
    }

    .mobile-links {
        background-color: #000 !important;
        transition: .3s ease-in-out;
    }

    .hide-mobile {
        display: none !important;
    }

    .header .cart {
        position: absolute;
        right: 40px;
        top: -87px;
    }

    .header p {
        width: 93%;
        text-align: center;
        background: transparent;
        position: absolute;
        margin: 0 auto !important;
        top: 40px;
    }
}



footer {
    background-color: #171234;
    padding: 50px 0 0 0;
    color: #fff;
}

    footer h3 {
        text-transform: uppercase;
        color: #EE323E;
        font-size: 25px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #3FC0FF;
            text-decoration: none;
        }

    footer hr {
        border-color: #626262;
    }

header p {
    margin-bottom: 0 !important;
}
