@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Ubuntu:300,300i,400,400i,500,500i,700,700i');

body {
	font-family:"Ubuntu", sans-serif;
	color:#3c3c3b;
	letter-spacing:1px;
	font-size:11px;
}
a {
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.form-control {
	height:40px;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { 
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: "Ubuntu", sans-serif;
	color:#3c3c3b;
	font-size:11px;
	line-height: inherit;
	height:inherit;
}
input:-moz-placeholder,
.form-control:-moz-placeholder { 
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: "Ubuntu", sans-serif;
	color:#3c3c3b;
	font-size:11px;
	line-height: inherit;
	height:inherit;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: "Ubuntu", sans-serif;
	color:#3c3c3b;
	font-size:11px;
	line-height: inherit;
	height:inherit;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder { 
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: "Ubuntu", sans-serif;
	color:#3c3c3b;
	font-size:11px;
}
.privacy-text {
	font-weight:normal!important;
	line-height: 18px!important;
	font-size:11px!important;
	color:#a1a1a1!important;
	margin-bottom:25px!important;
}
.privacy-text a {
	color:#3c3c3b;
}
.privacy-text input[type="checkbox"] {
    margin-top: 0px;
    position: relative;
    top: 2px;
}
.buttons-set .button {
	margin-right:10px;
}
/*Preloader*/
.page-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5001;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.js-page-preloader_loaded {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.js-page-preloader_loaded .page-preloader-wrapper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-preloader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-preloader-wrapper img {
	width: 100px;
}
/*general classes*/
.fixedPosition {
	position:fixed;
	width:100%;
}
label.error {
	color:#bb0000;
	margin-top:5px;
}
.alert {
	display:inline-block;
}
.padding-0 {
	padding: 0;
}
.margin-0 {
	margin:0;
}
.padding-top-0{ padding-top:0 !important; }
.padding-top-5{ padding-top:5px !important; }
.padding-top-10{ padding-top:10px !important; }
.padding-top-15{ padding-top:15px !important; }
.padding-top-20{ padding-top:20px !important; }
.padding-top-25{ padding-top:25px !important; }
.padding-top-30{ padding-top:30px !important; }
.padding-top-35{ padding-top:35px !important; }
.padding-top-40{ padding-top:40px !important; }
.padding-top-45{ padding-top:45px !important; }
.padding-top-50{ padding-top:50px !important; }
.padding-top-55{ padding-top:55px !important; }
.padding-top-60{ padding-top:60px !important; }


.padding-bottom-0{ padding-bottom:0 !important; }
.padding-bottom-5{ padding-bottom:5px !important; }
.padding-bottom-10{ padding-bottom:10px v; }
.padding-bottom-15{ padding-bottom:15px !important; }
.padding-bottom-20{ padding-bottom:20px !important; }
.padding-bottom-25{ padding-bottom:25px !important; }
.padding-bottom-30{ padding-bottom:30px !important; }
.padding-bottom-35{ padding-bottom:35px !important; }
.padding-bottom-40{ padding-bottom:40px !important; }
.padding-bottom-45{ padding-bottom:45px !important; }
.padding-bottom-50{ padding-bottom:50px !important; }
.padding-bottom-55{ padding-bottom:55px !important; }
.padding-bottom-60{ padding-bottom:60px !important; }

.margin-top-0{ margin-top:0 !important; }
.margin-top-5{ margin-top:5px !important; }
.margin-top-10{ margin-top:10px !important; }
.margin-top-15{ margin-top:15px !important; }
.margin-top-20{ margin-top:20px !important; }
.margin-top-25{ margin-top:25px !important; }
.margin-top-30{ margin-top:30px !important; }
.margin-top-35{ margin-top:35px !important; }
.margin-top-40{ margin-top:40px !important; }
.margin-top-45{ margin-top:45px !important; }
.margin-top-50{ margin-top:50px !important; }
.margin-top-55{ margin-top:55px !important; }
.margin-top-60{ margin-top:60px !important; }

.margin-bottom-0{ margin-bottom:0 !important; }
.margin-bottom-5{ margin-bottom:5px !important; }
.margin-bottom-10{ margin-bottom:10px !important; }
.margin-bottom-15{ margin-bottom:15px !important; }
.margin-bottom-20{ margin-bottom:20px !important; }
.margin-bottom-25{ margin-bottom:25px !important; }
.margin-bottom-30{ margin-bottom:30px !important; }
.margin-bottom-35{ margin-bottom:35px !important; }
.margin-bottom-40{ margin-bottom:40px !important; }
.margin-bottom-45{ margin-bottom:45px !important; }
.margin-bottom-50{ margin-bottom:50px !important; }
.margin-bottom-55{ margin-bottom:55px !important; }
.margin-bottom-60{ margin-bottom:60px !important; }

.underlined,f
.underlined:hover {
	text-decoration:underline;
}
.title19 {
	font-size:32px;
	color:#0f3e6d;
}
.title19 > span {
	font-weight:normal;
}
.title19 > span::before,
.title19 > span::after  {
	background: url(../../img/dotted-line.png) repeat-x center center; 
	height:1px;
	top:22px;
}
.blue-row {
	background:#0f3e6d;
	padding:80px 0px;
	color:#fff;
}
.flex-box {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
	align-items: center;
    -webkit-align-items: center;
}
.banner-click:hover {
	-webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
	transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.square-container {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}
.square-container img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%); 
	-webkit-transform: translateX(-50%) translateY(-50%); 
	-o-transform: translateX(-50%) translateY(-50%); 
	transform: translateX(-50%) translateY(-50%); 
}
.accordion {
	border-bottom:solid 1px #f6f6f6;
}
.accordion:nth-last-child(1) {
	border-bottom:0px none;
}
.accordion .accordion-title {
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	padding-top:16px;
	padding-bottom:16px;
	padding-right:20px;
	position:relative;
}
.accordion .accordion-title:after {
	content: "\f0d7";
	font-family:"fontawesome";
	position:absolute;
	right:5px;
	line-height:22px;
	color:#6e6e6e;
}
.accordion.active .accordion-title:after {
	content:"\f0d8";
}
.accordion .accordion-text {
	padding-bottom:20px;
	color:#777776;
	line-height:20px;
	font-size:13px;
}
.popup-container {
	min-width:320px;
}
#consegna-sicilia-pop.popup-container {
	padding-left:10px;
	padding-right:10px;
}
#cartpopup.popup-container {
    min-width: 300px;
}
#welcome-pop {
	padding:30px 50px;
}
#welcome-pop .button {
	min-width:180px;
	margin: 5px 15px;
}
/*buttons*/
.button {
	padding:4px 24px;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color:#0f3e6d;
	border:solid 1px #0f3e6d;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border-radius:45px;
	-webkit-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	color: #fff!important;
	min-width:120px;
	display:inline-block;
}
.button:hover {
	background:transparent;
	color:#0f3e6d!important;
}
.square-button {
	padding:4px 24px;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color:#0f3e6d;
	border:solid 1px #0f3e6d;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	color: #fff!important;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.square-button:hover {
	background:transparent;
	color:#0f3e6d!important;
}
.yellow-btn {
	color:#0f3e6d!important;
	background-color:#ffc800;
	border-color:#ffc800;
}
.yellow-btn:hover {
	color:#fff!important;
	background-color:#fff;
	border-color:#fff;
}
.white-btn {
	background-color:#fff;
	border-color:#fff;
	color:#0f3e6d!important;
}
.white-btn:hover {
	background-color:#0f3e6d;
	border-color:#0f3e6d;
	color:#fff!important;
}
.light-btn {
	background-color:transparent;
	color:#0f3e6d!important;
}
.light-btn:hover {
	background-color:#0f3e6d;
	color:#fff!important;
}
.light-white-btn {
	background-color:transparent;
	border-color: #fff;
	color:#fff!important;
}
.light-white-btn:hover {
	background-color:transparent;
	border-color: #0f3e6d;
	color:#0f3e6d!important;
}
.light-grey-btn {
	background-color:transparent;
	border-color:#9d9d9d;
	color:#9d9d9d!important;
}
.light-grey-btn:hover {
	background-color: #0f3e6d;
	border-color: #0f3e6d;
	color:#fff!important;
}
.light-darkgrey-btn {
	background-color:transparent;
	border-color:#3c3c3b;
	color:#3c3c3b!important;
}
.light-darkgrey-btn:hover {
	background-color: #0f3e6d;
	border-color: #0f3e6d;
	color:#fff!important;
}
.fullwidth-btn {
	width:100%;
}
/*HEADER*/
header {
	border-bottom:solid 1px #3c3c3b;
}
.home-page header {
	border:0px none;
}
.header-top {
	height:35px;
	line-height:35px;
	background:#0f3e6d;
	color:#fff;
	font-size:11px;
	font-weight:500;
}
.header-top a  {
	color:#fff;
}
.header-top .header-top-right {
	text-align:right;
}
.header-top-right .cart-account19 {
	display:inline-block;
	z-index:499;
	color:#434343;
	margin-top:0px;
	position:relative;
}
.header-top-right .cart-account19 .account-header a {
    color: #0f3e6d;
}
.header-top-right .cart-account19.account-header a:hover {
    color: #434343;
}
.cart-account19:hover .account-header {
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
}
.cart-account19 .account-header .triangle {
    z-index: 8;
    width: 14px;
    height: 7px;
    background: url(../../img/cart-pointer.svg) no-repeat bottom center;
	background-size:cover;
    position: absolute;
    top: -7px;
    right: 20px;
}
.cart-account19 .account-header-box > h4 {
    border-bottom: solid 1px #d9dce2;
    font-size: 12px;
    font-weight: bold;
    color: #0f3e6d;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 20px;
}
.cart-account19 .account-header input {
	width:100%;
	line-height:35px;
	padding:0px 15px;
	height:39px;
}
.cart-account19 .account-header label.error {
	display:block;
	
}
.cart-account19 .account-header .form-group {
	line-height:normal;
}
.cart-account19 .account-header .pwforgot-link {
	line-height:30px;
}
.header-top-right .account-link {
	padding-left: 18px;
	margin-left:15px;
	height:35px;
	line-height:35px;
	background:url(../../img/user-icon.svg) no-repeat center left;
	background-size:12px 14px;
	display:inline-block;
}

.cart-account19 .account-header {
    padding: 5px 20px 30px 20px;
    border: solid 1px #0f3e6d;
}
.account-header {
    background: #fff;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.1);
    margin-top: 30px;
    padding: 30px 20px;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 290px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.cart-account19 .account-header-box.logged ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.cart-account19 .account-header-box.logged ul li {
	font-size: 14px;
    line-height: 30px;
}
.header-top-right .wishlist-link {
	padding-left: 18px;
	margin-left:15px;
	height:35px;
	line-height:35px;
	background:url(../../img/wishlist-icon.svg) no-repeat center left;
	background-size:13px 13px;
	display:inline-block;
}
.header-top-right .mini-cart {
	display:inline-block;
	z-index:499;
	color:#434343;
}
.header-top-right .carrello-link {
	padding-left: 18px;
	background:url(../../img/shopper-icon.svg) no-repeat center left;
	background-size:10px 14px;
	margin-left:15px;
	height:35px;
	line-height:35px;
	display:inline-block;
}
.mini-cart .mini-cart-content {
	padding: 5px 20px 30px 20px;
	border:solid 1px #0f3e6d;
	width:320px;
}
.mini-cart:hover .mini-cart-content {
    margin-top: -1px;
}
.mini-cart .mini-cart-content .alert {
	background: transparent;
    border: 0px none;
    line-height: 15px;
    text-align: center;
    padding: 0px 5px 10px 5px;
}
.mini-cart .mini-cart-content .triangle {
    z-index: 8;
    width: 14px;
    height: 7px;
    background: url(../../img/cart-pointer.svg) no-repeat bottom center;
	background-size:cover;
    position: absolute;
    top: -7px;
    right: 20px;
}
.mini-cart .mini-cart-content > h4 {
	border-bottom:solid 1px #d9dce2;
	font-size:12px;
	font-weight:bold;
	color:#0f3e6d;
	line-height:26px;
	letter-spacing:1.5px;
	text-align:center;
	margin-bottom:20px;
}
.mini-cart .mini-cart-content .msg-not-found {
	font-size:12px;
	font-weight:bold;
	color:#0f3e6d;
	line-height:16px;
	letter-spacing:1.5px;
	text-align:center;
}
.mini-cart .mini-cart-content .mini-cart-items {
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
	padding:0px;
	border:0px none;
}
.list-mini-cart-item > li {
	border-color:#f1f1f1;
}
.mini-cart-content .thumb-prod-cart-right {
	position:relative;
}
.mini-cart-content .cart_del {
	position:absolute;
	top:0px; 
	right:0px;
	color:#949494;
	font-size:10px;
	line-height:12px;
}
.mini-cart-content .mini-cart-price {
	text-align:left;
	color:#434343;
	font-size:12px;
	line-height:12px;
	margin-bottom:8px;
	font-weight:bold;
}
.mini-cart-content .mini-cart-title a {
	color:#434343;
}
.mini-cart-content .mini-cart-title a:hover {
	color:#949494;
}
.mini-cart-content .mini-cart-info {
	padding:0px;
	font-size: 10px;
    font-weight: 100;
}
.mini-cart-content .thumb-carrello-info {
	line-height:normal;
}
.mini-cart-content .cart-conti {
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:-30px;
	background-color:#f1f1f1;
	padding:10px 20px;
	overflow:hidden;
}
.mini-cart-content .cart-sped {
	text-align:left;
	border-bottom: solid 1px #e5e5e5;
}
.mini-cart-content .cart-sped .prezzo {
	float:right;
}
.mini-cart-content .cart-total label {
	float:left;
	font-size:12px;
	font-weight:500;
}
.mini-cart-content .cart-total .prezzo {
	float:right;
	font-size:12px;
	font-weight:500;
}
.mini-cart-content .mini-cart-total {
	margin-bottom:10px;
}
.mini-cart-content .mini-cart-total .button {
	margin-top:10px;
}
.header-main {
	text-align:center;
	padding:30px 0px 0px 0px;
}
.header-main-left {
	margin-top:20px;
	margin-bottom:20px;
}
.header-main-left img {
	width:167px;
}
.header-main .logo {
	margin-bottom:30px;
}
.header-main .logo img {
	width:262px;
}
.header-main #topSearch {
	position:relative;
	margin-bottom:30px;
}
.header-main #topSearch input[type="text"] {
	width:100%;
	border:0px none;
	background-color:#f1f1f1;
	padding-left:25px;
	padding-right:40px;
	color:#9d9d9d;
	font-size:11px;
	height:30px;
	line-height:30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	letter-spacing:1.5px;
	position: relative;
	z-index:1;
}
.header-main #topSearch input[type="text"]::-webkit-input-placeholder { 
	color:#9d9d9d;
}
.header-main #topSearch input[type="text"]:-moz-placeholder { 
	color:#9d9d9d;
}
.header-main #topSearch input[type="text"]::-moz-placeholder {
	color:#9d9d9d;
}
.header-main #topSearch input[type="text"]:-ms-input-placeholder { 
	color:#9d9d9d;
}
.header-main #topSearch button {
	background:transparent;
	border:0px none;
	height:30px;
	line-height: 23px;
	font-size:13px;
	position:absolute;
	right:25px;
	top:0px;
	color:#9d9d9d;
	min-width:0px;
	padding-right:0px;
	z-index: 2;
}


.easy-autocomplete {
	width: 100% !important;
}

.easy-autocomplete-container {
 
}

.eac-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}

/*.easy-autocomplete-container ul::before {
	content: " ";
	position: absolute;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	z-index: -1;
}
*/
.easy-autocomplete-container ul {
	margin: 0 auto;
	/* max-width: 1140px; */
	background: #f1f1f1;
	border: none;
	padding-bottom: 20px;
	max-height: calc(70vh - 155px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 69px;
	max-width: 840px;
}
.easy-autocomplete-container ul li {
	display: block;
    padding: 12px 12px;
    border: none;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.easy-autocomplete-container ul li.selected div {
	font-weight:bold;
}
.easy-autocomplete-container ul li div {
	font-family:"Ubuntu", sans-serif;
	font-size: 14px;
	color: #717073;
	letter-spacing: normal;
	 display: flex;
    align-items: center;
	font-weight:bold;
	/* font-weight: 600; */
}
.easy-autocomplete-container ul li > div > div.eac-img {
	display: inline-block;
	margin-right: 10px;
	max-width: 55px;
	max-height: 55px;
	overflow: hidden;
	vertical-align: middle;
}
.easy-autocomplete-container ul li > div img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.easy-autocomplete-container ul li > div > div.eac-text {
    flex-direction: column;
    align-items: start;
	justify-content: space-between;
	min-height:55px;
}
.easy-autocomplete-container ul li .eac-prices {
	font-weight:normal!important;
	color: #0f3e6d;
}
.easy-autocomplete-container ul li .eac-priceoff {
	display:inline-block;
	margin-right:5px;
}
.easy-autocomplete-container ul li .eac-priceoff + .eac-price  {
	text-decoration: line-through;
	color:#ccc;
}
.easy-autocomplete-container ul div.eac-all-items {
	padding: 12px 10px 12px 12px;
	display: block;
	padding: 12px 12px;
	border: none;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
}
.easy-autocomplete-container ul div.eac-all-items:hover{
	background: #EBEBEB;
}


.easy-autocomplete-container ul div.eac-all-items div {
	font-family:"Ubuntu", sans-serif;
	font-size: 14px;
	color: #717073;
	letter-spacing: normal;
	text-transform: lowercase; 
	font-weight: bold;
} 
.easy-autocomplete-container ul div.eac-all-items > div::before {
	content: "\f002";
	font-family: 'fontawesome';
	display: inline-block;
	margin: 0 16px 0 8px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: 400;
}
.easy-autocomplete .del-search {
	position: absolute;
	top: 1px;
	right: 10px;
	background: #f1f1f1 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgOSA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPjBDNjFBNzdDLUQxQTktNDM0NC1BQjk4LUI5OEI0NTgxMkRBNTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iZmlsdHJpL2VsaW1pbmEtdW5vIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMyLjAwMDAwMCwgLTExLjAwMDAwMCkiIGZpbGw9IiM3MTcwNzMiPiAgICAgICAgICAgIDxnIGlkPSJjbG9zZS1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzIuMDAwMDAwLCAxMS4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDk3NzczNzUsMy40NzcxNzI2NiBDNS41OTc4OTg4MywyLjM3NzUzNTUzIDYuNjM5NDY3NDksMS4zNjA2ODE5OCA3LjY0OTM1MzQ2LDAuMzEzMzE0MzQzIEM4LjAyMDIxMDc0LC0wLjA3MDkzNzA2ODMgOC4yNzc5MTU1NCwtMC4xMjIwNzY0MTEgOC42ODk3OTA2LDAuMjgxMzg3NTcyIEM5LjEyMDA1Mjk0LDAuNzAzMjE2NTExIDkuMDkyNjEzNDYsMC45NzE2Mjc0MjQgOC42NzAyNzE3OSwxLjM3MjU0ODU3IEM3LjYxNjgyMjEyLDIuMzcyMTY3MzEgNi42MDM1NDE1OCwzLjQxMzg4NDE5IDUuNTE2OTk0OCw0LjQ5NTcyMTQ0IEM2LjU5ODE2Njg0LDUuNTcxMDYwMzIgNy42MTIyOTYwMiw2LjYxMDc5OTQzIDguNjY0NjE0MTcsNy42MTA3MDA3MSBDOS4wODAxNjY2OSw4LjAwNTQwNjAyIDkuMTI0ODYxOTIsOC4yNjg0NDg3MiA4LjY5NjAxMzk5LDguNzAyMTQ0MjUgQzguMjQyMjcyNSw5LjE2MTI2ODE4IDcuOTc1Nzk4MzksOS4wMTM3ODM0NCA3LjYwNDk0MTExLDguNjI4Njg0NDIgQzYuNjExNzQ1MTMsNy41OTcxMzg5IDUuNTg4NTYzNzUsNi41OTQ0MTIyNCA0LjQ1NzAzODg2LDUuNDYwMDIyOTYgQzMuNzY0MjYyNzQsNi4xODcyNzUyNiAzLjEwODU0NDA3LDYuODgyMzE4MjYgMi40NDQ5MDQ3Miw3LjU2OTQ1MDE5IEMyLjA2OTIzODQ1LDcuOTU4NTA0NzUgMS42NTkwNjA2OCw4LjMxNjE5NzYxIDEuMzAzMTk2MSw4LjcyMjIwNDQzIEMwLjk0MTk1Njc4MSw5LjEzNDQyNzA4IDAuNjc1NDgyNjY5LDkuMDU0MTg2MzUgMC4zMTgyMDM2ODQsOC43MDIxNDQyNSBDLTAuMDU2NjEzOTM2NSw4LjMzMzE0OTg4IC0wLjE0MDkxMjU0MSw4LjA2OTI1OTU3IDAuMjg2ODAzODY4LDcuNjY2MDc4MTIgQzEuMzYwOTAzODcsNi42NTQwMjc3MSAyLjM5NzA5Nzc5LDUuNjAyMTM5NDcgMy41MDQ1Nzc3OCw0LjUxMDk3ODQ4IEMyLjQwNTU4NDIzLDMuNDE3Mjc0NjQgMS4zOTE3Mzc5MywyLjM3Njk3MDQ2IDAuMzM5NzAyNjU3LDEuMzc2NTA0MSBDLTAuMDc1Mjg0MDk3MiwwLjk4MTc5ODc4NSAtMC4xMjA1NDUwOTMsMC43MTk2MDM3MDQgMC4zMDg1ODU3MjIsMC4yODUzNDMxMDEgQzAuNzYyODkyOTY3LC0wLjE3NDM0NTkwNCAxLjAyODgwMTMyLC0wLjAyNjAxMzU1NzcgMS4zOTkzNzU3MiwwLjM1ODUyMDM5MiBDMi4zOTI4NTQ1NywxLjM5MDA2NTkxIDMuNDE2MzE4ODQsMi4zOTI3OTI1NyA0LjQ5Nzc3Mzc1LDMuNDc3MTcyNjYiIGlkPSJGaWxsLTEiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) 50% no-repeat;
	width: 29px;
	height: 29px;
	background-size: 14px;
	z-index: 4;
} 




.header-main .header-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.header-nav > nav > ul > li {
	display:inline-block;
}
.header-nav > nav > ul > li > a {
	font-size:16px;
	line-height:21px;
	color:#0f3e6d;
	padding:5px 12px 25px 12px;
	margin:0px;
	display:inline-block;
	position:relative;
}
.header-nav > nav > ul > li > a.outlet {
	color:#e00322;
}
.header-nav > nav > ul > li:hover > a:after, 
.header-nav > nav > ul > li:focus > a:after, 
.header-nav > nav > ul > li:active > a:after {
    left: 0;
    right: auto;
    width: 100%;
}
.header-nav > nav > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    width: 0;
    bottom: 0px;
    background: #0f3e6d;
    height: 3px;
    transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -webkit-transition: width 0.4s ease-out;
}
.header-nav > nav > ul > li.has-mega-menu:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-nav .mega-menu {
	transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}
.item-slider19 .banner-info {
	width:100%;
}
.mega-banner .banner-info h2 {
	/*color:#0f3e6d;
	text-shadow: 0px 0px 10px #fff;*/
	color:#fff;
	margin-bottom: 25px;
    line-height: 42px;
}
.mega-banner .banner-info .button:hover {
	background:#fff;
}
.mega-link {
	font-size:14px;
	text-align:center;
}
.mega-link a,
.mega-link > h3 a {
	color:#00373e;
}
.mega-link a:hover,
.mega-link > h3 a:hover {
	color:#0f3e6d;
}
.mega-link > h3 {
	text-align:left;
	font-weight:bold;
	line-height:36px;
	border-bottom:solid 1px #717f97;
	margin-bottom: 18px;
}
.mega-list-link > li {
	text-align:left;
	text-transform:none;
}
.mega-list-link a {
	padding-left:0px;
}
.mega-list-link a::before {
	display:none;
}
#mobi-menu {
	visibility:hidden;
	display:none;
	/*-webkit-overflow-scrolling: touch;*/
}
/*SLIDER*/
.banner-slider19 {
	margin-top: 0px;
    max-width: 1920px;
	max-height:710px;
    margin: 0px auto;
	overflow:hidden;
}
.banner-slider19 .owl-item {
	max-width: 1920px;
	max-height:710px;
}
.banner-slider19 .owl-item .banner-thumb img {
	width:100%;
}
.inner-banner-info {
	color:#fff;
}
.inner-banner-info.inverted {
	color:#0f3e6d;
}
.inner-banner-info.greyscale {
	color:#9d9d9d;
}
.inner-banner-info.darkgreyscale {
	color:#3c3c3b;
}
.inner-banner-info .button + .button {
	margin-left:30px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div,
.banner-slider19 .owl-theme .owl-controls .owl-buttons div:hover {
	background:none;
}
.custom-directnav h2 {
	font-size:60px;
	font-family:"Lora", serif;
	margin-bottom:30px;
	text-transform:none;
	font-weight: bold;
    letter-spacing: 2px;
	line-height:72px;
}
.custom-directnav h3 {
	font-size:24px;
	line-height: 34px;
	margin-bottom:30px;
	text-transform:none;
}
.custom-directnav .button.light-white-btn:hover {
	background-color:#fff;
	border-color:#fff;
	color:#0f3e6d;
}
.custom-directnav .owl-pagination {
	position:absolute;
	bottom:28px;
	width:100%;
}
.owl-theme .owl-controls .owl-page span {
	background:#fff;
	-webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
}
.owl-theme .owl-controls .owl-page.active span {
	background:#fff;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*GENERAL CONTENT*/
#content.main-content,
.wishlist-page #content {
	padding-top:70px;
	padding-bottom:70px;
}
#content.main-content h1,
.popup-container h1,
#content h1.pagetitle {
	font-size: 40px;
	line-height:54px;
    font-family: "Lora", serif;
    margin: 0px 0px 30px 0px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 1px;
}
#content.main-content h2,
.popup-container h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin: 0px 0px 25px 0px;
}
#content.main-content h3,
.popup-container h3 {
	color: #0f3e6d;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    margin: 0px 0px 25px 0px;
}
#content.main-content h4,
.popup-container h4 {
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}
#content.main-content h5,
.popup-container h5 {
	color: #0f3e6d;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#content.main-content h5 span,
.popup-container h5 span {
	font-weight:normal;
}
#content.main-content h6,
.popup-container h6 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #b7bcbf;
	margin: 0px 0px 0px 0px;
}
#content.main-content .form-group h6 {
    margin: 15px 0px 0px 0px;
}
#content.main-content p,
.popup-container p {
	margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 24px;
}
#content.main-content a,
.popup-container a {
	color: #0f3e6d;
}
#content.main-content a:hover,
.popup-container a:hover {
	color: #3c3c3b;
}
/*HOME PAGE*/
/*Nuovi arrivi*/
.home-nuoviarrivi-wrapper {
	margin-bottom:85px;
}
.nuovi-arrivi-controls {
	text-align:center;
}
.nuovi-arrivi-controls a {
	display:inline-block;
	margin:0px 15px;
	font-size:16px;
	color:#0f3e6d;
	/*font-weight:bold;*/
}
.nuovi-arrivi-controls a:hover,
.nuovi-arrivi-controls a.active {
	color:#3c3c3b;
}
.item-collect19 {
	margin: 0 25px;
	text-align:center;
}
.item-collect19::after,
.item-collect19:hover::after {
	border:none;
}
.item-collect19 .novita {
	border:solid 2px #0f3e6d;
}
.item-collect19 .zoom-image {
	/*margin-bottom:40px;*/
	margin-top:40px;
	position:relative;
	z-index:1;
	overflow:hidden;
	/*height:316px;*/
}
.zoom-image.double-img img,
.zoom-image a img {
	transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.zoom-image.double-img img:nth-child(1) {
	opacity: 1;
}
.zoom-image.double-img:hover img:nth-child(1) {
	opacity: 0;
}
.zoom-image.double-img img:nth-child(2) {
	opacity: 0;
}
.zoom-image.double-img:hover img:nth-child(2) {
	opacity: 1;
}
/*.new-triangle {
	width: 80px;
	height: 80px;
	 transform: rotate(-45deg);        
	-ms-transform: rotate(-45deg);     
	-moz-transform: rotate(-45deg);    
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);      
	color:#fff;
	background-color:#0f3e6d;
	bottom:-40px;
	right:-40px;
	position:absolute;
	padding:1px 6px;
	text-align:center;
	font-size:10px;
}*/
.new-triangle {
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 0;
    background: url(../../img/prezzo-netto.svg);
    background-size: cover;
}
.promo-triangle {
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 0;
    background: url(../../img/promo-days.svg);
    background-size: cover;
}
.riassortimento {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background: #f1f1f1;
    color: #e00322;
	-webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    filter: alpha(opacity=95);
    font-size: 12px;
}

    
/*.promo-triangle {
	width: 80px;
	height: 80px;
	 transform: rotate(-45deg);        
	-ms-transform: rotate(-45deg);     
	-moz-transform: rotate(-45deg);    
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);      
	color:#fff;
	background-color:#e00322;
	bottom:-40px;
	right:-40px;
	position:absolute;
	padding:1px 9px;
	text-align:center;
	font-size:10px;
}*/
.item-collect19 .button {
	margin-top:45px;
	position:relative;
	z-index:1;
	padding-left:15px;
	padding-right:15px;
}
.item-collect19 h3 {
	margin:0px;
	font-size:16px;
	line-height: 22px;
	font-weight:bold;
	position:relative;
	z-index:1;
}
.item-collect19 h3 a {
	color:#3c3c3b;
}
.item-collect19 h3 span {
	font-weight:100;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #3c3c3b;
	top:40%;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div:hover {
	background:#0f3e6d;
}
/*Assistenza*/
.home-assistenza-wrapper {
	margin-bottom:85px;
}
.assistenza-box {
	text-align:center;
	min-height:100px;
}
.whatsapp-link {
	position: relative;
    display: inline-block;
    text-align: center;
}
.whatsapp-link .whatsapp-nr {
	-webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    width: 100%;
    font-size: 25px;
    display: inline-block;
}
.whatsapp-link:hover .whatsapp-nr {
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.assistenza-box:nth-child(3) {
	text-align:left;
}
.assistenza-box i.fa {
	font-size:76px;
}
.assistenza-box h3 {
	text-align:center;
	margin-top:0px;
	margin-bottom:25px;
}
.assistenza-box input[type="email"] {
	background-color:transparent;
	border:solid 1px #fff;
	border-right:0px none;
	width:100%;
	height:36px;
	line-height:36px;
	padding:0px 12px;
}
.assistenza-box input::-webkit-input-placeholder { 
	font-weight:100;
	color:#fff;
}
.assistenza-box input:-moz-placeholder { 
	font-weight:100;
	color:#fff;
}
.assistenza-box input::-moz-placeholder {
	font-weight:100;
	color:#fff;
}
.assistenza-box input:-ms-input-placeholder { 
	font-weight:100;
	color:#fff;
}
.assistenza-box input[type="checkbox"] {
	display:inline-block;
	position: relative;
    top: 3px;
}
.assistenza-box a {
	color:#fff;
}
.assistenza-box button {
	line-height: 26px;
	padding:4px 14px;
	width:100%;
	border-radius:0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.assistenza-box label {
	margin-top:8px;
	font-size:11px;
	font-weight:100;
	line-height: 16px;
}
/*Consegna*/
.home-consegne-wrapper {
	margin-bottom:85px;
}
.box-home-consegna {
	margin-top:40px;
	padding-top:25px;
	padding-bottom:25px;
}
.box-home-consegna:nth-child(1) {
	border-right:solid 1px #e5e5e5;
}
.home-consegne-wrapper .box-home-consegna h2 {
	color:#0f3e6d;
	margin-top:0px;
	font-size:34px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:20px;
}
.home-consegne-wrapper .box-home-consegna h2 a {
	color:#0f3e6d;
}
.home-consegne-wrapper .box-home-consegna h2 span {
	font-size:32px;
}
.home-consegne-wrapper .box-home-consegna h3 {
	margin-top:0px;
	font-size:20px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
}
.home-consegne-wrapper .box-home-consegna img {
	height:74px;
}
/*Metodi pagamento*/
.box-home-pagamenti {
	margin-top:30px;
}
.box-home-pagamenti img {
	width: 35%;
	margin: 0px 25px;
	border: solid 1px #c3cfda;
}

/*PRODOTTI MASTER*/
.shop-header {
	padding:30px 0px;
	margin-bottom: 30px;
}
.shop-header .breadcrumbs {
	font-size:13px;
}
.shop-header .breadcrumbs ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.shop-header .breadcrumbs ol li {
    display:inline-block; 
}
.shop-header .breadcrumbs a {
	color:#434343;
	position:relative;
	padding-right:16px;
	margin-right:12px;
	display:inline-block;
	line-height:22px;
}
.shop-header .breadcrumbs a:hover {
	color:#0f3e6d;
}
.shop-header .breadcrumbs a:after {
	content: "\f105";
	font-family:"fontawesome";
	position:absolute;
	right:0px;
}
.shop-header .breadcrumbs li:nth-last-child(1) a:after {
	content: "";
}
.shop-header .breadcrumbs span {
	font-weight:bold;
	display:inline-block;
	line-height:22px;
}
.shop-header .shop-ordinamento {
	text-align:right;
}
.shop-header .shop-ordinamento h4 {
	margin:0px 20px 0px 0px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#434343;
	line-height:22px;
}
.shop-header .shop-ordinamento form {
	display:inline-block;
}
.shop-header .shop-ordinamento a {
	padding:0px 25px;
	display:inline-block;
	color:#434343;
	font-size:15px;
	line-height:22px;
	border-left:solid 1px #a3a3a3;
}
.shop-header .shop-ordinamento a:hover,
.shop-header .shop-ordinamento a.active {
	color:#0f3e6d;
}
.shop-header .shop-ordinamento a:nth-child(2) {
	border:0px none;
}
.content-grid-sidebar .sidebar-shop {
	margin-top:0px;
}
.content-grid-sidebar .sidebar-shop h3 {
	color:#0f3e6d;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	margin:0px 0px 45px 0px;
}
.sidebar-shop .widget-filter .widget-title > span::after {
	display:none;
}
.sidebar-shop .widget-filter {
	padding:25px 0px 25px 25px;
	border-bottom:solid 1px #dedede;
	margin-bottom:0px;
	position:relative;
}
.sidebar-shop .widget-filter ul {
	margin-top: 20px;
}
.sidebar-shop .widget-filter .widget-title {
	font-weight:normal;
	font-size:15px;
	padding-left: 25px;
    margin-left: -25px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
}
.sidebar-shop .widget-filter .widget-title:before {
	content: "\f105";
	font-family:"fontawesome";
	position:absolute;
	left:3px;
}
.sidebar-shop .widget-filter.active .widget-title:before {
	content: "\f107";
}
.sidebar-shop .widget-filter .clear-local-filters {
	color:#8a8a89!important;
	font-size:10px;
    position: absolute;
    right: 55px;
    line-height: 16px;
	top:25px;
}
.sidebar-shop .widget-filter:nth-last-child(1) {
	border:0px none;
}
.widget-filter ul li.active a span::after {
    color: #555;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    left: 5px;
    position: absolute;
    top: 4px;
}
.widget-filter ul li.active a span::after,
.widget-filter ul li.active a,
.widget-filter ul li:hover a {
	color:#0f3e6d;
}
.sidebar-shop .side-banner {
	margin:30px 0px;
}
.sidebar-shop .side-banner .banner-click {
	margin-bottom:15px;
}
.sidebar-shop .side-footer {
	margin-top:45px;
}
.sidebar-shop .side-footer h4 {
	color: #0f3e6d;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:10px;
	margin-bottom:22px;
	position:relative;	
	letter-spacing:2px;
}
.sidebar-shop .side-footer h4:after {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	height:2px;
	width:50px;
	background:#0f3e6d;
}
.sidebar-shop .side-footer a {
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color:#0f3e6d;
	color:#fff;
	font-size:18px;
	display:inline-block;
	text-align:center;
	width:32px;
	height:32px;
	border:solid 1px #0f3e6d;
	margin-right:16px;
	line-height:30px;
}
.sidebar-shop .side-footer a:hover {
	background-color:#fff;
	color:#0f3e6d;
}
.item-product {
	text-align:center;
}
.item-product .product-info {
	padding-top:0px;
}
.item-product .product-brand,
.item-collect19 .product-brand {
	margin-bottom:15px;
	margin-top:15px;
	height:35px;
}
.item-product .quick-action-wrapper + .product-brand {
	margin-top:0px;
}
.item-product .product-brand a,
.item-collect19 .product-brand a {
	position:relative;
	z-index:1;
}
.item-product .product-brand img,
.item-collect19 .product-brand img {
	max-width:50%;
	max-height:35px;
}
.item-product .product-title {
    font-size: 14px;
    font-weight: 100;
    text-transform: none;
}
.item-product .product-code {
	font-size:13px;
	font-weight:bold;
	margin:4px 0px 10px 0px;
}
.item-product .product-extra-link a:nth-last-child(1) {
	margin-right:0px;
}
.item-product:hover .product-title a {
	color:#0f3e6d;
}
.item-product .product-thumb {
	overflow:hidden;
}

	
/*
immagini rettangolari
.item-product .product-thumb {
	height:342px;
}
.related-product-slider .item-product .product-thumb {
	height:246px;
}
.zoom-image a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.zoom-image a img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	//min-height: 100%;
}*/


/*immagini quadrate*/
.zoom-image a.square-container img {
	object-fit: contain;
    min-width: initial;
    min-height: initial;
    max-width: none;
    width: 100%;
    height: 100%;
}
.cart-thumb.square-container {
	width:auto;
}
.zoom-image:hover a.square-container img,
.cart-thumb.square-container:hover img,
.item-collect19:hover .zoom-image img {
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.15);
    transform: translateX(-50%) translateY(-50%) scale(1.15);
}
    
	

.product-thumb-link::after {
	background: rgba(0,0,0,0.3);
}
.item-product .product-price-box {
	margin:20px 0px 10px 0px;
}
.item-product p.product-price,
.item-collect19 p.product-price {
	font-size:16px;
	margin-top:20px;
}

.item-product p.product-price .price,
.item-collect19 p.product-price .price {
	font-size:20px;
	color:#3c3c3b;
}
.item-product p.product-price .originale,
.item-collect19 p.product-price .originale {
	position: relative;
	color:#a0a0a0;
	display:inline-block;
	margin-right:15px;
}
.item-product p.product-price .originale::after,
.item-collect19 p.product-price .originale::after {
    background: #a0a0a0 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
.item-product p.product-price .scontato.price,
.item-collect19 p.product-price .scontato.price {
	color:#e00322;
}
.item-product p.product-price .labeliva,
.item-collect19 p.product-price .labeliva {
	font-size:10px;
}
.product-extra-link > a > span {
    bottom: -12px;
    margin-top: 20px;
}
.shop-pagibar.bottom {
	border:0px none;
}
.pagibar > a {
	border-color:#fff;
	color:#a1a1a1;
	font-size:14px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	font-weight:500;
}
.pagibar > a:hover,
.pagibar > a.current-page {
	border-color:#c4c4c4;
	color:#0f3e6d;
	font-weight:bold;
}
.pagibar > a.next-page,
.pagibar > a.prev-page {
	font-size: 20px;
    line-height: 26px;
}
.shop-pagibar.bottom .scrollToTop {
	font-size:14px;
	font-weight:500;
	color:#a1a1a1;
	padding-left:35px;
	position:relative;
	line-height:22px;
}
.shop-pagibar.bottom .scrollToTop i.fa {
	position:absolute;
	left:0px;
	line-height:22px;
	font-size:25px;
}
.shop-pagibar.bottom .scrollToTop:hover {
	color:#0f3e6d;
}


/*QUICKVIEW*/
.quick-action-wrapper {
	margin: 15px 0px 10px 0px;
	height:15px;
	line-height:15px;
	position: relative;
    z-index: 2;
}
a.quick-action {
	display: inline-block;
    border-bottom: solid 1px;
    margin-top: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px 5px 5px 5px;
	color:#0f3e6d;
}
.item-collect19:hover a.quick-action,
.item-product:hover a.quick-action {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*PRODOTTI DETAIL*/
.product-detail {
	margin-bottom:60px;
}
.product-detail .product-gallery {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.product-detail .product-gallery .bx-pager {
    left: 0;
    right: auto;
    top: 25px;
	bottom:0;
    width: 100%;
	position:relative;
}
.product-gallery .bx-pager a {
    display: inline-block;
    margin:0px 0px 10px 0px;
    width: 130px;
}
.product-gallery .bx-pager a.active::after {
	border-color:#dcdcdc;
}
.content-detail.no-sidebar .detail-info {
	margin:0px;
}
.product-detail .brand-logo {
	margin-bottom:20px;
}
.product-detail .brand-logo img {
	max-height:70px;
	max-width:250px;
}
.product-detail .title-detail {
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	margin:0px 0px 10px 0px;
}
.product-detail .title-detail span {
    font-size: 16px;
    font-weight: 100;
}
.product-price ins {
	color:#434343;
	font-size:28px;
	font-weight:bold;
}
.product-detail .product-price del {
	font-size:17px;
}
.product-detail h5.nonscontabile {
	color:#0f3e6d;
	margin-top:20px;
	margin-bottom:0px;
}
#prod-form {
	overflow:hidden;
}
/*#prod-form #validateMsg {
	margin-bottom:30px;
}*/
.product-detail .grid-buy-wrapper {
	overflow-x:auto;
	margin:45px 0px 30px 0px;
}
.product-detail .grid-buy {
	margin:0;
	font-size:13px;
	width:100%
}
.product-detail .grid-buy th {
	padding:10px;
	text-align:center;
	border-top:solid 1px #0f3e6d;
	border-bottom:solid 1px #0f3e6d;
	border-right:solid 1px #aeb5c1;
	border-left:solid 1px #aeb5c1;
	font-weight:500;
}
.product-detail .grid-buy td {
	text-align:center;
	padding:10px;
	border-top:0px none;
	border-bottom:solid 1px #aeb5c1;
	border-right:solid 1px #aeb5c1;
	border-left:solid 1px #aeb5c1;
	font-weight:100;
}
.product-detail .grid-buy td.first {
	position:relative;
	padding-left:31px;
}
.product-detail .grid-buy td.first .color-sample {
	width: 25px;
    height: 25px;
    background: rgb(195,195,195);
    position: absolute;
    top: 8px;
    left: 3px;
    border: solid 1px #777777;
    border-radius: 50%;
}
.grid-buy .inputtext {
    border: 1px solid #aaa;
    display: block;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    width: 30px;
}
.product-detail button.addtocart {
	margin-bottom:15px;
	margin-top:15px;
}
.box-riassortibile {
	margin-top: 40px;
    margin-bottom: 25px;
    padding: 20px 15px;
    background: #f1f1f1;
    color: #e00322;
}
.box-riassortibile h4 {
	font-size:16px;
}
.product-detail .addto-wishlist i.fa {
	margin-right:10px;
}
.product-detail .button {
	font-size:14px;
}
.product-detail-info {
	margin:30px 0px;
}
.related-product > h2 {
	font-size:28px;
	font-weight:bold;
	line-height:40px;
	margin-top:0px;
	margin-bottom:50px;
}
.related-product-slider {
	border:0px none;
	padding:0px
}
.related-product-slider .inner-related-product-slider .owl-carousel {
	padding: 25px 60px;
}
    
.related-product-slider .owl-theme .owl-controls {
	top:calc(50% - 13px);
	max-width: 100%;
    left: 15px;
    right: 15px;
	bottom:auto;
	height: 0px;
}
.related-product-slider .owl-theme .owl-controls .owl-buttons div {
	width:27px;
	height:27px;
	background:transparent;
	color:#8a8a89;
	font-size: 24px;
}
.related-product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	float:left;
}
.related-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	float:right;
}
.related-product-slider .owl-theme .owl-controls .owl-buttons div>i {
	width:100%;
	height:100%;
	line-height:normal;
}
.product-detail-footer .button {
	min-width:260px;
	font-size:14px;
}
/*CARRELLO*/
.cart-wrapper {
	margin-top:30px;
}
#carrello-detail {
	overflow: hidden;
}
#carrello-detail.carrello-overflow {
	max-height: 425px;
	overflow-y: auto;
}
.pp-logo {
    width: 80px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 10px;
}
.paypal-checkbox-container {
	padding: 30px;
	background:#f8f8f8;
	width: 100%;
}
.cart-wrapper {
	margin-top:50px;
}
.cart-items table{
	width:100%;
}
.cart-items tr {
	border-bottom:solid 1px #ddd;
}
.cart-items th h4 {
	letter-spacing:2.5px;
	margin-top:0px;
	margin-bottom:17px;
	line-height:normal;
}
.cart-items .cart-item td {
	padding-top:25px;
	padding-bottom:40px;
	vertical-align: top;
}
.cart-item .cart-item-image {
	vertical-align:top;
	position:relative;
}
.cart-item .remove-button {
	position:absolute;
	top:10px;
	left:0px;
	width:24px;
	height:24px;
	line-height:22px;
	text-align:center;
	color:#fff!important;
	font-size:12px;
	background-color:#0f3e6d;
	border: solid 1px #0f3e6d;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	/*z-index: 99;*/
	z-index:1;
}
.cart-item .remove-button:hover {
	background-color:#fff;
	color:#0f3e6d!important;
}
.cart-item .cart-item-description {
	padding-top:0px;
	vertical-align:middle;
}
#content.main-content .cart-item .cart-item-description h4 {
	margin-top:0px;
	margin-bottom:5px;
	font-size:14px;
	letter-spacing:1px;
	line-height:normal;
	font-weight:bold;
}
.cart-item .cart-item-description h6 {
	font-size:11px;
	line-height:23px;
	margin-top:0px;
	margin-bottom:0px;
}
.cart-item .cart-item-description .cart-item-actions {
	margin-top:20px;
}
.cart-item .cart-item-description .cart-item-actions a {
	color:#0f3e6d;
	font-size:11px;
	font-weight:900;
	letter-spacing:1px;
	padding:0px 10px;
	border-left: solid 1px #0f3e6d;
	line-height:16px;
}
.cart-item .cart-item-description .cart-item-actions a i {
	margin-right:10px;
	font-size:12px;
}
.cart-item .cart-item-description .cart-item-actions a:hover {
	color:#3c3c3b;
}
.cart-item .cart-item-description .cart-item-actions a:nth-child(1) {
	padding-left:0px;
	border-left:0px none;
}
.cart-item .cart-item-description .accordion-cart .accordion-title {
	cursor:pointer;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	padding-right:20px;
	position:relative;
	font-size:14px;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
}
.cart-item .cart-item-description .accordion-cart .accordion-title:after {
	color:#0f3e6d;
	content: "\f0d7";
	font-family:"fontawesome";
	position:absolute;
	right:5px;
	line-height:22px;
}
.cart-item .cart-item-qty {
	padding-top:45px;
	vertical-align:top;
}
.cart-item .cart-item-options .cart-item-qty {
	padding-top:8px;
}
.cart-item .cart-item-option {
	border-bottom:solid 1px #ddd;
	padding-top:10px;
	padding-bottom:10px;
}
.cart-item .cart-item-option:nth-last-child(1) {
	border-bottom:0px none;
}
.cart-item .cart-item-option .cart-item-option-info {
	padding-left:40px;
}
.cart-item .cart-item-qty div.qty {
	margin: 0px auto;
	display: inline-block;
	float:right;
}
.cart-item .cart-item-qty div.final_qty {
	margin: 0px auto;
	display: inline-block;
	width: 40px;
    height: 34px;
	line-height:32px;
    border: 1px solid #0f3e6d;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    letter-spacing:1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.cart-item .cart-item-qty .qty button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	border:solid 1px #0f3e6d;
	border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
}
.cart-item .cart-item-qty .qty input + button {
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
}
.cart-item .cart-item-qty .qty button:focus {
	outline: 0;
}
.cart-item .cart-item-qty .qty button i {
	width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    line-height: 30px;
    cursor: pointer;
	font-size:16px;
}
.cart-item .cart-item-qty input.qty  {
	width: 40px;
	height: 32px;
	line-height:30px;
	background: none !important;
	border-top: 1px solid #0f3e6d;
	border-bottom: 1px solid #0f3e6d;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	padding:0px;
	display: block;
	float: left;
	font-family: "Ubuntu", sans-serif;
	font-size:13px;
	letter-spacing:1px;
	-webkit-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.cart-item .cart-item-qty .qty input:focus {
	outline: 0;
}
.cart-item .cart-item-price {
	padding-top:45px;
	vertical-align:top;
	font-family: "Ubuntu", sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:1px;
}
.cart-item .cart-item-price ins {
	text-decoration:none;
	display:inline-block;
}
.cart-item .cart-item-price del {
	color:#b7bcbf;
	font-weight:normal;
	display:inline-block;
	margin-left:5px;
}
#content.main-content .cart-item .cart-item-price h5 {
	font-size: 12px;
    line-height: 16px;
    margin:15px 0px 0px 0px;
    font-weight: normal;
}
.cart-aside .cart-summary,
.cart-aside .cart-address-summary {
	background-color:#f8f8f8;
	padding:20px 25px;
	border-top: solid 1px #ddd;
	overflow: hidden;
	margin-bottom:11px;
}
.cart-aside .cart-address-summary {
	padding:0px;
}
.cart-aside .cart-address-summary .cart_address_sped,
.cart-aside .cart-address-summary .cart_address_fatt {
	padding:20px 25px;
	position:relative;
}
.cart-aside .cart-address-summary .cart_address_fatt {
	border-bottom:solid 2px #fff;
}
.cart-aside .cart-summary > h3,
.cart-aside .cart-address-summary > div > h3 {
	margin-top:5px!important;
	margin-bottom:27px!important;
	border-bottom:solid 1px #0f3e6d;
	line-height:22px!important;
	padding-bottom:25px!important;
	font-size:19px!important;
}
.cart-aside .cart-summary > h3 span {
	font-weight:normal!important;
	line-height:36px!important;
}
.cart-aside .cart-summary h4 {
	float:left;
	font-weight:normal;
	margin:0px!important;
	line-height:normal!important;
	font-size:15px!important;
}
.cart-aside .cart-address-summary .cart_address_sped p,
.cart-aside .cart-address-summary .cart_address_fatt p {
	font-size:11px!important;
	line-height:21px!important;
	margin:0px;
	font-weight:normal;
}
.cart-aside .cart-summary .prezzo {
	font-size:15px;
	font-weight:900;
	float:right;
	letter-spacing:1px;
}
.cart-aside .cart-summary .cart_art,
.cart-aside .cart-summary .cart_sped,
.cart-aside .cart-summary .cart_imp,
.cart-aside .cart-summary .cart_iva {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.cart-aside .cart-summary .cart_sped a {
	font-size:11px;
	font-weight:900;
	text-decoration:underline!important;
	float:left;
	width:100%;
	letter-spacing:1px;
	margin-top:10px;
}
.cart-aside .cart-summary .cart_sped a:hover {
	color:#3c3c3b;
}
.cart-aside .cart-summary .cart_imp {
	padding-top:30px;
	position:relative;
}
.cart-aside .cart-summary .cart_imp:before {
	font-family:"FontAwesome";
	content:"\f078";
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	line-height:5px;
}
.cart-aside .cart-summary .cart_total {
	width:100%;
	float:left;
	margin-top:10px;
	position:relative;
	padding-top:30px;
}
.cart-aside .cart-summary .cart_total h3 {
	margin:0px 0px 8px 0px!important;
	line-height:normal!important;
    font-size: 19px!important;
}
.cart-aside .cart-summary .cart_total .prezzo {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	width:100%;
	letter-spacing:1px;
	margin-bottom:5px;
	line-height:30px;
}
.cart-aside .cart-summary .cart_total a {
	text-align:center;
	float:left;
	width:100%;
	color:#8c8c8c!important;
	text-decoration:underline!important;
	font-size:11px;
	font-weight:900;
	letter-spacing:1px;
}
.cart-aside .cart-summary .cart_total a#coup-trigger {
	float: none;
    height: 39px;
    line-height: 39px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #9d9d9d!important;
    padding: 0px;
	min-width:0px;
}
.cart-aside .cart-summary .cart_total a#coup-trigger:hover {
	color:#fff!important;
}
.cart-aside #msg-error-coup {
	background:transparent;
	color:#bb0000;
	border:0px none;
	font-size:14px;
	margin-bottom:10px;
	padding:0px;
}
.button.cart-button {
	width:100%;
	height: 50px;
    line-height: 42px;
    font-size: 13px;
}
/*CHECKOUT*/
#form-sped .form-reg {
	padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #0f3e6d;
}

.main-checkout .ship-options {
	margin-bottom:30px;
}

.main-checkout .tipo-ship,
.main-checkout .tipo-spe,
.main-checkout .tipo-pay {
	display:block;
	padding:30px;
	background-color:#fafafa;
	cursor:pointer;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-checkout .tipo-ship:hover,
.main-checkout .tipo-spe:hover,
.main-checkout .tipo-pay:hover {
	display:block;
	padding:30px;
	background-color:#eee;
}
.main-checkout .tipo-ship.selected,
.main-checkout .tipo-spe.selected,
.main-checkout .tipo-pay.selected {
    background-color: #0f3e6d;
	color:#fff;
}
.main-checkout .tipo-ship .tipo-ship-tit,
.main-checkout .tipo-spe .tipo-spe-tit,
.main-checkout .tipo-pay .tipo-pay-tit {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 4px;
    overflow: hidden;
    text-transform: uppercase;
}
.main-checkout .tipo-ship > input,
.main-checkout .tipo-spe > input,
.main-checkout .tipo-pay > input {
    float: left;
    margin: 6px 15px 0 0;
}
.main-checkout .tipo-ship > div,
.main-checkout .tipo-spe > div,
.main-checkout .tipo-pay > div {
    clear: both;
    color: #999;
    margin: 5px 0 0 28px;
}
#content.main-content h6.checkout-help {
	margin:15px 0px;
}
.main-checkout .checkout-step-3 {
	overflow:hidden;
}
.main-checkout .checkout-note {
	margin-top: 10px;
    margin-bottom: 30px;
}
.main-checkout .checkout-note {
	margin-top: 10px;
    margin-bottom: 30px;
}

/*USER PAGES*/
.popup-container#pwforgot-form {
	min-width:500px;
}
#content.main-content .sidebar-user h3 {
	color:#0f3e6d;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}
#content.main-content .sidebar-user h4.widget-title {
	font-weight:normal;
	font-size:15px;
	padding-left: 0px;
    margin-left: 0px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
	
}
#content.main-content .sidebar-user h4.widget-title a {
	color:#434343;
}
#content.main-content .sidebar-user h4.widget-title a:hover {
	color:#0f3e6d;
}
.addresses-primary .item .inner {
	padding: 40px 20px;
	background-color:#f1f1f1;
    min-height: 240px;
    margin: 18px 0 10px 0;
}
.orders-table th {
	font-size:16px;
	padding:20px 5px!important;
}
.orders-table td {
	padding:20px 5px!important;
	font-size:12px;
}
.orders-table .order-thumb td:nth-child(1) .order-info {
	font-size:14px;
}
.orders-table .opt-th .button {
	margin-bottom:15px;
}
.orders-table .stato {
	font-weight:bold;
}
.orders-table .stato-attesa {
	color:#fec703;
}
.orders-table .stato-annullato {
	color:#bb0000;
}
.orders-table .stato-elaborazione {
	color:#0f3e6d;
}
.orders-table .stato-spedito {
	color:#008000;
}
/*REG*/
.fe-required-box {
	float:left;
}
.fe-required-box .disclaimer {
	float:left;
	margin-top:5px;
}
/*CONTATTI*/
#form_contatti .button {
	min-width:220px;
	font-size:12px;
	margin-bottom:20px;
}
.form-group {
	margin-bottom:25px;
}
/*THANK YOU PAGE*/
.thankyou-message {
	margin-bottom:60px!important;
}
.assistance-link {
	margin-top:50px;
}
/*NEWS*/
.news-page .news-item {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:solid 1px #f1f1f1;
}
/*FOOTER*/
#pre-footer {
	border-top: solid 5px #0f3e6d;
	background:#f8f8f8;
	padding:70px 0px;
}
.pre-footer-newsletter h3 {
	color:#0f3e6d;
	font-size:32px;
	line-height:44px;
	font-weight:bold;
	text-align:center;
	margin:0px;
}
.pre-footer-newsletter h4 {
	color:#434343;
	font-size:22px;
	line-height:35px;
	font-weight:normal;
	margin:0px 0px 45px 0px;
	text-align:center;
}
.pre-footer-newsletter form {
	position:relative;
}
.pre-footer-newsletter input[type="email"] {
	width:100%;
	background:transparent;
	border:solid 1px #3c3c3b;
	border-radius: 45px;
	-webkit-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
	width: 100%;
    padding-left: 25px;
    padding-right: 170px;
    color: #3c3c3b;
    font-size: 14px;
	font-weight:100;
    height: 45px;
    line-height: 43px;
    letter-spacing: 1.5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:15px;
}
.pre-footer-newsletter input[type="email"]::-webkit-input-placeholder { 
	font-weight:100;
	font-size: 14px;
	color: #3c3c3b;
}
.pre-footer-newsletter input[type="email"]:-moz-placeholder { 
	font-weight:100;
	font-size: 14px;
	color: #3c3c3b;
}
.pre-footer-newsletter input[type="email"]::-moz-placeholder {
	font-weight:100;
	font-size: 14px;
	color: #3c3c3b;
}
.pre-footer-newsletter input[type="email"]:-ms-input-placeholder { 
	font-weight:100;
	font-size: 14px;
	color: #3c3c3b;
}
.pre-footer-newsletter .button.yellow-btn {
	position:absolute;
	right:0px; 
	top:0px;
	padding:5px 35px;
	height:45px;
	line-height:35px;
	color:#404040;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pre-footer-newsletter .button.yellow-btn:hover {
	color:#fff;
	background-color:#0f3e6d;
	border-color:#0f3e6d;
}
.pre-footer-newsletter label {
	font-weight:normal;
	line-height: 18px;
	color:#a1a1a1;
}
.pre-footer-newsletter label a {
	color:#3c3c3b;
}
.pre-footer-newsletter label.error {
	color:#bb0000;
	margin:5px;
}
.pre-footer-newsletter input[type="checkbox"] {
    margin-top: 0px;
    position: relative;
    top: 2px;
}
footer {
	padding:35px 0px 15px 0px;
	background:#f1f1f1;
	border-top: solid 5px #0f3e6d;
	font-size:14px;
}
#pre-footer + footer {
	border-top: 0px none;
}
footer a {
	color:#3c3c3b;
}
footer a:hover {
	color:#0f3e6d;
}
footer h4.footer-title {
	color: #0f3e6d;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	padding-bottom:10px;
	margin-bottom:22px;
	position:relative;	
	letter-spacing:2px;
}
footer h4.footer-title:after {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	height:2px;
	width:33px;
	background:#0f3e6d;
}
footer h4.footer-checkout-title {
	color: #0f3e6d;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	padding-bottom:10px;
	margin-bottom:5px;
	position:relative;	
	letter-spacing:2px;
}
footer p {
	font-size:14px;
	font-weight:100;
	margin-bottom:20px;
	line-height:30px;
}
footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
footer ul li {
	line-height:30px;
	display:block;
}
footer ul li a {
	font-size:14px;
	font-weight:100;
	color:#3c3c3b;
}
footer .footer-pin {
	width:24px;
}
.footer-mod-pagamento {
	margin-bottom:30px;
}
.mod-pagamento-img {
	display:inline-block;
	margin-right:18px;
	height:18px;
}
.social-footer > a {
	border:0px none;
	color:#0f3e6d;
	height: auto;
    line-height: normal;
    margin: 0 10px;
    position: relative;
    width: auto;
	font-size:25px;
}
.social-footer > a::after {
	display: none;
}
.social-footer > a:hover {
	color:#3c3c3b;
}
.copyright > p {
	color:#3c3c3b;
	font-size:12px;
	font-weight:100;
	text-align:left;
}
.made-by-quantico {
	width:65px;
}
.made-by-quantico img {
	width:65px;
}
#fb-chat-btn {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index: 499;
	max-width: 130px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
	-webkit-backface-visibility: hidden;
}
#fb-chat-btn:hover {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;*/
}
.carttip {
	position:relative;
}

/* BLOCK UI */

.blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.blockUI.blockMsg .preloader-container {
  background: #f4f5f6 none repeat scroll 0 0;
  border-radius: 60px;
  -webkit-border-radius:  60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
  box-shadow: 0 0 13px #999;
  padding: 15px;
}
.blockUI .md-preloader svg {
  height: 45px;
  width: 45px;
}
#container .blockUI.blockMsg .preloader-container {
  height: 75px;
  position: fixed;
  top: 50%;
  width: 75px;
}
/* LOADER */

.md-preloader.md-preloader-small{
	    height: 24px;
		margin: 0 5px;
    vertical-align: middle;
}
.md-preloader.md-preloader-small svg{
	height: 24px;
    width: 24px;
}
.md-preloader{
	font-size:0;
	display:inline-block;
	-webkit-animation:outer 6600ms linear infinite;
	animation:outer 6600ms linear infinite
}
.md-preloader svg{
	-webkit-animation:inner 1320ms linear infinite;
	animation:inner 1320ms linear infinite;
	height:60px;
	width:60px
}
.md-preloader svg circle{
	fill:none;
	stroke:#0f3e6d;
	stroke-linecap:square;
	-webkit-animation:arc 1320ms cubic-bezier(.8,0,.4,.8) infinite;
	animation:arc 1320ms cubic-bezier(.8,0,.4,.8) infinite
}

/* Up Italia */

.shop-header .breadcrumbs .active > span > h1 {
    font-size: 13px;  margin: 0;
}

@media only screen and (max-width : 767px) {
	.shop-header .breadcrumbs ol li.active h1, .shop-header .breadcrumbs.prod-breadcrumbs ol li:nth-last-child(2) h1{
	    font-size: 18px;
	    font-weight: normal;
	    text-align: center;
	}
}





/*FANCYBOX ACQUISTO VELOCE FIX*/
.fancybox-slide--iframe > .fancybox-content {
	height:100vh!important;
}
.fancybox-iframe {
	max-height:100vh;
}