@media only screen and (max-device-width:353px) {


}

@media only screen and (max-device-width:480px) {

  .wrap{
  }

  .-flex{
    justify-content: flex-start;
  }

  .body > .section > .product-body{
    margin: 20px 0;
  }

  .body > .section > .product-body > .product-text{
    text-align: left;
  }

  .ds-parent{
    overflow: auto;
  }

  .ds-container>*{
    width: auto;
    height: auto;
  }
  .ds-container{
    overflow: auto;
    position: relative;
  }
  .-flex{
    flex-direction: column;
  }

  .circle-down{
    display: none;
  }

  .lang{
    top: 0
    right: 0;
  }

  .top-sale-left{
    top: 5px;
    left: 5px;
    padding: 3px 6px;
    font-size: 12px;
  }
  .top-sale-right{
    top: 5px;
    right: 5px;
    padding: 3px 6px;
    font-size: 12px;
  }

  
 .group-button > .btn{
  display: block;
  margin: 5px 0;
  text-align: center;
 }
}

@media(min-width:481px) and (max-width:768px) {
 

  /*NEW AVBS MEDIA STYLES*/
}

@media(min-width:769px) and (max-width:992px) {



  /*NEW AVBS MEDIA STYLES*/
}
