/* titles on home screen */
.title {
	font-size: 30px;
	text-decoration: rgb(49, 49, 49);
	font-family:B612;
}
.entry-title {
	font-family:B612;
}
/* the description text */
.header-tagline{
	font-size: 30px;	
	color: white;
	float:left;
	text-align:left;	
	font-weight:bold;	
}

/* the header text*/
.navbar-brand,.nav__title{
	font-weight:bold;
}
/* the nav title size */
.nav__title {
	font-size: 15px;
}
/* removes some dividers and titles*/
.featurette-divider,.header-bottom, .archive-title{
	display:none;
}

/* removes a black border */
.tpnav-header__header {
	border-top: none !important;
}

/* removes photo display on top of products in cart */
.entry-media__wrapper{ 
	display:none;
}

/* Hide czr p */
#listaDePrecios > p {
  display: none;
}

/* Cart products category | 23263784-hc (LS) */
.post-type-archive-product .columns-2 .product-category.product {
    width: 17% !important;
    float: left !important;
    clear: none !important;
}

/*change properties of search border.*/
#woocommerce-product-search-field-0 {
	border-color:#74acdf;
	width:100%;
	height:100%;
  overflow:hidden;	
}
/*all buttons on site */
.button{
	background-color:#74acdf !important; 	
}

/* search button */
.woocommerce-product-search > button:nth-child(6) {		
		margin-left:auto;
		margin-right:auto;
		width: 10em;
		background-color:#74acdf !important; 
}

body{
	background-color:whitesmoke;
}

//my account customization:
.woocommerce-MyAccount-navigation{
	padding: 5rem 0 1rem 0 !important;
	//edit later
}
.woocommerce-MyAccount-navigation-link {
	font-size: 15px;
	list-style: none;
	border-style: outset;
	border-width: 3px;
	border-color: white;
	background-color:#74acdf;			
	color-rendering:#FFFFFF;
	font-family:B612;
	font-weight:bold;	
	
}
.woocommerce-MyAccount-navigation-link>a {
	color:white;	
}
label{
	font-family:B162;
	letter-spacing:0px;
}


/* shop price */
.woocommerce ul.products li.product .price {
    color: black;
    display: block;
		font-weight: bold !important;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.5em;
}
h2.woocommerce-loop-product__title,h2.woocommerce-loop-category__title{
	font-size: 1.3em !important;
	font-weight: bold;
}

.woocommerce-page ul.products{
		display: flex;
		flex-wrap: wrap;
		column-gap: 1rem;
		justify-content:center;
}
