/* Add custom CSS styles below */ 


*, ::before, ::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: rgb(0 0 0 / 0%) !important;
    /* 2 */
}

.footer-is-custom .store-footer {
    background-color: #04215c !important;
    color: #ffffff;
}

.s-button-element {
background-color : #22311C;
color: #ffffff
}