.header-login .link {
    background: #00c6ac;
    padding: 15px;
    border-radius: 11px;
}
.banner-btn{
    margin-top: 20px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header-logo{
        width: 200px;
    }
    .header-login .link{
        display: none;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        top:20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .header-login .link{
        display: none;
    }
    .header-logo{
        width: 250px;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        top:20px;
    }
    .single-category .category-image a img {
        height: 170px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 700px) {
    .header-logo{
        width: 250px;
    }
    .header-login .link{
        display: none;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        top:20px;
    }
    .single-category .category-image a img {
        height: 200px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .header-logo{
        width: 300px;
    }
    .header-login .link{
        display: none;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        top:0px;
    }
    .single-category .category-image a img {
        height: 200px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-logo{
        width: 350px;
    }
    .header-login .link{
        display: block;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        top:0px;
    }
    .single-category .category-image a img {
        height: 300px;
    }
}
