.cookie{
        z-index:999;
        width:100%;
        color: #000;
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #fff;
        text-align: center;
        font-size: 14px;
        display: none;
        width: 320px;
        padding: 15px;
        height: auto;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cookie_container{
        text-align:center;
}

.cookie .cookie_container .btn {
        width: 100%;
        margin-top: 10px;
}

.cookie_msg h4 {
        font-size: 22px;
        line-height: 28px;
}

.cookie_msg p {
        font-size: 12px;
}

.cookie .btn {
        font-size: 14px;
        margin-top: 10px;
        color: #fff !important;
}

.cookie .btn:hover {
        cursor: pointer;
}

.cookie .btn {
        margin: 0 5px;
}

.cookie-ico {
        width: 50px;
        height: 50px;
        display: block;
        background: url("../ico/cookie.svg") no-repeat center;
        background-color: #7cae3f;
        position: absolute;
        bottom: 50px;
        left: -50px;
        padding: 5px;
        background-origin: content-box;
}

.cookie-ico-fixed {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../ico/cookie.svg) no-repeat center;
    background-color: #7cae3f;
    position: fixed;
    right: 0;
    z-index: 3333333229595959;
    padding: 5px;
    background-origin: content-box;
    bottom: 50px;
}

.cookie-ico .cookie-btn-ico,
.cookie-ico-fixed .cookie-btn-ico {
        height: 100%;
        width: 100%;
        display: block
}

.cookie-settings {
        margin-top: 15px;
}

.cookie_settings_w {
        display: block;
        z-index:999;
        width:100%;
        color: #000;
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #fff;
        text-align: left;
        font-size: 14px;
        width: 70%;
        padding: 50px;
        height: auto;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cs_overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(0,0,0,.4);
        opacity: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 0;
        will-change: opacity;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

.csw {
        display: none;
}

.csw .cookie_settings_w .left-col {
        border-right: 1px solid #ddd;
}

.csw .cookie_settings_w .right-col {
        padding: 0 30px 0 30px;
}

.csw .sac-cont {
        color: #fff;
        text-align: right;
        cursor: pointer;
        display: block;
}

.csw .sac-cont .sac {
        font-size: 14px;
        padding: 5px 45px;
}

.csw .left-col .btn {
        font-size: 12px;
        text-transform: none;
        width: 100%;
        cursor: pointer;
}

.csw .left-col .btn-success,
.csw .left-col .btn-success:hover {
        color: #fff;
}

.csw .left-col .btn-light {
        border: 1px solid #7ea73f;
}

.csw .left-col .btn-accept {
        padding-right: 15px;
        padding-left: 0;
}

.csw .left-col .btn-decline {
        padding: 0;
}

/* toggle */
.switch {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 30px;
}

.switch input {
        display:none;
}

.slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f1f1f1;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid #7ea73f;
}

.slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 26px;
        left: 4px;
        bottom: 3px;
        background-color: #7cae3f;
        -webkit-transition: .4s;
        transition: .4s;
}

input:checked + .slider {
        background-color: #f1f1f1;
}

input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
        -webkit-transform: translateX(33px);
        -ms-transform: translateX(33px);
        transform: translateX(33px);
}

.switch .on
{
        display: none;
}

.switch .on, .switch .off
{
        color: #333;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;

        font-size: 10px;
        font-family: Verdana, sans-serif;
}

.switch .on {
        left: 30%;
}

.switch .off {
        left: 70%;
}

input:checked+ .slider .on {
        display: block;
}

input:checked + .slider .off {
        display: none;
}

.slider.round {
        border-radius: 34px;
}

.slider.round:before {
        border-radius: 50px;
}

.switch-btn {
        align-items: center;
        align-content: center;
        display: flex;
}
/* toggle */

@media only screen and (max-width : 576px) {
        .cookie {
                width: 280px;
        }

        .cookie_msg h4 {
                font-size: 16px;
        }

        .cookie_msg p {
                font-size: 11px;
                line-height: 16px;
        }

}

@media only screen and (max-width : 992px) {
        .cookie_settings_w {
                width: 90%;
                padding: 15px;
        }
        .csw .left-col .btn-accept,
        .csw .left-col .btn-decline {
                padding: 0;
                margin-bottom: 10px;
        }
        .csw .left-col .btn-accept a,
        .csw .left-col .btn-decline a {
                width: auto;
        }
        .csw .cookie_settings_w .right-col {
                padding: 0px 15px 0px 15px;
        }
        hr {
                margin-top: 10px;
                margin-bottom: 10px;
        }
}
