/*Hide View Reorder Button*/
a.action.order {
    display: none;
}

.account .data.table .col.actions .action:after{
    display: none;
}

/*Hide Order Track Shipment*/
.order-details-items .order-title .action.track {
    display: none;
}

/*Amasty RMA Custom*/
.amrma-bank-details {
    display: none;
}

/*Hide Chat From Customer*/
.column.main div#chat {
    display: none;
}

.column.main h2.amrma-title.amrma-chat-title {
    display: none;
}

/* CUSTOM PRODUCT DESIGN PLUGIN */
.cpd-container .cpd-text-container { display: none; }

.cpd-container button {
    background-color: #D21E27;
    border: 1px solid #D21E27!important;
    color: #FFF;
    padding: 10px;
    box-shadow: none!important;
}

.cpd-image-upload-button { color: #D21E27!important; }