.ws-chat-mobile .ws-chat-btn-el-container { position: fixed!important; top: auto!important; bottom: 5%!important; }
.t396__elem.tn-elem.zero-form-rendered {
    z-index: 2 !important;
}
/*.dedicated-price{*/
/*    display: flex;*/
/*    align-items: baseline;*/
/*    flex-direction: column;*/
/*    z-index: 9999;*/
/*    position: fixed!important;*/
/*    right: 0;*/
/*    top: auto!important;*/
/*    bottom: 30%!important;*/
/*    margin-right: 20px;*/

/*}*/

/*.actual-price{*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

/*.actual-price::after{*/
/*    content: '';*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: red;*/
/*    bottom: 11px;*/
/*    transform: rotate(-12deg);*/
/*}*/

/*.sale-price{*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*}*/
.visible {
    display:none !important;
}

.fixed-menu{
    width: 100%;
    height: 36px;
    position: fixed;
    background: white;
    top: 80px;
    left: 0;
    z-index: 50;
    padding-top: 10px;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}
.menu {
    padding-left: 680px;
    display: flex;
    gap: 8px;
    font-size: 20px !important;
}

span.text { width: 155px; display: inline-block; }
.dedicated-price {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    margin-bottom: -20px;
}

span.price { font-size: 18px; }

span.price s, span.price-menu s{
    color: #b3b3b3;
}

span.sale-price {
    font-size: 20px;
}

.menu span.sale {
    margin: 0;
}

span.sale {
    background: red;
    color: white;
    width: 40px;
    margin-left: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 12px;
}

@media screen and (max-width: 900px){
.menu {
    padding-left: 0;
    display: flex;
    gap: 8px;
    font-size: 16px !important;
    color: black;
}}