.dir.commerce {
    background-image: -webkit-linear-gradient(left, color-stop(#fff 0), color-stop(#3b82ae 100%)) !important;
    background-image: linear-gradient(to right, #fff 0, #3b82ae 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff3b82ae', GradientType=1) !important
}

.dir.commerce .btn {
    background-color: #3b82ae !important
}

.dir.commerce .btn:hover, .dir.commerce .btn:focus {
    background-color: #3b82ae !important
}

.dir.commerce .subtitle {
    color: #ffee46 !important
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
    .dir.header {
        display: none !important
    }

    .content {
        margin-top: 10px !important
    }

    .download-pdf {
        display: none !important;
    }
}

page[url="login"] .content form.customer-logo {
    background-position-x: 0;
}

.search-products {
    width: 100% !important;
}

.show-my-products {
    display: none !important;
}
