/*
Theme Name: Van-dos
Theme URI: 
Description: 
Author: Display None
Author URI: 
Tags:
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/css/ */


.loader-custom {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: 30px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.single-product .colors {
	display: none;
}

html {
	overflow: auto !important;
}
html, body {
	overflow: initial !important;
}
body {
	overflow-x: hidden !important;
}
/*FIX CHECKOUT MOBILE BODY OVERFLOW*/
body.page-template-page-checkout {
	overflow: scroll !important;
}

.nota-informativa {
	background:#f7f934;
	color:#444;
	padding:20px;
	margin:0 0 30px;
	text-align:center;
	font-size:16px;
	border: 3px groove;
}

.nota-informativa strong {
	font-weight:700;
	font-size:20px;
}