/* Start custom CSS for html, class: .elementor-element-b91b0c2 *//*estilos añadir cupon de descuento
*/
div.coupon>input.input-text{
    width: 150px !important;
}
/*igualdad de color en botones aplicar cupon y actualizar carrito
*/
div.coupon>button.button{
    opacity: 0.5 !important;
    color: white !important;
    background-color: #7ccbb1 !important;
}
/*estilo para actualizar carrito
*/
td.actions>button.button{
    background-color: #7ccbb1 !important;
}
/*eliminar producto
*/
td.product-remove>a.remove{
    line-height: 0.8 !important;
    border: 1.5px solid!important;
    border-color: inherit !important;
    color: inherit !important;
    font-weight: 400;
}
/*estilos para el boton "volver a tienda"
*/
a.button{
    background-color: #7ccbb1 !important;
    color: white !important;
}
/*estilos para la barra top
*/
.woocommerce-info {
    border-top-color: #7ccbb1 !important;
}
/*estilos para el icono
*/
.woocommerce-info::before {
    color: #7ccbb1 !important;
}/* End custom CSS */