@media only screen and (min-width: 992px) {
  .g-hide-lg {
    display: none !important;
  }

  html {
    font-size: 16px;
  }

  body.nav-open {
    overflow: auto;
  }


  .g-margin-left-over-5 {
    margin-left: -5px;
  }

  .search-input-wrapper {
    width: 800px;
  }

  .carousel-padding:hover .arrow-carousel {
    display: flex;
  }

  .site .item-title {
    font-size: 15px;
  }

  .nav-custom .navbar-nav {
    /*position: relative;*/
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
  }


  .site .span-language-wrapper {
    display: flex;
    height: 20px;
    padding: 0;
  }

  .site .transaction-title {
    font-weight: 400;
    }

  .site .subject-field-input {margin-bottom: 0;
  }
  .subSubject-field div[class*='placeholder'] {
    font-size: 11px;
  }
  .site .btn-change-pass {
    font-size: 0.875rem;
  }

  .site .margin-right-0-md-lg {
    margin-right: 0px;
    margin-top: 50px;
  }

  .cart-container .text-align {
    text-align: right;
  }

  .site .checkbox-sub-order-number {
    margin-top: 0px;
  }
  .checkbox-sub-order-number span {
    word-break: break-word;
    max-width: 175px;
  }
  .text-item-catalogue{
    min-height: 70px;
  }
  .listItem-container{
    min-height: 335px;
  }

}
