@charset "UTF-8";
/* CSS Document */

:root {
  	--buttonRadius: 0 0 0 20px !important; 
	--lightGreen: #9dc41a;
	--lightGreenHover: #8ab223;
	--titleGreen: #00A887;
}

body {
	overflow-x: hidden;
	font: 400 16px "Open Sans", sans-serif !important;
	background-color: #f2f2f2;
}

header .banner {
    background: transparent;
}

a {
  color: #95c11f;
  text-decoration: none;  
}

a:hover, a:focus {
    color: #84b10c;
    text-decoration: underline; 
}

p {
    font-size: 16px;
	margin: 0;
}

.rowArrow a i,
#cms .rowArrow a i {
    position: relative;
    float: right;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #999;
    color: #fff;
    text-align: center;
    top: -60px;
	margin-right: 15px;
}

.container.arrowLine {
	height: 0;
}

.container.arrowLine a {
    float: right;
    background-color: #999;
    padding: 5px 15px;
    position: relative;
    top: -63px;
    height: 63px;
    width: 63px;
}

.container.arrowLine a i {
    color: #fff !important;
    font-size: 39px !important;
    line-height: 55px !important;
}

#index #columns {
    padding: 0;
}

.header_user_info a.loginLink {
	background-color: var(--lightGreen) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.1px;
    padding: 6px 16px;
    color: #fff;
    border: 2px solid var(--lightGreen);
	border-radius: 5px;
	margin-top: 3px;
}

.header_user_info a.loginLink:hover,
.header_user_info a.loginLink:focus {
	background-color: #8ab223 !important;
	color: #fff !important;
	 border: 2px solid #8ab223;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

em {
    font-style: italic;
}

b, strong {
    font-weight: 600;
}

hr {
	border-top: 1px solid #ddd !important;
}

#center_column ul,
#center_column ol {
    margin-left: 20px !important;
}

#center_column ul.box {
    margin-left: 0 !important;
	margin-bottom: 0;
	height: calc(100% - 20px);
}

#center_column ul.box label {
	max-width: 100%;
	word-break: break-word;
}
#addresses #center_column ul.box label {
	font: 600 16px "Open Sans",sans-serif;
}

#center_column ul.footer_links,
#center_column ol.footer_links {
	margin-left: 0 !important;
}

#center_column ul li,
#center_column ol li {
    margin-top: 7px !important;
}

.columns-container {
	background: #f2f2f2 !important;
}

.post-header-container {
	padding-bottom: 20px !important;
	background-color: #9dc41a;
    background-size: cover;
}

.post-header-container .header-name {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
	padding: 0 0 5px 0;
    margin: 0 !important;
    line-height: 120%;
	font-family: 'Lato', sans-serif;
	text-transform: none;
}

.post-header-container .header-desc {
    margin-top: 0;
    text-align: center;
    margin: 0 !important;
    line-height: 120%;
    color: #fff;
    padding: 0 0 10px;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
}

#index .row {
	display: block !important;
}

#addresses .bloc_adresses.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

header .row #header_logo {
	padding: 5px 20px 5px 10px;
    max-width: 200px;
    margin-left: 0;
    width: auto;
    float: left;
}

div, p, ul {
	border-radius: 0 !important;
} 

#header .nav nav {
	padding-right: 15px;
}

#header,
.header-container {
	background: #fff;
	position: relative;
    z-index: 20;
}

#block_top_menu {
    padding-top: 5px;
    height: 60px !important;
}

.col-sm-cart {
	margin-right: 15px !important;
	height: 66px;
}

#header .col-sm-cart .header_user_info {
    position: relative;
    float: right;
    margin: 15px 0 0;
}

#layer_cart {
  z-index: 10000 !important;
}

header .navbar {
	background: transparent;
	text-align: center;
	height: 45px;
	position: relative;
	z-index: 1000;
	min-height: auto;
	width: 100%;
	float: left;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-top: 1px solid #dfdfdf;
	clear: both;
}

header .navbar .navbar-nav {
	float: none;
	margin: 0 auto;
}

header .navbar li {
	padding: 10px 20px 5px;
    display: inline-block;
    float: none;
}

header .nav {
	background: transparent;
}

@media (min-width: 992px) {
	#header.sticky {
		position: fixed;
		width: 100%;
		z-index: 20;
		top: 0;
	}
	
	#header.sticky .row #header_logo {
		max-width: 170px;
	}
	#header.sticky .col-sm-cart {
		height: auto;
	}
	
	#header.sticky .col-sm-cart .header_user_info {
		margin: 7px 0 0;
	}
}

#search_block_top {
	margin-left: 15px;
}

#header .navbar li a {
	border: 0 none !important;
	color: #000000 !important;
	background: transparent !important;
	text-transform: none !important;
	padding: 0;
    font: normal 16px "Open Sans", sans-serif;
	border-bottom: 2px solid transparent !important;
	letter-spacing: -0.1px;
}

#header .navbar li:hover > a, 
#header .navbar li a:hover {
    background: transparent !important;
    text-decoration: none !important;
}

#header .navbar li:hover a {
    border-bottom: 2px solid #00a887 !important;
}

#header .navbar li.active a,
#header .navbar li.active:hover a {
    border-bottom: 2px solid var(--lightGreenHover) !important;
}

#header .navbar ul.dropdown-menu li a,
#header .navbar ul.dropdown-menu li:hover a {
	border: 0 none !important;
	font-size: 14px;
}

#header .navbar ul.dropdown-menu li:hover {
	background-color: #ecf3e4;
}

#header .navbar ul.dropdown-menu li,
#header .navbar ul.dropdown-menu li {
	padding: 5px;
	text-align: left;
	width: 100%;
	display: block;
}

#header .navbar li .dropdown-toggle,
#header .navbar li:hover .dropdown-toggle {
	border-bottom: 2px solid transparent !important;
	font-size: 13px;
	color: #555;
	margin-left: 5px;
}

#header .navbar li.dropdown,
#header .navbar li.dropdown:hover {
	padding-left: 0;
	margin-left: -22px;
	position: relative;
}

#header .navbar-nav > li > .dropdown-menu {
	padding: 10px;
}

#header .navbar ul.dropdown-menu li.divider-menu {
	padding: 5px 0 0;
	margin: 5px 0 0;
	border-top: 1px solid #ddd;
}

#header .navbar ul.dropdown-menu li.divider-menu:hover {
	background-color: transparent;
}

#header .navbar ul li a.tryBtnMenu {
	background-color: var(--lightGreen) !important;
	color: #fff !important;
	padding: 2px 7px;
	font-weight: bold;
	border-radius: 5px;
}

#header .navbar ul li a.tryBtnMenu:hover,
#header .navbar ul li a.tryBtnMenu:focus {
	background-color: var(--lightGreenHover) !important;
}

#header .navbar ul li:hover a.tryBtnMenu,
#header .navbar ul li:focus a.tryBtnMenu,
#header .navbar li.active a.tryBtnMenu, 
#header .navbar li.active:hover a.tryBtnMenu {
	border-bottom: 2px solid transparent !important;
}

#header .navbar ul li a.back-on-site {
	text-decoration: underline;
	color: var(--titleGreen) !important;
}

#header .navbar ul li a.tryBtnMenu:hover,
#header .navbar ul li a.tryBtnMenu:focus {
	background-color: var(--lightGreenHover) !important;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(5) > i {
	color: var(--titleGreen) !important;
	width: 5px;
}


/* ---------- BOTTONI/BUTTON ------------- */
a.btn_primary:hover, a.btn_primary:focus,
button.btn_primary:hover, button.btn_primary:focus {
    background-color: var(--lightGreenHover) !important;
    text-decoration: none;
	color: #fff !important;
	border: 2px solid var(--lightGreenHover) !important;
}

a.btn_primary, 
button.btn_primary {
	background: var(--lightGreen) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 26px;
    color: #fff;
    border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 16px;
	border: 2px solid var(--lightGreen) !important;
}

a.btn_secondary,
button.btn_secondary {
	background: transparent !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 26px;
    color: var(--titleGreen);
    border-radius: 5px;
	border: 2px solid var(--titleGreen) !important;
	text-transform: uppercase;
	cursor: pointer;
	margin: 16px;
}
a.btn_secondary:hover, a.btn_secondary:focus,
button.btn_secondary:hover, button.btn_secondary:focus {
    background-color: var(--titleGreen) !important;
    text-decoration: none;
	color: #fff !important;
}

.btn:focus {
    outline: thin dotted  var(--titleGreen);
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


.button,
.btn,
.button.button-medium {
	background: var(--lightGreen);
    color: #fff;
	border: 0 !important;
	border-radius: 5px;
	font-weight: 600;
}

.cart_navigation .button-exclusive {
    margin: 0;
    background: var(--lightGreen);
    border: 0 !important;
    color: #fff;
    font: 600 16px "Open Sans", sans serif;
}

.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.button.button-medium:hover,
.button.button-medium:focus {
	background: var(--lightGreenHover) !important;
}



/* ---------- fine BOTTONI/BUTTON ------------- */

.box p {
    margin-bottom: 4px;
    font-size: 16px;
	font-weight: 500;
}

.cat-title {
  color: white;
  display: block;
  border: 0 none; 
  background: var(--lightGreenHover);
}

.cat-title:hover {
  background: var(--lightGreenHover);
  border: 0 none;
  color: white; 
}

@media (max-width: 992px) {	
	header .navbar li {
    	padding: 10px 7px 5px;
	}
	
	#header .navbar li.dropdown, 
	#header .navbar li.dropdown:hover {
    	margin-left: -15px;
	}
}

@media screen and (max-width: 767px) {
	#header, .header-container {
		z-index: 20000000000;
	}
	
	#header .navbar li {
        display: block;
        padding: 0 15px 15px;
	}
    
    #header .navbar li .dropdown-menu {
        display: block;
        position: relative;
        width: calc(100% - 35px);
        top: auto;
        left: 35px;
        float: none;
        box-shadow: none;
        border: 0 none;
        padding-top: 0;
    }
	
	header .navbar .navbar-nav {
		padding-top: 10px;
	}
	
	.navbar-collapse,
	.navbar-collapse.collapsing,
	.navbar-collapse.in {
	    max-height: calc(100vh - 127px);
	    overflow-x: hidden;
	    background-color: #fff;
	    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	    width: 100vw;
	    left: 0;
	    margin: 0;
	    padding: 5px 10px 10px 0;
	}

	#header .navbar {
        text-align: left;
        position: relative;
        z-index: 10;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
		height: auto;
		background-color: #fff;
		max-width: 100vw;
	}
	
	#header .navbar li .dropdown-toggle {
        display: none;
		visibility: hidden;
	}
}

@media screen and (min-width: 767px) {
	.cat-title {
		display: none;
	}
}

#index .carousel-caption {
	text-shadow: none;
}

#index .carousel .carousel-inner img {
	float: right;
	width: 100%;
}

#index .carousel-caption p.subHeadline {
    font-size: 40px;
    letter-spacing: -1px;
    background-color: #95c11f;
    display: table;
    padding: 0 15px;
    color: #fff;
	text-transform: uppercase;
}

#index .carousel-caption p a {
	margin-right: 7px;
}

#index .carousel-inner,
#index .carousel,
#index .carousel .carousel-item {
	background-color: #e7e1d4;
	width: 100% !important;
}

#index .carousel {
	left: 0 !important;
	display: table;
}

#index .carousel-inner {
	margin: -10px 0 0;
}

#index .carousel-inner .carousel-item {
	border-bottom: 1px solid #ddd;
}

#index .carousel-caption a.btn.button.button-medium {
	border-radius: 0 !important;
    margin: 15px 10px 0 0;
    border: 0 none !important;
    background-color: var(--lightGreen) !important;
    color: #fff !important;
    font-family: "Open Sans", sans serif !important;
    font-size: 18px !important;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
    width: 250px;
    font-weight: 600;
}

#index .carousel-caption a.btn.button.button-medium.button.button-medium span {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
}

#index .carousel-caption a.btn.button.button-medium i {
    font-size: 24px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#index .carousel-caption a.btn.button.button-medium.trybtn {
	padding: 7px 20px;
	background-color: #fff !important;
	color: var(--lightGreen) !important;
	font-weight: bold;
	margin-top: 35px;
}

#index .carousel-caption a.btn.button.button-medium.trybtn:hover,
#index .carousel-caption a.btn.button.button-medium.trybtn:focus {
	background-color: var(--lightGreenHover) !important;
	color: #fff;
}

#index .carousel-control.left,
#index .carousel-control.right {
	opacity: 1 !important;
    color: white;
	background: var(--lightGreen);
	position: absolute !important;
	width: 50px !important;
	height: 50px !important;
	top: calc(100% - 60px);
	font-size: 30px;
	line-height: 50px;
	display: none;
}

#index .carousel-control.left:hover, 
#index .carousel-control.right:hover,
#index .carousel-control.left:focus, 
#index .carousel-control.right:focus {
    border: 0 none;
	background: var(--lightGreenHover);
	color: white;
}

#index .carousel-control.left {
	border-radius: 50% 50% 0 50%;
	left: calc(50% - 60px) !important;
}

#index .carousel-control.right {
	border-radius: 50% 50% 50% 0;
	right: calc(50% - 60px) !important;
}

#index .bx-controls.bx-has-controls-direction {
	display: none;
}

#index .carousel-indicators li {
	background: var(--lightGreen) !important;
	width: 23px !important;
	height: 1 !important;
	border-radius: 50% !important;
	display: none;
}

@media screen and (max-width: 1040px) {
	#index .carousel-caption p.subHeadline {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	#index .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		left: 5%;
		right: 5%;
		float: right;
		display: block;
		bottom:  auto;
		margin-top:  10px;
	}
	
	#index .carousel-caption p.subHeadline {
		font-size: 17px;
		margin-bottom: 5px;
	}
	
	#index .carousel-caption a.btn.button.button-medium {
		margin: 5px 5px 0 0;
		padding: 7px 10px;
		height: 30px !important;
		display: inline-block;
		float: left;
		width: auto;
	}
	
	#index .carousel-caption a.btn.button.button-medium span {
		font-size: 12px !important;
	}

	#index .carousel-caption a.btn.button.button-medium.trybtn {
		padding: 4px 10px;
	}

	#index .carousel-control.left,
	#index .carousel-control.right {
        display: none;
	}
	
	#index .carousel-caption a.btn.button.button-medium i {
		font-size: 18px;
		margin-left: 0;
		top: 1px;
	}
}

.editorial_block > h1,
#index .htmlcontent-home h2 {
	color: #333;
	text-transform: none;
	margin: 20px 0 30px;
	font: 500 32px "Lato", sans-serif;
}

.editorial_block > h1:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 1px solid #999;
    margin: 20px auto;
}

.editorial_block > h2 {
	font-size: 19px;
	font-weight: 400;
	color: var(--lightGreen);
	text-transform: none;
	margin: 0 0 10px 0;
}

.editorial_block .rte,
.editorial_block .rte p {
	font: 400 18px "Open Sans", sans-serif;
	line-height: 160% !important;
}

#index .editorial_block .rte {
	padding: 0;
}

.editorial_block > a,
.editorial_block #editorial_image_legend {
	display: none;
}


#index .editorial_block p {
    text-align: left !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

#index .editorial_block .number,
#index .editorial_block .text {
    float: left;
    display: inline-block;
}

#index .editorial_block .text h2 {
    font-size: 18px;
    color: var(--lightGreen);
    font-weight: 600;
    margin-top: -3px;
}

#index .editorial_block .number {
    width: 30px;
    height: 30px;
    border-radius: 15px 0 15px 15px !important;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    background-color: var(--lightGreen);
    font-weight: bold;
    padding-left: 2px;
    color: #fff;
}

#index .editorial_block .text {
    width: calc(100% - 50px);
}

#editorial_block_center .funzioniHome {
    background-color: #fff;
    font: 400 14px "Open Sans",sans-serif !important;
	padding-bottom: 30px;
}

#editorial_block_center .funzioniHome h3 {
    font: 600 18px "Open Sans",sans-serif !important;
    text-transform: uppercase;
    color: var(--lightGreen);
    margin: 0;
    line-height: 120% !important;
    padding-bottom: 5px;
}

#editorial_block_center .funzioniHome p {
    margin: 0;
    padding-top: 30px;
}

#editorial_block_center .funzioniHome h1 {
    width: 70%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 32px;
}

#editorial_block_center .funzioniHome i {
    font-size: 25px;
    float: left;
    color: var(--lightGreen);
    display: inline-block;
    width: 30px;
}

#editorial_block_center .funzioniHome .funzioniHomeTxt {
	float:left;
    display: inline-block;
    width: calc(100% - 45px);
    padding-left: 10px;
}

.rte,
.rte p,
#more_info_sheets p {
	font: 400 16px "Open Sans", sans-serif;
	line-height: 160% !important;
}

.post-header-container {
	background-attachment: initial !important;
	background-size: cover;
	background-position: center;
}

#address .form-group .form-control, 
#identity .form-group .form-control, 
#account-creation_form .form-group .form-control, 
#new_account_form .form-group .form-control, 
#opc_account_form .form-group .form-control, 
#authentication .form-group .form-control,
#quantity_wanted_p input,
.cart_quantity .cart_quantity_input,
select#id_address_delivery,
textarea,
#contact .form-group input,
#contact #contactform .dropdown .btn.btn-secondary {
	border: 0 none !important;
	border-bottom: 2px solid #ddd !important;
	border-radius: 0 !important;
	padding: 10px;
}

#contact #contactform .dropdown {
    display: inline-block !important;
    width: 69%;
}

#contact #contactform .dropdown .btn.btn-secondary {
	background-color: #f7f7f7 !important;
	color: #202020 !important;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	width: 100%;
}

#contact #contactform .open > .dropdown-menu {
    display: block;
    width: 100%;
}

#contact #contactform .dropdown .dropdown-menu a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: #202020;
    font-weight: 300;
}

#contact #contactform .dropdown .btn.btn-secondary:after {
	position: absolute;
	font-size: 15px !important;
	content: "\f063" !important;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	color: #999;
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

textarea {
    padding: 6px 10px;
}

#contact .form-group label {
	width: 30%;
	margin: 5px 0;
	font: 500 14px/18px "Open Sans",sans-serif;
	letter-spacing: 0;
	color: #202020;
	display: inline-block;
}

#authentication .post-header-container,
#contact .post-header-container,
body[id^=module-attivazionesuperbill] .post-header-container,
#module-mylicenses-configuration .post-header-container,
body[id^=module-promovirginactiverevolution-landing] .post-header-container
{
	display: none;
	visibility: hidden;
}


.icon-long-arrow-left:before {
	content: "\f060";
}

.icon-long-arrow-right:before {
	content: "\f061";
}

.header_user_info_customer a,
.social-sharing i,
.social-sharing i:hover,
.social-sharing i:focus,
.cart_block .cart-buttons a#button_order_cart span {
	color: white !important;
	font-weight: 600;
    letter-spacing: 0.2px;
}

.header_user_info_customer a:hover,
.header_user_info a:hover,
.header_user_info_customer a:focus,
.header_user_info a:focus,
#header_links a:hover,
#header_links a:focus {
	color: var(--lightGreen) !important;
}


.cms-line-footer .btn.button.button-medium {
	border-radius: 0 !important;
}

.cms-line-footer li:first-child .btn.button.button-medium {
	border-radius: 0 0 0 20px !important;
}

.cms-line-footer li:last-child .btn.button.button-medium {
	border-radius: 0 0 20px 0 !important;
}

.centerHomeBlock .btnHomepage {
	border-radius: 5px !important;
	margin: 25px 0 0;
	border: 0 none !important;
	background-color: var(--lightGreen) !important;
	color: #fff !important;
	font: 600 14px "Open Sans", sans serif;
    padding: 10px 20px;
	text-transform: uppercase;
	display: table;
}

#index .carousel-caption a.btn.button.button-medium:hover,
#index .carousel-caption a.btn.button.button-medium:focus,
.centerHomeBlock .btnHomepage:hover,
.centerHomeBlock .btnHomepage:focus {
	background-color: var(--lightGreenHover) !important;
	color: #fff !important;
	text-decoration: none !important;
}

.centerHomeBlock .quattroBlock .btnHomepage {
	margin: 10px auto 0
}

.col-sm-cart .shopping_cart > a:first-child,
.col-sm-cart .header_user_info > .login,
.col-sm-cart .header_user_info > .logout,
.col-sm-cart .header_user_info > .link-img-myaccount,
.col-sm-cart .header_user_info > .link-img-dkid,
.tenantDropdown .tenant-link {
    width: 40px !important;
    height: 40px !important;
    background-color: #f4f4f4 !important;
    text-align: center;
    border: 1px solid #9DC41A !important;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: top;
    display: inline-block;
}

.col-sm-cart .shopping_cart {
    border-left: 1px solid #ccc;
    height: 40px;
    margin-left: 6px !important;
}

@media (max-width: 1200px) {
	.shopping_cart {
		width: auto !important;
	}
}

.col-sm-cart .header_user_info a {
    display: inline-block;
}

.col-sm-cart .header_user_info > .logout {
    margin-left: 2px;
}

.col-sm-cart .shopping_cart > a:first-child:hover,
.col-sm-cart .shopping_cart > a:first-child:focus,
.col-sm-cart .header_user_info > .login:hover,
.col-sm-cart .header_user_info > .login:focus,
.col-sm-cart .header_user_info > .logout:hover,
.col-sm-cart .header_user_info > .logout:focus,
.col-sm-cart .header_user_info > .link-img-myaccount:hover,
.col-sm-cart .header_user_info > .link-img-myaccount:focus,
.col-sm-cart .header_user_info > .link-img-dkid:hover,
.col-sm-cart .header_user_info > .link-img-dkid:focus,
.tenantDropdown .tenant-link:hover,
.tenantDropdown .tenant-link:focus {
	background-color: #fff !important;
	text-decoration: none !important;
}

.shopping_cart .ajax_cart_product_txt_s,
.shopping_cart .ajax_cart_product_txt {
	display: none !important;
}

.box-cart-bottom {
    padding: 0 0 20px 0;
	text-align: center;
}

.cart_block .cart-images {
    padding: 0;
}

#header .cart_block {
    z-index: 10000;
}

#identity .emailAlert {
	margin: 15px 0;
	padding:  15px;
	background-color: #fbf0d5;
	display: table;
	width: 100%;
}

#identity .emailAlert span {
	float: left;
	display: inline-block;
}

#identity .emailAlert i {
	color: #e48d0e;
	font-size: 19px;
	float: left;
	display: inline-block;
	margin-right: 7px;
}

.col-sm-cart .shopping_cart > a:first-child:before,
.col-sm-cart .header_user_info > .login:before,
.col-sm-cart .header_user_info > .logout:before,
.col-sm-cart .header_user_info > .link-img-myaccount:before,
.col-sm-cart .header_user_info > .link-img-dkid:before {
	color: #9dc41a !important;
	position: relative;
    left: -6px;
}

.col-sm-cart .header_user_info > .logout:before,
.col-sm-cart .header_user_info > .logout:hover:before,
.col-sm-cart .header_user_info > .logout:focus:before,
.col-sm-cart .header_user_info > .login:before,
.col-sm-cart .header_user_info > .login:hover:before,
.col-sm-cart .header_user_info > .login:focus:before,
.col-sm-cart .header_user_info > .link-img-myaccount:before,
.col-sm-cart .header_user_info > .link-img-myaccount:hover:before,
.col-sm-cart .header_user_info > .link-img-myaccount:focus:before,
.col-sm-cart .header_user_info > .link-img-dkid:before,
.col-sm-cart .header_user_info > .link-img-dkid:hover:before,
.col-sm-cart .header_user_info > .link-img-dkid:focus:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 17px;
    padding-left: 7px;
	left: 2px;
	color: #444 !important;
}

.col-sm-cart .header_user_info > .link-img-myaccount,
.col-sm-cart .header_user_info > .link-img-myaccount:hover,
.col-sm-cart .header_user_info > .link-img-myaccount:focus {
    background-color: #f4f4f4 !important;
}

.tenantDropdown .tenant-link i:before {
    font-size: 22px;
    line-height: 17px;
    padding-left: 7px;
    position: relative;
    left: -1px;
    top: 0;
    color: #444 !important;
}

#cms .tenantDropdown .tenant-link i:before {
    top: -5px;
}

.col-sm-cart .header_user_info > .logout:before,
.col-sm-cart .header_user_info > .logout:hover:before,
.col-sm-cart .header_user_info > .logout:focus:before {
    content: "\f08b";
	font-weight: bold;
	font-size: 23px;
}

.col-sm-cart .header_user_info > .login:before,
.col-sm-cart .header_user_info > .login:hover:before,
.col-sm-cart .header_user_info > .login:focus:before {
    content: "\f090";
	left: 0;
	font-size: 25px;
	font-weight: 900;
}

.col-sm-cart .header_user_info > .link-img-myaccount:before,
.col-sm-cart .header_user_info > .link-img-myaccount:hover:before,
.col-sm-cart .header_user_info > .link-img-myaccount:focus:before {
    content: "\f007";
	left: -3px;
    top: -10px;
	line-height: 38px;
	font-size: 22px;
}

.col-sm-cart .header_user_info > .link-img-dkid:before,
.col-sm-cart .header_user_info > .link-img-dkid:hover:before,
.col-sm-cart .header_user_info > .link-img-dkid:focus:before {
    content: "\f2b9";
	left: -1px;
	top: 1px;
}

.col-sm-cart .header_user_info > .link-img-myaccount.userPic:before,
.col-sm-cart .header_user_info > .link-img-myaccount.userPic:hover:before,
.col-sm-cart .header_user_info > .link-img-myaccount.userPic:focus:before {
    display: none;
}

.col-sm-cart .header_user_info > .link-img-myaccount.userPic {
    padding: 0;
}

.col-sm-cart .header_user_info > .link-img-myaccount.userPic img {
    max-width: 100%;
    border-radius: 50%;
}

.shopping_cart .ajax_cart_no_product,
.shopping_cart .ajax_cart_quantity {
	position: absolute;
    top: 0;
    right: -4px;
    color: #fff;
    background-color: #ff8c00;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 12px;
}

p.payment_module a {
	border-radius: 8px;
	background: #fff;
	border: 0 none !important;
	height: auto !important;
	text-transform: none;
}

#my-account ul.myaccount-link-list li a {
	border-radius: 8px;
	background: #fff;
	border: 0 none !important;
	height: auto !important;
	text-transform: none;
}

#my-account ul.myaccount-link-list li a i {
	width: 18px;
}

p.payment_module a.bankwire {
	background: #fff;
}

p.payment_module a {
	height: auto !important;
}

#my-account ul.myaccount-link-list li a:hover,
#my-account ul.myaccount-link-list li a:focus,
#my-account ul.myaccount-link-list li a span:hover,
#my-account ul.myaccount-link-list li a span:focus,
p.payment_module a:hover,
p.payment_module a:focus,
p.payment_module span:hover,
p.payment_module span:focus,
p.payment_module:hover,
p.payment_module:focus,
p.payment_module:hover a,
p.payment_module:focus a,
p.payment_module:hover span,
p.payment_module:focus span,
p.payment_module a:hover:after,
p.payment_module a:focus:after {
	color: var(--lightGreen) !important;
	box-shadow: 0 0 0 0;
}

#my-account ul.myaccount-link-list li a span {
	padding: 16px 24px 16px 24px;
}

.paiement_block #HOOK_PAYMENT .col-xs-12.col-md-6 {
	width: 100%;
}

.paiement_block #HOOK_PAYMENT .col-xs-12.col-md-6 img {
	display: none;
}

p.payment_module a.bankwire {
	background-image: none;
}

p.payment_module a,
p.payment_module.paypal a {
	padding: 20px 30px !important;
}

p.payment_module a:after {
	position: absolute;
	font-size: 20px !important;
	content: "\f061" !important;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	color: #202020;
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p.payment_module a.cheque:after, 
p.payment_module a.bankwire:after, 
p.payment_module a.cash:after {
	right: 25px;
	margin-top: -10px;
}

.cart_total_price td.total_price_container span,
.cart_total_price td.total_price_container,
.cart_total_price td#total_price_container {
	color: #fff;
	background-color: #b0d04e ;
	text-align: right;
}

.socialsharing_product button,
.socialsharing_product button:hover,
.socialsharing_product button:focus {
    margin-bottom: 3px;
    background: transparent !important;
    width: 42px;
}

.socialsharing_product button i {
    color: var(--lightGreen) !important;
	font-size: 25px;
}

.socialsharing_product button i:hover,
.socialsharing_product button i:focus {
	color: var(--lightGreenHover) !important;
}

#usefull_link_block li a,
#usefull_link_block li a:before,
.comments_advices a,
.comments_advices a:before,
#usefull_link_block li#favoriteproducts_block_extra_add, 
#usefull_link_block li#favoriteproducts_block_extra_remove, 
#usefull_link_block li#favoriteproducts_block_extra_added, 
#usefull_link_block li#favoriteproducts_block_extra_removed,
#usefull_link_block li#favoriteproducts_block_extra_remove:before, 
#usefull_link_block li#favoriteproducts_block_extra_add:before, 
#usefull_link_block li#favoriteproducts_block_extra_removed:before, 
#usefull_link_block li#favoriteproducts_block_extra_added:before {
	color: var(--lightGreen) !important;
}

#usefull_link_block li a:hover,
#usefull_link_block li a:focus,
#usefull_link_block li a:before:hover,
#usefull_link_block li a:before:focus,
.comments_advices a:hover,
.comments_advices a:focus,
.comments_advices a:before:hover,
.comments_advices a:before:focus,
#usefull_link_block li#favoriteproducts_block_extra_add:hover, 
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, 
#usefull_link_block li#favoriteproducts_block_extra_added:hover, 
#usefull_link_block li#favoriteproducts_block_extra_removed:hover,
#usefull_link_block li#favoriteproducts_block_extra_add:focus, 
#usefull_link_block li#favoriteproducts_block_extra_remove:focus, 
#usefull_link_block li#favoriteproducts_block_extra_added:focus, 
#usefull_link_block li#favoriteproducts_block_extra_removed:focus,
#usefull_link_block li#favoriteproducts_block_extra_remove:before:hover, 
#usefull_link_block li#favoriteproducts_block_extra_add:before:hover, 
#usefull_link_block li#favoriteproducts_block_extra_removed:before:hover, 
#usefull_link_block li#favoriteproducts_block_extra_added:before:hover,
#usefull_link_block li#favoriteproducts_block_extra_remove:before:focus, 
#usefull_link_block li#favoriteproducts_block_extra_add:before:focus, 
#usefull_link_block li#favoriteproducts_block_extra_removed:before:focus, 
#usefull_link_block li#favoriteproducts_block_extra_added:before:focus {
	color: var(--lightGreenHover) !important;
	text-decoration: underline;
}

#search_block_top #search_query_top {
    border-radius: 0;
    height: 42px;
    border: 0 none;
    border-bottom: 2px solid #ddd;
}

ul.step li.step_todo {
    border-radius: var(--buttonRadius);
	background-color: #ddd;
    border: 1px solid #efefef;
}

ul.step li.step_current {
    border-radius: var(--buttonRadius);
    background: var(--lightGreen);
    border: 1px solid #efefef;
}

ul.step li.step_done {
    background: var(--lightGreen);
    border: 1px solid #efefef;
    border-radius: var(--buttonRadius);
}

ul.step li.step_done span,
ul.step li.step_done a {
	color: #fff;
}

ul.address.item.box:empty {
	display: none;
}

#cmsinfo_block em {
    width: 75px;
    height: 75px;
    margin-top: 40px;
    color: white;
    line-height: 75px;
    border-radius: 0 50% 50% 50%;
	border-bottom: 0 none;
    background-color: var(--lightGreen);
}

#cmsinfo_block h3 {
	color: var(--lightGreen);
	font-weight: bold;
}

#cmsinfo_block .type-text {
    padding: 0 30px !important;
}

#editorial_block_center div.rte p,
#editorial_block_center .funzioniHome .funzioniHomeTxt {
    font: 500 16px "Open Sans",sans-serif !important;
	letter-spacing: 0;
	letter-spacing: 0.2px;
}

@media (min-width: 1200px) {
	#cmsinfo_block ul li:first-child {
		margin: 0 1% 0 0;
		width: 32.33%;
    }  
	
	#cmsinfo_block ul li:last-child {
		margin: 0 0 0 1%;
		width: 32.33%;
    } 
}

#quantity_wanted_p input {
	position: relative;
	top: -1px;
}

.button-minus,
.button-plus {
	height: auto !important;
	border-radius: 0 !important;
}

.button-minus:hover span,
.button-plus:hover span,
.button-minus:focus span,
.button-plus:focus span {
	background-color: var(--lightGreenHover) !important;
	color: #fff !important;
}

.box-info-product .exclusive span,
.box-info-product .exclusive {
	border-radius: 5px !important;
	background-color: var(--lightGreen);
	color: #fff;
    width: auto;
    margin: 0 auto;
	border: 1px solid var(--lightGreen);
}

.box-info-product .price {
    text-align: center;
}

.box-info-product .exclusive:hover span,
.box-info-product .exclusive:focus span{
	background-color: var(--lightGreenHover);
	color: #fff;
	border: 1px solid var(--lightGreenHover);
}

.button.button-small span,
.button.button-small span:hover,
.button.button-small span:focus {
	padding: 0 !important;
	border: 0 none !important;
	background-color: transparent !important;
}

.cart_quantity .cart_quantity_input {
	width: 53px;
}

hr.horizontal-break, 
hr.break {
	background-color: transparent !important;
}

a.goTo {
	color: var(--lightGreen);
	margin-top: 15px;
	display: block;
	font-weight: 600;
	font-size: 16px;
	height: 20px;
	text-transform: uppercase;
}

a.goTo:hover,
a.goTo:focus {
	color: var(--lightGreenHover);
}

a.goTo:before {
	content: "";
    display: inline-block;
    border-bottom: 1px solid var(--lightGreen);
    width: 20px;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}

/* BLOCCHI TESTO/IMMAGINE HOMEPAGE */

.centerHomeBlock {
    position: relative;
    margin: 40px -15px 0;
    display: table;
    width: calc(100% + 30px);
}

.centerHomeBlock p {
	font-size: 13px;
	line-height: 20px;
}

.centerHomeBlock h2 {
    font-size: 32px;
}

.centerHomeBlock h3 {
    font-size: 18px;
	font-weight: 600;
}

.centerHomeBlock h3:after {
    content:"";
	display:block;
	width: 100px;
	border-bottom: 1px solid var(--lightGreen);
	margin-top: 20px;
	margin-bottom: 20px;
}

.centerHomeBlock .textBlockSide,
.centerHomeBlock .textBlockSide {
	width: 100vw;
	max-width: 1170px;
	margin: 0 auto;
}

.centerHomeBlock .dueBlock .textBlockSide,
.centerHomeBlock .quattroBlock .textBlockSide {
	padding: 120px 20px 120px 620px;
}

.centerHomeBlock .unoBlock .textBlockSide,
.centerHomeBlock .treBlock .textBlockSide {
	padding: 120px 620px 120px 20px;
}

.centerHomeBlock .quattroBlock .textBlockSide {
	text-align: center;
}

#index .editorial_block .centerHomeBlock .quattroBlock p {
	text-align: center !important;
}

.centerHomeBlock a.goTo {
	margin-top: 5px;
}

.centerHomeBlock div  {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.centerHomeBlock .unoBlock {
	background-image: url(../../../img/cms/home1.jpg);
}

.centerHomeBlock .dueBlock {
	background-image: url(../../../img/cms/home2.jpg);
}

.centerHomeBlock .treBlock {
	background-image: url(../../../img/cms/home3.jpg);
}

.centerHomeBlock .quattroBlock {
	background-image: url(../../../img/cms/home4.jpg);
}

#htmlcontent_top ul li a,
#htmlcontent_top ul li a:hover {
    box-shadow: 0 0 0 0;
	display: inline-block;
	margin-right: 20px;
}

.centerHomeBlock div:last-child img.logoDK {
	width: 80px !important;
	margin: 40px auto;
	float: none;
}

.centerHomeBlock div:last-child h2 {
	margin: 5px 0 0;
	font-family: 'Lato', sans-serif;
}

.centerHomeBlock img.iconSB {
    float: none;
    display: block;
    width: 30px !important;
    margin-bottom: 10px;
}

#SACCF {
	margin-bottom: 20px;
}

#SACCF label {
	width: 100%;
}

.page-heading.step-num {
    margin: 20px 0 !important;
    padding-left: 0 !important;
}

#order-opc .page-heading.step-num span,
h1 .heading-number {
  	color: var(--lightGreen) !important;
  	position: relative !important;
  	top: auto !important;
  	left: auto !important;
  	font-style: normal;
  	border-right: 1px dotted var(--lightGreen);
  	padding-right: 5px;
  	margin-right: 5px;
  	font-size: 36px;
  	font-weight: bold;
}

#SACCF input,
#SACCF select {
	width: 100% !important;
	border: 1px solid #ccc !important;
	padding: 10px !important;
	margin-bottom: 10px !important;
}

#order-opc .box#address_invoice {
	margin-left: 0 !important;
}

#uniform-id_address_delivery span,
#uniform-id_address_delivery {
	width: 100% !important;
}

#uniform-id_address_delivery {
	margin-bottom: 10px;
}

ol#SACCFerrorsol {
    margin-left: 20px;
}

body[id^=module-attivazionesuperbill] .page-heading,
body[id^=module-promovirginactiverevolution-landing] .page-heading
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

body[id^=module-attivazionesuperbill] #SACCF input.btn.button.button-medium {
	width: auto !important; 
	margin: 10px auto 0; 
	padding: 7px 15px !important;
}

#index .editorial_block #cmsinfo_block {
    width: 90% !important;
    margin: 0 auto;
    padding: 0;
}

#index .editorial_block #cmsinfo_block ul.blockUsersType {
    background-color: #fff;
    display: table;
	width: 100%;
    padding: 20px 40px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

#index .editorial_block p {
	text-align: center !important;
}

#index .editorial_block #cmsinfo_block ul.blockUsersType img {
	max-width: 85px;
    display: block;
    margin: 0 auto 10px;
    border: 0 none !important;
}

#index .editorial_block .whyBox p,
#index .editorial_block .textBlockSide p {
    text-align: left !important;
}

#index #editorial_block_center {
	padding: 0 0 50px 0;
    max-width: 100%;
	width: 100%;
    position: relative;
    z-index: 10;
}

#header .banner .linkMyDesktop {
	background-color: var(--lightGreen);
	padding: 10px 10px 13px;
	text-align: center;
	font-weight: 500;
	max-width: none;
}

#header .banner .linkMyDesktop,
#header .banner .linkMyDesktop:hover,
#header .banner .linkMyDesktop:focus {
	color: #fff !important;
}

#header .banner .linkMyDesktop i {
    font-size: 24px;
    position: relative;
    top: 4px;
	color: #fff !important;
}

#header .banner .verificaMail {
    background-color: #e7540e;
    color: #ffffff;
    display: block;
    padding: 20px 15px;
    text-align: center;
}

#header .banner .verificaMail a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 992px) {
	.carousel-caption {
		right: auto !important;
		left: auto !important;
		top: 20px;
		width: 100%;
	}

	.carousel-caption .blockTextHeader {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0 100px 0 20px;
	}

	#index #editorial_block_center {
		padding: 0;
		z-index: 0;
		margin: 0;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.carousel-caption {
		right: auto !important;
		left: auto !important;
		top: 20px;
		width: 100%;
	}

	.carousel-caption .blockTextHeader {
		max-width: 750px;
		padding: 0 100px 0 20px;
		margin: -20px auto 0;
	}

	#index .carousel-caption a.btn.button.button-medium {
		margin-top: 5px;
	}

	#index .carousel-caption a.btn.button.button-medium.trybtn {
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	#index .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		left: 5%;
		right: 5%;
		float: right;
		display: block;
		bottom: auto;
		margin-top: 0;
	}
	
	#index .carousel-caption p.subHeadline {
		font-size: 21px;
		margin-bottom: 5px;
		letter-spacing: 0;
	}
	
	#index .carousel-caption a.btn.button.button-medium {
		margin-top: 5px;
		padding: 7px 10px;
		height: 30px !important;
		display: inline-block;
		width: 150px;
		float: left;
	}
	
	#index .carousel-caption a.btn.button.button-medium span {
		font-size: 12px !important;
	}

	#index .carousel-caption a.btn.button.button-medium.trybtn {
		padding: 4px 10px;
		margin-top: 5px;
	}
	
	#index .carousel-caption a.btn.button.button-medium i {
		font-size: 18px;
		margin-left: 0;
		top: 1px;
	}

	.carousel-caption .blockTextHeader {
		max-width: 750px;
		padding: 0 20px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 520px) {
	#center_column #SBContent table tr th {
		padding: 3px 2px 0;
	}
	
	#center_column #SBContent table tr th .tabTable {
		font-size: 9px;
    	padding: 7px 3px;
	}

	#center_column #SBContent table tr td.first.title {
		font-size: 13px;
	}

	#center_column #SBContent table tr td {
		padding: 10px 5px;
	}

	#center_column #SBContent table tr td ul li {
		margin-left: 10px !important;
	}

    #index .carousel-caption p.subHeadline {
		font-size: 17px;
		margin-bottom: 5px;
	}

	#index .carousel-caption a.btn.button.button-medium {
		margin-top: 5px;
		padding: 7px 10px;
		height: 30px !important;
	}
	
	#index .carousel-caption a.btn.button.button-medium span {
		font-size: 12px !important;
	}

	#index .carousel-caption a.btn.button.button-medium.trybtn {
		padding: 4px 10px;
		margin-top: 5px;
	}
	
	#index .carousel-caption a.btn.button.button-medium i {
		font-size: 18px;
		margin-left: 0;
		top: 1px;
	}
}

 @media screen and (max-width: 992px) {   
    .post-footer-container footer.container {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.socialIconsFooter {
		text-align: left; 
		padding-top: 18px;
	}
	
	.blockLinkFooter {
		padding-top: 20px;
	}
	
	.post-footer-container div.rights.row.footerLastRow {
		margin-bottom: 25px;
	}
	
	.post-footer-container div.rights img.SBFooter {
		margin: 20px 5px 5px 0;
		display: block;
	}
	
	#index #cmsinfo_block img {
		height: auto;
		width: 70px;
		max-width: 100%;
	}
	
	#cmsinfo_block p {
		font: 400 12px "Open sans", sans-serif;
		margin: 0;
	}
	
	#cmsinfo_block a.goTo {
		margin-top: 0;
	}
	
	#cmsinfo_block ul li {
		margin-bottom: 0;
	}
	
	#cmsinfo_block ul li:last-child {
		margin-bottom: 20px;
	}
	
	#index #cmsinfo_block {
		margin-top: 0 !important;
	}

	#header .banner a {
		font-size: 12px;
		padding: 11px 10px 13px;
	}

	#header .banner a i {
		font-size: 16px;
		top: 2px;
	}
}

.header_user_info .userName {
    display: inline-block;
    position: relative;
	letter-spacing: -0.01em;
	margin-right: 5px;
	margin-left: 5px;
	top: 2px;
}

.header_user_info .userName a {
    padding: 0;
	color: #444 !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
}

.lineV {
    display: inline-block;
    height: 40px;
    border-right: 1px solid #ddd;
	vertical-align: top;
}

@media (max-width: 520px) {
	.header_user_info .userName {
		display: none;
	}
	  
	#block_top_menu {
		height: auto !important;
	}
}

/* CMS */


#cms .columns-container .container,
#cms .center_column,
#cms #columns .container,
#authentication .center_column,
#authentication #columns,
#contact .center_column,
#contact #columns,
body[id^=module-attivazionesuperbill] #columns,
body[id^=module-attivazionesuperbill] .center_column,
#module-mylicenses-configuration .center_column,
#module-mylicenses-configuration #columns,
body[id^=module-promovirginactiverevolution-landing] #columns,
body[id^=module-promovirginactiverevolution-landing] .center_column {
    max-width: 100% !important; 
	padding: 0 !important;
}

#authentication .columns-container .container-fluid, 
#product .columns-container #columns.container, 
#cms .columns-container #columns.container .container-fluid,
body[id^=module-attivazionesuperbill] #columns.container .container-fluid,
#module-mylicenses-configuration .containerLicenses,
body[id^=module-promovirginactiverevolution-landing] #columns.container .container-fluid {
    max-width: 1170px !important;
    padding: 0 20px 80px;
    margin: 0 auto 40px;
}

#authentication .columns-container .container-fluid.logoDKID {
	padding: 0 !important;
	margin-bottom: 10px !important;
}
	


#cms .container-fluid .blockCmsExtra .container.grey,
#cms .container-fluid .blockCmsExtra .container.white {
    padding: 30px 0 !important;
}

#cms .container.grey {
	background-color: #f0f0f0;
}


#cms .container.white {
	background-color: #fff;
}

#cms .container-fluid .blockCmsExtra .container.grey .row,
#cms .container-fluid .blockCmsExtra .container.white .row {
    max-width: 1170px !important;
	margin: 0 auto !important;
	text-align: center;
}

#cms .container-fluid .blockCmsExtra .container.grey img,
#cms .container-fluid .blockCmsExtra .container.white img {
        max-height: 250px;
}

#cms .container-fluid .blockCmsExtra .container.grey.list .row {
	text-align: left;
}

#authentication .loginRegisterBox {
    margin: 20px auto 40px;
}

#cms .post-header-container {
	display: none;
}

#cms .center_column .cms {
	margin-top: -3px;
}

#cms .post-header-container.privacy {
	display: block;
}

#cms #center_column .privacyBox p,
#cms #center_column .privacyBox ol li,
#cms #center_column .privacyBox ul li {
    font: 400 14px/18px "Open Sans",sans-serif;
    letter-spacing: 0;
    color: #333;
	line-height: 150% !important;
}

#cms #center_column .privacyBox h2,
#module-attivazionesuperbill-landingdemo .tryFAQ h2 {
    font-size: 21px;
    font-weight: 600;
    color: #95c11f;
    text-align: left;
	padding: 20px 0 0 0;
}

#module-attivazionesuperbill-landingdemo .tryFAQ h2 {
    padding: 0 0 10px 0;
	margin: 0;
}

#module-attivazionesuperbill-landingdemo .tryFAQ .faq-storeSB {
    color: var(--lightGreen);
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 10px;
    padding-top:  40px;
    text-align: left;
    font-size: 40px;
}

#cms .privacyBox.FAQ,
#module-attivazionesuperbill-landingdemo .tryFAQ {
	font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

#cms #center_column .privacyBox.FAQ h2 {
	padding: 30px 0 0 0;
	margin-top: 30px !important;
	border-top: 1px solid #ddd;
}

#cms #center_column .privacyBox.FAQ h2:first-child {
	padding: 30px 0 0 0;
	margin-top: 0 !important;
	border-top: 0 none;
}

#module-attivazionesuperbill-landingdemo .tryFAQ li {
	padding: 20px 0 0 0;
	margin-top: 20px !important;
	border-top: 1px solid #ddd;
}

#module-attivazionesuperbill-landingdemo .tryFAQ li:first-child {
	padding: 20px 0 0 0;
	margin-top: 0 !important;
	border-top: 0 none;
}

#module-attivazionesuperbill-landingdemo .tryFAQ li li {
	padding: 5px 0;
	margin-top: 0 !important;
	border-top: 0 none;
}

#module-attivazionesuperbill-landingdemo .tryFAQ li li:first-child {
	padding: 15px 0 5px 0;
}

#module-attivazionesuperbill-landingdemo .tryFAQ li li:last-child {
	padding: 5px 0 15px 0;
}


/* ----- Header title ------- */

#authentication .loginHeader {
	background-color: var(--lightGreen);
	padding: 20px 20px;
	width: 100%;
	height: 100%;
}

#authentication .loginHeader h1,
#authentication .loginHeader h2 {
	color: #fff;
    text-align: center;
	font-family: "Lato", sans-serif;
}

#authentication .loginHeader h1 {
	font-size: 40px;
	font-weight: 600;
}

.sottotitolo {
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

/* ----- Header title ------- */

#cms #center_column .cmsHeader,
#contact .contactHeader,
#product .productHeader,
body[id^=module-attivazionesuperbill] .tryHeader,
#module-mylicenses-configuration .tryHeader,
body[id^=module-promovirginactiverevolution-landing] .tryHeader{
	background-color: #9DC41A;
	color: #fff;
	padding: 10px 20px;
	display: table;
	width: 100%;
	height: 100%;
}

#cms #center_column .cmsHeader {
	padding: 20px 15%;
	color: #fff;
}

#cms #center_column .cmsHeader.prezzi {
	padding: 0 15%;
	color: #fff;
}

#cms #center_column .cmsHeaderText {
	padding: 15px;
    text-align: center;
}

#cms #center_column .cmsHeaderText h4 {
	color: #444;
	font-size: 21px;
	font-weight: 400;
}

#cms #center_column .cmsHeader img,
body[id^=module-attivazionesuperbill] .tryHeader img,
body[id^=module-promovirginactiverevolution-landing] .tryHeader img{
	height: 200px;
    padding: 0 0 20px;
    margin: 0 auto;
    display: block;
}

#cms #center_column .cmsHeader.prezzi img {
	display: inline-block;
    max-width: 70%;
    padding: 20px 0 0;
    margin: 0;
}

#cms .center_column .cms {
    margin: 0;
    background: transparent;
    padding: 0;
	line-height: 120% !important;
}

#cms .cmsTitleContainer {
	text-align: center;
	padding: 30px 0 0;
	font-size: 15px;
}

#cms h1,
#cms h2,
#contact .contactHeader,
body[id^=module-attivazionesuperbill] .tryHeader,
#module-mylicenses-configuration .tryHeader,
body[id^=module-promovirginactiverevolution-landing] .tryHeader{
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin: 0 !important;
	line-height: 120%;
}

#cms h1,
#contact .contactHeader h1,
body[id^=module-attivazionesuperbill] .tryHeader h1,
#module-mylicenses-configuration .tryHeader h1,
body[id^=module-promovirginactiverevolution-landing] .tryHeader h1{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

#cms h2,
#contact .contactHeader h2,
body[id^=module-attivazionesuperbill] .tryHeader h2,
body[id^=module-promovirginactiverevolution-landing] .tryHeader h2{
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: none;
}

#cms .blockCmsExtra h2 {
	color: #333;
	font-size: 27px;
}

#cms h3,
#authentication .loginHeader h3 {
	font: 600 19px "Open Sans", sans-serif !important;
	text-transform: uppercase;
	color: #777;
	margin-top: 0;
}

#authentication .loginHeader,
#contact .contactHeader,
#module-mylicenses-configuration .tryHeader,
body[id^=module-promovirginactiverevolution-landing] .tryHeader{
	padding-top: 15px;
}
body[id^=module-attivazionesuperbill] .tryHeader {
	padding-top: 30px;
}

#authentication .loginHeader h3,
#contact .contactHeader h1,
#contact .contactHeader h2,
body[id^=module-attivazionesuperbill] .tryHeader h1,
body[id^=module-attivazionesuperbill] .tryHeader h2,
#module-mylicenses-configuration .tryHeader h1,
body[id^=module-promovirginactiverevolution-landing] .tryHeader h1,
body[id^=module-promovirginactiverevolution-landing] .tryHeader h2 {
	color: #fff;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}

#contact .contactHeader h2,
body[id^=module-attivazionesuperbill] .tryHeader h2,
body[id^=module-promovirginactiverevolution-landing] .tryHeader h2{
    color: #fff;
    padding: 0 0 10px;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
}

#authentication h4 {
    text-align: center;
}

#authentication .logoDKID img {
    max-width: 100px;
    display: block;
	margin: 25px auto 25px;
}

#authentication .confirmBox .alert.alert-danger:before {
	display: block;
	font-size: 27px;
}

#authentication .confirmBox .alert.alert-danger a,
#authentication .confirmBox .alert.alert-danger a:hover,
#authentication .confirmBox .alert.alert-danger a:focus {
	color: #e90d00;
}

#alertAddress {
	background-color: #ffedd6;
	border: 1px dotted #fe7a0a;
	padding: 15px;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #ca640d;
}

#alertAddress a {
    color: #e96b00;
}

#alertAddress i {
	color: #ca640d;
	font-size: 19px;
	position: relative;
	top: -2px;
}

#alertAddress h2 {
	color: #ca640d;
	font-size: 21px;
	margin: 0;
}

#alertAddress h3 {
	color: #e96b00;
	font-size: 17px;
	margin: 10px 0 0;
	text-transform: uppercase;
}

#cms .subHeadline h4 {
	color: var(--lightGreen);
	font-size:24px;
}

#cms .cmsHeaderText h1 {
    color: #fff;
    padding: 0;
    font-size: 33px;
    line-height: 100%;
    padding-bottom: 10px;
}

#cms .cmsHeaderText h2 {
    color: #000;
    padding: 0 0 10px;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
}

#cms .subHeadline {
	font-size: 17px;
	margin-top: 10px;
	line-height: 23px;
}

#cms .subHeadline ul {
    margin: 30px 0 0;
	font-size: 15px;
}

#cms .subHeadline ul li {
    background-color: #d9e2c0;
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid #99c620;
    width: auto;
    display: inline-block;
}

#cms #center_column .blockCmsExtra {
	font: 400 14px "Open Sans",sans-serif !important;
}

#cms #center_column .blockCmsExtra .col-xs-12.col-md-4,
#cms #center_column .blockCmsExtra .col-xs-12.col-md-6 {
	margin-bottom: 20px;
}

#cms #center_column .blockCmsExtra hr{
	display: none;
}

#cms #center_column .cmsRegister img {
	max-width: 100%;
	max-height: 250px !important;
	height: auto;
}

#cms #center_column .blockCmsExtra h4 {
	font-size: 17px;
}

#cms #center_column .blockCmsExtra .grey h3,
#cms #center_column .blockCmsExtra .white h3 {
	color: var(--titleGreen);
	font-size: 23px !important;
}

#cms #center_column .blockCmsExtra .grey.list h3 {
	color: var(--lightGreen);
    line-height: 110% !important;
    font-size: 15px !important;
	padding-right: 30px;
}

#cms #center_column .dividerSB {
    margin: 30px 0;
}

#cms #center_column .dividerSB img {
    margin: 20px;
    display: inline-block;
    width: 45px;
}

#cms #center_column .blockCmsExtra .introText {
    font-size: 17px;
    line-height: 23px;
    color: #000;
	margin-bottom: 40px;
	text-align: center;
}

#cms #center_column .dividerSB:before,
#cms #center_column .dividerSB:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: calc(50% - 47px);
    position: relative;
    vertical-align: middle;
}

#cms #center_column .cmsRegister {
    text-align: center;
    max-width: 70%;
    margin: 40px auto 0;
	padding-bottom: 40px;
}

#cms #center_column .cmsRegister h2 {
    font-size: 26px;
    font-weight: 600;
	color: #35450c;
}

#cms #center_column .cmsRegister .subHeadline {
    font-size: 15px;
	color: #35450c;
}

#cms #center_column .cmsRegister .btn {
    margin: 10px auto 0;
    border-radius: 0 !important;
    display: block;
    width: 250px;
}

#cms #center_column .cmsRegister .btn:first-of-type {
    margin: 20px auto 0;
    border-radius: 20px 0 0 0 !important;
    display: block;
    width: 250px;
}

#cms #center_column .cmsRegister .btn:last-of-type {
    margin: 10px auto 20px;
    border-radius: 0 0 20px 0 !important;
    display: block;
    width: 250px;
}

#cms  #center_column .cmsDoubleBlock h3 {
	color: #35450c;
}

#cms #center_column .cmsDoubleBlock .col-xs-12.col-md-6 {
	margin-bottom: 30px;
	font: 400 14px "Open Sans",sans-serif !important;
    vertical-align: middle;
}

#cms #center_column .cmsDoubleBlock img {
	margin-top: 40px;
	max-width: 100%;
}

#cms #center_column .cmsDoubleBlock .blockFloat {
	float: right;
}

.cmsBoxPrice {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	text-align: center;
}

.cmsBoxPrice h4 {

    padding: 10px;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}

.cmsBoxPrice h4 span {
	display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px 0 0 0;
}

.cmsBoxPrice h5 {
	border-bottom: 1px solid #eee;
    padding: 10px;
    margin: 0;
}

.cmsBoxPrice .greenBg {
    color: #333333;
}

.cmsBoxPrice .greenBg a,
.cmsBoxPrice .greenBg a:hover,
.cmsBoxPrice .greenBg a:focus {
    color: #fff;
}

.cmsBoxPrice .cmsProductPrice {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
}

.cmsBoxPrice .cmsProductPrice sup {
    font-size: 23px;
    font-weight: 400;
    padding-right: 5px;
}

.cmsBoxPrice .btn {
	margin: 20px 10px;
}

.cmsBoxPrice .comingSoon {
	font-weight: bold;
	margin:  10px auto;
	color:  var(--lightGreen);
}

#editorial_block_center h1 {
    max-width: 1170px;
    margin: 20px auto 40px;
    text-align: center;
	font-size: 32px;
    margin-top: 30px;
}

#editorial_block_center .deviceSB {
    max-width: 1170px;
    margin: 20px auto 40px;
    text-align: center;
	padding: 0 30px;
}

#editorial_block_center .deviceSB img {
    max-width: 100%;
}

#editorial_block_center .whyBox {
	max-width: 1170px !important;
    padding: 0;
    margin: 20px auto;
    position: relative;
    display: table;
}

#cms .cmsImageContainer {
    margin-top: -20px;
	text-align: center;
}

#cms .cmsImageContainer img {
    margin: 0 0 50px !important;
	max-width: 600px !important;
}

/* #cms i:before {
    font-family: "Font Awesome 5 Free";
}

#cms i {
    font-size: 23px;
    color: #666;
}*/

#cms video {
    margin: 20px auto 40px;
    display: block;
	width: 80%;
	height: auto;
}

@media (max-width: 1200px) {
	#cms .cmsTitlePrezzi:last-child {
		margin-top: 40px;
        padding: 0 30px;
	}
}

@media (max-width: 992px) {
	#cms .columns-container .container-fluid, 
	#authentication .columns-container .container-fluid, 
	#cms .columns-container #columns.container .container-fluid,
	#module-mylicenses-configuration .containerLicenses {
		width: 90% !important;
		margin: 0 auto 40px !important;
	}

	#cms .container-fluid .blockCmsExtra .container.grey .row,
	#cms .container-fluid .blockCmsExtra .container.white .row,
	#cms #center_column .cmsRegister {
		max-width: 90% !important;
	}
	
	#editorial_block_center, 
	#product .columns-container #columns.container,
	#module-attivazionesuperbill-landingdemo .columns-container .container-fluid {
    width: 100% !important;
	}

	#index #cmsinfo_block {
		width: 90% !important;
		margin: -40px auto 20px;
	}
	
	#htmlcontent_top ul li .item-html {
		width: 50% !important;
		padding: 50px 5%;
	}
	
	#htmlcontent_top ul li:last-child .item-html {
		padding: 50px 5%;
	}

	#cms #center_column .blockCmsExtra hr{
		display: block;
		border-top: 1px solid #ddd;
	}
	
	#cms #center_column .blockCmsExtra .col-xs-12.col-sm-12 {
		display: table;
	}

	#editorial_block_center .deviceSB,
	#editorial_block_center .deviceSB img {
		width: 100%;
	}
	
	#cms .blockCmsExtra .list .col-xs-12 {
		margin-bottom: 5px !important;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}
	
	#cms .blockCmsExtra .list .col-xs-12 h3 {
		display: inline-block;
		font-size: 12px !important;
	}
	
	#cms .blockCmsExtra .list .col-xs-12 i {
		display: none
	}
	
	#cms .blockCmsExtra .row:last-child .col-xs-12:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	
	#cms #center_column .blockCmsExtra .dividerSB {
		border: 0 none;
	}

	#cms .cmsHeader h1 {
		font-size: 29px;
	}

	#cms #center_column .cmsHeaderText h4 {
		font-size: 19px;
	}

	#cms #center_column .cmsHeader {
		padding: 10px 20px;
	}
}

@media (max-width: 767px) {

	#editorial_block_center .funzioniHome img {
		max-width: 200px;
	}
	
	#editorial_block_center div.rte p,
	#editorial_block_center .funzioniHome {
		font-size: 14px !important;
		line-height: 110% !important;
	}
	
	#editorial_block_center .funzioniHome h1,
	#editorial_block_center h1 {
		margin: 0 auto 30px;
		font-size: 20px;
	}

	#editorial_block_center .funzioniHome h3,
	#index .editorial_block .text h2 {
		font: 600 16px "Open Sans",sans-serif !important;
		padding-bottom: 0;
		margin: 0;
	}
	
	#cms .cmsHeader h1 {
		font-size: 32px;
	}

	#cms .cmsHeader h2 {
		font-size: 21px;
	}

	#cms #center_column .cmsHeaderText h4 {
		font-size: 17px;
	}

	#cms #center_column .blockCmsExtra hr{
		display: none;
	}
	
	#cms #center_column .blockCmsExtra .col-xs-12.col-sm-12 {
		display: block;
	}
	
	.cmsBoxPrice .cmsProductPrice,
	.cmsBoxPrice h5,
	.cmsBoxPrice h4,
	.cmsBoxPrice {
		border-bottom: 0 none
	}
	
	.cmsBoxPrice .greenBg.numFatt {
		width: 85%;
		margin: 0 auto;
	}
	
	#cms .container-fluid {
		padding: 0 !important;
	}
	
	#cms .container-fluid .blockCmsExtra .container.grey .row,
	#cms .container-fluid .blockCmsExtra .container.white .row,
	#cms #center_column .cmsRegister {
		max-width: 100% !important;
		padding: 0 20px !important;
	}
	
	.post-footer-container {
		height: auto !important;
		padding: 0 10px !important;
	}

	footer.container {
		margin: 0 !important;
		padding: 0 !important;
		max-width: 100% !important;
	}

	footer.container.accordion {
		margin: 0 !important;
		padding: 15px 45px !important;
	}
}

@media (max-width: 844px) {
	#cms #center_column .cmsRegister .col-sm-3 img {
		height: 30vh;
		width: auto;
	}
}

@media screen and (max-width: 1200px) {
	.centerHomeBlock h2 {
		font-size: 24px;
	}

	.centerHomeBlock h3 {
		font-size: 14px;
	}
	
	#index .editorial_block p {
		font-size: 14px !important;
	}

	.centerHomeBlock .textBlockSide p {
		margin-bottom: 0 !important;
	}

	.centerHomeBlock h3:after {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1200px) {
	.centerHomeBlock .dueBlock .textBlockSide,
	.centerHomeBlock .quattroBlock .textBlockSide {
		padding: 40px 30px 40px 55%;
	}

	.centerHomeBlock .unoBlock .textBlockSide,
	.centerHomeBlock .treBlock .textBlockSide {
		padding: 40px 55% 40px 30px;
	}

}

@media screen and (max-width: 992px) {
	.centerHomeBlock .unoBlock {
		background-image: url(../../../img/cms/home1mobile.jpg);
		background-position: right;
		background-color: #fff;
	}

	.centerHomeBlock .dueBlock {
		background-image: url(../../../img/cms/home2mobile.jpg);
		background-position: left;
	}

	.centerHomeBlock .treBlock {
		background-image: url(../../../img/cms/home3mobile.jpg);
		background-position: right;
		background-color: #fff;
	}

	.centerHomeBlock .quattroBlock {
		background-image: url(../../../img/cms/home4mobile.jpg);
		background-position: left;
	}
	
	.centerHomeBlock div {
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.centerHomeBlock .dueBlock .textBlockSide,
	.centerHomeBlock .quattroBlock .textBlockSide {
		padding: 30px 30px 30px 50%;
	}

	.centerHomeBlock .unoBlock .textBlockSide,
	.centerHomeBlock .treBlock .textBlockSide {
		padding: 30px 50% 30px 30px;
	}

	#editorial_block_center .whyBox {
		max-width: 90%;
		width: 90% !important;
		margin: 40px auto;
	}
	
	#editorial_block_center .funzioniHome .whyBox {
		max-width: 90%;
		width: 90% !important;
		margin: 0 auto;
	}
	
	#editorial_block_center .funzioniHome .whyBox .col-sm-12.col-md-4 {
		margin-bottom: 25px;
		display: table;
	}

	.centerHomeBlock .col-sm-12,
	#editorial_block_center .whyBox .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		clear: both;
	}

	#editorial_block_center .whyBox .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width:767px) {
	#header .container .row {
		margin: 0;
	}
	
	header .container {
		max-width: 100% !important;
		padding: 0 !important;
	}

	header .row #header_logo {
		margin-left: 0;
	}

	header .col-sm-cart {
		margin-right: 15px !important;
	}
	
	#editorial_block_center .whyBox .col-xs-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#editorial_block_center .whyBox {
		margin: 0 auto !important;
	}

	.centerHomeBlock div {
		background-repeat: no-repeat;
		background-size: 40% auto;
	}

	.centerHomeBlock .unoBlock,
    .centerHomeBlock .dueBlock,
    .centerHomeBlock .treBlock,
    .centerHomeBlock .quattroBlock {
        background-size: contain;
        background-position: top;
    }

    .centerHomeBlock .unoBlock .textBlockSide,
    .centerHomeBlock .dueBlock .textBlockSide,
    .centerHomeBlock .treBlock .textBlockSide,
    .centerHomeBlock .quattroBlock .textBlockSide {
        padding: 270px 30px 40px;
    }

    .centerHomeBlock .unoBlock {
		background-image: url(../../../img/cms/home1mini.jpg);
	}

	.centerHomeBlock .dueBlock {
		background-image: url(../../../img/cms/home2mini.jpg);
	}

	.centerHomeBlock .treBlock {
		background-image: url(../../../img/cms/home3mini.jpg);
	}

	.centerHomeBlock .quattroBlock {
		background-image: url(../../../img/cms/home4mini.jpg);
	}
}

@media screen and (max-width: 576px) {
	.centerHomeBlock .unoBlock,
    .centerHomeBlock .dueBlock,
    .centerHomeBlock .treBlock,
    .centerHomeBlock .quattroBlock {
        background-size: auto 200px;
        background-position: top;
    }

    .centerHomeBlock .unoBlock .textBlockSide,
    .centerHomeBlock .dueBlock .textBlockSide,
    .centerHomeBlock .treBlock .textBlockSide,
    .centerHomeBlock .quattroBlock .textBlockSide {
        padding: 220px 30px 40px;
    }
	
	#cms #center_column .cmsHeaderText {
        width: 100%;
        display:block;
        height:auto;
     }

	#cms #center_column .cmsHeader img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
     }
	
	#cms .cmsHeader h1 {
		font-size: 32px;
		text-align: center;
		padding-top:0;
	}

	#cms .cmsHeader h2 {
		font-size: 21px;
		text-align: center;
		padding-bottom: 20px;
	}

	#cms .cmsHeader h4 {
		font-size: 18px;
		text-align: center;
	}
	
	#cms #center_column .cmsHeader.prezzi {
		text-align: center;
	}
	
	#cms #center_column .cmsHeader.prezzi img {
		padding: 20px 0;
	}
}

@media screen and (max-width: 992px) {
	#cms .cmsImageContainer {
    	margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	#block_top_menu {
		padding-top: 0;
		height: 52px !important;
	}
	
	header .row #header_logo {
		max-width: 185px;
	}
	
	#header .col-sm-cart .header_user_info {
		margin: 12px 0 0;
	}
	
	.cat-title {
		padding: 15px 20px 15px 20px;
	}
	
	#index .editorial_block li .number {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	
	.footer-container-link .cms-line-footer ul li.item {
		display: block;
		padding-top: 5px;
		margin: 0 15px;
	}
	
	.cms-line-footer .btn.button.button-medium {
		display: block;
		width: 100%;
	}

	.cms-line-footer li:first-child .btn.button.button-medium,
	.cms-line-footer li:last-child .btn.button.button-medium {
		border-radius: 0 !important;
	}
	
	.footer-container .container {
		padding-bottom: 0;
	}
	
	#cms .cmsImageContainer img {
		max-width: 100% !important;
	}
	
	#cms .cmsImageContainer {
		margin-top: 0;
	}

	#cms #center_column .cmsDoubleBlock img {
		margin-top: 40px;
		max-width: 100%;
	}

	#cms #center_column .cmsDoubleBlock .blockFloat {
		float: left;
	}

	#cms #center_column .cmsDoubleBlock img {
		margin-top: 0;
		padding-top:  40px;
		border-top: 1px solid #ddd;
	}

	#cms #center_column .cmsDoubleBlock.first img {
		margin-top: 0;
		padding-top:  0;
		border-top: 0 none;
	}
}

@media screen and (max-width: 992px) and (max-height: 576px) and (orientation: landscape) {

	#index #editorial_block_center {
    	margin: 0px 0 50px 0;
	}
}


@media screen and (max-width: 767px) {
		
	/*.carousel-inner:after {
		display:block;
		content:"";
		position:absolute;
		top:0;
		left:0;
		z-index:1;
		width:100%;
		height:100%;
		background: rgb(255,255,255,0.7);
	}*/
	
	.col-sm-cart {
		margin-bottom: 0;
	}

	.centerHomeBlock {
		position: relative;
		margin: 40px 0;
		display: table;
		width: 100%;
	}
}

.tenantDropdown a.tenant-link .nav-link-text,
.tenantDropdown a.tenant-link:after {
	display: none;
}

.tenantDropdown,
form#orgFormDot {
    display: inline-block !important;
    vertical-align: top !important;
}

.tenantDropdown .dropdown-menu {
    width: 350px;
    left: auto;
    right: 0;
    border-radius: 0;
	z-index: 10000;
}

.tenantDropdown a.dropdown-item, 
.tenantDropdown a.dropdown-item:hover, 
.tenantDropdown a.dropdown-item:focus {
    color: #333;
    display: block;
    padding: 7px 15px;
    margin-bottom: 3px;
}

.tenantDropdown a.dropdown-item:hover,
.tenantDropdown a.dropdown-item.active {
    background-color: #e0e0e0;
    color: #333 !important;
    text-decoration: none;
}

.tenantDropdown a.dropdown-item.active:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #777;
    float: right;
    font-size: 15px;
    line-height: 20px;
}

textarea:focus, input:focus{
    outline: none;
}

#pQuantityAvailable,
#product #usefull_link_block {
	display: none;
	visibility: hidden;
}

#product .pb-center-column h1 {
	font-family: "Lato", sans serif;
	font-size: 30px;
	font-weight: 500;
	color: var(--lightGreen);
	margin:0;
	text-transform: none;
}

.idTabs a:hover,
.idTabs a:focus,
.idTabs .selected,
.idTabs a {
    font-size: 19px;
	color: var(--lightGreen);
}

#product .pb-center-column h2 {
	font-family: "Lato", sans serif;
	font-size: 24px;
	font-weight: 500;
	margin:0;
	text-transform: none;
    padding-bottom: 15px;
}

#product ul {
	font-size: 15px;
	line-height: 150%;
	color: #222;
	letter-spacing: -0.1px;
}

#product #more_info_sheets {
	padding-top: 17px;
	background: white;
	color: #202020;
	border: 1px solid #d6d4d4;
	margin: 0 0 40px;
	padding: 22px 30px 15px 30px;
}

#product .box-info-product {
	margin-bottom: 30px;
}

.info-order i {
    font-size: 16px !important;
    color: #95c11f;
}

.lgcookieslaw_message {
	font-size: 1em;
	padding: 40px;
}


/* MESSAGGI POPUP STANDARD */

.fancybox-overlay {
    background: rgba(0,0,0,0.7) !important;
}

.fancybox-error {
    padding: 30px 30px 30px 90px !important;
    white-space: normal !important;
}

.fancybox-error:before {
    content: "\f05a";
	font-size: 50px;
	font-weight: 900;
	font-family: "FontAwesome";
	position: absolute;
	top: calc(50% - 10px);
	left: calc(-50% + 50px);
	color: #e48d0e;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.fancybox-skin .fancybox-close:hover,
.fancybox-skin .fancybox-close:focus {
    text-decoration:none;
}
.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px; 
  position: absolute;
  top: 3px;
  right: 5px;
}

.fancybox-skin .fancybox-close:after {
    content: "\f00d";
    font-family: "FontAwesome";
	color: #999;
}

table#cart_summary {
    background-color: #f2f2f2;
}

/* BOLLINO UPGRADE */
#goUpgrade {
	display: none;
	visibility: hidden;
}

#index #goUpgrade {
    visibility: visible;
    position: absolute;
    top: 60px;
    right: -5px;
    width: 200px;
    height: 200px;
    text-align: center;
    display: table;
    background-image: url(../../../img/cms/bgUpgrade.png);
    background-repeat: no-repeat;
    background-position: top left;
    transform: rotate(10deg);
}

#index #goUpgrade a,
#index #goUpgrade a:hover,
#index #goUpgrade a:focus {
	color: #fff !important;
	text-decoration: none !important;
}
 
#index #goUpgrade .upgradeText {
    display: table-cell;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    padding: 42px 30px 30px;
    line-height: 22px;
    font-size: 22px;
}

#index #goUpgrade .upgradeText i {
    padding-top: 15px;
    font-size: 30px;
}

#index #goUpgrade .renewText {
    display: table-cell;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    padding: 24px 30px 30px;
    line-height: 22px;
    font-size: 21px;
}

#index #goUpgrade .activedemoText {
    display: table-cell;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    padding: 38px 30px 30px;
    line-height: 22px;
    font-size: 21px;
}

@media screen and (max-width: 767px) {
	#index #goUpgrade,
	#header .banner .verificaMail {
		display: none;
		visibility: hidden;
	}
}

/* PAGINA COOKIE */
#module-cookieb-privacy #CookieDeclarationUserStatusLabel,
#module-cookieb-privacy a,
#module-cookieb-privacy .CookieDeclarationType a {
	font-size: 14px;
}

#module-cookieb-privacy .CookieDeclaration a {
	text-decoration: underline;
}

#module-cookieb-privacy .CookieDeclarationTable {
    background-color: transparent;
    font-size: 14px;
}

#module-cookieb-privacy .CookieDeclarationTableCell {
    border-bottom: 1px solid #bbb;
}

#module-cookieb-privacy .CookieDeclarationType {
    border: 0 none;
    background-color: #fff;
    padding: 10px 15px;
	margin-bottom: 30px;
}

#module-cookieb-privacy #CookieDeclarationUserStatusLabel {
	font-weight: bold;
}

#module-cookieb-privacy div.header-letters:after {
    display: block;	
    content: "Informativa sui cookie";
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 32px;
    line-height: 100%;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

#module-cookieb-privacy .center_column h1 {
	display: none;
}

@media screen and (min-width: 992px) {
	.header-container .container {
		width: 100%;
		max-width: 1170px;
	}
}

@media screen and (min-width: 768px) {
	.header-container .container {
		width: 100%;
	}
}

.header-container .banner .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

#order-opc #columns {
	margin-bottom: 50px;
}

#order-opc #opc_account .address.alternate_item {
    margin: 15px 0 0 !important;
}

#order-opc #opc_account {
    margin-bottom: 20px;
}

#order-opc h1.page-heading-on.step-num {
    margin: 0 15px 10px;
}

#module-cookieb-privacy #center_column {
	padding-bottom: 40px;
}

#order-list .dropdown-menu {
    right: 0 !important;
	left: auto !important;
}

#order-list ul.dropdown-menu li {
    margin: 0 5px !important;
}

#order-list ul.dropdown-menu li a {
    padding: 7px 10px;
}

#order-list ul.dropdown-menu li a:hover, 
#order-list ul.dropdown-menu li a:focus {
	background-color: var(--lightGreen) !important; 
}

#order-list ul.dropdown-menu li.disabled a:hover,
#order-list ul.dropdown-menu li.disabled a:focus {
	background-color: transparent !important; 
}

#DKid_div {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000000000;
}

#DKid_div .layerDKid {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 40px;
	width: 60vw;
	max-height: 60vh;
	margin: 20vh 20vw;
	text-align: center;
	overflow-y: auto;
}

#DKid_div .layerDKid img {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 30px;
}


@media screen and (max-width: 768px) {
	#DKid_div .layerDKid {
		width: 90vw;
		max-height: 90vh;
		margin: 5vh 5vw;
		font-size: 15px;
	}
	
	.containerLicenses .table > thead > tr > th,
	.containerLicenses .table > tbody > tr > td {
		font-size: 12px !important;
		padding: 5px;
	}
}

.sb-demo-success{
	border: 0px none !important;
    background: #cbe1a7 !important;
    color: #000;		
}

#module-attivazionesuperbill-userfreetrial div.checker span {
    position: relative;
    zoom: 1.2;
}

#module-attivazionesuperbill-userfreetrial div.checker {
    width: 18px !important;
    float: left;
    display: inline-block;
    position: relative;
}

#module-attivazionesuperbill-userfreetrial .labelPrivacySB {
    float: left;
    display: inline-block;
    position: relative;
    top: -13px;
    left: 5px;
}

#module-attivazionesuperbill-userfreetrial .alert-info {
	background-color: #f3e0c8;
	border: 0 none;
	color: #202020;
	display: inline-flex;
	margin: 15px 15px 0;
	padding: 5px 10px !important;
}

#module-attivazionesuperbill-userfreetrial .error {
	margin-top: 25px;
}

#module-attivazionesuperbill-userfreetrial .error a,
#module-attivazionesuperbill-userfreetrial .error a:hover,
#module-attivazionesuperbill-userfreetrial .error a:focus {
	color: #dd0000;
	text-decoration: underline;
}

.cart_navigation {
    margin: 20px 0 75px;
}

/* Tag PROMO nella pagina prezzi
.cmsBoxPrice.forfettari:after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    border-color: transparent;
    border-style: solid;
    z-index: 0;
    border-width: 28px;
    border-right-color: #218ef8;
    border-top-color: #218ef8;
}

.cmsBoxPrice.forfettari:before {
    content: "PROMO";
    width: 70px;
    position: absolute;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 18px;
    z-index: 1;
    color: #fff;
    top: 14px;
    right: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} */


/* ICONA QUESTION VICINO A ICO NAV UTENTE */
.col-sm-cart .header_user_info > .link-img-myaccount i.fa-question-circle {
	position: absolute;
	left: 34px;
	top: 2px;
	color: #f46602;
}

@media screen and (max-width: 767px) {
	.col-sm-cart .header_user_info > .link-img-myaccount i.fa-question-circle {
		left: 34px;
		top: 2px;
	}
}


div.errorSB{
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}

body[id^=module-promovirginactiverevolution-landing] .my-btn-container{
	margin-bottom: 10px;
}

@media (max-width: 992px) {

	body[id^=module-promovirginactiverevolution-landing] .my-left-img{
		margin-bottom: 10px;
	}

}


/* SECTION ELYCA HOME PAGE */
#editorial_block_center .elyca img{
	max-width: 170px;
}

#editorial_block_center .elyca h1{
	margin-bottom: 0;
}

#editorial_block_center .elyca h2{
	color:var(--lightGreen);
	font-size: 23px;
	font-weight: bold;
	margin: 20px 0px;
}

#editorial_block_center .elyca .text-elyca p{
	margin-bottom: 10px;
}

#editorial_block_center .elyca .text-elyca span.text-green{
	color:var(--lightGreen);
	font-weight: bold;
}


/*	PAGINA 404	*/
#pagenotfound .pagenotfound .my404title{
	font-size: 150px;
	color: var(--lightGreen);
	text-shadow:
			1px 0px 1px #ccc, 0px 1px 1px #eee,
			2px 1px 1px #ccc, 1px 2px 1px #eee,
			3px 2px 1px #ccc, 2px 3px 1px #eee,
			4px 3px 1px #ccc, 3px 4px 1px #eee,
			5px 4px 1px #ccc, 4px 5px 1px #eee,
			6px 5px 1px #ccc, 5px 6px 1px #eee,
			7px 6px 1px #ccc;
}

#pagenotfound .pagenotfound h1{
	font-family: "Open Sans", sans-serif;
	color: #95c11f;
	text-transform: none;
	font-size: 32px;
	font-weight: normal;
	line-height: 120% !important;
	letter-spacing: -0.5px !important;
	margin:0 !important;

}

#pagenotfound .pagenotfound h3{
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 28px;
	line-height: normal;
	margin-bottom: 18px;
}

#pagenotfound .pagenotfound p{
	font: 600 16px / 20px "Open Sans", sans-serif;
	color: #555454;
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 19px;
	margin-bottom: 20px;
	text-transform: unset !important;
}

#pagenotfound .pagenotfound .button{
	margin: 0 auto;
}

/*	----------------- PAGINA LOGIN - AUTHENTICATION-SSO ----------------- */

#authentication  .columns-container {
	background-color: #fcfcfc !important;
}

#authentication .loginRegisterBox h2 {
	font-size: 24px;
	text-align: center;
}

.bottoni-login {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#authentication .loginRegisterBox .btn {
	margin: 20px;
}

.div-registrazione {
	margin: 30px 0;
}

#center_column > div.container-fluid.loginRegisterBox > div > div > div > div:nth-child(3) > p:nth-child(1) {
	margin-bottom: 16px;
}

/*	----------------- PAGINA Ordinari ----------------- */
#module-content-prezzi  .cmsBoxPrice .cmsProductPrice,
#index .cmsBoxPrice .cmsProductPrice {
	color: #00A887;
	border-bottom: none;
	font-size: 30px;
}

.divider {
	display: block;
	border-top: 1.5px solid #9dc41a !important;
	width: 20%;
	align-self: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#SBContent .pricing {
	background: var(--lightGreen);
}

#SBContent .pricing:hover, #SBContent .pricing:focus {
    background: var(--lightGreenHover) !important;
}


#module-content-prezzi #SBContent > div.container-fluid > div > div:nth-child(4) > div > div > table > thead,
#index #SBContent > div.container-fluid > div > div:nth-child(4) > div > div > table > thead,
#SBContent > div.container-fluid > div > div:nth-child(4) > div > div > table > thead {
	background-color: #f2f2f2;
}

@media (max-width: 768px) {
	#index #SBContent > div.container-fluid > div > div:nth-child(3) > div > div.col-xs-12.col-sm-7 > div > h4,
	#module-content-prezzi #SBContent > div.container-fluid > div > div:nth-child(3) > div > div.col-xs-12.col-sm-7 > div > h4,
	#module-content-forfettari #SBContent > div.container-fluid > div > div:nth-child(3) > div > div.col-xs-12.col-sm-7 > div > h4 {
		margin-top: 20px;
	}
}
/*	----------------- PRODUCT - pagina prodotto ----------------- */
.divider-product {
	display: block;
	border-top: 1.5px solid #9dc41a !important;
	width: 60px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

.payment_price {
	color: #6E6E6E;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

/*	----------------- Prova gratis ----------------- */

body[id^=module-attivazionesuperbill] .tryHeader h1 {
	font-family: 'Lato', sans-serif !important;
	text-transform: none;
	color: #fff;
    font-size: 40px;
    line-height: 100%;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
	font-weight: 600;
}

@media (min-width: 992.99px) { 
	.prova_gratis_attiva {
	display: flex;
	align-items: center;
}
}

.list_provagratuita {
	margin-top: 8px;
}


/*	----------------- Checkout ----------------- */
.addresses .select label {
	font-size: 18px;
}

/*	----------------- Carrello cart ----------------- */
    #order .page-heading,
	#order-opc .page-heading,
	#module-mylicenses-configuration .page-heading.bottom-indent {
    font: 600 24px "Open Sans", sans-serif;
    color: #333333 !important;
    padding: 0;
    margin: 30px 0 0 0;
    border-bottom: none;
    overflow: hidden;
    letter-spacing: 0;
    }

    p.heading-counter {
    font: 500 16px "Open sans", sans-serif;
    float: right;
    color: #494940;
    text-transform: none;
    letter-spacing: 0;
	    margin-bottom: 20px;
}

p #summary_products_quantity{
    font-weight: 600;
}

#cart_summary thead th {
    background-color: var(--titleGreen);
    color: #fff;
	font-weight: 600;
    letter-spacing: 0.2px;
}

.price {
    color: #333333;
    font: 600 17px "Open sans", sans-serif;
    white-space: nowrap;
    line-height: 18px;
}

.cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover {
    color: #9DC41A;
}

.cart_total_price td.total_price_container span, 
.cart_total_price td.total_price_container, 
.cart_total_price td#total_price_container {
    color: #333333 !important;
    background-color: transparent !important;
    text-align: right;
}

.product-name a:hover {
    color:  #9DC41A;
	text-decoration: none;
}

#cart_summary tfoot td#total_price_container {
    font: 600 21px / 25px "Open Sans", sans-serif;
    color: #333333;
    background: transparent;
}

#cart_summary tbody td.cart_product {
    padding: 10px 10px 10px 0px;
    width: 100px;
}

#center_column > p.cart_navigation.clearfix > a.btn.button.btn_secondary > i,
#center_column > p.cart_navigation.clearfix > a.btn.btn-default.button.btn_primary > span > i,
#center_column > div > p.cart_navigation.clearfix > a > i {
	margin-right: 5px;
}

#button_order_cart > span > i {
	margin-left: 5px;
}

#voucher > fieldset > button {
	margin: 0 !important;
	padding: 5px 20px !important;
}

.cart_voucher fieldset #discount_name {
	margin-top: 5px;
}

/* errore */
.error_notloggedpurchased {
	font-weight: 600;
	font-size: 16px;
	padding-left: 5px;
}

li.error_list a {
	color: #333333;
    font-weight: 600;
    text-decoration: underline;
}

div.alert.alert-danger {
	margin-top: 35px;
}

/*	----------------- FOOTER ----------------- */

#index .post-footer-container {
	margin-top: 20px;
}


.contenitori-logo-footer {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
}

.logo-right {
	margin: 20px 20px 20px 0;
	display: flex;
	flex-direction: column;
}

.post-footer-container .row {
    margin: 20px 0 10px 0;
}

.post-footer-container div.rights {
    padding: 0 !important;
	text-align: left;
	color: #aaa !important;
}

.post-footer-container a,
.post-footer-container a:hover,
.post-footer-container a:focus {
	text-decoration: none !important;
}

.post-footer-container div.rights img.DKFooter {
	width: 80px;
	opacity: 0.75;
	display: block;
}


.post-footer-container div.rights img.SBFooter {
	width: 150px;
    margin: 20px 5px -6px 0;
	display: inline-block;
	vertical-align: bottom;
	opacity: 0.75;
}

.post-footer-container {
    background: #383838;
    height: auto;
	padding: 0 30px;
}

#cms .post-footer-container #post-footer, 
#cms .center_column .post-footer-container #post-footer {
    max-width: 1140px !important;
    margin: 0 auto;
}

.footer-container {
	background: #000;
}

.footer-container-link {
	display: none;
	visibility: hidden;
}

.footer-container-link {
    background: #f2f2f2 !important;
}

#index .footer-container-link {
    background: #f2f2f2 !important;
	display: block;
	visibility: visible;
}

.footer-container-link .cms-line-footer ul {
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}

.footer-container-link .cms-line-footer ul li.item {
    display: inline-block;
}

.footer-container-link #footer #social_block ul li a, 
.footer-container-link #footer #social_block ul li a:hover, 
.footer-container-link #footer #social_block ul li a:focus {
    color: #fff;
}

#footer #social_block .list-footer,
.footer-container #footer #block_contact_infos > div ul li i,
.footer-container #footer #block_contact_infos > div ul li,
.footer-container #footer a,
.shopping_cart > a:first-child:before {
	color: #fff;
}

#footer #newsletter_block_left .form-group .form-control {
    color: #fff;
	border-radius: 0;
    border: 0 none;
	background-color: rgba(255,255,255,0.2);
    border-bottom: 2px solid rgba(255,255,255,0.4);
}

#footer #newsletter_block_left .form-group .button-small,
#footer #newsletter_block_left .form-group .button-small:hover,
#footer #newsletter_block_left .form-group .button-small:focus,
#footer #newsletter_block_left .form-group .button-small:hover:after,
#footer #newsletter_block_left .form-group .button-small:focus:after,
#footer #newsletter_block_left .form-group .button-small span,
#footer #newsletter_block_left .form-group .button-small span:hover,
#footer #newsletter_block_left .form-group .button-small span:focus,
#footer #newsletter_block_left .form-group .button-small:hover span,
#footer #newsletter_block_left .form-group .button-small:focus span {
	border: 0 none;
	background: transparent !important;
	box-shadow: 0 0 0 0;
	color: white !important;
	height: auto !important;
	border-radius: 0 !important;
}

#footer #newsletter_block_left .form-group .button-small:after {
    content: "\f061";
}

.footer-container .container {
    padding: 25px;
	font-size: 13px;
}

footer i.fab:before {
	font-weight: 400;
	font-family: "Font Awesome 5 Brands" !important;
}

footer i:before {
	font-size: 36px;
	margin-left: 5px;
}

.socialIconsFooter {
	text-align: right; 
	padding-top: 18px;
}
	
.post-footer-container div.rights.row.footerLastRow {
	margin-bottom: 70px;
}

.post-footer-container a {
	color: #C2C2C2;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.post-footer-container a:hover {
	color: #ffffff;
}

.blockLinkFooter p,
.footerLastRow p {
	font-weight: 500;
	color: #C2C2C2;
}


/*	----------------- fine FOOTER ----------------- */



/*	----------------- HOME ----------------- */

body[id^="index"] #columns.container,
body[id^="index"] #columns.container #center_column,
body[id^="index"] #SBContent .container-fluid,
body[id^="index"] #SBContent .container {
    max-width: 100% !important; 
	padding: 0 !important;
	width: 100% !important;
}

body[id^="index"] #columns.container #center_column .container-fluid .blockCmsExtra .container.white {
    padding: 40px 0 !important;
	background-color: #fff;
}

body[id^="index"] .container-fluid .blockCmsExtra .container.white .row,
body[id^="index"] .container-fluid .blockCmsExtra .container.grey .row {
    max-width: 1170px !important;
    margin: 0 auto !important;
    text-align: center;
}

body[id^="index"] #columns.container #center_column .container-fluid .blockCmsExtra .container.grey {
    padding: 30px 0 !important;
}
#SBContent > div.container-fluid > div > div.container.grey {
    margin-bottom: 40px;
}

body[id^="index"] .container-fluid .blockCmsExtra .container.white img {
    max-height: 250px;
    max-width: 100%;
}

/*.testata_header {
	background-image: url(/img/headerSB-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80% 50%;
	width: 100%;
	height: 550px;
	padding-top: 40px;
}

#editorial_block_center > div > div.testata_header > div {
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 100px 0 20px;
}

.title_box {
	width: fit-content;
}

.h1_testata {
background-color: rgb(150, 145, 136, .7);
}

#editorial_block_center h1 {
	color: #fff;
	font-size: 40px;
    text-align: left;
    margin-top: 0;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 600;
	margin: 20px auto 30px;
}

#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(1) {
	margin-left: 0px;
	background: var(--lightGreen) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 26px;
    color: #fff ;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid var(--lightGreen) !important;
}

#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(1):hover, 
#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(1):focus {
    background-color: var(--lightGreenHover) !important;
    text-decoration: none;
    color: #fff !important;
    border: 2px solid var(--lightGreenHover) !important;
}

#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(2) {
	margin-left: 0px;
	background: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 26px;
    color: var(--lightGreen);
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #fff !important;
}

#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(2):hover, 
#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(2):focus {
    background-color: var(--lightGreen) !important;
    text-decoration: none;
    color: #fff !important;
    border: 2px solid var(--lightGreen) !important;
}


#editorial_block_center .funzioniHome h2,
#editorial_block_center > div > h2 {
    width: 70%;
    margin: 60px auto 60px;
    text-align: center;
    font-size: 32px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color: #333333;
}

@media (max-width: 1350px) {
.testata_header {
	background-position: 70% 50%;
}

#editorial_block_center h1 {
font-size: 36px;
}
}

@media (max-width: 1000px) {
#editorial_block_center h1 {
font-size: 32px;
}
.testata_header {
	background-position: 80% 50%;
}

}

@media (max-width: 800px) {
#editorial_block_center h1 {
font-size: 28px;
}
}

@media (max-width: 768px) {
#editorial_block_center h1 {
font-size: 26px;
margin: 20px auto 10px;
}

.h1_testata {
background-color: rgb(150, 145, 136, .5);
}

.button_box {
	display: flex;
	flex-direction: column;
}
#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(1) {
	width: 180px;
	margin: 10px 0px 0px 0px;
}

#editorial_block_center > div > div.testata_header > div > div.button_box > a:nth-child(2) {
	margin: 10px 0px 10px 0px;
	width: 220px;
}
}

@media (max-width: 567px) {
#editorial_block_center > div > div.testata_header > div {
	max-width: 100%;
    margin: 0 10px;
    padding: 0 0px 0 10px;
}
#editorial_block_center h1 {
font-size: 22px;
margin: 20px auto 10px;
}

.testata_header {
	background-image: url(/img/headerSB.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 450px;
	padding-top: 40px;
}

} */


/*--------------- Regime forfettario ------------*/ 

#SBContent > div.container-fluid > div > div:nth-child(1) > div > div > div.spacing > ul {
	font-size:16px;
}



/*--------------- Pagina trailer ------------*/ 

.trailer-text {
	text-align: left;
}


/* ------ Min-height pagine -----*/
#my-account #top-column-container, 
#module-nexixpay-payment #top-column-container,
#module-nexixpay-payment #top-column-container,
#module-bankwire-payment #top-column-container, 
#module-attivazionesuperbill-userfreetrial #top-column-container,
#order-confirmation #top-column-container,
#addresses #top-column-container,
#identity  #top-column-container,
#history #top-column-container,
#module-nexixpay-pay #top-column-container,
#module-nexixpay-ritorno #top-column-container {
	min-height: 60vh;
}

/* ------ dettaglio ordine -----*/
#history #block-order-detail > p {
	margin-bottom: 10px;
}

/* ------ ordine bonifico -----*/
p.space-bottom {
	margin-bottom: 10px;
    margin-top: 20px;
}


/* ------ ordine nexipay -----*/
.center_column  p.warning {
	margin-bottom: 20px;
}

@media (max-width: 768.99px) {
p.heading-counter {
	float: left;
}
}

@media (max-width: 768.99px) {
.cart_navigation .btn.button.btn_secondary,
.cart_navigation .btn.btn-default.button.btn_primary {
	float: left !important;
	margin: 16px 0 16px 0;
}

.cart_navigation {
    margin: 20px 0 40px; 
}
}

/* conferma registrazione */
.label-bold {
	font-weight: 600;
}

.right-btn {
	float: right;
}