/*-- ==============================================
         Vendor List section :: Start
=================================================== */
.vendor-list-section {
  padding: 5.6rem 0 4.6rem;
}

@media screen and (max-width: 991px) {
  .vendor-list-section {
    margin-top: 0;
    padding: 1.9rem 0 0.3125rem;
  }
}

/*-- ============================================================
         Vendor List Right Content Section :: Start
================================================================ */
/* .right-content {
  padding-left: 1rem;
} */

@media screen and (max-width: 991px) {
  .right-content {
    padding-left: 0;
    padding-top: 0;
  }
}

.right-content .vendor-content-section {
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 767px) {
  .right-content .vendor-content-section {
    margin-bottom: 1rem;
  }
}

.right-content .vendor-content-section .primary-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  font-family: "Jost-Bold";
}

@media screen and (max-width: 767px) {
  .right-content .vendor-content-section .primary-title {
    font-size: 1.313rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
  }
}

.right-content .vendor-content-section .primary-title img {
  margin-right: 1.25rem;
}
.right-content .vendor-content-section .vendors-prefer {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .right-content .vendor-content-section .primary-title img {
    margin-right: 0.75rem;
  }
}

.right-content .vendor-content-section .sub-title {
  margin-bottom: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #505455;
  color: white;
  text-align: center;
}

.right-content .vendor-content-section ul {
  list-style-type: none;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .right-content .vendor-content-section ul {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.right-content .vendor-content-section ul li {
  margin-bottom: 0.725rem;
  display: inline-block;
  width: 100%;
}

.right-content .vendor-content-section ul li .list-text {
  line-height: 1.875rem;
  text-decoration: underline;
  width: 84%;
  display: inline-block;
  font-family: "Jost-Medium";
  font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
  .right-content .vendor-content-section ul li .list-text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.right-content .vendor-content-section ul li .list-text:hover {
  color: #505455;
}

.right-content .vendor-content-section ul li .list-text:focus {
  border: 0;
}

.right-content .vendor-content-section .flag-wrap {
  text-align: right;
  float: right;
  width: 16%;
}

.right-content .vendor-content-section .flag-wrap img {
  margin-right: 0.325rem;
  display: inline-block;
  line-height: 0;
}

.right-content .hide-lg {
  display: none;
}

@media screen and (max-width: 991px) {
  .right-content .hide-lg {
    display: block;
  }
}

.right-content .mobile-search {
  display: none;
}

@media screen and (max-width: 991px) {
  .right-content .mobile-search {
    margin-bottom: 1rem;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .right-content .mobile-select-filter {
    margin-bottom: 2rem;
    margin-top: 0rem;
    position: -webkit-sticky;
    position: sticky;
    padding: 10px 0;
    background-color: #fff;
    z-index: 9;
  }
  .right-content .mobile-select-filter .custom-select {
    height: 2.5rem;
  }
}

/*-- ============================================================
         Vendor List Right Content Section :: End
================================================================ */
/*-- ==============================================
         Vendor List section :: End
=================================================== */
