/*
 Theme Name:     Valuebiz Storefront
 Theme URI:      https://www.valuebiz.it
 Description:    Tema Child Storefront by Valuebiz
 Author:         Valuebiz
 Author URI:     https://www.valuebiz.it
 Template:       storefront
 Text Domain:    valuebiz
 Version:        1.0.2.3
*/

.shipping_address select {
    height: 45px;
    border: 1px solid #cbd5e1;
}

.coupon {
	display:none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display:none !important;
}

.fa-star {
	display: none !important;	
}

.woocommerce-form-coupon-toggle {
	display: none !important;
}

.woocommerce-products-header h1:after {
	display:none;
}

.site-main .storefront-sorting:first-of-type .woocommerce-result-count {
	display:none;
}
.site-main .storefront-sorting:first-of-type .woocommerce-pagination {
	display:none;
}

.woocommerce-cat-search {
	padding: 20px;
}

.woocommerce-cat-search select {
	height: 42px;	
	border-radius: 25px;
	margin-right: 10px;
	border: 1px solid #bfbfbf;
	padding: 10px;
}

.woocommerce-cat-search .search-field {
	border-radius: 25px;
	border: 1px solid #bfbfbf;
	color: black;
	min-width: 300px;
	margin-right: 10px;
}

.woocommerce-cat-search .rounded-right {
	background-color: #003253 !important;
	border-radius: 20px;
	color: white;
}

.woocommerce-cat-search .search-form {
	margin-bottom: 0;
}

.main-search-box input {
	display:none;
}

*:focus {
    outline: none;
}

.logistica_address {
	display:none;
	background-color: #ebebeb;
	margin-bottom:20px;
	padding: 10px;
}

.woocommerce-privacy-policy-text {
	display:none;
}

/*---- custom code [ID] ------*/
/*-- hide modifica indirizzo link in cart page ----*/
.cart_totals .woocommerce-shipping-totals a.shipping-calculator-button{display:none}
.address-wrapper .ui-widget-content a span,.selected_address,.th-btn{color:#fff!important}
.cart_totals .shop_table .woocommerce-shipping-totals{display:none}