
/*cookies*/
.cookieWrap h3.underlined:after, .cookieWrap h4.underlined:after {
    bottom: 0px;
}

.cookieWrap h3 {
    margin-top: 0px;
    padding-right: 140px;
    /* color: #000!important; */
    /* font-weight: 300; */
}

.cookieWrap h3.underlined, .cookieWrap h4.underlined {
    padding-bottom: 0px;
}

.cookieWrap h3 + p.small {
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    /* color: #1a1a1a; */
}

.cookieWrap {
    /* font-family: ArtegaSansExtended; */
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
  background-color: rgb(36, 36, 36, 0.9);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
    font-weight: 400;
    border: none!important;
    padding: 15px;
}
.cookieWrap label{
  font-weight: normal!important;
}
.cookieWrap.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookieInner {
    z-index: 1041;
    background-color: #fff;
    padding: 20px;
    max-width: 944px;
    width: 80vw;
    margin: 70px auto;
    position: relative;
    /*color: #004F9E;*/
}

.cookieWrap .topFix {
    display: inline-block;
    color: grey;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    display: none;
}

.cookieWrap .topFix:hover {
    color: #000;
}

.cookieWrap .cTxt {
    margin-top: 20px;
    line-height: 1.4;
}

.cBtnswrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cBtnswrapp .cookieBtn {
    text-transform: uppercase;
    cursor: pointer;
    min-width: 330px;
    text-align: center!important;
}

.cBtnswrapp .cookieInfo {
    padding: 10px 30px;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    /* font-weight: 300; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    /*border: 1px solid #004F9E;*/
    background: #F5F5F5;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.cBtnswrapp .cookieInfo:hover {
    color: #000;
}

.cBtnswrapp .agree {
    padding: 10px 30px;
    /* background-color: #004F9E; */
    color: #000000!important;
    font-size: 14px;
    line-height: 20px;
    /* font-weight: 600; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
}

.cBtnswrapp .agree:hover {
    /* background-color: #004077; */
}

.dsblOvflw {
    height: 100%;
    overflow: hidden;
}

.changeableWrapp {
}

.changeableWrapp .cInfo {
}

.changeableWrapp .cChoice {
    display: none;
}

.changeableWrapp .cCat {
    position: relative;
    padding: 20px 0px 20px 33px;
    /* background-color: #ebf0f4; */
    margin-top: 0;
}

.changeableWrapp .cFixed {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 1px;
    top: 25px;
    opacity: 0.8;
}

.cFixed.chk {
}

.changeableWrapp .cCat label {
    display: block;
    cursor: pointer;
}

.changeableWrapp .cCat.dsbld {
    color: #777777;
    opacity: 0.5;
}

.changeableWrapp .cCat p {
    margin: auto;
}

.changeableWrapp .cCat span {
    /* font-weight: 400; */
}

.changeableWrapp .cCat + .cCat {
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .cookieInner {
        padding: 20px;
        max-width: 944px;
        width: auto;
        margin: 20px 0;
    }

    .cookieWrap .topFix {
        display: inline-block;
        position: relative;
        right: 0;
        top: 0;
        float: right;
        z-index: 2;
        -webkit-transition: color .3s ease 0s;
        transition: color .3s ease 0s;
    }

    .cookieWrap .topFix:after {
        content: "";
        clear: both;
        display: table;
    }

    .cookieWrap h3 {
        padding: 0px;
        position: relative;
    }

    .cookieWrap h3:before {
        content: "";
        clear: both;
        display: table;
    }

    .cBtnswrapp {
        display: block;
    }

.cBtnswrapp .cookieBtn {
    display: block;
    width: auto;
    text-align: center!important;
    max-width: none;
    min-width: unset;
}

    .cBtnswrapp .cookieBtn + .cookieBtn {
        margin-top: 10px;
    }
}