@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;700;800&display=swap");
/*
** Fonts
*/
/*
** media query widths
*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;700;800&display=swap");
.justify {
  text-align: justify; }

/*
** Fonts
*/
/*
** media query widths
*/
.advertiser-description p {
  font-size: 0.9rem; }

.custom-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 20px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .custom-container {
      max-width: 960px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .custom-container {
      max-width: 720px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .custom-container {
      max-width: 540px; } }

.container-fluid {
  position: relative; }

/* =============================================
        SLIDER HOME
    ============================================= */
.slider-container {
  position: relative; }
  @media (max-width: 767px) {
    .slider-container {
      padding: 0; } }

#home {
  overflow: hidden;
  position: relative; }

.right-box-slide {
  z-index: 5;
  border: 10px solid white;
  border-radius: 5px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .right-box-slide {
      border: 16px solid white; } }
  .right-box-slide img {
    max-width: 300px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .right-box-slide img {
        width: 225px; } }

.left-box-slide {
  padding-right: 20px;
  z-index: 10; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .left-box-slide {
      padding-right: 10px; } }
  @media (max-width: 991px) {
    .left-box-slide {
      padding-right: 0px; } }
  @media (min-width: 1200px) {
    .left-box-slide {
      padding-right: 10px; } }
  @media (max-width: 576px) {
    .left-box-slide {
      width: 350px; } }

.slider-home {
  position: relative;
  border: 16px solid white;
  z-index: 10;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff; }

/* =============================================
        SLIDER HOME
    ============================================= */
.wrapper-icon {
  background: #D04B41;
  border-radius: 50%;
  font-size: 30px;
  /*** ICONS ***/ }

.carousel-control-prev .fa-angle-left {
  position: absolute;
  left: -30px;
  padding: 3px 10px 3px 10px; }
  @media (max-width: 576px) {
    .carousel-control-prev .fa-angle-left {
      left: 5px; } }

.carousel-control-next .fa-angle-right {
  padding: 3px 10px 3px 10px;
  position: absolute;
  right: -30px; }
  @media (max-width: 576px) {
    .carousel-control-next .fa-angle-right {
      right: 5px; } }

.carousel-indicators li {
  border-radius: 50%; }

.carousel-indicators .active {
  background-color: #D04B41; }

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  width: auto;
  z-index: 5;
  margin: 0;
  list-style: none; }

/* =============================================
        VIP WIDGETS
    ============================================= */
.vip-widget-row {
  padding: 60px 0px; }
  .vip-widget-row .vip-widget {
    min-width: 130px;
    min-height: calc(130px + 10px);
    box-shadow: 2px 2px 15px rgba(160, 172, 173, 0.6);
    border-radius: 10px;
    overflow: hidden;
    transition: transform .5s; }
    .vip-widget-row .vip-widget:hover {
      transform: scale(1.2);
      transition: transform .5s; }
      .vip-widget-row .vip-widget:hover .vip-widget-description h3 {
        color: #D04B41; }
      .vip-widget-row .vip-widget:hover .vip-widget-description p {
        color: #D04B41; }
    .vip-widget-row .vip-widget .vip-widget-img {
      padding: 10px 0px;
      background: #ffffff; }
    .vip-widget-row .vip-widget .vip-widget-description {
      position: absolute;
      bottom: 0px;
      background: #FFF5E3;
      height: auto;
      min-height: 55px;
      width: 130px;
      padding: 10px 5px;
      border-radius: 0px 0px 10px 10px; }
      .vip-widget-row .vip-widget .vip-widget-description h3 {
        font-size: 0.8125rem;
        font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, Sans-serif;
        color: #373A3C;
        letter-spacing: -1px; }
      .vip-widget-row .vip-widget .vip-widget-description p {
        font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
        color: #373A3C;
        font-weight: bold;
        font-size: 1.125rem; }

/* =============================================
        ADVERTISERS NEWS
    ============================================= */
.advertisers-news {
  position: relative;
  background: #f7f3f3; }
  .advertisers-news h2 {
    font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 30px;
    text-transform: uppercase; }
  .advertisers-news .advertiser-image {
    z-index: 10;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 30px; }
    @media (max-width: 576px) {
      .advertisers-news .advertiser-image {
        padding-top: 50px; } }
  .advertisers-news .advertiser-image img {
    max-width: calc(300px + 25px);
    border: 25px solid #ffffff; }
    @media (max-width: 320px) {
      .advertisers-news .advertiser-image img {
        border: 30px solid #ffffff; } }
  .advertisers-news .advertiser-description {
    padding: 0px 40px; }
    @media (max-width: 767px) {
      .advertisers-news .advertiser-description {
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      .advertisers-news .advertiser-description {
        padding: 0px 120px; } }
    @media (max-width: 480px) {
      .advertisers-news .advertiser-description {
        padding: 0px 50px; } }
    .advertisers-news .advertiser-description p {
      font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, Sans-serif;
      line-height: 25px;
      margin: 20px 0px 50px 0px; }
      @media (min-width: 480px) {
        .advertisers-news .advertiser-description p {
          margin: 20px 0px 20px 0px; } }

.advertiser-border-top {
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: -10; }

.advertiser-border-bottom {
  position: relative;
  width: 100%;
  margin-top: -40px;
  z-index: -10; }
  @media (max-width: 980px) {
    .advertiser-border-bottom {
      margin-top: -20px; } }
  @media (max-width: 767px) {
    .advertiser-border-bottom {
      margin-top: 0px;
      margin-bottom: 10px; } }

.advertiser-border-top svg,
.advertiser-border-bottom svg {
  width: 100%; }

/* =============================================
   CATEGORIES
   ============================================= */
.home-categories:hover .cat-image img {
  transform: scale(1.1);
  transition: transform .5s; }
.home-categories:hover .category-name {
  font-weight: bold; }
.home-categories .category-name {
  color: #373A3C; }

/* =============================================
    FEATURED ADVERTISERS
   ============================================= */
.featured-description {
  position: absolute;
  bottom: 0;
  background: #D04B41;
  color: #ffffff;
  width: 100%;
  padding: 10px 20px;
  min-height: 62px; }

.featured-widget {
  position: relative;
  min-width: 130px;
  min-height: calc(140px + 10px);
  box-shadow: 2px 2px 5px rgba(160, 172, 173, 0.6);
  border-radius: 10px;
  overflow: hidden;
  transition: transform .5s;
  border: 5px solid #f7f3f3; }

.featured-description h3 {
  font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.widget-subcategory {
  color: #A0ACAD; }

.widget-pay_per_type_text {
  color: #373A3C;
  font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 5px;
  text-transform: uppercase; }

/* =============================================
        CATEGORIES SECTION
    ============================================= */
.slider-category-home {
  position: relative;
  overflow: hidden; }

.category-title, .featured-product-title, .blog-title-section {
  max-width: 290px;
  margin: 0 auto; }
  .category-title h2, .featured-product-title h2, .blog-title-section h2 {
    font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    line-height: 28px;
    text-transform: uppercase; }

.category-home-list .slider-control-left {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9; }
.category-home-list .slider-control-right {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9; }

/* =============================================
        EXTENSION BANNER
    ============================================= */
.extension-banner {
  background: #FFF5E3;
  position: relative;
  height: auto;
  min-height: 180px;
  margin-top: 40px;
  margin-bottom: 0px;
  z-index: 10; }
  @media (min-width: 980px) and (max-width: 992px) {
    .extension-banner {
      margin-top: 20px; } }

.extension-image img {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .extension-image img {
      position: relative; } }

.extension-description h2 {
  font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 23px; }
.extension-description ol, .extension-description p {
  font-font: "Comfortaa", "Helvetica Neue", Helvetica, Arial, Sans-serif; }
@media (max-width: 767px) {
  .extension-description {
    padding: 20px 20px; } }

/* =============================================
        FEATURED PRODUCTS
    ============================================= */
.featured-product-container {
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 100px; }

.featured-product-container::before {
  background-color: #f7f3f3;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -10; }

.featured-products-slider {
  position: relative;
  padding: 20px 20px; }
  .featured-products-slider .featured-product-title h2 {
    font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    line-height: 20px; }
  .featured-products-slider .slick-slide {
    padding: 20px; }
  .featured-products-slider img {
    position: relative;
    width: 100%;
    max-height: 240px;
    margin-bottom: 30px; }
  .featured-products-slider .product-feed {
    margin-top: 0px !important;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 15px #A0ACAD;
    height: auto;
    transition: transform .5s; }
    .featured-products-slider .product-feed:hover {
      transform: scale(1.1);
      transition: transform .5s; }
  .featured-products-slider h3 {
    font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 0.8125rem; }
  .featured-products-slider .product-feed-image {
    height: 130px;
    overflow: hidden;
    width: auto;
    margin-bottom: 20px;
    min-width: 100%; }
  .featured-products-slider .product-feed-title {
    height: 30px;
    margin-bottom: 10px; }
  .featured-products-slider .product-feed-description {
    margin-bottom: 15px; }
    .featured-products-slider .product-feed-description .price {
      font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
      font-size: 1.25rem;
      font-weight: bold; }
  .featured-products-slider .product-feed-links {
    width: 100%; }
    .featured-products-slider .product-feed-links a {
      font-size: 0.8125rem; }
  .featured-products-slider .product-feed-link {
    width: 100%; }

/* =============================================
        PREFERRED SECTION TEXT
    ============================================= */
.preferred-home-title {
  padding: 20px 80px;
  font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .preferred-home-title {
      padding: 20px 0px; } }
  .preferred-home-title h2 {
    font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: bold; }

/* =============================================
        BLOG NEWS
    ============================================= */
.blog-news {
  background: #D04B41;
  margin-top: -1px; }
  .blog-news .item-box-blog {
    background: white; }
  .blog-news .blog-summary p {
    font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-size: 0.8125rem;
    margin-bottom: 10px; }
  .blog-news .blog-category {
    position: absolute;
    padding: 3px 10px;
    background: #ffffff;
    border-radius: 10px;
    font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    color: #373A3C;
    font-size: 10px;
    text-transform: uppercase; }
  .blog-news .bg-image-cover {
    position: relative; }
  .blog-news .blog-title {
    position: absolute;
    top: Calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 100%; }
    .blog-news .blog-title h2 {
      font-family: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
    .blog-news .blog-title h3 {
      line-height: 25px !important; }
  .blog-news .blog-details {
    margin-bottom: 20px; }

.blog-title-section {
  position: relative;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 480px) {
    .blog-title-section {
      top: -20px; } }
  .blog-title-section .blog_title {
    font: "Prompt", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: bold; }

.border-blog-top {
  position: relative;
  margin-top: -160px;
  margin-bottom: -50px;
  background: #f7f3f3; }
  @media (min-width: 1300px) {
    .border-blog-top {
      margin-bottom: -120px; } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    .border-blog-top {
      margin-bottom: -70px; } }
  @media (max-width: 768px) {
    .border-blog-top {
      margin-top: -110px;
      margin-bottom: 0px; } }
  @media (max-width: 576px) {
    .border-blog-top {
      margin-top: -120px;
      margin-bottom: 0px; } }

.border-blog {
  height: 110px;
  overflow: hidden;
  margin-top: -120px; }
  @media (max-width: 768px) {
    .border-blog {
      height: 80px; } }

/* =============================================
    SLIDERS ICONS
    ============================================= */
.slider-control {
  position: relative;
  top: 5px;
  width: 100%;
  z-index: 99;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .slider-control {
      padding-right: 20px; } }

.slider-products {
  background: #D04B41;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px; }

.swiper-prev {
  padding: 5px 12px 5px 10px;
  margin-right: 10px; }

.swiper-next {
  padding: 5px 10px 5px 12px; }

/* =============================================
    SWIPER
    ============================================= */
.swiper-pagination {
  position: relative;
  margin: 30px auto;
  text-align: center; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0px 5px; }

.swiper-pagination-bullet-active {
  background: #D04B41;
  opacity: 1; }

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