/* ----------------------------------------------------- */
/* main.css */
/* ----------------------------------------------------- */

.align-center {text-align:center;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.width030 {width:30px !important;}
.width040 {width:40px !important;}
.width050 {width:50px !important;}
.width060 {width:60px !important;}
.width070 {width:70px !important;}
.width100 {width:100px !important;}
.width150 {width:150px !important;}
.width200 {width:200px !important;}

.height050 {height:50px !important;}
.height100 {height:100px !important;}
.height200 {height:200px !important;}

.custom-color {
  color: #ff7800 !important;
}
.grey-color {
  color: #000000 !important;
}

h1.seo {
  font-size: 25px;
  font-weight: normal;
  color: #2d364d!important;
}

h2.color-black {
  font-size: 25px;
  font-weight: normal;
  color: #2d364d!important;
}
h3.color-black {
  font-weight: 600;
  color: #2d364d;
}
h4.color-black {
	padding-top:0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #2d364d;
}

hr.page-divider-transparent {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  border-color: transparent;
}

hr.page-divider-grey {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  border-color: #c0c0c0;
}

hr.page-divider-black {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  border-color: #2d364d;
}

hr.page-divider-custom-color {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  border-color: #ff7800;
}

div.spacer-10 {
	font-size: 0; 
	height: 10px;
	line-height: 0;
}
div.spacer-20 {
	font-size: 0; 
	height: 10px;
	line-height: 0;
}
div.spacer-30 {
	font-size: 0; 
	height: 10px;
	line-height: 0;
}

ul.custom {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}


input:focus::-webkit-input-placeholder {
  color: #c0c0c0 !important;
}
input:focus:-moz-placeholder {
  color: #c0c0c0 !important;
}
input:focus::-moz-placeholder {
  color: #c0c0c0 !important;
}
input:focus:-ms-input-placeholder {
  color: #c0c0c0 !important;
}
textarea:focus::-webkit-input-placeholder {
  color: #c0c0c0 !important;
}
textarea:focus:-moz-placeholder {
  color: #c0c0c0 !important;
}
textarea:focus::-moz-placeholder {
  color: #c0c0c0 !important;
}
textarea:focus:-ms-input-placeholder {
  color: #c0c0c0 !important;
}
select.selectpicker {
  display: block !important;
  float: left;
  overflow: hidden; 
  height: 34px;
  width: 0;
  border: 0; 
  padding: 0; 
  box-shadow: none; 
  color: white; 
}

/* form controls */
.form-control {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  color: #737475;
}
.form-control:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #232323;
}

/* bootstrap */
.bootstrap-select > .selectpicker {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none !important;
  height: 40px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  background-color: #ffffff !important;
  color: #737475 !important;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
  background-color: transparent;
  border-width: 1px;
  border-color: #e9e9e9;
  color: #2d364d;
}

/* logo */
.logo {
  padding-top: 0px;
  margin: 0 auto;
  max-width: 300px;
  height: auto;
}

/* menù */
.sf-menu li.custom-color a {
    background-color: #ff7800;   
}
.sf-menu li.megamenu .block-title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #ff7800;
}

/* footer */
.footer-meta .copyright {
	font-size:12px;
  color: #000000;
}
.footer-meta .privacy {
	font-size:12px;
  color: #000000;
	text-align:right;
}
.footer-meta.avast-link {
	padding-top:10px;
	text-align:center;
}
.footer-meta.avast-link p, .footer-meta.avast-link a {
	color:#808080;
}
.widget-categories ul li ul {
  padding-bottom:20px;
}
.widget-categories ul li ul li {
  border-top: solid 0;
}
.widget-categories ul li ul li a {
  padding: 0px 0 0px 20px;
}

/* product */
.product-single .product-price {
  color: #0095ff !important;
}
.product-single .product-price del {
  color: #000000 !important;
  font-weight: 500;
  font-size: 30px;
}
.product-price-td ins{
  font-weight: 900;
  font-size: 20px;
	text-decoration:none;
}
.product-price-td del {
  font-weight: 500;
  font-size: 15px;
}

/* tables */
table.product-table {
	border: 1px solid #00000;
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
}
table.product-table tr {
	/*border: 1px solid #ddd;*/
	padding: 5px;
}
table.product-table tr:nth-of-type(odd) { 
	background: #eee; 
}
table.product-table th, table.product-table td {
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
	text-align: center;
}
table.product-table th {
	font-size: 14px;
	letter-spacing: 1px;
	background: #333; 
	color: white; 
	font-weight: bold; 
}
@media screen (max-width: 600px) {
	table.product-table {
		/*border: 0;*/
	}
	table.product-table thead {
		display: none;
	}
	table.product-table tr {
		margin-bottom: 10px;
		/*display: block;*/
		/*border-bottom: 2px solid #ddd;*/
	}
	table.product-table td {
		display: block;
		text-align: right;
		font-size: 13px;
		/*border-bottom: 1px dotted #ccc;*/
	}
	table.product-table td:last-child {
		/*border-bottom: 0;*/
	}
	table.product-table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

/* Validation */
.error input, input.error, .error textarea, textarea.error {
	border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1)
}
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
	background: #fafafa;
	border-color: #999
}
.error label, label.error {
	color: #c60f13
}
.error small, small.error {
	display: block;
	padding: 0.375em 0.25em;
	margin-top: -1.3125em;
	margin-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	background: #c60f13;
	color: #fff
}


.text-uppercase{text-transform: uppercase;}

/* ui autocomplete */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	/* background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; */
	font-weight: normal;
	color: #c77405;
}
