@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

.order-now-btn {
  width: 100%;
}

.order-form {
  position: relative;
}

.order-form-modal.fade .modal-dialog {
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
  right: 0;
}

.order-form-modal.fade.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.order-form-modal.fade.show {
  display: block;
}

.modal-close {
  background: none;
  opacity: 1;
  padding-bottom: 15px;
  padding-right: 15px;
}

.modal-close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #103FD3;
}

.modal-close:hover {
  opacity: 1;
}

.modal-close:hover span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.order-form-modal .invalid-feedback {
  -webkit-text-emphasis: left;
          text-emphasis: left;
}

.order-form-modal .modal-content {
  border: none;
  width: 90%;
  margin: 60px auto;
}

.order-form-modal .modal-header {
  border-bottom: none;
}

.modal-dialog {
  position: absolute;
  right: 50px;
  width: 600px;
  margin: 50px 0;
}

.modal-title {
  font-family: 'MaximaNouva-Bold';
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #103FD3;
}

.product-form {
  width: 80%;
}

.product-form .product-code-input:disabled, .product-form .product-code-input[readonly] {
  background-color: transparent !important;
}

.product-form input {
  color: #000;
  padding: 0 0 6px 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #828282;
  opacity: 1;
}

.product-form .form-group {
  margin-bottom: 30px;
}

.product-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-form .invalid-feedback {
  color: #FF4343;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.product-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #50505066;
  opacity: 1;
  /* Firefox */
}

.product-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #50505066;
  opacity: 1;
  /* Firefox */
}

.product-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #50505066;
  opacity: 1;
  /* Firefox */
}

.product-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #50505066;
  opacity: 1;
  /* Firefox */
}

.product-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #50505066;
}

.product-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #50505066;
}

.product-form .submit-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background: #103FD3;
  border-radius: 10px;
  padding: 15px 30px;
}

@media screen and (max-width: 992px) {
  .search-form-container {
    padding-top: 130px;
  }
  .search-form-container .nav-search-input {
    border-bottom: 1px solid #103FD3;
    border-radius: 0;
  }
  .empty-state video {
    max-width: 85%;
  }
}

@media screen and (min-width: 992px) {
  .order-form-modal .modal-header {
    padding: 45px 15px 0;
  }
  .order-form-modal .modal-content {
    border-radius: 10px;
    margin: 0;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 20px;
  }
  .order-form-modal .form-group {
    margin-bottom: 40px;
  }
  .searched-params-info-section {
    padding-top: 130px;
  }
}

.searched-params-info-section .searched-params-info {
  padding: 20px;
  background: #F9F9F9;
  border-radius: 10px;
}

.searched-params-info-section .searched-keyword {
  font-size: 20px;
  line-height: 24px;
  color: #110707;
  font-family: 'MaximaNouva-Bold';
}

.searched-params-info-section .searched-results {
  font-size: 16px;
  line-height: 19px;
}

.searched-params-info-section .search-term,
.searched-params-info-section .search-category {
  color: #110707;
  font-family: 'MaximaNouva-Bold';
}

.results-container {
  margin-top: 50px;
}

.results-container .category-search {
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#103FD3), to(#0056A4));
  background: linear-gradient(90deg, #103FD3 0%, #0056A4 100%);
  padding: 18px 30px;
  border-radius: 30px;
}

.results-container .empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searched-params-info-skeleton {
  height: 134px;
  background: #F9F9F9;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .searched-params-info-skeleton {
    height: 115px;
  }
}

.product-cards-container {
  margin-top: 0;
  padding-top: 0;
}
