@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;
}

.breadcrumb-list-item {
  padding-right: 5px;
}

.breadcrumb-list-item a {
  color: #505050;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.breadcrumb-list-item.active {
  color: #8e8e8e;
}

.product-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #505050;
}

@media (min-width: 576px) {
  .product-title {
    font-size: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .product-title {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .product-title {
    line-height: calc(1.73611111vw + 30px);
  }
}

@media (min-width: 1440px) {
  .product-title {
    line-height: 55px;
  }
}

.search-error {
  opacity: 0;
  display: inline;
}

.product-data {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #828282;
}

@media (min-width: 576px) {
  .product-data {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .product-data {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .product-data {
    line-height: calc(0.92592593vw + 20.66666667px);
  }
}

@media (min-width: 1440px) {
  .product-data {
    line-height: 34px;
  }
}

.landing-section {
  padding-bottom: 30px;
}

.landing-section img {
  border-radius: 10px;
}

.product-type-div {
  background: -webkit-gradient(linear, right top, left top, from(#0156A4), to(#0165BF));
  background: linear-gradient(270deg, #0156A4 0%, #0165BF 100%);
  border-radius: 30px;
  padding: 18px 25px;
}

.product-type-title {
  font-size: 20px;
  font-family: 'MaximaNouva-Bold';
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.categories-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #505050;
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .categories-title {
    font-size: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .categories-title {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .categories-title {
    line-height: calc(1.62037037vw + 30.66666667px);
  }
}

@media (min-width: 1440px) {
  .categories-title {
    line-height: 54px;
  }
}

.radio-text {
  font-size: 18px;
  line-height: 21px;
  color: #5A5A5A;
  font-weight: 400;
  margin-bottom: 0;
  width: 80%;
}

.radio-btn {
  height: 19px;
  width: 19px;
  border: 1px solid #103FD3;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.radio-btn::before {
  content: '';
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
}

.radio-btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 25px;
}

.radio-btn-div.active .radio-text {
  color: #000000;
}

.radio-btn-div.active .radio-btn:before {
  background: #103FD3;
}

.radio-btn-div:hover {
  cursor: pointer;
}

.product-categories-container {
  padding: 40px 20px;
}

.search-product-form {
  border-radius: 50px;
  border: 0.35px solid #103FD3;
  position: relative;
  width: 80%;
}

.product-input-field {
  border-radius: 50px;
  height: 50px;
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 0 10px;
}

@media (min-width: 576px) {
  .product-input-field {
    font-size: calc(0.23148148vw + 10.66666667px);
  }
}

@media (min-width: 1440px) {
  .product-input-field {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .product-input-field {
    line-height: calc(0.34722222vw + 17px);
  }
}

@media (min-width: 1440px) {
  .product-input-field {
    line-height: 22px;
  }
}

.product-input-field:focus-visible {
  outline: none;
}

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

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

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

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

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

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

.product-search-btn {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #103FD3;
  position: absolute;
  top: 0;
  right: 0;
}

.product-search-btn span {
  color: #FFFFFF;
}

.product-search-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-cards-container {
  padding-top: 30px;
}

.filter-popup-btn {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #103FD3;
  border: none;
  position: relative;
  z-index: 10;
}

.filter-popup-btn span {
  height: 2px;
  width: 58%;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 18px;
}

.filter-popup-btn span:nth-child(2) {
  width: 43%;
  top: 26px;
}

.filter-popup-btn span:nth-child(3) {
  width: 23%;
  top: 34px;
}

.add-to-cart-div .default-btn {
  padding: 11px 20px;
}

.product-card {
  border: 0.5px solid #103FD3;
  border-radius: 10px;
  padding: 34px 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.product-card:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  z-index: -1;
}

.product-code-pack-size {
  color: #103FD3;
  font-size: 16px;
}

.product-img-container {
  height: 138px;
  width: 138px;
  margin-right: 35px;
}

.msds-container {
  border-bottom: 0.5px solid #5A5A5A;
}

.product-price {
  font-size: 16px;
  line-height: 19px;
  font-family: 'MaximaNouva-Bold';
  color: #103FD3;
}

@media (min-width: 576px) {
  .product-price {
    font-size: calc(0.23148148vw + 14.66666667px);
  }
}

@media (min-width: 1440px) {
  .product-price {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .product-price {
    line-height: calc(0.23148148vw + 17.66666667px);
  }
}

@media (min-width: 1440px) {
  .product-price {
    line-height: 21px;
  }
}

.attribute, .attribute-value {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #110707;
}

.attribute-value {
  font-family: 'MaximaNouva-Bold';
}

.request-bulk-order-btn {
  border: 0.5px solid #103FD3;
  color: #103FD3;
}

.request-bulk-order-btn:hover {
  color: #103FD3;
}

.msds-container svg {
  height: 17px;
}

.msds-container a {
  font-size: 14px;
  line-height: 16px;
  color: #103FD3;
}

.product-name, .product-name-container .price {
  font-size: 24px;
  font-family: 'MaximaNouva-Bold';
  line-height: 26px;
  letter-spacing: 0.01em;
}

.product-name {
  color: #103FD3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-attributes {
  padding: 20px 0;
}

.no-data-div {
  display: none;
}

.pack-size {
  height: 24px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
  font-family: 'MaximaNouva-Bold';
  color: #000000;
  border: 0.5px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-action-buttons .default-btn {
  width: 100%;
}

.product-list {
  padding-bottom: 100px;
}

.pagination-btn {
  opacity: 0;
}

.filter-type-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 2000;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.filter-type-btn svg {
  margin-left: -4px;
}

.product-skeleton-card {
  border: 0.5px solid #103FD3;
  border-radius: 10px;
  padding: 34px 20px;
  margin-bottom: 40px;
}

.skeleton-img-container {
  height: 130px;
  width: 130px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.h-40 {
  height: 40px;
}

.w-90 {
  width: 90px;
}

.h-20 {
  height: 20px;
}

.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;
}

.product-grades-container {
  background-color: #F9F9F9;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
}

.table-heading, .product-grade-value, .product-code-value {
  font-size: 14px;
  line-height: 16px;
  color: #110707;
  letter-spacing: 0.01em;
  font-family: 'MaximaNouva-Bold';
}

.product-code-value {
  color: #103FD3;
}

.product-grade-value {
  font-weight: 400;
}

.value-row > .col-lg-6 {
  padding-top: 20px;
}

.value-row p {
  margin-bottom: 0;
}

.value-row .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show-more {
  font-size: 14px;
  line-height: 14px;
  font-family: 'MaximaNouva-Bold';
  color: #103FD3;
  margin-top: 20px;
  background: transparent;
  border: none;
  position: relative;
}

.show-more::before {
  content: '';
  position: absolute;
  right: -12px;
  border-bottom-left-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 11px;
  height: 11px;
  border-left: 2px solid #103FD3;
  border-bottom: 2px solid #103FD3;
}

.right-title-box {
  display: none;
}

@media (max-width: 1024px) {
  .filter-categories {
    position: fixed;
    bottom: -100vh;
    right: 0;
    background: white;
    z-index: 1030;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 60px 20px 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .filter-categories.show {
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .search-page .product-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .right-title-box {
    display: block;
  }
  .product-grades-head {
    margin-bottom: 10px;
  }
  .product-grades-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-grades-head .col-lg-6 {
    width: 45% !important;
  }
  .value-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .value-row .col-lg-6 {
    width: 45% !important;
  }
  .value-row .col-lg-6:nth-child(even) {
    position: relative;
  }
  .value-row .col-lg-6:nth-child(even)::before {
    position: absolute;
    content: '';
    left: -35px;
    top: 0;
    height: 100%;
    width: 1px;
    border-right: 0.25px solid #110707;
  }
  .value-row:nth-child(1) .col-lg-6 {
    padding-top: 0;
  }
  .product-grades-container {
    padding: 20px 30px;
  }
  .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;
  }
  .product-input-field {
    padding: 0 20px;
  }
  .landing-section {
    padding-bottom: 100px;
  }
  .search-product-form {
    border-radius: 70px;
    width: 100%;
  }
  .product-input-field {
    border-radius: 70px;
  }
  .product-search-btn {
    width: auto;
    padding: 0 66px;
  }
  .filter-categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-right: 40px;
  }
  .product-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
  }
  .product-data {
    width: 78%;
  }
  .product-card {
    padding: 30px;
    background-image: none !important;
  }
  .product-data-down-part {
    padding: 20px 0;
  }
  .msds-container {
    border-bottom: none;
  }
  .product-grades {
    padding-top: 20px;
  }
}

.category-skeleton-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.category-skeleton-loader .skeleton-item {
  background-color: #f0f0f0;
  height: 30px;
  border-radius: 4px;
  -webkit-animation: loading 1.5s infinite linear;
          animation: loading 1.5s infinite linear;
}

.category-skeleton-loader .skeleton-item.short {
  width: 60%;
}

.category-skeleton-loader .skeleton-item.long {
  width: 80%;
}

@-webkit-keyframes loading {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}

@keyframes loading {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}
