.cm p, .cm ol, .cm ul {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
}

.contact_stocks {
    display: none;
}

#order_exchange {
    display: none;
}

#order_rma {
    display: none;
}

#account_rebates {
    display: none;
}

#points_login {
    display: none;
}

.cop_documents {
    display: none;
}

#prepaid_documents {
    display: none;
}

.actions_return_rma {
    display: none;
}

[title="B2B"] {
color: #FFC115 !important;
background: #000000;
padding: 0.7rem !important;
border-radius: 5px;
}
[title="B2B"]:hover {
color: #000000 !important;
background: #FFC115;
padding: 0.7rem;
border-radius: 5px;
}

.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.10);
}