.cp-banner-new{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom:0;
    z-index: 11;
    left:0;
    box-shadow: 0 -2px 8.6px 0.5px rgba(184,183,182,0.35);
    padding: 10px 20px;
}

.cp-banner-close-new{
    position: absolute;
    right: 10px;
    top:8px;
    cursor: pointer;
}

.cp-banner-content-new{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.cp-banner-new-button{
    width: 90px;
    height: 24px;
    border:1px solid black;
    /*letter-spacing: 1.4px;*/
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    font-family: "latoregular";
    transition: box-shadow 0.4s, transform 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
    position: relative;
    cursor: pointer;
    z-index: 999999;
    box-sizing: border-box;
    margin: auto 0;
    margin-left: 20px;
}
.cp-banner-new-button:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 35px #ffd800;
    box-shadow: inset 0 0 0 35px #ffd800;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
    transition: -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
    transition: box-shadow 0.4s, transform 0.4s;
    transition: box-shadow 0.4s, transform 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
    z-index: 99999;
    left:0;
    cursor: pointer;
    z-index: -2;
    cursor: pointer;
}
.cp-banner-new-button:hover:before{
    cursor: pointer;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.cp-banner-content-new a{
    color:#000!important;
    text-decoration: underline!important;
    white-space: nowrap;
}
.cp-banner-content-new a:hover{
    color:#000!important;
    text-decoration: none!important;
}
.cp-banner-new br{
    display: none;
}
@media(max-width: 1280px){
    .cp-banner-new br{
        display: block;
    }

}
@media(max-width: 1023px){
    .cp-banner-new{
        z-index: 16000000;
        width: 100%;
        justify-content: left;
    }
}
@media (max-width:767px) {
    .cp-banner-content-new{
        width: 100%;
    }
    .cp-banner-new{
        width: 100%;
        justify-content: left;
        z-index: 16000000;
    }
    .cp-banner-new br{
        display: none;
    }
    .cp-banner-new-button {
        margin: 0;
        margin-top: 10px;
    }

}
