
.hoverCart,
#no_hover:hover .hoverCart {
    display:none !important;
}

/*--simpleCart_items--*/
.vc_cart_cont .simpleCart_items{
	width:100%;
	height:100%;
	float:left;
	background-color:#fff;
}
.vc_cart_cont .simpleCart_items .cartHeaders{
	width:100%;
	color: #000;
	text-align: left;
	float: left;
	padding: 16px 0px 16px 16px;
	border: 1px solid #dcdcdc;
	background: #fff;

}
.vc_cart_cont .cartHeaders .itemPhoto,
.vc_cart_cont .cartHeaders .itemImage,
.vc_cart_cont .cartHeaders .itemProdotto, 
.vc_cart_cont .cartHeaders .itemCover,
.vc_cart_cont .cartHeaders .itemCopertina,
.vc_cart_cont .cartHeaders .itemQta,
.vc_cart_cont .cartHeaders .itemQty,
.vc_cart_cont .cartHeaders .itemQuantity,
.vc_cart_cont .cartHeaders .itemDescrizione,
.vc_cart_cont .cartHeaders .itemDescription,
.vc_cart_cont .cartHeaders .itemPrezzo,
.vc_cart_cont .cartHeaders .itemPrice,
.vc_cart_cont .cartHeaders .itemTotale,
.vc_cart_cont .cartHeaders .itemTotal{
	float:left;
	font-weight:bold;
	font-size:13px;
	width:20%;
}

/*.vc_cart_cont .cartHeaders .itemDescription{
    width:25%;
}*/
.vc_cart_cont .cartHeaders .itemImage{
    width:25%;
}

.vc_cart_cont .itemContainer{
	padding:20px 0px 20px 0px;
	width:100%;
	float:left;
	position:relative;
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
.vc_cart_cont .itemContainer .itemDescrizione,
.vc_cart_cont .itemContainer .itemDescription,
.vc_cart_cont .itemContainer .itemPrice{
	padding:0px;
	width:20%;
	float:left;
	line-height:20px;
	font-weight:bold;
	font-size:0.9em;
}
.vc_cart_cont .itemContainer .itemTotal{
    width:13%;
}
.vc_cart_cont .itemContainer .itemQuantity{
    width:5%;
}
.vc_cart_cont .itemContainer .itemDescrizione{
    padding:0px 0px 0px 15px;
    color:#000;
    text-transform: uppercase;
}
.vc_cart_cont .itemContainer .itemPrice{
    padding:0px 0px 0px 10px;
}
.vc_cart_cont .itemContainer .itemimmagine{
    margin:0px -10px 0px 10px;
    padding:0px;
    width:20%;
    position:relative;
    float:left;
}
.vc_cart_cont .itemContainer .itemimmagine img{
	margin:0px;
	padding:0px;
}
.vc_cart_cont .itemContainer .itemQuantity{
	margin:0px 10px 0px 10px;
	padding:0px;
	font-size:14px;
	color:#4d4d4f;
	float:left;
	font-weight:bold;
}
.vc_cart_cont .itemContainer .itemQuantity input{
    width:15px;
	height:10px;
	text-align:center;
	border: 1px solid #ebebeb;
	border-top-color: transparent;
	background-color: #fbfbfb;
	box-shadow: inset 0 1px 0 #E0E0E0;
	border-radius: 3px;
	outline: 0;
	padding: 8px;
}
.vc_cart_cont .itemContainer .itemremove{
	margin:2px 20px 0px 0px;
	float:right;
}
.vc_cart_cont .itemContainer .itemremove a{
	font-size:0px;
}
.vc_cart_cont .itemContainer .itemremove a:before {
	content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline;
    color:#c10447;
    font-size:15px;
}
.vc_cart_cont .itemContainer .itemdecrement,
.vc_cart_cont .itemContainer .itemincrement{
	margin:0px 5px 0px 0px;
	width:20px;
	float:left;
}
.vc_cart_cont .itemContainer .itemdecrement a,
.vc_cart_cont .itemContainer .itemincrement a{
	width:20px;
	height:20px;
	float:left;
	font-size:17px;
	text-decoration:none;
	color:#000;
	line-height:19px;
	text-align:center;
	background-color:#ededed;
	border-radius:100%;
}
.vc_cart_cont .simpleCart_items .itemTot,
.vc_cart_cont .simpleCart_items .itemTotal{
	font-weight:bold;
	font-size:13px;
}
.vc_cart_cont .simpleCart_items .itemTotal{
	margin:0px;
	float:left;
	font-weight:bold;
	text-align:right;
	font-size:13px;
}
.vc_cart_cont .cartHeaders .itemTotal{
    text-align:left;
}
.simpleCart_total{
	margin:0px;
	padding:10px 19px 10px 0px;
	width:100%;
	height:40px;
	text-align:right;
	font-weight:bold;
	float:left;
	color:#000;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #fff;
}

/********/
.vc_cart_cont .checkoutEmptyLinks{
	margin:20px 0px 0px 0px;
	right:0px;
	width:300px;
	float:right;
}
.vc_cart_cont .checkoutEmptyLinks .simpleCart_empty{
    margin: 0px 10px 10px 0px;
    padding:15px;
    width: 48%;
    float: left;
    clear: left;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    text-align: center;
    -moz-box-shadow: 0px 2px 0px -1px #ccc;
    -webkit-box-shadow: 0px 2px 0px -1px #ccc;
    box-shadow: 0px 3px 0px 0px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
}
.vc_cart_cont .checkoutEmptyLinks .simpleCart_checkout{
    margin: 0px 0px 10px 0px;
    padding:15px;
    width: 48%;
    float: left;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    background-color: #027cc7;
    border: 1px solid #027cc7;
    -moz-box-shadow: 0px 2px 0px -1px #035282;
    -webkit-box-shadow: 0px 2px 0px -1px #035282;
    box-shadow: 0px 3px 0px 0px #035282;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    border-radius: 5px;
    outline: none;
    text-align: center;
}
.vc_cart_cont .checkoutBack{
	margin:20px 0px 5px 0px;
	left:0px;
	float:left;
}
.vc_cart_cont .checkoutBack .simpleCart_backtoshop{
    margin: 0px 10px 10px 0px;
    padding: 15px;
    width: 100%;
    float: left;
    clear: left;
    font-size: 1em;
    font-weight:bold;
    color: #000;
    cursor: pointer;
    position: relative;
    -moz-box-shadow: 0px 2px 0px -1px #ccc;
    -webkit-box-shadow: 0px 2px 0px -1px #ccc;
    box-shadow: 0px 3px 0px 0px #ccc;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #dedede;
    outline: none;
    text-align: center;
}

/* Hide description on small devices */
@media(max-width:767px){
    .itemDescription,
    .itemDescrizione{
        visibility:hidden;
    }
}
/* Hide price on small devices */
@media(max-width:639px){
    .itemPrice{
        display:none;
    }
}
/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
/*rectangle_300x250_1*/
.banner_rectangle_300x250_1 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.banner_rectangle_300x250_1 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
/*
@media (max-width: 767px) {
    .banner_rectangle_300x250_1 {
        min-width:inherit;
        min-height:inherit;
    }
}*/
.vc_cart_other_contents{
    margin:20px 0px 20px 0px;
    padding:0px;
    width:100%;
    float:left;
    position:relative;
}
.vc_cart_other_contents{
    margin: 0px 0 15px 0px;
    float: left;
    background: #ffffff;
    padding: 0px;
    border-top:0px;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
    width:100%;
}
.vc_cart_other_contents .occhiello_titolo{
    margin:0px;
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
    border-top: 1px #dcdcdc solid;
}
.vc_cart_other_contents .occhiello_titolo a{
    color:#000;
    text-decoration:none;
}
.vc_cart_other_contents .cont,
.vc_cart_other_contents .cont .schermata,
.vc_cart_other_contents .cont .schermata .hori_group {
    margin:0;
    padding:6px 10px 0px 7px;
	width:100%;
	float:left;
	position:relative;
}
.vc_cart_other_contents .cont .schermata .hori_group .cont_foto {
    float:left;
    clear:left;
    width:100%;
    text-align:center;
}
.vc_cart_other_contents .cont .schermata .hori_group .cont_foto img{ 
    margin:0 auto;
    max-width:100%;
    text-decoration:none;
    border:none;
}
.vc_cart_other_contents .cont .schermata .hori_group .pos1 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos2 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos3 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos4 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos5 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos6 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos7 .cont_foto a,
.vc_cart_other_contents .cont .schermata .hori_group .pos8 .cont_foto a{
    font-size:0px;
    line-height:0px;
}
.vc_cart_other_contents .cont .schermata .hori_group .pos1 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos2 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos3 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos4 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos5 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos6 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos7 .occhiello,
.vc_cart_other_contents .cont .schermata .hori_group .pos8 .occhiello {
    color: #118ac0;
    font-size: 13px;
    font-weight:800;
    line-height:16px;
    text-align: left;
    float:left;
    text-transform:uppercase;
    margin:0px 0px 10px 0px;
    padding:0;
    width:100%;
}
.vc_cart_other_contents .cont .schermata .hori_group .pos1 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos2 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos3 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos4 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos5 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos6 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos7 .titolo,
.vc_cart_other_contents .cont .schermata .hori_group .pos8 .titolo {
    color:#000;
    font-size: 14px;
    font-weight:bold;
    line-height:16px;
    text-align: left;
    margin:5px 0px 0px 0px;
    padding:0;
    width:100%;
}
.vc_cart_other_contents .cont .schermata .hori_group .pos1 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos2 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos3 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos4 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos5 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos6 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos7 .titolo a,
.vc_cart_other_contents .cont .schermata .hori_group .pos8 .titolo a {
    color:#111;
    text-decoration:none;
}
.vc_cart_other_contents .cont .schermata .hori_group .pos1 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos2 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos3 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos4 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos5 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos6 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos7 .titolo a:hover,
.vc_cart_other_contents .cont .schermata .hori_group .pos8 .titolo a:hover {
    text-decoration:underline;
}
.vc_cart_other_contents .cont .schermata .hori_group .link_button{
   margin: 10px 0px 10px 0px;
  width: 100%;
  float: left;
  clear: left;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  -moz-box-shadow: 0px 2px 0px -1px #ccc;
  -webkit-box-shadow: 0px 2px 0px -1px #ccc;
  box-shadow: 0px 3px 0px 0px #ccc;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #dedede;
  outline: none;
  text-align: center;
}
.vc_cart_other_contents .cont .schermata .hori_group .link_button a{
    color:#000;
    text-decoration:none;
}
.vc_cart_other_contents .cont .schermata .hori_group .box{
    margin:0px 0px 5px 0px;
    padding:0px;
    width:100%;
    float:left;
}
.vc_cart_other_contents .cont .schermata .hori_group .pos5{
    border:none;
}
.vc_cart_other_contents .punti_slide{
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
}
.cont_list_purchasing .cont_button_console button {
    background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.form_inserimento_dati form #photo #upload-button, .form_inserimento_dati form .campo_form_file #upload-button, .form_inserimento_dati form #foto #upload-button {
	background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.form_inserimento_dati form .campo_form_invia input {
	background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.form_inserimento_dati form .campo_form_invia input:hover {
	background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.cont_contents h2
{
    font-weight:bold;
}
.cont_list_purchasing .cont_button_console button {
    margin: 10px 1% 0px 0px;
}
.authentication_login .vc_box_login_social{
    display:none;
}
.authentication_login .vc_box_login .user_access_orizzontale .user_login .user_login_button input:hover{
    background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.authentication_login .vc_box_login .user_access_orizzontale .user_login .user_login_button input
{
    background-color: #029cf6;
    border: 2px solid #029cf6;

    text-shadow: 0 0;
}
.form_inserimento_dati form .campo_form_invia input
{
    color: #fff;
}
.no_risultati{
    color: #000;
    font-size:14px;
}
.authentication_login .vc_box_login_register p.registrati{
    display:none;
}
.register_button{
    margin-top:10px;
}
.msg .popup{
    text-decoration: underline;
}


