
/* -------------------------------------------------------------------------------- */
/* ! WOOCOMMERCE CSS */
/* -------------------------------------------------------------------------------- */
/* ! Woocommerce */
.woocommerce .col-1, .woocommerce .col-2 {max-width: none;} /*Imposta tutte le col di Woocommerce al 100%*/

body.woocommerce-page {padding-top: 0px;}

.col-1 .woocommerce-billing-fields .form-row span,
.col-2 .woocommerce-additional-fields .form-row span {width: 100%;} /*Imposta tutti i field al 100%*/

.select2-container--default .select2-selection--single .select2-selection__arrow b {left: 96%;} /*sposta la freccia del campo REGIONE*/

.woocommerce form .form-row textarea {height: 300px;} /*aumenta il campo textarea del checkout*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {background-color: #fab00b;} /*Imposta il colore dei pulsanti, con il giallo BDT*/

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {background-color: #333;}

.woocommerce .quantity .qty {width:80px;}/*allarga il campo della quantità*/


/* ! MINICART */
.nav-wrap .grid{position: relative;}

.minicart { list-style-type : none; margin : 0px; width : 270px; max-height : 0px; overflow : hidden; position : absolute; z-index : 2; top : 62px; right : 25px; background : #ffffff; box-shadow : 0 10px 15px rgba(0,0,0,0.15); }
.minicart__inside { padding : 20px; position: relative;}
.minicart .widget { margin-bottom : 0; }
.minicart .widget li { position : relative; margin-top : 5px!important; }
.minicart .widget a { border : none; padding : 0px 0 0 0; color:#000 }
.minicart .widget a.button { padding : 10px; }
.minicart .widget_shopping_cart .total{ border-top : 1px solid #dddddd; margin-top : 10px; padding-top : 20px; }
.minicart .woocommerce-mini-cart__buttons { margin-bottom : 0; }

.cart-icon { display : block; position : absolute; top : 15px; right : 30px; padding-bottom : 10px; margin-bottom : 10px; width : 40px; height : 40px; z-index : 99999999; }
.cart-icon .cart-contents { background : #ffffff; line-height : 40px; text-align : center; cursor : pointer; color : #333333; width : 50px; height : 50px; border-radius : 100px; font-size : 22px; line-height : 50px; position : relative; background : #eeeeee; }
.cart-icon .cart-contents__number { position : absolute; height : 20px; width : 20px; line-height : 22px; border-radius : 20px; text-align : center; font-size : 10px; right : -5px; bottom : -4px; font-weight : bold; background : #fe316d; color : #ffffff; }

.cart--open { min-height : 50px; max-height : 600px; }
.woocommerce-mini-cart__buttons { margin-bottom : 0; }


@media (max-width: 768px) {
  	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {font-size: 12px;}
}
