.item-action-custom {

    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}   

.customcolor {
	
	color: #ffffff !important;
	
}

.custom-center {
width: auto !important;
margin: auto !important;
}


.custom-center-pay {
    display: block !important;
    margin: -0.25rem;
    margin-bottom: 20px;
}

.item-action-custom2 { /* para <span translate="'Ship Here'"></span> en app/design/TemplateMonster/theme007/Magento_Checkout/web/template/shipping-address/default,phtml */

    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: white; /* Color del texto siempre en blanco */
    background-color: #d54d4d; /* Color de fondo inicial (rojo en este caso) */
}

.item-action-custom2:hover {
    background-color: black; /* Color de fondo al posicionar el cursor sobre el botón (negro en este caso) */
}

.item-action-custom3 { /* para <span translate="'Ship Here'"></span> en app/design/TemplateMonster/theme007/Magento_Checkout/web/template/shipping-address/default,phtml */

    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: white; /* Color del texto siempre en blanco */
    background-color: #afbdcb; /* Color de fondo inicial (rojo en este caso) */
}

.item-action-custom3:hover {
    background-color: black; /* Color de fondo al posicionar el cursor sobre el botón (negro en este caso) */
}
