/* Add custom CSS styles below */ 
:root {
    --main-color: #bc924b;
    --second-color:#231f20;
    --third-color:#fff;
}

.s-button-primary-outline {
color: var(--second-color);
}

[dir=rtl] .topnav-link-item,[dir=rtl] .topnav-link-item:last-child {

display: none !important

}