.box {
  width: 375px;
}

.product {
  width: 800px;
}

.login-form, .register-form {
  width: 500px;
}

.left-bar {
  width: 600px;
}

.cart .left-bar {
  width: 500px;
}

.right-side {
  width: calc(100% - 600px)!important;
  padding-left: 100px;
}

.step .number {
  width: 35px;
  height: 35px;
}

.step .number, .step .text {
  font-size: 1.4rem;
}

.step:not(.active) {
  opacity: 0.3;
}

.logo {
  width: 250px;
}

input::placeholder {
  color: #b1b1b1!important;
}

input.ng-dirty.ng-invalid {
  border: 1px solid red !important;
  box-shadow: 0 0 5px 1px rgba(255, 0, 0, 0.2) inset !important;
}

@media only screen and (max-width: 1600px) {
  .left-bar, .cart .left-bar {
    width: 450px;
  }
  .right-side {
    width: calc(100% - 450px)!important;
    padding-left: 50px;
  }
  .login-form {
    width: 400px;
  }
  .box.mr-lg-5 {
    margin-right: 15px!important;
  }
  .box {
    width: 350px;
  }
  .product {
    width: 700px;
  }
  .logo {
    width: 200px;
  }
}

@media only screen and (max-width: 1280px) {
  .cart .left-bar {
    width: 350px;
  }
  .right-side {
    padding-left: 0;
  }
}


@media only screen and (max-width: 992px) {
  .left-bar, .right-side, .login-form, .register-form, .product, .cart .left-bar {
    width: 100% !important;
    height: auto!important;
  }
  .left-bar {
    order: 2;
  }
  .logo {
    width: 150px;
  }
}

@media only screen and (max-width: 576px) {
  .box {
    width: 100%;
  }
}
