.cm-cookie-block {
    position: fixed;
    z-index: 999999999;
    padding: 0;
    border-radius: 0px;
    max-width: 400px;
    background: #fff;
    box-shadow:0 2px 10px 0 rgba(0,0,0,0.15);
    left: 15px;
    bottom: 15px;
}
@media (max-width: 800px){
  .cm-cookie-block {
      max-width: 98%;
      left: 0;
      top: 0px;
      bottom: 55px !important;     
      max-height: calc(93vh);
      overflow:scroll;    
  }
}
.cm-cookie-block.white-popup {
    padding: 0;
}
.cm-cookie-logo {
    text-align: center;
    padding: 15px 0 10px;
}
#cm-panel-logo {
    width: 35%;
    opacity: .5;
}
#cm-panel-pictogram {
    width: 45px;
}
.cm-cookie-header {
    text-align: center;
    padding: 0px 20px 10px 20px;
    font-size: 19px;
    font-weight: 400;
    color: #272727;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 15px;
}
.cm-cookie-content {
    padding: 0 20px;
    color: #484848;
    font-size: 13px;
    margin-bottom: 5px;
}
.cm-cookie-content p {
    color: #272727;
    font-size: 13px;
    line-height: 1.5;
}
.cm-cookie-selects {
    display: none;
    color: #484848;
    font-size: 14px;
    /* border-radius: 8px;
    border: 2px solid #f0f0f0; */
    margin: 20px 10px;
}
.cm-cookie-item {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 8px;
    font-size: 14px;
}
.cm-cookie-item:last-child {
    border-bottom: 0;
}
.cm-cookie-item-btn {
    display: flex;
    padding: 15px 10px 0px;
}
.cookielaw-btns{
    text-align: center;
    padding-bottom: 7px;
}
.cm-cookie-buttons {
    display: inherit;
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px 0;
}
.cm-cookie-btn {
    color: #7a7a7a;
    padding: 10px 0;
    background: transparent;
    border: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.cm-cookie-btn-accept {
    background-color: #169F5F;
    border-color: #12834E;
    margin-bottom: 5px;
    border-radius: 2px;
    text-decoration: none;     
}
.cm-cookie-btn-accept:hover {
    background-color: #12834E;
    border-color: #12834E;
    text-decoration: none;    
}

.cm-cookie-btn-acceptall {
    background-color: #169F5F;
    border-color: #12834E;
    margin-bottom: 5px;
    border-radius: 2px;
    text-decoration: none;     
}
.cm-cookie-btn-acceptall:hover {
    background-color: #12834E;
    border-color: #12834E;
    text-decoration: none;    
}

.cm-cookie-btn-refuse {
    background-color: #F0F0F0;
    border-color: #DDDDDD;
    margin-bottom: 5px;
    border-radius: 2px;
    text-decoration: none;     
}
.cm-cookie-btn-refuse:hover {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    text-decoration: none;    
}

.cm-cookie-btn-customize {
    background-color: #F0F0F0;
    border-color: #DDDDDD;
    margin-bottom: 5px;
    border-radius: 2px;
    text-decoration: none; 
}
.cm-cookie-btn-customize:hover {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    text-decoration: none;    
}

.cm-cookie-btn:focus,
.cm-cookie-btn:active {
    outline: 0;
}
.cm-cookie-btn:last-child {
    border-right: 0;
}
.cm-cookie-item-desc {
    font-weight: bold;
}
.cm-cookie-item-details {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6em;
}

.cm-checkbox-toggle {
    position: relative;
    transition: transform 0.3s;
    transform: scale(0.96) translateZ(0);
}
 .cm-checkbox-toggle input {
    display: none;
}
.cm-checkbox-toggle input + label {
    background: #fff;
    border-radius: 9px;
    width: 40px;
    display: block;
    cursor: pointer;
    position: relative;
    box-shadow: -12px -12px 24px transparent, 12px 12px 24px rgba(0, 6, 39, .1);
    transition: box-shadow 0.4s;
}
.cm-checkbox-toggle input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, #f1f4ff, #f9faff);
    opacity: 1;
    transition: opacity 0.4s;
}
.cm-checkbox-toggle input:disabled + label {
    opacity: 0.6;
}
.cm-checkbox-toggle input + label .cm-checkbox-switch {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: top;
    height: 22px;
    width: 40px;
    border-radius: 11px;
    background: #eceffc;
}
.cm-checkbox-toggle input + label .cm-checkbox-switch:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #6de07c, #63bf55);
    opacity: 0;
    transition: opacity 0.4s;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch:before {
    opacity: 1;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch .cm-checkbox-dot {
    transform: translateX(18px);
}
.cm-checkbox-toggle input + label .cm-checkbox-switch .cm-checkbox-dot {
    background: #d1d6ee;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: -1px;
    top: -1px;
    transform: translateX(0);
    transition: transform 0.4s, box-shadow 0.4s;
    box-shadow: -4px -4px 8px transparent, 4px 4px 8px transparent;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch .cm-checkbox-dot {
    box-shadow: -4px -4px 8px rgba(255, 255, 255, .1), 4px 4px 8px rgba(0, 6, 39, .1);
}
.cm-checkbox-toggle input + label .cm-checkbox-switch .cm-checkbox-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, #f1f4ff, #f9faff);
    opacity: 0;
    transition: opacity 0.4s;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch .cm-checkbox-dot:before {
    opacity: 1;
}

.cm-cookie-law-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
/*
.cm-cookie-settings-btn {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background: #fff;
}
*/
.cm-cookie-settings-btn:focus,
.cm-cookie-settings-btn:active {
    outline: none !important;
}
#header .header-nav .cm-cookie-settings-btn .material-icons {
    line-height: 1;
    color: #373636;
}
.cm-icon-size {
    font-size: 110%;
}
.cm-icon-check {
    color: #41a420;
}
.cm-cookie-btn-more-info {
    /* color: #7a7a7a!important; */
}
.cm-cookie-toggle {
    margin-right: 12px;
}
.cm-cookie-more-link {
   color:#363636;
}
.cm-cookie-content-link {
   text-align: center;
   padding: 15px 8px;
   text-decoration: none;
}
.cm-cookie-content-link:hover {
   text-decoration: underline;
}