/*
 Theme Name:     Landajo
 Theme URI:      https://www.landajo.com
 Description:    Tema para Landajo
 Author:         Fran Palma
 Author URI:     https://www.landajo.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.search-filter-results .woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	border: 1px solid black;
}

.search-filter-results .shop_table .product-options .cart {
	display: flex;
	justify-content: flex-end;
}
#main-content .search-filter-results table.cart td.product-options {
	max-width: 290px;
}
.search-filter-results .shop_table .product-brand {
	min-width: 300px;
}
#main-content .search-filter-results table.cart td {
	padding: 5px 10px;
	font-size: 16px;
}
#main-content .search-filter-results table.cart td.product-brand {
	min-width: 70px;
}
.search-filter-results .shop_table .product-options .cart input {
	width: 100px;
	width: 60px;
	text-align: center;
}


#left-area .searchandfilter ul,
#left-area .searchandfilter ul > li {
	padding: 0;
	font-size: 14px;
}

.search-filter-results .woocommerce-message,
.search-filter-results .woocommerce-page button.button.alt {
	background-color: #2F3C4A !important;
}
.woocommerce-message a.button.wc-forward {
	background-color: #354756;
}

.searchandfilter ul {
	display: flex;
}
.searchandfilter ul > li {
	margin-right: 20px;
}

.searchandfilter ul > li input,
.searchandfilter ul > li input[type=email],
.searchandfilter ul > li input[type=password],
.searchandfilter ul > li input[type=tel],
.searchandfilter ul > li input[type=text],
.searchandfilter ul > li select,
.searchandfilter ul > li textarea {
	font-size: 18px;
	height: 30px;
}

.searchandfilter ul > li select {
	background-color: #354756;
	color: white;
}

.search-filter-results .shop_table .product-name .sku {
	color: #354756;
	font-size: 12px;
}