.text--link {
  color: inherit;
  font-weight: inherit; }
  @media (max-width: 767px) {
    .text--link {
      margin-bottom: 20px; } }
  .text--link:hover {
    color: #2cbed2;
    text-decoration: underline; }

.featured-in h5 {
  color: #000;
  font-size: calc(112.5% + 0.29vw) !important; }

.link--expand::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-left: -6px;
  margin-right: 1rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -15px;
  left: 50%;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s; }

.link--expand {
  position: relative;
  font-weight: 600; }
  .link--expand:hover {
    color: #2cbed2; }
    .link--expand:hover::before {
      top: -20px; }

.section_pb_lg {
  padding-bottom: 5rem; }
  @media (max-width: 1024px) {
    .section_pb_lg {
      padding-bottom: 0; } }

.list li {
  color: #1b1b1b; }

.list li:before {
  background: currentColor;
  width: 7px;
  left: 2px; }

.btn_secondary {
  border: 2px solid #2cbed2;
  color: #2cbed2; }

.btn_secondary:active {
  background-color: #2cbed2;
  border-color: #2cbed2; }

.btn_secondary:hover {
  background: #2cbed2;
  border-color: #2cbed2; }

img {
  margin: 0; }

h5 {
  font-size: calc(110% + 0.23vw); }

.link-arrow::before {
  width: 8px;
  height: 8px;
  margin-left: -7px;
  margin-top: 2px; }

.link-arrow::after {
  width: 1.5rem;
  margin-top: 2px; }

.link-arrow:hover::after {
  width: 2.2rem; }

.cta {
  color: #000;
  display: contents; }
  .cta h3 {
    color: inherit; }
  .cta .btn:after, .cta .btn:before {
    display: none; }
  .cta .btn_secondary {
    display: block;
    min-width: 240px;
    max-width: 360px;
    border-radius: 0%;
    padding: 0.8rem 2rem;
    font-size: calc(100.5% + 0.24vw); }
  @media (max-width: 992px) {
    .cta {
      display: block;
      background-color: #000;
      color: white; }
      .cta .image {
        display: none; }
      .cta .btn_secondary {
        display: inline-block; } }

.header .logo svg .cls-3 {
  fill: #1f1a17; }

.header .logo svg .cls-6 {
  fill: #2cbed2; }

.header-btn:hover {
  background-color: #23c1cb;
  color: #fff;
  border-color: transparent; }

.header-navigation > ul > li > a:not(.header-btn) {
  color: #000; }

.navs-toggle span {
  background-color: #1f1a17; }

.inner-hero {
  background-color: #fff; }
  .inner-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  @media (max-width: 1400px) {
    .inner-hero {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .inner-hero {
      padding: 100px 0 60px;
      min-height: 400px; } }
  .inner-hero:after {
    display: none; }
  .inner-hero .fatbit-hero-content {
    max-width: 65%; }
    .inner-hero .fatbit-hero-content p {
      position: relative;
      color: #000;
      color: #1b1b1b;
      line-height: 1.26;
      font-weight: 600;
      font-size: calc(112.5% + 3vw);
      max-width: 100%;
      margin-bottom: 1.5rem; }
      .inner-hero .fatbit-hero-content p::after {
        content: "\25A0";
        display: inline;
        font-size: 0.455em;
        margin-left: 0.25em;
        color: #23c1cb; }
    .inner-hero .fatbit-hero-content h1 {
      color: #000;
      font-weight: 400;
      font-size: 1.375rem;
      max-width: 650px;
      margin-bottom: 0; }
      .inner-hero .fatbit-hero-content h1::after {
        display: none; }
    @media (max-width: 767px) {
      .inner-hero .fatbit-hero-content {
        max-width: 100%;
        text-align: left; } }
    @media (max-width: 576px) {
      .inner-hero .fatbit-hero-content p {
        font-size: 25px;
        line-height: 1.5; }
      .inner-hero .fatbit-hero-content h1 {
        font-weight: 500;
        font-size: 15px;
        width: 85%; } }

.allprod_feature {
  width: 70%; }
  .allprod_feature h2 {
    margin: 0;
    padding: 0; }
  @media (max-width: 1600px) {
    .allprod_feature {
      width: 75%; } }
  @media (max-width: 1300px) {
    .allprod_feature {
      width: 80%; } }
  @media (max-width: 767px) {
    .allprod_feature {
      width: 100%; } }

.allprod_boxs {
  margin: -45px 0; }
  .allprod_boxs .row [class*="col-"] {
    margin: 45px 0; }
    @media (max-width: 1600px) {
      .allprod_boxs .row [class*="col-"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 27%;
                flex: 0 0 27%;
        max-width: 27%; } }
    @media (min-width: 992px) and (max-width: 1400px) {
      .allprod_boxs .row [class*="col-"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%; } }
  @media (max-width: 1024px) {
    .allprod_boxs {
      display: none; } }

.allprod_box {
  background-color: #f3f3f3;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .allprod_box img {
    width: 100%; }
  .allprod_box:hover {
    -webkit-box-shadow: 15px 15px 15px -10px rgba(0, 0, 0, 0.3);
            box-shadow: 15px 15px 15px -10px rgba(0, 0, 0, 0.3); }

.allprod_box_content {
  padding: 38px 30px 33px; }
  .allprod_box_content h4 {
    margin-bottom: 6px;
    font-weight: 600; }
  .allprod_box_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45; }
  @media (max-width: 992px) {
    .allprod_box_content {
      padding: 20px 10px 20px; }
      .allprod_box_content h4 {
        margin: 0;
        line-height: 1.6; }
      .allprod_box_content p {
        font-size: 16px; } }

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

.prod_details .prod_single_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: 650px;
  padding: calc(14px + 2.2vw);
  background-color: #f3f3f3; }
  .prod_details .prod_single_content::before {
    content: "";
    position: absolute;
    left: 100%;
    background-color: inherit;
    height: 100%;
    width: 30%;
    z-index: -1; }
    @media (max-width: 992px) {
      .prod_details .prod_single_content::before {
        display: none; } }
  @media (max-width: 1600px) {
    .prod_details .prod_single_content {
      min-height: 560px;
      padding: calc(14px + 1.2vw) calc(14px + 2.2vw); } }
  @media (max-width: 1400px) {
    .prod_details .prod_single_content {
      min-height: 530px; } }
  @media (max-width: 1300px) {
    .prod_details .prod_single_content {
      min-height: 490px; } }
  @media (max-width: 992px) {
    .prod_details .prod_single_content {
      background-color: transparent;
      min-height: 0;
      padding: 15px 0 0; } }

.prod_details .prod_img img {
  width: 100%; }

.prod_details_text {
  width: 80%; }
  .prod_details_text h5 {
    font-weight: 500;
    color: #1b1b1b;
    margin: 10px 0 30px;
    line-height: 1.45; }
  .prod_details_text svg,
  .prod_details_text img {
    max-width: 160px;
    height: 60px; }
  .prod_details_text .yocoach_logo {
    height: 55px; }
  .prod_details_text .yorent_logo {
    max-width: 145px;
    height: 48px; }
  .prod_details_text .growcer_logo {
    max-width: 155px;
    height: 65px; }
  .prod_details_text .tribe_logo {
    max-width: 140px;
    height: 69px; }
  .prod_details_text .yoyumm_logo {
    max-width: 140px;
    height: 60px; }
  .prod_details_text .yopro_logo {
    max-width: 115px;
    height: 55px; }
  .prod_details_text .vivocab_logo {
    height: 44px; }
  .prod_details_text .yogigs_logo {
    height: 50px; }
  .prod_details_text .yomeals_logo {
    height: 70px; }
  .prod_details_text .paper_logo {
    height: 48px; }
  .prod_details_text .yodeals_logo {
    height: 36px; }
  .prod_details_text .stitch_logo {
    max-width: 135px;
    height: 45px; }
  .prod_details_text .yocare_logo {
    height: 58px; }
  .prod_details_text .gigs_logo {
    height: 50px; }
  .prod_details_text .bizixx_logo {
    height: 40px; }
  .prod_details_text .prod_link {
    padding: 1.9rem 0 0; }
  @media (max-width: 1600px) {
    .prod_details_text {
      width: 95%; } }
  @media (max-width: 1400px) {
    .prod_details_text {
      width: 100%; } }
  @media (max-width: 992px) {
    .prod_details_text svg,
    .prod_details_text img {
      max-width: 125px;
      height: 60px; }
    .prod_details_text h5 {
      margin: 2px 0 20px;
      line-height: 1.6; }
    .prod_details_text .prod_link {
      padding: 1.2rem 0 0; }
      .prod_details_text .prod_link a {
        font-size: 16px; }
    .prod_details_text .yokart_logo {
      height: 50px; }
    .prod_details_text .yocoach_logo {
      height: 46px; }
    .prod_details_text .yorent_logo {
      max-width: 125px;
      height: 46px; }
    .prod_details_text .growcer_logo {
      max-width: 135px;
      height: 58px; }
    .prod_details_text .tribe_logo {
      max-width: 125px;
      height: 56px; }
    .prod_details_text .yoyumm_logo {
      max-width: 125px;
      height: 54px; }
    .prod_details_text .yopro_logo {
      max-width: 92px;
      height: 50px; }
    .prod_details_text .vivocab_logo {
      height: 40px;
      max-width: 140px; }
    .prod_details_text .yogigs_logo {
      height: 45px; }
    .prod_details_text .yomeals_logo {
      height: 60px; }
    .prod_details_text .paper_logo {
      height: 42px; }
    .prod_details_text .yodeals_logo {
      height: 38px; }
    .prod_details_text .stitch_logo {
      max-width: 105px;
      height: 36px; }
    .prod_details_text .yocare_logo {
      height: 54px; }
    .prod_details_text .gigs_logo {
      height: 46px; }
    .prod_details_text .bizixx_logo {
      height: 38px; } }

.prod_details section:nth-of-type(even) .prod_single_content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .prod_details section:nth-of-type(even) .prod_single_content::before {
    left: auto;
    right: 100%; }

.prod_details section:nth-of-type(odd) .row {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

@media (max-width: 767px) {
  .product_boxes [class*="col-"] {
    padding: 0; } }

.product_box {
  border: 1px solid #c1c1c1a3;
  padding: 3.5rem 2rem;
  text-align: center;
  margin: 0 15px;
  height: 100%;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .product_box h5 {
    margin: 1.875rem 0 0; }
  .product_box svg {
    max-width: 150px;
    height: 65px; }
  .product_box .funaway_logo {
    max-width: 126px; }
  .product_box .yofunding_logo {
    max-width: 180px; }
  .product_box:hover {
    -webkit-box-shadow: 15px 15px 15px -10px rgba(0, 0, 0, 0.3);
            box-shadow: 15px 15px 15px -10px rgba(0, 0, 0, 0.3); }
    .product_box:hover h5 {
      color: #2cbed2; }
  @media (max-width: 1600px) {
    .product_box {
      padding: 2.2rem 2rem; } }
  @media (max-width: 1400px) {
    .product_box {
      padding: 1.8rem 1.2rem; }
      .product_box h5 {
        margin: 0.7rem 0 0; } }
  @media (max-width: 992px) {
    .product_box {
      padding: 1.5rem 1rem;
      margin: 0; } }
  @media (max-width: 767px) {
    .product_box {
      padding: 13px 17px;
      text-align: left; }
      .product_box svg {
        max-width: 105px;
        height: 45px; }
      .product_box h5 {
        margin: 0.7rem 0 0;
        font-weight: 400; }
      .product_box .yofunding_logo {
        max-width: 136px; }
      .product_box .funaway_logo {
        max-width: 105px;
        height: 60px; }
      .product_box .yotree_logo {
        max-width: 46px;
        height: 45px; } }

/*# sourceMappingURL=multivendor-ecommerce-marketplace-platforms.css.map */
