/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.2.2
*/

.bright-img img{filter: brightness(9);}
.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{border: 1px solid;
    border-color: var(--proteo-button_1_border_color, #448a85);
    background: var(--proteo-button_1_bg_color, #448a85);
    background-color: var(--proteo-button_1_bg_color, #448a85);
    color: var(--proteo-button_1_font_color, #ffffff);
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.3s;
    font-family: inherit;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: var(--proteo-buttons_border_radius);}