﻿.supplier-hero-container {
  margin-bottom: 30px;
  padding: 4%;
}

.supplier-page-wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 420px;
  font-family: 'Roboto', sans-serif;
}

.supplier-page-shipping-info-steps li {
  margin: 0 0 5px 0 !important;
}

.supplier-page-shipping-info-steps ul {
  margin: 5px 0 !important;
}

.supplier-page-homepage-fullscreen {
  max-width: 100%;
  background-color: #fff;
  transition: 0.2s;
}

.supplier-page-homepage-fullscreen.supplier-menu.supplier-scrolling {
  transition: 0.2s;
  box-shadow: 0px 2px 4px rgba(32, 32, 36, 0.13);
  max-width: 420px;
}

.supplier-page-homepage-center-screen {
  max-width: 1280px;
  margin: auto;
}

.supplier-page-center-screen {
  max-width: 1280px;
  margin: auto;
}

.supplier-hero-images {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #c4c4c4;
  border-radius: 4.11584px;
  object-fit: cover;
  border: 1px solid #f2f2f2;
}

button.common-supplier-homepage-pages-start-selling-cta-button {
  width: 100%;
  color: #fff;
  padding: 7px 20px;
  border-radius: 4px;
  background-color: #ed7745;
}

a.common-supplier-pages-start-selling-cta-button {
  width: 100%;
  color: #fff;
  padding: 7px 20px;
  border-radius: 4px;
  background-color: #ed7745;
  display: block;
  text-align: center;
}

.supplier-hero-cta-container {
  display: flex;
  align-items: center;
}

.supplier-hero-cta-container input[type=submit] {
  background: #ed7745;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  height: 44px;
  width: 30%;
  min-width: 110px;
}

.supplier-hero-cta-container input {
  font-size: 14px;
  min-width: 160px;
  outline: none;
  max-height: 100%;
  width: 100%;
}

.supplier-hero-cta-error {
  display: flex;
  align-items: center;
}

p.supplier-hero-cta-error-text {
  color: #54545e;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 0;
  line-height: 16px;
  margin-top: 10px;
}

.supplier-hero-text-container .supplier-hero-header {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #202024;
}

p.supplier-hero-caption {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #3f3f47;
}

.supply-page-stats-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  row-gap: 40px;
  margin: 36px 0;
}

h4.supply-page-stats-stat-text {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-bottom: 4px;
}

p.supply-page-stats-caption-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 140px;
  margin: auto;
  color: #787878;
}

.supply-page-stats-stat-item-container {
  text-align: center;
}

.supply-page-stats-stat-item-container svg {
  height: 60px;
}

.supplier-page-why-suppliers-container {
  background: rgb(242 241 255 / 0.3);
  padding: 15px;
  margin-top: 50px;
  max-width: 1280px;
  margin: 0 auto;
}

.supplier-page-why-suppliers-container h3 {
  text-align: center;
  color: #202024;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.supplier-page-why-suppliers-card-container {
  background: #fff;
  padding: 25px 25px 15px 25px;
  margin-bottom: 20px !important;
  border-radius: 12px;
  border: 1px solid #f0f0f5;
  max-width: 320px;
  margin: auto;
}

.supplier-page-why-suppliers-container h4 {
  color: #3f3f47;
  font-weight: 500;
}

.supplier-page-why-suppliers-card-container p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d7a;
  line-height: 28px;
}

.supplier-page-why-suppliers-card-container ul {
  margin-left: 20px;
}

.supplier-page-how-it-works-container.supplier-page-containers {
  background: rgb(242 241 255 / 0.3);
  padding-bottom: 10px;
}

.supplier-page-how-it-works-container.supplier-page-containers h3 {
  padding: 30px 0 10px 0;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #202024;
  font-weight: 500;
}

.supplier-page-card {
  background: #fff;
  margin: 20px;
  border-radius: 13px;
  border: 1px solid #f0f0f5;
  padding: 30px 30px 0px 30px;
}

.supplier-page-how-it-works {
  display: flex;
  margin-bottom: 25px;
}

.supplier-page-how-it-works-icons-container svg {
  min-width: 40px;
  min-height: 40px;
  margin: 0 auto;
}

.supplier-page-how-it-works-text-container {
  margin: 0 0 0 15px;
}

.supplier-page-how-it-works-text-container svg {
  margin-right: 5px;
}

.supplier-page-how-it-works-text-container h4 {
  font-size: 16px;
  line-height: 20px;
  color: #3f3f47;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.supplier-page-how-it-works-text-container p {
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #6d6d7a;
  margin-bottom: 0;
}

.supplier-page-how-it-works-icons-container {
  display: grid;
  row-gap: 10px;
}

.supplier-page-how-it-works-text-container span {
  font-size: 14px;
  line-height: 20px;
  color: #6d6d7a;
  margin-right: 10px;
  display: block;
}

h2.supplier-page-start-selling-title {
  font-size: 24px;
  line-height: 36px;
  color: #3f3f47;
}

a.supplier-page-start-selling-button {
  background: #ed7745;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 5px;
}

a.supplier-page-start-selling-button:focus, a.supplier-page-start-selling-button:hover {
  color: #fff;
}

.supplier-page-start-selling-container {
  margin: 0 0 48px 30px;
}

p.supplier-page-start-selling-caption {
  font-size: 18px;
  color: #3f3f47;
  font-weight: 400;
  margin-bottom: 32px;
  font-weight: normal;
  line-height: 28px;
  color: #3f3f47;
}

.supplier-page-why-suppliers-card-container span {
  display: block;
  font-size: 16px;
  color: #6d6d7a;
  font-weight: 400;
  margin-bottom: 5px;
}

.supplier-page-ease-of-business-item-list span svg {
  margin: 0 10px 0 0;
}

.supplier-page-why-suppliers-card-container svg {
  margin: 10px 0 20px 0;
}

.supplier-page-why-suppliers-card-container p div span svg {
  margin: 0 10px 0 2px;
}

.supplier-page-supplier-reviews-container h2 {
  font-size: 20px;
  font-weight: 500;
  color: #202024;
  margin: 30px 40px 10px 30px;
  text-align: center;
}

.supplier-page-review-container {
  background: rgb(201 198 255 / 0.125);
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgb(201 198 255 / 0.2);
  min-width: 310px;
  margin-right: 10px;
  position: relative;
  max-width: 340px;
}

.supplier-page-supplier-reviews-container {
  margin-bottom: 30px;
}

.supplier-page-review-box {
  display: flex;
  overflow: scroll;
  padding: 15px;
}

.supplier-page-review-container h6 {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #54545e;
  font-weight: 500;
}

.supplier-page-review-container span {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #3f3f47;
}

.supplier-page-review-container p {
  margin: 10px 0 25px 0;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #3f3f47;
}
.supplier-pages-back-quotes-icon {
  position: absolute;
  top: 12px;
  left: 10px;
}

img.common-video-placeholder-image {
  width: 280px;
  height: 174px;
  border-radius: 8px;
}

svg.common-video-placeholder-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.common-supplier-pages-homepage-start-selling-cta-container {
  display: block;
  position: fixed;
  bottom: 0;
  padding: 10px;
  box-shadow: 0 -4px 8px 0 rgba(32, 32, 36, 0.13);
  width: 100%;
  background: #fff;
}

.common-supplier-pages-start-selling-cta-container {
  display: block;
  position: fixed;
  bottom: 0;
  padding: 10px;
  box-shadow: 0 -4px 8px 0 rgba(32, 32, 36, 0.13);
  width: 100%;
  background: #fff;
  max-width: 420px;
}

.common-video-placeholder-image-container {
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}

.supplier-page-homepage-fullscreen.supplier-menu {
  height: 57px;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  max-width: 420px;
}

.common-supplier-pages-menu-mobile-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
}

a.common-supplier-page-learn-more-link {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  color: #3370ff;
}

a.common-supplier-page-learn-more-link svg {
  margin-left: 10px;
}

.supplier-pages-menu-logo-link {
  z-index: 999;
}

a.common-supplier-pages-menu-login-button {
  background: transparent;
  border: 1px solid #ed7745;
  border-radius: 4px;
  display: flex;
  color: #ed7745;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
}

a.common-supplier-pages-menu-login-button:focus, a.common-supplier-pages-menu-login-button:hover {
  color: #ed7745;
}

img.supplier-pages-menu-logo {
  width: 75px;
  height: 30px;
  margin-left: 50px;
  z-index: 100;
}

.common-supplier-pages-menu-left-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.supplier-pages-footer-container {
  padding: 30px 20px 20px 20px;
  background: #f9f9fb;
}

.supplier-pages-footer-logo-container p {
  font-size: 16px;
  color: #54545e;
  padding: 20px 10px 10px 0;
}

.supplier-pages-footer-links-container h6,
.supplier-pages-contact-us-container h6 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.supplier-pages-footer-links-container {
  display: grid;
  row-gap: 6px;
  margin-bottom: 30px;
}

.supplier-pages-footer-links-container a,
.supplier-pages-contact-us-container span {
  color: #3f3f47;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.supplier-pages-footer-links-container a:focus, .supplier-pages-footer-links-container a:hover {
  color: #3f3f47;
}

.supplier-pages-copyrights-container {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.supplier-pages-social-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d7d7e0;
  padding-top: 10px;
  margin-top: 30px;
}

.supplier-pages-social-media-container a {
  margin: 0 7px;
  margin-top: 10px;
}

.supplier-pages-contact-us-container h6 {
  margin-bottom: 10px;
}

p.supplier-hero-input-error {
  margin: 0;
}

.supplier-hero-input-container {
  border: 1px solid #d7d7d7;
  padding: 0 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  width: 70%;
  min-width: 190px;
  height: 44px;
  border-right: none;
  outline: none;
  display: flex;
  align-items: center;
}

span.supplier-hero-input-country-code {
  margin-right: 10px;
}

.common-mobile-menu-dropdown-container {
  display: flex;
  top: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  max-width: 420px;
  margin: 0 auto;
}

.common-mobile-menu-dropdown-container.supplier-transitions {
  visibility: visible;
  opacity: 1;
}

.common-mobile-menu-dropdown-card-container {
  background: #fff;
}

.common-mobile-menu-dropdown-card-container a {
  display: block;
  font-size: 14px;
  color: #3f3f47;
  margin: 0 50px 25px 25px;
}

.common-mobile-menu-dropdown-card-container svg {
  margin: 25px 25px 0 25px;
}

.supplier-pages-how-it-banner-text-container {
  background: #f9f9fb;
  padding: 1px 20px 5px 20px;
}

.supplier-pages-how-it-banner-text-container .supplier-pages-banner-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #202024;
  margin-bottom: 0;
  margin-top: 10px;
}

.supplier-pages-how-it-banner-text-container p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #3f3f47;
}

.supplier-pages-how-it-payment-cycle-container {
  text-align: center;
  padding: 20px;
}

.supplier-pages-how-it-payment-cycle-container p {
  font-size: 14px;
  color: #3f3f47;
}

.supplier-pages-how-it-payment-cycle-container h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #202024;
  font-weight: 500;
}

.supplier-hero-cta-error-text a {
  color: #3370ff;
}

.supplier-pages-how-it-how-much-container {
  text-align: center;
  background: #fff;
  padding: 20px;
}

.supplier-pages-how-it-how-much-container h4 {
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #f0f0f5;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #202024;
}

.supplier-pages-how-it-how-much-container .how-much-paid-subtext {
  border-right: 1px solid #f0f0f5;
  border-left: 1px solid #f0f0f5;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}

.supplier-pages-how-it-amount-formula-item h6 {
  padding: 10px 50px;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #f0f0f5;
  color: #3f3f47;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.common-supplier-pages-left-sidebar-nav-container {
  display: none;
}

.supplier-pages-how-it-amount-formula-item p {
  color: #6d6d7a;
  font-size: 14px;
}

.supplier-pages-how-it-formula-icon {
  font-size: 48px !important;
  font-weight: 300;
  padding: 5px 0;
}

a.common-supplier-page-sidebar-title {
  font-size: 18px;
  color: #3f3f47;
  display: block;
}

.supplier-pages-how-it-amount-formula-container {
  padding: 20px;
  background: #f9f9fb;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #f0f0f5;
}

.supplier-pages-how-it-not-charging-container h4 {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #3f3f47;
  font-weight: 400;
  padding: 10px 40px;
  border-radius: 0 !important;
  width: 93%;
  margin: 0 auto;
  border: 0;
  grid-column: span 3;
}

.supplier-page-toggle-box-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.supplier-page-toggle-box-container {
  border-bottom: 1px solid #f0f0f5;
}

.supplier-page-toggle-box-header-container h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #3f3f47;
  margin: 0;
}

.supplier-page-how-work-register-container {
  margin: 0 20px 20px 20px;
}

div#sp-hw-register .supplier-page-how-work-register-container p {
  margin-bottom: 24px;
}

.supplier-page-toggle-box-container h5 {
  border-left: 4px solid #ed7745;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f47;
  padding-left: 10px;
  margin: 24px 0 20px 0;
}

.supplier-page-how-work-register-container p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #54545e;
}

.supplier-page-how-works-register-requirements-container li,
.supplier-page-how-work-register-container li {
  list-style: none;
  font-size: 14px;
  color: #54545e;
  margin: 0 10px;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-weight: 400;
}

.supplier-page-how-work-register-container ul {
  margin-top: 12px;
  margin-left: 4px;
}

.supplier-page-how-works-register-requirements-container ul,
.supplier-page-shipping-returns-list-container ul {
  border-left: 1px solid #b4b4be;
  margin-top: 12px;
  margin-left: 4px;
  padding-left: 6px;
}

.supplier-page-how-works-register-requirements-container li::before {
  content: '-';
  position: absolute;
  margin-left: -10px;
}

.supplier-page-how-work-register-video-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
}

.supplier-page-how-work-register-container img.common-video-placeholder-image {
  min-width: 136px;
  min-height: 92px;
  width: 136px;
  height: 92px;
  border-radius: 8px;
}

.supplier-page-how-work-register-video-container span {
  font-size: 16px;
  font-weight: 500;
  color: #3f3f47;
  padding: 0 20px;
  min-width: 200px;
}

ul.supplier-pages-getting-orders-list-container {
  list-style: none;
  margin-top: 20px;
}

ul.supplier-pages-getting-orders-list-container li {
  margin: 5px 0 5px 5px;
  display: grid;
  grid-template-columns: 1fr 45fr;
  align-items: baseline;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f47;
}

ul.supplier-pages-getting-orders-list-container li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ed7745;
}

.supplier-page-toggle-box-container h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f47;
}

.supplier-page-shipping-info-steps {
  display: flex;
  margin-bottom: 20px;
}

span.supplier-page-shipping-info-number {
  padding: 10px 17.5px;
  background: #fef7fa;
  height: fit-content;
  border-radius: 8px;
  color: #ed7745;
  margin-right: 10px;
}

.supplier-page-shipping-returns-list-container span {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.supplier-page-shipping-returns-list-container {
  margin-bottom: 20px;
}

.supplier-pages-how-it-disclaimer-item p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
}

.supplier-page-background-circle {
  position: absolute;
  width: 76px;
  height: 76px;
  background: #fef7fa;
  border-radius: 50%;
  top: -12px;
}

.supplier-page-grow-business-benefits-item-container {
  margin: 0 0 40px 0;
  position: relative;
}

.supplier-page-grow-business-benefits-item-container hr {
  width: 15px;
  border: 1px solid #ed7745;
  margin-top: 0;
}

.supplier-page-grow-business-benefits-item-container h6 {
  font-weight: 600;
  color: #3f3f47;
  padding-top: 5px;
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
}

.supplier-page-grow-business-benefits-item-container p,
.supplier-page-grow-business-benefits-item-container hr {
  margin-left: 30px;
  max-width: 66%;
  position: relative;
}

.supplier-pages-grow-business-circle {
  min-width: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #feeff5;
  border-radius: 50%;
}

.supplier-pages-grow-business-steps-container {
  display: flex;
}

.supplier-pages-grow-business-steps-text-container h6 {
  margin: 0;
  padding: 0;
}

.supplier-pages-grow-business-steps-text-container {
  margin-left: 20px;
  margin-bottom: 15px;
}

.supplier-pages-grow-business-circle-line {
  width: 1px;
  height: 100%;
  border: 1px dashed #d7d7e0;
}

.supplier-pages-grow-business-circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-supplier-pages-menu-desktop-container {
  display: none;
}

.supplier-pages-homepage-banner-image {
  display: flex;
  max-width: 320px;
  height: 270px;
  justify-content: center;
  margin: auto;
  margin-top: 60px;
}

.supplier-pages-pricing-tcs-disclaimer-container {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  bottom: 77%;
  left: 20%;
  align-items: center;
}

.supplier-pages-how-it-banner-container {
  margin-top: 60px;
}

.supplier-page-shipping-info-steps strong {
  font-weight: 500;
}

.supplier-page-grow-business-benefits-item-container h6 {
  margin-bottom: 8px;
}

.supplier-page-grow-business-benefits-item-container p {
  margin-bottom: 10px;
}

.supplier-pages-pricing-tcs-disclaimer-popup p {
  margin-bottom: 0;
}

.supplier-pages-pricing-tcs-disclaimer-popup p {
  font-size: 11px;
  transition: 0.2s;
  line-height: 13px;
  width: 196px;
  color: #fff;
  height: 55px;
  padding: 5.5px 15px 13.5px 16px;
  box-shadow: 0 2px 6px 0 rgba(33, 31, 39, 0.3);
  background-color: #36343b;
  border-radius: 5px;
  visibility: hidden;
}

.supplier-page-how-works-register-requirements-container p {
  margin-bottom: 10px !important;
}

.supplier-pages-body-wrapper {
  min-height: 100vh;
}

.supplier-pages-pricing-tcs-disclaimer-popup:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #36343b;
  visibility: hidden;
  position: absolute;
}
.supplier-page-toggle-box-container a {
  color: #3370ff;
}

.supplier-pages-how-it-amount-formula-item {
  position: relative;
  max-width: 82%;
  margin: auto;
}

.supplier-pages-pricing-tcs-disclaimer-popup {
  margin-bottom: 12px;
  margin-right: 15px;
}

.supplier-pages-pricing-tcs-disclaimer-icon:hover
  + .supplier-pages-pricing-tcs-disclaimer-popup:after,
.supplier-pages-pricing-tcs-disclaimer-icon:hover
  + .supplier-pages-pricing-tcs-disclaimer-popup
  p {
  visibility: visible;
}

.supplier-page-wrapper input[type=number]::-webkit-inner-spin-button, 
.supplier-page-wrapper input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}

.supplier-page-wrapper input:-webkit-autofill,
.supplier-page-wrapper input:-webkit-autofill:hover, 
.supplier-page-wrapper input:-webkit-autofill:focus, 
.supplier-page-wrapper input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important
}

.common-supplier-pages-video-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.common-video-placeholder-image-container {
  cursor: pointer;
}

p.supplier-pages-pricing-tcs-disclaimer-icon {
  width: fit-content !important;
  border: 1px solid #000;
  font-size: 11px;
  border-radius: 50%;
  padding: 4px 3px;
  font-weight: 600;
  line-height: 0;
}

.supplier-pages-category-commissions-container h4 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202024;
  margin: 20px 0;
}



p.supplier-pages-commission-category-percent {
  margin: 0;
  
}

div#sp-sr-returns-on-meesho p {
  margin-bottom: 20px;
}

.supplier-pages-how-it-not-charging-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
  border: 1px solid #f0f0f5;
  width: 90%;
  margin: auto;
  border-top: 0;
}



.supplier-pages-category-commission-category-title-container {
  width: 45%;
}

.supplier-page-how-works-register-requirements-container ul li {
  margin-bottom: 10px;
  font-weight: 400;
}

p.supplier-pages-category-chart-header-left,
p.supplier-pages-category-chart-header-right {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}

picture.supplier-pages-how-it-banner-picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.supplier-pages-commission-sub-category-container {
  transition: all 0.5s ease-in-out;
  grid-column: span 2;
  text-align: left;
}

p.supplier-pages-commission-category-title {
  font-size: 14px;
  font-weight: 500;
}

.supplier-pages-commission-chart-item-container {
  padding: 1rem 1.5rem 1rem 1rem;
}

.supplier-pages-commission-chart-item-container .supplier-pages-commission-category-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supplier-pages-commission-chart-item-container .supplier-pages-commission-category-percent {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.supplier-page-shipping-info-steps p {
  margin-bottom: 5px!important;
  display: flex;
  flex-direction: column;
}

.supplier-pages-category-chart-header-container {
  display: flex;
  justify-content: space-between;
  background: #787887;
  border-radius: 12px 12px 0px 0px;
  padding: 5px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.supplier-page-start-selling-item-wrapper {
  padding-left: 0px;
}

.supplier-pages-commission-chart {
  border: 1px solid #f0f0f5;
  border-radius: 0 0 12px 12px;
}

.supplier-pages-commission-chart .item-container-background {
  background: #F9F9FB;
}

.supplier-pages-category-commissions-container {
  max-width: 90%;
  margin: auto;
  margin-bottom: 30px;
}

.supplier-page-line-arrow-container {
  transform: rotate(90deg);
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-top: 15px;
}

.supplier-page-line-line {
  border-right: 2px dashed #e3a991;
  height: 8rem;
  transform: rotate(90deg);
}

.supplier-page-line-arrow-down {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #e3a991;
  margin-left: 38px;
}

ul.supplier-pages-getting-orders-list-container p {
  margin-left: 25px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.supplier-pages-sub-category-commission-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  height: 55px;
  padding-top: 8px;
}

@media screen and (min-width: 1280px) {
  
  .supplier-page-homepage-fullscreen.supplier-menu.supplier-scrolling, 
  .supplier-page-wrapper, 
  .common-supplier-pages-start-selling-cta-container, 
  .supplier-page-homepage-fullscreen.supplier-menu,
  .common-mobile-menu-dropdown-container {
    max-width: unset !important;
  }

  .common-supplier-pages-menu-desktop-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .common-supplier-page-menu-desktop-links-container a {
    margin-left: 30px;
    font-size: 14px;
    text-align: left;
    color: #3f3f47;
    transition: 0.2s;
  }

  .supplier-hero-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20rem;
    padding: 9.5% 0 3% 0;
    align-items: center;
  }

  .supplier-page-toggle-box-header-container svg {
    display: none;
  }

  .common-supplier-page-menu-desktop-links-container {
    margin-left: 30px;
  }

  img.supplier-pages-menu-logo {
    width: 145px;
    height: 55px;
  }

  .common-supplier-pages-menu-left-container {
    justify-content: flex-start;
  }

  a.common-supplier-pages-menu-login-button {
    width: 110px;
    height: 44px;
    font-size: 16px;
  }

  .supplier-hero-text-container {
    order: 1;
  }

  .supplier-pages-homepage-banner-image {
    order: 2;
  }

  .supply-page-stats-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .supplier-hero-text-container {
    margin-left: 40px;
  }

  .supplier-page-why-suppliers-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6rem;
    width: fit-content;
    margin: auto;
  }

  .supplier-page-review-box {
    justify-content: center;
  }

  .supplier-page-how-works-content-right-column hr {
    margin-bottom: 0;
  }

  .supplier-pages-video-container {
    display: flex;
  }

  .supplier-page-how-work-register-video-container span {
    font-size: 16px;
    font-weight: 500;
    color: #3f3f47;
    margin-bottom: 0;
    max-width: 210px;
  }

  .supplier-page-review-container {
    margin: 0 14px;
  }

  .supplier-page-why-suppliers-card-container span {
    margin-bottom: 0;
  }

  .supplier-page-how-it-works-container.supplier-page-containers
    .supplier-page-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 3rem;
    width: 83.5%;
    margin: auto;
    padding-bottom: 30px !important;
    z-index: 9;
    position: relative;
  }

  a.common-supplier-page-sidebar-title.active-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #3f3f47;
  }

  .supplier-page-grow-business-list-circle-container {
    display: flex;
  }

  .supplier-page-grow-business-benefits-item-container {
    margin: 10px 0;
  }

  .common-supplier-pages-sidebar-items-wrapper {
    position: sticky;
    top: 100px;
  }

  a.common-supplier-page-sidebar-item {
    display: block;
    margin-left: 10px;
    margin-bottom: 0;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 2px solid #f0f0f5;
    transition: 0.2s;
    max-width: 70%;
    font-size: 14px;
    line-height: 20px;
    color: #3f3f47;
    padding-bottom: 8px;
  }

  a.common-supplier-page-learn-more-link {
    display: none;
  }

  span.supplier-hero-input-country-code {
    font-size: 16px;
    margin-top: 2px;
  }

  .supplier-pages-how-it-payment-cycle-container h4 {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .supplier-pages-how-it-payment-cycle-container {
    padding: 40px;
  }

  .supplier-page-shipping-returns-list-container {
    margin-right: 40px;
  }

  .supplier-page-shipping-returns-penalties-list {
    display: flex;
  }

  .supplier-hero-cta-container input {
    font-size: 16px;
  }

  .link-active {
    border-left: 2px solid #ed7745 !important;
    font-weight: 800;
    transition: 0.2s;
  }

  a.common-supplier-page-sidebar-title {
    font-size: 18px;
    line-height: 28px;
    color: #787887;
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 400;
  }

  html {
    scroll-behavior: smooth;
  }

  .supplier-page-how-work-register-container li {
    font-size: 16px;
  }

  .supplier-page-grow-business-benefits-item-container p {
    font-size: 14px;
  }

  .supplier-page-grow-business-benefits-item-container h6 {
    font-size: 14px;
  }

  ul.supplier-pages-getting-orders-list-container p {
    margin-left: 25px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #54545e;
  }

  .supplier-page-homepage-fullscreen.supplier-menu {
    height: 88px;
    align-items: center;
    justify-content: center;
  }

  .supplier-page-start-selling-item-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
  }

  .supplier-page-how-it-works-container.supplier-page-containers h3 {
    padding: 40px 0 10px;
    margin: 20px 30px 20px 30px;
    font-size: 24px;
    font-weight: 500;
  }

  .supplier-page-why-suppliers-container,
  .supplier-page-how-it-works-container.supplier-page-containers {
    margin-bottom: 50px;
    background: linear-gradient(180deg, #fbfbff 320px, #ffffff 50%);
    position: relative;
  }

  .supplier-page-homepage-fullscreen.background-grey-color {
    background: linear-gradient(180deg, #fbfbff 320px, #fff 50%);
    margin-top: 48px;
  }

  ul.supplier-pages-getting-orders-list-container li {
    font-size: 16px;
    line-height: 24px;
  }

  .supplier-page-how-it-works {
    display: block;
    margin-bottom: 0;
  }

  .supplier-page-how-it-works-icons-container svg {
    min-width: 40px;
    min-height: 40px;
    margin: 5px;
  }

  .supplier-page-how-it-works-icons-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    height: 90px;
  }

  p.supply-page-stats-caption-text {
    text-align: center;
    font-weight: 400;
    max-width: 180px;
    margin-top: 5px;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .supplier-page-how-work-register-container p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .supplier-page-grow-business-benefits-item-container p,
  .supplier-page-grow-business-benefits-item-container h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .supplier-page-toggle-box-container h5 {
    margin: 32px 0 20px;
  }

  .supplier-pages-how-works-register-requirements-container {
    display: grid;
  }

  .supplier-page-review-container h6 {
    font-weight: 600;
    margin-bottom: 5px;
  }

  h2.supplier-page-start-selling-title {
    font-weight: 500;
  }

  .supplier-page-how-it-works-text-container {
    margin: 0;
  }

  p.supplier-hero-cta-error-text {
    margin-top: 0;
  }

  .supplier-hero-cta-error {
    margin-top: 10px;
  }

  img.common-video-placeholder-image {
    width: 306px;
    height: 188px;
    border-radius: 8px;
  }

  .supplier-page-why-suppliers-container h3 {
    margin: 35px;
    font-size: 24px;
    color: #202024;
    font-weight: 500;
  }

  .supplier-page-how-it-works-icons-container svg {
    width: 54px;
    height: 54px;
  }

  .supplier-page-why-suppliers-card-container {
    margin: initial;
  }

  .supplier-page-why-suppliers-card-container,
  .supplier-page-how-it-works-container.supplier-page-containers {
    z-index: 1;
    position: relative;
  }

  .supplier-page-how-it-works-container.supplier-page-containers {
    max-width: 1280px;
    margin: 0 auto;
  }

  .supplier-pages-how-it-amount-formula-item {
    margin: unset;
  }

  .supplier-page-why-suppliers-container::before,
  .supplier-page-how-it-works-container.supplier-page-containers::before {
    content: '';
    display: block;
    background-image: radial-gradient(#f2f1ff 30%, transparent 0);
    background-position: 0 0;
    background-size: 13px 13px;
    width: 145px;
    height: 145px;
    position: absolute;
    margin-top: 60px;
    margin-left: 20px;
  }

  /*.supplier-page-why-suppliers-container::after,
  .supplier-page-how-it-works-container::after,
  .supplier-pages-how-it-banner-container::before {
    content: '';
    display: block;
    background-image: radial-gradient(#f2f1ff 30%, transparent 0);
    background-position: 0 0;
    background-size: 13px 13px;
    width: 160px;
    height: 90px;
    right: 10px;
    top: 200px;
    position: absolute;
  }*/

  .common-supplier-pages-homepage-start-selling-cta-container {
    display: none;
  }

  .supplier-page-review-container p {
    font-size: 16px;
    margin: 10px 30px 25px 0;
  }

  .supplier-page-why-suppliers-icon {
    width: fit-content;
    margin: auto;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  h5#sp-hw-register-one {
    margin: 10px 0 16px 0;
  }

  h5#sp-hw-delivery-payment-one {
    margin-top: 12px;
  }

  .supplier-page-why-suppliers-card-container svg {
    margin: 10px 0 40px;
  }

  .supplier-page-supplier-reviews-container h2 {
    margin: 40px 30px 20px;
    font-size: 24px;
  }

  .supplier-page-review-container span {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #787887;
  }

  svg.supplier-page-how-it-works-arrow-icon {
    transform: rotate(-90deg);
    margin-left: 40px;
  }

  .supplier-page-how-it-works-text-container span {
    font-size: 14px;
  }

  .supplier-page-line-arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #e3a991;
    transform: rotate(-90deg);
  }

  .supplier-page-line-arrow-down {
    display: none;
  }

  p.supplier-page-start-selling-caption {
    max-width: 290px;
  }

  .supplier-page-start-selling-container {
    margin: 0;
    margin-top: 50px;
    height: 290px;
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97),
        rgba(255, 255, 255, 0.93),
        rgba(255, 255, 255, 0.02),
        rgba(255, 255, 255, 0)
      ),
      url('supplier-new/meesho_static_images/supplier-homepage-footer-banner-desktop_v2.jpg');
    background-size: cover;
    padding-top: 45px;
    padding-left: 90px;
  }

  .supplier-pages-footer-container {
    padding: 40px 20px 20px 20px;
    background: #f9f9fb;
    display: grid;
    grid-template-columns: 5fr 2fr 2fr;
    grid-template-rows: 1fr;
    max-width: 1280px;
    margin: 0 auto;
  }

  .supplier-page-homepage-fullscreen.footer-background-color {
    background: #f9f9fb;
  }

  .supplier-pages-footer-logo-container p {
    max-width: 360px;
  }

  .supplier-pages-footer-logo-container,
  .supplier-pages-footer-links-container,
  .supplier-pages-contact-us-container {
    border-bottom: 1px solid #d7d7e0;
    padding-bottom: 30px;
    margin: 0;
  }

  .supplier-pages-footer-logo-container {
    margin-left: 60px;
  }

  .supplier-pages-contact-us-container {
    margin-right: 60px;
  }

  .supplier-pages-contact-us-container h6,
  .supplier-pages-footer-links-container h6 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .supplier-pages-social-media-container {
    justify-content: flex-start;
    border-top: 0;
    margin-left: 60px;
  }

  .supplier-pages-copyrights-container {
    grid-column-end: 4;
    grid-column-start: 1;
    text-align: center;
  }

  .supplier-page-line-line {
    transform: none !important;
  }

  .supplier-page-line-arrow-container {
    flex-direction: column !important;
    margin-top: 0 !important;
    margin-left: 60px !important;
  }

  .common-supplier-pages-menu-left-container svg {
    display: none;
  }

  .supplier-pages-how-works-register-requirements-container {
    display: grid;
  }

  .supplier-hero-text-container .supplier-hero-header {
    margin-right: 0;
    font-size: 32px;
    line-height: 4.5rem;
    max-width: 465px;
    font-weight: 500;
    margin-top: 0;
  }

  .supplier-hero-cta-container {
    width: 85%;
  }

  .supplier-pages-homepage-banner-image {
    display: flex;
    max-width: 480px;
    height: 405px;
    justify-content: center;
    margin-top: 0;
  }

  p.supplier-hero-caption {
    font-size: 17.5px;
    margin: 20px 0 30px 0;
  }

  a.common-supplier-menu-link.common-supplier-menu-home-link {
    display: none;
  }

  .common-supplier-menu-link:focus, .common-supplier-menu-link:hover {
    color: #3f3f47;
  }

  .common-supplier-pages-menu-mobile-container {
    display: grid;
    grid-template-columns: 1fr 7fr 1fr;
    margin-bottom: 20px;
    position: fixed;
    z-index: 9;
    top: 0;
    max-width: 1280px;
    margin: auto;
  }

  h4.supply-page-stats-stat-text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #3f3f47;
  }

  a.common-supplier-pages-menu-start-selling-button {
    margin: 0 24px 0 0;
    padding: 10px 24px;
    border-radius: 4px;
    background-color: #ed7745;
    color: #fff;
  }

  a.common-supplier-pages-menu-start-selling-button:focus, a.common-supplier-pages-menu-start-selling-button:hover {
    color: #fff;
  }

  .supplier-pages-how-works-content-container {
    /*display: grid;
    grid-template-columns: 1fr 3fr;*/
    margin-bottom: 60px;
    margin-left: 100px;
  }

  .common-supplier-pages-left-sidebar-nav-container p {
    font-size: 14px;
    margin-left: 20px;
    font-weight: 400;
  }

  .common-supplier-pages-left-sidebar-nav-container {
    display: block;
  }

  .supplier-page-toggle-box-container {
    border: none;
  }

  .supplier-page-toggle-box-header-container h4 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .supplier-page-toggle-box-container h5 {
    font-size: 18px;
  }

  .supplier-page-toggle-box-container h6 {
    font-size: 16px;
    position: relative;
  }

  .supplier-pages-how-it-banner-container {
    margin-top: 88px;
    margin-bottom: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 384px;
    background: #f9f9fb;
  }

  .supplier-pages-how-it-how-much-container h4 {
    border: none;
    width: auto;
    margin: 0;
    padding-right: 50px;
    padding-top: 0;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
  }

  .supplier-pages-how-it-how-much-container .how-much-paid-subtext {
    font-size: 16px;
  }

  .supplier-pages-how-it-banner-container::before {
    z-index: 1;
    top: 10px;
    left: 10px;
  }

  /*.supplier-pages-how-it-banner-text-container::after {
    content: '';
    display: block;
    background-image: radial-gradient(#f2f1ff 30%, transparent 0);
    background-position: 0 0;
    background-size: 13px 13px;
    width: 145px;
    height: 145px;
    position: absolute;
    position: absolute;
    right: 550px !important;
    bottom: 25px;
  }*/

  .supplier-pages-how-it-how-much-container {
    padding-top: 0;
  }

  .supplier-pages-how-it-disclaimer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }

  .supplier-pages-how-it-disclaimer-item p {
    margin: 0;
    color: #54545e;
    font-size: 14px;
  }

  .supplier-pages-how-it-not-charging-container {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    width: fit-content;
    margin: auto;
    border: solid 1px #f0f0f5;
    border-radius: 0px 0px 8px 8px;
    border-top: 0;
  }

  .supplier-pages-how-it-amount-formula-item p {
    margin: auto;
  }

  .supplier-pages-how-it-amount-formula-item {
    display: grid;
    grid-template-columns: 200px 50px;
    grid-template-rows: 60px;
    position: relative;
  }

  /*
    start of gtc: grid-template-columns
    update gtc for class: `.supplier-pages-how-it-amount-formula-item`
    format: gtc-${id}
  */
  .gtc-product_price {
    grid-template-columns: 180px 40px;
  }

  .gtc-gst, .gtc-tcs {
    grid-template-columns: 150px auto;
  }

  .gtc-tds {
    grid-template-columns: 140px auto;
  }
  /* end of gtc: grid-template-columns */

  .supplier-pages-how-it-amount-formula-item h6 {
    height: fit-content;
    max-width: 220px;
    width: max-content;
    padding: 15px 20px;
  }

  .supplier-pages-how-it-amount-formula-container {
    display: flex;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
    border: 1px solid #f0f0f5;
  }

  p.supplier-pages-how-it-formula-caption {
    width: 100%;
    margin: 0 auto;
  }

  p.supplier-pages-how-it-formula-caption {
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
  }

  p.supplier-pages-how-it-formula-icon {
    grid-row: 1 / span 1;
    grid-column: 2 / span 1;
  }

  .supplier-pages-how-it-not-charging-container h4 {
    font-size: 14px !important;
    padding-bottom: 0;
  }

  .supplier-pages-how-it-payment-cycle-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

 

  .supplier-pages-commission-chart-item-container {
    display: flex;
    align-items: center;
    padding: 1rem 1.75rem 1rem 3rem;
  }

  .supplier-pages-commission-chart-item-container .supplier-pages-commission-category-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 62%;
    margin: 0;
  }

  .supplier-pages-commission-chart-item-container .supplier-pages-commission-category-percent {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    width: 80%;
  }

  .supplier-pages-category-chart-header-container {
    padding: 15px 30px !important;
  }

  p.supplier-pages-category-chart-header-left,
  p.supplier-pages-category-chart-header-right {
    font-size: 18px !important;
  }

  .supplier-pages-category-commissions-container h4 {
    font-size: 24px !important;
    margin: 30px 0;
  }

  img.supplier-pages-how-it-banner-image {
    width: 668px;
    height: 384px;
    border-radius: 192px 0 0 192px;
    position: relative;
  }

  picture.supplier-pages-how-it-banner-picture {
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
  }

  .supplier-pages-how-it-banner-text-container .supplier-pages-banner-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #202024;
    text-align: left;
    padding-left: 80px;
  }

  .supplier-pages-how-it-banner-text-container p {
    font-size: 18px;
    line-height: 28px;
    color: #3f3f47;
    margin-top: 10px;
    padding: 0 90px 0 80px;
    text-align: left;
  }

  .common-supplier-pages-start-selling-cta-container {
    display: none;
  }

  .supplier-pages-pricing-tcs-disclaimer-container {
    bottom: 69.6%;
    /* right: 8.9%; */
    left: -5%;
  }
}


