/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
  position: relative;
  padding: 55px 0 300px;
  margin-bottom: -290px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .bg-image, body.frontend .section-vendors .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    padding: 55px 0 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: -390px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1600px) and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: calc(-390px + -60 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1600px) and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: -450px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: -525px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: calc(-525px + -25 * (100vw - 1600px) / 320);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: -550px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: -550px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: calc(-550px + -130 * (100vw - 1920px) / 640);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) and (min-width: 2560px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-vendors, body.frontend .section-vendors {
    margin-bottom: -680px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .container, body.frontend .section-vendors .container {
  z-index: 10;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__title, body.frontend .section-vendors__title {
  text-align: center;
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__vendors, body.frontend .section-vendors__vendors {
  opacity: 1;
  transition: all 0.4s ease;
  visibility: visible;
  height: auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__vendors.opacity-0, body.frontend .section-vendors__vendors.opacity-0 {
  opacity: 0 !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__vendors.closed, body.frontend .section-vendors__vendors.closed {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__vendors--categories, body.frontend .section-vendors__vendors--categories {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__vendors--categories.closed, body.frontend .section-vendors__vendors--categories.closed {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors__vendors--categories .btn:not(:last-of-type), body.frontend .section-vendors__vendors--categories .btn:not(:last-of-type) {
  margin-right: 22px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .vendor-close, body.frontend .section-vendors .vendor-close {
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .vendor-close span.close, body.frontend .section-vendors .vendor-close span.close {
  display: block;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .vendor-close span.open, body.frontend .section-vendors .vendor-close span.open {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .vendor-close .closed span.close, body.frontend .section-vendors .vendor-close .closed span.close {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-vendors .vendor-close .closed span.open, body.frontend .section-vendors .vendor-close .closed span.open {
  display: block;
}
.editor-styles-wrapper .block-editor-block-list__layout .filter-wrap li, body.frontend .filter-wrap li {
  list-style-type: none;
  cursor: pointer;
  list-style: none;
  width: 166px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  color: #f36b24;
  position: relative;
  background: #ffffff;
  padding: 10px 0 10px;
  border-radius: 50px;
  border: 2px solid #f36b24;
  transition: all 0.4s ease;
  margin-right: 12px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .filter-wrap li, body.frontend .filter-wrap li {
    margin-right: 22px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .filter-wrap li:last-of-type, body.frontend .filter-wrap li:last-of-type {
  margin-right: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .filter-wrap li::marker, body.frontend .filter-wrap li::marker {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .filter-wrap li:hover, body.frontend .filter-wrap li:hover {
  color: #fdbd3d;
  border: 2px solid #fdbd3d;
}
.editor-styles-wrapper .block-editor-block-list__layout .filter-wrap li.active, body.frontend .filter-wrap li.active {
  color: #fdbd3d;
  border: 2px solid #fdbd3d;
}
.editor-styles-wrapper .block-editor-block-list__layout .load-more, body.frontend .load-more {
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 10;
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .load-more.hide, body.frontend .load-more.hide {
  display: none !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .load-more.closed, body.frontend .load-more.closed {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .vendor, body.frontend .vendor {
  padding: 24px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .vendor, body.frontend .vendor {
    padding: 24px 35px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .vendor--item, body.frontend .vendor--item {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.51);
  position: relative;
  z-index: 10;
  padding: 15px;
}
.editor-styles-wrapper .block-editor-block-list__layout .vendor--item img, body.frontend .vendor--item img {
  height: 100%;
  width: auto;
}

/*# sourceMappingURL=block.css.map*/