@media only screen and (max-width: 640px) {
  .p-oem__heading {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .sub-title {
    display: block;
    clear: both;
  }
}

.big_p_below_title {
  color: #656565;
  font-size: 20px;
  line-height: 24px;
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}

.order_type_2col {
  display: flex;
  flex-wrap: nowrap;
  clear: both;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .order_type_2col {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
  }
}
.order_type_2col__item {
  text-decoration: none;
  width: 100%;
}
.order_type_2col__item:hover {
  opacity: 0.8;
}
.order_type_2col__item__img {
  width: 100%;
}
.order_type_2col__item__content {
  border: 1px solid #F1F1F1;
  text-align: center;
  color: #3C3C3C;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.order_type_2col__item__content__title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.order_type_2col__item__content__description {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.order_type_2col__item__content__icon {
  margin-top: auto;
}

.oem_content {
  clear: both;
}
.oem_content__flow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 56px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .oem_content__flow {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.oem_content__flow__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.oem_content__flow__item:not(:last-child)::after {
  content: "";
  background-image: url("/NEWinc/images/customer-service/oem/right_angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: 30px;
  height: 100%;
  z-index: 4;
}
@media only screen and (max-width: 640px) {
  .oem_content__flow__item:not(:last-child)::after {
    background-image: url("/NEWinc/images/customer-service/oem/down_angle.svg");
    top: unset;
    bottom: -2%;
    transform: translateY(50%) translateX(50%);
    right: 50%;
  }
}
.oem_content__flow__item__step {
  color: #ACACAC;
  font-style: italic;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.oem_content__flow__item__title {
  font-size: 18px;
  color: #535353;
  margin-bottom: 13px;
}
.oem_content__flow__item__subtitle {
  font-size: 16px;
  color: #535353;
  margin-bottom: 13px;
}
.oem_content__flow__item__desc {
  color: #656565;
  line-height: 19.5px;
  font-size: 12px;
}

.oem_guideline {
  background: #F1F1F1;
  padding: 36px;
  margin-top: 36px;
}
.oem_guideline__title {
  font-size: 18px;
  color: #535353;
  margin-bottom: 23px;
}
.oem_guideline__table {
  margin-bottom: 0;
}
.oem_guideline__table tbody tr th {
  background-color: #E6E6E6 !important;
  text-align: center;
  font-weight: 600;
  font-size: 12px !important;
  color: #656565;
  border: 1px solid #F1F1F1;
  padding: 15px !important;
  vertical-align: middle;
}
.oem_guideline__table tbody tr th:hover {
  background-color: #E6E6E6 !important;
}
@media only screen and (max-width: 640px) {
  .oem_guideline__table tbody tr th {
    display: block;
  }
}
.oem_guideline__table tbody tr td {
  font-weight: 400;
  padding: 16px 24px !important;
  background-color: #FFF !important;
  font-size: 12px !important;
  color: #656565;
  border: 1px solid #F1F1F1;
  vertical-align: middle;
}
.oem_guideline__table tbody tr td:hover {
  background-color: #FFF !important;
}
@media only screen and (max-width: 640px) {
  .oem_guideline__table tbody tr td {
    display: block;
  }
}
.oem_guideline__table tbody tr:hover th {
  background-color: #E6E6E6 !important;
}
.oem_guideline__table tbody tr:hover td {
  background-color: #FFF !important;
}

.oem_contact_box {
  margin-top: 36px;
  text-align: center;
}
.oem_contact_box__text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
.oem_contact_box__btn {
  margin-bottom: 0;
}
.oem_contact_box__btn a {
  margin-bottom: 0;
}

.no-uppercase {
  text-transform: none;
}

.oem_wholesale {
  clear: both;
}
.oem_wholesale__txt {
  font-size: 12px;
  line-height: 24px;
}

.oem_cta {
  background: #171717;
  margin-top: 48px;
  padding: 48px 20px;
  text-align: center;
}
.oem_cta__inner {
  max-width: 800px;
  margin: 0 auto;
}
.oem_cta__title {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 12px;
  font-weight: 400;
}
.oem_cta__sub {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 24px;
}
.oem_cta__btn {
  margin: 0;
}
.oem_cta__btn a {
  background: #fff !important;
  color: #3c3c3c !important;
  border: 1px solid #3c3c3c;
  padding-right: 34px;
  position: relative;
}
.oem_cta__btn a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
}
.oem_cta__btn a:hover {
  background: #e6e6e6 !important;
  color: #3c3c3c !important;
}
.oem_cta__btn a:hover::after {
  border-color: #3c3c3c;
}

.brands_section {
  clear: both;
}
.brands_section:last-child {
  margin-bottom: 1.3em;
}
.brands_section .p-oem__heading {
  float: none;
}
.brands_section__concept {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .brands_section__concept {
    flex-direction: column;
  }
}
.brands_section__concept__img {
  flex: 0 0 calc(50% - 15px);
  overflow: hidden;
}
.brands_section__concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.brands_section__concept__content {
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brands_section__concept__text {
  font-size: 12px;
  line-height: 24px;
  color: #656565;
  margin-bottom: 24px;
}
.brands_section__concept__buttons {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 640px) {
  .brands_section__concept__buttons {
    flex-direction: column;
  }
}

.brands_btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 34px 8px 20px;
  position: relative;
  transition: all 0.2s linear;
}
.brands_btn:hover {
  text-decoration: none;
}
.brands_btn--outline {
  background: #fff;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
}
.brands_btn--outline:hover {
  background: #171717;
  color: #fff;
}
.brands_btn--outline i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
.brands_btn--fill {
  background: #3c3c3c;
  color: #fff !important;
}
.brands_btn--fill:hover {
  background-color: #171717;
  color: #fff;
}
.brands_btn--fill::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}

.brands_lineup {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.brands_lineup__item {
  flex: 1;
  border: 1px solid #f1f1f1;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brands_lineup__item__img {
  width: 100%;
}
.brands_lineup__item__img img {
  width: 100%;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.brands_lineup__item__logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.brands_lineup__item__logo img {
  max-height: 34px;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brands_lineup__item__info {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.brands_lineup__item__title {
  font-size: 18px;
  color: #535353;
  margin-bottom: 0;
  line-height: 23px;
}
.brands_lineup__item__desc {
  font-size: 12px;
  color: #6b7280;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}
.brands_lineup--mb .brands_lineup__item__img img {
  height: 166px;
}
@media only screen and (max-width: 900px) {
  .brands_lineup {
    flex-wrap: wrap;
    gap: 10px;
  }
  .brands_lineup .brands_lineup__item {
    flex: 0 0 calc(50% - 8px);
  }
}
@media only screen and (max-width: 480px) {
  .brands_lineup {
    flex-direction: column;
    gap: 10px;
  }
  .brands_lineup .brands_lineup__item {
    flex: 0 0 auto;
  }
}/*# sourceMappingURL=customer-service.css.map */