
/*---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_23 {
    margin-top:23px;   
}
.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;   
}
.spacer.t_160 {
    margin-top:160px;   
}
.spacer.t_190 {
    margin-top:190px;   
}
.vc_textedit_title_section {
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.vc_textedit_title_section .text {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 15px;
    font-weight: 400;
    display: block;
    font-size: 2.777em;
    line-height: 1em;
    font-weight: normal;
    color: #1555a0;
}
.vc_textedit_title_section .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
.hoverCart {
    display:none !important;
}

/*
.cartInfo {
    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: #4d4d4f;
	text-align: left;
	float: left;
	padding: 16px 0px 16px 16px;
	border: 1px solid #4d4d4f;
	background: #fff;

}
.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;
	text-transform:uppercase;
	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 #4d4d4f;
	border-left:1px solid #4d4d4f;
	border-right:1px solid #4d4d4f;
}
.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 .itemDescrizione .vcProductDescription,
.vc_cart_cont .itemContainer .itemDescription .vcProductDescription{
	font-weight:normal;
	color:#212112;
}
.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:#1555a0;
    /*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:#1555a0;
    font-size:15px;
}
.vc_cart_cont .itemContainer .itemremove a:hover:before {
    text-decoration:none;
}

.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:#fff;
	line-height:19px;
	text-align:center;
	background-color:#ccc;
	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:#1555a0;
	border-right: 1px solid #4d4d4f;
	border-left: 1px solid #4d4d4f;
	border-bottom: 1px solid #4d4d4f;
	background: #fff;
}

/********/
.vc_cart_cont .checkoutEmptyLinks{
	margin:20px 0px 0px 0px;
	right:0px;
	width:330px;
	float:right;
}
.vc_cart_cont .checkoutEmptyLinks .simpleCart_empty{
    margin: 0px 10px 10px 0px;
    width: 48%;
    float: left;
    clear: left;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative;
    background-color: #000;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    /*border: 1px solid #dedede;*/
    outline: none;
    text-align: center;
}
/*.vc_cart_cont .checkoutEmptyLinks .simpleCart_empty:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline;
    margin-right: 5px;
}*/
.vc_cart_cont .checkoutEmptyLinks .simpleCart_checkout{
    margin: 0px 0px 10px 0px;
    width: 48%;
    float: left;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative;
    background-color: #1555a0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    outline: none;
    text-align: center;
}
/*.vc_cart_cont .checkoutEmptyLinks .simpleCart_checkout:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline;
    margin-right: 5px;
}*/
.vc_cart_cont .checkoutBack{
	margin:20px 0px 5px 0px;
	left:0px;
	float:left;
}
.vc_cart_cont .checkoutBack .simpleCart_backtoshop{
    margin: 0px 10px 10px 0px;
    width: 100%;
    float: left;
    clear: left;
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    padding:10px 10px 10px 10px;
    text-decoration: none;
    border: 1px solid #4d4d4f;
    outline: none;
    text-align: center;
}
@media (max-width:480px){
    .vc_cart_cont .itemContainer .itemimmagine {
        width: auto;
    }
    .vc_cart_cont .cartHeaders .itemDescrizione,
    .vc_cart_cont .cartHeaders .itemTotal{
        display: none;
    }
    .vc_cart_cont .itemContainer .itemDescrizione, 
    .vc_cart_cont .itemContainer .itemDescription {
        width:auto;
        float:none;
        display:table;
        margin-bottom: 15px;
    }
    .vc_cart_cont .cartHeaders .itemCover,
    .vc_cart_cont .cartHeaders .itemPrezzo,
    .vc_cart_cont .cartHeaders .itemPrice,
    .vc_cart_cont .cartHeaders .itemQta, 
    .vc_cart_cont .cartHeaders .itemQty, 
    .vc_cart_cont .cartHeaders .itemQuantity{
        width:33.333%;
    }
}

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


.vc_paywall_text{
    margin-bottom: 20px;
    position:relative;
}
.vc_paywall_text:before {
    position: absolute;
    left: 0;
    height: 250px;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 100;
    background: linear-gradient(to top, #ffffff 0%, rgba(245, 245, 245, 0) 100%);
    bottom: 0;
}
.vc_paywall_box{
    background: #F4F4F4;
    float: left;
    clear: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0px solid #ccc;
    border-bottom: 4px solid #212121;
    font-family: 'Rubik', Sans-serif;
}
.vc_cont_paywall {
    float: left;
    clear:left;
    width: 100%;
}
.vc_cont_paywall .text {
    margin:0;
}
.vc_cont_paywall .cont_testo {
    width:100%;
    float:left;
    clear:left;
    text-align: center;
    margin-bottom: 0;
}
.vc_cont_paywall .cont_testo .vc_paywall_title {
    display:table;
    padding:15px 0;
    width:100%;
    text-align:center;
}
.vc_cont_paywall .cont_testo .vc_paywall_title .text {
    font-weight: 400;
    color: #212121;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
}
.vc_cont_paywall .cont_testo .vc_paywall_description {
    width: 70%;
    display: table;
    font-size: 20px;
    line-height: 25px;
    margin: 20px auto 50px auto;
}
.vc_cont_paywall .cont_testo .vc_paywall_description .text {
    color: #fff;
    margin:0;
}

.vc_cont_paywall .cont_testo .vc_paywall_description .text strong {
    font-weight: 600;
}

.vc_cont_paywall .cont_testo .vc_paywall_description .text i {
    font-style: italic;
}


.vc_cont_paywall .vc_cont_button {
    float:left;
    clear:left;
    width:100%;
    font-family: inherit;
}
.vc_cont_paywall .vc_cont_button .text_edit {
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
    margin: 8px 0 0 0;
    color: #909090;
}
.vc_cont_paywall .vc_cont_button .text_edit strong {
    font-weight: 500;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login a,
.vc_cont_paywall .vc_cont_button .vc_paywall_subscription input {
    margin: 15px 0;
    text-decoration: none;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 400;
    color: #212121;
    padding: 10px 8px 10px 8px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #212121;
    display: block;
    background: transparent;
}

.vc_cont_paywall .vc_cont_button .vc_paywall_login .vc_user_controls_icon:before {
    content: "Profilo";
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu {
    /*position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 15px !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    list-style: none !important;*/
        position: absolute;
    top: 100%;
    right: -25px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0 !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu .vc_user_controls_username {
    display: block;
    padding: 5px 20px;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #1555a0;
    text-align: center;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #ccc;
    float: left;
    clear: left;
    width: 100%;
}

.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #212121;
    white-space: nowrap;
    margin: 0;
    text-align: left;
    width: 100%;
    border: 0;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    color: #212121;
    font-style: normal;
    float: right;
    font-size: .8em;
    padding: 4px 0px;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
.vc_paywall_login {
    float: left;
    clear: none;
    width: calc(50% - 5px);
    text-align: center;
    margin-right: 5px;
}
.vc_paywall_login .vc_paywall_login{
    bottom:0;
    width: auto;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login a:hover {
    background: #212121;
    color: #fff;
}
.vc_paywall_login .fa {
    font-family: 'Rubik', Sans-serif;
}
.vc_paywall_login .fa:before {
    display:none;
}
/*vc_textedit_paywall_login--*/
.vc_textedit_paywall_login {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}
/*vc_button_subscription*/
.vc_paywall_subscription {
    float: left;
    clear: none;
    width: calc(50% - 5px);
    text-align: center;
    margin-left: 5px;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_subscription input:hover {
    background: #212121;
    color:#fff;
}
/*vc_textedit_paywall_abbonati*/
.vc_textedit_paywall_abbonati {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}

.vc_cont_paywall .vc_cont_button img.vc_paywall_image {
    padding: 0px 0px 10px 10px;
    max-width: inherit;
    width: 100%;
}


/*--Product Buy Button--*/
/*.vc_article_buy_button {
    float: left;
    margin: 50px 0 0 0;
}
.vc_article_buy_button .aggiungi_carrello {
    margin: 20px 0 0 0;
    padding: 7px 20px;
    float: left;
    clear: left;
    height: auto;
    display: block;
    text-align: center;
    color: #1555a0;
    border:1px solid #1555a0;
    background: transparent;
    cursor: pointer;
    text-transform:uppercase;
}    
.vc_article_buy_button .aggiungi_carrello:hover {
    background:#1555a0;
    color:#fff;
    cursor:pointer;
    text-decoration:none;
}

.vc_article_buy_button .tag_56 {
    margin: 0;
    color: #1555a0;
    font-size: 1.6em;
    float: left;
    clear: left;
    font-weight: 500;
}
.vc_article_buy_button .tag_56 a {
    color:#1555a0;
}
.vc_article_buy_button .tag_56 .nome{
    display:none;
}
.vc_article_buy_button .tag_56 .currency{
    float:left;
    margin-right:5px;
}
.vc_article_buy_button .tag_56 .valore{
    float:right;
}*/


@media (max-width:767px) {
    .vc_cont_paywall .vc_cont_button .vc_paywall_login a, 
    .vc_cont_paywall .vc_cont_button .vc_paywall_subscription input {
        margin: 15px 0 0 0;
    }
    .vc_cont_paywall .vc_cont_button img.vc_paywall_image {
        padding: 15px 0px 10px 10px;
    }
}

@media (max-width:480px) {

}

