:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 425px;
    background-color: #fff;
    padding: 20px;
    padding-bottom:0px;
    border-radius: 0px;
    box-shadow: 0px 0px 15px 5px rgb(144 144 144 / 18%);
    margin-left: 30px;
    font-family: 'Manrope', sans-serif;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 35px;
}
#gdpr-cookie-message .background_img{
background: url(/img/background_coockie.png) right top / auto 40px no-repeat;
    height: 100px;
    position: absolute;
    display: block;
    width: 200px;
    background-size: contain;
    z-index: -1;
    top: 0;
    right: 0;
}
#gdpr-cookie-message .btns_holder{
    margin-left:-20px;
    margin-right:-20px;
    border-top:1px solid #dedede;
    display: flex;
    align-items: center;

}
#gdpr-cookie-message .btns_holder button{
    border-right: 1px solid #dedede;
     border-left: 1px solid #dedede;
    width: 33.333%;
    text-align: center;
    margin: 0;
    padding: 15px 5px;
    color: #444;
    font-weight: 400;
    text-transform: inherit;
}#gdpr-cookie-message .btns_holder button:last-child, #gdpr-cookie-message .btns_holder button:first-child{
     border:none;
}
#gdpr-cookie-message span{
     color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: .5px;
    display: block;
}
#gdpr-cookie-message h4 {
   color: #000;
    font-family:'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 230px;
}

#gdpr-cookie-message h5 {
    color: #444;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
   color: #4a4a4a;
    font-size: 13.5px;
    line-height: 1.55em;
    font-weight: 400;
    letter-spacing: .25px;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: #f7b567;
    text-decoration: none;
    font-size: 13.5px;
    transition: all 0.3s ease-in;
    padding-left: 4px;
    letter-spacing: .5px
}

#gdpr-cookie-message a:hover {
    color: #c37a24;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
       border: none;
    background: #fff;
    color: #6f6f6f;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0px;
    margin-left: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 1px;
}

#gdpr-cookie-message button:hover {
   background: white;
    color: #000000;
    box-shadow: 1px 0px 8px 0px #ffffff8f;
    text-shadow: 0 0 black;
      transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/*Cookie*/

.cc-animate.cc-revoke.cc-bottom:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
}

.cc-color-override.cc-revoke {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}

.cc-bottom {
    bottom: 1em;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}

.cc-revoke {
    padding: .5em;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

*  cookie design*/
#gdpr-cookie-types .cust_in_field{
position: relative;
    display: inline-block;
    margin: 0;
    width: .9rem;
    height: .9rem;
    background-color: #fff;
    border: 1px solid rgb(var(--color-text));
    border-radius: 0%;
    margin-right: .5rem;
    cursor: pointer;
}
#gdpr-cookie-types ul li input{
    display: none !important;
}
#gdpr-cookie-types ul li label{
cursor: pointer;
    margin: 0;
    margin-right: 1rem;
    display: flex;
}

#gdpr-cookie-types ul li input[type="checkbox"] + label > span.cust_in_field {
    position: relative;
    display: inline-block;
    margin: 0;
    width: .9rem;
    height: .9rem;
    background-color: #b6b6b6;
    /* border-radius: 50%; */
    margin-right: .5rem;
    cursor: pointer;
    width: 45px;
    height: 25px;
    border-radius: 15px;
}
#gdpr-cookie-types ul li input[type="checkbox"] + label > span.cust_in_field:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
    width: 20px;
    margin: 3px;
    border-radius: 20px;
    -webkit-transition:transform 1s ease;
-webkit-transition:-webkit-transform 1s ease;
transition:-webkit-transform 1s ease;
transition:transform 1s ease;
transition:transform 1s ease,-webkit-transform 1s ease;
}
#gdpr-cookie-types ul li input[type="checkbox"]:checked + label > span.cust_in_field:before {
    position: absolute;
    right: 0;
    -webkit-transform:translateX(1.3em);
    transform:translateX(1.3em);
    background-color: #fff;
}
#gdpr-cookie-types ul li input[type="checkbox"]:checked + label > span.cust_in_field{
    position: relative;
    display: inline-block;
    margin: 0;
    width: .9rem;
    height: .9rem;
    background-color: #89b89d;
    margin-right: .5rem;
    cursor: pointer;
    width: 45px;
    height: 25px;
    border-radius: 15px;
}
#gdpr-cookie-types ul li{
    margin-bottom:8px;
}
#gdpr-cookie-types ul li label ._field_title{
    color: #444;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: .5px;
    display: block;
    line-height: 25px;
    font-weight: 300;
}
#gdpr-cookie-types ul{
    margin-bottom:0px;
    padding-top: 5px;
}
#gdpr-cookie-types{
    margin-bottom:-10px;
}

@media only screen and (max-width: 419.98px){
     #gdpr-cookie-message{
        padding-top: 40px;
        width: 90vw;
        right: 5%;
    }
#gdpr-cookie-message h4{
    max-width: 150px;
}
}
@media only screen and (max-width: 379.98px){
    #gdpr-cookie-message{
        padding-top: 20px;
        width: 90vw;
        right: 5%;
    }
#gdpr-cookie-message h4{
    max-width: 150px;
}
}