.container {
	max-width: 1380px!important;
}
.jupiterx-main {
	background: #fff5e8;
}

#loading-indicator {
	display: flex;
    justify-content: center;
    margin: 20px 0;
}

#loading-indicator img {
	width: 60px;
}
/*
 * 
 * 
 * */

* {
  box-sizing: border-box;
}

.containerProdutos {
	margin-top: 80px;
	
  display: grid;
  grid-template-columns: 25% 75%; 
  gap: 10px;
  padding: 10px;
}

.filtrosProdutos {
/*   background-color: #f0f0f0; */
  padding: 15px;
/*   border: 1px solid #ccc; */
/*   min-height: 100vh; */
}
.containerGeral {
  padding: 10px;
/*   border: 1px solid #ccc; */
}

.slide {
  display: grid;
  gap: 10px; 
  list-style: none;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.header-filter {
	border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    margin-top: 20px;
	display: flex;
}

.categories-display {
	display: none;
}

.categories-categoria {
	display: block;
}

.icon-categoria-up {
		display: none;
}


@media screen and (max-width: 768px) {
	.icon-categoria-down {
		display: block;
	}
	
	.icon-categoria-up {
		display: none;
	}
	
	.categories-categoria {
		display: none;
	}
}

.header-filter strong {
	color: #6d6d6d;
    font-weight: 700;
    font-size: 14px;
    display: block;
    cursor: auto;
    padding-bottom: .8em;
    width: 100%;
    position: relative;
    line-height: 1em;
}



#selected-filters {
	 grid-column: 1 / -1;
	display: flex;
	gap: 15px;
}

.filter-item {
	background: #D7F57A;
    padding: 5px 10px;
    color: #000;
}


.price-slider {
	margin-bottom: 20px;
}

.category-item, .subcategory-item {
	font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    color: #6d6d6d;
    font-size: .875em;
    font-weight: 400;
    margin: 0 0 0 .3819820591em;
}

a.subcategory-item {
    margin: 0 0 0 1.5rem;
}

.selected {
	font-weight: bold;
	color: #a35e0a;
}

.subcategory {
	list-style: none;
	display: none;
}

.category-filter > p {
	margin: 0;
}

.card {
    display: flex;
    justify-content: space-evenly;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.75);
  width: 100%;
  min-height: 365px;
  max-width: 240px;
  max-height: 420px;
  transition: transform 0.2s ease;
  overflow: hidden;
  padding: 10px;
}

.card img {
  max-width: 100%; 
  height: auto; 
  border-radius: 5px;
  transition: transform 0.2s ease;
}

.onsaleProdutoDiv {
    display: flex;
    justify-content: center;
}

.onsaleProduto {
    background-color: #4F610A;
    border-radius: 3px;
    width: 46%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /*left: 0; */
    line-height: 1;
    min-height: inherit;
    min-width: inherit;
    padding: 5px 10px;
    top: 15px;
    position: absolute;
}

.tituloProduto h3 {
/*   height: 50px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
/*   line-height: 0.5; */
}

.tituloProduto h3 a {
  font-size: 0.875rem;
  color: #000;
  margin: 10px 0;
  font-weight: normal!important;
}

.precoProduto {
/*     height: 3.125rem; */
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.precoProduto del .woocommerce-Price-amount {
    color: #7a7a7a;
}

.precoProduto .woocommerce-Price-amount {
    color: #000;
}

.add-to-cart-group{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.elementos-quantity{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qty-minus-btn, .qty-plus-btn{
    width: 30%;
    
}

.qty-plus-btn:focus, .qty-minus-btn:focus, .elementos-quantity input:focus, .btn-add-to-cart:focus, .btn-add-to-cart-assinatura:focus{
    outline: 1px auto #4F610A;
    
}

.elementos-quantity input{
	width: 30%;
    text-align: center;
}

.div-btn-add-to-cart, .div-btn-add-to-cart-assinatura{
	width: 100%;
    margin-top: 5px;
}

.div-btn-add-to-cart button, .div-btn-add-to-cart-assinatura button{width: 100%;}

.btn-assinatura-home-pesquisa {
/*     border: none!important;
    color: #a35e0a; */
	
	border: 1px solid #a35e0a !important;
    color: #a35e0a !important;
}

.btn-assinatura-home-pesquisa:hover {
/*     border: none!important;
    background-color: #fff!important;
    color: #9D3510!important; */
	
	border: 1px solid #a35e0a !important;
    border-radius: 5px;
    background-color: #a35e0a !important;
    color: #fff !important;
}

.qty-minus-btn, .elementos-quantity input, .qty-plus-btn, .btn-add-to-cart, .btn-add-to-cart-assinatura{
    background-color: #FFFFFF;
    border: 1px solid #4F610A;
    border-radius: .25rem;
    color: #4F610A;
    cursor: pointer;
}

.qty-minus-btn:hover, .qty-plus-btn:hover, .btn-add-to-cart:hover, .btn-add-to-cart-assinatura:hover{
    background: #4F610B;
    color: #fff;
}

.btn-add-to-cart img{width:25%;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

@media (min-width: 1024px) {
  .slide {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .slide {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .slide {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .precoProduto {
      height: 3.125rem;
  }
  
  .onsaleProduto {
      width: 100%;
  }
}

.containerbutton {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.containerbutton a {
  padding: 10px;
  color: #fff;
  background: #a35e0a;
  border-radius: 5px;
}

.containerbutton a:hover {
  background: #9d3510;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background:#4F610A;
}



/*
 * 
 * 
 * 
 * 
 * /
 * 
 * 
 * /***** Navbar Mobile Scroll *****/

@media screen and (max-width: 767px) {
	.containerProdutos {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
	}
	
	.jupiterx-primary {
		padding: 0;
	}
	
	.container-filter {
		padding: 10px auto;
		display: block!important;
	}
}

.container-filter {
	display: none;
}

.carousel {
    display: flex;
    overflow-x: scroll;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.item {
    margin-top: 5px;
    height: 7.5rem;
    width: 6rem;
    align-content: center;
    border: none;
    background-color: #fff5e8;
}

.item a {
  text-decoration: none;
}

.item a:visited {
  text-decoration: none;
}

.item p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #6D6D6D;
    font-weight: bold;
}

.item img {
    height: 4.375rem;
    width: 4.375rem;
    background-color: #A35E0A;
    border: 1rem solid #A35E0A;
    border-radius: 50%;
    margin-left: 1rem;
    box-shadow: 0 0 4px #000;
}

.carousel > li+li {
    margin-left: 0.70rem;
}