/*
    Custom Theme
*/
.cc-window {
    z-index: 1100;
}
.cc-window .cc-window-wrap {
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    margin: 0 auto;
}
.cc-window .cc-message {
    /* text-align: center; */
}
.cc-banner .cc-message {
    margin-right: 20px;
}
.cc-window .cc-compliance {
    min-width: 70px;
}
.cc-window .cc-message,
.cc-window .cc-compliance a {
    font-size: 14px;
}
.cc-window .cc-compliance a {
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cc-window .cc-compliance a:hover,
.cc-window .cc-compliance a:active,
.cc-window .cc-compliance a:focus {
    background: #008a82;
    text-decoration: none;
}
.cc-window .cc-link {
    opacity: 1;
    padding: 0;
}


/** fix www desktop + house site **/
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
    .cc-window.cc-banner.price.www,
    .cc-window.cc-banner.house,
    .cc-window.cc-banner.car {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cc-window.cc-banner.price.www .cc-message,
    .cc-window.cc-banner.house .cc-message {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

/* fix msite */
.cc-window.m-price {
    max-width: 480px;
    padding: 10px;
    bottom: 0;
    margin: 0 auto;
}


/* fix www msite */
.cc-window.m-price.www {
    z-index: 5;
}


/* fix priceshop msite */
.cc-window.m-price.ps {
    min-width: 100%;
    max-width: 990px;
}


/* fix car msite */
.cc-window.car {
    z-index: 8;
}
.cc-window.m-price.m-car {
    z-index: 99;
}

/* fix house */
.cc-window.house {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    padding: 10px;
}
@media only screen and (max-width: 500px) {
    .cc-window .cc-compliance a {
        min-width: 70px;
        height: 35px;
        line-height: 30px;
        padding: 0;
    }
    .cc-window.house {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cc-window.house .cc-compliance {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .cc-window.house .cc-compliance a {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .cc-window.house .cc-message {
        margin-bottom: 1em;
    }
}