
@media (min-width: 1200px){
  .category-page .container {
      width: 96%;
  }
  /* .header-middle .container {
    width: 80%;
  }  */

  .header-area.layout-03 .header-search-bar.layout-01 .input-text {
    max-width: 400px;
  }
  .header-search-bar.layout-01 .nice-select {
    right: 60px;
  }
  .header-search-bar.layout-01 .btn-submit {
    width: 55px;
  }
  .left-sidebar .container {
    margin-top: 1%;
  }
  .top-functions-area {
    padding-bottom: 5px;
}
}

@media (min-width: 992px){
  .category-page .container {
    width: 96%;
}

.order-summary .cart-list .cart-item .price {
  width: 100px;
  }

}

@media (max-width: 767px){
.right-img-products .product-thumb {
    width: 30%;
}
}
@media (min-width: 992px) and (max-width: 1199px){
  .header-area.layout-03 .header-search-bar.layout-01 .input-text {
    max-width: 380px;
  }
  .left-sidebar .container {
    margin-top: 2%;
  }
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* CSS */
  .biolife-sticky-object.pre-sticky{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 1200ms ease;
    background-color: #ededed;
    z-index: 50;
    }
    .right-img-products .product-info {
      height: auto !important;
  }
  .right-img-products .info .product-info td {
    text-align: center !important;
}
.right-img-products .price-amount-prod{
  font-size: 24px !important;
}
.right-img-products .info .price{
  text-align: center !important;
}
.product-tabs.single-layout .tab-head .tabs .tab-element {
  border: 1px solid #e6e6e6 !important;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */

  .biolife-sticky-object.pre-sticky{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 1200ms ease;
    background-color: #ededed;
    z-index: 50;
    }
    .right-img-products .product-info {
      height: auto !important;
  }
  .right-img-products .info .product-info td {
    text-align: center !important;
}
.right-img-products .price-amount-prod{
  font-size: 24px !important;
}
.right-img-products .info .price{
  text-align: center !important;
}
.product-tabs.single-layout .tab-head .tabs .tab-element {
  border: 1px solid #e6e6e6 !important;
}
}