/*
Theme Name: Divi Child Theme - By Sone&Jinx
Theme URI: https://sone.it/
Description: Divi Child Theme - By Sone&Jinx
Author: Sone Hvk
Author URI: https://sone.it/
Template: Divi
Version: Updated for Divi 4+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[FILTRI]----------------------*/
/*------------------------------------------------*/
/*allineo i label dei filtri*/
.wpf_items_wrapper.wpf_layout_horizontal.wpf_items_grouped {
    display: flex;
    justify-content: center;
}
/* stile sorting default woocommerce */
select.orderby {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: normal;
    border: none;
    margin: 0;
    padding: 0.6em 0.8em;
    vertical-align: middle;
    display: inline-block;
	margin-top: -74px;
	border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
display: block!Important;
    text-align: center;
    border: 0px solid;
    font-size: 12px;
    text-transform: uppercase;
 /* text-decoration: underline;*/
  margin-top: 2em;
  padding-bottom:10px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: #fff;
    color: #cf8a8a;
}



