/* override sc-id styles for a shop, must be included after the main sc-id.css */
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1 {
    /* button background-color */
    background-color: #EA5A0C;
}

.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1:hover {
    /* button hover background-color */
    background-color: #FFA940;
}

.sc-id-wrapper .sc-id__link--shopcolor1 {
    /* link color */
    color: #EA5A0C;
}

.sc-id-wrapper .sc-id__link--shopcolor1:hover {
    /* link hover color */
    color: #FFA940;
}

.sc-id-header {
    /* top border for inline sc-id windows */
    border-top-color: #EA5A0C;
}

.sc-id-modal__content:before {
    /* top border for sc-id modals */
    background: #EA5A0C;
}

.sc-id-modal__wrapper .sc-id__btn--black {
    background-color: #EA5A0C !important;
}

.sc-id-modal__wrapper .sc-id__btn--black:hover {
    background-color: #FFA940 !important;
}

.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--black,
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1 {
    background-color: #EA5A0C !important;
}

.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--black:hover,
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1:hover {
    background-color: #FFA940 !important;
}

/* Color for club modals */
.sc-id-modal-club__container .sc-id-modal__content:before {
    /* top border for sc-id modals */
    background: ;
}

.sc-id-modal-club__container .sc-id-modal__wrapper .sc-id__btn--black {
    background-color:  !important;
}

.sc-id-modal-club__container .sc-id-modal__wrapper .sc-id__btn--black:hover {
    background-color:  !important;
}

.sc-id-modal-club__container .sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--black,
.sc-id-modal-club__container .sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1 {
    background-color:  !important;
}

.sc-id-modal-club__container .sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--black:hover,
.sc-id-modal-club__container .sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1:hover {
    background-color:  !important;
}


.sc-id-modal-club__container .sc-id-wrapper .sc-id__link--shopcolor1 {
    /* link color */
    color: ;
}

.sc-id-modal-club__container .sc-id-wrapper .sc-id__link--shopcolor1:hover {
    /* link hover color */
    color: ;
}

.icon-sc-cancel::before {
    font-family: "fontello";
    content: "\e802";
    color: #EA5A0C;
}


@font-face {font-family: 'fontello'; src: url('/_ui/responsive/common/fonts/fontello.woff2?25.6.0.510') format('woff2'), url('/_ui/responsive/common/fontello.woff?25.6.0.510') format('woff'), url('/_ui/responsive/common/fonts/fontello.ttf?25.6.0.510') format('truetype'); font-weight: normal; font-style: normal;}
