.hide_price{
	/* display: none !important; /*
	/* display: inherit; */
}

.show_price{
	/* display: none !important; */
	display: inherit;
}


.productsOnCart-footer{

}

.productsOnCart-footer h6{
	color: var(--bs-orange);
	font-size: .9rem;
}

.productsOnCart-footer h5.qtd-itens-footer{
	font-size: .85rem;
	color: #333;
	margin-top: -4px !important;
	font-weight: 300;

}

.productsOnCart-footer h5 .sum-count-footer{
	font-size: .8rem;	
	margin-right: .4rem !important;
}


/* Media Query For mobile XS */
@media only screen and (max-width: 575.98px) { 

}/* end max-width: 575.98px */



/* Media Query For mobile XS */
@media only screen and (max-width: 767px) { 

  .productsOnCart-footer{
    display: inherit;
  }

}/* end max-width: 767px */




/* Media Query For mobile  SM */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    
}/* end max-width: 767.98px */



/* Media Query For mobile XS */
@media only screen and (min-width: 767.98px) { 

  .productsOnCart-footer{
    display: none;
  }

}/* end max-width: 767px */




/* Media Query For mobile  MD */
@media only screen and (min-width: 768px) and (max-width: 992px) {  
 
}/* end max-width: 992px */

/* Media Query For Desktop LG */
@media only screen and (min-width: 993px) {

	.footer__menu-list ul li{
	    display: inline;
	    margin: 0;
	    padding: .1rem;
	}
}


/* Media Query For Desktop LG */
@media only screen and (min-width: 1201px) {
	

}/* end min-width: 1200px */