
#rapidweaver_privacy_message {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    color: rgba(0,0,0,.85);
    width: 100%;
    padding: 0;
    z-index: 5000;
    text-align: center;
    box-shadow: -2px 0 4px rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@supports (display: flex) {
	#rapidweaver_privacy_message {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #rapidweaver_privacy_message p {
        margin: 20px;
    }
}


#rapidweaver_privacy_message button {
    margin: 20px;
    border-radius: 3px;
    background-color: #424147;
    color: #fff;
    border: none;
    filter: saturate(100%);
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
}

#rapidweaver_privacy_message button:hover {
    filter: saturate(90%);
}
.uk3-text-shadow {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);}
/* .uk3-sticky-remove-height { height: 0} set height to zero in stack! */
/* .uk-card-small {padding: 0px 0px 0px 0px;} */
/* .uk-border-padding {border: 1px solid black; padding: 0px 0px 0px 0px;} */
.grid-product__bg {
background-color: rgba(255,255,255,0.0) !important;
}
.my-shadow {box-shadow: 3px 5px 5px #888888;}
.uk-heading { color: white !important;}
.uk-heading-black {color: black;}
.uk-navbar-dropdown {border-radius: 4px;}

.ec-size .ec-store .grid-product__subtitle-inner {
    color: rgba(230, 230, 230, 1.00) !important;
    display: none;
}

