@media screen and (max-width: 900px) {

  /* Home Page */
  .home_item_list {
      width: 99% !important;
      max-width: 99% !important;
  }

  .mobile_product_list{
      display: block !important;
      width: 100% !important;
  }

  .home-futter-size-label{
    width: 60px !important;
    margin-left: 2px !important;
  }

  .home-futter-size-box{
    min-width: 100px !important;
    margin-right: 20px !important;
  }

  .home-futter-btn{
    display: block !important;
    padding: 0.45em 1.5em !important;
  }
   
  /* Home Page */


  .home-header-label {
    display: none;
  }

  .mobile-header-logo{
    width: 100%;
    position: relative !important;
    text-align: center;
    margin: 0px auto !important;
  }

  #launcher{
     display: none !important;
  }

  .header{
    height: 90px !important;
  }

  .header .header-logo {
    width: 100%
  }

  .info-button{
     display: none;
  }

  .canvas-element{
    width: 100% !important;
  }

  #CLICK_ME_NOW{
    display: none !important;
  }

  .header .color-menu-wrapper .color-polish-wrapper{
    margin-right: 0px !important
  }

  .header .header-menu{
    margin-left: 5px !important;
  }
  
  .header .header-price {
    top: 5px !important;
  }

  .image-loader-wrapper li span {
    display: block !important;
    position: absolute;
    top: -2px;
    left: 0px;
    background: #a00;
    width: 18px;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
  }

  /*color*/
  .dx-colorview-container {
    width: 300px !important;
  }

  .dx-colorbox-overlay.dx-overlay-content {
     transform: none !important;
  }
  
  .dx-colorview-palette {
     width: 120px !important;
     height: 120px !important;
  }

}

