* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
.column {
  float: left;
  width: 100%;
}

ul,
li {
  list-style: none;
}

.w-100 {
  width: 100%;
}

a {
  text-decoration: none;
}

.btn {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  min-width: 130px;
  text-align: center;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.t-c {
  text-align: center;
  color: #4a2360;
  font-weight: 800;
}
.questions a {
  color: #804d9c;
  cursor: pointer;
}
.d-flex {
  display: flex;
}

.algn-cntr {
  align-items: center;
}

.j-c {
  justify-content: space-between;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-after:after {
  position: absolute;
  content: "";
  box-sizing: border-box;
}

.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h3 {
  font-size: 48px;
  letter-spacing: -1px;
}

.w-f-100 {
  float: left;
  width: 100%;
}

.menu,
.msite-btn {
  display: none;
}

#header {
  padding: 11px 0 0;
  padding-top: 22px;
}
#header .container {
  max-width: 1296px;
  margin: 0 auto;
}
.search {
  width: 43%;
  margin: 0;
}

::placeholder {
  color: #d6d8de;
}

.search input[type="text"] {
  width: 100%;
  border: 1px solid #d6d8de;
  height: 44px;
  line-height: 42px;
  padding: 0 49px 0 19px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.search button {
  border: 0;
  background: url(/static/images/search.png) no-repeat;
  width: 40px;
  height: 44px;
  position: absolute;
  right: 0;
  background-position: center;
  cursor: pointer;
}

.via .sign-in {
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
  min-width: 102px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  color: #000;
  /*margin-inline: 18px;*/
}
.header_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
aside.via {
  display: flex;
  align-items: center;
  gap: 20px;
}

span.cart {
  cursor: pointer;
}
.container-fluid {
  width: 1296px;
  margin: 0 auto;
}
.via .sign-in:hover,
.edit a.wht_btn:hover,
.btn:hover,
.lndsign:hover {
  background: #000;
  color: #fff;
}
.flag-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 35px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  position: relative;
}
.flag-wrapper span {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  display: block !important;
}
.flags {
  width: 150px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #00000066;
  position: absolute;
  top: 34px;
  left: -27px;
  background: #fff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.91);
  transition: all 500ms ease;
}
.flags.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.flags ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  margin-bottom: 5px;
  cursor: pointer;
}
.flags ul li:last-child {
  margin-bottom: 0;
}

.flags ul li:hover {
  background: #e5e5e5;
}
.flags ul li form {
  width: 100%;
}
.flags ul li form button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.flags ul li span {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  display: block !important;
}
.navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.navigation ul {
  display: flex;
  justify-content: space-between;
}
.navigation li {
  float: left;
}

.navigation li a {
  color: #000;
  font-size: 16px;
  padding: 13px 15px;
  display: block;
  margin-right: 42px;
}

.navigation li a:hover {
  color: #794f98;
}

.navigation li:last-child a {
  margin-right: 0;
}
.navigation li a img {
  display: none;
}
/*****banner css ******/
.top_banner {
  /*align-items:center*/
  gap: 25px;
}
#banner {
  background: #490171;
  padding: 147px 0;
  /*  height: 88vh;
   margin-bottom: 84px;
    padding-bottom: 40px;*/
}

.banner_txt {
  /*padding-top: 124px;*/
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
}

.banner_txt h1 {
  color: #fff;
  font-size: 69px;
  line-height: 80px;
  letter-spacing: -3px;
  margin-bottom: 15px;
}

.banner_img {
  /*   flex: 0 0 50%;
   position: absolute;
    right: 0;
    bottom: 0;*/
}

.banner_img img {
  width: 100%;
  /*  vertical-align: top;*/
}

.banner_txt p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  line-height: 41px;
}

.banner_txt p span {
  font-size: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 30px;
  min-width: 280px;
  padding: 0 10px;
  margin: 20px 0 31px;
  width: max-content;
}

.banner_txt p span img {
  height: auto;
}
.edit {
  display: flex;
  align-items: center;
}
.edit a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 195px;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  margin: 0 13px 0 0;
}

.edit a.wht_btn {
  width: 206px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  color: #804d9c;
  display: inline-block;
  padding: 0;
}

.locations,
.edit .category {
  position: absolute;
  top: -430px;
  left: 0;
  max-height: 420px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px #00000040;
  border-radius: 16px;
  min-width: 366px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.3s ease-in;
}
.locations.active,
.edit .category.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.locations ul li img,
.edit .category ul li img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
}
.locations ul li a,
.edit .category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 35px;
  border-radius: 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1c1c;
  transition: all 0.3s ease;
}
.locations ul li a:hover,
.edit .category ul li a:hover {
  background-color: #f5f5f5;
}
.locations::-webkit-scrollbar,
.edit .category::-webkit-scrollbar {
  display: none;
}
.arrow-icon,
.cat-arrow-icon,
.flag-arrow {
  transition: transform 0.3s ease;
}

.arrow-icon.rotate,
.cat-arrow-icon.rotate,
.flag-arrow.rotate {
  transform: rotate(180deg);
}
/******product css*****/
#top_prd {
  margin-top: 84px;
}
#top_prd h3 span {
  display: block;
}

#top_prd h3 {
  line-height: 57px;
}

.prd {
  margin-top: 68px;
}

.prd_in {
  flex: 0 0 28.2%;
}
.img_col {
  width: 123px;
  height: 123px;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prd_val h4 {
  color: #111827;
  font-size: 30px;
  margin-bottom: 18px;
}
.prd_val p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #374151;
}

#products {
  margin-top: 170px;
}

.v_all {
  margin: 50px 0;
  float: left;
  margin-bottom: 100px;
}

.v_all span {
  font-size: 30px;
}

.product_in ul {
  display: flex;
  justify-content: space-between;
}

.product_in ul li {
  flex: 0 0 25.8%;
  position: relative;
}

.product_in ul li:hover .prd_img {
  box-shadow: none;
}

.prd_img img {
  width: 100%;
  height: 100%;
}

.wishlist {
  top: 14px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 50px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: #804d9c;
}

.prd_img .wishlist img {
  width: auto;
}

.wishlist:hover {
  background: #804d9c;
}

.prd_img {
  /* box-shadow: -1px 7px 3px 0px #d9d9d9;*/
  box-shadow: 0px 4px 4px 0px #00000024;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 27px;
  height: 374px;
}

.prd_dtls span {
  color: #804d9c;
  text-decoration: underline;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.prd_dtls {
  font-size: 24px;
}

.prd_dtls h4 {
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.prd_dtls p {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.prd_dtls .pvc {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1px;
  text-decoration: none;
}
.product_in ul li a:hover h4 {
  color: #000;
}

section.numbers {
  /*  background: linear-gradient(to right, rgba(48, 29, 58, 1) 0%, rgba(125, 77, 153, 0.87) 100%);*/
  padding: 48px 0 65px;
  margin-bottom: 180px;
  margin-top: 130px;
  color: #fff;
  background: #490070;
}

.numbers p {
  font-size: 18px;
}

.num_col {
  width: 51%;
}

.ss {
  right: 150px;
  bottom: 0;
  height: 100%;
}

.ss img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.num_col li {
  float: left;
  width: 48%;
  border-top: 1px solid #fff;
  margin-top: 16px;
}

.num_col li span {
  font-size: 48px;
}

.dashboard img {
  width: 100%;
  height: auto;
}

.num_col li:last-child {
  float: right;
}

.trust {
  margin-top: 120px;
}

.city {
  float: left;
  width: 70%;
}
.city .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 90%);
}
.city .item {
  border-radius: 18px;
  overflow: hidden;
}
.city .owl-prev {
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.city .owl-prev:hover {
  background: transparent !important;
}
.city h6 {
  position: absolute;
  bottom: 50px;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 11;
  font-size: 26px;
  font-weight: 600;
}

div#carousel {
  padding: 0 0 0 60px;
}

.num_col li span:after {
  content: "+";
}

.supplier {
  float: left;
  width: 30%;
  /* max-width: 530px; */
  margin-top: 50px;
}

.supplier p {
  color: #5f5f69;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.supplier h3 {
  max-width: 330px;
  line-height: 61px;
  position: relative;
  margin-bottom: 20px;
  color: #4a2360;
  position: relative;
}

.supplier h3 svg {
  position: absolute;
  right: -8px;
  top: -42px;
}
.exp h3,
.heading h3 {
  color: #4a2360;
}

.solution h3 {
  color: #4a2360;
  margin-bottom: 58px;
  position: relative;
}
.solution h3 svg {
  position: absolute;
  right: 207px;
  top: -29px;
}
.sol_in {
  display: flex;
  justify-content: space-between;
}

.more {
  display: grid;
  grid-template-rows: auto 1fr auto;
  flex: 0 0 30%;
}

.more h5 {
  font-size: 24px;
  color: #000;
  margin-bottom: 21px;
}

.btns {
  border: 1px solid #000;
  background: #804d9cbf;
  color: #fff;
  border-radius: 30px;
  padding: 12px 36px;
  display: inline-block;
}
.more .btns {
  justify-self: center;
  align-self: end;
}
.btns img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.more p {
  margin-bottom: 20px;
}

.btns:hover {
  background: #000;
}
.btn:hover svg path {
  fill: #fff;
}
.seller {
  margin: 140px 0;
}

.seller h4 {
  font-size: 24px;
}

.star {
  margin: 10px 0;
}

.seller_in {
  display: flex;
  /*  align-items: center;*/
  justify-content: space-between;
  border: 1px solid #c4c4c463;
  border-radius: 14px;
  box-shadow: 0px 0px 10px 0px #0000001a;
}

.seller_img {
  flex: 0 0 38%;
}
.seller_img img {
  height: 100%;
  object-fit: cover;
}
.seller b {
  display: inline-block;
  background-image: url(../images/count-shape.png);
  background-position: center;
  background-size: cover;
  padding: 0 10px;
}
.desc {
  flex: 0 0 60%;
  padding: 20px 20px;
}

.desc h5 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 500;
}

.desc h5 span {
  font-weight: normal;
  font-size: 14px;
  color: #5f5f6982;
}

.desc p {
  color: #5f5f69;
  margin-top: 15px;
  float: left;
  line-height: 27px;
}

.client_pic {
  margin-bottom: 50px;
}
.seller-carousel .owl-stage-outer {
  overflow: visible !important;
}
.seller-carousel.owl-drag .owl-item {
  opacity: 0;
  visibility: hidden;
}
.seller-carousel.owl-drag .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 15px !important;
  height: 15px !important;
  background: #8346a5 !important;
}

.exp-in {
  margin: 58px 0;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
  margin-bottom: 150px;
}

.exp-in a {
  flex: 0 0 30%;
}

.box {
  float: left;
  width: 299px;
  box-shadow: 7px 7px 0px #401a55;
  border-radius: 30px;
  transition: 0.2s;
}

.exp-in a:hover .box {
  box-shadow: none;
}

.counts {
  padding: 10px 24px 10px 0;
}

.count {
  padding: 10px 24px;
}

.count h5 {
  font-size: 16px;
  color: #1e1c1c;
}

.count p {
  color: #1e1c1cbf;
  background: url("/static/images/arrow.png") no-repeat;
  background-position: 98% center;
}

.faq {
  margin-top: 58px;
  padding: 0 6%;
}

.faq .item {
  border-bottom: 1px solid #1615251a;
  padding: 0 35px;
}

.faq .item.open {
  padding-bottom: 35px;
}

.item .title {
  color: #333333;
  font-size: 24px;
  padding: 35px 0;
  cursor: pointer;
  position: relative;
}

.item.open .title {
  padding-bottom: 0;
}

.item .title:after {
  background: url(/static/images/down.png) no-repeat;
  background-position: 96% center;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 30px;
  transition: all 500ms ease;
}

.item.open .title:after {
  transform: rotate(180deg) translateY(-50%);
}

.text {
  font-size: 18px;
  color: #333;
  max-height: 0; /* Collapsed state */
  overflow: hidden; /* Hide content exceeding max-height */
  transition: all 500ms ease; /* Smooth transition */
}

.open .text {
  margin: 10px 0 0;
  max-height: 1000px; /* Arbitrary large value to allow expansion */
}

.faq-cols {
  margin-top: 110px;
}

.faq-cols h4 {
  font-weight: 400;
  color: #919191;
  margin-top: 50px;
}

.sell {
  margin: 144px 0 175px;
}

.sell h4 {
  color: #4a2360;
}

.heading p {
  color: #374151;
  margin-top: 10px;
}

.dashboard {
  margin: 58px 0 50px;
}

.list {
  flex-wrap: wrap;
  max-width: 980px;
  row-gap: 40px;
  margin: 0 auto 70px;
}

.list_in {
  flex: 0 0 46%;
  background: url(/static/images/bullet.png) no-repeat;
  background-position: 0 0;
  padding: 0 0 0 47px;
}

.list_in h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

footer#footer {
  background: #490171;
}

.footer_col {
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.footer_col {
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.f-logo {
  flex: 0 0 50%;
}

.f-link {
  border-left: 1px solid #979797;
  flex: 0 0 50%;
  display: flex;
  justify-content: space-between;
  padding: 70px 0 70px 50px;
  color: #fff;
}

.f-link li a {
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
  display: inline-block;
}

.f-link li a:hover {
  text-decoration: underline;
}

ul.social li {
  float: left;
  margin: 0 8px;
}

ul.social li:first-child {
  width: 100%;
  margin: 0 0 15px;
}

.copy {
  border-top: 1px solid #979797;
  padding: 40px 0;
  color: #fff;
}

/* @media (min-width: 1301px) and (max-width: 1400px) {
  #banner {
    height: 118vh;
  }
} */

/* Press page style */

.press-hero-section {
  width: 100%;
  height: 440px;
  background: linear-gradient(0deg, rgba(40, 0, 61, 0.4), rgba(40, 0, 61, 0.4)), linear-gradient(180deg, rgba(40, 0, 61, 0) 0%, rgba(40, 0, 61, 0.08) 100%), url(../images/press_hero.png);
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.press-hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 70.56px;
  color: #ffffff;
}
.press-hero span {
  font-size: 28px;
  font-weight: 400;
  line-height: 33.89px;
  color: #ffffff;
}
.press-section-two {
  padding: 80px 0;
}
.press-section-two .container {
  max-width: 1038px;
}

.press-section-two h2 {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 35.28px;
  color: #000000;
}
.press-section-two-box {
  padding: 40px 0;
}
.press-section-two-box h3 {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50.4px;
  color: #000000;
}

.press-section-two p {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30.24px;
  color: #000000;
}
.press-section-three {
  background-color: #490171;
  padding: 45px 0;
}
.press-section-three .container {
  max-width: 1038px;
}
.press-section-three .row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.press-section-three .row .text-box {
  width: 71%;
}
.press-section-three .row .text-box p {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30.24px;
  color: #ffffff;
}
.press-section-three .row .image-box {
  width: 29%;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.press-section-four {
  padding: 80px 0;
}
.press-section-four .container {
  max-width: 1038px;
}
.press-section-four .text-warpper {
  padding: 50px 0;
}
.press-section-four .text-warpper h2 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 45.36px;
  text-align: justify;
  color: #490171;
  margin-bottom: 50px;
}
.press-section-four .text-warpper p {
  font-family: "Outfit", sans-serif;

  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  text-align: justify;
  color: #000000;
}

.press-section-four .person-thought {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 84%;
  margin: 0 auto;
  box-shadow: 0px 4px 16px 0px #00000040;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 30px;
}
.press-section-four .person-thought .person-img {
  width: 136px;
  height: 136px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.press-section-four .person-thought .person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-section-four .person-thought .person-desc {
  flex: 1;
}
.press-section-four .person-thought .person-desc h2 {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35.28px;
  color: #490171;
  margin-bottom: 15px;
}

.press-section-four .person-thought .person-desc p {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27.72px;
  text-align: justify;
  color: #000000;
}
.press-section-five {
  padding: 75px 0;
  background-color: #f1d6ff;
}
.press-section-five .container {
  max-width: 1038px;
}
.press-section-five h2 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 45.36px;
  text-align: center;
  color: #490171;
  margin-bottom: 55px;
}
.press-section-five .feature {
  margin-bottom: 40px;
  color: #490171;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  text-align: justify;
}
.press-section-five .feature:last-child {
  margin-bottom: 0;
}
.press-section-five .feature strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  text-align: justify;
}
.press-section-six {
  padding: 96px 0px;
  background-color: #28003d;
  margin-bottom: 80px;
}
.press-section-six .container {
  max-width: 1038px;
  padding: 0 24px;
}
.press-section-six p {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30.24px;
  text-align: justify;
  color: #ffffff;
}
.press-section-six .btns-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
}
.press-section-six .btns-wrapper a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 14px 48px;
  border-radius: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in;
}
svg path {
  transition: all 0.3s ease-in;
}
.press-section-six .btns-wrapper a:hover {
  background-color: #ffffff;
  color: #490171;
}
.press-section-six .btns-wrapper a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  color: #490171;
}
.press-section-six .btns-wrapper a:first-child:hover {
  background-color: #28003d;
  color: #ffffff;
}
.press-section-six .btns-wrapper a:first-child:hover svg path {
  stroke: #ffffff;
}

/* Suppliers registration Page */
.supplier-reg-hero {
  background: linear-gradient(180deg, #000000 0%, #490070 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 72px;
  width: 100%;
  height: 553px;
  position: relative;
}

.supplier-reg-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.supplier-reg-content h4 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: center;

  color: #ffffff;
}
.supplier-reg-content h2 {
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.supplier-reg-content b {
  color: #bc3dff;
}

.supplier-reg-content span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #d9d9d9;
}

.supplier-reg-content .supplier-reg-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.supplier-reg-content .supplier-reg-btns a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 14px 48px;
  border-radius: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}
svg path {
  transition: all 0.3s ease-in;
}
.supplier-reg-content .supplier-reg-btns a:hover {
  background-color: #ffffff;
  color: #490171;
}
.supplier-reg-content .supplier-reg-btns a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  color: #490171;
}
.supplier-reg-content .supplier-reg-btns a:first-child:hover {
  background-color: #28003d;
  color: #ffffff;
}
.supplier-reg-content .supplier-reg-btns a:first-child:hover svg path {
  stroke: #ffffff;
}
.supplier-reg-products {
  position: absolute;
  bottom: -84px;
}
.supplier-reg-products .container,
.supplier-reg-brands .container,
.supplier-advantages .container {
  max-width: 1156px;
}

.supplier-reg-products .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.supplier-reg-brands {
  margin-top: 150px;
}

.supplier-reg-brands h2 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 50px;
}
.supplier-reg-brands-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supplier-reg-brands-item {
  width: 130px;
  height: 130px;
  background-color: #f5f5f5;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.supplier-advantages {
  padding-top: 40px;
  padding-bottom: 70px;
}
.supplier-advantages h2 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 38px;
}

.supplier-advantages-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.supplier-advantages-item {
  padding: 48px 72px 48px 72px;
  background: #dfa3ff4d;
  border-radius: 16px;
  display: flex;
  gap: 72px;
  align-items: center;
}
.supplier-advantages-item p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.supplier-sells {
  padding: 48px 0;
  background: #f1d6ff;
  width: 100%;
  display: flex;
}
.supplier-sells .container {
  max-width: 1265px;
}
.supplier-sells h3 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #490070;
  background-image: url(../images/count-shape.png);
  background-position: center;
  background-size: cover;
  width: 162px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplier-sells-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.supplier-sells h2 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.supplier-sells p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.supplier-sells p a {
  color: #490070;
}
.supplier-sells-carousel {
  margin-top: 50px;
}
.supplier-sells-carousel .seller_in {
  background-color: #ffffff;
}
.supplier-sells-carousel .seller_in p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #5f5f69;
}

.supplier-form {
  padding: 48px 0px 48px 0px;
  background: #490070;
}
.supplier-form h2 {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}
.supplier-form .form {
  padding: 48px 108px;
  background-color: #ffffff;
  max-width: 828px;
  margin: 0 auto;
}
.supplier-form .form h3 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #490070;
}
.supplier-form .form p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #5f5f69;
}
.supplier-form .form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.supplier-form .form form label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #000000;
  margin-bottom: 10px;
}
.supplier-form .form form input {
  width: 100%;
  padding: 8px 16px 8px 16px;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
  height: 40px;
  outline: none;
  color: #c4c4c4;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.supplier-form .form form .select {
  width: 100%;
  padding: 8px 16px 8px 16px;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
  height: 40px;
  outline: none;

  font-weight: 300;
  line-height: 1;
}
.supplier-form .form form .select select {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #c4c4c4;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.supplier-form .form form .select select:focus-visible {
  border: none;
  outline: none;
}
.input-form-50 {
  width: 49%;
}

.telephone-wrapper select {
  border: none;
  background-color: transparent;
  outline: none;
}

.telephone-wrapper select img {
  width: 22px;
  height: 22px;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 36px;
}

.dropdown-button img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 60px;
  top: 31px;
  text-align: center;
  left: -15px;
  border-radius: 2px;
}

.dropdown-content .dropdown-item {
  padding: 8px;
  cursor: pointer;
}

.dropdown-content .dropdown-item img {
  width: 20px;
  height: 20px;
}

.dropdown-content.show {
  display: block;
}

.telephone-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 8px 0px 8px 16px;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
  height: 40px;
}
.telephone-wrapper input {
  border: none !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.input-form {
  margin-bottom: 30px;
}
.input-form-100 {
  width: 100%;
}
.supplier-form .form form hr {
  border: 1px solid #804d9c;
  margin: 30px 0;
  width: 100%;
}
.supplier-form .form form .submit-btn {
  padding: 14px 48px 14px 48px;
  border-radius: 40px;
  border: 1px solid #490070;
  height: 52px;
  background-color: #490070;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 15px;
}
.supplier-form .form form .submit-btn:hover {
  background-color: #ffffff;
  color: #490070;
}
svg path {
  transition: all 0.3s ease-in;
}
.supplier-form .form form .submit-btn:hover svg path {
  stroke: #490070;
}
.supplier-faq-cols {
  padding-bottom: 188px;
  padding-top: 110px;
  margin: 0;
  background-color: #f5f5f5;
}

#supplierProducts .owl-item {
  transition: all 500ms ease;
}
@media only screen and (max-width: 1300px) {
  .search {
    width: 39%;
  }

  h3 {
    font-size: 39px;
  }

  .container {
    padding: 0 35px;
  }

  .navigation li a {
    margin-right: 8px;
  }

  #banner {
    overflow: hidden;
    /* padding-bottom: 0; */
  }

  .banner_txt h1 {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -2px;
  }

  .banner_txt p {
    font-size: 26px;
  }

  .banner_img img {
    width: 100%;
  }

  .banner_txt {
    flex: 0 0 60%;
  }

  #top_prd h3 {
    line-height: 51px;
  }

  .supplier h3 {
    line-height: 43px;
  }
}

@media only screen and (max-width: 1210px) {
  .navigation li a {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 864px) {
  .edit a {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 11px;
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width: 1025px) {
  .search,
  .via span:not(.cart) {
    display: none;
  }
  .navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    transition: all 500ms ease;
  }
  .navigation.active {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 53px;
    z-index: 10;
    background: #fff;
    transform: translateX(-50%) scale(1);
  }

  .navigation li {
    display: block;
    float: none;
  }

  .banner_txt {
    flex: 0 0 53%;
  }

  .menu {
    display: flex;
    align-items: center;
    width: 40px;
    text-align: right;
  }

  aside.via {
    padding-top: 5px;
  }

  .banner_img img {
    width: 100%;
  }

  .v_all span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1023px) {
  .banner_txt h1 {
    font-size: 39px;
    line-height: 45px;
    letter-spacing: 0;
  }

  .banner_txt {
    flex: 0 0 63%;
  }

  .footer_col {
    max-width: 100%;
  }

  .f-logo img {
    width: 170px;
  }

  .f-link {
    flex: 0 0 57%;
    padding: 70px 0 70px 20px;
  }

  .exp-in {
    gap: 40px;
    margin-bottom: 50px;
  }

  .box {
    max-width: 299px;
    width: 100%;
  }

  .product_in ul li {
    flex: 0 0 31%;
  }
}

@media only screen and (max-width: 767px) {
  .via .sign-in {
    font-size: 13px;
    min-width: 59px;
    height: 25px;
    line-height: 23px;
    margin-inline: 0px;
  }
  .sign-in {
    display: none !important;
  }
  .logo img {
    width: 151px;
    height: auto;
  }

  aside.via {
    padding: 0;
  }

  .top_banner,
  .banner_img {
    display: block;
    text-align: center;
    position: relative;
  }

  #banner {
    height: auto;
    padding-bottom: 80px;
    padding-top: 72.2px;
  }

  .banner_txt {
    /* padding-top: 84px; */
    margin-bottom: 40px;
  }

  .banner_txt h1 {
    font-size: 38px;
    letter-spacing: -3px;
  }

  .banner_txt p {
    font-size: 14px;
    line-height: normal;
    margin-block: 20px;
    text-align: center;
    font-weight: normal;
  }

  .banner_txt p span {
    font-size: 16px;
    align-items: center;
    padding: 7px 10px 3px;
    margin: 20px auto 31px;
    justify-content: center;
  }
  .navigation {
    width: 90%;
    box-shadow: 0px 4px 24px 0px #00000040;
    border-radius: 16px;
    border: none;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  .navigation .container {
    padding: 0 !important;
  }
  .navigation li a img {
    display: block;
    width: 33px;
    height: 33px;
    object-fit: cover;
    border-radius: 50%;
  }
  .navigation ul {
    flex-direction: column;
    overflow-y: auto;
    max-height: 590px;
  }
  .navigation li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 35px;
    border-radius: 16px;
    transition: all 0.3s ease;
  }
  .navigation li a:hover {
    background-color: #f5f5f5;
  }
  .navigation.active {
    top: 50px;
  }

  .navigation li {
    display: block;
    float: none;
  }
  .edit a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 12px 13px 0;
    width: 130px;
  }

  .edit a.wht_btn {
    width: 100%;
  }

  .banner_img,
  .banner_txt,
  .city,
  .supplier {
    float: left;
    width: 100%;
  }

  .banner_img img {
    float: none;
    width: 100%;
  }
  .locations {
    left: -3%;
    transform: translateX(-50%);
    bottom: -413px;
    top: auto;
  }
  .edit .category {
    left: 100%;
    transform: translateX(-50%);
    bottom: -413px;
    top: auto;
  }
  .locations.active,
  .edit .category.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(-50%);
  }
  .edit {
    flex-wrap: wrap;
    justify-content: center;
  }
  .edit a.wht_btn {
    max-width: 280px;
    margin-right: 0;
  }

  h3 {
    font-size: 24px;
    text-align: left !important;
  }

  #top_prd h3 {
    line-height: 35px;
  }
  .img_col {
    margin: 0;
    width: 103px;
    height: 103px;
  }
  .img_col img {
    width: 70%;
  }
  /* #banner {
    margin-bottom: 21px;
  } */

  .prd {
    flex-direction: column;
    row-gap: 35px;
  }

  .prd_in {
    text-align: left;
  }

  .prd_val h4 {
    font-size: 20px;
  }

  div#carousel {
    padding: 0 !important;
  }
  .supplier {
    padding-right: 35px;
  }
  .supplier h3 svg {
    right: 28px;
    top: -22px;
    width: 37px;
    height: 30px;
  }
  .supplier p {
    margin-bottom: 60px;
  }
  #products {
    margin-top: 80px;
  }
  .product_in ul {
    flex-direction: column;
    row-gap: 30px;
  }

  /* .v_all .btn {
    display: none;
  } */
  .v_all {
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
  }
  .msite-btn {
    display: block;
    margin: 30px 0 0;
  }

  .msite-btn a.btn {
    display: inline-block;
  }

  .num_col h3 {
    letter-spacing: 0;
  }

  .num_col {
    width: 100%;
  }

  .numbers p {
    font-size: 16px;
    margin-top: 28px;
  }

  .num_col li {
    width: 100%;
    margin-top: 40px;
  }

  .num_col li:first-child {
    /* border: 0; */
    margin: 0;
    padding-top: 30px;
  }

  /* .num_col li span {
    font-size: 30px;
  } */

  .numbers li p {
    margin-top: 0;
    font-weight: normal;
  }

  .num_col ul {
    margin-top: 25px;
  }

  .num_col li:last-child {
    padding: 30px 0 216px;
  }

  .sol_in {
    flex-direction: column;
    gap: 35px;
  }

  .solution h3 {
    margin-bottom: 35px;
  }

  .seller_in,
  .list {
    flex-direction: column;
    overflow: hidden;
  }

  .seller_img img {
    width: 100%;
  }

  .seller_img,
  .desc {
    flex: 0 0 100%;
    width: 100%;
  }

  .desc {
    padding: 20px;
  }

  .seller h4 {
    font-size: 18px;
  }

  .seller {
    margin: 70px 0 40px;
  }

  .box {
    max-width: 100%;
    width: 100%;
  }

  .exp-in {
    row-gap: 40px;
  }

  .item .title:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .item .title {
    font-size: 18px;
    padding-right: 16px;
  }

  .text {
    font-size: 16px;
  }

  .faq-cols {
    margin-top: 100px;
  }

  .faq {
    margin-top: 0;
    padding: 0;
  }

  .sell {
    margin: 70px 0 0;
  }

  .heading p {
    color: #374151;
    margin-top: 15px;
    text-align: left;
  }

  .list_in h4 {
    font-size: 18px;
  }

  .footer_col {
    flex-direction: column;
  }

  .sell .t-c.w-f-100 {
    text-align: left;
  }

  footer#footer {
    padding: 57px 0 49px;
    margin-top: 80px;
  }

  .f-logo img {
    width: auto;
  }

  .f-link {
    flex: 0 0 100%;
    border: 0;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .f-link li a {
    font-size: 15px;
  }
  ul.social li {
    float: none;
    display: inline-block;
  }

  ul.social {
    margin-top: 22px;
  }

  .copy {
    border: 0;
    padding: 0 70px;
    font-size: 14px;
  }

  .client_pic img {
    max-width: 210px;
  }

  .client_pic img {
    max-width: 210px;
  }

  span.cart {
    display: none;
  }

  #header {
    position: fixed;
    z-index: 99;
    background: #ffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .city .owl-prev {
    display: none !important;
  }
  .trust .container {
    padding-right: 0;
  }
  .trust {
    margin-top: 80px;
  }

  .ss {
    right: 0px;
    bottom: -8px;
    height: auto;
  }

  .ss img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  section.numbers {
    padding: 28px 0 35px;
    margin-bottom: 80px;
  }
  .solution h3 svg {
    right: 7px;
    top: -54px;
  }
  .more .btns {
    justify-self: flex-start;
  }
  .desc h5 {
    font-size: 14px;
  }
  .desc p {
    font-size: 12px;
  }
  .exp h3,
  .faq-cols h3 {
    text-align: center !important;
  }
  .btns {
    font-size: 14px;
  }
  .faq .item {
    padding: 0 0px;
  }
  .faq .item.open {
    padding-bottom: 35px;
  }
  .logo a {
    display: flex;
    align-items: center;
  }

  /* Press page style */

  .press-hero-section {
    height: 242px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .press-hero-section .press-hero h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .press-hero-section span {
    font-size: 16px;
    font-weight: 400;
  }
  .press-section-two {
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .press-section-two h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25.2px;
  }
  .press-section-two-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
  }
  .press-section-two p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.16px;
  }
  .press-section-three .row {
    flex-direction: column;
  }
  .press-section-three .row .image-box {
    order: -1;
    width: 243px;
    height: 243px;
  }
  .press-section-three .row .image-box img {
    width: 72%;
  }
  .press-section-three .row .text-box {
    width: 100%;
  }
  .press-section-three .row .text-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.16px;
  }
  .press-section-two .container,
  .press-section-three .container,
  .press-section-four .container,
  .press-section-five .container {
    padding: 0 20px;
  }
  .press-section-four {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .press-section-four .text-warpper h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30.24px;
  }
  .press-section-four .text-warpper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
  }
  .press-section-four .text-warpper {
    padding: 25px 0;
  }

  .press-section-four .person-thought {
    flex-direction: column;
    width: 100%;
  }
  .press-section-four .person-thought .person-desc h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
  }
  .press-section-four .person-thought .person-desc p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.16px;
  }
  .press-section-five h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30.24px;
    text-align: center;
  }
  .press-section-five .feature {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
  }
  .press-section-five .feature strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
  }
  .press-section-six p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.16px;
  }
  .press-section-six .btns-wrapper {
    flex-direction: column;
  }
  .press-section-six .btns-wrapper a {
    width: 100%;
    text-align: center;
  }
  .press-section-six .btns-wrapper a:first-child {
    justify-content: center;
  }
  .supplier-reg-hero {
    height: auto;
    padding: 112px 0;
    padding-bottom: 160px;
  }
  .supplier-reg-content {
    width: 80%;
  }
  .supplier-reg-content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
  }
  .supplier-reg-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }
  .supplier-reg-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .supplier-reg-content br {
    display: none;
  }
  .supplier-reg-content .supplier-reg-btns {
    flex-direction: column;
  }
  .supplier-reg-content .supplier-reg-btns a {
    width: 100%;
    justify-content: center;
  }
  .supplier-reg-products {
    bottom: -110px;
    width: 100%;
    right: 0px;
  }
  .supplier-reg-brands h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .supplier-reg-brands-row {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  .supplier-advantages h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
  }
  .supplier-advantages-item {
    padding: 48px 32px;
    flex-direction: column;
    gap: 40px;
  }
  .supplier-advantages {
    padding-bottom: 50px;
  }
  .supplier-reg-products .container,
  .supplier-reg-brands .container,
  .supplier-advantages .container,
  .supplier-sells .container {
    width: 100%;
  }
  .supplier-sells h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .supplier-sells p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .supplier-sells-text {
    padding: 0 42px;
  }
  .supplier-sells-carousel {
    margin-top: 30px;
  }

  .supplier-sells-carousel .owl-item img {
    height: 195px;
    object-fit: cover;
  }
  .supplier-form h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .supplier-form .form {
    padding: 48px 30px;
    width: 100%;
  }
  .supplier-form .form h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  .supplier-form .form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
  .input-form {
    width: 100%;
    margin-bottom: 10px;
  }
  .supplier-faq-cols {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0px;
    background: #fff;
  }
  #supplierProducts.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
}

@media only screen and (max-width: 400px) {
  .via .sign-in {
    width: 100%;
  }
  .logo img {
    width: 125px !important;
  }
  #header .container {
    padding: 0 10px;
  }
  aside.via {
    gap: 5px;
  }
}
.sell-link {
  color: #000000;
}
