/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    font-family: "Noto Sans";
    font-size: 17px;
    line-height: 32px;
    color: #696969;
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  nav#mobile-header {
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  
  .main-navigation {
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  
  .home .main-navigation {
    box-shadow: none !important;
  }
  
  @media (min-width: 1024px) {
    .site-logo {
      margin: 20px;
    }
  }
  
  .site-logo.mobile-header-logo {
    margin: 0 auto 0 30px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  
  .home .site-logo.mobile-header-logo img {
    filter: brightness(0) invert(1);
  }
  
  .navigation-stick .site-logo.mobile-header-logo img,
  .stuckElement.toggled .site-logo.mobile-header-logo img {
    filter: none;
    margin: 0;
  }
  
  .main-navigation .main-nav ul li a {
    padding: 10px 30px;
    font-weight: 700;
    line-height: inherit;
  }
  
  @media (min-width: 1024px) {
    .main-navigation .main-nav ul li a {
      padding: 0 20px;
      line-height: 60px;
    }
  }
  
  h1,
  h2,
  h3,
  h4 {
    color: #17191d;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
  
  @media (max-width: 1023px) {
    h3 {
      font-size: 24px !important;
    }
  
    h2 {
      font-size: 18px !important;
    }
  }
  
  .addtoany_shortcode { border-bottom: 1px
  #989898 solid;
  border-top: 1px
  #989898 solid;
  margin-bottom: 20px;
  padding: 20px 0; }
  .woocommerce-product-gallery__image.flex-active-slide {
      pointer-events: none !important;
  }
  h1.woocommerce-products-header__title {
    margin-bottom: 40px;
  }
  
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 20px 0;
    text-align: left;
    font-weight: 700 !important;
    letter-spacing: -0.1px;
  }
  
  .wc-columns-container .products,
  .woocommerce .related ul.products,
  .woocommerce .up-sells ul.products {
    gap: 30px;
  }
  
  .woocommerce-ordering select {
    height: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
  }
  
  div.summary.entry-summary div.product_meta,
  div.summary.entry-summary div.product_meta span.posted_in,
  div.summary.entry-summary div.product_meta span.tagged_as, 
  body.single-product .woocommerce-breadcrumb { display: none!important; }
  
  div#product_terms_conditions {
      color: #989898;
      font-size: 0.8em;
      border-top: #c5c5c9 1px solid;
      padding-top: 30px;
      border-bottom: #c5c5c9 1px solid;
      padding-bottom: 30px;
      margin-bottom: 20px;
      float: left;
  }
  
  /* Remove the product image zoom */
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg,
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger{ display: none!important; }
  
/*   #all-deals .woocommerce ul.products li.product .woocommerce-LoopProduct-link h2 {
    display: none;
  } */
  
  #all-deals .generate-sections-inside-container {
    padding: 50px 30px 10px 30px;
    max-width: inherit;
    margin: 0;
    border-bottom: 1px solid #d7d6d6;
  }
  
  #all-deals h3 {
    font-size: 32px;
    max-width: 1100px;
    margin: 0 auto 20px auto;
  }
  
  #all-deals .products {
    max-width: 1140px;
    margin: 0 auto;
  }
  
  @media (min-width: 1024px) {
    h1.woocommerce-products-header__title {
      margin-bottom: 90px;
    }
  
    h2 {
      font-size: 42px;
    }
  
    #all-deals .generate-sections-inside-container {
      padding: 70px 0 30px 0;
    }
  }
  
  .center {
    text-align: center;
  }
  
  a.btn {
    border-radius: 30px;
    border: 2px solid #750dea;
    display: inline-block;
    padding: 7px 18px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  
  a.btn:hover {
    background: #750dea;
    color: #fff;
    border-color: #750dea;
  }
  
  @media (max-width: 1023px) {
    a.btn {
      width: 100%;
      font-size: 16px;
    }
  }
  
  .wc-product-image {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }
  
  @media (min-width: 1024px) {
    a.btn {
      min-width: 310px;
    }
  }
  
  .site-logo a {
    width: 140px;
  }
  
  .navigation-branding img,
  .site-logo.mobile-header-logo img {
    width: 140px;
    height: 28px;
    padding: 0;
  }
  
  .menu-toggle {
    margin-top: 10px
  }
  
  .menu-toggle .mobile-menu {
    display: none;
  }
  
  .menu-toggle:before {
    font-size: 23px;
  }
  
  body.single-check_my_balance .featured-image {
    display: none;
  }
  
  /* Page home hero banner */
  .inside-page-hero {
    overflow: hidden;
    position: relative;
  }
  
  .inside-page-hero h1 {
    margin-top: 190px !important;
    font-size: 40px !important;
  }
  
  .home .first-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .home .first-column span {
    margin: 5px 0 !important;
    display: block;
    width: 100%;
    font-size: 18px !important;
  }
  
  .home .first-column a {
    margin: 50px 5px;
    width: 45%;
    display: inline-block;
    text-align: center;
  }
  
  .home .first-column a img {
    margin: 0 !important;
  }
  
  @media (min-width: 1024px) {
    .home .first-column {
      justify-content: flex-start;
    }
  
    .home .inside-page-hero h1 {
      margin-bottom: 0;
    }
  
    .home .first-column span {
      margin: 0 !important;
      font-size: 20px !important;
    }
  
    .home .first-column a {
      width: 200px;
      margin: 50px 20px 0 0;
    }
  }
  

  /* No more wallets */
  #no-more-wallets .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  #no-more-wallets h2 {
    font-size: 32px !important;
  }
  
  #no-more-wallets .app-wallet {
    display: block;
  }
  
  @media (min-width: 1024px) {
    #no-more-wallets .container {
      flex-direction: row;
    }
  }
  
  /* Cards */
  div.card {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #fff;
    padding: 2em 1.8em;
    margin-bottom: 2em;
    box-sizing: border-box;
  }
  
  div.card h4 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
  
  @media (min-width: 1024px) {
    div.card h4 {
      margin-top: 55px;
      margin-bottom: 40px;
    }
  }
  
  /* Frontpage products */
  @media (min-width: 1024px) {
    body.home div#hot-deals ul.products li {
      max-width: 17%;
    }
  
    body.home div#merchants ul.products li {
      max-width: 17%;
    }
  }
  
  .wc-product-image {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    overflow: hidden;
  }
  
  .inside-wc-product-image {
    display: block;
  }
  
  .home .woocommerce ul li h2,
  .home .woocommerce ul li .woocommerce-product-details__short-description {
    display: none;
  }
  
  .generate-sections-inside-container .container {
    margin: 0 -10px;
  }
  
  /* Balance Page */
  div#balance-header {
    text-align: center;
    margin-top: 50px
  }
  
  div#balance-header img {
    max-height: 200px;
      max-width: 400px;
      width: auto;
      height: 100%;
  }
  
  /* From our blog */
  #our-posts {
    background: white;
  }
  
  #our-posts .generate-sections-inside-container,
  .our-posts .generate-sections-inside-container {
    padding: 50px 30px;
  }
  
  #our-posts .wp-show-posts-columns,
  .our-posts .wp-show-posts-columns {
    margin-top: 40px;
  }
  
  #our-posts .wp-show-posts-image,
  .our-posts .wp-show-posts-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: #d8d8d8;
  }
  
  #our-posts .wp-show-posts-entry-title a,
  .our-posts .wp-show-posts-entry-title a {
    display: inline;
    margin: 20px 0;
    color: #17191d;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  
  #our-posts .wp-show-posts-entry-title a:hover,
  .our-posts .wp-show-posts-entry-title a:hover {
    color: #750dea;
  }
  
  #our-posts .woocommerce ul.products li.product a img,
  .our-posts .woocommerce ul.products li.product a img {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  
  .wp-show-posts .wp-show-posts-entry-title { line-height: 30px; }
  
  /* Archives */
  body.archive li.product a span { display: none!important; }
  
  /* Footer */
  .site-footer {
    overflow: hidden;
    position: relative;
    /*background-image: linear-gradient(180deg, #a200df 0%, #860bee 100%); */
    background: #860BEE;
  }
  
  .footer-widgets {
    padding: 20px 30px;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    background: none;
  }
  
  .footer-widget-3 .textwidget {
    display: none;
  }
  
  .site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
  }
  
  @media (min-width: 1024px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
      margin-left: -40px;
    }
  
    .footer-widgets {
      padding: 40px;
    }
  }
  
  /* Slogan Footer */
  .footer-widget-1 {
    width: 50%;
    height: 55px;
    display: none;
    align-items: center;
    margin: -10px 0;
  }
  
  @media (min-width: 1024px) {
    .footer-widget-1 {
      display: flex;
    }
  }
  
  /* Footer Logo Apps Store */
  .footer-widget-2 {
    display: none;
    width: 50%;
    margin: -10px 0;
  }
  
  .footer-widget-2 .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
  }
  
  .footer-widget-2 .menu li {
    padding-bottom: 0;
  }
  
  .footer-widget-2 .menu-item-2428 a,
  .footer-widget-2 .menu-item-2429 a {
    margin-right: 20px;
    display: block;
    width: 150px;
    height: 55px;
  }
  
  .footer-widget-2 .menu-item-2428 a img,
  .footer-widget-2 .menu-item-2429 a img {
    width: 100%;
    max-width: 150px;
  }
  
  .footer-widget-2 .menu-item-2429 a {
    margin-right: 0;
  }
  
  @media (max-width: 1023px) {
      .check_my_balance-template-default h1 { display: flex; }
    .home .footer-widget-2 {
      padding: 0;
      display: block;
      margin: 0 !important;
    }
  
    .footer-widget-2 .menu-item-2428 a,
    .footer-widget-2 .menu-item-2429 a {
      width: 100%;
    }
  
    .footer-widget-2 .menu li {
      width: 46%;
      text-align: center;
    }
  
    .footer-widget-2 .menu {
      justify-content: space-between;
    }
  }
  
  @media (min-width: 1024px) {
    .footer-widget-2 {
      display: block;
    }
  }
  
  /* Logo Footer */
  .footer-widget-3 {
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 28px;
    background: url("/wp-content/uploads/2019/10/Logo_Desktop_white.svg") no-repeat top left;
    transform: translateY(100%);
  }
  
  @media (min-width: 1024px) {
    .footer-widget-3 {
      bottom: -35px;
      left: 40px;
      position: absolute;
    }
  }
  
  /* Social links */
  .footer-widget-5 {
    width: 100%;
  }
  
  .site-footer .footer-widgets-container .footer-widget-5 .inner-padding {
    padding: 0;
  }
  
  .site-footer .footer-widgets-container .inner-padding {
    padding: 0;
  }
  
  .footer-widget-5 .menu {
    list-style: none;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .footer-widget-5 .menu li {
    padding-bottom: 0;
  }
  
  .footer-widget-5 .menu li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -100px;
    margin: 0 5px;
  }
  
  .footer-widget-5 .menu li#menu-item-2425 a {
    background: url("/wp-content/uploads/2019/10/ico-facebook.svg") no-repeat center center;
  }
  
  .footer-widget-5 .menu li#menu-item-2426 a {
    background: url("/wp-content/uploads/2019/10/ico-twitter.svg") no-repeat center center;
  }
  
  .footer-widget-5 .menu li#menu-item-2427 a {
    background: url("/wp-content/uploads/2019/10/ico-instagram.svg") no-repeat center center;
  }
  
  @media (min-width: 1024px) {
    .footer-widget-5 {
      right: 40px;
      bottom: 0;
      position: absolute;
      transform: translateY(100%);
      width: 105px;
    }
  
    .footer-widget-5 .menu {
      padding: 44px 0;
      margin: 0;
      justify-content: space-around;
    }
  }
  
  /* Menu Footer */
  .footer-widget-4 {
    width: 100%;
    margin-bottom: 0 !important;
  }
  
  .footer-widget-4 .menu {
    display: flex;
    flex-direction: row;
  }
  
  .footer-widget-4 .menu li {
    display: inline-block;
  }
  
  .footer-widget-4 .menu li a {
    display: inline-block;
    padding: 15px 5px;
    font-size: 13px;
    width: auto;
  }
  
  @media (min-width: 1024px) {
    .footer-widget-4 {
      right: 50%;
      bottom: 0;
      position: absolute;
      text-align: center;
      transform: translateX(50%) translateY(100%);
    }
  
    .footer-widget-4 .menu {
      flex-direction: row;
      justify-content: center;
    }
  
    .footer-widget-4 .menu li a {
      padding: 35px 15px;
      font-size: 17px;
    }
  
    .site-footer .footer-widgets-container .inner-padding {
      padding: 0 0 0 40px;
    }
  }
  
  .inside-footer-widgets a {
    color: white;
  }
  
  .copyright {
    max-width: 925px;
    margin: 0 auto;
    position: relative;
    padding: 35px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    opacity: 0.98;
  }
  
  .copyright:before {
    top: 0;
    left: 50%;
    right: 0;
    position: absolute;
    display: block;
    content: " ";
    width: 100vw;
    height: 1px;
    opacity: 0.25;
    background-color: #d8d8d8;
    transform: translatex(-50%)
  }
  
  
  .copyright-bar span,
  .copyright-bar a {
    display: none;
  }
  
  .copyright-bar {
    position: relative;
    display: none;
  }
  
  .site-info {
    display: none;
  }
  
  @media (min-width: 1024px) {
    .site-info {
      display: block;
      z-index: 1;
      padding: 36px;
      position: relative;
      background: none;
    }
  
    .site-info:before {
      top: 0;
      left: 0;
      right: 0;
      position: absolute;
      display: block;
      content: " ";
      width: 100%;
      height: 1px;
      opacity: 0.25;
      background-color: #d8d8d8;
    }
  }
  
  .site-info .inside-site-info:before {
    visibility: inherit;
    content: " ";
    display: block;
    width: 100%;
    height: 28px;
  }
  
  body.check_my_balance-template-default div.inside-article {
    text-align: center;
  }
  
  /* Page Home */
  #home-features .generate-sections-inside-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  
  /* Page Deals */
  .separate-containers .inside-article {
    padding: 30px;
  }
  .woocommerce div.product div.stores-container { display: block; float: left; width: 100%; margin-top: 40px; }
  .woocommerce div.product div.stores-container a { display: block; float: left; width: 50%; }
  .woocommerce div.product div.images img.store { display: block; margin: 0 auto; max-width: 70%; }
  
  @media (max-width: 768px) {
      .woocommerce div.product div.images img.store { max-width: 95%;
      }
  }
  
  #page {
    z-index: 2;
    position: relative;
  }
  
  /* Page Features */
  @media (min-width: 1024px) {
    .page-id-936 .site-footer,
    .page-id-2473 .site-footer {
      margin-top: -80px;
    }
      .page-id-936 #generate-section-1 h1 { margin-top: 100px; }
      .page-id-2473 #generate-section-1 h1 { margin-top: 150px; }
  }
  
  #tiles {
    overflow: hidden;
    position: relative;
  }
  
  #tiles .second,
  #tiles .second h2,
  #tiles .second h3 {
    color: white;
  }
  
  #tiles .generate-sections-inside-container {
    margin: 0;
    padding: 0;
  }
  
  @media (min-width: 1024px) {
    #tiles .generate-sections-inside-container {
      margin: 0 auto;
      padding: 80px 30px 40px 30px;
    }
  }
  
  div.tile {
    position: relative;
    float: left;
    margin: 80px 35px !important;
    max-width: 100%;
    height: auto !important;
  }
  
  @media (min-width: 1024px) {
    div.tile {
      margin: 90px 60px;
      height: 300px !important;
    }
  }
  
  .page-id-936 .site-footer .footer-widget-1,
  .page-id-936 .site-footer .footer-widget-2,
  .page-id-2473 .site-footer .footer-widget-1,
  .page-id-2473 .site-footer .footer-widget-2 {
    display: none;
  }
  
  #features-convenient {
    color: white;
  }
  
  #features-convenient .generate-sections-inside-container {
    padding: 60px 30px;
  }
  
  #features-convenient .grid-35 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  #features-convenient h1 {
    color: white;
  }
  
  #features-convenient .btn {
    color: white;
    border-color: white;
  }
  
  #features-convenient .btn:hover {
    border-color: #750dea;
  }
  
  #features-convenient .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  
  #features-convenient strong {
    display: block;
    margin: 10px 0;
    width: 85%;
  }
  
  #features-convenient a {
    margin: 0 7px 0 0;
    display: inline-block;
  }
  
  @media (max-width: 1023px) {
  
    #features-convenient .grid-35,
    #features-convenient .grid-50 {
      width: 100%;
    }
  
    #features-convenient .grid-35 {
      flex-direction: row;
    }
  
    #features-convenient .grid-35 a {
      width: 45%;
      margin: 0 5px;
    }
  }
  
  @media (min-width: 1024px) {
    #features-convenient .container {
      flex-direction: row;
    }
  
    #features-convenient .generate-sections-inside-container {
      padding: 150px 30px;
    }
  
    #features-convenient .grid-35 {
      justify-content: flex-end;
    }
  }
  
  /* Page Blog */
  .category-blog .page-header,
  .archive .page-header {
    display: none;
  }
  
  .category-blog .generate-columns-container,
  .archive .generate-columns-container {
    margin-bottom: 40px !important;
  }
  
  .category-blog .generate-columns-container article:first-of-type,
  .archive .generate-columns-container article:first-of-type {
    margin: -20px 0 20px 0;
    width: 100%;
  }
  
  .category-blog .generate-columns-container article .inside-article,
  .archive .generate-columns-container article .inside-article {
    overflow: hidden;
    position: relative;
    padding: 0;
    background: white;
  }
  
  .category-blog .generate-columns-container article .inside-article .entry-header,
  .archive .generate-columns-container article .inside-article .entry-header{
    margin: 30px 35px;
  }
  
  .category-blog .generate-columns-container article .inside-article .entry-header a,
  .archive .generate-columns-container article .inside-article .entry-header a {
    font-size: 22px;
    line-height: 32px;
    display: block;
    color: #17191d;
  }
  
  .category-blog .generate-columns-container article:first-of-type .entry-title a,
  .archive .generate-columns-container article:first-of-type .entry-title a {
    margin: 54px 0 25px 0;
  }
  
  .category-blog .generate-columns-container article:first-of-type .entry-summary,
  .archive .generate-columns-container article:first-of-type .entry-summary {
    margin-bottom: 54px;
  }
  
  .category-blog .generate-columns-container article .entry-summary,
  .archive .generate-columns-container article .entry-summary {
    margin: 25px 35px;
  }
  
  .category-blog .generate-columns-container article .entry-meta a,
  .category-blog .generate-columns-container article .entry-meta span,
  .category-blog .generate-columns-container article .entry-meta,
  .archive .generate-columns-container article .entry-meta a,
  .archive .generate-columns-container article .entry-meta span,
  .archive .generate-columns-container article .entry-meta {
    display: inline !important;
    font-size: 13px !important;
    color: #989898 !important;
  }
  
  .category-blog .generate-columns-container article .entry-meta,
  .archive .generate-columns-container article .entry-meta {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  
  .category-blog .post-image,
  .archive .post-image {
    margin: 0;
  }
  
  .category-blog .post-image img,
  .archive .post-image img {
    display: block;
  }
  
  body.single-post .inside-article .entry-content { max-width: 900px; margin-left: auto; margin-right: auto; }
  
  @media (max-width: 1023px) {
    .category-blog .generate-columns-container article,
    .archive .generate-columns-container article {
      margin: 20px 30px;
    }
  }
  
  @media (min-width: 1024px) {
    .category-blog .generate-columns-container article:first-of-type,
    .archive .generate-columns-container article:first-of-type {
      margin: 60px 0;
    }
  
    .category-blog .generate-columns-container article .inside-article,
    .archive .generate-columns-container article .inside-article {
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }
  
    .category-blog .generate-columns-container article:first-of-type .post-image,
    .archive .generate-columns-container article:first-of-type .post-image {
      float: left;
      width: 50%;
      margin: 0 40px 0 0;
    }
  }
  
  
  /* Page Faq */
  .post-599 h3 {
    color: #750dea;
  }
  
  .page-id-599 #our-posts a { color: #fff; font-weight: 600;  }
  
  .advgb-accordion-header {
    background: none !important;
    border-style: none !important;
    border: none;
  }
  
  .advgb-accordion-header-title {
    color: #17191d !important;
  }
  
  .advgb-accordion-item {
    border-bottom: 1px solid #9d9d9d;
  }
  
  .advgb-accordion-body {
    border-style: none !important;
  }
  
  /* Landing page Deal */
  #our-posts {
    position: relative;
    background-image: linear-gradient(180deg, #a200df 0%, #860bee 100%);
  }
  
  #our-posts h2 {
    color: white;
  }
  
  #our-posts .wp-show-posts-inner {
      border-radius: 4px;
    background: white;
  }
  
  #our-posts .wp-show-posts-entry-header,
  #our-posts .wp-show-posts-entry-summary {
      margin: 30px;
  }
  
  #our-posts .wp-show-posts-entry-title {
      line-height: 20px;
  }
  
  .home #our-posts .wp-show-posts-entry-header,
  .home #our-posts .wp-show-posts-entry-summary {
      margin: 0px;
  }
  
  @media (max-width: 767px) {
  
    #our-posts .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100%;
      margin-bottom: 30px;
    }
      .woocommerce div.product .addtoany_shortcode { text-align: center; }
      .woocommerce-page div.product div.summary { width: 100%!important; padding-top: 40px; display: block; float: left; }
  }
  
  .woocommerce-product-gallery__image {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
  }
  
  #our-posts:after {
    content: " ";
    display: block;
    background-color: #d8d8d8;
    opacity: 0.25;
    height: 1px;
  }
  
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    text-align: left;
    border-radius: 4px;
    background: white;
    height: auto;
  }
  
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link .wc-product-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none
  }
  
  #all-deals .woocommerce ul.products li.product .woocommerce-LoopProduct-link .wc-product-image,
  .home .woocommerce ul.products li.product .woocommerce-LoopProduct-link .wc-product-image {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  
  .home .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    display: none;
  }
  
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link span {
      display: block;
      color: #696969;
      font-weight: 700;
      line-height: 24px;
      padding: 10px;
  }
  
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    margin: 0;
    padding: 15px 17px;
    color: #696969 !important;
    font-weight: 700;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title:after {
    display: block;
    content: " ";
    width: 25px;
    height: 25px;
    background: url("/wp-content/uploads/2019/11/arrow-right-purple.svg") no-repeat center center;
  }
  
  .woocommerce ul.products li.product a {
    height: auto;
  }
  
  @media (max-width: 768px) {
    .woocommerce ul.products li.product a img {
      width: 100%;
    }
  }
  
  .product_meta .posted_in,
  .product_meta .tagged_as {
    color: #17191d;
  }
  
  .product_meta .posted_in a,
  .product_meta .tagged_as a {
    margin-bottom: 10px;
    padding: 2px 27px;
    display: inline-block;
    color: #17191d;
    border-radius: 4px;
    border: 2px solid #ccc;
  }
  
  .home #our-posts {
    background: white;
  }
  
  .home #our-posts h2 {
    color: #17191d;
    font-size: 30px !important;
  }
  
  @media (min-width: 1024px) {
    .home #our-posts h2 {
      font-size: 42px !important;
    }
  }
  
  /* Page Hero */
  .check_my_balance-template-default h1 {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    margin-top: 0 !important;
      width: 100%;
      text-align: center;
  }
  
  .check_my_balance-template-default div#balance-header img {
    margin-bottom: 0;
  }
  
  .check_my_balance-template-default div.inside-article {
    padding: 0;
  }
  
  .check_my_balance-template-default .entry-content {
    margin: 0 auto;
    width: 80%;
  }
  
  .check_my_balance-template-default .entry-content p {
    margin: 0;
  }
  
  .check_my_balance-template-default .inside-article h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  .check_my_balance-template-default .inside-article a.customize-unpreviewable {
    display: inline-block;
    margin: 30px 10px;
  }
  
  .check_my_balance-template-default .inside-article .btn {
    display: inline-block;
    margin: 55px 0 !important;
  }
  
  
  .check_my_balance-template-default .site-content h1 {
    padding: 70px 0 0 0;
    margin: 70px 0;
    border-top: 1px solid #c5c5c9;
  }
  
  @media (max-width: 1023px) {
    .check_my_balance-template-default .site-content h1 {
      padding: 40px 0 20px 0;
      margin: 20px 30px;
    }
  
    .check_my_balance-template-default div#balance-header img {
      margin-bottom: 20px;
    }
  
    .check_my_balance-template-default h1 {
      font-size: 24px !important;
      flex-direction: column;
    }
  
    .check_my_balance-template-default h2 {
      margin: 0 30px;
    }
  
    .check_my_balance-template-default ul.products {
      margin: 0 30px;
    }
  
    .check_my_balance-template-default ul.products li {
      width: 100% !important;
      margin-bottom: 30px !important;
    }
  
    .check_my_balance-template-default .inside-article a.customize-unpreviewable {
      width: auto;
    }
  
    .check_my_balance-template-default .inside-article a.customize-unpreviewable img {
      width: 120px;
    }
  
    .check_my_balance-template-default .entry-content {
      width: auto;
      padding: 0 30px;
    }
  }
  
  #btn-scroll-top {
      appearance: none;
      -webkit-appearance: none;
      z-index: 1000;
      right: 20px;
      bottom: 20px;
      position: fixed;
      text-indent: 1000px;
    display: none;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(117, 13, 234, 0.1);
      border-radius: 100%;
      background: #fff;
      overflow: hidden;
  }
  
  #btn-scroll-top svg {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translatex(-50%) translatey(-50%);
  }
  
  @media (max-width: 1023px) {
    #btn-scroll-top.is-showing {
      display: block;
    }
  }