.cdbar, .cdbtn {
    padding: 0 !important;
}

.old-price {
    color: #a9a9a9;
    text-decoration: line-through;
    font-size: 12px
}

.cdbar {
    top: auto !important;
    width: 25%;
    bottom: 20px !important;
    opacity: 1;
    left: 10px !important
}

@media (max-width:768px) {
    .cdbar {
        width: 70%
    }
}

.cdbar-buttons, .cdbar-text {
    float: left
}

.cdbar .cdbar-text, .cdbar .cdbar-text a {
    color: #000 !important;
}

@media only screen and (max-width:991px) {

    .cdbar:after, .cdbar:before, .lb-dataContainer:after, .lb-outerContainer:after {
        content: ""
    }
}

.cdbar {
    right: 0;
    text-align: left;
    z-index: 1000;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);
}

    .cdbar .cdbar-text {
        display: block;
        margin-right: 5px;
        font-size: 14px;
        color: #50545d;
        font-weight: 700;
        padding: 18px;
        letter-spacing: 0px;
        text-align: justify;
        margin-bottom: -4px;
    }

        .cdbar .cdbar-text a {
            padding-top: 10px;
            font-size: 16px;
            color: #3a7abd !important;
            text-decoration: underline;
            float: left;
            text-align: center;
            margin-bottom: 37px;
        }

.cdbtn, .mfp-close {
    text-decoration: none
}

.cdbar .cdbar-buttons {
    display: inline-block;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.cdbar.fixed {
    position: fixed
}

.cdbar.relative {
    position: relative
}

.cdbar.absolute {
    position: absolute
}

.cdbar:after, .cdbar:before {
    display: table;
    clear: both
}

.cdbar.top {
    top: 0;
    bottom: auto
}

.cdbar.bottom {
    top: auto;
    bottom: 0
}

.cdbar.middle {
    top: 50%;
    bottom: auto;
    padding: 30px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .cdbar.middle .cdbar-text {
        display: block;
        margin-bottom: 15px
    }

    .cdbar.middle .cdbar-buttons {
        display: block
    }

.cdbar.dark {
    color: #000 !important;
    background-color: #ffffff;
    max-width: 440px;
    width: 100%;
    /* text-align: center; */
    z-index: 1000;
}

.cdbar.light {
    color: #333;
    background-color: #fff
}

.cdmodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 99999
}

    .cdmodal .cdmodal-box {
        position: absolute;
        width: 50%;
        max-width: 700px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .cdmodal .cdmodal-box-inner {
        background: #fff;
        padding: 40px 20px
    }

.cdbtn.cookie, .cdbtn.cookie:hover {
    background-color: #2a2681 !important;
    /* position: absolute; */
    /* bottom: 0px; */
}

.cdmodal .cdmodal-box-inner .cdmodal-text h3 {
    padding: 0;
    margin: 0 0 .5em
}

.cdmodal.top .cdmodal-box {
    top: 10%;
    bottom: auto
}

.cdmodal.bottom .cdmodal-box {
    top: auto;
    bottom: 10%
}

.cdmodal.middle .cdmodal-box {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.cdbtn {
    display: inline-block;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    margin-right: 5px
}

    .cdbtn.cookie {
        color: #fff;
        border-radius: 0;
        margin-top: 6px;
        position: absolute;
        /* top: 5px; */
        right: 20px;
        bottom: 8px;
        position: absolute !important;
        font-size: 14px;
        margin-top: 25px !important;
        background: #0c3871 !important;
        padding: 6px !important;
        border-radius: 6px;
        font-weight: 700;
    }

    .cdbtn.privacy {
        color: #fff;
        background-color: #6e7071;
        color: #fff;
        border-radius: 0;
        margin-top: 6px;
        position: absolute;
        /* top: 5px; */
        right: 140px;
        bottom: 8px;
        position: absolute !important;
        font-size: 14px;
        margin-top: 25px;
        background: #f9401b !important;
        padding: 5px !important;
        border-radius: 2px;
        font-weight: 700;
    }

        .cdbtn.privacy:hover {
            background-color: #8f9191
        }
