﻿.html--cookie-not-accepted {
    overflow: hidden;
}

    .html--cookie-not-accepted .header-59 *,
    .html--cookie-not-accepted .header-59-header-mobile *,
    .html--cookie-not-accepted main *,
    .html--cookie-not-accepted .footer * {
        pointer-events: none;
        user-select: none;
    }

html .html--cookie-not-accepted__overlay {
    display: none;
}

.html--cookie-not-accepted .html--cookie-not-accepted__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.cc-theme-has-overlay.cc-window.cc-floating {
    transform: translate(50%, 50%) !important;
    width: 384px !important;
}

@media (max-width:480px) {
    .cc-theme-has-overlay.cc-window.cc-floating {
        transform: translate(0%, 0%) !important;
        left: 0px !important;
        right: 0px !important;
        width: auto !important;
    }
}



@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-theme-no-overlay.cc-window.cc-floating {
        transform: translate(0%, 50%) !important;
        width: 100% !important;
    }
}

.cc-theme-has-overlay.cc-bottom {
    bottom: 50% !important;
}

.cc-theme-has-overlay.cc-right {
    right: 50% !important;
}

.cc-floating .cc-message {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .list-links-39 .content .list-wrap li a{
        margin-bottom: 30px!important;
        margin-top: 30px!important;
    }
}

.modal-popup-15 .order-flow-wrap .row a {
    text-decoration: underline;
}

.privacy-policy-agreement p {
    display: inline;
}