.marcas-custom {
    transition: 0.5s;
}

.marcas-custom:hover {
    transition: 0.5s;
    transform: scale(1.05);
}

.btn-newsletter {
    transition:0.3s;
    height:auto!important;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    cursor:pointer
}

.btn-newsletter:hover {
    background-color:#050035!important;
    transition:0.3s;
    height:auto!important;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    cursor:pointer
}

.form-control:focus {
    background:#1e1e1e none repeat scroll 0 0;
}

.maxwidthimgcarrinho {
    max-width: 100px !important;
}

@media screen and (max-width: 1385px) {
    .px-nav-custom2 {
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
}

.shop-page-padding .container-fluid {
    padding: 0 40px !important;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none !important;
}