


@media screen and (max-width:700px) {
  .cart-toggle {
    cursor: pointer;
    font-size: 9px !important;
  }
}
@media screen and (min-width:700px) {
  .menu_mobile_new{
    display: none;
  }
}

.menu_mobile_new{
  text-align: center;
}
.sou_fix {
    position: fixed;
    bottom: 34px;
    left: 20px;
    width: 1em;
    height: 1em;
    z-index: 9999;
    font-size: 50px;
   
  }
  .sou_fix a{
    display: block;
  }
  .sou_fix a i{
    font-size: 50px;
    color: white;
    background-color: var(--color_green);
    border-radius: 50%;
    padding: 4px;
  }

  @media screen and (max-width:900px){
    .alarm_update span{
        display: block;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
text-align: nowrap;
line-height: 20px;
font-size: 12px;

    }
    .sou_fix,
    #box-widget-icon {
        bottom: 8rem !important;
    }

    #goftino_w{
        bottom: 56px !important;
    }
}
  