/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  .floating-icons {
    display: none;
    }
  
  }
  
  /*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
  
    .floating-icons {
      display: none;
    }
  
  }
  
  /*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
  
    .floating-icons {
      position: fixed;
      left: 10px;
      bottom: -200px;
      z-index: 9999;
    }
    .floating-icon {
        display: block;
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        color: #000;
        text-decoration: none;
        line-height: 50px;
        margin-bottom: 5px;
        transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
      }
    .floating-icons.show {
        bottom: 20px;
        transform: scale(1);
      }
    #desktop_category{
      display: none;
    }
  
  }
  
  /*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .floating-icons {
      position: fixed;
      left: 10px;
      bottom: -200px;
      z-index: 9999;
    }
    .floating-icon {
        display: block;
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        color: #000;
        text-decoration: none;
        line-height: 50px;
        margin-bottom: 5px;
        transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
      }
    .floating-icons.show {
        bottom: 20px;
        transform: scale(1);
      }
  
  }
  
  /*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
  
    .floating-icons {
      position: fixed;
      left: 10px;
      bottom: -200px;
      z-index: 9999;
    }
    .floating-icon {
        display: block;
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        color: #000;
        text-decoration: none;
        line-height: 50px;
        margin-bottom: 5px;
        transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
      }
    .floating-icons.show {
        bottom: 20px;
        transform: scale(1);
      }
    #desktop_category{
      display: none;
    }
  
  }
  
  /*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
  
    .cart-update-option .apply-coupon-wrapper #coupon input {
        width: 100%;
    }

  .floating-icons {
      position: fixed;
      left: 10px;
      bottom: -200px;
      z-index: 9999;
    }
    .floating-icon {
        display: block;
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        color: #000;
        text-decoration: none;
        line-height: 50px;
        margin-bottom: 5px;
        transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
      }
    .floating-icons.show {
        bottom: 20px;
        transform: scale(1);
      }
    #desktop_category{
      display: none;
    }
  
  }

#show-coupon {
  display: none;
}

#home-blog-img{
  width: 100%;
  height: 17em;
}

#blog-page-img{
  width: 100%;
  height: 20em;
}
