@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,700');
/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700);*/

@import url(foundation-icons.css);
* {
	--light-color: #ffdd08;
	--dark-color: #000000;
	--lp-light-color: #ffdd08;
	--lp-dark-color: #000000;
	--lp-main-color: #ffb5e6;
}
html{
	font-size: 62.5%;
}
body {
	/* imposto 10 px anzichè 16px che è quella di default (100%) */
	/*background-color:#ECF1F6;
	background-image:url('../img/background_chiaro.png');
	background-repeat:repeat-y;
	background-position: top center;*/
}

@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */


@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */




br.clearfloat{
	clear:both;
	height:0;
	line-height:0px;
}
div.clearfloat{
	clear:both;
}

.row {
	/* 1000px */
	/* max-width: 62.5rem; */
	/* 1280 px*/
	/*max-width: 80rem;*/
	max-width: 128rem;
}
.box_menu_top{
	width:100%;
	background-color:var(--dark-color);
}
nav{
	text-align:right;
}
nav a{
	color:#FFFFFF;
	font-size:1.4rem;
}
#contenitore_left_home{
	background-color:#FFFFFF;
	/*box-shadow:2px 0px 0px 0px rgba(0, 0, 0, 0.25);*/
	position:relative;
	z-index:20;
	width:100%;
}
#contenitore_left{
	background-color:#FFFFFF;
	/*box-shadow:2px 0px 0px 0px rgba(0, 0, 0, 0.25);*/
	position:relative;
	z-index:20;
	width:65.5%;
	margin-left:17.5%;
	margin-right:17%;
	padding-bottom:3rem;
}
#contenitore_right{
	/*padding-left:0;*/
	background-color:#FCF8E7;
	/*right:0;
	position:absolute;
	z-index:100;*/
	margin-top:-7.1rem;
}
@media only screen and (max-width: 860px) {
	#contenitore_left{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}
@media only screen and (max-width: 800px) {
	#contenitore_right{
		margin-top:-5.5rem;
	}
}
@media only screen and (max-width: 640px) {
	#contenitore_right{
		margin-top:0;
	}
	h1.size36{
		font-size:28px;
		line-height:1.2;
	}
}

#contenitore_left_toppa{
	background-color:#FFFFFF;
	/*box-shadow:2px 0px 0px 0px rgba(0, 0, 0, 0.25);*/
	box-shadow:none;
	position:relative;
	z-index:20;
}
#contenitore_right_toppa{
	/*padding-left:0;*/
	background-color:#FCF8E7;

}
.container{
	/*overflow:hidden;*/
}
.container_interno{
	/*position:relative;*/
	position:relative;
}
.font1{
	font-family: 'PT Sans', sans-serif;
}
.font2{
	font-family: 'PT Sans Narrow', sans-serif;
}
.bold{
	font-weight:700;
}
.size10{
	font-size: 1rem;
}
.size12{
	font-size: 1.2rem;
}
.size14{
	font-size: 1.4rem;
}
.size16{
	font-size: 1.6rem;
}
.size18{
	font-size: 1.8rem;
}
.size20{
	font-size: 2rem;
}
.size22{
	font-size: 2.2rem;
}
.size24{
	font-size: 2.4rem;
}
.size26{
	font-size: 2.6rem;
}
.size28{
	font-size: 2.8rem;
}
.size30{
	font-size: 3rem;
}
.size32{
	font-size: 3.2rem;
}
.size34{
	font-size: 3.4rem;
}
.size36{
	font-size: 3.6rem;
}

ol {
  margin-left: 2.4rem;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: var(--dark-color);
  font-style: italic;
}
blockquote {
  margin: 1rem 0 1.25rem;
  padding: 0.5rem 1.25rem 0.5rem;
  border-left:8px solid var(--light-color);
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: var(--dark-color);
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.subheader {
  line-height: 1.5;
  color: var(--dark-color);
  font-size:1.8rem;
}

p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0rem;
  color:var(--dark-color);
}
a {
  color: #f26522;
}
a:hover, a:focus {
    color: #DB500D;
}
/* padding generico top e bottom */
.ptop1{
	padding-top:1rem;
}
.ptop2{
	padding-top:2rem;
}
.ptop3{
	padding-top:3rem;
}
.pbottom1{
	padding-bottom:1rem;
}
.pbottom2{
	padding-bottom:2rem;
}
.pbottom3{
	padding-bottom:3rem;
}
/* margin generico top e bottom */
.mtop1{
	margin-top:1rem;
}
.mtop2{
	margin-top:2rem;
}
.mtop3{
	margin-top:3rem;
}
.mbottom1{
	margin-bottom:1rem;
}
.mbottom2{
	margin-bottom:2rem;
}
.mbottom3{
	margin-bottom:3rem;
}
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-style: normal;
  background: #f04124;
}
input[type="text"], input[type="password"]{
	font-size: 1.4rem;
	/*padding-top:1rem;
	padding-bottom:1rem;*/
  	/*height: 2.5rem;
  	line-height: 2.5rem;*/
}
textarea{
	font-size: 1.4rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.show{
	 display: inherit !important;
}
.has-tip {
	border-bottom: solid 1px #CCCCCC;
  font-weight: normal;
  color: #666666;
  font-size: 1.3rem;
}
.has-tip:before {
	content:'i';
	font-size:1.6rem;
	padding:0.25em 0.7em;
	background:var(--light-color);
	color:#000;
	font-weight:700;
	margin-right:0.5em;
	text-decoration:none;
}
.has-tip:hover, .has-tip:focus {
    border-bottom: solid 1px var(--dark-color);
    color: var(--dark-color);
}
.has-tip:hover:before, .has-tip:focus:before {
  color: var(--light-color);
  background: #000;
}
.tooltip {
	font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  padding: 1rem;
  color: var(--dark-color);
  background: var(--light-color);
}
 .tooltip > .nub {

    border-color: transparent transparent var(--light-color) transparent;
}
.nascondi{
	display:none;
}
.lista_pagina{
	margin-left:3rem;
}
/* fine generale */



/* header */
header{
	/*box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.25);*/
	background-color:var(--light-color);

}
.box_logo{
	margin-top:-2.8rem;
	padding-left:0;
}
.box_logo img{
	width:90%;
}
.box_header_right{
}
.box_header_right nav{
	text-align:left;
}
.box_header_right nav a{
	color:#FFFFFF;
	font-size:1.4rem;
}
.logo2 img{
	width:90%;
}
.top-bar {
	background-color:var(--dark-color);
  	/*height: auto;*/
  	line-height: 2.4rem;
}
.top-bar-section ul li {
    background: var(--dark-color);
}
.top-bar-section ul li > a {
      font-size: 1.4rem;
      font-family: 'PT Sans', sans-serif;
}
.top-bar-section ul li a:hover {
      color:var(--light-color);
}
.top-bar-section ul li.active > a {
      background: var(--dark-color);
}
.top-bar-section li:not(.has-form) a:not(.button) {
      background: var(--dark-color);
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: var(--dark-color);
        background: var(--dark-color);
        color: var(--light-color);
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
      color: var(--light-color);
      background: var(--dark-color);
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: var(--dark-color);
        color: var(--light-color);
}

.box_header_right .top-bar {
	/*background-color:#FFFFFF;*/
	background-color:var(--light-color);
}
.box_header_right .top-bar-section ul li {
    	/*background: #FFFFFF;*/
			background-color:var(--light-color);
}


.box_header_right .top-bar-section ul.left {
	width:100%;
}

.box_header_right .top-bar-section ul li > a {
        font-size: 1.7rem;
      	color: var(--dark-color);
      	font-family: 'PT Sans', sans-serif;
}
.box_header_right .top-bar-section ul li a:hover {
      color:var(--light-color);
}
.box_header_right .top-bar-section ul li.active > a {
      /*background: #FFFFFF;*/
			background: var(--light-color);
}

.box_header_right .top-bar-section li:not(.has-form) a:not(.button) {
      /*background: #FFFFFF;*/
			background: var(--light-color);
			padding-left:3rem;
}
.box_header_right .top-bar-section ul li.has-dropdown a{
	padding-left:0.9375rem !important;
}
.box_header_right .top-bar-section li:not(.has-form) a:not(.button):hover {
        /*background-color: #FFFFFF;
        background: #FFFFFF;*/
				background-color: var(--light-color);
				background: var(--light-color);
      color: #F26522;
}
.box_header_right .top-bar-section li.active:not(.has-form) a:not(.button) {
      /*color: #F4C300;*/
      /*background: #FFFFFF;*/
			background: var(--light-color);
			color: #F26522;
}
.box_header_right .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        /*background: #FFFFFF;
        color: #F4C300;*/
				background: var(--light-color);
        color: #F26522;
}
.box_header_right .top-bar .toggle-topbar a {
      color: var(--dark-color);
}
.box_header_right .top-bar .toggle-topbar.menu-icon a {
        color: var(--dark-color);
}
.box_header_right .top-bar .toggle-topbar.menu-icon a span::after {
          right: 0.5rem;
          box-shadow: 0 0 0 1px var(--dark-color), 0 7px 0 1px var(--dark-color), 0 14px 0 1px var(--dark-color);
          width: 16px;
}
.box_header_right .top-bar.expanded .title-area {
      background: #DDDDDD; }
.box_header_right .top-bar.expanded .toggle-topbar a {
      color: #888888;
}
.box_header_right .top-bar-section .dropdown li.parent-link{
	display:none !important;
}

.breadcrumbs {
  /*background-color: #EBEBEB;*/
	background-color: transparent;
  border-radius: 0;
  border:none;
  margin-top:2px;
}

.breadcrumbs > * {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #898989;
}
.breadcrumbs > * a {
      color: #898989;
}
.breadcrumbs > * a:hover {
      color: var(--dark-color);
}
.breadcrumbs > * a:focus {
      color: var(--dark-color);
}
.breadcrumbs a:hover {
      color: var(--dark-color);
}
.breadcrumbs a:focus {
      color: var(--dark-color);
}
.breadcrumbs > *.current {
      color: var(--dark-color);
}
.breadcrumbs > *.current a {
        color: var(--dark-color);
}
.breadcrumbs > *:before {
      content: "•";
      color: #898989;
}
.button {
	box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.25);
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
	box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0);
	background-color:#F26522;
}
.icona_riepilogo{
	background-color:var(--light-color);
	position:fixed;
	bottom:5px;
	right:5px;
	width:50px;
	-webkit-border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-khtml-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	text-align:center;
	z-index:100;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.5);
}
.icona_riepilogo:hover, .icona_riepilogo:focus{
	background-color:#F26522;
	box-shadow:none;
}
.icona_riepilogo i{
	font-size:34px;
	color:var(--dark-color);
}

.puls_carrello_header{
		float:right;
}
.cont_menu_head{
	float:left;
	padding-top:2rem;
}
.box_header_right .top-bar-section .has-dropdown > a:after{
	border-color: var(--dark-color) transparent transparent transparent;
}
.box_header_right .top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
	background-color:var(--dark-color);
}
.box_header_right .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover{
	color:var(--light-color);
}
.box_header_right .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
	padding-top:0.5rem;
	padding-bottom:0.5rem;

}
@media only screen and (max-width: 1024px) {
	.cont_menu_head{
		padding-top:0rem;
	}
	.logo2{
		padding-top:0;
	}
	.puls_carrello_header{
		margin-top:-1.6rem;
	}
}
@media only screen and (max-width: 870px) {
	.logo2{
		padding-bottom:0;
	}
}
@media only screen and (max-width: 800px) {
	.box_logo{
		margin-top:-1.5rem;
	}
}
@media only screen and (max-width: 768px) {
	.box_header_right .top-bar-section li:not(.has-form) a:not(.button) {
		padding-left:1rem;
	}
}
@media only screen and (max-width: 640px) {
	.puls_carrello_header{
		margin-top:-3.3rem;
	}
	.box_logo{
		margin-top:0;
	}
	.box_logo img{
		width:60%;
	}
	.box_header_right .top-bar.expanded .title-area{
		background-color:var(--light-color);
	}
	.box_header_right .top-bar.expanded .toggle-topbar a{
		color:var(--dark-color);
	}
	.box_header_right .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover{
		color:#F26522;
	}
	.box_header_right .top-bar .toggle-topbar.menu-icon{
		margin-right:7rem;
	}
	.box_header_right .top-bar .title-area{
	}
	.box_header_right .top-bar{
		min-height:55px;
	}
	.box_header_right .ico_carrello{
		width:46px !important;
		background-size:contain;
		padding-top:1px;
		padding-right:6px;
	}
}
@media only screen and (max-width: 610px) {
	.box_logo img{
		width:80%;
	}
}
@media only screen and (max-width: 480px) {
	.box_logo img{
		width:85%;
	}
}


/* home */
.totale_ordine{
	background-color:var(--light-color);
	color:var(--dark-color);
}
.totale_ordine span{
	color:#F26522;
}
.box_toppa_home{
	position:relative;
	padding-left: 0;
	padding-right: 0;
	text-align:center;
}
.img_toppa_home{
	position:relative;
	z-index:20;
	background-color:var(--light-color);
	margin-left:1rem;
	margin-right:1rem;
	/*height:200px;*/
	position:relative;
}
.img_toppa_home img{
	width:100%;
}
.txt_img_home{
	position:absolute;
	width:100%;
	bottom:0;
	background-color:rgba(27,43,59,0.4);
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	display:block;
}
a:hover .txt_img_home{
	background-color:rgba(27,43,59,0.8);
}
#img_toppa1_home{
	/*background: url('../img/toppa1.jpg') no-repeat top center ;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#img_toppa2_home{}
#img_toppa3_home{}
.puls_toppa_home{
	/*display:block;*/
	/*background-color:var(--dark-color);*/
	/*color:#FFFFFF;*/
	color:var(--dark-color);
	margin-left:1rem;
	margin-right:1rem;
	/*margin-top:-4rem;*/

	position:relative;
	z-index:30;
	/*box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.25);*/
	border:2px solid var(--light-color);
	display:inline;
	text-align:center;
	padding-left:2rem;
	padding-right:2rem;
	text-transform:uppercase;
}

.puls_toppa_home:hover, .puls_toppa_home:focus{
	/*color:#F4C300;*/
	/*background:#F26522;*/
	color:var(--dark-color);
	/*color:#FFFFFF;*/
	/*box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0);*/
	background:var(--light-color);
}
.box_consegna_home{
	background-color:#DFE7EF;
	border:1px solid #BDBAAD;
	margin-left:auto;
	margin-right:auto;
}
.ico_consegna_home img{
	width:80%;
}
.txt_consegna_home{

}
.box_scegli_home p{
	border-left:1px solid var(--dark-color);
	height:100%;
}
.ico_scelto_home img{
	width:80%;
}
.box_immagine_home{
	height:150px;
	position:relative;
	background-color:#E1E1E1;
	background-repeat:no-repeat;
	background-position:center center;
}
.box_immagine_home a{
	display:block;
	width:100%;
	height:100%;
}
.icona_toppa{
	position:absolute;
	right:0;
	top:0;
	width:20%;
	background-color:var(--light-color);
}
.icona_toppa img{
	width: 85%;
	padding: 7.5% 0;
	margin: 0 auto;
	display: block;
}
.box_menu_bottom{
	background-color:#8FA6BF;
	color:#FFFFFF;
}
.box_menu_bottom h4, h5{
	color:#FFFFFF;
}
.box_menu_bottom h5{
	color:#FFFFFF;
}
.input_azienda.attiva{
	display:block;
}
#input_azienda,
#input_piva,
#input_pec,
#input_sdi,
#input_cf,
#input_richiedi_fattura {
	display:none;
}
.input_azienda.attiva{
	display:block !important;
}
.box_banner_home{
	/*background-color:#FFCD00;*/
}
.box_img_banner{
	background-color:#FFCD00;
	border-top:1px solid #FFCD00;
	border-bottom:1px solid #FFCD00;
}
.box_banner_home img{
	width:100%;
}
.txt_sped_head{
	color:var(--light-color);
	font-size:1.2rem;
	text-align:left;
	padding-left:2rem;
}
.descr_toppa_home{
	padding-left:1.5rem;
	padding-right:1.5rem;
	line-height:1.3;
}
@media only screen and (max-width: 660px) {
	.txt_sped_head{
		display: none;
	}
}
.box_sped_48{
}
.box_sped_48_int{
	background-color:var(--dark-color);
}
.img_fulm{
	padding-top:7rem;
	padding-bottom:3rem;
	padding-left:5rem;
}
.txt_sped_48{
	color:var(--light-color);
	font-size:60px;
	padding-left:2rem;
	line-height:1.0;
}
.box_img_how_to{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-image: url('../img/ricamorapido-denim-quentin-tarantino-patch.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.box_how_to{
	background-color:var(--light-color);
}
.sez_how{
	background-color:var(--light-color);
}
.ico_howto{
	text-align:center;
}
.txt_howto{
		font-size:20px;
		line-height:1.3;
}
.tit_insta{
		font-size:56px;
}
.tit_insta a{
	color:var(--dark-color);
}
.tit_insta a:hover, .tit_insta a:focus{
	color:#f26522;
}
.sez_newslett{
	background-image:url('../img/ricamorapido-newsl-patch-02.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.sez_form_newslett input, .sez_form_newslett input:focus{
	background-color: transparent;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:4px solid var(--dark-color);
	box-shadow:none;
	color:var(--dark-color);
	font-size:24px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.sez_form_newslett input:focus{
	border-bottom:4px solid var(--light-color);
}
.sez_form_newslett input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--dark-color);
    opacity: 1; /* Firefox */
}
.sez_form_newslett input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:var(--dark-color);
}
.sez_form_newslett input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:var(--dark-color);
   opacity:  1;
}
.sez_form_newslett input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:var(--dark-color);
   opacity:  1;
}
.sez_form_newslett input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:var(--dark-color);
}
.sez_form_newslett input::-ms-input-placeholder { /* Microsoft Edge */
   color:var(--dark-color);
}

.sez_form_newslett .box_captcha{
	margin-left:auto;
	margin-right:auto;
}
.sez_form_newslett .button{
	box-shadow:none;
	border:2px solid var(--dark-color);
	color:var(--dark-color);
	background-color:transparent;
	font-weight:bold;
}
.sez_form_newslett .button:hover, .sez_form_newslett .button:focus{
	background-color:var(--dark-color);
	color:#FFFFFF;
}
.contact_home a{
	color:var(--dark-color);
}
.contact_home a:hover, .contact_home a:focus{
	color:var(--light-color);
}
.box_social_home {
}
.box_social_home i{
	font-size:30px;
	padding-left:5px;
	padding-right:5px;
	color:var(--dark-color);
}
.box_social_home i:hover{
	color:var(--light-color);
}
.tit_home{
	line-height:1.2;
}
.tit_home2{
	line-height:1.2;
}
.par_home1, .par_home2{
	padding-left:1.5rem;
	padding-right:1.5rem;
	line-height:1.3;
}
.par_home3{
	padding-left:1.5rem;
	padding-right:1.5rem;
}
@media only screen and (max-width: 1024px) {
	.txt_sped_48{
		font-size:40px;
	}
	.img_fulm{
		padding-top:3rem;
	}
	.img_fulm img{
		width:78px;
	}
	.tit_insta{
			font-size:40px;
	}
}
@media only screen and (max-width: 860px) {
	.tit_home{
		font-size:30px;
	}
	.tit_home2{
		font-size:24px;
	}
	.par_home1, .par_home2{
		font-size:18px;
		line-height:1.2;
	}
	.txt_img_home{
		font-size:20px;
	}
	.descr_toppa_home{
		font-size:14px;
		line-height:1.2;
	}
	.txt_sped_48{
		font-size:36px;
	}
	.img_fulm img{
		width:70px;
	}
	.txt_howto{
		font-size:18px;
		line-height:1.2;
	}
	.tit_insta{
			font-size:30px;
	}
	.col_foot_home1{
		width:50%;
	}
	.col_foot_home2{
		width:50%;
	}
	.col_foot_home3{
		width:50%;
		margin-top:3rem;
	}
}
@media only screen and (max-width: 768px) {
	.txt_sped_48{
		font-size:32px;
	}
	.img_fulm{
		padding-top:2rem;
		padding-bottom:2rem;
	}
}
@media only screen and (max-width: 640px) {
	.tit_home{
		font-size:24px;
	}
	.par_home1, .par_home2{
		font-size:16px;
	}
	.img_fulm{
		text-align:center;
	}
	.txt_sped_48{
		text-align:center;
		padding-bottom:2rem;
	}
	.sez_form_newslett input, .sez_form_newslett input:focus{
		font-size:18px;
	}
	.col_foot_home1{
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
	.col_foot_home2{
		width:80%;
		margin-left:10%;
		margin-right:10%;	}
	.col_foot_home3{
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
}



/* footer */
.blocco_footer{
	background-color:var(--dark-color);
}
.txt_footer{
	color:#FFFFFF;
	font-size:13px;
}
.txt_footer a{
	color:#FFFFFF;
}
.box_social_footer {
}
.box_social_footer i{
	font-size:22px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}
.box_social_footer i:hover{
	color:var(--light-color);
}
footer nav.menu_bottom a{
	font-size:1.3rem;
}
footer nav.menu_bottom a:hover, footer nav.menu_bottom a:focus, footer a:hover, footer a:focus{
	color:var(--light-color);
}
/* fine footer */


/* pagina toppe */
.txt_toppe1{
	color:#898989;
}
.accordion {
	margin-left:0px;
      background-color:#DFE7EF;
}
.accordion li{
	padding-left:0px;
	padding-right:0px;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: var(--dark-color);
}
.accordion .accordion-navigation > a, .accordion dd > a {
      background: var(--dark-color);
      color: #FFFFFF;
      cursor:default;
      font-family: 'PT Sans Narrow', sans-serif;
      font-size:2.4rem;
      padding:0.5rem;
      padding-left:1.2rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
      background: var(--dark-color);
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
      background-color:#DFE7EF;
      color:var(--dark-color);
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
      background-color:#DFE7EF;
}
.accordion .accordion-navigation > .content.active1, .accordion dd > .content.active1 {
        display: block;
}
label {
  font-size: 1.6rem;
  color: var(--dark-color);
}
#newsletter label {
  color: #FFFFFF;
}
#newsletter label a{
  color: #FFFFFF;
  text-decoration:underline;
}
#newsletter label a:hover, #newsletter label a:focus{
  color: var(--dark-color);
}
.box_forma{
	float:left;
	width:130px;
	margin-left:11px;
	margin-right:11px;
	cursor:pointer;
	text-align:center;
}
.box_forma_active{
	background-color:#FFFFFF;
	box-shadow:2px 2px 0px 0px rgba(0, 0, 0, 0.25);
}
.box_forma img{
	width:90%;
}
.riga_riepilogo{
	border-bottom:1px solid var(--light-color);
	padding-left:1rem;
}
.riga_riepilogo b{
	color:#CCCCCC;
}
#r_forma{
	width:100px;
}
#r_forma img{
	width:100%;
}
.box_tipo_attacco{
	float:left;
	width:136px;
	margin-left:11px;
	margin-right:11px;
}
.box_tipo_attacco img{
	width:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.5rem;
}
.box_mod_pagamento{
	width:auto;
	margin-right:2rem;
}
.box_mod_pagamento img{
	height:20px;
}
.box_captcha{
	width:200px;
}
.menu_bottom a:hover, .menu_bottom a:hover{
	color:var(--dark-color);
}


/* box alert dimensioni */
#info_misure{
	display:none;
	background-color:#F26522;
}
#info_num_lettere{
	display:none;
	background-color:#F26522;
}


/* MODIFICHE RICCARDO */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	margin-bottom:1em;
}

.ui-selectmenu-menu .ui-menu {
  /* overflow: auto; */
  /* Support: IE7; */
  overflow: scroll;
  padding-bottom: 1px;
  height: 30em;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 1rem 1rem 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	margin-left: 0;
  	margin-right:0;
}


@media only screen and (max-width: 40em) {
	.top-bar{
		min-height:36px;
	}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 64em) { /* max width: 1024px */

	.box_scegli_home_cont .pbottom2 {
		padding-top:2em;
		padding-bottom:2em;
	}
}
@media only screen and (max-width: 48em) {

.box_mod_pagamento{
	padding-top:1em !important;
	padding-bottom:1em !important;
}
}
@media only screen and (max-width: 60em) { /* max width: 960px */

	.box_header_right .top-bar-section ul li > a {font-size: 1.5rem;}
}
@media only screen and (max-width: 52.5em) { /* max width: 840px */
	.box_header_right .top-bar{
		margin-left:-20px;
	}
	.box_header_right .top-bar-section ul li > a {font-size: 1.4rem;}

}






/* box overlay */
.overlay_box{
	font-weight:700;
	font-size:16px;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:1000000000;
	opacity:1;
}
.overlay_box_int{
	text-align:center;
	position:absolute;
	top:40%;
	width:100%;

}



/* pagina login */
.box_recupera_pwd{
	display:none;
}
.forma_portachiavi{
	display:none;
}
.box-fronte-e-retro{
	display:none;
}
.box-fronte-e-retro-attivo{
	display:block;
}

.box_tipologia{
	float:left;
	cursor:pointer;
	text-align:center;
	padding:15px !important;
}
.box_tipologia_active{
	background-color:#FFFFFF;
	box-shadow:2px 2px 0px 0px rgba(0, 0, 0, 0.25);
}
.box_tipologia img{
	width:100%;
}

.puls_carrello_riep{
	padding-bottom: 19px;
}
@media only screen and (max-width: 800px) {
	.puls_carrello_riep{
		padding-bottom: 4px;
	}
}
.ico_carrello{
	display:block;
	/*float:left;*/
	float:right;
	width:51px;
	height:34px;
	background-image:url('../img/icona-carrello-blu.png');
	background-repeat:no-repeat;
	color:#FFFFFF !important;
	padding-right:9px;
	padding-top:2px;
}
.txt_carrello{
	display:block;
	padding-top:15px;
	padding-left:5px;
	float:left;
}
.puls_carrello a .txt_carrello{
	color:#1A2B3C;
}
.puls_carrello a:hover .txt_carrello{
	color:#F26522;
}
.puls_carrello a:hover .ico_carrello{
	background-image:url('../img/icona-carrello-arancio.png');
}
.tot_carrello{
	border-top:1px solid #F26522;
	margin-top:5px;
	padding-top:5px;
}
.box_riepilogo_carrello{
	border-top:1px solid #1A2B3C;
	padding-top:5px;
	margin-top:7px;
}
.box_cont_carrello{
	background-color:#DFE7EF;
}
.head_carrello{
	background: var(--dark-color);
	color: #FFFFFF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.6rem;
	padding: 0.5rem;
	padding-left: 1.2rem;
	line-height:1.0;
}
.elem_carrello{
	color:var(--dark-color);
	font-size:1.4rem;
	border-top:1px solid var(--dark-color);
	padding-top:5px;
	padding-bottom:5px;
}
.totale_txt{
	font-size:2rem;
}
.totale_imp{
	font-size:2rem;
	color:#F26522;
}


.alert-box.hide{
	display:none;
}
.alert-box.show{
	display:block;
}
.link_login{
	color:#FFFFFF;
	text-decoration:underline;
}
.bordo{
	border-left:1px solid var(--dark-color);
}


.box_social_top{
	background-color: var(--dark-color);
	padding-top:0px;
	padding-bottom:0px;
}
.box_social_top_int {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.box_social_top_int i{
	font-size:28px;
	padding-left:5px;
	padding-right:5px;
	color:var(--light-color);
}
.box_social_top_int i:hover{
	color:#FFFFFF;
}
.box_social_bottom{
	background-color: var(--dark-color);
	padding-top:10px;
	padding-bottom:10px;
}
.box_social_bottom_int {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.box_social_bottom_int i{
	font-size:44px;
	padding-left:15px;
	padding-right:15px;
	color:var(--light-color);
}
.box_social_bottom_int i:hover{
	color:#FFFFFF;
}

.elem_area_ris{
	background-color:#DFE7EF;
	color:var(--dark-color);
	font-size:1.4rem;
	border-bottom:1px solid var(--dark-color);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}




.prezzo_campionario{
	color: #F26522;
	font-size:4rem;
	font-weight:700;
}
.sped_campionario{
	color: var(--dark-color);
	font-size:1.6rem;
	line-height:1.1;
}


.nazione{
	font-size: 1.4rem;
	height: auto;
}


/* recensioni */
a.link_alert{
	color:var(--dark-color);
	font-weight:700;
}
a.link_alert:hover{
	color:#FFFFFF;
}
.input_voto label{
	display:inline-block;
	padding-right:2rem;
}
.input_voto input[type="radio"]{
	margin:0;
}
.riga_form_recensione{
	background-color: #DFE7EF;
}
.box_recensione{
	background-color: #DFE7EF;
	padding:2rem;
	color:var(--dark-color);
}
.voto_rec{
	color:#aaa;
}
.voto_rec .sel{
	color:var(--dark-color);
}
.stato_rec.attesa{
	margin-bottom:0;
	padding:1rem;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.stato_rec.censurato{
	padding:1rem;
	margin-bottom:0;
	color:#cf2a0e;
	padding-left:0;
}
.box_risposta{
	background-color: #DFE7EF;
	color:var(--dark-color);
}
.stato_rec.pubblicato{
	padding:1rem;
	margin-bottom:0;
	color:#368a55;
	padding-left:0;
}


.tito_toppa{
	display:block;
	color:var(--dark-color);
	line-height:1.1;
	padding-top:1rem;
	font-weight:bold;
}
.cate_toppa{
	display:block;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.box_prod_cat{
	padding-bottom:2rem;
}
.prez_toppa{
	color:var(--dark-color);
}
.prez_toppa_bar{
	text-decoration: line-through;
	color:var(--dark-color);
}
a:hover .tito_toppa, a:focus .tito_toppa{
	color:#F26522;
}
.pagina_prodotto{
		padding-bottom:3rem;
		padding-top:3rem;
		padding-left:2rem;
		padding-right:2rem;
}
.label_prod{
	text-transform:uppercase;
}
input.qta_carr{
	padding-top:10px;
	padding-bottom:10px;
	height:40px;
}
.agg_carr{
	padding-top:10px;
	padding-bottom:10px;
}
.richiesta.size24{
	line-height:1.2;
}
.richiesta.size22{
	line-height:1.2;
}
@media only screen and (max-width: 1024px) {
	.prez_toppa{
		font-size:20px;
	}
	.tit_pag_prod{
		font-size:24px;
	}
	.richiesta.size24{
		font-size:20px;
	}
}
@media only screen and (max-width: 800px) {
	.box_dett_prodo{
		width:100%;
		left:0;
	}
	.box_img_prodo{
		width:100%;
		right:0;
	}
}

.reveal-modal{
		background: transparent!important;
		box-shadow: none!important;
		border: none!important;
}

.reveal-modal .close-reveal-modal {
	font-size: 4.5rem!important;
	color: white!important;
	font-weight: normal!important;
}




/* modifica saldi */
.box_off_saldo{
	position:absolute;
	max-width:45%;
	display:block;
}
.box_off_saldo img{
	width:auto;
}
.box_adv_saldi{
	background-color:#BC2424;
	width:100%;
	border:1px solid #BC2424;
}
.pattern_adv_top{
	height:20px;
	background-image:url(../img/offerta-speciale.jpg);
	background-repeat:repeat-x;
}
#contenitore_left_home_saldi {
    background-color: #FFFFFF;
    /* box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.25); */
    position: relative;
    z-index: 20;
		padding:15px;
		width:100%;
}
#contenitore_left_toppa_saldi {
	background-color:#FFFFFF;
	/*box-shadow:2px 0px 0px 0px rgba(0, 0, 0, 0.25);*/
	box-shadow:none;
	position:relative;
	z-index:20;
	padding:15px;
}

.txt_adv1{
	text-align:center;
	padding-top:20px;
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.1;
}
.txt_adv2{
	text-align:center;
	padding-bottom:20px;
	font-size:36px;
	color:#FFFFFF;
	line-height:1.1;
}
.txt_adv2 b{
	font-style: italic;
}

/* VP: form arrows */

ul.accordion > li.accordion-navigation > a {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 40em) {
	ul.accordion > li.accordion-navigation > a > span {
		display: none;
	}
}

/* VP: nl form */

form.nl-form {
	display: flex;
	flex-direction: column;
}

form.nl-form > .nl-menu-item-wrapper {
	display: inherit;
	flex-direction: row;
	align-items: center;
}

form.nl-form > .nl-menu-item-wrapper.nl-menu-item-wrapper-submit {
	justify-content: space-between;
}

.nl-attempt-message {
	padding: 0.5rem;
	color: white;
}

/* Promo code top */
#promo-code-reminder {
	text-transform:uppercase;
	color:var(--lp-light-color);
}

#promo-code-stamp {
	color:var(--lp-main-color);
	font-weight:bold;
}

#promo-code-reminder-med {
	text-transform:uppercase;
	display: none;
	font-size:0.7rem;
}

#promo-code-stamp-med {
	color:var(--lp-main-color);
	background-color: #000;
	padding: 2px;
	font-weight:bold;
}

#promo-code-reminder-sm {
	text-transform: uppercase;
	display: none;
	font-size:0.8rem;
}

#promo-code-stamp-sm {
	color:var(--lp-main-color);
	background-color: #000;
	padding: 2px;
	font-weight:bold;
}

@media (min-width: 640px) and (max-width: 966px) {
	#promo-code-reminder {
		display: none;
	}
	#promo-code-reminder-med {
		display: block;
	}
}

@media (min-width: 300px) and (max-width: 640px) {
	#promo-code-reminder-sm {
		display: block;
	}
}

.box_menu_top.box_menu_top_all {
	display: block!important;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding: 5px;
	font-size:1.2rem;
}

@media (min-width: 0px) and (max-width: 525px) {
	.box_menu_top.box_menu_top_all {
		text-align: justify;
		text-justify: inter-word;
	}
}

/* da commentare quando disattiviamo il banner */
/*#contenitore_right{
	margin-top:-22.65rem;
}
@media only screen and (max-width: 860px) {
	//#contenitore_left{
		//width:100%;
		//margin-left:0;
		//margin-right:0;
	}
}
@media only screen and (max-width: 800px) {
	#contenitore_right{
		margin-top:-21.2rem;
	}
}
@media only screen and (max-width: 640px) {
	#contenitore_right{
		margin-top:0;
	}
}*/
/* Landing page */
/*.box_menu_top_lp,
.box_menu_top_lp .top-bar,
.box_menu_top_lp .top-bar-section li,
.box_menu_top_lp .top-bar-section li a {
	background-color: var(--lp-dark-color)!important;
	background: var(--lp-dark-color)!important;
}

.header_lp,
.header_lp .top-bar {
	background-color: var(--lp-light-color)!important;
}

.lp_main_container {
	background-color: pink;
}

.lp_main_container,
.lp_main_container h1,
.lp_main_container p,
.lp_main_container a {
	color: var(--lp-dark-color)!important;
}

.lp_main_container a {
	color: var(--lp-dark-color)!important;
	text-decoration: underline;
}

#promo_code {
	background-color: white;
	border: 2px solid var(--lp-dark-color);
	box-shadow: 4px 4px var(--lp-dark-color);
	padding: 0.5rem 2rem 0.5rem 2rem;
}

.title {
    font-size: 7.2rem;
}

.paragraph {
    font-size: 1.6rem;
}

.badge {
    font-size: 2.4rem;
}*/

/*

Rosa bkg: #ffb5e6
Giallo bkg: ffdd08
Nero: #000000
 
Font Arial Bold 24
Link allo shop arial sottolineato 18

*/

.fake-input, select#prov {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #898989;
  display: flex;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  padding-left: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
  align-items: center;

}

select#prov {
	font-size: 1.4rem;
	padding-bottom: 0;
	padding-top: 0;
}
select#prov.selected, select#prov:active, select#prov:focus {
	color: rgba(0, 0, 0, 0.75);
}

/* mods for CH 2023 */

.rcr-christmas-banner {
	display: block;
}

.rcr-christmas-banner > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
