/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.summary .entry-summary {
  background-color: #c8e3ff !important;
}

.summary nav.woocommerce-breadcrumb {
  color: white!important;
  font-size: 15px !important;
  background-color: #245c99;
  /* border: solid 2px red !important; */
  border-radius: 20px 0px 20px 0px;
  padding: 5px 5px 5px 15px !important;
  /* width: fit-content; */
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  /* margin-left: -20px !important; */
  /* float: left !important; */
}

.summary nav.woocommerce-breadcrumb a {
  /* color: #245c99 !important; */
  color: rgb(220, 220, 220) !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

.summary nav.woocommerce-breadcrumb a:hover {
  color: white !important;
  /* color: #3286e0 !important; */
  font-size: 15px !important;
  text-decoration: underline !important;
}

.single-product-category a {
  display: none !important;
}

div.wc-block-product-categories__dropdown {
  width: 44.2% !important;
}

button.wc-block-product-categories__button {
  margin-top: 32.5px !important;
  margin-left: 10px !important;
}

li.wc-block-product-categories-list-item {
  display: inline-block !important;
}

div.wp-block-woocommerce-price-filter {
  padding: 5px !important;
}

input.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
  border-radius: 10px !important;
}

div.wp-block-woocommerce-rating-filter.is-loading {
  display: none !important;
}

a.ast-instagram {
  color: #f40e85d6 !important;
  /* margin-left: -10px !important; */
}

/* a.ast-builder-social-element {
  display: block !important;
} */

div.ast-footer-social-wrap {
  margin-top: -20px !important;
}

.sidebar-main summary, .wp-block-woocommerce-filter-wrapper h3, .wp-block-woocommerce-filter-wrapper label {
  font-weight: 400 !important;
}

/* Media query for mobile devices */
@media (max-width: 922px) {
  /* .woocommerce-shop .col-full {
      display: flex;
      flex-direction: column;
  } */
  
  #secondary {
      order: 1; /*Moves the sidebar above the main content on mobile */
      margin: 1.5em 0 1.5em 0 !important;
	    padding: 10px !important;
      background-color: #fcfcfc !important;
      border: solid 1px #d1d5db !important;
      border-top: 0px;
      border-left: 0px;
      border-radius: 10px !important;
      /* display: none !important; */
  }

  #secondary .sidebar-main {
    overflow-y: auto;
  }

  
  /* .wc-blocks-filter-wrapper {
    width: 100% !important;
    } */
    
    @media (min-width: 600px) {
    .products.columns-2 li.ast-grid-common-col.product .ast-woo-shop-product-description {
      margin-left: -40% !important;
    }

    li.ast-grid-common-col.product .ast-woo-shop-product-description {
      padding: 10px 0px 0px 0px !important;
      margin-left: 0px !important;
    }
  }

  li.ast-grid-common-col.product .astra-shop-thumbnail-wrap {
    width: 30% !important;
  }
  
  li.ast-grid-common-col.product .astra-shop-summary-wrap {
    width: 70% !important;
  }

}

@media (max-width: 600px) {
  li.ast-grid-common-col.product .ast-woo-shop-product-description {
    margin-left: -45% !important;
  }
}

li.ast-grid-common-col.product .ast-woo-shop-product-description {
  padding: 20px 20px 10px 20px;
  margin-left: -75%;
  /* margin-top: 10px; */
}

/* .ast-grid-common-col.product .astra-shop-short-desc-wrap-outer {
  margin-top: -15px;
} */

button.wp-block-search__button.has-icon.wp-element-button {
  font-size: 10px !important;
}

/* .ast-woo-shop-product-description {
  text-align: justify !important;
} */

li.ast-grid-common-col.product, li.ast-article-single.product {
  background-color: #f5f5f5 !important;
  padding: 10px !important;
  border: 1px solid #EDE9E3 !important;
  border-radius: 10px !important;
  box-shadow: -3px 3px 4px 0px #dedede9c;
  transform: scale(1);
  transition: transform 0.3s ease;
  
  display: inline !important;
}

li.ast-grid-common-col.product .astra-shop-thumbnail-wrap {
  display: inline-block;
  width: 40%;
  padding: 10px;
}

li.ast-grid-common-col.product .astra-shop-summary-wrap {
  display: inline-block;
  width: 60%;
  float: right;
}

/* li.ast-article-single.product .astra-shop-thumbnail-wrap {
  display: inline-block;
  width: 40%;
  padding: 10px;
}

li.ast-article-single.product .astra-shop-summary-wrap {
  display: inline-block;
  width: 60%;
  float: right;
} */

li.ast-grid-common-col.product:hover, li.ast-article-single.product:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

li.ast-grid-common-col.product .astra-shop-thumbnail-wrap a img {
  min-height: 120px;
  max-height: 140px;
}

a.button.add_to_cart_button {
  text-align: center !important;
}

#secondary .sidebar-main {
  overflow-y: hidden;
}

/* #secondary details summary {
  background-color: rgb(149, 149, 149) !important;
  padding: 3px;
  border-radius: 10%;
} */

.ast-left-sidebar #secondary {
  padding-right: 10px !important;
  margin-bottom: 0px;
}

.wp-block-woocommerce-filter-wrapper {
  margin-top: 0px !important;
}

.wc-block-price-filter {
  margin-bottom: 0px !important;
}

/* .wp-block-woocommerce-product-categories, .wp-block-details:has(.wp-block-woocommerce-filter-wrapper) {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
} */

div.wp-block-woocommerce-product-categories {
  margin-top: 5px;
}

div.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li {
  margin-left: 20px;
}

@media (min-width: 922px) {
  li.wc-block-product-categories-list-item {
    display: block !important;
  }
}

/* div.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a span img {
  display: none;
} */


details details {
  margin-top: -3px !important;
}

details.wp-block-details, .wp-block-search__inside-wrapper  {
  background-color: #e5e5e5;
  padding: 10px !important;
  border-radius: 10px !important;
}

details summary::marker {
  color: #245c99 !important;
  font-size: 20px !important;
}

details.filtros summary img {
  margin: 0 5px 3px 0;
}

details.filtros summary::marker {
  content: '';
}

details.filtros details summary::marker {
  content: initial;
}

.filtros details {
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.filtros:hover {
  background-color: #efefef;
}

.filtros[open]:hover {
  background-color: #e5e5e5;
}

details.wp-block-details::details-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 1s ease, opacity 1s ease, content-visibility 1s;
}

details.wp-block-details[open]::details-content {
  opacity: 1;
  height: auto;
  transition: height 1s ease, opacity 1s ease, content-visibility 1s;
}

.filtro-categorias[open]::details-content {
  height: 280px;
}

@media (max-width: 921px) {

  .filtro-categorias[open]::details-content {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
  }
}

footer div.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  display: none;
  padding: 0 !important;
}

footer div.site-above-footer-wrap[data-section="section-above-footer-builder"] .widget {
  margin: 0 !important;
}

footer div.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
  /* width: 100% !important; */
  max-width: 100% !important;
  /* max-width: -webkit-fill-available !important; */
}

.ast-builder-footer-grid-columns.ast-builder-grid-row {
  align-items: normal !important;
}

.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
  border: 1px solid #d4d4d4 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 544px) {
  .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
    border: 1px solid #d4d4d4 !important;
    /* border-top: 0 !important;
    border-bottom: 0 !important; */
    border-left: 0 !important;
    border-right: 0 !important;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
}

@media (min-width: 545px) {
  .ast-button-wrap {
      display: none;
  }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
  justify-items: center !important;
}

.rodape-titulo {
  text-align: center;
}

.rodape-conteudo {
  display: grid;
  justify-content: center;
  text-align: left;
  margin-top: 10px;
}

.mapouter{
  position:relative;
  text-align:right;
  height:350px;
  width:100%;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:350px;
  width:100%;
}

.gmap_canvas iframe {
  width:100%;
}

.gutentor-image-thumb img {
  width: 100%;
  height: 400px;
}

ul.slick-dots li[role="presentation"] {
  border-radius: 50%;
}

ul.slick-dots {
  opacity: 0.7;
}

.woocommerce-Price-amount.amount bdi {
  font-size: 20px;
}

.woocommerce-Price-amount.amount bdi span {
  font-size: 12px;
  margin-right: -2px;
}

.wp-block-cover__inner-container.is-layout-constrained.wp-container-core-cover-is-layout-1.wp-block-cover-is-layout-constrained p {
  font-family: "Noto Serif SC", "FangSong", "Songti SC", "SimSun", serif;
}

.carrossel {
  padding: 0 !important;
}

.carrossel section .grid-container {
  padding: 0 !important;
}

.texto-carrossel {
  position: absolute;
  font-size: 30px !important;
  font-family: "Noto Serif SC", "FangSong", "Songti SC", "SimSun", serif !important;
  color: #fff !important;
  text-align: center;
  top: 40%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 922px) {
  .texto-carrossel {
    font-size: 25px !important;
    top: 30%;
  }
}

.gutentor-carousel-row .slick-slide, .gutentor-module-carousel-row .slick-slide {
  margin: 0 !important;
}

.cober {
  display: none !important;
}

.aws-container .aws-wrapper {
  border-radius: 50px 0px 0px 50px !important;
}

.aws-container .aws-wrapper input.aws-search-field {
  padding-left: 20px;
}

.aws-container .aws-search-btn.aws-form-btn {
  border-radius: 0 50px 50px 0 !important;
}
