@media only screen and (min-width: 1022px) and (max-width: 1025px) {
  .px-95{
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-bar {
    padding: 12px 35px !important;
  }
  .register-card{
    padding: 40px 55px !important;
  }
  .fixed-lg-shop-cart{
    -ms-flex: 0 0 33.666667%;
    flex: 0 0 33.666667%;
    max-width: 33.666667%;
  }
}
@media only screen and (max-width: 992px) {
  .navbar li.active::after{
    bottom: 0px;
  }
  .big-card{
    padding: 25px 30px !important;
  }
  .px-95{
    padding-right: 0px;
    padding-left: 0px;
  }
  .max-width-510{
    width: 100%;
  }
  .custom-img{
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}
@media only screen and (max-width: 600px) {
  .img-fluid{
    max-width: 200px;
  }
  .out-of-stock-alert {
    position: relative;
  }
  .page-description {
    width: 80%;
  }

}
@media only screen and (min-width: 360px) and (max-width: 375px){
  .fix-ml {
    margin-left: 10px !important;
  }
}
