/* STYLE BASE */

@media all and (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
	.top-dashboard {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
}
@media all and (min-width: 768px) {
	.container {
		padding: 0 24px;
	}
	.top-dashboard {
		margin-left: -24px;
		width: calc(100% + 48px);
	}
}
@media all and (min-width: 1024px) {
	.container {
		padding: 0 24px;
	}
	.top-dashboard {
		margin-left: -24px;
		width: calc(100% + 48px);
	}
}

* {
	text-decoration: none;
	outline: 0;
}

html {
	margin-top: 0 !important;
}

.sovratop {
	width: 100%;
	display: block;
	clear: both;
	height: 30px;
	background: #F2F2F2;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.sovratop select {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 0px none;
    background: transparent;
    color: #757575;
    padding: 0px 5px;
	float: left;
	margin-right: 60px;
	padding-left:0;
}

.sovratop .phone, .sovratop .mail {
	float: right;
	margin-left: 100px;
	font-size: 14px;
	line-height: 30px;
	color: #757575;
}

.sovratop .phone img, .sovratop .mail img {
	vertical-align: -2px;
	margin-right: 2px;
}	

.middletop {
	display: block;
	clear: both;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fff;
}

.top .social {
	float: right;
}

.sottotop {
	width: 100%;
	display: block;
	clear: both;
	height: 50px;
	background: #E6E6E6;
	box-shadow:0px 5px 2px rgba(209, 209, 209, 0.75);
}

.sottotop .right > div {
    float: right;
    margin-left: 30px;
    width: 30px;
    height: 30px;
    margin-top: 10px;
	position:relative;
}

ul.menu {
	padding: 0;
	margin: 0;
	float: left;
	list-style:none;
}

ul.menu li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 90px;
}

ul.menu li a {
	font-size: 16px;
	color: #757575;
	line-height: 50px;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
}

ul.menu li a:hover, ul.menu li a:focus, ul.menu li a:active {
	opacity:0.7;
}

.top .carrellino {
	cursor:pointer;
}

.space30 {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
}

.bbgray {
	border-bottom: 1px solid #E0E0E0;
}

.search img {
	cursor:pointer;
}

.barraricerca input  {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #616161;
	line-height: 36px;
	font-size: 16px;
	color: #757575;
	text-align:left;
	padding: 0;
	border-radius:0;
	box-shadow:none;
}

.scrolling .sovratop {
	height: 0;
}

.fixtop {
	display: block;
	clear: both;
	width: 100%;
	height: 165px;
}	

.scrolling .middletop {
	height: 62px;
	line-height: 60px;
}

.scrolling .middletop .social img {
	margin-top: 13.5px;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	min-height: 1px;
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
    display: none;
}

.space20 {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}

.c-tabs {
	width: 100%;
	display: block;
	clear: both;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #BDBDBD;
	margin-top: -11px;
	margin-bottom: 20px;
}

.c-tab {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	color: #999;
	text-transform:uppercase;
	padding: 0px 30px;
	float: left;
	height: 40px;
	cursor:pointer;
}

.tabboso {
	width: 100%;
	display: block;
	clear: both;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.space50 {
	width: 100%;
	height: 50px;
	display: block;
	clear: both;
}

.ftop {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}

.col25 {
	float: left;
	width: 25%;
	display: block;
}

.footer .tit {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #424242;
	margin-bottom: 15px;
	text-transform:uppercase;
}

.newsletterinput {
	width: 240px;
	height: 30px;
	line-height: 30;
	border: 0;
	border-bottom: 2px solid #424242;
	background: transparent;
}

.btn-newsletter {
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: -12px;
}

p.underfoo {
	font-size: 12px;
	color: #999;
	line-height: 15px;
	display: block;
	clear: both;
	margin-top: 20px;
}

.fbot img {
	margin-right: 5px;
}

.space40 {
	width: 100%;
	display: block;
	clear: both;
	height: 40px;
}

.space100 {
	display: block;
	clear: both;
	width: 100%;
	height: 100px;
}

.space60 {
	display: block;
	clear: both;
	width: 100%;
	height: 60px;
}

#sliderfull .carousel-control {
    display: none;
}

.menu-utente {
    margin-bottom: 20px;
    border-bottom: 0px none;
}

.menu-utente li a {
    font-size: 13px;
    line-height: 21px;
    color: #424242;
    text-decoration: none;
	background: transparent;
	border: 0px none;
}

.menu-utente li a:hover, .menu-utente li a:active, .menu-utente li a:focus {
	font-size: 13px;
    line-height: 21px;
    color: #424242;
    text-decoration: none;
	background: transparent;
	opacity: 0.8;
	border: 0px none;
}

a {
    font-size: 13px;
    color: #414141;
    text-decoration: none;
	background: transparent;
	border: 0px none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
	color: inherit;
}

#userarea h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
}

.col100
{
	width: 100%;
	display: block;
	float: left;
}

.col50
{
	width: 50%;
	display: block;
	float: left;
}

.privacy .form-control {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: -9px;
}

.space10 {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.topright select {
	width: 60px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	border-bottom: 2px solid #231f20;
	background: transparent;
	color: #757575;
	padding: 0px 5px;
	float: left;
	margin: 0;
	padding-left: 0;
}

.fixtop {
	height: 100px;
}

.top .menu {
	float: left;
	display: block;
	width: 54%;
}

.top .topright {
	float: left;
	display: block;
	width: 20%;
}

.menu > ul > li:first-child {
	padding-left: 0;
}

.menu > ul > li:last-child {
	padding-right: 0;
}

.top .menu .sub-menu {
    position: fixed;
    z-index: 100000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
	box-shadow: 0px 2px 1px rgba(170, 170, 170, 0.75);
	border: 0;
	padding: 20px 0;
	cursor: default;
	width: 400px;
	top: 130px;
}

.top .menu .sub-menu .sub {
	clear: both;
	float: right;
	width: 100%;
}

.top .menu .sub-menu li a {
	float: left;
	position: relative;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	background: transparent;
	font-weight: 400;
}

.top .topright img {
	margin: 0px 10px;
	line-height: 100px;
}

.top .topright > .social > a:first-child > img {
	margin: 0;
}

.top .topright .social {
	border-left:1px solid #4d4d4d;
}

.top .search {
    position: relative;
}

.barraricerca input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #231f20;
	padding: 0 10px 0 10px;
}

h2 {
	text-align: center;
	padding: 0;
	margin: 40px 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer ul li a {
    font-size: 16px;
    line-height: 23px;
}

.newsletterinput {
    width: 210px;
    height: 30px;
    line-height: 30;
    border: 0;
    border-bottom: 2px solid #fff;
    background: transparent;
    margin-bottom: 10px;
}

.sottof {
	float: left;
	position: relative;
	width: 100%;
}

.sottof > p {
	font-size: 14px;
	line-height: 17px;
	color: #CCCCCC !important;
}

.sottof > p.pull-left {
	margin: 10px 0 10px 0;
}

.space130 {
	display: block;
	clear: both;
	width: 100%;
	height: 130px;
}

.space120 {
	display: block;
	clear: both;
	width: 100%;
	height: 120px;
}

.space60 {
	display: block;
	clear: both;
	width: 100%;
	height: 60px;
}

.space70 {
	display: block;
	clear: both;
	width: 100%;
	height: 70px;
}

.right {
	float: right !important;
}

.col48 {
	width: 48%;
	display: block;
	float: left;
}	

.colform {
	border:1px solid #E6E6E6;
	padding: 30px;
	background: #fff;
}

h1, .h1 {
	display: block;
	clear: both;
	width: 100%;
	font-size: 69px;
	line-height: 69px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 45px 0px;
	text-align: center;
	float: left;
	position: relative;
}

.tal {
	text-align:left !important;	
}

h4, .h4 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	position: relative;
	width: 100%;
}

.colform p {
	line-height: 35px;
}

.colform p img {
    margin-right: 5px;
    vertical-align: -6px;
}

.underlogin > form > input {
	width: 40% !important;
}

textarea {
	width: 96%;
	margin-right: 0;
	float: left;
	display: block;
	height: 60px;
	border:0;
	border-bottom: 1px solid #231f20;
	color:#231f20;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-top: 10px;
	background: transparent;
}

.col33 {
	display: block;
	float: left;
	width: 33.3333%;
}

.privacy input {
    margin-right: 3px;
    vertical-align: -2px;
}

.btn-default {
	float: left;
	height: auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
	background: #414141;
	border: 0;
	padding: 13px 24px 11px;
}

.btn-default:focus, .btn-default:hover {
	color: #fff;
	background: #414141;
}

.txtc {
	text-align: center !important;
}

.s-news, .s-news:hover, .s-news:focus, .s-news:active  {
	display: block;
	float: left;
	width: 23%;
	height: auto;
	margin: 30px 1%;
	padding: 20px;
	border:1px solid #ccc;	
	margin-top: 0;
}

.s-news img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height:150px;
	display: block;
}

.s-news .data {
    font-size: 13px;
    color: #4d4d4d;
    margin-bottom: 2px;
    margin-top: 10px;
}

.s-news .tit {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #231f20;
	letter-spacing: 1px;	
	font-weight: 700;
	min-height: 100px;
}

span.btn-default {
	font-size: 15px !important;
}

div.txtc * {
	text-align: center !important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
   background-image: url('/img/fancybox_sprite.png') !important;
}

.fancybox.colnews img {
    max-height: 150px;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.fancybox.colnews {
    width: 18%;
    margin: 30px 1%;
    float: left;
    display: block;
    max-height: 150px;
    overflow: hidden;
}

.sweet-alert fieldset {
	display: none;
}

.errore {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: red;
}

.errore::first-letter {
    text-transform: uppercase;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .fullimg {
	width: 100%;
	max-width: 3000px;
}

.coldx.fullwidth,
.fullwidth {
	width: 100% !important;
}

.menu-utente li {
	width: 295px;
	border: 2px solid #cccccc;
	border-radius: 3px;
	margin: 0 25px 25px 0;
	float: left;
}

.menu-utente a.dati-personali,
.menu-utente a.dati-personali:hover,
.menu-utente a.dati-personali:focus,
.menu-utente a.dati-personali:active {
	background: url('/themes/jewels/images/ico_dati_personali.png') 15px center no-repeat;
}

.menu-utente a.miei-ordini,
.menu-utente a.miei-ordini:hover,
.menu-utente a.miei-ordini:focus,
.menu-utente a.miei-ordini:active {
	background: url('/themes/jewels/images/ico_miei_ordini.png') 15px center no-repeat;
}

.menu-utente a.mia-wishlist,
.menu-utente a.mia-wishlist:hover,
.menu-utente a.mia-wishlist:focus,
.menu-utente a.mia-wishlist:active {
	background: url('/themes/jewels/images/ico_mia_wishlist.png') 15px center no-repeat;
}

.menu-utente a.area-admin,
.menu-utente a.area-admin:hover,
.menu-utente a.area-admin:focus,
.menu-utente a.area-admin:active {
	background: url('/themes/jewels/images/ico_area_admin.png') 15px center no-repeat;
}

.cont_logout {
	float: right;
	position: relative;
	width: 115px;
	border: 1px solid #231f20;
	border-radius: 5px;
}

.cont_areautente {
	padding: 40px 0 0 0;
}

.col_areautente {
	padding-left: 0;
}

#userarea .tal {
    margin-top: 0;
}

.menu-utente li a,
.menu-utente li a:hover,
.menu-utente li a:active,
.menu-utente li a:focus {
    font-size: 20px !important;
    line-height: 76px;
    color: #4d4d4d;
    text-decoration: none;
    opacity: 1;
    border: 0px none;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 0;
	padding: 0 0 0 70px;
}

.bread_crumbs_userarea {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.bread_crumbs_userarea i {
	color: #231f20;
	margin: 0 5px 0 10px;
}

.bread_crumbs_userarea a,
.bread_crumbs_userarea a:hover,
.bread_crumbs_userarea a:focus,
.bread_crumbs_userarea a:active {
	color: #424242;
}

.bread_crumbs_userarea a.active,
.bread_crumbs_userarea a.active:hover,
.bread_crumbs_userarea a.active:focus,
.bread_crumbs_userarea a.active:active {
	color: #231f20;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.salva_mod,
.salva_mod:hover,
.salva_mod:focus,
.salva_mod:active {
	width: 250px;
	line-height: 35px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: none;
}

.cont_mod {
	position: relative;
	float: left;
	width: 100%;
}

.mod,
.mod:active,
.mod:hover,
.mod:focus {
	position: absolute;
	top: 0;
	left: 9px;
	width: 78px;
	font-size: 14px;
	color: #000;
}

.mod.centrato {
	top: 15px;
	left: 50%;
	margin-left: -39px;
}

.mod.white,
.mod.white:active,
.mod.white:hover,
.mod.white:focus,
.mod.centrato.white,
.mod.centrato.white:active,
.mod.centrato.white:hover,
.mod.centrato.white:focus {
	color: #fff;
}

.mod.cat {
	top: -20px;
	left: 0;
}

.mod.tit-cat {
	top: 4px;
	left: 0;
}

.mod.testo {
	top: -18px;
}

.mod img {
	width: auto;
	display: inline-block;
	margin-top: -3px;
}

.cont_fullimg {
	position: relative;
	width: 100%;
}

.preview_gallery {
	float: left;
	position: relative;
}

li.tags > a {
	background: #231f20;
}

li.tags > a::before {
	border-color: transparent #231f20 transparent transparent;
}

li.tags > a:hover,
li.tags > a:active,
li.tags > a:focus {
	background: #231f20;
	opacity: 0.7;
}

li.tags > a:hover::before {
	border-color: transparent #231f20 transparent transparent;
}

a.btn-danger,
button.btn-danger {
    background-color: #231f20;
    border-color: #231f20;
}

a.btn-danger:hover,
a.btn-danger:active,
a.btn-danger:focus,
a.btn-danger:active:focus,
a.btn-danger:active:hover,
button.btn-danger:hover,
button.btn-danger:active,
button.btn-danger:focus,
button.btn-danger:active:focus,
button.btn-danger:active:hover {
    background-color: #231f20;
    border-color: #231f20;
	opacity: 0.7;
}

.col-captcha {
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.panel {
	border-radius: 0;
}

p.lead {
	font-size: 18px;
}

img.img-responsive {
    margin: 0 auto;
}

.panel-default > .panel-heading, .well {
	background: #fff;
	border-radius: 16px;
}

.list-unstyled.categories-list > li {
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 700;
	padding: 10px 0 0 0;
}

.list-unstyled.categories-list > li > a {
	color: #4d4d4d;
}

.testo_post {
	float: left;
	position: relative;
	width: 100%;
	margin: 30px 0 10px 0;
	text-align: justify;
}

input.input-ricerca {
	width: 90% !important;
}

#userarea h3 {
	text-align: left;
}

.row.newsletter .panel-default {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.gallery {
	float: left;
	position: relative;
}

.gallery > a.image-link {
	float: left;
	position: relative;
}

.gallery > a.image-link > img {
	margin: 0 5px 5px 0;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

.panel-heading.condividi {
	border: 0;
}

.box_marchi {
    float: left;
    position: relative;
    padding: 0 2% 2% 0;
    text-align: center;
    min-height: 190px;
}

.err {
	color: blue;
	font-size: 16px;
	margin: 0 0 10px 0;
	float: left;
	position: relative;
	width: 100%;
}

.relative,
.ft_m {
	position: relative;
}

.newsletter .panel-default {
	border: 0;
}

.newsletter .panel {
	background: transparent;
	border: 0;
}

.pager {
	font-size: 16px;
	font-weight: 700;
	color: #231f20;
}

.pager a {
	font-size: 14px !important;
	font-weight: 400;
}

.ord_mod {
	position:fixed;
	width:100%;
	z-index:100;
	height:60px;
	background-color:yellow;
	padding: 20px 0 20px 0;
	text-align:center;
	font-size: 16px;
}

.ord_mod a {
	color: #000;
	font-weight: 700;
}

.btn-chiudi {
	position: absolute;
	top: -10px;
	right: 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	width: 65px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	text-transform: uppercase;
}

.overlay {
	position: fixed;
	z-index:29;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
	opacity: 0;
}

.overlay.actives {
	display: block;
	opacity: 1;
}

.overlay .loader {
	background: url('/img/demo/loading.gif') no-repeat center center;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.btn-facebook,
.btn-facebook:active,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-pinterest,
.btn-pinterest:active,
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-google,
.btn-google:active,
.btn-google:hover,
.btn-google:focus,
.btn-twitter,
.btn-twitter:active,
.btn-twitter:hover,
.btn-twitter:focus {
	background: #231f20;
}

.pos_img {
	max-height: 200px;
}

.overlaycostruzione {
	display: block;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index:9;
}

.popupcostruzione {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 230px;
	margin-left: -150px;
	margin-top: -115px;
	border-radius:0;
	background: #fff;
	color: #000;
	border:2px solid #000;
	text-align: center;
	padding: 20px;
	z-index:10;
}

.popupcostruzione h1 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.space10 {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.mod,
.mod:active,
.mod:hover,
.mod:focus {
    top: -15px;
    left: 0;
	z-index: 1;
}

.mod.centrato,
.mod.centrato:active,
.mod.centrato:hover,
.mod.centrato:focus{
	top: 15px;
	left: 50%;
	margin-left: -39px;
}

.mod img {
	margin: 0 3px 0 0 !important;
}

.activetop {
	height: 177px !important;
	padding: 0;
}

.sovra-top .left {
	padding-top: 20px;
}

.valuta, .lingua {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

.valore {
	color: #4E4E4E;
	font-size: 14px;
	text-transform: uppercase;	
}

.lingua {
	margin-left: 32px;
}

.lingua img {
	max-height: 24px;
}

.lingua-corrente img, .valore {
	display: inline-block;
}

.lingua i.fa.fa-angle-down, .valuta i.fa.fa-angle-down {
    margin-left: 8px;
	display: inline-block;
	color: #4E4E4E;
}

.valuta i.fa.fa-angle-down {
    margin-left: 4px;
}

.box-lingue, .box-valute {
    display: none;
    position: absolute;
    top: 24px;
    left: -8px;
    z-index: 9;
    background: #fff;
    padding: 8px 8px 0;
    width: 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
}

.box-lingue a, .box-valute span {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.sovra-top .right {
	padding-top: 10px;
}

.sovra-top .right a {
	margin: 0px 10px;
	float: left;
	position: relative;
}

.top .menu .sub-menu {
    top: 50px;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .fullimg {
    width: 100%;
    max-width: 3000px;
}

img.slide-image {
    width: 100%;
}

.titl {
	font-size: 38px;
	font-weight: 700;
	color: #0037A1;
	position: relative;
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
	letter-spacing: 0;
}

.titl::before {
	content: "";
	width: 70px;
	height: 2px;
	background: #000;
	left: 50%;
	margin-left: -35px;
	bottom: -30px;
	position: absolute;
	display: none;
}

#sliderfull .left.carousel-control {
	background: url("/themes/jewels/images/arrow_left.png") no-repeat center center;
	left: 85px;
}

#sliderfull .right.carousel-control {
	background: url("/themes/jewels/images/arrow_right.png") no-repeat center center;
	right: 85px;
}

.boxhome {
	float: left;
	position: relative;
}

.boxhome a img {
	float: left;
	position: relative;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.boxhome a:hover img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.boxhome.tall {
	padding-left: 0;
}

.boxhome.smallst {
	padding-right: 0;
}

.boxhome.smallnd {
	padding-right: 0;
	margin: 29px 0 0 0;
}

.boxhome.full {
	padding: 0;
}

.fasciaprefoo {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.col-fasciaprefoo p {
	font-size: 15px;
	font-weight: 400;
	color: #231f20;
	line-height: 22px;
	margin: 0;
	letter-spacing: 1px;
}

.col-fasciaprefoo:nth-child(1) p,
.col-fasciaprefoo:nth-child(4) p {
	font-size: 13px;
}

.col-fasciaprefoo:nth-child(2) p {
	text-align: right;
}

.col-fasciaprefoo:nth-child(3) img {
	float: right;
}

.cont_carte {
	float: left;
	position: relative;
	width: 100%;
}

.cont_carte img {
	margin: 0 5px 0 0;
}

.cont_carte img:last-child {
	margin: 0;
}

.prefoo {
	float: left;
	position: relative;
	width: 100%;
	background: #231f20;
	padding: 20px 0;
}

.prefoo span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	float: left;
	position: relative;
	margin: 12px 15px 0 0;
	letter-spacing: 1px;
}

.prefoo .social {
	float: left;
	position: relative;
}

.prefoo .social a {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
}

input.quantity[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
input.quantity[type="mail"],
input.quantity[type="email"],
input.quantity[type="password"] {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.cont_faq {
	float: left;
	position: relative;
	width: 100%;
}

.box_faq {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #231f20;
	clear: both;
}

.title_faq {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin: 20px 0 20px 0;
	line-height: 20px;
	padding: 0 55px 0 0;
}

.title_faq::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 13px;
    right: 30px;
    background: url("/themes/jewels/images/arrow_catalog.png") no-repeat center center;
    top: 50%;
    margin-top: -6.5px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.active_faq::before {
	transform: rotate(180deg);
}

.text_faq {
	display: none;
	font-size: 13px;
	color: #231f20;
	line-height: 18px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

.text_faq a {
	font-size: 13px;
}

.text_faq ul,
.text ul {
	padding: 0 0 0 10px;
}

.text {
	float: left;
	position: relative;
	width: 100%;
}

.text p,
.text li {
	font-size: 18px;
	line-height: 28px;
	color: #0C2841;
	letter-spacing: 1px;
	margin: 0;
}

.text.mappa ul {
	list-style: none;
	padding: 0;
}

.tabbing {
	float: left;
	position: relative;
}

.slide_corr {
    width: 100%;
}

.col-form {
	padding: 0;
}

.col-form label {
	display: block;
}

.col-form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.col-form input[type="mail"],
.col-form input[type="email"],
.col-form input[type="password"],
.col-form select {
	width: 100%;
	border: 1px solid #231f20;
	padding: 0 10px;
}

.col-form textarea {
	width: 100%;
	border: 1px solid #231f20;
	height: 100px;
	padding: 10px;
}

#button_reload_captcha {
	float: left;
	position: relative;
	margin: 0;
	color: #231f20;
	cursor: pointer;
}

.col-captcha {
	padding: 0;
}

.col-captcha input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.col-captcha input[type="mail"],
.col-captcha input[type="email"],
.col-captcha input[type="password"] {
	margin: 0 0 0 15px;
	height: 70px;
	float: left;
	position: relative;
	width: 200px;
}

.col-captcha img {
	float: left;
	position: relative;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/themes/jewels/images/arrow_select.png') no-repeat 90% center;
}

.topright .cartempty {
	float: none;
}

.form label, label {
	font-size: 16px;
	margin: 0 0 8px;
	font-weight: 400;
}

.form .controls {
	width: 47.5%;
	margin: 0 5% 24px 0;
	float: left;
}

.form .controls.odd {
	width: 47.5%;
	margin: 0 0 24px 0;
}

.errore:empty {
    margin-bottom: 0;
}

.h1.tal {
	margin: 0 0 32px;
}

/*QUI INIZIA STYLE OUTLET BRAND*/

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700&display=swap');

body {
	font-family: "effra", sans-serif;
	color: #111111;
}

.m-0 {
	margin: 0 !important;
}

.m-t-100 {
	margin-top: 100px !important;
}

.m-t-60 {
	margin-top: 60px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-b-130 {
	margin-bottom: 130px !important;
}

.m-b-120 {
	margin-bottom: 120px !important;
}

.m-b-100 {
	margin-bottom: 100px !important;
}

.m-b-70 {
	margin-bottom: 70px !important;
}

.m-b-50 {
	margin-bottom: 50px !important;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.p-l-0 {
	padding-left: 0 !important;
}

.p-r-0 {
	padding-right: 0 !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.p-b-70 {
	padding-bottom: 70px !important;
}

.clearfix {
	clear: both;
}

.col-w-100.container {
	margin: 0 auto;
	float: none;
	display: block;
}

img {
    max-width: 100%;
}

.container {
	width: 100%;
}

.top .logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 106px;
}

.top .logo img {
	max-height: 102px;
}

.sovra-top {
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
	display: table;
	background: #F6F6F6;
	text-align: center;
}

.sovra-top p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.top {
	padding: 0;
	height: 120px;
	background: #fff;
	border-bottom: 0;
	box-shadow: none;
	z-index: 11;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.top.top-logged,
.fixedtop.fixedtop-logged {
	height: 160px;
}

.top.bannerh {
	top: -40px;
}

.top-menu {
	float: left;
	position: relative;
	width: 100%;
	height: 120px;
	display: table;
}

.top .menu {
	width: calc(100% - 250px);
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.top .topright {
    margin: 0;
	width: 144px;
	float: none;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}

.top .menu ul {
	clear: both;
	margin: 0px auto;
	width: 100%;
	list-style: none;
	padding: 0;
	display: inline-block;
	text-align: center;
}

.top .menu ul li {
    padding: 0 20px;
	display: inline-block;
}

.top .menu ul li a {
	line-height: 16px;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 0;
	border-radius: 0;
	background: #fff;
	display: inline-block;
	color: #0037A1;
	text-transform: uppercase;
	position: relative;
}

.top .menu ul li.dashboard a {
	padding: 6px 5px 2px;
	border: 3px solid #FF2727;
	background: #FF2727;
	color: #fff;
	font-weight: 500;
}

.top .menu ul li a::before {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FF2727;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    transition: transform .5s ease;
}

.top .menu ul li:not(.dashboard) a:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/*.top .menu ul li a.active,
.top .menu ul li a:hover {
	background: #F6F6F6;
}*/

.top .topright img {
    margin: 0;
    line-height: normal;
	max-height: 20px;
}

.top .utente,
.top .search,
.top .wishlist,
.top .carrellino {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.top .utente,
.top .search,
.top .wishlist {
	margin-right: 40px;
}

.top .search {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.top .search.active {
	opacity: 0;
	visibility: hidden;
}

.pallinocart {
    position: absolute;
    width: 25px;
    height: 20px;
    line-height: 20px;
    top: -14px;
    left: -14px;
    text-align: center;
}

.top .topright .pallinocart span {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	border-radius: 10px;
	background: #FF2727;
	display: block;
}

.fixedtop {
	display: block;
	clear: both;
	width: 100%;
    height: 120px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.barraricerca {
	height: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	width: calc(100% - 250px);
	top: 0;
	left: 50%;
	float: none;
	position: absolute;
	margin: 0 auto;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}

.barraricerca.active {
	opacity: 1;
	visibility: visible;
}

.barraricerca form {
    display: block;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
	position: relative;
	padding: 36px 0;
	overflow: hidden;
}

.barraricerca input {
    border: 0;
	line-height: 48px;
	height: 48px;
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0 65px;
	color: #111111;
	font-size: 16px;
	font-weight: 400;
	background: #E9F4FF;
	border-radius: 0;
}

.barraricerca input::-webkit-input-placeholder {
	color: #C6C6C6;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
}

.barraricerca input:-moz-placeholder {
	color: #C6C6C6;
	font-weight: 400;
	font-size: 16px;
	opacity: 1;
	letter-spacing: 1px;
}

.barraricerca input::-moz-placeholder {
	color: #C6C6C6;
	font-weight: 400;
	font-size: 16px;
	opacity: 1;
	letter-spacing: 1px;
}

.barraricerca input:-ms-input-placeholder {  
	color: #C6C6C6;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
}

.btn-search {
	width: 18px;
	height: 19px;
	position: absolute;
	padding: 0;
	border: 0;
	top: 50%;
	left: 25px;
	margin-top: -9.5px;
	background: url("/themes/jewels/images/ico_input_search.png") no-repeat center / 18px 19px;
}

.close-search {
	width: 14px;
	height: 14px;
	position: absolute;
	padding: 0;
	border: 0;
	top: 50%;
	right: 25px;
	margin-top: -7px;
	background: url("/themes/jewels/images/ico_close_search.png") no-repeat center / 14px;
}

.undercart {
    position: absolute;
	width: 336px;
    clear: both;
    border-radius: 0;
    z-index: 3;
    right: 0;
    top: 44px;
    background: #fff;
	display: none;
	padding: 0 15px;
	border: 0;
	text-align: left;
	border: 3px solid #FF2727;
}

.btn-gocart {
	width: 100%;
	height: 48px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #0037A1;
	border: 2px solid #0037A1;
	border-radius: 0;
	text-align: center;
	display: block;
	clear: both;
	margin: 8px auto 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-gocart.btn-cart.with-all {
	background: #fff;
	color: #111111;
	border: 0;
	margin-top: 25px;
	height: auto;
	line-height: 26px;
}

.btn-gocart.btn-cart.with-all span {
	display: inline-block;
}

.btn-gocart.btn-cart.with-all span::after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-gocart.btn-cart.with-all:hover span::after {
	width: 100%;
	opacity: 1;
	background: #111111;
}

.btn-gocart.btn-cart.with-pay {
	background: #fff;
	color: #111111;
}

.btn-gocart.btn-cart.with-pay:hover {
	background: #111111;
	color: #fff;
}

.btn-gocart.btn-paypal {
	border-color: #FFC303;
	color: #111111;
	background: #FFC303;
	font-weight: 400;
	font-size: 14px;
}

.btn-gocart.btn-paypal img {
    max-height: 22px;
    margin-left: 12px;
}

.btn-gocart:not(.btn-cart):not(.btn-paypal):focus,
.btn-gocart:not(.btn-cart):not(.btn-paypal):hover {
	color: #fff;
	background: #0C2841;
	border-color: #0C2841;
}

.cont-undercart {
	max-height: 250px;
	overflow-y: auto;
	padding: 0;
}

.footer-undercart {
	padding: 20px 0;
	border-top: 1px solid #A0A0A0;
	margin-top: 20px;
}

.undercart .s-prodc {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}

.undercart .s-prodc:last-child {
	margin-bottom: 0;
}

.undercart .s-prodc > img {
	float: left;
	margin-right: 0;
	width: 104px;
	max-height: none;
}

.undercart .s-prodc .info {
	float: left;
	display: block;
	width: calc(100% - 104px);
	padding: 5px 75px 5px 15px;
} 

.undercart .s-prodc .info p.brand_name {
	display: block;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 100%;
	text-transform: none;
	color: #414141;
}

.undercart .s-prodc .info p.product_name {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 100%;
	text-transform: none;
}

.undercart .s-prodc .info p.other_info {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #808080;
	width: 100%;
}

.undercart .s-prodc .link_product {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.undercart .s-prodc .delete {
    float: right;
    display: block;
    margin: 0;
	font-size: 11px;
	font-weight: 400;
	color: #A0A0A0;
	text-decoration: underline;
	letter-spacing: 0.5px;
	line-height: 21px;
	position: relative;
}

.totalunder {
    text-align: center !important;
    line-height: 16px;
    font-weight: 700;
    font-size: 16px;
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}

.totalunder .right {
	font-size: 18px;
}

.undercart .s-prodc .info span {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #111111;
}

.underuser {
	position: absolute;
	width: 216px;
    clear: both;
    border-radius: 0;
    z-index: 2;
    right: 0;
    top: 45px;
    background: #E9F4FF;
	display: none;
	padding: 0 15px;
	border: 0;
	text-align: left;
}

.underuser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.underuser ul li {
	margin-bottom: 15px;
}

.underuser ul li a {
	color: #0C2841;
	font-size: 16px;
	line-height: 16px;
}

.subtitle1 {
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0;
	color: #0037A1;
}

.underlogin {
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	visibility: hidden;
	opacity: 0;
	background: #fff;
	text-align: center;
	padding: 25px 25px 48px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	z-index: 2;
}

.overlay-login {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(17,17,17,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	z-index: 1;
}

.overlay-login.active {
	visibility: visible;
	opacity: 1;
}

.underlogin.active {
	visibility: visible;
	opacity: 1;
}

.caption {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.slider-brand .bx-wrapper {
	margin: 0 auto;
	box-shadow: none;
}

.footer {
	float: left;
	position: relative;
	width: 100%;
	background: #021C33;
	padding: 80px 0 0;
}

.footer .container,
.sottof .container {
	max-width: 1524px;
}

.footer .caption {
	color: #E9F4FF;
}

.sottof {
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	background: #0037A1;
}

.sottof .row .col-xs-12 {
	height: 48px;
	display: table;
}

.sottof p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.sottof .col-lg-6 p {
	display: table-cell;
}

.sottof .col-lg-6:last-child p {
	color: #DEEBF0;
	font-size: 11px;
	font-weight: 500;
}

.sottof p a {
	font-size: 14px;
	color: #fff;
}

.sottof p a img {
	max-height: 23px;
	margin-left: 15px;
}

.footer ul,
.col-contatti ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	clear: both;
}

.footer ul li,
.col-contatti ul li {
	position: relative;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #E9F4FF;
	margin-bottom: 20px;
}

.cont-log-reg .col-contatti ul li {
	color: #0C2841;
}

.footer ul li:last-child,
.col-contatti ul li:last-child {
	margin-bottom: 0;
}

.footer .col-w-25 {
	margin-bottom: 50px;
}

.footer .col-w-25.col-infocont ul li,
.col-contatti ul li {
	padding-left: 30px;
}

/*.footer ul li img,
.col-contatti ul li img {
	max-width: 18px;
	max-height: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

.col-infocont ul li img,
.cont-log-reg .col-contatti ul li img {
	max-width: 20px;
	max-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer ul li a,
.col-contatti ul li a {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #E9F4FF;
	text-decoration: none;
}

.col-infocont ul li a {
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	color: #FF2727;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.cont-log-reg .col-contatti ul li a {
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 16px 8px;
	background: #FF2727;
    text-transform: uppercase;
	margin-top: 12px;
}

.col-infocont ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FF2727;
}

.col-contatti ul li,
.col-contatti ul li a {
	color: #414141;
}

.col-newsletter input[type="text"],
.col-newsletter input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity) {
	padding: 0 68px 0 20px;
}

.col-newsletter .form-builder-control {
	display: inline-block;
	width: 100%;
	position: relative;
	max-width: 285px;
}

.col-newsletter p {
	color: #A0A0A0;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.btn-newsletter {
	width: auto;
	height: auto;
	line-height: 14px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 14px 25px;
	border: 3px solid #FF2727;
	float: left;
	position: relative;
	right: 0;
	top: 0;
	border-radius: 0;
	background: transparent;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-newsletter:hover {
	background: #FF2727;
}

.riga-in-evidenza .box-testo-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 50px;
}

.box-testo-img .label {
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
}

.riga-in-evidenza .box-testo-img h3 {
	color: #fff;
	margin: 10px 0 20px;
}

h3 {
	font-size: 44px;
	font-weight: 400;
	line-height: 44px;
}

.btn-box-img {
	background: #FF2727;
	border-radius: 0;
	height: 32px;
	line-height: 32px;
	width: 100%;
	max-width: 100px;
	display: inline-blocK;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.riga-banner-prefoo h3 {
	font-weight: 700;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 28px;
}

.footer .social {
	margin-top: 30px;
}

.col-contatti .social {
	margin-top: 35px;
}

.footer .col-w-25:first-child .social ul li,
.col-contatti .social ul li {
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	padding-left: 0;
}

.footer .col-w-25:first-child .social ul li:last-child,
.col-contatti .social ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

/*.footer .social ul li a,
.col-contatti .social ul li a {
	background: #F4F4F4;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	float: left;
}

.footer .social ul li a img,
.col-contatti .social ul li a img {
	max-height: 21px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}*/

.footer .social ul li a img {
	max-height: 24px;
}

.bx-wrapper img {
    margin: 0 auto;
}

.bar-menu {
	display: none;
	width: 18px;
	vertical-align: middle;
	padding-right: 20px;
}

.nav-menu {
	width: 18px;
	height: 12px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.nav-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #111111;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-menu span:nth-child(1) {
    top: 0px;
}

/*.nav-menu span:nth-child(2), .nav-menu span:nth-child(3) {
	width: calc(100% - 10px);	
}*/

.nav-menu span:nth-child(2), .nav-menu span:nth-child(3) {
    top: 5px;
}

.nav-menu span:nth-child(4) {
    top: 10px;
}

.nav-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	width: 100%;
}

.nav-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	width: 100%;
}

.nav-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.form .controls:nth-child(2n+3) {
	clear: both;
}

.slider-brand {
	margin-top: 50px;
}

.pagecomposer-riga.container-small {
	max-width: 890px;
}

.col-brands {
	float: left;
	padding: 0 15px;
	text-align: center;
	width: 20%;
	margin-bottom: 50px;
}

.container-medium {
	width: 100%;
	max-width: 1190px;
	display: block;
	margin: 0 auto;
}

.pagecomposer-riga.riga-in-evidenza,
.pagecomposer-riga.riga-banner-prefoo {
	width: auto;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.pagecomposer-riga.riga-in-evidenza .col-w-50 {
	width: calc(50% - 15px);
	margin: 0 7.5px 15px;
}

.pagecomposer-riga.riga-banner-prefoo .col-w-33 {
	width: calc(33.3333% - 15px);
	margin: 0 7.5px 15px;
}

.pagecomposer-riga.riga-in-evidenza .cont-box-img img {
	max-width: none;
	width: 100%;
}

/*LOGIN*/
h6 {
	font-size: 22px;
	font-weight: 700;
	margin: 25px 0;
	text-transform: none;
}

h6::first-letter {
	text-transform: uppercase;
}

.form input[type="text"],
.form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):not(.qnt_add_cart),
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"],
.form select,
input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):not(.qnt_add_cart),
input[type="mail"],
input[type="email"],
input[type="password"],
select,
textarea {
    width: 100%;
    height: 48px;
    border: 0;
    line-height: 48px;
    color: #0C2841;
	font-weight: 300;
	font-size: 16px;
    background-color: #E8F0FF;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
	padding: 0 16px;
	position: relative;
	border: 0;
	float: left;
	display: block;
}

textarea {
	height: 96px;
}

select,
select.form-control {
	background: url("/themes/jewels/images/ico-select.png") no-repeat calc(100% - 16px) center / 10px 6px;
}

.form input[type="text"]::-webkit-input-placeholder,
.form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity)::-webkit-input-placeholder,
input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity)::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #0C2841;
	font-weight: 300;
	font-size: 16px;
}

.form input[type="text"]:-moz-placeholder,
.form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):-moz-placeholder,
input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #0C2841;
	font-weight: 300;
	font-size: 16px;
	opacity: 1;
}

.form input[type="text"]::-moz-placeholder,
.form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity)::-moz-placeholder,
input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity)::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #0C2841;
	font-weight: 300;
	font-size: 16px;
	opacity: 1;
}

.form input[type="text"]:-ms-input-placeholder,
.form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):-ms-input-placeholder,
input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
	color: #0C2841;
	font-weight: 300;
	font-size: 16px;
}

.container-small {
	width: 100%;
	max-width: 1040px;
	display: block;
	margin: 0 auto;
}

.container-login {
	max-width: 935px;
}

.cont-log-reg {
    position: relative;
    padding-bottom: 0;
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.cont-log-reg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.5px;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
	display: none;
}

.cont-log-reg .align-left {
	width: 100%;
	max-width: 544px;
	float: left;
}

.cont-log-reg .align-right {
	width: 100%;
	max-width: 432px;
	float: right;
}

.cont-log-reg h6 {
	margin: 0;
	color: #0C2841;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
}

.cont-log-reg .col-xs-12:last-child h6 {
	color: #0037A1;
	margin-bottom: 50px;
}

.container-small .controls,
.cont-log-reg .controls {
	margin: 0 0 30px 0;
	width: 100%;
	display: inline-block;
}

.container-small .btn-default {
	background: #111111;
}

.container-small .cont-log-reg .btn-default,
.cont-log-reg .btn-default {
	width: auto;
	max-width: 100%;
	background: #FF2727;
	padding: 16px 25px 12px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border-radius: 0;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

.container-small .btn-default.btn-registrati {
	background: #C6C6C6;
	color: #111111;
}

.container-small input[type="text"],
.container-small input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):not(.qnt_add_cart),
.container-small input[type="password"],
.container-small input[type="email"],
.container-small input[type="tel"],
.container-small select,
.container-small .form-builder-row textarea {
	border: 0;
	background-color: #E8F0FF;
}

.container-small label,
.cont-log-reg label {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0C2841;
	width: 100%;
	line-height: 16px;
}

.cont-log-reg p {
	font-size: 16px;
	line-height: 26px;
	color: #0C2841;
	margin: 40px 0 30px;
}

.cont-log-reg .lostpwd {
	float: right;
	color: #0037A1;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 16px;
	text-transform: none;
}

.logindata {
	padding-right: 10%;
}

.nologindata {
	padding-left: 10%;
}

.only_mob {
	display: none !important;
}

.cont-log-reg .tab {
    margin: 15px 0;
    float: left;
    width: 100%;
    position: relative;
}

.cont-log-reg .tab::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    background: #E6E6E6;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.cont-log-reg .tab .col50 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #828282;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.cont-log-reg .tab .col50.active {
    color: #000;
    border-top-color: #E6E6E6;
    border-bottom-color: #fff;
}

.oppure {
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.oppure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	background: #C6C6C6;
	height: 1px;
	width: 100%;
}

.oppure span {
	position: relative;
	background: #fff;
	padding: 0 15px;
}

.widget.social_login {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

.widget.social_login .btn-default {
	padding: 0 55px 0 55px;
}

.widget.social_login .btn-default i {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget.social_login.fb .btn-default {
	background: #4267b2;
}

.widget.social_login.gplus .btn-default {
	background: #D14C3E;
}

h5 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	margin: 45px 0;
}

.col100.scegli input[type="checkbox"],
.controls.scegli input[type="checkbox"] {
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	vertical-align: top;
	margin: 0;
}

.col100.scegli input[type="checkbox"] + label,
.controls.scegli input[type="checkbox"] + label {
	border: 2px solid #0037A1;
	width: 16px;
	height: 16px;
	margin: 0;
	top: 0;
	left: 0;
	border-radius: 0;
	position: absolute;
}

.col100.scegli input[type="checkbox"]:checked + label::before,
.controls.scegli input[type="checkbox"]:checked + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #0037A1;
	margin-top: -4px;
	border-radius: 0;
}

.col100.scegli,
.controls.scegli {
	position: relative;
	line-height: 16px;
	padding-left: 24px;
	color: #808080;
	font-size: 16px;
	font-weight: 400;
}

.cont-log-reg .controls.scegli a,
.privacy .controls.scegli a {
	line-height: 16px;
	color: #808080;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
/*FINE LOGIN*/

/* STYLE DASHBOARD */

.top-dashboard {
	background: #F5F6F8;
	padding: 80px 15px 165px;
}

.voci-utente {
	list-style: none;
	padding: 0;
	margin: -135px 0 0 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.voci-utente li {
	text-align: center;
	margin-right: 23px;
	width: 100%;
}

.voci-utente li:last-child {
	margin-right: 0;
}

.voci-utente li a {
	padding: 50px 15px 25px;
	border-radius: 16px;
	border: 1px solid #DBDCE0;
	width: 100%;
	display: inline-block;
	background: #fff;
}

.shadow-effect {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.shadow-effect:hover {
	box-shadow: 0 2px 6px #DBDCE0;
}

.voci-utente li img {
	max-height: 40px;
}

.area-admin, .logout {
	font-size: 16px;
	position: relative;
	padding: 15px 15px 15px 45px;
	display: inline-block;
	color: #808080;
	border-radius: 8px;
	line-height: 16px;
}

.logout {
	border: 1px solid #808080;
	background: #fff;
}

.area-admin:hover,
.area-admin:focus,
.logout:hover,
.logout:focus {
	color: #808080;
}

.area-admin img,
.logout img {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.area-admin img {
	max-height: 23px;
}

.logout img {
	max-height: 16px;
}

.need-help {
	width: calc(34% - 23px);
	margin-right: 23px;
	padding: 50px 45px;
	border-radius: 16px;
	border: 1px solid #DBDCE0;
	float: left;
	background: #fff;
}

.need-help img {
	max-height: 80px;
}

.need-help h5 {
	margin: 45px 0;
	text-align: left;
}

.need-help .btn-default {
	width: 100%;
	background: #111111;
}

.need-help .btn-default img,
.colsx-backend .btn-default img {
	max-height: 14px;
	margin-right: 10px;
}

.last-orders {
	float: left;
	width: 100%;
	padding: 30px 40px;
	border-radius: 0;
	border: 0;
	background: #E9F4FF;
}

.last-orders.featured-products {
	padding: 0;
	background: #fff;
	overflow: hidden;
	padding-bottom: 10px;
}

.last-orders h6 {
	padding-left: 0;
	line-height: 28px;
	margin: 0;
	position: relative;
	float: left;
	text-align: left;
	text-transform: uppercase;
	color: #0037A1;
	font-size: 28px;
	font-weight: 700;
}

.last-orders h6 img,
.titl-backend img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 40px;
	max-width: 32px;
}

.last-orders .view-all {
	float: right;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #0037A1;
	line-height: 16px;
	position: relative;
	text-transform: uppercase;
}

.last-orders .view-all::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0037A1;
	width: 15px;
	height: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.last-orders .view-all:hover::after {
	width: 100%;
}

.titl-backend {
	padding-left: 56px;
	line-height: 28px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 38px;
	font-weight: 700;
	color: #0037A1;
	text-transform: uppercase;
}

.sottotitl-backend {
	font-size: 21px;
	font-weight: 400;
	color: #0C2841;
	line-height: 21px;
	margin-bottom: 35px;
	clear: both;
}

.colsx-backend {
	top: 160px;
	left: 0;
	width: 300px;
	height: calc(100% - 160px);
	position: fixed;
	background: #0C2841 ;
	/*padding-top: 45px;*/
	z-index: 2;
	/*transition: top .3s ease-in-out;
	-webkit-transition: top .3s ease-in-out;
	-moz-transition: top .3s ease-in-out;
	-o-transition: top .3s ease-in-out;*/
}

.colsx-backend.sticky {
	height: calc(100% - 160px) !important;
}

.colsx-backend.notsticky {
	position: absolute;
}

.colsx-backend.sticky.upside {
	top: 80px;
	height: calc(100% - 80px) !important;
}

.colsx-backend .btn-default {
	background: #111111;
	width: 100%;
}

.menu-backend {
	padding: 0;
	margin: 0;
	list-style: none;
	/*height: calc(100% - 214px);*/
	height: calc(100% - 68px);
	overflow-y: auto;
	padding-top: 45px;
	width: 100%;
}

/*.colsx-backend.notsticky {
	display: table;
}*/

.colsx-backend.notsticky .menu-backend {
	/*display: table-cell;
	vertical-align: bottom;
	padding-bottom: 214px;*/
	margin-bottom: 68px;
	max-height: calc(100vh - 165px);
	position: absolute;
	left: 0;
	bottom: 0;
}

.colsx-backend.notsticky .foo-menu-backend {
	position: absolute;
	bottom: 0;
	left: 0;
}

.menu-backend li:not(.special-order):not(.user)::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: #0C2841;
}

.menu-backend li:hover:not(.special-order):not(.user)::before,
.menu-backend li.active:not(.special-order):not(.user)::before {
	background: #FF2727;
}

.menu-backend li,
.foo-menu-backend li {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0 10px 45px;
	border-radius: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.foo-menu-backend li {
	margin-bottom: 20px;
}

.foo-menu-backend li.calendar {
	background: #E9F4FF;
	margin-left: 24px;
	margin-right: 48px;
	padding: 16px 12px 16px 25px;
	max-height: 136px;
	overflow-y: auto;
	box-shadow: 0 2px 12px #040F19;
	margin-bottom: 20px;
	max-width: 280px;
}

/*.menu-backend li.active {
	background: #DBDCE0;
}*/

/*.menu-backend li.active a {
	color: #FF2727;
}*/

.menu-backend li.special-order {
	margin: 0 20px 30px 25px;
	padding: 0;
}

.menu-backend li.user {
	padding-left: 30px;
}

.menu-backend li a,
.foo-menu-backend li a {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0 0 0 55px;
	line-height: 28px;
	outline: 0;
}

.foo-menu-backend li.calendar a {
	color: #0037A1;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 45px;
}

.foo-menu-backend li.calendar a .title-calendar {
	color: #0037A1;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
}

.foo-menu-backend li.calendar a .info-calendar {
	color: #0037A1;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.menu-backend li.special-order a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	position: static;
	padding: 14px 20px 13px 70px;
	background: #FF2727;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-backend li.special-order a:hover {
	background: #BE1717;
}

.menu-backend li.user a {
	text-transform: capitalize;
	padding-left: 80px;
}

.menu-backend li.user a small {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: #fff;
}

.menu-backend li:not(.active) a:hover,
.menu-backend li:not(.active) a:focus {
	color: #fff;
}

.menu-backend li.active a {
	font-weight: 700;
}

.menu-backend li a .cont-ico,
.foo-menu-backend li a .cont-ico {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
}

.menu-backend li.special-order a .cont-ico {
	top: 50%;
	margin-top: -14px;
	left: 20px;
}

.menu-backend li.user a .cont-ico {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background: #fff;
	line-height: 56px;
	color: #0C2841;
	text-transform: uppercase;
}

.menu-backend li a .cont-ico img,
.foo-menu-backend li a .cont-ico img {
	max-height: 28px;
	vertical-align: middle;
}

.menu-backend li a img.arrow {
	position: absolute;
	top: 50%;
	max-height: 12px;
	right: 0;
	margin-top: -6px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-backend li.active a img.arrow {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.foo-menu-backend {
	position: relative;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	display: inline-block;
}

/*.container .container-small {
	min-height: calc(100vh - 168px);
}*/

.container-small .controls-password label {
	width: 100%;
}

.container-small .controls-password input[type="password"] {
	width: calc(100% - 118px);
}

.container-small input[type="checkbox"]#reset_password {
	position: absolute;
	right: 15px;
	top: 28px;
	width: calc(100% - 30px);
	height: 48px;
	opacity: 0;
	margin: 0;
}

.container-small input[type="checkbox"]#reset_password + label {
    background: #5D5D5D;
    position: absolute;
    right: 15px;
    width: calc(100% - 30px);
    height: 48px;
    top: 26px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.container-small input[type="checkbox"]#reset_password + label::before {
	content: "Cambia password";
}

.container-small input[type="checkbox"]#reset_password:checked {
	width: 108px;
}

.container-small input[type="checkbox"]#reset_password:checked + label {
    width: 108px;
	background: #A0A0A0;
	font-size: 14px;
}

.container-small input[type="checkbox"]#reset_password:checked + label::before {
	content: "Annulla";
}

.back.align-right {
	display: none;
	text-align: right;
	margin-top: 30px;
}

.back a,
.back a:hover,
.back a:focus,
.back a:active {
	font-size: 16px;
	color: #0C2841;
	font-weight: 400;
	text-decoration: none;
	padding-left: 20px;
	float: none;
	display: inline-block;
	background: url('/themes/jewels/images/ico-back.png') no-repeat left top / 8px 13px;
	line-height: 16px;
	outline: 0;
}

@media all and (max-width:1199px) {
	.bar-menu {
		display: table-cell;
	}
	.top .menu {
		top: 160px;
		left: -100%;
		position: fixed;
		height: calc(100% - 160px);
		width: 100%;
		background: #fff;
		z-index: 3;
		font-weight: 400;
		overflow-y: auto;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.top.bannerh .menu {
		top: 80px;
		height: calc(100% - 80px);
	}
	.top .menu.active {
		left: 0;
	}
	.top .logo {
		width: 102px;
	}
	.top .topright {
		width: calc(100% - 140px);
	}
	.top .utente, .top .search, .top .wishlist {
		margin-right: 30px;
	}
	.barraricerca {
		width: 100%;
		left: 0;
		margin-left: 0;
		z-index: 3;
		padding: 0;
	}
	.top .menu ul {
		margin-top: 20px;
	}
	.top .menu ul li {
		width: 100%;
		margin: 10px 0;
	}
}

@media all and (max-width: 991px) {
	/*body.backend {
		padding-left: 50px;
	}*/
	.colsx-backend {
		left: 0;
		width: calc(100% + 30px);
		/*z-index: 11;*/
		height: auto !important;
		position: relative;
		margin-left: -15px;
		top: auto;
	}
	.menu-backend {
		height: auto;
	}
	/*.menu-backend {
		padding: 0 5px 0 0;
		height: 100%;
		margin: 0;
	}
	.menu-backend li {
		padding: 11px;
	}
	.menu-backend li a {
		font-size: 0;
		vertical-align: top;
		padding: 0;
	}
	.foo-menu-backend {
		display: none;
	}*/
	.colsx-backend.upside {
		top: 80px;
		height: calc(100% - 80px) !important;
	}
	h4, .h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.menu-backend li a {
		padding-right: 56px;
	}
	.menu-backend li:not(.user):not(.special-order) a {
		background: url('/modules/ecommerce/images/arrow-right-menu-backend-mobile.png') no-repeat calc(100% - 23px) center / 10px 16px;
	}
	.menu-backend li.special-order {
		margin-left: 15px;
		margin-right: 15px;
	}
	.menu-backend li.user {
		padding-left: 25px;
	}
	.menu-backend li,
	.foo-menu-backend li {
		padding-left: 40px;
	}
	.foo-menu-backend li.calendar {
		padding-left: 20px;
	}
	.back.align-right {
		display: block;
	}
	.only-desk {
		display: none !important;
	}
}

@media all and (min-width: 768px) and (max-width:991px) {
	.need-help .btn-default {
		padding: 0 15px;
	}
	.colsx-backend {
		width: calc(100% + 48px);
		margin-left: -24px;
	}
}

@media all and (max-width:767px) {
	.space40 {
		height: 20px;
	}
	h1, .h1 {
		font-size: 59px;
		line-height: 59px;
	}
	h3 {
		font-size: 34px;
		line-height: 34px;
	}
	.undercart {
		width: 290px;
	}
	.riga-in-evidenza .box-testo-img {
		padding: 20px 25px;
	}
	.btn-box-img {
		max-width: 132px;
		height: 38px;
		line-height: 38px;
	}
	.sottof .col-xs-12 {
		text-align: center;
	}
	.sottof .col-xs-12.text-center {
		margin: 20px 0;
	}
	.footer .col-contatti ul li {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.col-newsletter .form-builder-control {
		max-width: 100%;
	}
        /*LOGIN*/
	.nologindata {
		display: none;
	}
	.logindata {
		padding-right: 15px;
	}
	.nologindata {
		padding-left: 15px;
	}
	.cont-log-reg::before {
		display: none;
	}
	.logindata .space70 {
		display: none;
	}
	.only_desk {
		display: none !important;
	}
	.only_mob {
		display: block !important;
	}
        /*FINE LOGIN*/
	.col-brands {
		padding: 0;
		width: 100%;
	}
	.pagecomposer-riga.riga-in-evidenza,
	.pagecomposer-riga.riga-banner-prefoo {
		margin-left: 0;
		margin-right: 0;
	}
	.pagecomposer-riga.riga-in-evidenza .col-w-50 {
		width: 100%;
		margin: 0 0 15px;
	}
	.pagecomposer-riga.riga-banner-prefoo .col-w-33 {
		width: 100%;
		margin: 0 0 15px;
	}
	.voci-utente {
		flex-wrap: wrap;
	}
	.voci-utente li {
		margin-bottom: 25px;
		margin-right: 0;
	}
	.voci-utente li:last-child {
		margin-bottom: 0;
	}
	.voci-utente li a {
		padding: 25px 15px;
	}
	.voci-utente li img {
		margin-right: 10px;
		vertical-align: top;
	}
	.voci-utente li h6 {
		display: inline-block;
		line-height: 40px;
		margin: 0;
	}
	.need-help {
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}
	.space50 {
		height: 25px;
	}
	.pagecomposer-riga.container-small {
		padding: 0 15px;
	}
	.btn-gocart {
		height: 40px;
		line-height: 38px;
	}
}

/* STYLE ECOMMERCE */

.contprod {
	width: 100%;
	display: inline-block;
	clear: both;
}

.s-prod .info a.tit,
.s-prod .info a.tit:hover,
.s-prod .info a.tit:focus,
.s-prod .info a.tit:active {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: #424242;
}

.s-prod .info .action {
	display: block;
	clear: both;
	width: 80px;
	margin: 0px auto;
}

.s-prod .info .action .addcart {
	float: left;
}

.breadcumbs span {
	font-size: 14px;
	line-height: 14px;
	color: #424242;
	margin-right: 7px;
}

.breadcumbs span.final {
	color: #757575;
}

.zoom {
	display: block;
	cursor:move;
	position:relative;
}

/* magnifying glass icon */
.zoom::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: grab;
}

.zoom .lens {
    z-index: 9;
    top: -15px;
    right: -15px;
    height: 60px;
    width: 60px;
    background: url("/img/ico_zoom.png") rgba(255, 255, 255, 0.6);
    position: absolute;
    cursor: pointer;
    background-size: 50%;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 12px 20px;
    border-radius: 100px;
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

#ex2 img:hover {
	cursor: url(grab.cur), default;
}

#ex2 img:active {
	cursor: url(grabbed.cur), default;
}

.breadcontinue {
	display: block;
	float: left;
	margin: 0;
	margin-bottom: 60px;
	height: 30px;
	width: 100%;
}

.back i {
	margin-right: 5px;
}

.prod .info .cod {
	width: 100%;
	display: block;
	clear: both;
	font-size: 13px;
	line-height: 23px;
	margin: 0;
	color: #424242;
}

.prod .info .rece {
	float: left;
	display: block;
	width: 35%;
	padding-left: 25px;
	font-size: 12px;
}

.qtybox p, .variationsProduct p {
	font-size: 16px;
	color: #424242;
	margin: 0;
	line-height: 20px;
	margin-bottom: 10px;
}

.variationsProduct p:first-letter {
	text-transform:uppercase;
}

.qtybox .input-group-addon {
    background: transparent;
    border: 0;
    font-size: 20px;
    padding: 0px 10px;
}

.qtybox #quantity {
    width: 27px;
    height: 23px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #424242;
}

.qtybox {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 30px;
}

.btn-addcart {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #424242;
	font-size: 22px;
	font-weight: 500;
	text-align:center;
	float: left;
	border-radius:4px;
	box-shadow:0px 1px 1px rgba(100, 100, 100, 0.9);
	text-decoration:none;
}

.btn-addcart:hover,
.btn-addcart:focus {
	color: #fff;
}

.btn-addcart img {
	vertical-align: -6px;
	margin-left: 5px;
}

.cont_prod_corr {
	display: block;
	clear: both;
	width: 100%;
}

.header_corr {
	font-size: 20px;
	line-height: 20px;
	color: #424242;
	font-weight: 500;
	text-transform:uppercase;
	margin-bottom: 30px;
}	

.slider_corr .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
	left: 0 !important;
}

.slider_corr .price {
	width: 100%;
	display: block;
	clear: both;
	text-align:center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
	line-height: 16px;
}

.slider_corr .price .barrato {
	font-size: 14px;
	line-height: 16px;
	color: #BDBDBD;	
	font-weight: 400;
	margin-right: 15px;
	text-decoration:line-through;
}

.slider_corr .action {
	display: block;
	clear: both;
	width: 100%;
	margin: 0px auto;
	text-align:center;
}

.slider_corr .action .addcart {
	display: block;
	width:40px;
	margin: 0px auto;
}

.slider_corr a.name, .slider_corr a.name:hover, .slider_corr a.name:focus, .slider_corr a.name:active {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: #424242;
	padding: 0px 10px;
}

.slider_corr .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: -32px;
    right: 28px;
}

.slider_corr .bx-wrapper .bx-next, .slider_corr .bx-wrapper .bx-next:hover, .slider_corr .bx-wrapper .bx-next:focus, .slider_corr .bx-wrapper .bx-next:active {
    left: 10px;
	right:auto;
    background: url("/img/arrowright.png");
    width: 14px;
    height: 20px;
}

.slider_corr .bx-wrapper .bx-prev, .slider_corr .bx-wrapper .bx-prev:hover, .slider_corr .bx-wrapper .bx-prev:focus, .slider_corr .bx-wrapper .bx-prev:active {
    right: 10px;
	left:auto;
	background: url("/img/arrowleft.png");
    width: 14px;
    height: 20px;
}

.cartempty {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.filtri {
	display: block;
	clear: both;
	width: 100%;
}

.filtro {
	display: block;
	clear: both;
	width: 100%;
	padding-bottom: 40px;
}

.s-fil {
	margin-bottom: 10px;
	padding: 0px 30px;
}

.s-fil span {
    vertical-align: 2px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
	color:#424242;
}

.s-fil .remove, .s-fil .remove:hover, .s-fil .remove:focus, .s-fil .remove:active {
    float: right;
	color:#424242;
}

.filtroattivo {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
	padding: 20px 0px;
	margin-bottom: 30px;
}	   

.filtroattivo .filtro {
	padding-bottom: 0;
}

.filtri input[type="checkbox"] {
	display: none;
}

.filtri input[type="checkbox"] + label {
	width: 9px;
	height: 9px;
	background: transparent;
	border:1px solid #424242;
	position:relative;
	vertical-align: -3px;
	cursor:pointer;
}

.filtri input[type="checkbox"]:checked + label {
	width: 9px;
	height: 9px;
	background: url("/img/ico_checkgray.png");
	background-position: -1px -1px;
	border:1px solid #424242;
	position:relative;
	vertical-align: -3px;
	cursor:pointer;
}

.row.totalefin {
    font-size: 22px;
}

.preinfo {
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 15px;
	color:#4d4d4d;
}	

.preinfo span {
	color: #231f20;	
}

.imgprod,
.ft_m img,
.img_slide img {
	width: auto;
	max-width:100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.s-prod .info a.tit, .s-prod .info a.tit:hover, .s-prod .info a.tit:focus, .s-prod .info a.tit:active,
.slide_corr a.name, .slide_corr a.name:hover, .slide_corr a.name:focus, .slide_corr a.name:active {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	color: #231f20;
	height: 40px;
	overflow: hidden;
	text-transform: uppercase;
}

.slide_corr {
	padding: 20px 0;
}

.slider_corr .price {
	line-height: 17px;
}

.s-prod .info .qty_prod input {
	display: inline;
	margin-left: 5px;
	width: 40px;
	border:0;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-size: 15px;
	color: #4d4d4d;
	font-weight: 700;
}

#vetrinahome .s-prod {
	margin: 0;
	box-sizing:border-box;
	padding: 0;
}

#vetrinahome .imgprod {
    width: auto;
    max-width: 100%;
    height: 135px;
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	border:2px solid #231f20;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #231f20;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #231f20;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:active, .bx-wrapper .bx-next:focus {
    background: url("/img/frecciadx.png") no-repeat;
	right: 0;
	background-position: 0 0;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:active {
    background: url("/img/frecciasx.png") no-repeat;
    left: 0;
	background-position: 0 0;
}

.slidermarchi img {
    display: block !important;
    margin: 0px auto;
    max-height: 190px;
    width: auto;
    max-width: 100%;
}

#zoorate_widget_bfcf85b1fda517b7 {
    float: right;
}

a.veditutte, a.veditutte:hover, a.veditutte:focus, a.veditutte:active {
	width: 170px;
	height: 30px;
	line-height: 27px;
	font-size: 14px;
	text-align: center;
	color: #231f20;
	border:1px solid #231f20;
	display: block;
	float: right;
}

.zoom {
    display: block;
    cursor: move;
    position: relative;
    border: 1px solid #F2F2F2;
}

.back i {
    margin-right: 5px;
    color: #231f20;
    font-size: 12px;
    vertical-align: 1px;
}

.richiedinfo {
    width: 200px;
    height: 45px;
    line-height: 43px;
    background: #fff;
    color: #231f20;
    border: 1px solid #231f20;
    display: block;
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 16px;
}

.richiedinfo i {
    margin-left: 5px;
}

.prod .info h4.tit-prod {
    margin: 7px 0 24px;
	color: #0037A1;
}

.qty_prodbox .input-group-addon {
    background: transparent;
    font-size: 20px;
    padding: 0px 10px;
    border-radius: 0;
    font-weight: 700;
	color: #231f20;
	border:1px solid #ccc;
}

.qty_prodbox #quantity {
    width: 35px;
    height: 25px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #424242;
}

.immaginette .netta {
	border:1px solid #f2f2f2;
}

.zoom .lens {
    z-index: 9;
    top: -11px;
    right: -8px;
    height: 50px;
    width: 50px;
    background: url("/img/ico_zoom.png") rgba(255, 255, 255, 0.6);
    position: absolute;
    cursor: pointer;
    background-size: 50%;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 12px 20px;
    border-radius: 100px;
    opacity: 0.6;
}

.sweet-alert button {
    background-color: #231f20 !important;
}

.s-cat {
    width: 27.333%;
    height: 220px;
    display: block;
    float: left;
    margin: 30px 3%;
}	

.s-cat img {
	display: block;
	clear: both;
	width: 100%;
}

.s-cat .txt, .s-cat:hover .txt, .s-cat:focus .txt, .s-cat:active .txt {
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.s-prod, .prod .foto  {
	position: relative;
}

.icopromo {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(270deg);
}

.prod .foto .icopromo {
    top: 60px;
}

.filtri input[type="checkbox"]:checked + label {
	width: 13px;
	height: 13px;
	background-image: none;
	background-color: #231f20;
}

.filtri input[type="checkbox"] + label {
	width: 13px;
	height: 13px;
}

li.tags a:after{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popup_prodotto {
	padding: 30px;
}

.btn-addcart, .btn-addcart:hover, .btn-addcart:focus, .btn-addcart:active {
    background: #231f20;
}

.coldx.prod.fullwidth .breadcontinue {
	margin-bottom: 10px;
}

.labelprice {
	position:absolute;
	left: 0;
	max-height: 28px;
	top: 20px;
	z-index: 3;
}

.labelprice-min {
	position:absolute;
	left: 0;
	width: auto;
	z-index: 3;
	max-height: 28px;
	top: 20px;
}

.ft_m img.labelprice-min {
	height: auto;
	width: 40px;
	z-index: 10;
}

.overlay .cart_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	padding: 40px 0 0 0;
}

.overlay .cart_loader::before {
	content: "";
	background: url('/img/demo/loading.gif') no-repeat center center;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
}

.overlay .cart_loader p {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 25px;
}

.slider_corr .bx-wrapper .bx-controls-direction a {
	z-index: 100;
}

.slider_corr .bx-wrapper .bx-prev, .slider_corr .bx-wrapper .bx-prev:hover, .slider_corr .bx-wrapper .bx-prev:focus, .slider_corr .bx-wrapper .bx-prev:active {
    background: url("/themes/jewels/images/arrowleft.png");
}

.slider_corr .bx-wrapper .bx-next, .slider_corr .bx-wrapper .bx-next:hover, .slider_corr .bx-wrapper .bx-next:focus, .slider_corr .bx-wrapper .bx-next:active {
    background: url("/themes/jewels/images/arrowright.png");
}

.btn-filtro {
	background: url("/modules/advanced_filter/img/arrow_price.png") no-repeat center center;
	border: 1px solid #231f20;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	position: relative;
}

#filter_prices_altro input {
	width: 20% !important;
}

#filter_prices_altro span {
	margin: 15px 8px 0 0;
	float: left;
}

.best-s {
	width: 25%;
	float: left;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0 15px 0 0;
}

.s-prod.adue {
	width: calc(50% - 9px);
	padding: 0;
	margin: 0 18px 50px 0;
}

.s-prod.adue:nth-child(2n+2) {
	margin-right: 0;
}

.s-prod.adue:nth-child(2n+3) {
	clear: both;
}

.s-prod.atre {
	width: calc(33.3333% - 12px);
	padding: 0;
	margin: 0 18px 50px 0;
}

.s-prod.aquattro {
	width: calc(25% - 14px);
	padding: 0;
	margin: 0 18px 50px 0;
}

.s-prod.aquattro:nth-child(4n+4) {
	margin-right: 0;
}

.s-prod.aquattro:nth-child(4n+5) {
	clear: both;
}

/*.qty_prod input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.qty_prod input[type="mail"],
.qty_prod input[type="email"],
.qty_prod input[type="password"],
.qty-cart input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.qty-cart input[type="mail"],
.qty-cart input[type="email"],
.qty-cart input[type="password"] {
	width: 50%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.qty_prod {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28.5%;
	background: #fff;
	border: 1px solid #231f20;
}

.qtybox {
	width: 24%;
	float: left;
	position: relative;
}*/

.actionvp .qtybox .input-group.input-popup {
	width: 98%;
	float: left;
	position: relative;
}

.addcart img,
.btn-addcart img {
    vertical-align: middle;
	position: relative;
}

.btn-scopri,
.btn-scopri:active,
.btn-scopri:hover,
.btn-scopri:focus {
	position: absolute;
	width: 17.5%;
	height: 50px;
	left: 0;
	text-align: center;
	line-height: 50px;
	color: #231f20;
	border: 1px solid #231f20;
	background: #231f20;
	bottom: 0;
}

#sliderbest {
    border: 0;
	padding: 0;
}

.best-s .info .varianti,
.s-prod .info .varianti,
.slide_corr .info .varianti {
	margin: 25px 0 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.best-s .info .varianti p,
.s-prod .info .varianti p,
.slide_corr .info .varianti p {
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	color: #000;
	margin: 0;
}

.best-s .info .varianti .variante,
.s-prod .info .varianti .variante,
.slide_corr .info .varianti .variante {
	display: none;
}

.best-s:hover .info .varianti p,
.s-prod:hover .info .varianti p,
.slide_corr:hover .info .varianti p {
	display: none;
}

.best-s:hover .info .varianti .variante,
.s-prod:hover .info .varianti .variante,
.slide_corr:hover .info .varianti .variante {
	display: block;
}

.controls.form-inline.radiocolor.tipo-variante {
	display: table;
	margin: 0 auto;
}

.wish-prod {
	margin: 0 15px 0 0;
}

.wish-prod .cont_imgprodsez {
	min-height: 335px;
}

.wish-prod .cont_imgprodsez img.imgprod {
	max-height: 335px;
}

.filtro {
	padding: 0;
}

.breadcontinue {
	margin: 0;
}

.prod .info .cod {
    font-size: 18px;
    line-height: 18px;
    color: #231f20;
	width: 100%;
}

.btn-stock {
	width: auto;
	height: 35px;
	background: #231f20;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

.btn-nostock {
	width: auto;
	height: 35px;
	background: #757575;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

.btn-stock img,
.btn-nostock img {
	margin: 0 0 0 10px;
}

.share {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.share span {
	font-size: 14px;
	font-weight: 400;
	float: left;
	position: relative;
	line-height: 19px;
}

.share a {
	float: left;
	position: relative;
	margin: 0 0 0 14px;
	cursor: pointer;
}

.share a img {
	max-height: 19px;
	float: left;
}

.filtroattivo {
	border: 0;
}

.cont_thumb_img_prodotto {
	width: 0;
	height: 0;
}

.foto .cont_thumb_img_prodotto .fancybox.thumb_img_prodotto {
	height: 0;
}

.form_stock {
	float: left;
	position: relative;
	width: 80%;
}

.form_stock p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #231f20;
}

.form_stock .btn-default,
.form_stock .btn-default:hover,
.form_stock .btn-default:focus,
.form_stock .btn-default:active {
	width: 14%;
	height: 50px;
	line-height: 50px;
}

.form_stock input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.form_stock input[type="mail"],
.form_stock input[type="email"],
.form_stock input[type="password"] {
	width: 76%;
	margin: 0;
	padding: 0 10px;
	height: 50px;
	border: 1px solid #231f20;
}

.views {
	display: table;
	position: relative;
	margin: 0 10px 0 0;
	padding: 15px 5px;
	border: 1px solid #fff;
	border-radius: 0;
	float: right;
	text-align: center;
}

.views a {
	float: left;
	position: relative;
	margin: 0 10px;
}

.views a img {
	max-height: 16px;
	float: left;
}

.s-prod.best-s {
	padding: 0 15px 0 0;
}

.foto .fancybox {
	position: relative;
	float: none;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	height: 436px;
}

.foto .fancybox .imgbig {
    max-height: 890px;
	margin-bottom: 15px;
}

.table-responsive {
	float: left;
	position: relative;
	width: 100%;
	border: 0;
}

.col-precprod {
	padding-left: 0;
}

.qty-cart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28.5%;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.btn-showmore {
	width: 180px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #231f20;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #231f20;
	text-align: center;
	cursor: pointer;
	clear: both;
}

.btn-disp {
    float: left;
    position: relative;
    width: 86%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #231f20;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    cursor: pointer;
	margin: 0 0 30px 0;
}

.text_disp {
    float: left;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    margin: 0 0 30px 0;
}

.prod .info.info_disp .tit {
	width: 100%;
}

.form-disp input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.form-disp input[type="mail"],
.form-disp input[type="email"],
.form-disp input[type="password"] {
    border: 1px solid #231f20;
    margin-right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
	padding: 0 10px;
}

/*QUI INIZIA STYLE OUTLET BRAND*/

.cont_imgprod,
.cont_imgprodsez {
	float: left;
	position: relative;
	width: 100%;
	min-height: 0;
	margin: 0 0 16px 0;
	overflow: hidden;
	display: table;
}

.wish-full,
.addwish,
.wish-cart {
	position: absolute;
	background: #EFEFEF;
	top: 15px;
	right: 15px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.wish-full img,
.addwish img,
.wish-cart img {
	max-height: 17px;
}

.s-prod .info .price {
	width: 100%;
	display: block;
	clear: both;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 18px;
}

.s-prod .info .price .barrato {
	font-size: 18px;
	line-height: 18px;
	color: #A0A0A0;	
	font-weight: 400;
	text-decoration: line-through;
}

.s-prod .info .price .scontato {
	font-size: 18px;
	line-height: 18px;
	color: #FF5454;	
	font-weight: 700;
	margin-right: 15px;
}

.best-s img.imgprod,
.s-prod img.imgprod,
.slide_corr img.imgprod {
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
	float: none;
	max-height: 890px;
}

/*.s-prod .info p {
	font-size: 16px;
	font-weight: 400;
	color: #414141;
	line-height: 20px;
	clear: both;
}*/

.s-prod .info {
	padding: 0 16px;
	clear: both;
}

.s-prod {
	margin-bottom: 60px;
	float: left;
}

.riga-categorie {
	background: #F6F6F6;
}

.s-prod .percentuale {
	position: absolute;
	background: #FF5454;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	bottom: 25px;
	left: 0;
}

select.selordina {
	width: auto;
	border: 1px solid #E8F0FF;
	color: #414141;
	padding: 0;
	float: right;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 45px 0 15px;
	background-color: #E8F0FF;
}

.selfiltri {
	float: left;
	padding: 0 15px 0 45px;
	height: 48px;
	line-height: 45px;
	border-radius: 0;
	border: 3px solid #FF2727;
	color: #414141;
	position: relative;
	background: #fff;
	overflow: hidden;
	font-size: 16px;
}

.selfiltri.active {
	background: #FF2727;
	color: #fff;
}

.selfiltri img {
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.selfiltri img:nth-child(1) {
	max-height: 16px;
	margin-top: -8px;
	left: 15px;
}

.selfiltri img:nth-child(2) {
	max-height: 13px;
	margin-top: -6.5px;
	left: -100%;
}

.selfiltri.active img:nth-child(1) {
	left: -100%;
}

.selfiltri.active img:nth-child(2) {
	left: 15px;
}

.titcolsx {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400;
	position: relative;
	cursor: pointer;
	padding-right: 25px;
	text-transform: capitalize;
	clear: both;
	width: 100%;
	color: #0037A1;
}

.titcolsx::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	right: 0;
	background: url("/themes/jewels/images/ico-minus-quantity.png") no-repeat center / 10px 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.titcolsx.active::after {
	background: url("/themes/jewels/images/ico-plus-quantity.png") no-repeat center / 10px;
}

.precprod {
    display: block;
    clear: both;
    height: auto;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.colsx {
	width: 0;
	float: left;
	display: block;
	padding-right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: -100%;
	position: relative;
	max-height: 100vh;
}

.colsx.visible {
	width: 13.5%;
	opacity: 1;
	left: 0;
	max-height: none;
}

.coldx {
	width: 100%;
	float: left;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.coldx.resize {
	width: 86.5%;
	padding-left: 60px;
}

.sidebar-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav > ul > li {
	margin-bottom: 10px;
}

.sidebar-nav > ul > li > a {
    padding: 0;
    border-top: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
	color: #0C2841;
}

.sidebar-nav > ul li[class^="active"] > a {
    font-weight: 700;
	color: #0C2841;
}

.sidebar-nav ul > li > a {
	margin-bottom: 10px;
	display: inline-block;
}

.sidebar-nav ul > li > ul {
	padding-left: 10px;
}

.sidebar-nav ul > li > ul > li > ul {
	padding-left: 15px;
}

.sidebar-nav ul > li > ul > li > ul > li > ul {
	padding-left: 20px;
}

.filtri_ricerca {
	padding: 20px 0 10px;
	border-bottom: 1px solid #ECECEC;
	display: inline-block;
	width: 100%;
}

.sidebar-nav.filtri_ricerca {
	padding: 0;
}

.cont_filtro,
.radiocolor {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cont_filtro li:not(.list_filtro_img) input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	margin: 0;
	cursor: pointer;
	z-index: 1;
}

.cont_filtro li:not(.list_filtro_img):not(.list_filtro_size) label {
	margin: 0;
	color: #808080;
	font-size: 16px;
	font-weight: 400;
	background: #F4F4F4;
	border: 2px solid #F4F4F4;
	position: relative;
	width: 100%;
	border-radius: 0;
	cursor: pointer;
	padding: 12px 45px 8px 15px;
	text-transform: capitalize;
}

.cont_filtro li:not(.list_filtro_img):not(.list_filtro_size) input:checked + label {
	font-weight: 700;
	border-color: #0C2841;
	color: #0C2841;
}

.cont_filtro li:not(.list_filtro_img):not(.list_filtro_size) input:checked + label::before {
	content: "";
	position: absolute;
	right: 15px;
	width: 12px;
	height: 9px;
	background: url("/themes/jewels/images/ico_check.png") no-repeat center / 12px 9px;
	top: 50%;
	margin-top: -4.5px;
	margin-bottom: 0;
}

.cont_filtro li:not(.list_filtro_img):not(.list_filtro_size) {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
	position: relative;
}

.cont_filtro li.list_filtro_size {
	float: left;
	width: calc(33.333% - 10px);
	margin-right: 15px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	line-height: 32px;
	height: 32px;
}

.radiocolor li.list_filtro_size {
	line-height: 56px;
	height: 56px;
}

.cont_filtro li.list_filtro_size label,
.radiocolor .label_taglia {
	margin: 0;
	color: #808080;
	font-size: 16px;
	font-weight: 400;
	background: #e4e4e4;
	border: 2px solid #e4e4e4;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 0;
	cursor: pointer;
}

.cont_filtro li.list_filtro_size input:checked + label,
.radiocolor input:checked + label.label_taglia.attribute_selected {
	color: #0C2841;
	border-color: #0C2841;
	font-weight: 700;
}

.cont_filtro li.list_filtro_img {
	float: left;
	width: calc(33.333% - 10px);
	margin-right: 15px;
	text-align: center;
	margin-bottom: 0;
}

.radiocolor li {
	float: left;
	width: calc(12.5% - 7px);
	margin-right: 8px;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
}

.cont_filtro li.list_filtro_img:nth-child(3n+3),
.cont_filtro li.list_filtro_size:nth-child(3n+3),
.radiocolor li:nth-child(8n+8) {
	margin-right: 0;
}

.cont_filtro li.list_filtro_img:nth-child(3n+4),
.cont_filtro li.list_filtro_size:nth-child(3n+4),
.radiocolor li:nth-child(8n+9) {
	clear: both;
}

.cont_filtro li.list_filtro_img p,
.radiocolor li p {
	font-size: 12px;
	line-height: 12px;
	text-transform: capitalize;
	margin-bottom: 20px;
	word-wrap: break-word;
	font-weight: 400;
}

.cont_filtro li.list_filtro_img p.box_filtro_img_checked {
	font-weight: 600;
}

.price-range {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	float: left;
	width: 100%;
}

.prod {
	width: 100%;
	max-width: 1494px;
	margin: 0 auto;
	position: relative;
}

.col-foto {
	float: left;
	position: relative;
	width: 59.5%;
	/*width: 100%;
	padding-right: 604px;*/
}

.prod .foto {
	width: 100%;
	float: left;
}

.prod .info {
	width: 40.5%;
	padding-left: 90px;
	position: relative;
	max-width: 605px;
	float: left;
	/*width: 517px;
	position: absolute;
	padding: 0;*/
	right: 0;
}

.prod .info.fixed {
	position: fixed;
	width: calc(40.5% - 40.5px);
}

.immaginette {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 0;
}

.immaginette .immaginetta {
	width: calc(50% - 7.5px);
	margin: 0 15px 15px 0;
	float: left;
	position: relative;
	display: table;
}

.immaginette .immaginetta:nth-child(2n+2) {
	margin-right: 0;
}

.immaginette .immaginetta:nth-child(2n+3) {
	clear: both;
}

.immaginette .immaginetta .netta {
	max-height: 100%;
	margin: 0 auto;
	float: none;
	width: auto;
	border: 0;
	display: block;
}

.breadcumbs {
	width: 100%;
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
}

.breadcumbs a {
	font-size: 13px;
	line-height: 13px;
	color: #A0A0A0;
	text-decoration:none;
	margin-right: 10px;
}

.prod .info .produttore {
    width: 100%;
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    color: #0C2841;
}

.prod .info .tit {
	float: left;
	display: block;
	width: 65%;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	color: #424242;
}

.prod .info .price {
	font-size: 28px;
	font-weight: 700;
	width: 100%;
	line-height: 28px;
	margin-bottom: 36px;
	clear: both;
	color: #FF2727;
}

.prod .info .price .scontato {
	color: #FF5454;
}

.tabbing {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

.tabbing .s-tab {
	width: 100%;
	display: inline-block;
	clear: both;
	margin-bottom: 0;
}

.s-tab .tittab {
	cursor: pointer;
	padding-right: 50px;
	position: relative;
	margin: 10px 0;
	color: #0C2841;
}

.s-tab .tittab img {
	position: absolute;
	right: 0;
	top: 50%;
	max-height: 6px;
	margin-top: -3px;
}

.s-tab .content {
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	display: none;
}

.s-tab .content ul {
	padding-left: 15px;
}

.s-tab.active .content {
	display: block;
}

.actionvp {
	width: 100%;
	display: inline-block;
	margin-top: 4px;
}

.cont_btn {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 8px 8px 0 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.12);
	padding: 16px 19px;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	opacity: 0;
	-webkit-transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
	-moz-transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
	-o-transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
	transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
}

.s-prod:hover .cont_btn {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.actionvp .input-group.text-center,
.cont_btn .qty_prod {
	width: 96px;
	float: left;
	margin-right: 8px;
	padding: 0 33px;
	height: 48px;
	border: 1px solid #E8F0FF;
	background: #E8F0FF;
	border-radius: 0;
	overflow: hidden;
}

.actionvp .addcart,
.cont_btn .addcart,
.cont_btn .cart-wish {
	width: calc(100% - 104px);
	background: #0037A1;
	line-height: 16px;
	border-radius: 0;
	padding: 18px 0 14px;
	font-size: 16px;
	font-weight: 600;
	float: left;
	text-align: center;
	color: #fff;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}

.cont_btn .cart-wish {
	width: 100%;
}

.actionvp .btn-paypal {
	width: 100%;
	background: #FFC303;
	border-radius: 0;
	float: right;
	text-align: center;
	height: 48px;
	line-height: 48px;
	margin-top: 12px;
	color: #111111;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

.actionvp .btn-paypal img {
	max-height: 22px;
	margin-left: 12px;
}

.actionvp .input-group #quantity,
.qtybox.clearfix #quantity,
.cont_btn .qty_prod .qnt_add_cart {
	width: 30px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	background-color: transparent;
	color: #414141;
	font-size: 18px;
	font-weight: 400;
}

.actionvp .input-group .input-group-addon,
.qtybox .input-group-addon,
.cont_btn .qty_prod .input-group-addon {
	width: 33px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 0;
	background: transparent;
	float: left;
	position: absolute;
	padding: 0;
	border-radius: 0;
	margin-left: 0;
	left: 0;
	cursor: pointer;
}

.actionvp .input-group .input-group-addon:last-child,
.qtybox .input-group-addon:last-child,
.cont_btn .qty_prod .input-group-addon:last-child {
	height: 48px;
	margin-top: 0;
	left: auto;
	right: 0;
}

.qty-cart .input-group-addon {
	width: 33px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 0;
	background: #fff;
	float: left;
	position: absolute;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 24px;
	color: #000;
	left: 0;
}

.prod .info.fixed.nofixed {
	position: relative;
	right: 0 !important;
	width: 40.5%;
}

.box_filtro_img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}

.radiocolor .label_colore,
.radiocolor .label_colors {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}

.box_filtro_img.box_filtro_img_checked::before {
	content: "";
	position: absolute;
	background: transparent url("/themes/jewels/images/ico_filter_selected.png") no-repeat center / 12px 9px;
	width: 42px;
	height: 42px;
	top: -5px;
	left: -5px;
	border: 2px solid #000000;
	border-radius: 21px;
	cursor: pointer;
}

.radiocolor .label_colore.attribute_selected::before,
.radiocolor .label_colors.attribute_selected::before {
	content: "";
	position: absolute;
	background: transparent url("/themes/jewels/images/ico_filter_selected.png") no-repeat center / 16px 11px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
	border: 2px solid #0C2841;
	border-radius: 100%;
	cursor: pointer;
}

.variationsGroup,
.variationsProduct {
	display: inline-block;
	width: 100%;
}

.variationsProduct .radiocolor {
	position: relative;
	margin-bottom: 28px;
}

.radiocolor.loading-variations::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/themes/jewels/images/loading.gif') center center no-repeat rgba(255,255,255,0.7);
	z-index: 1;
}

.variationsProduct p.subtitle {
	font-size: 18px;
	font-weight: 400;
	color: #5D5D5D;
	line-height: 18px;
	margin-bottom: 22px;
	float: left;
	clear: both;
}

.variationsProduct p.subtitle span {
	color: #111111;
	text-transform: capitalize;
}

.size-guide {
	color: #A0A0A0;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	float: right;
	cursor: pointer;
	line-height: 18px;
}

.prod .info .price .barrato {
	font-size: 22px;
	line-height: 22px;
	color: #A0A0A0;	
	font-weight: 400;
	margin-left: 10px;
	text-decoration: line-through;
}

a.btn-wish {
	background: transparent;
	float: right;
	border-radius: 0;
	width: 23px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

a.btn-wish img {
	max-height: 20px;
}

#error_add_to_cart {
	font-size: 14px;
	font-weight: 400;
	color: #CC0C2F;
	margin-top: -20px;
	margin-bottom: 8px;
}

#error_add_to_cart::first-letter {
	text-transform: uppercase;
}

.actionvp .addcart.addcart-successful {
	background: #06793F;
}

.actionvp .addcart.addcart-successful span {
	padding-left: 35px;
	background: url("/themes/jewels/images/ico-check-addcart.png") no-repeat center left / 17px 12px;
}

.popup-addToCart {
    position: absolute;
    width: 350px;
    clear: both;
    border-radius: 8px;
    z-index: 3;
    right: 0;
    top: 68px;
    background: #fff;
    opacity: 0;
	visibility: hidden;
    padding: 24px;
    border: 1px solid #A0A0A0;
    text-align: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.popup-addToCart.active {
	opacity: 1;
	visibility: visible;
}

.popup-addToCart h6 {
	margin-top: 0;
}

.popup-addToCart img.img-prod {
	float: left;
	width: 128px;
	max-height: 128px;
}

.popup-addToCart .info-popup {
	width: calc(100% - 128px);
	padding-left: 16px;
	float: left;
	font-size: 16px;
	font-weight: 400;
}

.popup-addToCart .info-popup .name-prod {
	color: #414141;
	line-height: 22px;
	margin-bottom: 8px;
}

.popup-addToCart .info-popup .qty-prod {
	color: #808080;
	line-height: 16px;
	margin: 0;
}

.actionvp .addcart.loading-addcart::before,
.actionvp .btn-paypal.loading-addcart::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/themes/jewels/images/loading.gif') center center no-repeat #fff;
    z-index: 1;
}

.variationsProduct select {
	border-radius: 8px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #A0A0A0;
	font-size: 16px;
	color: #757575;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 13px;
}

.variationsProduct select:focus {
	border-color: #A0A0A0;
	box-shadow: none;
}

.foto .fancybox .percentuale {
    position: absolute;
    background: #FF5454;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 56px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    bottom: 40px;
    left: 0;
}

.overlay-popup-addToCart {
	position: fixed;
	background: rgba(17,17,17,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.overlay-popup-addToCart.active {
	opacity: 1;
	visibility: visible;
}

.popup-scelta {
	display: none;
}

/* STYLE CART OUTLET */

.table-cart span.input-group-addon {
	background: #0037A1 !important;
}

#submit_coupon {
	background: #0037A1 !important;
}

.cart-progress .btn-next {
	width: auto !important;
}

.modifica-ordine {
	max-width: calc(100% - 60px);
	display: block !important;
	margin: 0 auto;
	padding: 16px 10px !important;
	text-transform: none !important;
	font-weight: 600 !important;
}

.modifica-ordine:active,
.modifica-ordine:hover,
.modifica-ordine:focus {
	box-shadow: inset 0 -100px 0 0 #111111 !important;
	font-weight: 600 !important;
}

.cancel_new_address {
	width: auto;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
	color: #110F0F;
	font-size: 16px;
	line-height: 20px;
	display: block;
	box-shadow: none;
	height: auto;
	text-transform: none;
	text-align: center;
	float: left;
	cursor: pointer;
}

.cart-progress .float-label input[type="text"],
.cart-progress .float-label input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.cart-progress .float-label input[type="password"],
.cart-progress .float-label input[type="email"],
.cart-progress .float-label input[type="tel"],
.cart-progress .float-label select {
	height: 48px !important;
	line-height: 48px !important;
	border: 1px solid #A0A0A0 !important;
}

.titcart,
.fixedcart h2 {
	text-transform: none !important;
	font-size: 22px !important;
	line-height: 22px !important;
}

.titcart::first-letter,
.fixedcart h2::first-letter {
	text-transform: uppercase !important;
}

.cart-progress .txt {
	font-size: 22px !important;
}

.top .new-account {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #FF2727;
	border: 3px solid #FF2727;
	padding: 15px 15px 13px;
	line-height: 14px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.top .login {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	border: 3px solid #FF2727;
	padding: 15px 15px 13px;
	line-height: 14px;
	color: #0037A1;
	display: inline-block;
	margin-left: 15px;
}

.riga-services .swiper-services {
	overflow: hidden;
}

.swiper-services .cont-box-img a {
	padding: 30px 10px 10px;
	background: #E9F4FF;
	text-align: center;
	min-height: 264px;
	border: 8px solid #E9F4FF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.swiper-services .cont-box-img a:hover {
	border-color: #FF2727;
}

.swiper-services .cont-box-img img {
	max-height: 112px;
}

.swiper-services .cont-box-img .box-testo-img h3 {
	margin: 30px 0 0 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	color: #0037A1;
}

.swiper-navigation {
	position: relative;
	margin-top: 78px;
}

.swiper-navigation .swiper-scrollbar {
	height: 1px;
	background: #D8D8D8;
	width: calc(100% - 72px);
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 20px;
	background-size: 12px 20px;
}

.swiper-navigation .swiper-button-next {
	background-image: url("/themes/jewels/images/ico-swiper-slider-right.png");
	right: 0;
}

.swiper-navigation .swiper-button-prev {
	background-image: url("/themes/jewels/images/ico-swiper-slider-left.png");
	right: 40px;
	left: auto;
}

.swiper-navigation .swiper-scrollbar-drag {
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
	background: #0037A1;
	position: absolute;
	border-radius: 0;
}

.swiper-navigation .col-w-100 {
	margin-bottom: 0;
}

.container.container-big {
	width: 100%;
	max-width: 1752px;
	padding: 0 24px !important;
}

.riga-offers .cont-box-img {
	/*min-height: 395px;
	max-height: 395px;*/
	padding-bottom: 71.5%;
	overflow: hidden;
}

.riga-offers .cont-box-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.riga-offers .cont-box-img a::before {
	background-image: linear-gradient(to bottom, rgba(0, 55, 161, 0.04) 0%, rgba(0,55,161,0.4) 100%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index: 2;
}

.riga-offers .cont-box-img a::after {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 55, 161, 0.15) 0%, rgba(0,55,161,0.7) 100%);
}

.riga-offers .cont-box-img a:hover::before {
	opacity: 0;
}

.riga-offers .cont-box-img a:hover::after {
	opacity: 1;
}

.riga-offers .cont-box-img figure {
	height: 100%;
}

.riga-offers .cont-box-img img {
	max-width: none;
	/*min-width: 100%;*/
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.riga-offers .cont-box-img .box-testo-img {
	position: absolute;
	left: 50%;
	top: calc(50% + 26px);
	z-index: 3;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: top .3s ease-in-out;
	-moz-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
}

.riga-offers .cont-box-img a:hover .box-testo-img {
	top: 50%;
}

.riga-offers .cont-box-img a .box-testo-img .btn-box-img {
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.riga-offers .cont-box-img a:hover .box-testo-img .btn-box-img {
	opacity: 1;
	visibility: visible;
}

.riga-offers .cont-box-img .box-testo-img h3 {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	text-shadow: 2px 4px 2px rgba(12,40,65,0.4);
	text-transform: uppercase;
	margin: 0;
}

.riga-special-order {
	position: relative;
}

.riga-special-order .col-w-50:last-child::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-image: linear-gradient(to right, rgba(255,39,39,0) 0%, rgba(255,39,39,0.55) 44%, rgb(255, 39, 39) 50%, rgb(255, 39, 39) 100%);
}

.riga-special-order .col-w-50 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	margin: 0;
	text-align: left;
	padding-left: 15%;
}

.riga-special-order .col-w-50 h1 a {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	float: left;
}

.riga-offers.riga-events .cont-box-img {
	/*min-height: 464px;
	max-height: 464px;*/
	padding-bottom: 84%;
}

.riga-offers .pagecomposer-riga {
	width: auto;
	margin-left: -12px;
	margin-right: -12px;
}

.container.container-medium {
	width: 100%;
	max-width: 1296px;
	padding: 0 24px !important;
}

.top.top-access {
	background: #0C2841;
}

.row.fields-new-account {
	margin-left: -8px;
	margin-right: -8px;
}

.row.fields-new-account .col-xs-12 {
	padding-left: 8px;
	padding-right: 8px;
}

.sottof.sottof-access {
	background: #fff;
	text-align: center;
}

.sottof.sottof-access p,
.sottof.sottof-access p a {
	color: #0C2841;
}

.sottof.sottof-access p:last-child {
	margin-left: 45px;
	font-size: 11px;
	font-weight: 500;
}

.slider-dashboard {
	margin-top: 30px;
	padding: 0;
}

.slider-dashboard li {
	position: relative;
	height: 408px;
	overflow: hidden;
}

.slider-dashboard li img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.slider-dashboard a {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	outline: 0;
}

.slider-dashboard .slick-dots {
	bottom: 15px;
}

.slider-dashboard .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 4px;
}

.slider-dashboard .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255,255,255,0.4);
	padding: 0;
}

.slider-dashboard .slick-dots li.slick-active {
	background: rgba(255,255,255,0.4);
}

.slider-dashboard .slick-dots li button::before {
	display: none;
}

.slider-dashboard .slick-prev {
	left: 0;
	transform: none;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.slider-dashboard .slick-next {
	right: 0;
	transform: none;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.slider-dashboard .slick-prev::before {
	font-size: 0;
	opacity: 1;
	background: rgba(255,255,255,0.3) url('/modules/ecommerce/images/ico-slick-slider-left.png') no-repeat center / 9px 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider-dashboard .slick-next::before {
	font-size: 0;
	opacity: 1;
	background: rgba(255,255,255,0.3) url('/modules/ecommerce/images/ico-slick-slider-right.png') no-repeat center / 9px 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider-dashboard .text-slider {
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
}

.slider-dashboard .subtitle-slider {
	font-size: 21px;
	font-weight: 700;
	color: #FF2727;
	line-height: 21px;
	text-transform: uppercase;
}

.slider-dashboard .title-slider {
	font-size: 57px;
	font-weight: 700;
	color: #fff;
	line-height: 57px;
	text-shadow: 0 3px 6px rgba(12,40,65,0.24);
	text-transform: uppercase;
	margin: 20px 0 40px;
}

.slider-dashboard .btn-slider {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	height: 48px;
	line-height: 45px;
	border: 3px solid #FF2727;
	text-align: center;
	width: 100%;
	max-width: 167px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.slider-dashboard .btn-slider::after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FF2727;
}

.slider-dashboard .btn-slider:hover::after {
	width: 100%;
}

.featured-products .img-product {
	height: 356px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.featured-products .img-product::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,55,161,0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-products .img-product:hover::before {
	opacity: 1;
	visibility: visible;
}

.featured-products .img-product img {
	max-height: 100%;
}

.featured-products .img-product .btn-default {
	border-radius: 0;
	background: #FF2727;
	padding: 0;
	height: 28px;
	width: 81px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	font-size: 8px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.featured-products .img-product:hover .btn-default {
	opacity: 1;
	visibility: visible;
}

.featured-products .brand-product {
	font-size: 12px;
	font-weight: 400;
	color: #0C2841;
	line-height: 12px;
}

.featured-products .name-product {
	font-size: 21px;
	font-weight: 700;
	color: #0037A1;
	line-height: 21px;
}

.featured-products .price-product {
	font-size: 16px;
	font-weight: 700;
	color: #FF2727;
	line-height: 16px;
}

.last-orders.next-event {
	padding: 70px 40px 50px;
	background: #0C2841;
}

.last-orders.next-event h6 {
	color: #fff;
}

.last-orders.next-event .view-all {
	color: #fff;
}

.last-orders.next-event .view-all::after {
	background: #fff;
}

.next-event .img-event {
	width: 55%;
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center;
	display: table-cell;
	vertical-align: middle;
	/*height: 372px;*/
	padding-top: 55%;
	background-size: contain;
}

.next-event .info-event {
	width: 45%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}

.next-event .info-event .date-event {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 14px;
	margin: 0;
}

.next-event .info-event .title-event {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	margin: 20px 0 25px;
	text-align: left;
	text-transform: none;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.next-event .info-event a.title-event:hover {
	color: #FF2727;
}

.next-event .info-event .text-event {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	margin-bottom: 50px;
}

.next-event .info-event .text-event p {
	margin-bottom: 0;
}

.next-event .info-event .view-all {
	float: left;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.next-event .info-event .view-all::after {
	background: #FF2727;
}

.next-event .info-event .view-all:hover {
	color: #FF2727;
}

.btn-support {
	position: fixed;
	background: #0037A1 url('/modules/ecommerce/images/ico-support.png') no-repeat 20px center / 34px 24px;
	width: 160px;
	height: 48px;
	line-height: 48px;
	padding-left: 65px;
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	right: 40px;
	bottom: 60px;
	z-index: 1;
	display: none;
}

.btn-support:hover,
.btn-support:focus {
	font-size: 21px;
	color: #fff;
}

.send-progress .cont-section {
	border-bottom: 1px solid #8FABC7;
	position: relative;
	float: left;
	width: 100%;
}

.send-progress .cont-section.current  {
    padding-bottom: 30px;
}

.send-progress .section .txt {
    color: #A1B1BF;
    padding: 40px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
}

.send-progress .section .txt span {
    color: #A1B1BF;
	font-size: 28px;
	margin-right: 16px;
}

.send-progress .cont-section.current .section .txt {
    color: #0037A1;
}

.send-progress .cont-section.current .section .txt span {
    color: #FF2727;
}

.section .btn-edit,
.data-entered p.red-title .btn-edit {
    float: right;
    line-height: 32px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
	width: 60px;
	height: 32px;
	background: #FF2727;
	text-align: center;
}

.data-entered {
	margin-top: -10px;
	float: left;
	width: 100%;
}

.data-entered p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #0C2841;
	line-height: 16px;
	width: 100%;
	float: left;
}

.data-entered p.red-title {
	font-weight: 700;
	color: #FF2727;
	line-height: 32px;
}

.data-entered.supplier-info p {
	max-width: calc(100% - 150px);
	font-weight: 700;
}

.data-entered.supplier-info p.text-right {
	max-width: 150px;
	padding-right: 16px;
	clear: both;
	font-weight: 400;
}

.data-entered.payment p {
	max-width: calc(100% - 105px);
	font-weight: 700;
}

.data-entered.payment p.text-right {
	max-width: 105px;
	padding-right: 16px;
	clear: both;
	font-weight: 400;
}

.data-entered .table > thead > tr > th,
.data-entered .table > tbody > tr > td {
	border: 0;
	font-size: 16px;
	color: #0C2841;
}

.data-entered .table > thead > tr > th {
	font-weight: 400;
}

.data-entered .table > tbody > tr > td {
    font-weight: 700;
}

.data-entered .table-responsive {
	padding-top: 12px;
	border-top: 1px solid #C7D5E3;
}

.send-progress .btn-default {
	width: 73px;
	height: 40px;
	line-height: 40px;
	background: #FF2727;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0;
	text-align: center;
}

.send-progress .btn-default.btn-order {
	width: auto;
	height: auto;
	line-height: 14px;
	font-size: 14px;
	float: right;
	padding: 18px 25px 16px;
}

.add-product {
	padding-left: 40px;
	width: 207px;
	height: 32px;
	border: 3px solid #FF2727;
	background: #fff url('/modules/ecommerce/images/ico-add-another-product.png') no-repeat 13px center / 13px;
	font-size: 11px;
	font-weight: 700;
	color: #0037A1;
	text-transform: uppercase;
	text-align: left;
	line-height: 29px;
	float: right;
	clear: both;
	letter-spacing: 1px;
}

.add-product:hover,
.add-product:focus {
	font-size: 11px;
	color: #0037A1;
}

.instructions {
	padding: 0;
}

.instructions li {
	list-style: none;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	color: #0C2841;
}

.instructions li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #FF2727;
}

.instructions li a {
	font-size: 16px;
	color: #0C2841;
	text-decoration: underline;
}

.cont-file {
	padding: 30px;
	background: #F5F9FC;
	border: 1px dashed #3B7AF4;
	text-align: center;
	position: relative;
}

input#upload {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
	cursor: pointer;
}

input.filename {
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #19558A;
	float: left;
	clear: both;
}

.file {
	display: inline-block;
	padding-left: 120px;
	background: url('/modules/ecommerce/images/ico-upload-file.png') no-repeat left center / 78px 64px;
	min-height: 64px;
}

.file .title-upload {
	color: #0037A1;
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.file .btn-upload {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 32px;
	float: left;
	width: 110px;
	height: 32px;
	text-align: center;
	background: #FF2727;
	text-transform: uppercase;
}

.cont-message {
	margin-top: 23.5%;
	text-align: center;
}

.cont-message .message {
	display: inline-block;
}

.cont-message .message img {
	max-height: 123px;
}

.cont-message .message h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 700;
	color: #0C2841;
	line-height: 38px;
	text-transform: none;
}

.cont-message .message .btn-default {
	float: none;
	display: inline-block;
	background: #FF2727;
	font-size: 14px;
	font-weight: 700;
	padding: 19px 25px 19px 55px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	border-radius: 0;
	position: relative;
	height: auto;
}

.cont-message .message .btn-default img {
	position: absolute;
	top: 50%;
	left: 25px;
	max-height: 20px;
	margin-top: -10px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.top .sovra-top {
	background: #0C2841;
}

.top .sovra-top .utente {
	display: table-cell;
	vertical-align: middle;
}

.top .sovra-top .utente .user {
	width: 100%;
	max-width: 1296px;
	padding: 0 24px;
	margin: 0 auto;
	display: block;
	text-align: right;
	position: relative;
}

.top .sovra-top .login {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #FF2727;
	border: 3px solid #FF2727;
	padding: 3px 15px 0 37px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	position: relative;
	margin: 0;
}

.top .sovra-top .login img {
	max-height: 16px;
	margin-top: -8px;
	margin-right: 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

.underuser {
	top: 32px;
	width: 100%;
	max-width: 186px;
	right: 24px;
	border: 1px solid #0C2841;
}

.btn-default.btn-send {
	background: #FF2727;
	padding: 14px 25px 10px;
	border: 3px solid #FF2727;
	text-transform: uppercase;
}

.riga-offers:not(.riga-events) {
	display: none;
}

a,
a:focus {
	outline: 0;
}

.color-blue {
	color: #0037A1 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.f-w-700 {
	font-weight: 700 !important;
}

.title-template-page {
	color: #0037A1;
	text-transform: uppercase;
	font-weight: 700;
}

.title-template-page::after {
	content: "";
	width: 25px;
	height: 2px;
	background: #FF2727;
	display: block;
	margin: 0;
}

.form .controls .fa.fa-eye, .form .controls .fa.fa-eye-slash {
	float: right;
	position: relative;
	z-index: 1;
	margin-top: -31px;
	margin-right: 8px;
}

.barra-admin {
	display: none;
}

body.backend .container-small.right {
	min-height: calc(100vh - 160px);
}

@media all and (max-width: 1349px) {
	.container .container.container-medium {
		padding: 0 !important;
	}
}

@media all and (min-width: 1200px) {
	.top .top-menu-notloggedin .topright {
		width: 272px;
	}
	.top .top-menu-notloggedin .logo {
		width: 272px;
	}
	.top .top-menu-notloggedin .menu {
		width: calc(100% - 544px);
	}
	.barraricerca {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media all and (min-width: 1200px) and (max-width:1599px) {
	.radiocolor li {
		width: calc(20% - 6.5px);
	}
	.radiocolor li:nth-child(8n+8) {
		margin-right: 6.5px;
	}
	.radiocolor li:nth-child(5n+5) {
		margin-right: 0;
	}
	.radiocolor li:nth-child(8n+9) {
		clear: none;
	}
	.radiocolor li:nth-child(5n+6) {
		clear: both;
	}
}

@media all and (min-width: 1200px) and (max-width: 1249px) {
	.riga-offers .cont-box-img .box-testo-img h3 {
		font-size: 45px;
		line-height: 45px;
	}
}

@media all and (max-width:1199px) {
	.colsx {
		z-index: 3;
		position: relative;
		padding: 0 15px;
		width: 100%;
		max-width: 100%;
		background: #fff;
		left: 0;
		display: none;
	}
	.colsx.visible {
		display: block;
		width: 100%;
	}
	.coldx,
	.coldx.resize {
		padding-left: 0;
		width: 100%;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.riga-offers .cont-box-img .box-testo-img h3 {
		font-size: 35px;
		line-height: 35px;
	}
}

@media all and (min-width: 992px) {
	.s-prod.atre:nth-child(3n+3) {
		margin-right: 0;
	}
	.s-prod.atre:nth-child(3n+4) {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width:1199px) {
	.radiocolor li {
		width: calc(25% - 12.5px);
	}
	.radiocolor li:nth-child(8n+8) {
		margin-right: 12.5px;
	}
	.radiocolor li:nth-child(4n+4) {
		margin-right: 0;
	}
	.radiocolor li:nth-child(8n+9) {
		clear: none;
	}
	.radiocolor li:nth-child(4n+5) {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width:991px) {
	.col-foto {
		width: 50%;
	}
	.prod .info {
		width: 50%;
		padding-left: 47px;
	}
	.views {
		display: none;
	}
	.riga-offers .cont-box-img .box-testo-img h3 {
		font-size: 25px;
		line-height: 25px;
	}
	.s-prod.atre {
		width: calc(50% - 9px);
	}
	.s-prod.atre:nth-child(2n+2) {
		margin-right: 0;
	}
	.s-prod.atre:nth-child(2n+3) {
		clear: both;
	}
}

@media all and (min-width: 768px) {
	.riga-special-order {
		display: table;
		height: 272px;
	}
	.riga-special-order .col-w-50 {
		display: table-cell;
		vertical-align: middle;
		min-height: 1px;
		width: 50%;
		min-width: 50%;
		float: none;
	}
}

@media all and (max-width:767px) {
	.s-prod.atre {
		width: 100%;
		margin-right: 0;
	}
	.precprod .col-xs-12:nth-child(2) {
		margin-top: 15px;
	}
	.selfiltri {
		width: 100%;
		text-align: left;
	}
	select.selordina {
		width: 100%;
	}
	.views {
		display: none;
	}
	.col-foto {
		width: 100%;
	}
	.foto .fancybox {
		height: 236px;
	}
	.prod .info {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.radiocolor li {
		width: calc(25% - 6px);
	}
	.radiocolor li:nth-child(8n+8) {
		margin-right: 8px;
	}
	.radiocolor li:nth-child(4n+4) {
		margin-right: 0;
	}
	.radiocolor li:nth-child(8n+9) {
		clear: none;
	}
	.radiocolor li:nth-child(4n+5) {
		clear: both;
	}
	.colsx {
		max-width: 100%;
		position: relative;
		left: 0;
		display: none;
	}
	.colsx.visible {
		display: block;
	}
	.cont_btn {
		display: none;
	}
	.top,
	.top-menu,
	.fixedtop {
		height: 56px;
	}
	.top.top-logged,
	.fixedtop.fixedtop-logged {
		height: 96px;
	}
	.top .logo img {
		max-height: 45px;
	}
	.top .menu {
		top: 96px;
		height: calc(100% - 96px);
	}
	.next-event .img-event,
	.next-event .info-event {
		display: inline-block;
		width: 100%;
	}
	.next-event .img-event {
		/*height: 177px;*/
		padding-top: 100%;
	}
	/*.colsx-backend {
		top: 56px;
		height: calc(100% - 56px);
	}*/
	.container .container.container-medium {
		padding: 0 !important;
	}
	.next-event .info-event {
		padding: 0 15px;
		margin-top: 10px;
	}
	.last-orders h6 {
		font-size: 24px;
		line-height: 24px;
		width: 100%;
		max-width: calc(100% - 100px);
	}
	.featured-products .img-product {
		height: 208px;
	}
	.last-orders.next-event {
		padding: 30px;
	}
	.next-event .info-event .title-event {
		font-size: 28px;
		line-height: 28px;
	}
	.top .container.container-medium {
		padding: 0 15px !important;
	}
	.top .logo {
		width: 47px;
	}
	.top .topright {
		width: calc(100% - 85px);
	}
	.barraricerca form {
		padding: 8px 0;
	}
	.barraricerca input {
		height: 40px;
		line-height: 40px;
	}
	.last-orders.featured-products {
		padding-bottom: 0;
	}
	.swiper-navigation {
		display: none;
	}
	.titl-backend {
		font-size: 24px;
		line-height: 28px;
		padding-left: 40px;
	}
	.sottotitl-backend {
		font-size: 16px;
		line-height: 16px;
	}
	.last-orders h6 img,
	.titl-backend img {
		max-height: 35px;
	}
	.cont-log-reg .align-right {
		float: left;
		margin-top: 50px;
		max-width: 100%;
	}
	.space130 {
		height: 65px;
	}
	.top .login,
	.top .new-account {
		font-size: 12px;
		line-height: 12px;
		padding: 8px 5px 4px;
	}
	.top .login {
		margin-left: 5px;
	}
	.file {
		padding-left: 0;
		padding-top: 82px;
		background-position: top center;
		background-size: 64px 53px;
	}
	.file .title-upload {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.file .btn-upload {
		float: none;
		display: inline-block;
	}
	input.filename {
		width: 100%;
	}
	.container.container-big {
		padding: 0 15px !important;
	}
	.riga-offers .pagecomposer-riga {
		margin: 0;
	}
	.riga-special-order .col-w-50:last-child::before {
		background-image: linear-gradient(to bottom, rgba(255,39,39,0) 0%, rgba(255,39,39,0.55) 44%, rgb(255, 39, 39) 50%, rgb(255, 39, 39) 100%);
	}
	.riga-special-order .col-w-50 {
		min-height: 272px;
		display: table;
		margin-bottom: 0;
	}
	.riga-special-order .col-w-50 > div {
		display: table-cell;
		vertical-align: middle;
	}
	.riga-special-order .col-w-50 h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.top .sovra-top .utente .user {
		padding: 0 15px;
	}
	.underuser {
		right: 15px;
	}
	.s-prod.atre {
		width: calc(50% - 9px);
		margin-right: 18px;
	}
	.s-prod.atre:nth-child(2n+2) {
		margin-right: 0;
	}
	.s-prod.atre:nth-child(2n+3) {
		clear: both;
	}
}

@media all and (max-width: 600px) {
	.slider-dashboard li {
		height: 241px;
	}
	.slider-dashboard .text-slider {
		padding-left: 25px;
	}
	.slider-dashboard .subtitle-slider {
		display: none;
	}
	.slider-dashboard .title-slider {
		font-size: 28px;
		line-height: 28px;
	}
	.slider-dashboard .btn-slider {
		height: 40px;
		line-height: 37px;
		font-size: 12px;
	}
	.riga-offers .cont-box-img .box-testo-img h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.riga-special-order .col-w-50 h1,
	.riga-special-order .col-w-50 h1 a {
		font-size: 30px;
		line-height: 30px;
	}
	.riga-special-order .col-w-50 {
		min-height: 172px;
	}
	.tp-parallax-wrap,
	.tp-loop-wrap {
		width: 100%;
		text-align: center;
	}
	.rev_slider .tp-mask-wrap .tp-caption {
		white-space: normal !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.s-prod.atre {
		width: 100%;
		margin-right: 0;
	}
	.foto .fancybox {
		height: 173px;
	}
	.riga-offers .cont-box-img {
		min-height: 295px;
		max-height: 295px;
	}
	.riga-offers.riga-events .cont-box-img {
		min-height: 264px;
		max-height: 264px;
	}
	.swiper-services .cont-box-img a {
		padding: 34px 5px 14px;
		border: 0;
		min-height: 141px;
	}
	.swiper-services .cont-box-img img {
		max-height: 50px;
	}
	.swiper-services .cont-box-img .box-testo-img h3 {
		font-size: 14px;
		line-height: 14px;
		margin-top: 15px;
	}
}