/*
Theme Name:   Bolachina Records
Author:       Pedro Estarque
Template:     astra
Version:      6
*/

html {
  scroll-behavior: smooth;
}

::selection {
  color: white;
  background-color: #333;
}

.main-header-bar-navigation a {
  font-weight: 500;
}

#ast-desktop-header {
  background-color: #7a9cf3;
}

#ast-desktop-header .ast-primary-header-bar {
  background: linear-gradient(180deg, #7a9cf3 30%, rgb(255 255 255 / 50%) 30%, rgb(255 255 255 / 50%) 70%, #7a9cf3 70%);
}

.negrito-bovine strong {
  font-family: 'Bovine-Round-MVB', bovine-round-mvb, sans-serif;
}

.dazzle {
  font-family: 'Dazzle-Unicase', dazzle-unicase, sans-serif;
}

.flex {
  display: flex;
}

.px-20 {
  padding: 0 20px;
}

.no-underline a {
  text-decoration:none!important;
}

@media (max-width: 767px) { 
  .center-mobile-txt,
  .center-mobile-txt > *{
    text-align: center;
  }

  .mobile-justify-center {
    justify-content: center!important;
  }

  body.ast-main-header-nav-open .ast-primary-header {
    background: #7a9cf3;
  }

  .m-txt-15 {
    font-size: 15px;
  }

  .bg-y-center-mobile {
    background-position-x: 50%!important;
  }

  .bg-y-center-mobile {
    background-size: 100%
  }
}

@media (max-width: 921px) { 

  body.ast-main-header-nav-open .ast-primary-header {
    background: #7a9cf3;
  }

}

@media (min-width: 921px) and (max-width: 1300px) {
  .h100 > * {
    font-size: 80px!important;
  }
}

/* Hide */

.single-product #tab-title-reviews,
.single-product .ast-woo-product-category,
.single-product .review-rating,
.single-product .product_meta,
.single-product .woocommerce-breadcrumb,
.single-product .single-product-category { 
  display: none!important;
}

body.woocommerce-cart .site-content {
  mix-blend-mode: multiply;
}
