body{
    position: relative;
}
.cww-outer-wrapper-info .cww-flash-wrapper{
    background: #333;
    color: #fff;
    padding: 10px 0;
}
.cww-flash-wrapper .button-wrapp a {
    color: #fff;
    text-decoration: none;
    background-color: #FF6263;
    padding: 5px 15px;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}
.cww-flash-wrapper .button-wrapp a:hover{
    background-color: #EB4D4B;
}
.flash-inner-wrapp a {
    color: #fff;
    display: inline-block;
}
.cww-outer-wrapper-info.has-btn .flash-display-contents{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cww-outer-wrapper-info.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.cww-outer-wrapper-info.bottom.fixed{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.cww-outer-wrapper-info.top.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.cww-flash-wrapper .icon-wrapper svg,
.cww-icon-wrapper svg{
    height: 30px;
    width: 30px;
    fill: #fff;
}
.cww-outer-wrapper-info.close .cww-flash-wrapper .container{
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 0.5fr;
    grid-template-columns: 8fr 0.5fr;
}
.icon-wrapper.cww-icon-wrapper {
    position: absolute;
    right: 0;
    background: transparent;
    top: -3px;
    padding: 0px 7px;
}


.cww-outer-wrapper-info.bottom.fixed.toggle .icon-wrapper {
    top: 95%;
    position: fixed;
    padding: 6px 7px 1px 7px;
}
.cww-outer-wrapper-info.bottom.fixed.close .icon-wrapper,
.cww-outer-wrapper-info.bottom.normal.close .icon-wrapper{
    top: 5px;
}
.cww-outer-wrapper-info.bottom.normal.toggle.hidden .icon-wrapper {
    padding: 7px 10px 0px 10px;
}

.cww-outer-wrapper-info.bottom.has-bx-shadow {
    -webkit-box-shadow: -1px -4px 13px 3px rgb(0 0 0 / 30%);
            box-shadow: -1px -4px 13px 3px rgb(0 0 0 / 30%);
}
.cww-outer-wrapper-info.top.has-bx-shadow {
    -webkit-box-shadow: 2px 0px 20px 13px rgb(0 0 0 / 20%);
            box-shadow: 2px 0px 20px 13px rgb(0 0 0 / 20%);
}
/*body.admin-bar .cww-outer-wrapper-info.top{
        margin-top: 32px;
}*/
.flash-inner-wrapp {
    font-size: 16px;
}
.admin-bar .cww-outer-wrapper-info.top.fixed{
    top: 32px;
}
.cww-flash-wrapper .container{
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
.cww-outer-wrapper-info.top.toggle .icon-wrapper.cww-icon-wrapper{
    top: 6px;
}