#popup-cookie-consent {
    /*    height: 100%;*/
    left: 0;
    position: fixed;
    top: 0;
    /*    width: 100%;*/
    z-index: 9999;
}

.popup-overlay {
    background: rgba(45,45,50,0.6);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#popup-cookie-consent .popup-cookie-consent {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 660px;
    padding: 0;
    outline: 3px solid black;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#popup-cookie-consent .cookie-consent-popup {
    text-align: center;
}

#popup-cookie-consent .cookie-consent-content {
    margin: 0;
    background-color: #fff;
}

#popup-cookie-consent .content-cookie-consent {
    margin-left: auto;
}

    #popup-cookie-consent .content-cookie-consent .wr-content-cookie-consent {
        padding: 0 30px;
        text-align: center;
    }

#popup-cookie-consent .cookie-consent-popup .cookie-consent-content .title {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

#popup-cookie-consent .cookie-consent-popup .cookie-consent-content .sub-title {
    margin-bottom: 0;
    letter-spacing: 0.5px;
    color: #9b9b9b;
    font-size: 14px;
}



#email-subscibe {
    overflow: hidden;
    padding: 10px 0px 0px 0px;
}

#mc_embed_signup {
    clear: left;
    overflow: hidden;
}

    #mc_embed_signup form {
        display: inline !important;
        padding: 0 !important;
        text-align: center !important;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 15px;
}

div.input-group.newsletter_form_content {
    width: 100% !important;
}

.popup-cookie-consent #mc_embed_signup input.input-group-field {
    display: inline-block;
    height: 36px;
    border: 1px solid #666;
    font-size: 14px;
    line-height: 51px;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    background: #fff;
}

#Subscribe {
    margin-top: 10px;
    width: 100%;
}

#checkbox_terms {
    /*        display: inline-flex;*/
    margin-top: 5px;
    text-align: left;
}

#checkbox_text {
    font-weight: 300;
}

input#newsletterTerms {
    margin-right: 5px;
}

#required-cookies-discription span {
    padding: 5px;
}

div#cookie-buttons {
    text-align: center;
    margin-top: 20px;
}

div.cookiealert {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
    opacity: 1;
    transition: opacity 1s ease;
}


div.cookiealert {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    justify-content: space-between;
}

span#cookie-alert-text {
    color: white;
}

    span#cookie-alert-text a {
        color: #cccbcb;
    }

span#cookie-button span {
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

div#cookie-button-container {
    position: fixed;
    bottom: 0;
    left: 15px;
    z-index: 9999;
}

.top-banner {
    text-align: center;
    width: 100%;
    background-color: #000000;
}

    .top-banner a, .top-banner span {
        display: inline-block;
    }

    .top-banner a {
        padding: 3px 8px;
        text-decoration: none;
        color: #000;
        background-color: #fff;
        margin-left: 5px;
    }

    .top-banner span {
        line-height: 28px;
        background-color: #000;
        margin: 10px 0;
        padding: 0 10px;
        color: #fff;
    }


div.closeButton {
    position: relative;
    top: 0px;
    color: white;
    float: right;
    right: 20px;
    font-size: 20pt;
}

#topBannerSale {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 50px;
}

.required-cookies-description {
    width: 100%;
}

.CheckBoxTermsSection {
    width: 100%;
    margin-top: 10px;
}

.CookiesButtonsContainer {
    width: auto;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#ContainerOfCookiesSections {
    overflow: hidden;
    padding: 30px 0;
}
@media (max-width: 992px) {
    #popup-cookie-consent .popup-cookie-consent {
        width: 95%;
    }
}
