.prodotto-category-menu button {
    color: #291000;
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffd201;
    border-radius: 10px;
    padding: 10px 20px 10px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border: none;
}

.prodotto-category-menu button:hover,
.prodotto-category-menu .active {
    color: #ffd201;
    background: #281000;
    border: none;
}

.prodotto-category-menu button:last-child {
    margin-right: 0;
}

.prodotto-card h4 {
    margin-bottom: 15px;
    line-height: 1;
}

.prodotto-card p {
    margin-bottom: 0;
}

.brand-list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.prodotto-featured-image {
    margin-bottom: 30px;
}

.brand-list img {
    width: 250px;
    height: 120px;
    max-height: 120px;
    background: #eee;
    padding: 20px;
    margin-right: 20px;
    object-fit: contain;
}

.brand-list img:last-child {
    margin-right: 0;
}


/*Single Template*/

.bluwash-single-product {
    padding: 120px 0;
}

.bluwash-prodottos-detils-area {
    padding: 120px 0;
}

.bluwash-prodottos-thumb {
    margin-bottom: 30px;
}

.bluwash-product-pdf a {
    display: inline-block;
    background-color: #ffd201;
    color: #281000 !important;
    padding: 8px 12px;
    border-radius: 10px;
    margin-top: 20px;
}

.bluwash-product-pdf a:hover {
    background-color: #281000;
    color: #fff !important;
}

.bluwash-product-brand,
.bluwash-product-price {
    display: block;
}

.prodotto-list {
    display: flex;
    flex-wrap: wrap;
	gap: 25px;
}

.prodotto-list .prodotto-card {
  	flex: 0 0 25%;
  	box-sizing: border-box;
  	background: #fff;
  	padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.brand-list {
    text-align: center;
}

.bluwash-product-details {
    padding-left: 70px;
}

@media (max-width: 992px) {
    .bluwash-product-details {
        padding-left: 30px;
    }
}