@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-sample-size {
  font-size: 16px;
  font-family: 'MaximaNouva-Bold';
  line-height: 15px;
  color: #505050;
}

.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-title {
  color: #103FD3;
  font-size: 20px;
  line-height: 30px;
  font-family: 'MaximaNouva-Bold';
}

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

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

.msds-link {
  font-size: 15px;
  line-height: 16px;
  color: #103FD3;
  font-weight: 600;
}

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

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

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

.number {
  border: 1px solid #103FD3;
  border-radius: 5px;
  color: #103FD3;
  font-family: 'MaximaNouva-Bold';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  height: 40px;
}

.number button {
  background-color: transparent;
  border: none;
  width: 30px;
  font-size: 17px;
  color: #103FD3;
}

.number button:hover {
  cursor: pointer;
}

.number .minus {
  height: 25px;
  position: relative;
}

.number .minus:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 11px;
  width: 8px;
  border-bottom: 2px solid #103FD3;
}

.number input {
  border: none;
  text-align: center;
}

.product-action-buttons {
  padding-top: 15px;
}

.quantity-text {
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  color: #103FD3;
}

.varient-card {
  padding: 40px 20px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

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

.varient-card .minus:after {
  border-color: #000000;
}

.varient-card .product-title {
  width: 100%;
}

.varients-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.varients-container .quantity-text {
  color: #110707;
}

.varients-container .number {
  border: 1px solid #110707;
  color: #110707;
}

.varients-container input {
  color: #110707;
}

.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%;
  bottom: 0;
  margin: 0;
  right: 0;
  height: 100vh;
}

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

.request-bulk-order-btn {
  color: #103FD3;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.request-bulk-order-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(226deg);
          transform: translateY(-50%) rotate(226deg);
  border-bottom: 2px solid #103FD3;
  border-left: 2px solid #103FD3;
  height: 10px;
  width: 10px;
}

.request-bulk-order-btn:hover {
  cursor: pointer;
}

.technicLservice-title {
  font-size: 28px;
  line-height: 33px;
  color: #505050;
  font-family: 'MaximaNouva-Bold';
}

.other-grades-title {
  font-size: 28px;
  line-height: 33px;
  color: #103FD3;
  font-family: 'MaximaNouva-Bold';
  padding-bottom: 30px;
}

.services-redirection {
  padding-left: 50px;
  padding-right: 50px;
}

.technical-services-section {
  padding: 120px 0 85px;
}

.services-text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #828282;
}

@media (min-width: 576px) {
  .services-text {
    font-size: calc(0.23148148vw + 16.66666667px);
  }
}

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

@media (min-width: 576px) {
  .services-text {
    line-height: calc(0.23148148vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .services-text {
    line-height: 30px;
  }
}

.coa-container {
  background: -webkit-gradient(linear, left bottom, left top, from(#0e1b5c), to(#0064bf));
  background: linear-gradient(360deg, #0e1b5c 0%, #0064bf 100%);
  border-radius: 10px;
  padding: 30px 20px;
  color: #FFFFFF;
}

.coa-section {
  padding-top: 80px;
}

.coa-title {
  font-size: 32px;
  line-height: 42px;
  font-family: 'MaximaNouva-Bold';
}

@media (min-width: 576px) {
  .coa-title {
    font-size: calc(2.66203704vw + 16.66666667px);
  }
}

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

@media (min-width: 576px) {
  .coa-title {
    line-height: calc(2.77777778vw + 26px);
  }
}

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

.coa-form-info {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 30px 0 20px;
}

.form-instruction {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

@media (min-width: 576px) {
  .form-instruction {
    font-size: calc(0.23148148vw + 12.66666667px);
  }
}

@media (min-width: 1440px) {
  .form-instruction {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .form-instruction {
    line-height: calc(-0.11574074vw + 20.66666667px);
  }
}

@media (min-width: 1440px) {
  .form-instruction {
    line-height: 19px;
  }
}

.coa-link {
  font-size: 14px;
  line-height: 20px;
  color: #dcdcdc;
  letter-spacing: 0.02em;
}

@media (min-width: 576px) {
  .coa-link {
    font-size: calc(0.23148148vw + 12.66666667px);
  }
}

@media (min-width: 1440px) {
  .coa-link {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .coa-link {
    line-height: calc(-0.11574074vw + 20.66666667px);
  }
}

@media (min-width: 1440px) {
  .coa-link {
    line-height: 19px;
  }
}

.coa-link:hover {
  color: #FFFFFF;
}

.coa-error {
  opacity: 0;
  display: inline;
  color: #FFFFFF;
}

.pictogram-div {
  display: none;
}

.pictograms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coa-form {
  border-radius: 10px;
  position: relative;
}

.coa-form input {
  color: #000000;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
}

.coa-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 0.3;
  /* Firefox */
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

.coa-form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 0.3;
  /* Firefox */
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

.coa-form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 0.3;
  /* Firefox */
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

.coa-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 0.3;
  /* Firefox */
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

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

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

.coa-form input:focus, .coa-form input:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

.coa-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: auto 16px;
  border-radius: 10px;
  border: none;
  height: 50px;
  padding: 15px 16px;
}

.product-specifications-section {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #f9f9f9;
}

.product-specifications-accordion .accordion-button {
  font-size: 24px;
  line-height: 30px;
  color: #505050;
  letter-spacing: 0.02em;
  font-family: 'MaximaNouva-Bold';
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
}

@media (min-width: 576px) {
  .product-specifications-accordion .accordion-button {
    font-size: calc(0.46296296vw + 21.33333333px);
  }
}

@media (min-width: 1440px) {
  .product-specifications-accordion .accordion-button {
    font-size: 28px;
  }
}

@media (min-width: 576px) {
  .product-specifications-accordion .accordion-button {
    line-height: calc(0.34722222vw + 28px);
  }
}

@media (min-width: 1440px) {
  .product-specifications-accordion .accordion-button {
    line-height: 33px;
  }
}

.product-specifications-accordion .accordion-button::after {
  content: "";
  height: 13px;
  width: 13px;
  position: absolute;
  border-bottom-left-radius: 2px;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2.5px solid #505050;
  border-left: 2.5px solid #505050;
  background-image: none;
}

.product-specifications-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-specifications-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(87.77deg, #0064bf 0%, #0e1b5c 100.59%);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-specifications-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
  border-color: #FFFFFF;
}

.product-specifications-accordion .accordion-collapse.collapsing {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.product-specifications-accordion .accordion-item {
  background-color: #f9f9f9;
}

.product-specifications-accordion .accordion-item:not(.collapsed) {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #4568dc;
  border-radius: 0;
}

.specification-body {
  padding-bottom: 70px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
  letter-spacing: 0.02em !important;
  color: #110707 !important;
}

.specification-body p,
.specification-body li,
.specification-body span {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
  letter-spacing: 0.02em !important;
  color: #110707 !important;
}

.product-varient-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  margin-top: 85px;
}

.varient-card {
  border: 0.5px solid #0061bd;
  border-radius: 10px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.pictogram-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.product-grades .accordion-item {
  background-color: transparent;
  border-bottom: 0;
}

.product-grades .accordion-collapse {
  color: #000000;
}

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

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

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

.product-grade-values .value-row {
  padding: 8px 0;
}

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

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

.value-row .grade-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

.inner-grade-box {
  padding: 30px 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.product-grades-table th {
  width: 20%;
  padding: 4px 15px 4px 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.product-grades-table th:nth-child(3) {
  width: 15%;
}

.product-grades-table th:nth-child(1) {
  width: 23%;
}

.product-grades-table th:nth-child(4) {
  width: 12%;
}

.product-grades-table th:nth-child(2) {
  width: 14%;
}

.product-grades-table th:nth-child(5) {
  width: 15%;
}

.product-grades-table tbody tr:first-child td {
  padding-top: 20px;
}

.product-grades-table tbody td {
  margin-right: 8px;
  padding: 10px 10px 10px 0px;
}

.product-grades-table {
  margin: 15px 0;
}

.more-details {
  color: #505050;
  font-size: 14px;
}

.more-details:hover {
  color: #505050;
}

.grade-table-name {
  color: #103FD3;
  font-size: 14px;
  line-height: 30px;
  font-family: 'MaximaNouva-Bold';
}

@media (min-width: 576px) {
  .grade-table-name {
    font-size: calc(0.69444444vw + 10px);
  }
}

@media (min-width: 1440px) {
  .grade-table-name {
    font-size: 20px;
  }
}

.order-now {
  color: #FFFFFF;
  padding: 6px 20px;
  background-color: #103FD3;
  border-radius: 10px;
  font-weight: 500;
  border: none;
}

.grade-row {
  padding: 6px 0;
}

.opened-product-grades {
  display: none;
}

.product-container {
  margin-bottom: 200px;
}

.product-code {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #103FD3;
}

.link-div {
  margin-bottom: 15px;
}

.other-grades-section {
  padding: 100px 0 30px;
}

.product-bottom-column .product-grades-table thead > tr {
  border-top: 0.5px solid #4568dc;
  border-bottom: 0.5px solid #4568dc;
}

.product-img-container img {
  background: #f9f9f9;
}

.product-skeleton-card {
  padding: 34px 20px;
  margin-bottom: 40px;
}

.product-skeleton-card .product-data {
  width: 60%;
}

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

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.h-40 {
  height: 40px;
}

.w-90 {
  width: 90px;
}

.h-20 {
  height: 20px;
}

.w-35 {
  width: 30px;
}

.h-35 {
  height: 35px;
}

@media (max-width: 1024px) {
  .product-grades-table {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
    border-block: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .product-grades-table::-webkit-scrollbar {
    display: none;
  }
  .product-grades-table th {
    padding-right: 50px;
  }
  .product-grades {
    overflow: hidden;
  }
  .other-grades-container {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .other-grades-container::-webkit-scrollbar {
    display: none;
  }
  .other-grades-container .product-grades-head {
    width: 800px;
  }
  .other-grades-container .product-grade-values .value-row {
    width: 800px;
  }
}

@media (min-width: 1024px) {
  .product-title {
    line-height: 40px;
  }
  .product-img-container img {
    width: 80%;
  }
  .other-grades-title {
    padding-bottom: 0;
  }
  .product-bottom-column {
    margin-top: 25px;
  }
  .w-60 {
    width: 60% !important;
  }
  .grade-row {
    position: relative;
  }
  .grade-row.active {
    background-color: #FFFFFF;
  }
  .grade-row.active:before {
    position: absolute;
    content: "";
    top: 8px;
    right: -24px;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 3px solid #103FD3;
    border-right: 3px solid #103FD3;
    border-top-right-radius: 3px;
  }
  .grade-table-container {
    display: none;
  }
  .grade-row {
    margin: 6px 18px 6px 0;
  }
  .grade-row:hover {
    cursor: pointer;
  }
  .inner-grade-box {
    padding: 30px 30px;
  }
  .product-grades-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-grade-column {
    width: 28%;
  }
  .product-grade-column .accordion-collapse {
    position: absolute;
    right: 0;
    top: 0;
    width: 67%;
  }
  .opened-product-grades {
    width: 67%;
    display: block;
  }
  .product-grades {
    padding: 50px 30px;
    margin-top: 50px;
  }
  .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;
  }
  .attributes.first-column {
    padding-right: 60px;
  }
  .product-data-container .request-bulk-order-btn {
    margin: 0;
  }
  .product-data-container .order-now-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-data-container .attribute {
    padding: 3px 0;
  }
  .product-title {
    display: block;
    padding-bottom: 10px;
  }
  .product-varient-section {
    padding: 100px 0;
    margin-top: 100px;
  }
  .product-specifications-accordion .accordion-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-specifications-section {
    padding-top: 75px;
  }
  .technical-services-section {
    padding: 150px 0 90px;
  }
  .coa-container {
    background: linear-gradient(87.77deg, #0064bf 0%, #0e1b5c 100.59%);
  }
  .coa-div {
    width: 80%;
    margin: 0 auto;
  }
  .coa-title {
    width: 36%;
  }
  .coa-form-container {
    width: 50%;
  }
  .coa-form input {
    padding: 0 10px;
  }
  .coa-form-info {
    padding: 0 0 20px;
  }
  .coa-search-btn {
    padding: 15px 20px;
  }
}
