.pro-cookie-layout {
    visibility: hidden;
    width: 100%;
    background-color: #3d3c3a;
    position: fixed;
    bottom: 0px;
    min-height: 0px;
    height: 0px;
    z-index: 1000;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.pro-cookie-layout.show {
    visibility: visible;
    display: block;
    min-height: 50%;
    height: 50%;
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.pro-cookie-layout .cookie-lower-lane {
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro-cookie-layout .cookie-lower-lane .cookie-lower-lane-text {
    width: calc(100% - 550px);
    float: left;
}

.pro-cookie-layout .cookie-lower-lane .cookie-lower-lane-button {
    width: 550px;
    float: right;
    margin-bottom: 15px;
}

.pro-cookie-layout .cookie-lower-lane p {
    color: #ffffff;
}

.pro-cookie-layout .cookie-lower-lane a {
    color: #ffffff;
    text-decoration: underline;
}

.pro-cookie-layout .cookie-lower-lane .button {
    font-size: 16px;
    float: left;
    margin: 0 10px;
    padding: 10px 16px;
    cursor: pointer;
}

.pro-cookie-layout .cookie-lower-lane .button.preferences {
    background-color: #ffffff;
    color: #000000;
    margin-top: 20px;
}

.pro-cookie-layout .cookie-lower-lane .button.accept {
    color: white;
    background-color: #88ce42;
    padding: 20px 40px;
    float: right;
}


/*setting*/

.pro-cookie-layout .cookie-lower-lane span.info-window {
    font-style: italic;
    background-color: white;
    width: 20px;
    height: 20px;
    display: block;
    color: #3d3c3a;
    border-radius: 10px;
    padding-left: 8px;
    line-height: 0;
    padding-top: 10px;
    font-weight: bold;
    margin-top: 3px;
}

.pro-cookie-layout .cookie-setting-layout.visible {
    display: block;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-close {
    width: 100%;
    float: left;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-close .close-button {
    float: right;
    font-size: 23px;
    margin-right: 12px;
    margin-top: 8px;
    cursor: pointer;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content {
    /*padding: 40px;*/
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .cookie-setting-layout-title {
    font-size: 22px;
    margin-top: 2px;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .checkbox-content {
    float: left;
    width: 35px;
    position: relative;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check {
    margin-bottom: 10px !important;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check-label {
    color: #FEFEFE;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 32px;
    cursor: pointer;
    font-weight: 100;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row input[type="checkbox"] {
    margin: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
    left: -9999px;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check-label i {
    width: 18px;
    height: 18px;
    /*border: 1px solid #fff;*/
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 3px;
    top: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    font-family: FontAwesome;
    padding-right: 2px;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check-label.checked i {
    background-color: #FEFEFE;
    color: #000;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check-label .fa-check:before {
    content: '';
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check-label.checked .fa-check:before {
    content: '\f00c';
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .form-check-label.checked.disabled {
    cursor: not-allowed !important;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .checkbox-label {
    float: left;
    width: calc(100% - 35px);
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .setting-description {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 20px;
    color: white;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .cookie-setting-layout-accept {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .cookie-setting-layout-accept .button {
    font-size: 16px;
    float: right;
    margin: 0 10px;
    padding: 10px 16px;
    cursor: pointer;
    color: white;
    background-color: #df0a25;
}

.cookie-setting-list-element-toogle {
    display: none;
}

.pro-cookie-layout .destop {
    display: block;
}

.pro-cookie-layout .mobile {
    display: none;
}

.pro-cookie-layout .buttor-wrapper {
    float: right;
}

@media (max-width: 900px) {
    .pro-cookie-layout .cookie-lower-lane .cookie-lower-lane-text {
        width: 100%;
        float: left;
    }
    .pro-cookie-layout .cookie-lower-lane .cookie-lower-lane-button {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .pro-cookie-layout .cookie-lower-lane .button {
        margin-bottom: 10px;
    }
    .pro-cookie-layout .cookie-setting-layout {
        width: 75vw;
    }
    .pro-cookie-layout.show {
        min-height: 650px;
        height: 650px;
        overflow: auto;
    }
    .pro-cookie-layout .cookie-lower-lane {
        padding: 10px;
    }
    .pro-cookie-layout .cookie-lower-lane.relative {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
}

@media (max-width: 600px) {
    .pro-cookie-layout .cookie-lower-lane {
        padding: 30px;
        height: 560px;
        overflow: auto;
    }
    .pro-cookie-layout .destop {
        display: none;
    }
    .pro-cookie-layout .mobile {
        display: block;
    }
    .pro-cookie-layout.show {
        min-height: 560px;
        height: 90%;
        overflow: auto;
    }
    .pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row {
        margin-bottom: 5px;
    }
    .pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .cookie-setting-layout-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .pro-cookie-layout .cookie-lower-lane .cookie-setting-layout-content .checbox-row .checkbox-label {
        font-size: 15px;
    }
    .cookie-setting-list-element.open {
        height: auto;
        overflow: unset;
        transition: all 300ms ease-in-out;
        padding-bottom: 20px;
    }
    .cookie-setting-list-element {
        height: 77px;
        overflow: hidden;
        transition: all 300ms ease-in-out;
        margin-bottom: 0px;
    }
    .cookie-setting-list-element-toogle {
        display: block;
        position: absolute;
        width: 100%;
        height: 32px;
        background: #3d3c3a;
        bottom: 0px;
        text-align: right;
        right: 0px;
    }
    .cookie-setting-list-element-toogle:after {
        display: block;
        position: absolute;
        content: " ";
        height: 2px;
        width: 100%;
        background: #3d3c3a;
        top: 0px;
    }
    .cookie-setting-list-element-toogle .more-less p,
    .cookie-setting-list-element-toogle .more-details p {
        color: #df0a25;
        font-size: 14px;
        font-weight: bold;
        margin-right: 25px;
    }
    .pro-cookie-layout .cookie-lower-lane a,
    .pro-cookie-layout .cookie-lower-lane p {
        font-size: 14px;
    }
    .cookie-setting-list-element-toogle .more-details p span,
    .cookie-setting-list-element-toogle .more-less p span {
        position: absolute;
        line-height: 1;
        display: block;
        top: 0px;
        right: 0px;
    }
    .cookie-setting-list-element.open .cookie-setting-list-element-toogle .more-details {
        display: none;
    }
    .cookie-setting-list-element.open .cookie-setting-list-element-toogle .more-less {
        display: block;
    }
    .cookie-setting-list-element .cookie-setting-list-element-toogle .more-less {
        display: none;
    }
    .cookie-setting-list-element .cookie-setting-list-element-toogle .more-details {
        display: block;
    }
    .pro-cookie-layout .cookie-lower-lane .cookie-lower-lane-button,
    .pro-cookie-layout .cookie-lower-lane .cookie-lower-lane-text {
        width: 100%;
        float: left;
    }
    .pro-cookie-layout .cookie-lower-lane .button.preferences {
        padding: 5px;
        margin: 0 auto;
        float: none;
        display: table;
        margin-top: 20px;
        font-size: 14px;
    }
    .pro-cookie-layout .cookie-lower-lane .button.accept {
        margin: 0 auto;
        float: none;
        display: table;
        font-size: 18px;
    }
    .pro-cookie-layout .buttor-wrapper {
        width: 100%;
        float: left;
    }
    .pro-cookie-layout .buttor-wrapper a.mobile {
        margin: 0 auto;
        float: none;
        display: table;
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1;
    }
}