@media only screen and (max-width: 1560px) {
  .header ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 1px;
  }

  .productCardU .productImgU img{
    height: 329px;
  }
}

@media only screen and (max-width: 1280px) {
  .sticker7 {
    position: absolute;
    bottom: -70px;
    right: -50px;
  }

  .sticker8 {
    position: absolute;
    top: -70px;
    left: -50px;
    z-index: 1;
    background-color: #54d6ff;
    padding: 23px 17px 0px 5px;
    border: 4px solid #fff;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    object-fit: cover;
    overflow: hidden;
  }

  .btn-primary {
    min-width: 130px;
  }
  .productCardU .productImgU img{
    height: 260px;
  }
}

@media only screen and (max-width: 1310px) {
  .btn-primary {
    min-width: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-primary {
    min-width: 110px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .form-register {
    background: #fff;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 25px;
    margin-top: 150px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .step {
    height: 100px;
    width: 100px;
    padding: 15px 0px;
  }

  .cont-md-center {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 768px) {
}

@media (min-width: 990px) and (max-width: 1200px) {
  i.cart-cstm {
    position: absolute;
    /*    bottom: 80px;*/
    top: 200px;
    right: 60px;
    padding: 10px;
    background: #145B3D;
    border-radius: 50%;
    color: #fff;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cont-sm-center {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .form-register {
    background: #fff;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 25px;
    margin-top: 150px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .step {
    height: 80px;
    width: 100%;
    border-radius: 0px !important;
    box-shadow: none !important;
  }

  .step h1 {
    font-size: 28px !important;
  }

  .step h4 {
    font-size: 14px !important;
  }

  /* After Bug Report */

  .login-modal button.close {
    position: absolute;
    top: 0;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #145B3D;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  }
  .productCardU .productImgU img {
    height: 340px;
}
  /* After Bug Report */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 495px) {
  .formBx .formBx-body {
    padding-left: 30px;
    padding-right: 30px;
  }

  a.navbar-brand {
    width: 160px;
  }
 
}

@media (min-width: 769px) and (max-width: 991px) {
  .input-icons i {
    top: 85px !important;
  }

  .footer .social ul li {
    font-size: 20px;
    color: #fff;
    min-width: 48px;
    min-height: 40px;
    padding: 6px;
    border-radius: 5px;
    border-bottom-left-radius: 18px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .input-icons i {
    top: 85px !important;
  }
}

@media (min-width: 351px) and (max-width: 381px) {
  .input-icons i {
    top: 108px !important;
  }
}
