@charset "UTF-8";
/**
 * Breakpoints
 */
/**
 * Font Families
 */
/**
 * Colours
 */
/**
 * Links
 */
/**
 * Primary Button. Manage rest of the styling from Customizer
 */
/**
 * Secondary Button
 */
/**
 * Forms
 */
/**
 * Tables
 */
/**
 * List Style
 */
/**
 * Generates styles for a button variant.
 */
/**
 * Links
 */
a,
.ast-single-post .entry-content a {
  outline: none;
}
a:hover,
.ast-single-post .entry-content a:hover {
  outline: none;
}
a:focus,
.ast-single-post .entry-content a:focus {
  outline: 1px solid;
}

/**
 * Button
 */
button:hover {
  outline: none;
}
button:focus {
  outline: none;
}

/**
 * Paragraph
 */
p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

/**
 * Lists
 */
ul {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 3em;
}

.black-text,
.black-text .fl-heading {
  color: #000 !important;
}

.white-text,
.white-text .fl-heading {
  color: #fff !important;
}

.hide {
  display: none;
}

.clearfix {
  clear: both;
}

.grey-background .fl-row-content-wrap {
  background-color: #f9f9f9;
}

.white-background .fl-row-content-wrap {
  background-color: #fff;
}

.homepage-banner-row .fl-row-content-wrap {
  /* Write CSS here. */
}

.page-banner-row .fl-row-content-wrap {
  /* Write CSS here. */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 -27px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 27px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.button,
.button-primary,
.menu-toggle,
.ast-button,
.ast-custom-button,
input#submit,
input[type=button],
input[type=submit],
input[type=reset] {
  outline: none;
  display: block;
  box-shadow: none;
  text-decoration: none;
}
.button:hover,
.button-primary:hover,
.menu-toggle:hover,
.ast-button:hover,
.ast-custom-button:hover,
input#submit:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  outline: none;
  text-decoration: none;
}
.button:focus,
.button-primary:focus,
.menu-toggle:focus,
.ast-button:focus,
.ast-custom-button:focus,
input#submit:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline: none;
  text-decoration: none;
}

.button.button-secondary {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.button.button-secondary:hover {
  color: #3b3b3b;
  background-color: #fff;
  border-color: #3b3b3b;
}
.button.button-secondary:active, .button.button-secondary:focus {
  color: #3b3b3b;
  background-color: #fff;
  border-color: #3b3b3b;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=date],
input[type=month],
textarea {
  -webkit-appearance: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=reset],
input[type=tel],
input[type=date],
input[type=month],
select,
textarea {
  color: #000;
  padding: 0.75rem;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #3b3b3b;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=reset]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
select:focus,
textarea:focus {
  background: transparent;
  color: #000;
}

.gform_wrapper .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gfield input:not([type=checkbox]):not([type=radio]),
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  background: transparent;
  border-radius: 5px;
  height: auto;
  width: 100%;
  padding: 0.75rem;
}
.gform_wrapper .gfield input:not([type=checkbox]):not([type=radio]):focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  background: transparent;
  color: #000;
}
.gform_wrapper .ginput_complex {
  display: flex;
  justify-content: space-between;
}
.gform_wrapper .ginput_complex > span {
  display: inline-block;
}
.gform_wrapper .ginput_complex.ginput_container_address {
  display: block;
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_full {
  width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
  width: 50%;
}

table,
td,
th {
  border-width: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}

td,
th {
  padding: 8px;
  border-width: 0 1px 1px 0;
}

th {
  font-weight: 700;
}

/* Header */
a:focus {
  outline: none !important;
}

.site-header-section .wp-block-image img {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .site-header-section .wp-block-image img {
    width: 31px;
  }
}
@media screen and (max-width: 767px) {
  .site-header-section .ast-button-wrap button:hover {
    outline: none !important;
  }
}
.site-header-section > .header-widget-area-inner {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .ast-header-break-point,
.main-navigation {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 992px) {
  .ast-header-break-point .stack-on-mobile li,
.main-navigation .stack-on-mobile li {
    border-bottom: 1px solid #d0d0d0 !important;
  }
}
@media screen and (max-width: 767px) {
  .ast-header-break-point .stack-on-mobile li,
.main-navigation .stack-on-mobile li {
    border-bottom: 1px solid #d0d0d0 !important;
  }
}

@media screen and (max-width: 992px) {
  .search-form {
    max-width: 216px;
    margin: 0 auto;
  }
}
.search-form .search-field {
  outline: none !important;
}

input.search-field:focus {
  border: 1px solid #ff7171;
}

@media screen and (max-width: 992px) {
  .site-header .menu-text a {
    color: #000;
  }
}
@media screen and (max-width: 992px) {
  .site-header .ast-mobile-header-content.content-align-center {
    max-width: 433px;
    height: 100vh;
    right: 0;
    position: fixed;
  }
  .site-header .ast-mobile-header-content.content-align-center::after {
    content: " ";
    background-color: #000;
    width: 100vw;
    height: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
  }
}
.site-header .menu-item-type-custom span {
  color: #000;
}
.site-header .menu-item-type-custom span:hover {
  color: #989898;
}

@media screen and (max-width: 992px) {
  .ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

.ecwid-productBrowser h1.page-title__name.ec-header-h1 {
  text-transform: none;
}

.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1024px) {
  .site-footer .site-primary-footer-wrap {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .site-primary-footer-wrap {
    padding-bottom: 20px !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .site-primary-footer-wrap {
    padding-left: 0;
  }
}
.site-footer .site-primary-footer-wrap span.footer-text {
  font-size: 24px;
  font-family: "Roboto Condensed", serif;
  color: #ff7171;
}
.site-footer .site-primary-footer-wrap span.footer-text a {
  color: #ff7171;
}
.site-footer .site-primary-footer-wrap span.footer-text a:hover {
  color: #3b3b3b;
}
@media screen and (max-width: 992px) {
  .site-footer .site-primary-footer-wrap span.footer-text {
    font-size: 22px !important;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-primary-footer-wrap span.footer-text {
    font-size: 18px !important;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-primary-footer-wrap span.footer-text .footer-contents span {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
  }
}
.site-footer .site-primary-footer-wrap span.footer-text span.divider-point {
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .site-footer .site-primary-footer-wrap span.footer-text span.divider-point {
    display: none;
  }
}
.site-footer .site-primary-footer-wrap h2.widget-title {
  font-size: 16px;
  color: #3d3d3d;
}
@media screen and (max-width: 992px) {
  .site-footer .site-primary-footer-wrap h2.widget-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-primary-footer-wrap h2.widget-title {
    margin-bottom: 10px !important;
  }
}
.site-footer .site-below-footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .site-footer .site-below-footer-wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .site-below-footer-wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-below-footer-wrap {
    max-width: 350px !important;
  }
}
.site-footer .widget_nav_menu li {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .site-footer .site-primary-footer-inner-wrap.ast-builder-grid-row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .site-footer aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .site-footer aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .site-footer nav.menu-header-menu-container {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .site-footer nav.menu-footer-secondary-menu-container {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .site-footer section#nav_menu-6 {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .site-footer section#nav_menu-6 {
    margin-left: 0 !important;
  }
}
.site-footer .site-footer-section {
  justify-content: flex-end;
}
.site-footer .site-footer-section li.menu-item a {
  color: #989898;
}
.site-footer .site-footer-section li.menu-item a:hover {
  color: #ff7171;
}
.site-footer .ast-footer-copyright a {
  color: #3d3d3d;
}
.site-footer .ast-footer-copyright a:hover {
  color: #ff7171;
}
.site-footer .footer-widget-area section#block-6 {
  margin: 0 auto !important;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-widget-area section#block-6 {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .footer-widget-area section#block-6 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-widget-area section#block-6 {
    margin: 0 auto !important;
  }
}
.site-footer .site-footer-section-3 {
  width: 82%;
  float: left;
}
@media screen and (max-width: 992px) {
  .site-footer .site-footer-section-3 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-section-3 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
    margin-right: 50px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .ast-builder-footer-grid-columns {
    grid-column-gap: 0;
  }
}

/* Pages CSS */
.row-preset-home-camper-meyer .camper-image .fl-photo-content img {
  height: 400px;
  width: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-preset-home-camper-meyer .camper-image-sec .fl-photo-content img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-preset-home-camper-meyer .image-content .fl-photo-content img {
  left: 0;
  top: 0;
  z-index: -1;
  width: 670px;
  height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .row-preset-home-camper-meyer .image-content .fl-photo-content img {
    position: unset;
  }
}
@media screen and (max-width: 992px) {
  .row-preset-home-camper-meyer .image-content .fl-photo-content img {
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-camper-meyer .image-content .fl-photo-content img {
    position: unset;
    height: 432px !important;
  }
}
.row-preset-home-camper-meyer .image-content span.fl-heading-text {
  position: relative;
  z-index: 1;
}

.row-preset-homepage-banner .banner-text .fl-rich-text p {
  font-size: 19px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .row-preset-homepage-banner .banner-text .fl-rich-text p {
    font-size: 17px !important;
    line-height: 22px;
  }
}
.row-preset-homepage-banner .banner-paragraph .fl-rich-text p {
  font-size: 22px;
  line-height: 29px;
}
.row-preset-homepage-banner .home-infobox .uabb-photo-img {
  min-height: 55px;
}
@media screen and (max-width: 992px) {
  .row-preset-homepage-banner .home-infobox .uabb-infobox-title {
    min-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-homepage-banner .home-infobox .uabb-infobox-title {
    min-height: unset;
  }
}
.row-preset-homepage-banner span.bold-text {
  font-weight: 500;
}

.row-preset-home-what-you-want span.contact-info {
  font-size: 24px;
  line-height: 33px;
  font-family: "Roboto Condensed", serif;
  color: #ff7171;
}
@media screen and (max-width: 767px) {
  .row-preset-home-what-you-want span.contact-info {
    font-size: 18px;
  }
}
.row-preset-home-what-you-want span.contact-info a {
  color: #ff7171;
  text-decoration: none;
}
.row-preset-home-what-you-want span.contact-info a:hover {
  color: #3b3b3b;
}
.row-preset-home-what-you-want .home-contact .fl-rich-text p {
  line-height: 21px;
}
.row-preset-home-what-you-want .contact-photo .fl-photo-content img {
  position: absolute;
  width: 1015px;
  height: 489px;
  z-index: -1;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .row-preset-home-what-you-want .contact-photo .fl-photo-content img {
    position: unset;
  }
}
@media screen and (max-width: 992px) {
  .row-preset-home-what-you-want .contact-photo .fl-photo-content img {
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-what-you-want .contact-photo .fl-photo-content img {
    position: unset;
    height: 432px !important;
  }
}
.row-preset-home-what-you-want span.fl-heading-text {
  position: relative;
  z-index: 1;
}
.row-preset-home-what-you-want span.divider-point {
  vertical-align: super;
}

@media screen and (max-width: 992px) {
  .row-preset-home-show-us .fl-col-group {
    display: flex;
    flex-direction: row-reverse;
  }
}
.row-preset-home-show-us .bus-image .fl-photo-content img {
  width: 442px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .row-preset-home-show-us .bus-image .fl-photo-content img {
    width: auto;
    height: auto;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-show-us .bus-image .fl-photo-content img {
    width: 261px;
    height: 225px;
    transform: scaleX(1);
  }
}

.row-preset-home-show-us-boxes .customer-content .customer-cards {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
}
.row-preset-home-show-us-boxes .customer-content .customer-cards h4.fl-post-title.customer-title {
  line-height: 23px;
  font-size: 17px;
  text-decoration: none !important;
  color: #fff;
  text-shadow: 0 0 #fff;
}
.row-preset-home-show-us-boxes .customer-content .customer-cards h4.customer-location {
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 #fff;
}
.row-preset-home-show-us-boxes .customer-content .customer-cards .fl-post-excerpt.customer-desc {
  font-size: 13px;
  color: #fff;
  text-align: left;
  font-family: "Roboto Condensed", serif;
  text-shadow: 0 0 #fff;
}
.row-preset-home-show-us-boxes .customer-content .customer-cards .customer-main {
  display: flex;
  gap: 5px;
}
.row-preset-home-show-us-boxes .customer-content .customer-cards .customer-details {
  position: absolute;
  bottom: 0%;
  background-color: #000;
  opacity: 0.6;
  padding: 15px 20px 20px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row-preset-home-show-us-boxes .customer-content .uabb-post-wrapper {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-show-us-boxes .customer-content .uabb-blogs-pagination {
    padding-top: 10px;
  }
}

.row-preset-home-with-us .home-testimonial .uabb-testimonials .uabb-testimonial {
  width: 350px !important;
  background-color: #fff;
  margin: 0 35px 0 0;
  padding: 50px 25px;
  min-height: 410px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-with-us .home-testimonial .uabb-testimonials .uabb-testimonial {
    width: 335px !important;
    margin: 0 33px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-with-us .home-testimonial .uabb-testimonials .uabb-testimonial {
    width: 394px !important;
    margin: 0 auto !important;
  }
}
.row-preset-home-with-us .home-testimonial .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.row-preset-home-with-us .home-testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
  border: 1px solid #fff;
}
.row-preset-home-with-us .home-testimonial .bx-wrapper .bx-pager.bx-default-pager .active {
  background: #ff7171;
}
.row-preset-home-with-us .home-testimonial .uabb-testimonial-author-description {
  position: absolute;
  margin: 35px 30px 50px 30px;
  left: 0;
  min-height: 450px;
  border-top: 2px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .row-preset-home-with-us .home-testimonial .uabb-testimonial-author-description {
    margin: 35px 80px 50px 30px;
  }
}
.row-preset-home-with-us .home-testimonial .bx-wrapper .bx-controls-auto,
.row-preset-home-with-us .home-testimonial .bx-wrapper .bx-pager {
  bottom: -50px;
}
.row-preset-home-with-us .fl-row-content-wrap::after {
  background: #9b9b9b 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}

.row-preset-home-our-topics .products-content-main {
  background-color: #fff;
}
.row-preset-home-our-topics .box-position-right {
  flex-direction: row-reverse;
}
.row-preset-home-our-topics .products-wrapper-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .row-preset-home-our-topics .products-wrapper-card {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-our-topics .products-wrapper-card {
    gap: 10px;
  }
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content {
  -o-object-fit: cover;
     object-fit: cover;
  height: 353px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .inner-cat-main-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .box-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #9b9b9b 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .product-content-wrap {
  display: inline-block;
  max-width: 440px;
  padding: 20px;
  z-index: 2;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .product-content-wrap .products-title {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-family: "Rustico - V2", serif;
  line-height: 38px;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .product-content-wrap .products-text-wrap {
  color: #fff;
  text-align: center;
  line-height: 21px;
  margin-bottom: 20px;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .product-content-wrap .read-more-btn {
  text-align: center;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .product-content-wrap .read-more-btn a.category-link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", serif;
  font-weight: 600;
  background-color: #ff7171;
  text-decoration: none;
  padding: 10px;
  color: white;
  border-radius: 3px;
  display: inline-block;
}
.row-preset-home-our-topics .products-wrapper-card .product-cat-content .product-content-wrap .read-more-btn a.category-link:hover {
  background-color: #fff;
  border: 1px solid #ff7171;
  color: #ff7171;
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper {
  display: flex;
  gap: 30px;
  margin: 0 13px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-our-topics .products-wrapper-card .products-content-wrapper {
    margin: 0 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-our-topics .products-wrapper-card .products-content-wrapper {
    margin: 0 21px !important;
    gap: 10px !important;
  }
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper a {
  text-decoration: none !important;
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-box {
  overflow: hidden;
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  transition: transform 0.2s;
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-box img:hover {
  transform: scale(1.1);
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-title {
  font-size: 17px;
  font-weight: 500;
  padding-left: 13px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-title:hover {
  color: #ff7171;
}
@media screen and (max-width: 767px) {
  .row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-title {
    font-size: 16px;
  }
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-description {
  font-size: 13px;
  font-family: "Roboto Condensed", serif;
  padding: 1px 13px 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-preset-home-our-topics .products-wrapper-card .products-content-wrapper .product-content-price {
  font-size: 15px;
  font-weight: 500;
  padding-left: 13px;
  padding-bottom: 20px;
}
.row-preset-home-our-topics .products-wrapper-card .products-items {
  width: calc(50% - 15px);
}
@media screen and (max-width: 992px) {
  .row-preset-home-our-topics .products-wrapper-card .products-items {
    width: 100%;
  }
}
.row-preset-home-our-topics .products-wrapper-card .product-custom-link a {
  text-decoration: none !important;
  font-size: 14px;
  font-family: "Roboto Condensed", serif;
  font-weight: 600;
  color: #3b3b3b;
  line-height: 54px;
  margin-left: 60px;
}
.row-preset-home-our-topics .products-wrapper-card .product-custom-link a:hover {
  color: #ff7171 !important;
}

@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-product-wrapper {
    margin: 0 21px;
  }
}
.row-preset-home-meyers-favourite .favourite-product-wrapper a {
  text-decoration: none;
}
.row-preset-home-meyers-favourite .favourite-items-contents {
  background-color: #fff;
  height: 330px;
}
.row-preset-home-meyers-favourite .favourite-custom .slick-arrow {
  margin: 20px 0;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom .slick-arrow {
    margin: 8px 0 20px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-meyers-favourite .favourite-custom .slick-arrow {
    margin: 0 0 20px 0 !important;
  }
}
.row-preset-home-meyers-favourite .favourite-custom .favourite-img img {
  height: 213px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
  overflow: hidden;
}
.row-preset-home-meyers-favourite .favourite-custom .favourite-img img:hover {
  transform: scale(1.1);
}
.row-preset-home-meyers-favourite .favourite-custom .favourite-title {
  font-size: 17px;
  font-weight: 500;
  padding-left: 13px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-preset-home-meyers-favourite .favourite-custom .favourite-title:hover {
  color: #ff7171;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom .favourite-title {
    padding-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-meyers-favourite .favourite-custom .favourite-title {
    font-size: 16px;
  }
}
.row-preset-home-meyers-favourite .favourite-custom .favourite-description {
  font-size: 13px;
  font-family: "Roboto Condensed", serif;
  padding: 1px 13px 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom .favourite-description {
    padding-left: 13px;
  }
}
.row-preset-home-meyers-favourite .favourite-custom .favourite-price {
  font-size: 15px;
  font-weight: 500;
  padding-left: 13px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom .favourite-price {
    padding-bottom: 15px;
    padding-left: 13px;
  }
}
.row-preset-home-meyers-favourite .favourite-custom .tab-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom .tab-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-meyers-favourite .favourite-custom .tab-title {
    text-align: left;
    margin-bottom: 25px;
  }
}
.row-preset-home-meyers-favourite .favourite-custom .tab-title a {
  text-decoration: none !important;
  font-size: 14px;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  color: #3b3b3b !important;
}
.row-preset-home-meyers-favourite .favourite-custom .tab-title a.tab-link:hover {
  color: #989898 !important;
}
.row-preset-home-meyers-favourite .favourite-custom .tab-title a.tab-link.active {
  color: #ff7171 !important;
}
.row-preset-home-meyers-favourite .favourite-custom .tab-title a.tab-link.active:hover {
  color: #989898 !important;
}
.row-preset-home-meyers-favourite .favourite-custom button.slick-prev.slick-arrow {
  left: -17px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom button.slick-prev.slick-arrow {
    left: -28px !important;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-meyers-favourite .favourite-custom button.slick-prev.slick-arrow {
    left: -40px !important;
  }
}
.row-preset-home-meyers-favourite .favourite-custom button.slick-next.slick-arrow {
  left: 20px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom button.slick-next.slick-arrow {
    left: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  .row-preset-home-meyers-favourite .favourite-custom button.slick-next.slick-arrow {
    left: -5px !important;
  }
}
.row-preset-home-meyers-favourite .favourite-custom .slick-list {
  margin: 0 -13px;
}
@media screen and (max-width: 992px) {
  .row-preset-home-meyers-favourite .favourite-custom .slick-list {
    margin: 0 -27px;
  }
}

.tab-content {
  display: none;
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: 100%;
  background-color: transparent;
  color: #ff7171;
  left: -30px;
  font-size: 18px;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  button.slick-prev.slick-arrow {
    left: -28px !important;
  }
}
@media screen and (max-width: 767px) {
  button.slick-prev.slick-arrow {
    left: -40px !important;
  }
}

button.slick-next.slick-arrow {
  position: absolute;
  top: 100%;
  left: 5px;
  background-color: transparent;
  color: #ff7171;
  font-size: 18px;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  button.slick-next.slick-arrow {
    left: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  button.slick-next.slick-arrow {
    left: -5px !important;
  }
}

.fa-angle-left:hover {
  color: #3b3b3b;
}
.fa-angle-left::before {
  content: "";
}

.fa-angle-right:hover {
  color: #3b3b3b;
}
.fa-angle-right::before {
  content: "";
}

.slick-slide {
  margin: 0 12px;
}
@media screen and (max-width: 992px) {
  .slick-slide {
    margin: 0 17px !important;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide {
    margin: 0 5px !important;
  }
}

/* Archives */
/* Singles */
/* 404 */
