@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------------- */
/* font-family: 'Prompt', sans-serif; > 100, 300, 400, 600 > NEW - TUTTO
/* -------------------------------------------------------------------------------------------------------------- */

html { margin: 0; padding: 0; width: 100%; height: 100%; scroll-padding-top: 150px; }
body { margin: 0; padding: 0; width: 100%; height: 100%; font-family: 'Prompt', sans-serif; background-color: #FFF; color: #000; letter-spacing: 1px; }

a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; margin:0; padding:0; }
p { margin: 0; padding: 0; }
hr { background-color: #000; border: 0 none; clear: both; height: 1px; }
table { border-collapse: collapse; border-spacing: 0; }
form { margin: 0; padding: 0; }
img { border: none; }
section { display: block; }
input { color: rgba(0, 0, 0, 1); }
video, object { left:0; position:absolute; top:0; }
input[placeholder] { color: rgba(0, 0, 0, 1); }
option { padding: 5px; }
button:focus { outline: none; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #888; }
::-webkit-scrollbar-thumb:hover { background: #555; }

.alert ul { padding: 0; list-style: none; }

.separatore { clear: both; font-size: 0px; height: 0px; }
.right { float: right !important; }
.left { float: left !important; }
.visibilityVisible { visibility: visible !important; }
.visibilityhid { visibility: hidden !important; }
.displaynone { display: none !important; }
.displayBlock { display: block !important; }
.displayInlineBlock { display: inline-block !important; }
.displayFlex { display: flex !important; }
.positionRelative { position: relative !important; }
.overflowhid { overflow: hidden !important; }

.cursorPoiner { cursor: pointer; }

.displaynone { display: none !important; }
.displayInLineBlock { display: inline-block !important; }

.positionRelative { position: relative !important; }

.alignleft { text-align: left !important; }
.aligncenter { text-align: center !important; }
.alignright { text-align: right !important; }
.alignjustify { text-align: justify !important; }

.vertical_center { align-items: center; display: flex; min-height: 100%; }

.top0 { top: 0 !important; }
.right0 { right: 0 !important; }
.right2 { right: 2% !important; }
.bottom0 { bottom: 0 !important; }
.left0 { left: 0 !important; }

.width10 { width: 10% !important; }
.width20 { width: 20% !important; }
.width30 { width: 30% !important; }
.width33 { width: 33% !important; }
.width40 { width: 40% !important; }
.width50 { width: 50% !important; }
.width60 { width: 50% !important; }
.width100 { width: 100% !important; }

.txtBlack { color: rgba(0, 0, 0, 1) !important; }
.txtWhite { color: rgba(255, 255, 255, 1) !important; }
.txtGreyLight { color: rgba(220, 220, 220, 1) !important; }
.txtGrey { color: rgba(153, 153, 153, 1) !important; }
.txtRed { color: red !important; }

.fontSize20 { font-size: 20px!important; }
.fontSize24 { font-size: 24px!important; }
.fontSize25 { font-size: 25px!important; }
.fontSize32 { font-size: 32px!important; }

.fontSize1rem { font-size: 1rem!important; }
.fontSize2rem { font-size: 2rem!important; }

.fontWeight100 { font-weight: 100 !important; }
.fontWeight200 { font-weight: 200 !important; }
.fontWeight300 { font-weight: 300 !important; }
.fontWeight400 { font-weight: 400 !important; }
.fontWeight500 { font-weight: 500 !important; }
.fontWeight600 { font-weight: 600 !important; }
.fontWeight700 { font-weight: 700 !important; }
.fontWeight800 { font-weight: 800 !important; }
.fontWeight900 { font-weight: 900 !important; }

.lineHeight34 { line-height: 34px!important; }

.lineHeight2rem { line-height: 2rem!important; }
.lineHeight2_25rem { line-height: 2.25rem!important; }

.underline { text-decoration: underline !important; }
.underlineNone { text-decoration: none !important; }
.lineThrough { text-decoration: line-through !important; }

.txtItalic { font-style: italic !important; }

.txtUppercase { text-transform: uppercase !important; }
.txtCapitalize { text-transform: capitalize !important; }

.borderLeft1px { border-left: solid 1px #000 !important; }
.borderRight1px { border-right: solid 1px #000 !important; }
.borderTop1pxBlack { border-top: solid 1px #000 !important; }
.borderTop1pxWhite { border-top: solid 1px #FFF !important; }
.borderBottom1pxBlack { border-bottom: solid 1px #000 !important; }
.borderBottom1px { border-bottom: solid 1px #000 !important; }
.borderAlertRed { border: solid 2px red !important; }

.margin0 { margin: 0px !important; }
.margin0auto { margin: 0 auto!important; }
.marginLeft0 { margin-left: 0px !important; }
.marginLeft10 { margin-left: 10px !important; }
.marginLeft20 { margin-left: 20px !important; }
.marginLeft30 { margin-left: 30px !important; }
.marginLeft40 { margin-left: 40px !important; }
.marginLeft50 { margin-left: 50px !important; }
.marginLeft60 { margin-left: 60px !important; }
.marginLeft70 { margin-left: 70px !important; }
.marginLeft80 { margin-left: 80px !important; }
.marginLeft90 { margin-left: 90px !important; }
.marginLeft100 { margin-left: 100px !important; }
.marginRight0 { margin-right: 0px !important; }
.marginRight10 { margin-right: 10px !important; }
.marginRight20 { margin-right: 20px !important; }
.marginRight30 { margin-right: 30px !important; }
.marginRight40 { margin-right: 40px !important; }
.marginRight50 { margin-right: 50px !important; }
.marginRight60 { margin-right: 60px !important; }
.marginRight70 { margin-right: 70px !important; }
.marginRight80 { margin-right: 80px !important; }
.marginRight90 { margin-right: 90px !important; }
.marginRight100 { margin-right: 100px !important; }
.marginTop0 { margin-top: 0px !important; }
.marginTop10 { margin-top: 10px !important; }
.marginTop20 { margin-top: 20px !important; }
.marginTop30 { margin-top: 30px !important; }
.marginTop40 { margin-top: 40px !important; }
.marginTop50 { margin-top: 50px !important; }
.marginTop60 { margin-top: 60px !important; }
.marginTop70 { margin-top: 70px !important; }
.marginTop80 { margin-top: 80px !important; }
.marginTop90 { margin-top: 90px !important; }
.marginTop100 { margin-top: 100px !important; }
.marginTop150 { margin-top: 150px !important; }
.marginBottom0 { margin-bottom: 0px !important; }
.marginBottom10 { margin-bottom: 10px !important; }
.marginBottom20 { margin-bottom: 20px !important; }
.marginBottom30 { margin-bottom: 30px !important; }
.marginBottom40 { margin-bottom: 40px !important; }
.marginBottom50 { margin-bottom: 50px !important; }
.marginBottom60 { margin-bottom: 60px !important; }
.marginBottom70 { margin-bottom: 70px !important; }
.marginBottom80 { margin-bottom: 80px !important; }
.marginBottom90 { margin-bottom: 90px !important; }
.marginBottom100 { margin-bottom: 100px !important; }
.marginBottom130 { margin-bottom: 130px !important; }

.marginTop1Perc { margin-top: 1% !important; }
.marginTop2Perc { margin-top: 2% !important; }
.marginTop3Perc { margin-top: 3% !important; }
.marginTop4Perc { margin-top: 4% !important; }
.marginTop5Perc { margin-top: 5% !important; }
.marginTop10Perc { margin-top: 10% !important; }
.marginBottom1Perc { margin-bottom: 1% !important; }
.marginBottom2Perc { margin-bottom: 2% !important; }
.marginBottom2_5Perc { margin-bottom: 2.5% !important; }
.marginBottom3Perc { margin-bottom: 3% !important; }
.marginBottom4Perc { margin-bottom: 4% !important; }
.marginBottom5Perc { margin-bottom: 5% !important; }
.marginBottom7_5Perc { margin-bottom: 7.5% !important; }
.marginBottom10Perc { margin-bottom: 10% !important; }
.marginRight2Perc { margin-right: 2% !important; }
.marginRight5Perc { margin-right: 5% !important; }
.marginRight10Perc { margin-right: 10% !important; }
.marginRight15Perc { margin-right: 15% !important; }
.marginRight20Perc { margin-right: 20% !important; }
.marginRight25Perc { margin-right: 25% !important; }
.marginRight30Perc { margin-right: 30% !important; }
.marginRight35Perc { margin-right: 35% !important; }
.marginRight40Perc { margin-right: 40% !important; }
.marginRight45Perc { margin-right: 45% !important; }
.marginLeft5Perc { margin-left: 5% !important; }
.marginLeft10Perc { margin-left: 10% !important; }
.marginLeft15Perc { margin-left: 15% !important; }
.marginLeft20Perc { margin-left: 20% !important; }
.marginLeft25Perc { margin-left: 25% !important; }
.marginLeft30Perc { margin-left: 30% !important; }
.marginLeft35Perc { margin-left: 35% !important; }
.marginLeft40Perc { margin-left: 40% !important; }
.marginLeft45Perc { margin-left: 45% !important; }

.marginLateralia05Perc { width: 49% !important; margin: 0.5% 0.5% 0.5% 0.5% !important; }
.marginLateralia5Perc { width: 90% !important; margin: 0 5% 0 5% !important; }
.marginLateralia15Perc { width: 70% !important; margin: 0 15% 0 15% !important; }

.padding0 { padding: 0px !important; }
.padding8Perc { padding: 8%!important; }
.padding20Perc { padding: 20%!important; }
.padding30 { padding: 30px !important; }
.padding50 { padding: 50px !important; }
.paddingLeft0 { padding-left: 0px !important; }
.paddingLeft1Perc { padding-left: 1%!important; }
.paddingLeft2Perc { padding-left: 2%!important; }
.paddingLeft5Perc { padding-left: 5%!important; }
.paddingLeft10 { padding-left: 10px !important; }
.paddingLeft10Perc { padding-left: 10% !important; }
.paddingLeft20 { padding-left: 20px !important; }
.paddingLeft20Perc { padding-left: 20% !important; }
.paddingLeft30 { padding-left: 30px !important; }
.paddingLeft40 { padding-left: 40px !important; }
.paddingLeft50 { padding-left: 50px !important; }
.paddingLeft60 { padding-left: 60px !important; }
.paddingLeft70 { padding-left: 70px !important; }
.paddingLeft80 { padding-left: 80px !important; }
.paddingLeft90 { padding-left: 90px !important; }
.paddingLeft100 { padding-left: 100px !important; }
.paddingRight0 { padding-right: 0px !important; }
.paddingRight1Perc { padding-right: 1%!important; }
.paddingRight10 { padding-right: 10px !important; }
.paddingRight10Perc { padding-right: 10% !important; }
.paddingRight20 { padding-right: 20px !important; }
.paddingRight20Perc { padding-right: 20% !important; }
.paddingRight30 { padding-right: 30px !important; }
.paddingRight40 { padding-right: 40px !important; }
.paddingRight50 { padding-right: 50px !important; }
.paddingRight60 { padding-right: 60px !important; }
.paddingRight70 { padding-right: 70px !important; }
.paddingRight80 { padding-right: 80px !important; }
.paddingRight90 { padding-right: 90px !important; }
.paddingRight100 { padding-right: 100px !important; }
.paddingTop0 { padding-top: 0px !important; }
.paddingTop1Perc { padding-top: 1%!important; }
.paddingTop10 { padding-top: 10px !important; }
.paddingTop20 { padding-top: 20px !important; }
.paddingTop30 { padding-top: 30px !important; }
.paddingTop40 { padding-top: 40px !important; }
.paddingTop50 { padding-top: 50px !important; }
.paddingTop60 { padding-top: 60px !important; }
.paddingTop70 { padding-top: 70px !important; }
.paddingTop80 { padding-top: 80px !important; }
.paddingTop90 { padding-top: 90px !important; }
.paddingTop100 { padding-top: 100px !important; }
.paddingBottom0 { padding-bottom: 0px !important; }
.paddingBottom1Perc { padding-bottom: 1%!important; }
.paddingBottom10 { padding-bottom: 10px !important; }
.paddingBottom20 { padding-bottom: 20px !important; }
.paddingBottom30 { padding-bottom: 30px !important; }
.paddingBottom40 { padding-bottom: 40px !important; }
.paddingBottom50 { padding-bottom: 50px !important; }
.paddingBottom60 { padding-bottom: 60px !important; }
.paddingBottom70 { padding-bottom: 70px !important; }
.paddingBottom80 { padding-bottom: 80px !important; }
.paddingBottom90 { padding-bottom: 90px !important; }
.paddingBottom100 { padding-bottom: 100px !important; }

.bgColorBlack { background-color: rgba(0, 0, 0, 1) !important; }
.bgColorWhite { background-color: rgba(255, 255, 255, 1) !important; }
.bgColorGreyLight { background-color: rgba(245, 245, 245, 1) !important; }
.bgColorGrey { background-color: rgba(153, 153, 153, 1) !important; }

.g-recaptcha { visibility: hidden !important; }
	.g-recaptcha.visibilityVisible { visibility: visible !important; }
.grecaptcha-badge {  z-index: 1; }

#loading_page { width: 100%; height: 100%; top: 0; left: 0; position: fixed; display: block; opacity: 0.9; background-color: white; z-index: 99999; text-align: center; }
#loading_page_image { width: 15%; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 100; }

.vaschetta_dsk_img { display: block !important; }
.vaschetta_mbl_img { display: none !important; }





/* -------------------------------------------------------------------------------------------------------------- */





/* HEADER */
#header { position: fixed; display:block; width: 100%; min-width: 1200px; top: 0; right: 0; left: 0; z-index: 1000; background-color: rgba(255, 255, 255, 1); transition: background-color 0.5s ease; -moz-transition: background-color 0.5s ease; -o-transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; }
#header:hover { background-color: rgba(255, 255, 255, 1); }

.header_desktop { display: block; }
.header_mobile { display: none; }

.header_shipping_box { margin: 0 0 5px 0; padding: 0 0 0 0; display: inline-table; width: 100%; color: black; font-size: 10px; letter-spacing: 1px; font-weight: 300; text-transform: uppercase; background-color: rgba(237, 237, 237, 1); text-align: center; }

.header_sx { float: left; width: 25%; margin: 10px 0 0 10%; }
	.header_sx img { cursor: pointer; display: inline-block; }
	.header_sx i { cursor: pointer; display: inline-block; }
.cart_items_in { position: absolute; top: -8px; left: 40px; width: 15px; height: 15px; background-color: transparent; border-radius: 15px; text-align: center; color: #000; font-size: 10px; font-weight: 600; }
.header_center { float: left; width: 30%; text-align: center; }
	.header_center img { margin: 10px 0 0 0; height: 75px; width: auto; max-width: 100%; }
.header_dx { float: left; width: 25%; margin: 10px 10% 0 0; text-align: right; }
	.header_search_field { display: inline-block; }	
	.header_icon_cart { display: inline-block; padding-top: 10px; }

.menu_main { font-style: normal; font-weight: 400; margin: 0; padding: 15px 0px 15px 0px; color: #000; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-bottom: solid 1px #fff; }
	.menu_main a { color: #000; text-decoration: none; }
    .menu_main a.active { font-weight: 600; }
	.menu_main ul { margin: 0; padding: 0; }
	.menu_main ul li { list-style-type: none; display: inline-block; margin: 0 10px 0 10px; }
	.menu_main img { cursor: pointer; }
	
#generalmenu_wrap { display: none; position: absolute; margin-top: -5px; z-index: 600; }
	.generalmenu_container { background-color: transparent; padding: 10px 0px 0px 0px; width: 200px; }
		.generalmenu_container_list { background-color: rgba(255, 255, 255, 1); margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px; text-transform: uppercase; }
		.generalmenu_container_list a { color: #000; font-size: 12px; font-weight: 300; }
		.generalmenu_container_list ul { margin: 0; padding: 0; }
		.generalmenu_container_list ul li { font-size: 12px; list-style-type: none; line-height: 27px; display: block !important; }

.search_field_header { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #fff; height: 37px; overflow: hidden; padding: 0 0 0 0; position: relative; width: 180px; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/icon_lente.svg?v=1.1') no-repeat; background-size: 25px; text-overflow: ""; background-position: 150px 0px; text-indent: 10px; }
.search_field_header:focus { border-top: solid 1px #fff; border-left: solid 1px #fff; border-right: solid 1px #fff; border-bottom: solid 1px #000; outline: none; }

#submenu_uomo_wrap { display: none; position: absolute; padding-top: 0px; margin-top: -20px; z-index: 1150; width: 100%; background-color: transparent; }
#submenu_donna_wrap { display: none; position: absolute; padding-top: 0px; margin-top: -20px; z-index: 1150; width: 100%; background-color: transparent; }
.submenu_donna_wrap { display: none; position: absolute; padding-top: 0px; margin-top: -20px; z-index: 1150; width: 100%; background-color: transparent; }

.submenu_container { overflow: auto; padding: 0; margin: 15px 0px 0px 0px; top: 0; background-color: rgba(255, 255, 255, 1); }
	.submenu_container_wrap { text-transform: uppercase; overflow: auto; padding: 0; margin: 0 auto; top: 0; text-align: center; }
	
		.submenu_block_nodi { width: 20%; margin: 0.5% 2% 1% 2%; display: inline-table; font-size: 12px; }
        .menu_main a.active { font-weight: 600; }
		.submenu_block_nodi ul { margin: 0; padding: 0; }
			.submenu_block_nodi ul li { list-style-type: none; background-color: transparent; color: #000; display: block; margin: 0px 0px 0px 0px; padding: 0; letter-spacing: 1px; line-height: 22px; }
				.submenu_block_nodi ul li:first-child {font-weight: 600; }
					#submenu_gumzine .submenu_block_nodi ul li:first-child { font-weight: normal; }
				.submenu_block_nodi ul li a { font-size: 12px; color: #000; text-transform: uppercase; text-decoration: none; }
		
		.submenu_block_attributi { width: 10%; margin: 57px 2% 1% 2%; display: inline-table; font-size: 12px; }
		.submenu_block_attributi ul { margin: 0; padding: 0; }
			.submenu_block_attributi ul li { list-style-type: none; background-color: transparent; color: #000; display: block; margin: 0px 0px 0px 0px; padding: 0; letter-spacing: 1px; line-height: 22px; }
				.submenu_block_attributi ul li:first-child {font-weight: 600; }				
				.submenu_block_attributi ul li a { font-size: 12px; color: #000; text-transform: uppercase; text-decoration: none; }

		.submenu_block_img { width: 20%; margin: 57px 5% 1% 1%; float: right; display: inline-table; overflow: hidden; }
			.submenu_block_img img { width: 100%; height: auto; max-width: 100%; }

.navbar_container { position: relative; width: 100%; display: inline-block; padding: 8px 0 0 0; }
.navbar_btns { width: 25px; }
.navbar_btn_menu_sx { float: left; margin: 0 3% 0 3%; text-align: left; }
	.navbar_btn_menu_sx i { cursor: pointer; }
.navbar_btn_menu_dx { float: right; margin: 0 3% 0 1.5%; text-align: right; }
	.navbar_btn_menu_dx i { cursor: pointer; }
.navbar_btn_cart { float: right; margin: 0 1.5% 0 3%; text-align: right; }

.category_nav_column { margin: 0 0 10% 0; }
.corporate_nav_column { margin: 0 0 0 0; }
.operative_nav_column { margin: 0 0 10% 0; }
.myaccount_nav_column { margin: 0 0 0 0; }
	.nav_row_sx { padding: 5% 0 5% 0; margin: 1% 0 1% 0; border: 1px solid white; text-align: left; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
		.nav_row_sx a { display: block; }
	.nav_row_dx { padding: 5% 0 5% 0; margin: 1% 0 1% 0; border: 1px solid white; text-align: right; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
		.nav_row_dx a { display: block; }

	.nav_link_accordion_sx::after { font-family: "Font Awesome 5 Pro"; width: 1.25rem; height: 1.25rem; content: "\f067"; position: absolute; right: 4%; transition: transform .2s ease-in-out; }
	.nav_link_accordion_sx:not(.collapsed)::after { content: "\f068"; }

	.nav_link_accordion_dx::before { font-family: "Font Awesome 5 Pro"; width: 1.25rem; height: 1.25rem; content: "\f067"; position: absolute; left: 4%; transition: transform .2s ease-in-out; }
	.nav_link_accordion_dx:not(.collapsed)::before { content: "\f068"; }

		.collapse ul { margin: 0; padding: 0; }
		.collapse ul li { list-style-type: none; padding: 1% 1% 1% 1%; margin: 0 0 5% 0; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; }





/* -------------------------------------------------------------------------------------------------------------- */





/* FOOTER */
#footer { position: relative; width: 100%; left: 0; background-color: #ededed; margin: 0 0 0 0; }
	.footer_container { width: 80%; margin: 1.8% 10% 5% 10%; display: inline-block; }
		.footer_container a { color: #000; text-decoration: none; }

	.footer_block { float: left; width: 25%; text-align: center; }
		.footer_menu_title { color: #000; font-size: 14px; font-weight: 300; text-transform: uppercase; }
		.footer_menu_link { border-top: solid 0px #ededed; list-style-type: none; /* margin-top: 10px; */ }
			.footer_menu_link ul { padding: 0; margin: 0; }
			.footer_menu_link li { list-style-type: none; font-size: 12px; line-height: 18px; color: #9d9d9d; font-weight: 300; text-transform: uppercase; }
			.footer_menu_link li a { color: #9d9d9d; }





/* -------------------------------------------------------------------------------------------------------------- */





/* CONTAINER */





/* GENERAL */
#container { width: 100%; min-width: 1200px; }
#container_margin_0 { width: 100%; margin: 155px 0% 0px 0%; min-height: 100%; display: inline-block; position: relative; border-bottom: solid 100px #FFF; }
#container_margin_5 { width: 90%; margin: 155px 5% 0px 5%; min-height: 100%; display: inline-block; position: relative; border-bottom: solid 100px #FFF; }
#container_margin_10 { width: 80%; margin: 155px 10% 0px 10%; min-height: 100%; display: inline-block; position: relative; /* border-bottom: solid 100px #FFF; */ }
#container_margin_10_gallery { width: 80%; margin: 155px 10% 1% 10%; min-height: 100%; display: inline-block; position: relative; /* border-bottom: solid 20px #FFF; */ }
#container_margin_15 { width: 70%; margin: 155px 15% 0px 15%; min-height: 100%; display: inline-block; position: relative; border-bottom: solid 100px #FFF; }
#container_margin_20 { width: 60%; margin: 155px 20% 0px 20%; min-height: 100%; display: inline-block; position: relative; border-bottom: solid 100px #FFF; }

.col_container { display: block; overflow: auto; margin-top: 80px; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; }
.col_sx { float: left; width: 42.5%; display: inline-block; margin: 0px 2.5% 20px 5%; }
.col_dx { float: right; width: 42.5%; display: inline-block; margin: 0px 5% 20px 2.5%; }
.col_sx_25 { float: left; width: 25%; display: inline-block; margin: 0px 5% 20px 0px; }
.col_dx_65 { float: right; width: 65%; display: inline-block; margin: 0px 0px 20px 5%; }
.col_all { width: 98%; margin: 0px 1% 0px 1%; clear: both; display: inline-block; }
.col_all_alert { width: 100%; box-sizing: border-box; padding: 2%; clear: both; display: block; text-align: center; color: red; text-transform: uppercase; letter-spacing: 1px; font-size: 15px; }
.col_title { color: #000; font-style: normal; font-weight: 300; font-size: 15px; letter-spacing: 1px; text-align: center; text-transform: uppercase; }
.col_subtitle { font-size: 11px !important; letter-spacing: 1px; font-weight: 300; text-align: center; margin-top: 20px; }
	.col_subtitle ul { margin: 0 !important; padding: 0 !important; list-style: none; }
.col_img { width: 100%; margin: 0px 0px 0px 0px; clear: both; overflow: hidden; }
.col_img img { width: 100%; }

.title_XL { color: #000; font-style: normal; font-weight: 300; font-size: 20px; letter-spacing: 1px; margin-top: 20px; text-align: center; text-transform: uppercase; clear: both; }
.title_L { color: #000; font-style: normal; font-weight: 300; font-size: 20px; letter-spacing: 1px; margin-top: 20px; text-align: center; text-transform: uppercase; clear: both; }
.title_M { color: #000; font-style: normal; font-weight: 300; font-size: 15px; letter-spacing: 1px; margin-top: 20px; text-align: center; text-transform: uppercase; clear: both }
.subtitle_XL { color: #000; font-size: 13px; font-weight: 300; letter-spacing: 2px; margin-top: 6px; text-align: center; margin-bottom: 20px; }
	.subtitle_XL h1 { color: #000; font-size: 13px; font-weight: 300; letter-spacing: 2px; display: inline-block; }
	.subtitle_XL h2 { color: #000; font-size: 13px; font-weight: 300; letter-spacing: 2px; display: inline-block; }
.subtitle_L { color: #000; font-size: 10px; font-weight: 300; letter-spacing: 2px; margin-top: 6px; text-align: center; margin-bottom: 20px; }

#alert_container { background-color: rgba(255, 255, 255, 1); overflow: auto; margin-top: 155px; padding: 10%; text-align: center; color: #000; }
	#alert_container a { color: #000; }
.alert_txt { margin-top: 40px; color: #000; font-size: 11px; letter-spacing: 2px; font-weight: 400; text-align: center; }
.alert_txt a { color: #000; text-decoration: none; }
.alert_txt ul { padding: 0px; }
.alert_txt ul li { list-style-type: none; margin: 0px 0px 0px 0px; }
.alert_txt p { margin: 10px 0 10px 0 !important; padding: 0 0 0 0 !important; }

.icon_toggle_pw { float: right; font-size: 15px; right: 10px; margin-left: -19px; position: relative; z-index: 2; line-height: 40px!important; }
/* SAFARI ONLY */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
	.icon_toggle_pw { top: -26px; line-height: 1!important; }
}}




/* VIDEO */
.video_home_container { display: inline-block; width: 100%; }

.video_block_home_100 { width: 100%; height: auto; background-color: #FFF; float: left; position: relative; padding: 0 1px 2px 1px; }

#vaschetta_block_home_video_vaschette_100 { width: 100%; height: auto; background-color: #FFF; position: relative; }
.vaschetta_block_home_video_vaschette_2_4 { width: 50%; height: auto; background-color: #FFF; position: relative; padding-top: 0.5%; }

.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }
	.embed-container.special_pages_video { padding: 48%; }
	.embed_full_size { padding: 28.15%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.btn_video_container { display: inline-block; width: 100%; text-align: center; margin: 25px 0 40px; position: relative; }
.btn_video_block { display: inline-block; margin: 0 2%; }
.btn_video_block > a { font-size: calc(12px + 0.25vw); border: 1px solid #000000; padding: 10px 50px; box-sizing: border-box; text-transform: uppercase; font-weight: 400; display: inline-block; }




/* HOME */
.home_hero_banner_container { width: 98%; margin: 0 1% 2% 1%; }
	.home_hero_banner_img img { width: 100%; height: auto; max-width: 100%; }

.home_scroll_container { width: 98%; margin: 0 1% 4% 1%; }
	.home_scroll_container img { width: 100%; height: auto; max-width: 100%; }
.home_scroll_bottom_container { margin: 0 0 4% 0; }
	.home_scroll_bottom_container img { width: 100%; height: auto; max-width: 100%; }

.home_scroll_info { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; padding: 0 2%; text-align: center; }
.home_scroll_info_title { display: block; margin: 0 auto; padding: 0 1% 0 1%; background-color: rgba(0, 0, 0, 1); color: #fff; letter-spacing: 1px; font-weight: 500; font-size: calc(18px + 2vw); line-height: calc(24px + 2vw); text-transform: uppercase; text-align: center; width: max-content; max-width: 90%; }
	.home_scroll_info_title a { color: #fff; }
.home_scroll_info_subtitle { font-size: calc(10px + 1vw); font-weight: 500; background-color: rgba(0, 0, 0, 1); color: #fff;  letter-spacing: 1px; width: max-content; max-width: 90%; margin: 2% auto 0; padding: 0 0.5%; }
	.home_scroll_info_subtitle a { color: #fff; }
.home_scroll_info_note { font-size: calc(8px + 1vw); font-weight: 100; background-color: rgba(0, 0, 0, 1); color: #fff; letter-spacing: 1px; }
.home_scroll_info_action { width: 100%; text-align: center; margin: 2% 0 0 0; }
	.home_scroll_info_action a { display: block; margin: 0 auto; padding: 0 1% 0 1%; background-color: rgba(0, 0, 0, 1); color: #fff; letter-spacing: 1px; font-weight: 100; font-size: calc(12px + 1vw); text-transform: uppercase; text-decoration: none; text-align: center; width: max-content; }

/* SAFARI ONLY */
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) {
		.home_scroll_info_title { display: table; width: intrinsic; }
		.home_scroll_info_action a { display: table; width: intrinsic; }
	}
}
    
/*
.home_scroll_info { position: absolute; top: 0; background-color: rgba(0, 0, 0, 0.0); width: 100%; height: 100%; padding: 0px; text-align: center; display: block; }
	.home_scroll_info_block_center { left: 50%; }
	.home_scroll_info_block_left { left: 20%; }
	.home_scroll_info_block_right { left: 70%; }

	.home_scroll_info_block { width:600px; height:478px; background: trasparent; position:absolute; top:50%; margin-left:-200px; margin-top:-239px; }
		.home_scroll_info_block_title { font-size: 24px; font-weight: 300; color: #FFF; letter-spacing: 1px; padding: 5px; width: 345px; background-color: #F0288B; display: inline-block; margin-bottom: 48px; }
		.home_scroll_info_block_title_pink { font-size: 24px; font-weight: 300; color: #FFF; letter-spacing: 1px; padding: 5px; width: 345px; background-color: rgba(240, 40, 139, 1); display: inline-block; margin-bottom: 48px; }
		.home_scroll_info_block_title_orange { font-size: 24px; font-weight: 300; color: #FFF; letter-spacing: 1px; padding: 5px; width: 345px; background-color: rgba(246, 86, 49, 1); display: inline-block; margin-bottom: 48px; }
		.home_scroll_info_block_title_black { font-size: 24px; font-weight: 300; color: #FFF; letter-spacing: 1px; padding: 5px; width: 345px; background-color: #000000; display: inline-block; margin-bottom: 48px; }
		.home_scroll_info_block_note { font-size: 96px; line-height: 96px; font-weight: 100; color: #000000; letter-spacing: 1px; margin-bottom: 48px; }
		.home_scroll_info_block_note_red { font-size: 96px; line-height: 96px; font-weight: 100; color: #FF0000; letter-spacing: 1px; margin-bottom: 48px; }
		.home_scroll_info_block_note_black { font-size: 96px; line-height: 96px; font-weight: 100; color: #000000; letter-spacing: 1px; margin-bottom: 48px; }
		.home_scroll_info_block_note_white { font-size: 96px; line-height: 96px; font-weight: 100; color: #FFFFFF; letter-spacing: 1px; margin-bottom: 48px; }
		.home_scroll_info_block_action { font-size: 24px; font-weight: 600; color: #000; letter-spacing: 1px; }
			.home_scroll_info_block_action a { color: #000; text-decoration: none; padding: 5px; width: 345px; background-color: white; display: inline-block; border: solid 1px black; }
*/

.home_scroll_multi_container { margin: 0 0 4% 0; }
	.home_scroll_multi_block { width: 94%; margin: 3%; }
		.home_scroll_multi_img { position: relative; width: 100%; display: block; }
			.home_scroll_multi_img img { width: 100%; height: auto; max-width: 100%; }

		.home_scroll_multi_info { position: relative; width: 100%; padding: 0px; text-align: center; display: block; margin: 1% 0 0 0; }
        .home_scroll_multi_info_over { position: absolute; z-index: 2; top: 5%; left: 5%; padding: 0px; text-align: left; display: block; margin: 0 0 0 0; }
				.home_scroll_multi_info_block_title { text-transform: uppercase; font-weight: 600; font-size: calc(11px + 0.25vw); letter-spacing: 0.05vw; line-height: calc(14px + 0.25vw); color: #000; margin: 0 0 0 0; }
				.home_scroll_multi_info_block_note { text-transform: uppercase; font-weight: 600; font-size: calc(11px + 0.25vw); letter-spacing: 0.05vw; line-height: calc(14px + 0.25vw); margin: 0 0 0 0; color: rgba(240, 40, 139, 1); }
				.home_scroll_multi_info_block_action { font-size: 11px; font-weight: 600; color: #000; letter-spacing: 1px; }
					.home_scroll_multi_info_block_action a { color: #FFF; text-decoration: none; padding: 5px; width: 110px; background-color: black; border: solid 1px black; display: inline-block; }

.home_seconda_fascia_container { margin: 0 0 1% 0; display: flex; flex-wrap: wrap; }
	.home_seconda_fascia_100 { width: 100%; margin: 0; padding: 0% 0% 1% 0%;; position: relative; background: none repeat scroll 0 0 #FFF; }
	.home_seconda_fascia_60 { width: 60%; margin: 0; padding: 1%; position: relative; background: none repeat scroll 0 0 #FFF; }
	.home_seconda_fascia_40 { width: 40%; margin: 0; padding: 1%; position: relative; background: none repeat scroll 0 0 #FFF; }
	.home_seconda_fascia_50 { width: 50%; margin: 0; padding: 1%; position: relative; background: none repeat scroll 0 0 #FFF; }
	.home_seconda_fascia_33 { width: 33.333333%; margin: 0; padding: 0% 0% 1% 0%; position: relative; background: none repeat scroll 0 0 #FFF; }

    .home_seconda_fascia_title_subtitle { position: absolute; width: auto; text-align: left; margin: 3% 2%; padding: 5px; background-color: #000; color: #fff; letter-spacing: .1vw; font-weight: 400; font-size: calc(10px + 1vw); line-height: calc(15px + 1vw); text-transform: uppercase; z-index: 2; }

	.home_seconda_fascia_img { overflow: hidden; background-color: rgba(0, 0, 0, 1); position: relative; }
		.home_seconda_fascia_img img { width: 100%; height: auto; max-width: 100%; border: 0 none; opacity: 1; cursor: pointer; margin: 0 auto; -webkit-transition: all 0.9s ease-in; -moz-transition: all 0.9s ease-in; -o-transition: all 0.9s ease-in; -ms-transition: all 0.9s ease-in; transition: all 0.9s ease-in;  }

		.home_seconda_fascia_info_title { position: absolute; width: 100%; top: 48px; text-align: center; }
			.home_seconda_fascia_info_title span { font-weight: 300; font-size: 16px; letter-spacing: 1px; color: #FFF; text-decoration: none; padding: 5px; min-width: 200px; background-color: rgba(240, 40, 139, 1); display: inline-block; }

		.home_seconda_fascia_info_action { position: absolute; width: 100%; bottom: 48px; text-align: center; }
			.home_seconda_fascia_info_action a { color: #000; text-decoration: none; padding: 5px; margin: 0 10px 0 10px; min-width: 200px; background-color: white; display: inline-block; border: solid 1px black; }

.home_txt_container { width: 60%; margin: 5% 20%; }
	.home_txt_container_title { font-style: normal; font-weight: 600; margin: 0; padding: 15px 0px 15px 0px; color: #000; font-size: 18px; letter-spacing: 2px; text-transform: uppercase; text-align: center; line-height: 25px; }
	.home_txt_container p { font-style: normal; font-weight: 400; font-size: 12px; text-decoration: none; letter-spacing: 2px; text-align: center; line-height: 20px; }
	.home_txt_container a { text-decoration: none; }

.home_social_container { width: 98%; margin: 0 1% 2% 1%; }





/* LANDING */
.landing_fascia_alta_container { margin: 0 5% 2% 5%; display: inline-table; }
	.landing_img_container { width: 100%; margin: 0 0 0 0; position: relative; }
	.landing_img_container img { width: 100%; }
		.landing_command_container { position: absolute; top: 50%; right: 20px; width: 250px; height: 260px; margin: -130px 0 0 0; padding: 0; }
			.landing_command_title { text-align: center; font-size: 11px; margin-bottom: 20px; }
			.landing_command_btn { width: 150px; padding: 10px; border: solid 1px #000; background-color: transparent; text-align: center; font-weight: 600; font-size: 11px; text-transform: uppercase; display: block; margin: 0 auto 20px; transition: background-color 0.5s ease; -moz-transition: background-color 0.5s ease; -o-transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; }

	.landing_seconda_fascia_container { margin: 0 15% 5% 15%; display: inline-block; }
		.landing_seconda_fascia_block { float: left; width: 30%; margin: 1%; }
		.landing_seconda_fascia_block img { width: 100%; opacity: 1; transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; }

.landing_100_img_container { margin: 0 0 2% 0; position: relative; text-align: center; }
	.landing_100_img_container img { width: 100%; }
.landing_100_title_container { margin: 0 0 2% 0; position: relative; text-align: center; font-size: 40px; font-weight: 600; letter-spacing: 1px; line-height: 50px; }
.landing_100_txt_container { margin: 0 0 2% 0; position: relative; text-align: center; font-size: 15px; font-weight: 600; letter-spacing: 1px; line-height: 20px; }





/* LANDING PAGES */
.landing_pages_top_container { position: relative; margin: 0 0 0 0; }
.landing_pages_bottom_container { position: relative; margin: 5% 0 5% 0; }

.landing_pages_block_container { display: inline-block; margin: 0 0 0 0; width: 100%; padding-bottom: 5%; }

.landing_pages_block_100 { margin: 0.5%;  position: relative; width: 99%; }
	.landing_pages_block_100 img { width: 100%; }

.landing_pages_block_50 { margin: 0.5%; overflow: hidden; position: relative; width: 49%; float: left; }
	.landing_pages_block_50 img { width: 100%; }

.landing_pages_title { text-align: center; font-size: 96px; line-height: 96px; text-transform: uppercase; width: 80%; margin: 0 10% 1% 10%; }
	.landing_pages_title h1 { border-bottom: 2px solid #000; display: inline-block; letter-spacing: 1px; font-weight: 100; }
.landing_pages_subtitle { text-align: center; font-size: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; }
.landing_pages_txt { text-align: center; font-size: 40px; line-height: 44px; letter-spacing: 1px; font-weight: 100; }

.landing_pages_button { font-size: 24px; font-weight: 600; color: #000; letter-spacing: 1px; }
	.landing_pages_button_action a { color: #000; text-decoration: none; padding: 5px; width: 400px; background-color: white; display: inline-block; border: solid 1px black; text-align: center; }

.landing_pages_regolamento_block_container { display: inline-block; margin: 0; width: 100%; padding: 0%; }
.landing_pages_regolamento_block_100 { width: 100%; }
	.landing_pages_regolamento_block_100 p { font-size: 13px; letter-spacing: 1px; line-height: 25px; font-weight: 300; text-align: center; }
.landing_pages_regolamento_block_100 img { width: 100%; }
.landing_pages_regolamento_block_50 { float: left; margin: 0; overflow: hidden; position: relative; width: 50%; }
.landing_pages_regolamento_block_50 img { width: 100%; }





/* LANDING ATTRIBUTI */
.landing_attributi_container { margin: 0 5% 5% 5%; display: inline-block; }
.landing_attributi_block .landing_attributi_block_info { -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in; transition: all 0.5s ease-in; opacity: 0; position: absolute; top: 0; background-color: rgba(255, 255, 255, 0.85); width: 100%; height: 100%; }
	.landing_attributi_block.landing_attributi_block_view_info .landing_attributi_block_info { opacity: 1; }
	.landing_attributi_block.landing_attributi_block_hide_info .landing_attributi_block_info { opacity: 0; }
	.landing_attributi_block.landing_attributi_block_hide_info:hover .landing_attributi_block_info { opacity: 1; }

.landing_attributi_block { background: none repeat scroll 0 0 #FFF; float: left; position: relative; width: 18%; margin: 1%; }
	.landing_attributi_block_img { overflow: hidden; width: 100%; height: auto; position: relative; }
	.landing_attributi_block_img img { margin: 0 auto; width: 100%; border: 0; }
	
.landing_attributi_block_info { text-align: center; display: block; }
.landing_attributi_block_title { overflow: hidden; position: absolute; width: 90%; bottom: 20px; padding: 5%; text-align: center; font-size: 15px; text-transform: uppercase; }





/* CASTMEGUM */
.landing_container.container-fluid { padding: 0; }

.landing_page_title { text-align: center; font-size: 2vw; line-height: 2vw; letter-spacing: 0.1vw; text-transform: uppercase; width: 80%; margin: 0 10% 2% 10%; padding-top: 1%; }
.landing_page_title > h1 { font-weight: 600; }

.landing_img_block { position: relative; }
	.col-sm-12 > .landing_img_block { padding: 0% 1%; }
	.col-sm-6 > .landing_img_block { padding: 1% 2%; }
.landing_img_block > img { display: block; width: 100%; }

.landing_info_50_center { top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; text-align: center; position: absolute; padding: 5%; }

.landing_info_title { text-transform: uppercase; font-weight: 700; font-size: 2vw; line-height: 2vw; letter-spacing: 0.1vw; }
.line_under_title { border-bottom: 2px solid #000000; width: 30%; margin: 2% 35%; }
.landing_info_text { font-size: 1.6vw; line-height: 1.8vw; letter-spacing: 0vw; font-weight: 100; }
.landing_info_text > a { text-decoration: underline; font-weight: bolder; }

.landing_info_hover_img { position: absolute; top: 50%; left: 50%; transform: translateX(-50%)translateY(-50%); }
.landing_info_hover_img > .landing_info_title { font-size: 4rem; font-weight: 100; background: #ffffff; padding: 0 2%; margin: 0 auto; width: max-content; line-height: 5rem; }

.landing_info_full { text-align: center; width: 100%; }

.casting_input { width: 95%; display: block; margin: 10px auto 25px; padding: 0 2%; border: 1px solid #000000; border-radius: 0; font-size: 11px; letter-spacing: 1px; height: 40px; font-weight: 400; }
.casting_input::placeholder { font-size: 11px; }
.casting_input:focus { background-color: #f8f8f8; }

.casting_submit { background-color: #000000; border: 1px solid #000000; color: #ffffff; padding: 10px; min-width: 200px; font-size: 11px; text-transform: uppercase; border-radius: 0; line-height: normal; letter-spacing: 2px; font-weight: 300; }

.modal-body { padding: 2% 4%; }
.modal-body > img.modal_close_icon { width: 20px; position: absolute; right: 15px; top: 10px; cursor: pointer; }
.modal-body > h1 { font-size: 3rem; text-align: center; margin-bottom: 1%; }
.modal-body > h2 { font-size: 2.5rem; text-align: center; margin-bottom: 2%; }

.alert_box_casting_ok { background: #ffffff; box-shadow: 2px 2px 5px #39704c; color: #39704c; padding: 20px; position: fixed; text-align: center; left: 10%; right: 10%; top: 5%; z-index: 9999; }
.alert_box_casting_ko { background: #ffffff; box-shadow: 2px 2px 5px #dd3430; color: #dd3430; padding: 20px; position: fixed; text-align: center; left: 10%; right: 10%; top: 5%; z-index: 9999; }
.alert_box_casting_title { text-transform: uppercase; font-size: 1.5rem; }
.alert_box_casting_text { font-size: 1rem; }





/* GALLERY */
.gallery_label_container { width: 100%; margin: 1% auto 0; text-align: center; background-color: transparent; }
.gallery_label { display: inline-block; max-width: 200px; padding: 0px; background-color: rgba(255, 255, 255, 1); text-transform: uppercase !important; color: #000; font-weight: 600; font-size: calc(20px + 0.5vw); line-height: 30px; letter-spacing: 1px; }

.gallery_breadcrumb_title { clear: both; margin: 2% 0; color: #000; font-style: normal; font-weight: 600; font-size: calc(11px + 0.25vw); line-height: calc(11px + 0.25vw); letter-spacing: 1px; text-align: center; text-transform: uppercase; }

.vaschetta_item { background: none repeat scroll 0 0 #FFF; position: relative; }
	.vaschetta_item_img { overflow: hidden; width: 100%; height: auto; position: relative; }
	.vaschetta_item_img img { margin: 0 auto; width: 100%; border: 0; opacity: 1; transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; }
	.vaschetta_item_img a { display: block; }
    
    .vaschetta_item_info_container { left: 5%; position: absolute; top: 5%; z-index: 3; background-color: transparent; text-align: left; overflow: hidden; width: 65%; padding-right: 2%; }
        .vaschetta_item_title { overflow: hidden; text-align: left; font-size: calc(11px + 0.25vw); font-weight: 400; letter-spacing: 0.05vw; }
        .vaschetta_item_price { overflow: hidden; text-align: left; font-size: calc(11px + 0.25vw); font-weight: 600; letter-spacing: 0.05vw; }
            .vaschetta_item_info_old_price { color: rgba(126, 126, 126, 1); text-decoration: line-through; display: inline-block; margin-right: 10px; }
            .vaschetta_item_info_new_price { color: #000; display: inline-block; }

	.vaschetta_item_label { right: 0.3vw; position: absolute; top: 0.3vw; z-index: 2; background-color: transparent; text-align: right; overflow: hidden; }
		.vaschetta_item_label img { width: 20%; }
	.vaschetta_item_label_bottom { overflow: hidden; text-align: center; height: 30px; }
		.vaschetta_item_label_bottom img {height: 30px !important; }

.gallery_loadmore_img { display: block; width: 100%; border: solid 1px white; clear: both; margin: 0 auto; text-align: center; }





/* GALLERY FILTRI */
.btn_filter_container { background-color: rgba(0, 0, 0, 1); width : 60px; height : 60px; cursor: pointer; position: fixed; top: 155px; z-index: 1001; padding: 20px 17px; left: 0; }
.btn_filter_container a { color: #FFF; font-size: 25px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
/*.rotate_filter_txt { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); margin-left: -66px; margin-top: 65px; text-align: center; width: 150px; transform: rotate(-90deg); }*/

.box_filters .filters_container { width : 40px; height : 220px; background-color: rgba(239, 239, 239, 1); -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; transition: all 0.4s ease-in; cursor: pointer; overflow: hidden; float: right; position: fixed; top: 50%; margin-top: -110px; right: 0; border-top: solid 1px #FFF; border-left: solid 1px #FFF; border-bottom: solid 1px #FFF; z-index: 10000; display: inline-flex; }
.box_filters.clicked .filters_container { width : 440px; height: 100%; top: 0; bottom: 0; margin: 0px; }
.box_filters.clicked .filters_box_title { height: 100%; margin-top: 40%; }
.filters_box_title { float: left; width : 40px; height : 220px; -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; transition: all 0.4s ease-in; }

#filters_box_wrap { float: left; overflow: auto; height: 100%; width: 550px; margin: 10px 0 0 80px; }
.filters_box { clear: both; display: table; margin-bottom: 20px; }
.filters_title { min-width: 110px; padding: 5px 5px 5px 5px; color: rgba(0, 0, 0, 1); font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; display: block; }
.filters_items { padding: 5px; font-size: calc(9px + 0.25vw); font-weight: 400; letter-spacing: 1px; text-transform: uppercase; display: block; max-height: 150px; overflow: auto; }
.filters_items ul { margin: 0; padding: 0; list-style: none; }
.filters_items li { line-height: calc(14px + 0.25vw); }
.filters_items li a { text-decoration: none; transition: opacity 0.7s ease; -moz-transition: opacity 0.7s ease; -o-transition: opacity 0.7s ease; -webkit-transition: opacity 0.7s ease; }

.filters_items label.filter_lbl { background-image: none; padding-left: 0; padding-top: 0; height: auto; text-transform: uppercase; }
.filters_items input[type='checkbox']:checked + label { background-image: none; }





/* PAGING */
#paginatore-articoli { display: inline-block; position: relative; width: 100%; margin: 50px 0px 10px 0px; text-align: center; }
#paginatore-articoli ul { margin: 0; padding: 0; }
	#paginatore-articoli ul li { list-style-type: none; display: inline-block; margin: 0 10px 0 10px; }

	.paging_tab { background: none repeat scroll 0 0 #FFF; border: solid 1px #FFF; color: #000; font-size: 13px; height: 20px; line-height: 20px; margin: 0; padding: 0; text-align: center; width: 20px; font-weight: 400; border-radius: 20px; display: block; }
		.paging_tab a { color:#FFF; text-decoration:none; }
	
	.paging_tab_selected { background: none repeat scroll 0 0 rgba(255, 255, 255, 0); border: solid 1px rgba(255, 255, 255, 0); color: #000; font-size: 13px; height: 20px; line-height: 20px; margin: 0; padding: 0; text-align: center; width: 20px; font-weight: 400; border-radius: 20px; display: block; }

	.paging_tab_loadmore { width: 200px; background: none repeat scroll 0 0 rgba(255, 255, 255, 0); border: solid 1px rgba(0, 0, 0, 1); color: #000; margin: 0; padding: 10px 0px 10px 0px; text-align: center; font-weight: 300; display: block; letter-spacing: 1px; }
		.paging_tab_loadmore a { color:#FFF; text-decoration:none; }





/* DETTAGLIO */
.details_block_container_first_row { display: flex; margin-bottom: 2%; width: 100%; padding: 0; }
.details_block_50_first_row { position: relative; }

.details_block_container { display: inline-block; margin-bottom: 2%; width: 100%; padding: 0; }

.details_block_25 { float: left; margin: 0; overflow: hidden; position: relative; width: 25%; }

.details_block_50 { float: left; margin: 0; overflow: hidden; position: relative; width: 50%; }
.details_block_50 img { width: 100%; }

.details_block_50_img { float: left; margin: 0.5%; overflow: hidden; position: relative; width: 49%; }
.details_block_50_img img { width: 100%; }

.details_block_60 { float: left; margin: 0; overflow: hidden; position: relative; width: 60%; }
.details_block_60 img { width: 100%; }

.details_block_40 { float: left; margin: 0; overflow: hidden; position: relative; width: 40%; }
.details_block_40 img { width: 100%; }

.details_block_100 { width: 100%; }
.details_block_100 img { width: 100%; }

.vaschetta_item_label_details { left: 0.3vw; position: absolute; top: 0.3vw; z-index: 2; background-color: transparent; text-align: right; overflow: hidden; }
		.vaschetta_item_label_details img { width: 20%; }

.details_label_container { width: 100%; margin: 1% auto 0; text-align: center; background-color: transparent; }
.details_label { display: inline-block; max-width: 200px; padding: 0px; background-color: rgba(255, 255, 255, 1); text-transform: uppercase !important; color: #000; font-weight: 600; font-size: calc(20px + 0.5vw); line-height: 30px; letter-spacing: 1px; }

.details_breadcrumb_title { clear: both; margin: 1% 0; color: #000; font-style: normal; font-weight: 400; font-size: calc(11px + 0.25vw); line-height: calc(11px + 0.25vw); letter-spacing: 1px; text-align: center; text-transform: uppercase; }

.details_info_back { font-style: normal; font-weight: 600; color: #000; font-size: 12px; letter-spacing: 1px; }

.details_info_container { width: 100%; /*padding: 0 15% 0 15%;*/ position: absolute; top: 50%; transform: translateY(-50%); }
@media screen and (max-width: 1450px) { .details_info_container { /*padding: 0 15% 0 15%;*/ } }

.details_info_title { font-style: normal; font-weight: 300; color: #000; font-size: calc(15px + 0.5vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 30px; margin-bottom: 5px; }
.details_info_attributi { font-style: normal; font-weight: 300; color: #000; font-size: 11px; letter-spacing: 1px; text-transform: lowercase; text-align: center; line-height: 15px; margin-bottom: 10%; }
.details_info_price { text-align: center; margin-bottom: 3%; }
	.details_price_old { font-weight: 400; color: #000; font-size: calc(15px + 0.5vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: calc(20px + 0.5vw); text-decoration: line-through; display: inline-block; margin-right: 20px; }
	.details_price_new { font-weight: 600; color: #000; font-size: calc(15px + 0.5vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: calc(20px + 0.5vw); display: inline-block; }
.details_info_add { text-align: center; margin-bottom: 3%; }

.details_info_add_btn { background-color: transparent; border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0px 2% 0px 2%; padding: 10px; width: 160px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 300; color: #000; font-size: 15px; letter-spacing: 1px; text-align: center; text-transform: uppercase; }

.details_info_add_nodispo_btn { background-color: transparent; border: 2px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0px 2% 0px 2%; padding: 5px; width: 160px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; color: #000; font-size: 15px; letter-spacing: 1px; text-align: center; }

.details_info_free_shipping { font-style: normal; font-weight: 400; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; margin-bottom: 3%; }
	.details_info_free_shipping ul { list-style: none; padding: 0; margin: 0; }

.details_info_wish { text-align: center; margin-bottom: 2%; }
	.whish_detail_btn_container { text-align: center; }

	.whish_detail_btn { background-color: transparent; border: 1px solid rgba(157, 157, 157, 1); cursor: pointer; margin: 0px 2% 0px 2%; padding: 10px; width: 160px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 300; color: #000; font-size: 15px; letter-spacing: 1px; text-align: center; text-transform: uppercase; }

.details_info_info { font-style: normal; font-weight: 400; color: #000; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; text-align: center; margin-bottom: 0px; }
.details_info_correlati { font-style: normal; font-weight: 400; color: #000; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; text-align: center; }

.details_alsolike_block_container { width: 100%; margin: 2% auto; text-align: center; background-color: #FFF; }
.details_alsolike_block_label { display: inline-block; max-width: 260px; margin: 0 auto; padding: 0; color: #000; font-weight: 600; text-transform: uppercase; font-size: calc(8px + 0.2vw); background-color: #FFFFFF; border: solid 1px #FFF; }

.details_alsolike_block_title { font-style: normal; font-weight: 300; color: #000; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin: 3% 0 2% 0; }

.details_alsolike_block_wrap { font-style: normal; font-weight: 300; color: #000; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-align: center; margin: 0 auto 3%; width: 80%; justify-content: center; }
	.details_alsolike_block_wrap img { width: 100%; }
	.details_alsolike_block_wrap ul { margin: 0; padding: 0; }
	.details_alsolike_block_wrap ul li { list-style-type: none; display: inline-block; margin: 0 3px 0 3px; }

.details_info_size { font-style: normal; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 2px; text-transform: uppercase; text-align: center; }
	.details_info_size a { color: #000; text-decoration: none; }
	.details_info_size a.active { text-decoration: underline !important; }
	.details_info_size ul { margin: 0; padding: 0; }
	.details_info_size ul li { list-style-type: none; display: inline-block; margin: 0 10px 0 10px; }
	.details_info_size ul li:first-child { font-weight: 600; }

.details_block_info_accordion_container { display: inline-block; margin-bottom: 1.5% !important; width: 100%; padding: 0; }
.details_info_accordion_container { width: 100%; padding: 5% 0 5% 0; display: inline-block; }

.details_info_code { margin: 0 0 0 0; font-style: normal; font-weight: 600; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 1px; line-height: calc(14px + 0.25vw); text-transform: uppercase; margin-bottom: 2%; }
.details_info_descr { margin: 0 0 0 0; padding: 0 0 0 0; font-style: normal; font-weight: 300; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 1px; line-height: calc(14px + 0.25vw); }

.details_info_attributi_wrap { width: 100%; margin: 0 1% 0 1%; float: left; }
	.details_info_attributi_block { margin: 0; text-transform: capitalize; }
	.details_info_attributi_block ul { margin: 0; padding: 0; }
	.details_info_attributi_block ul li { list-style-type: none; line-height: calc(14px + 0.25vw); font-style: normal; font-weight: 300; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 1px; }
	.details_info_attributi_block ul li:first-child { font-weight: 600; }

.details_info_regum { margin: 0 0 0 0; padding: 0 0 0 0; font-style: normal; font-weight: 300; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 1px; line-height: calc(14px + 0.25vw); }

.details_info_return { margin: 0 0 0 0; padding: 0 0 0 0; font-style: normal; font-weight: 300; color: #000; font-size: calc(9px + 0.25vw); letter-spacing: 1px; line-height: calc(14px + 0.25vw); }

.accordion { background-color: #FFF; color: #000; cursor: pointer; padding: calc(14px + 0.25vw); width: 100%; text-align: center; border: none; outline: none; transition: 0.4s; font-size: calc(16px + 0.5vw); font-weight: 300; font-family: 'Prompt', sans-serif; }
.accordion:after { /*content: '\02795';*/ content: url(images/arrow_bottom.png?v=1.1); font-size: 15px; font-weight: 400; color: #000; /*float: right;*/ display: block; font-family: 'Prompt', sans-serif; }

.active_accordion_detail { background-color: #FFF; }
.active_accordion_detail:after { /*content: "\2796";*/ content: url(images/arrow_top.png?v=1.1); }

.panel_accordion_no_bootstrap { padding: 0 0 0 0; background-color: #FFF; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }





/* KIT */
.kit_details_container { margin: 5% 0 5% 0; display: inline-block; text-align: center; }
	.kit_details_title { font-style: normal; font-weight: 600; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; text-align: center; line-height: 15px; margin-bottom: 5%; }

	.kit_details_item_wrap { display: inline-table; margin: 1%; padding: 1%; width: 26%; height: 190px; background-color: #ededed; }
		.kit_details_col_info { width: 100%; height: 35px; margin: 0 0 0 0; font-style: normal; font-weight: 300; color: #000; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; line-height: 15px; }
		.kit_details_col_img { width: 80%; margin: 0 10% 0 10%; }
			.kit_details_col_img img { width: 100%; }
		
		.kit_details_col_size { width: 100%; height: 25px; margin: 0 0 5px 0; }
			.kit_details_select_100 { font-family: 'Prompt', sans-serif; font-size: 10px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; width: 100%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 300; border-radius: 0px; height: 20px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 1%; position: relative; }
				.kit_details_select_100_alert { border: solid 1px red !important; color: red !important; }
		.kit_details_col_nodispo { width: 100%; height: 25px; margin: 0 0 5px 0; color: red; text-transform: uppercase; font-size: 10px; font-weight: 400; }

.kit_cart_items_list { font-size: 10px; font-weight: 300; letter-spacing: 1px; color: rgba(0, 0, 0, 1); text-transform: uppercase; }
.kit_cart_items_list ul { margin: 0; padding: 0; }
.kit_cart_items_list ul li { list-style-type: none; margin: 0 0 0 0; }
.kit_cart_items_list ul li:first-child { margin: 10px 0 0 0; }





/* SPECIAL PAGES: GUMWORLD - GUMZINE - RE-GUM */
.special_pages_scroll_title { width: 100%; display: block; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); color: white !important; letter-spacing: 1px; font-weight: 100; font-size: calc(14px + 1.25vw); line-height: calc(20px + 1.25vw); text-transform: uppercase; text-align: center}
	.special_pages_scroll_title a { text-decoration: none; color: white !important; }
	.special_pages_scroll_title span { background: #000000; }

.special_pages_scroll_title_white { width: 100%; display: block; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); color: white !important; letter-spacing: 1px; font-weight: 100; font-size: calc(14px + 1.25vw); line-height: calc(20px + 1.25vw); text-transform: uppercase; text-align: center}
	.special_pages_scroll_title_white span { background: #ffffff; }
	.special_pages_scroll_title_white a { text-decoration: none; color: #000000 !important; }

.special_pages_block_container { display: flex; flex-wrap: wrap; margin: 0 0 0 0; width: 100%; padding-bottom: 1%; }

.special_pages_title_page { text-align: center; font-size: calc(14px + 1.25vw); line-height: calc(14px + 1.25vw); letter-spacing: 0.1vw; text-transform: uppercase; width: 100%; margin: 1% auto 2%; }
	.special_pages_title_page h1 { border-bottom: 0px solid #FFF; display: inline-block; font-weight: 600; }

.special_pages_block_100 { padding: 0.5% 1%; overflow: hidden; position: relative; width: 100%; }
	.special_pages_block_100 img { width: 100%; }

.special_pages_block_50 { padding: 0.5% 1%; overflow: hidden; position: relative; width: 50%; }
	.special_pages_block_50 img { width: 100%; }

.special_pages_block_50_txt { padding: 0.5% 1%; overflow: hidden; position: relative; width: 50%; margin: auto 0; }

.special_pages_title { text-align: center; font-size: calc(14px + 1.25vw); line-height: calc(14px + 1.25vw); text-transform: uppercase; width: 40%; margin: 3% auto; font-weight: 700; letter-spacing: 0.1vw; }
.special_pages_border_bottom { border-bottom: 2px solid #000000; width: 30%; margin: 0% 35%; }
.special_pages_txt { text-align: center; font-size: calc(12px + 1vw); line-height: calc(15px + 1vw); letter-spacing: 0vw; font-weight: 100; width: 70%; margin: 3% auto; }

.special_pages_block_50_final { width: 50%; padding: 0.5% 1% 1% 1%; margin: 0; position: relative; }

.special_pages_block_50_final_img { overflow: hidden; background-color: rgba(0, 0, 0, 1); }
	.special_pages_block_50_final_img img { width: 100%; border: 0 none; opacity: 1; cursor: pointer; margin: 0 auto; -webkit-transition: all 0.9s ease-in; -moz-transition: all 0.9s ease-in; -o-transition: all 0.9s ease-in; -ms-transition: all 0.9s ease-in; transition: all 0.9s ease-in;  }

.special_pages_ultime_vaschette_title { position: absolute; width: 100%; text-align: left; padding: 4%; color: black; letter-spacing: 0.1vw; font-weight: 300; font-size: calc(10px + 1vw); line-height: calc(15px + 1vw);  text-transform: uppercase; z-index: 2; }

.special_pages_btn_container { clear: both; text-align: center; width: 50%; margin: 5% auto; }
	.special_pages_bottone { background-color: #FFFFFF; border: 1px solid #000000; color: #000000; cursor: pointer; font-size: calc(9px + 0.5vw); font-family: 'Prompt'; font-weight: 300; letter-spacing: 0.05vw; padding: 4.5% 7.5%; text-align: center; text-transform: uppercase; min-width: 30%; transition: background-color 0.5s ease; }


/* NASCONDI SU MOBILE */
.solo_desktop { display: block; }
.solo_mobile { display: none; }



/* SPECIAL PAGES */
.special_pages_old_title { text-align: center; font-size: 96px; line-height: 96px; text-transform: uppercase; width: 80%; margin: 0 10% 1% 10%; }
	.special_pages_old_title h1 { border-bottom: 2px solid #000; display: inline-block; letter-spacing: 1px; font-weight: 100; }
.special_pages_old_subtitle { text-align: center; font-size: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; }
.special_pages_old_txt { text-align: center; font-size: 40px; line-height: 44px; letter-spacing: 1px; font-weight: 100; }

.special_pages_old_button { font-size: 24px; font-weight: 600; color: #000; letter-spacing: 1px; }
	.special_pages_old_button_action a { color: #000; text-decoration: none; padding: 5px; width: 400px; background-color: white; display: inline-block; border: solid 1px black; text-align: center; }

.special_pages_old_regolamento_block_container { display: inline-block; margin: 0; width: 100%; padding: 0%; }
.special_pages_old_regolamento_block_100 { width: 100%; }
	.special_pages_old_regolamento_block_100 p { font-size: 13px; letter-spacing: 1px; line-height: 25px; font-weight: 300; text-align: center; }
.special_pages_old_regolamento_block_100 img { width: 100%; }
.special_pages_old_regolamento_block_50 { float: left; margin: 0; overflow: hidden; position: relative; width: 50%; }
.special_pages_old_regolamento_block_50 img { width: 100%; }





/* CODICE ETICO */
.codice_etico_block_container { display: inline-block; margin: 0; width: 100%; padding: 0%; }

.codice_etico_block_100 { width: 100%; }
	.codice_etico_block_100 p { font-size: 13px; letter-spacing: 1px; font-weight: 300; text-align: justify; }
.codice_etico_block_100 img { width: 100%; }

.codice_etico_block_50 { float: left; margin: 0; overflow: hidden; position: relative; width: 50%; }
.codice_etico_block_50 img { width: 100%; }





/* --- CART --- */
#cart_container { margin-top: 20px; }
.cart_step_wrap { font-size: 20px; font-weight: 300; letter-spacing: 1px; color: rgba(0,0,0,1.00); text-align: center; margin-bottom: 40px; }
.cart_step { display: inline-block; width: 150px; text-align: center; text-transform: uppercase;  }
.cart_step_01 { display: inline-block; width: 100px; text-align: center; }
.cart_step_02 { display: inline-block; width: 100px; text-align: center; }
.cart_step_03 { display: inline-block; width: 100px; text-align: center; }
.cart_step_active { font-weight: 700; }
.cart_descr_delete { color: #000; font-size: 12px; text-transform: uppercase; margin: 30px 0 0 0; display: block; }
.cart_descr_title { font-size: 15px; font-weight: 700; letter-spacing: 1px; color: rgba(0, 0, 0, 1); text-transform: uppercase; margin-bottom: 5px; }
.cart_descr_size { font-size: 12px; font-weight: 400; letter-spacing: 1px; color: rgba(0, 0, 0, 1); text-transform: uppercase; }
.cart_qta_01 { display: inline-block; width: 30px; text-align: center; }
.cart_qta_02 { display: inline-block; width: 30px; text-align: center; }
.cart_qta_03 { display: inline-block; width: 30px; text-align: center; }
.cart_recap_price_block { width: 50%; text-align: center; float: left; font-size: 13px !important; text-transform: uppercase; }
.cart_banner { text-align: center; padding-top: 30px !important; font-size: 12px; margin: 0 auto; width: 70%; text-transform: uppercase; }
	.cart_banner a { text-decoration: underline; color: #000; }
	.cart_banner ul { list-style: none; padding: 0; margin: 0; }
.cart_free_shipping_txt { font-size: 14px; font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
	.cart_free_shipping_txt ul { list-style: none; padding: 0; margin: 0; }
.cart_alert_block { padding: 10px; box-sizing: border-box; border: 3px solid #cc0000; }
	.cart_alert_block span { color: #cc0000; }





/* STEP1 SENZA TABLE */
.cart_step1_container { font-size: 11px; letter-spacing: 1px; font-weight: 400; }
.cart_step1_img_container { padding: 5px; text-align: left; }
.cart_step1_img_container img { width: 100%; height: auto; max-width: 200px; }
.cart_step1_info_container { padding: 5px; text-align: center; }
.cart_step1_price_container { padding: 5px; text-align: right; font-weight: 700; }
.cart_step1_discount_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; }
.cart_step1_spes_sped_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; }
.cart_step1_giftcard_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; }
.cart_step1_articoli_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; }
.cart_step1_imponibile_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; }
.cart_step1_iva_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; }
.cart_step1_total_container { padding: 5px; text-align: right; font-weight: 700; text-transform: uppercase; font-size: 14px; }
.cart_step1_arrow_back { padding: 5px; text-align: left; }
.cart_step1_free_shipping_block { padding: 5px; text-align: center; }
.cart_step1_button_block { padding: 5px; text-align: right; }
.cart_step1_button_block input.bottone_black { margin-top: 5%; margin-bottom: 2%; }
.cart_step1_button_block input.bottone_white { margin-top: 5%; margin-bottom: 2%; }
.cart_step1_button_block input.bottone_transparent { margin: 5% 0 2% 0; min-width: auto; max-width: 250px; width: 100%; transition: 0.5s; padding: 10.25px 10px; font-size: 15px; }
.cart_step1_button_block .bottone_applepay_gpay_fastcheckout { max-width: 250px; margin: 10px 0 0 auto; }
.cart_step1_button_block .bottone_amazon_fastcheckout { max-width: 250px; margin: 0 0 10px auto; }
.cart_step1_button_block .bottone_paypal_fastcheckout { padding: 10.25px 10px; font-size: 15px; }
.cart_step1_fastcheckout_title { padding: 20px 0 10px 5px; text-align: right; text-transform: uppercase; font-weight: 900; font-size: 13px; text-decoration: underline; text-underline-offset: 1px; }





/* STEP1 B2B */
.b2b_step1 .cart_step1_img_container img { width: 100%; display: block; max-width: 200px; margin: 0 auto; }
.b2b_step1 .cart_step1_info_title { text-align: left; font-size: 12px; font-weight: 700; padding: 0 1px 10px 1px; }
.b2b_step1 .cart_step1_price_block { font-size: 12px; }
.b2b_step1 .cart_descr_delete { color: #ffffff; font-size: 10px; text-transform: uppercase; display: block; border: 1px solid #c41100; background-color: #c41100; width: 100%; text-align: center; max-width: 180px; margin: 10px 0 10px auto; padding: 2px; }
.b2b_step1 .cart_descr_modifica { color: #000000; font-size: 10px; text-transform: uppercase; display: block; border: 1px solid #000000; background-color: #ffffff; width: 100%; text-align: center; max-width: 180px; margin: 10px 0 10px auto; padding: 2px; }





/*STEP3*/
.sumup_col_container { width: 100%; display: inline-block; background-color: aqua; }

	.sumup_col_sx { width: 50%; float: left; background-color: blueviolet; }

		.sumup_accordion_top { box-sizing: border-box; background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; position: relative; border-bottom: solid 1px #FFF; }
		.sumup_accordion_top:after { content: '\002B'; color: #777; font-weight: bold; float: right; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; }
		.sumup_accordion_title { color: #000; font-style: normal; font-weight: 700; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; }
		.sumup_accordion_subtitle { color: #000; font-style: italic; font-weight: 300; font-size: 12px; letter-spacing: 1px; }


		.sumup_accordion_active { background-color: #ccc; }
		.sumup_accordion_active:after { content: "\2212"; }
		.sumup_accordion_bottom { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }

	.sumup_col_dx { width: 50%; float: right; background-color: royalblue; }





/* STEP3 ACCORDION */
.loading_sumup_accordion { position:absolute;z-index:10000;padding:0;margin:0;display:none;background-image:url("/common/images/loading_form.gif");background-repeat:no-repeat;background-position:center center;background-color:#FFF; }

.card-header { padding: 2.5% 5%; }

.accordion_title { position: relative; text-transform: uppercase; font-weight: 600; font-size: calc(10px + 0.4vw); }
	.accordion_title i { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

.accordion_subtitle { text-transform: lowercase; font-weight: 400; font-size: calc(9px + 0.2vw); }

.card-body { padding: 5%; }
.card_body_intro { font-size: 13px; margin-bottom: 3%; border-left: 3px solid #000000; padding: 1% 0 1% 1.5%; }

.cart_sumup_dati_acqsped_info { margin: 10px 0; }
.cart_sumup_dati_acqsped_info_row { display: inline-block; width: 100%; }
.cart_sumup_dati_acqsped_info_row > div { float: left; width: auto; margin-right: 5px; font-size: 13px; }

input[type='checkbox'] + label.cart_recap_label_checkbox { display: inline-block; text-align: left; padding: 2% 0 2% 40px; background-position-x: 0; text-transform: uppercase!important; font-weight: 700; font-size: 12px; }

.paymentchoose_row { background: rgb(247 247 247); border: 1px solid rgba(0,0,0,.125); margin: 2%; padding: 1% 1% 1% 3%; }
.paymentchoose_row_multisafepay {  border: 0px solid rgba(0,0,0,.125); margin: 2%; padding: 1% 0% 1% 6%; }
.payment_stripe .paymentchoose_row { margin: 1%; padding: 1% 1% 1% 1.5%; }
.payment_58 .paymentchoose_row { padding: 1% 1% 1% 3%; }
.payment_choose .paymentchoose_row > label { text-transform: uppercase!important; font-size: 12px; font-weight: 600; padding: 0 0 0 35px!important; width: 100%; min-width: auto; }
.payment_choose .paymentchoose_row > label > span { display: block; float: left; margin: auto 0; line-height: 40px; }
.payment_choose .paymentchoose_row > label > img { height: 40px; margin: 0; max-width: 25%; display: block; float: right; position: relative; }
.payment_choose_b2b .paymentchoose_row > label { text-transform: uppercase!important; font-size: 12px; font-weight: 600; padding: 15px 0px 15px 35px!important; width: 100%; min-width: auto; }

.cart_recap_container { display: block; width: 100%; }
.cart_recap_head { display: inline-block; width: 100%; text-align: center; padding: 0 2.5%; }
.cart_recap_main { display: inline-block; width: 100%; text-align: center; padding: 0 2.5% 2.5% 2.5%; }
.cart_recap_omaggio { display: inline-block; width: 100%; text-align: center; padding: 0 2.5% 2.5% 2.5%; }

.cart_recap_article_img { margin: 0; }
.cart_recap_article_img img { display: block; width: 100%; padding: 0 10%; }
.cart_recap_article_info .cart_descr_title { font-size: 12px; line-height: 12px; }
.cart_recap_article_info .cart_descr_descr { font-size: 9px; margin: 0 0 5px 0; }
.cart_recap_article_info .cart_descr_size { font-size: 10px; margin: 0 0 5px 0; }
.cart_recap_article_info .cart_recap_qta { width: auto; font-size: 10px; text-transform: uppercase; }
.cart_recap_article_price { font-size: 10px; line-height: 10px; }

.cart_recap_edit_block { padding: 0 3%; text-align: right; font-style: italic; text-transform: uppercase; font-weight: 400; font-size: calc(9px + 0.2vw); }
	.cart_recap_edit_block a:hover { text-decoration: underline; }

.cart_recap_checkout_info { display: inline-block;  width: 100%; margin: 1% auto; padding: 0 5%; }
.cart_recap_tot_row { display: inline-block; width: 100%; margin: 1% auto; padding: 2% 4% 0; border-top: 2px solid #000000; font-size: 16px; }
.cart_recap_tot_row > .cart_recap_price_block { font-size: calc(13px + 0.5vw)!important; font-weight: 700; }
.cart_recap_checkout_button { display: inline-block; margin: 5% auto 0; width: 100%; }

.modal-body { font-size: 13px; }
.modal-body a { text-decoration: underline; font-weight: 600; }
.modal-body > img.modal_close_icon { width: 20px; position: absolute; right: 15px; top: 10px; cursor: pointer; }

.cart_recap_alert_no_dispo_title { font-size: 15px; margin-bottom: 1%; font-weight: 600; text-transform: uppercase; }
.cart_recap_alert_no_dispo_subtitle { font-size: 13px; font-weight: 400; }
.cart_recap_alert_no_dispo_img { margin: 5% 0px; display: inline-block; }
.cart_recap_alert_no_dispo_img img { width: 20%; display: inline-block; margin: 0 1%; }
.cart_recap_alert_no_dispo_cmd { margin: 0; text-align: right; display: block; }
.cart_recap_alert_no_dispo_cmd a { background-color: #000; border: 2px solid #000; font-size: 15px; color: #FFF; text-transform: uppercase; padding: 1.5% 5%; text-decoration: none; }

.msp-ui-payment-container { width: 100%; margin: 1% 0 0 0; padding: 0 1% 0 1%; }
.msp-container-ui { max-width: 100% !important; }
.msp-ui-method-header { display: none !important; }
.msp-ui-col-2 { padding: 0 !important; }
	.msp-ui-col-2:first-child { padding: 0 .2em 0 0 !important; }
.msp-ui-form-label { text-transform: uppercase !important; font-size: 12px !important; font-weight: 600 !important; padding: 0 0 1% 0 !important; text-align: left; }
.msp-ui-form-control { font-family: 'Roboto', sans-serif !important; font-size: 11px !important; color: #000 !important; height: 40px !important; background-size: 30px !important; }
.msp-ui-inline-block img { height: 15px !important; }
.msp-ui-control-error-message { font-size: 9px !important; text-transform: uppercase !important; }
#MSPPaymentErrors { display: none; }





/* BOX REGALO */
.box_regalo_tr { background-color: #ffffff; border: 1px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.box_regalo_td1 { padding: 5px; width: 33%; text-align: left; font-weight: 600; text-transform: uppercase; }
.box_regalo_td2 { padding: 5px; width: 33%; text-align: center; }
.box_regalo_cart_qta_01 { display: inline-block; width: 30px; text-align: center; }
.box_regalo_cart_qta_02 { display: inline-block; width: 30px; text-align: center; }
.box_regalo_cart_qta_03 { display: inline-block; width: 30px; text-align: center; }
.box_regalo_td3 { padding: 5px; width: 33%; text-align: right; font-weight: 600; }

.tooltip_box_regalo { position: relative; display: inline-block; cursor: pointer; }
.tooltip_box_regalo .tooltip_box_regalo_wrap { visibility: hidden; width: 300px; background-color: #ffffff; padding: 10px; border-radius: 0px; position: absolute; z-index: 1; bottom: 180%; left: 100%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; border-width: 1px; border-style: solid; border-color: #555; }
.tooltip_box_regalo .tooltip_box_regalo_wrap::after { content: ""; position: absolute; top: 100%; left: 10%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; }

.tooltip_box_regalo_img { width: 40%; float: left; display: inline-block; }
	.tooltip_box_regalo_img img { width: 100%; }
.tooltip_box_regalo_txt { width: 60%; float: right; display: inline-block; color: #000; text-align: left; font-weight: 300; letter-spacing: 1px; line-height: 18px; font-size: 11px; text-transform: none; }

.tooltip_box_regalo:hover .tooltip_box_regalo_wrap { visibility: visible; opacity: 1; }





/* --- MY ACCOUNT --- */
#container_my_account { width: 70%; border-bottom: solid 100px #FFF; margin: 155px 15% 0px 15%; min-height: 100%; display: inline-table; position: relative; }

#my_account_col_all { width: 100%; margin-top: 40px; margin-bottom: 60px; }
#my_account_col_all h2 { font-style: normal; font-weight: 700; color: #000; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; text-align: center; margin-bottom: 10px; }
#my_account_col_all p { font-size: 11px; color: #000; margin-bottom: 30px; text-align: center; }
#my_account_col_all ul { font-size: 11px; color: #000; line-height: 15px; list-style: none; padding: 0; text-align: center; }

.my_account_col_all_container { display: block; min-height: 350px; }

#my_account_menu_container { width: 100%; margin: 0 auto; display: inline-block; }
#my_account_menu_container ul li { display: inline; float: left; text-align: center; width: 16.6666666%; }
.my_account_menu_container_reserved_area { width: 14.2857142% !important; }
#my_account_menu_container ul li a { font-style: normal; font-weight: 400; color: #000; font-size: calc(7px + 0.15vw); letter-spacing: 2px; text-transform: uppercase; text-align: center; text-decoration: none; border: 1px solid rgba(0, 0, 0, 1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(255, 255, 255, 1); display: block; padding-top: 30px; padding-bottom: 30px; width: 100%; }

#my_account_wrapper { margin: 50px 0 50px 0; }
#my_account_box_gestione { width: 100%; display: inline-table; margin-top: 25px; }
#my_account_box_gestione tr { height: 40px; font-size: 12px; }

#my_account_frm_edit_data { display: none; margin-top: 25px; }
#my_account_frm_edit_data tr { font-weight: 400; font-size: 12px; }

.my_account_field_M { font-family: 'Roboto Condensed', sans-serif; font-size: 12px; background-color: rgba(255, 255, 255, 1); border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; margin: 0px 0px 10px 0px; position: relative; width: 86%; border-radius: 0px; }
.my_account_field_XS { font-family: 'Roboto Condensed', sans-serif; font-size: 12px; background-color: rgba(255, 255, 255, 1); border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 1% 0px 1%; margin: 0px 0px 10px 0px; position: relative; width: 50px; border-radius: 0px; }
.my_account_select_XL { font-family: 'Roboto Condensed', sans-serif; font-size: 12px; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: rgba(255, 255, 255, 1) url('images/select-arrow.png') no-repeat 98% center; width: 90%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 300; border-radius: 0px; padding: 0px 0px 0px 1%; height: 40px; margin: 0px 1% 0px 0px; position: relative; float: left; }

.my_account_select_container { position: relative; }
.my_account_select_container label{ position: absolute; top: -16px; font-size: 12px; color: #000; transition: 0.3s; letter-spacing: 0.5px; font-weight: 700;}
.my_account_select { font: 15px/24px futura-pt, sans-serif; color: #000; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px;	border: solid 2px #FFF;	border-bottom: solid 2px #000; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255, 255, 255, 1) url('images/select-arrow.png') no-repeat 97% center; text-transform: uppercase !important; text-indent: 0.01px; text-overflow: ""; padding: 2px 0 3px 0; margin: 0 0 0 0; }





/* MY ACCOUNT - B2B */
.my_account_b2b_col_all { width: 100%; text-transform: uppercase; }
.my_account_b2b_col_sx { float: left; width: 15%; margin-right: 5%; text-transform: uppercase; }
.my_account_b2b_col_dx { float: left; width: 80%; text-transform: uppercase; }
.my_account_b2b_col_info { width: 100%; margin: 0 0 5% 0; text-transform: uppercase; text-align: center; font-size: 10px; }
.my_account_b2b_col_action { width: 100%; margin: 0 0 0 0; text-transform: uppercase; text-align: center; font-size: 10px; }
	.my_account_b2b_col_action form { padding: 0px; margin: 0px; display: inline; }
	.my_account_b2b_col_action li { background-color: #dadada; margin-bottom: 10px; padding: 10px; overflow: auto; list-style-type: none; }





/* MY ACCOUNT POPUP ACQUISTA ARTICOLO FINITO */
.my_account_popup_container { width:900px; background-color: #FFF; }
.my_account_popup_close { text-align: right; cursor: pointer; }
.my_account_popup_container { width: 100%; margin-bottom: 20px; }

.my_account_popup_box_top { width: 100%; font-size: 12px; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px; text-align: center; text-transform: uppercase; }

.my_account_popup_box_bottom { display: inline-table; width: 100%; }
.my_account_popup_img_container { width: 150px; float: left; }





/* MY ACCOUNT RESPONSIVE */
.my_account_menu_desktop { display: block; }
.my_account_menu_mobile { display: none; }
.order_history_header { margin-bottom: 5px; }
	.order_history_header > a { display: block; background: #dadada; border: 1px solid #bababa; padding: 10px 20px; text-decoration: none; font-size: 12px; font-weight: 700; }
	.order_history_header > a::after { font-family: "Font Awesome 5 Pro"; width: 1.25rem; height: 1.25rem; content: "\f067"; position: absolute; right: 10px; transition: transform .2s ease-in-out; }
	.order_history_header > a:not(.collapsed)::after { content: "\f068"; }
.order_details_container { border: 1px solid #bababa; padding: 2%; margin: -5px 0 10px; }
.order_details_sx { font-size: 12px; }
	.order_details_sx strong { text-transform: uppercase; }
	.order_details_sx a { text-decoration: underline; }
.order_details_dx { text-align: center; }
	.order_details_button_block input.bottone_white { max-width: 200px; width: 100%; min-width: auto; font-size: calc(8px + 0.2vw); }
	.order_details_button_block input.bottone_black { max-width: 200px; width: 100%; min-width: auto; font-size: calc(8px + 0.2vw); }
	.order_details_button_block input.bottone_red { max-width: 200px; width: 100%; min-width: auto; font-size: calc(8px + 0.2vw); }
.richiedi_reso_header { background-color:#e6e6e6; color:#000; text-align: left; text-transform: uppercase; }
.info_reso_block > ul > li { padding: 0; margin: 0 0 1% 0; text-transform: none; }
#cartTable_modal .modal-dialog { max-width: 800px; width: 90%; margin: 1.75rem auto; }
#cartTable_modal .cart_step1_img_container img { display: block; width: 100%; }
#cartTable_modal .order_history_modal_footer { border-top: 1px solid #000000; padding-top: 25px; }
	#cartTable_modal .order_history_modal_footer .modal_btn_block { margin-top: 20px; text-transform: uppercase; text-align: right; }
.modal_info_reso .modal-header h2 { width: 90%; text-align: left!important; margin: 0!important; }
.modal_info_reso .modal-body { font-size: 12px; text-align: left; }
.modal_info_reso ul { text-align: left!important; }
	.modal_info_reso ul li { margin-bottom: 0; }
.richiedi_reso_header { background: #000000; color: #ffffff; padding: 1% 2%; font-weight: 700; font-size: 12px; }
.richiedi_reso_block { border: 1px solid #000000; padding: 2%; }
	.richiesta_reso_check > input.reso_check { margin: 0 auto; }
	.richiesta_reso_img > img { display: block; width: 100%; max-width: 150px; }
	.titoloArt-carrello { padding: 0 2%; }
		.richiesta_reso_info { font-size: 12px; margin-bottom: 10px; }
			.richiesta_reso_info_title { margin-bottom: 10px; }
			.richiesta_reso_info_desc p { text-align: left !important; }
		.richiesta_reso_marchio { margin-bottom: 5px; font-size: 12px; }
		.richiesta_reso_taglia { margin-bottom: 5px; font-size: 12px; }
		.richiesta_reso_prezzo { margin-bottom: 5px; font-size: 12px; }
		.richiesta_reso_qta { font-size: 12px; }
			.richiesta_reso_qta select { width: 45px; }
.info_reso_block { border-top: 1px solid #d3d3d3; }
	.info_reso_block select.general_select_50 { margin: 0 auto; float: none; }
	div#tr_confirm_reso { border-top: 1px solid #d3d3d3; padding-top: 2%; font-size: 12px; margin-bottom: 2%; }
	div#tr_confirm_reso2 { text-align: center; }

.saved_address_container { font-size: calc(11px + 0.25vw); }
.saved_address_edit_button { padding: 0 1%; text-align: center; }
	.saved_address_edit_button input.bottone_white { max-width: 200px; width: 100%; min-width: auto; font-size: calc(9px + 0.2vw); }
.saved_address_del_button { padding: 0 1%; text-align: center;  }
	.saved_address_del_button input.bottone_red { max-width: 200px; width: 100%; min-width: auto; font-size: calc(9px + 0.2vw); font-weight: 400; }
.saved_address_add_button { text-align: center; padding: 0 3%; }
input.whish_btn_01.sel_all { border-top: 0; border-right: 0; border-bottom: 1px solid #000000; border-left: 0; width: auto; min-width: auto; padding: 1% 5%; margin-bottom: 10px; }
input.whish_btn_03.desel_all { border-top: 0; border-right: 0; border-bottom: 1px solid #C14345; border-left: 0; background: transparent; color: #C14345; padding: 1% 5%; width: auto; min-width: auto;  }
input.whish_btn_01.add_all.bottone_white { font-size: 13px; font-weight: 400; margin-bottom: 10px; }
input.whish_btn_03.canc_all.bottone_red { font-size: 13px; font-weight: 400; }





/* WISHLIST */
.whish_command_container { margin: 50px 0px 50px 0px; overflow: auto; }
.whish_command_select_wrap { position: relative; margin: 10px 0px 10px 0px; }

.whish_select { font-family: 'Roboto Condensed', sans-serif; font-size: 12px; text-transform: uppercase; width: 100%; max-width: 300px; background-color: transparent; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; padding: 0px 0px 0px 1%; height: 36px; margin: 0px 1% 0px 0px; position: relative; }
.whish_command_btn_wrap { position: relative; margin: 10px 0px 10px 0px; width: 100%; text-align: right; }

.whish_btn_01 { background-color: transparent; border: 1px solid rgba(0, 0, 0, 1); color: #000; cursor: pointer; margin: 0px 0px 0px 0px; padding: 5px; min-width: 250px; transition: background-color 0.5s ease; font-family: 'Roboto Condensed', sans-serif; font-style: normal; font-weight: 400; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.whish_btn_02 { background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(153, 153, 153, 1); color: rgba(153, 153, 153, 1); cursor: pointer; font-family: 'Roboto Condensed', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; letter-spacing: 2px; margin: 0px 0px 0px 0px; text-align: center; text-transform: uppercase; min-width: 250px; transition: background-color 0.5s ease; }
.whish_btn_03 { background-color: #C14345; border: 1px solid #C14345; color: #FFF; cursor: pointer; margin: 0px 0px 0px 0px; padding: 5px; min-width: 250px; transition: background-color 0.5s ease; font-family: 'Roboto Condensed', sans-serif; font-style: normal; font-weight: 400; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }

.whish_command_sendmaildispo_wrap { position: relative; display: inline-block; float: left; clear: both; margin: 40px 0px 10px 0px; font-size: 13px; }
.whish_command_sendmaildispo_wrap label { text-transform: none !important; }

.whish_items_container { margin: 50px 0px 50px 0px; overflow: auto; display: inline-table; width: 100%; }
.whish_item_wrap { background: #fff none repeat scroll 0 0; float: left; margin: 1% 1% 5% 1%; position: relative; text-transform: uppercase; width: 23%;}
.whish_item_img { height: auto; overflow: hidden; width: 100%; }
.whish_item_img img { width: 100%; }
.whish_item_title { margin: 10px 0px 0px 0px; font-size: 12px; font-weight: 400; text-transform: uppercase; text-align: center; height: 40px; }
.whish_item_brand { margin: 0px 0px 0px 0px; font-size: 12px; font-weight: 400; text-transform: uppercase; text-align: center; }
.whish_item_size { margin: 20px 0px 5px 0px; font-size: 11px; font-weight: 400; text-transform: uppercase; text-align: center; }
.whish_item_price { margin: 0px 0px 0px 0px; font-size: 11px; font-weight: 400; text-transform: uppercase; text-align: center; }
.whish_item_btn { margin: 10px 0px 0px 0px; text-align: center; height: 40px; }
.whish_btn { background-color: #fff; border: 1px solid #000; color: #000; cursor: pointer; font-family: 'Roboto Condensed', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 2px; margin: 0px 0px 0px 0px; padding: 10px; text-align: center; text-transform: uppercase; max-width: 150px; width: 100%; transition: background-color 0.5s ease; }

.whish_item_alert { clear: both; display: inline-block; padding: 10px 0; width: 100%; height: 40px; margin: 20px 0px 0px 0px; font-size: 10px; font-weight: 400; text-transform: uppercase; text-align: center; color: #000; }
.whish_item_alert label { text-transform: uppercase !important; }

.whish_item_check { position: absolute; width: 30px; height: 30px; top: 2%; left: 1%; }
.whish_item_check label { position: relative; left: 20px; top: 10px; }

.whish_preview_alert_txt { color: rgba(126, 126, 126, 1); font-size: 10px; font-weight: 400; letter-spacing: 2px; margin-bottom: 5px; padding-top: 10px; text-align: center; text-transform: lowercase; font-style: italic; text-decoration: underline; }
.whish_preview_alert_txt a { color: rgba(0, 0, 0, 1); text-decoration: none; font-weight: 700; text-transform: uppercase; }
.whish_preview_btn_container { text-align: center; margin: 0px 0px 0px 0px; }
.whish_preview_btn { background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(153, 153, 153, 1); color: rgba(153, 153, 153, 1); cursor: pointer; font-family: 'Roboto Condensed', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; letter-spacing: 2px; margin: 0px 0px 0px 0px; text-align: center; text-transform: uppercase; min-width: 250px; transition: background-color 0.5s ease; }

.whish_dialog_container { max-width: 550px; width: 90%; background-color: #FFF; margin: 0 auto;}
.whish_dialog_wrap { display: inline-table; width: 100%; }
.whish_dialog_title { color: #000000; font-size: calc(12px + 0.6vw); font-weight: 700; letter-spacing: 1px; text-align: center; text-transform: uppercase; margin-bottom: 5%; }
.whish_dialog_subtitle { margin-bottom: 5px; color: #000000; font-size: 12px; padding-top: 10px; text-align: center; text-transform: lowercase; }
.whish_dialog_subtitle::first-letter { text-transform: uppercase; }
	.whish_dialog_subtitle a { font-weight: bold; }
.whish_dialog_form_container { display: inline-table; width: 100%; margin-bottom: 20px; }
.whish_dialog_btn_container { width: 100%; }
	.whish_dialog_btn_container input.whish_btn_01 { width: 49%; min-width: auto; }
	.whish_dialog_btn_container input.whish_btn_01.add_to_cart_sel { background: #000000; border: 1px solid #000000; color: #ffffff; }
	.whish_dialog_btn_container input.whish_btn_03 { width: 49%; min-width: auto; }
	.whish_dialog_btn_container input.whish_btn_03.remove_sel { background: #000000; border: 1px solid #000000; color: #ffffff; }

.whish_detail_alert_txt { color: #000; font-size: 12px; font-weight: 500; letter-spacing: 2px; padding: 10px; text-align: center; text-transform: uppercase; font-style: italic; text-decoration: none; border: 2px solid #000000; width: 75%; margin: 15px auto 0; }
.whish_detail_alert_txt a { color: rgba(0, 0, 0, 1); text-decoration: underline; font-weight: 900; text-transform: uppercase; }





/* PAGINE STATICHE */
#statica_container { background-color: transparent; overflow: auto; margin: 0; padding: 0 5% 5% 5%; }
.statica_txt { margin-top: 40px; color: #000; font-size: 11px; letter-spacing: 1px; font-weight: 300; }
.statica_txt a { color: #000; text-decoration: none; font-weight: 600; }

.statica_menu { max-width: 300px; width: 100%; margin: 0 auto; border: solid 1px #000; padding: 10px; line-height: 25px; text-align: center; }
.statica_menu li { list-style-type: none !important; }
.statica_menu a { color: rgba(0, 0, 0, 1); font-style: normal; font-weight: 300; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }

.statica_txt h2 { margin: 20px 0 10px 0 !important; padding: 0 0 0 0 !important; font-size: 16px; font-weight: 300; letter-spacing: 1px; color: rgba(0,0,0,1.00); text-transform: uppercase; }
.statica_txt p { margin: 10px 0 20px 0 !important; padding: 0 0 0 0 !important; text-align: justify !important; }





/* GIFT CARD */
.gift_block_container { display: inline-block; margin: 0 0 0 0; width: 100%; padding-bottom: 2%; }

.gift_block_100 { margin: 0.5%; overflow: hidden; position: relative; width: 99%; }
	.gift_block_100 img { width: 100%; }

.gift_title { text-align: center; font-size: calc(14px + 1.25vw); line-height: calc(14px + 1.25vw); letter-spacing: 0.1vw; text-transform: uppercase; width: 100%; margin: 1% auto 2%; }
	.gift_title h1 { border-bottom: 0px solid #FFF; display: inline-block; font-weight: 600; }
.gift_subtitle { text-align: center; font-size: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; }
.gift_txt { width: 80%; margin: 0 10% 0 10%; text-align: center; font-size: 40px; line-height: 44px; letter-spacing: 1px; font-weight: 100; }

.gift_container { display: block; overflow: auto; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; }
.gift_error_box { margin: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; color: red; }

.gift_col_sx { float: left; width: 49%; display: inline-block; margin: 40px 1% 0 0; position: relative; }
	.gift_card_canvas_container { z-index: 1; }
		.gift_card_canvas_container img { width: 100%; }
	.gift_card_info_container { position: absolute; z-index: 2; bottom: 0; width: 100%; }
		.gift_card_info_mittente { color: black; font-size: 20px; letter-spacing: 1px; font-weight: 400; width: 100%; text-align: center; margin: 0 0 2% 0; }
		.gift_card_info_destinatario { color: black; font-size: 15px; letter-spacing: 1px; font-weight: 400; width: 100%; text-align: center; margin: 0 0 5% 0; }
		.gift_card_info_messaggio { color: black; font-size: 13px; letter-spacing: 1px; font-weight: 300; width: 80%; text-align: center; margin: 0 10% 5% 10%; }
		.gift_card_info_importo { color: black; font-size: 60px; letter-spacing: 1px; font-weight: 600; width: 100%; text-align: center; margin: 0 0 5% 0; }

.gift_col_dx { float: right; width: 49%; display: inline-block; margin: 40px 0 0 1%; }
.gift_label_checkbox { width: 90% !important; }
.gift_btn_container { width: 100%; margin: 20px 0px 20px 0px; clear: both; text-align: center; }
	.gift_bottone { background-color: #000; border: 1px solid #000; color: #fff; cursor: pointer; font-size: 11px; font-weight: 300; letter-spacing: 2px; margin: 0px 0px 0px 0px; padding: 10px; text-align: center; text-transform: uppercase; min-width: 200px; transition: background-color 0.5s ease; }

.gift_info_container { width: 100%; margin: 0 0 0 0; padding: 0 1% 4% 1%; clear: both; text-align: center; font-size: calc(12px + 1vw); letter-spacing: 0.1vw; line-height: calc(15px + 1vw); font-weight: 100; }

.gift_rowElem { display: inline-block; padding: 10px 0px 10px 0px; clear: both; width: 100%; }
	.gift_rowElem label { cursor: pointer; display: block; float: left; font-size: 11px; margin: 10px 0px 10px 0px; padding: 5px 1% 5px 0px; width: 10%; font-weight: 300; text-transform: none !important; }
    .gift_rowElem span { margin: 0 0 5px 0; display: block; }

.gift_field_100 { font-size: 11px; background-color: #FFF; border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; position: relative; width: 100%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.gift_field_100:focus { background-color: #f8f8f8; }

.gift_select_100 { font-size: 11px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; width: 100%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; height: 40px; margin: 0 0 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.gift_select_100:focus { background-color: #f8f8f8; }

.gift_message_100 { font-size: 11px; background-color: #FFF; border: solid 1px #000; height: 100px; overflow: hidden; padding: 1% 2% 1% 2%; position: relative; width: 100%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.gift_message_100:focus { background-color: #f8f8f8; }

.gift_info_accordion_container { width: 100%; padding: 5% 0 5% 0; display: inline-block; }
	.gift_info_descr { font-style: normal; font-weight: 300; color: #000; font-size: calc(15px + 0.5vw); letter-spacing: 1px; line-height: calc(20px + 0.5vw); width: 90%; }





/* -------------------------------------------------------------------------------------------------------------- */





/* VARIE */
.reso_check { position: static !important; }






/* INPUT */
.rowElem { display: inline-block; padding: 10px 0px 10px 0px; clear: both; width: 100%; }
.rowElem label { cursor: pointer; display: block; float: left; font-size: 12px; text-transform: lowercase !important; margin: 10px 0px 10px 0px; padding: 5px 1% 5px 0px; min-width: 10%; font-weight: 300; }
.rowElem > label.label_general { cursor: pointer; display: block; float: left; text-align: left; font-size: 10px; font-weight: 600; text-transform: uppercase !important; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; width: auto; }
.rowElem > label.label_checkbox_sped_fatt { cursor: pointer; display: block; float: left; font-size: 12px; text-transform: uppercase !important; margin: 0; padding: 0 2% 0 0; text-align: right; width: 98%; height: 40px; line-height: 40px; font-weight: 700; background-position-x: 2%; background-color: #E8E8E8; }

.general_field_100 { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; position: relative; width: 100%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.general_field_100:focus { background-color: #f8f8f8; }
.general_field_50 { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; margin: 0 0 0 0; position: relative; width: 49%; float: left; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.general_field_50:focus { background-color: #f8f8f8; }
.general_message_100 { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; height: 100px; overflow: hidden; padding: 1% 2% 1% 2%; position: relative; width: 100%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.general_message_100:focus { background-color: #f8f8f8; }

.general_select_100 { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; width: 100%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; height: 40px; margin: 0 0 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.general_select_100:focus { background-color: #f8f8f8; }
.general_select_50 { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; width: 49%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; height: 40px; margin: 0 0 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.general_select_50:focus { background-color: #f8f8f8; }
.general_select_24 { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 94% center; width: 24%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; height: 40px; margin: 0 1% 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.general_select_24:focus { background-color: #f8f8f8; }

.general_select_size_detail { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 94% center; width: 50%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 300; border-radius: 0px; height: 40px; margin: 0px 1% 0px 0px; padding: 0px 0px 0px 1%; position: relative; }
	.general_select_size_detail:focus { background-color: #f8f8f8; }

input[type='radio'], input[type='checkbox'] { position: absolute; clip: rect(1px, 1px, 1px, 1px); }
input[type='radio'] + label, input[type='checkbox'] + label { margin: 0; padding: 15px 0px 0px 30px; cursor: pointer; background: url('images/input_start.png') left center no-repeat; text-transform: capitalize; }
.payment_choose label { padding: 2px 0px 0px 25px!important; margin-left: 2%!important; }
.payment_choose img { height: 40px; margin: 0 10px; }
input[type='radio']:checked + label { background-image: url('images/input_radiobutton.png'); }
input[type='checkbox']:checked + label { background-image: url('images/input_checkbox.png'); }
.whish_item_check input[type='checkbox'] + label { padding: 25px 0px 0px 30px; }

#Clienti_ritenuta_sessoM~label { margin-right: 25px; }

.my_account_field_M { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: rgba(255, 255, 255, 1); border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; margin: 0px 0px 10px 0px; position: relative; width: 86%; border-radius: 0px; }
.my_account_field_XS { font-family: 'Prompt', sans-serif; font-size: 12px; background-color: rgba(255, 255, 255, 1); border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 1% 0px 1%; margin: 0px 0px 10px 0px; position: relative; width: 50px; border-radius: 0px; }
.my_account_select_XL { font-family: 'Prompt', sans-serif; font-size: 12px; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: rgba(255, 255, 255, 1) url('images/select-arrow.png') no-repeat 98% center; width: 90%; text-indent: 0.01px; text-overflow: ""; color: #808083; font-weight: 300; border-radius: 0px; padding: 0px 0px 0px 0px; height: 40px; margin: 0px 1% 0px 0px; position: relative; float: left; }

.bottone_transparent { background-color: transparent; border: 1px solid rgba(0, 0, 0, 1); color: #000; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }
	
.bottone_red { background-color: #C14345; border: 1px solid #C14345; color: #000; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_grey { background-color: rgba(153, 153, 153, 1); border: 1px solid rgba(153, 153, 153, 1); color: #000; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_black { background-color: #000; border: 1px solid #000; color: #FFF; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_white { background-color: #FFF; border: 1px solid #000; color: #000; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_step2_account_active { background-color: #fff; border-top: 1px solid rgba(0,0,0,1); border-right: 1px solid rgba(0,0,0,1); border-bottom: 1px solid rgba(0,0,0,1); border-left: 1px solid rgba(0,0,0,1); color: black; cursor: pointer; padding: 30px 0; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: calc(8px + 0.2vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_step2_account { background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.03); border-right: 1px solid rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.03); border-left: 1px solid rgba(0, 0, 0, 0.03); color: rgba(0, 0, 0, 0.5); cursor: pointer; padding: 30px 0; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; font-size: calc(8px + 0.2vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

input.bottone_paypal_fastcheckout { background-image: url(/common/images/fco_paypal_logo.png); background-size: auto 60%; background-repeat: no-repeat; background-position: center; background-color: #ffc439; border: 1px solid #ffc439; color: #253a7f; padding: 14px; min-width: 250px; transition: all 0.5s ease; display: inline-block; font-family: 'Roboto', sans-serif; font-style: italic; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-align: right; border-radius: 0px; margin: 0; }

.bottone_checkout { background-color: #000; border: 1px solid #000; color: #FFF; cursor: pointer; padding: 10px; min-width: 250px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Prompt', sans-serif; font-style: normal; font-weight: 600; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }
	.bottone_checkout:hover { background-color: transparent; color: #000; text-decoration: none; }

button.forgot_psw_action { background: transparent; border: 0; padding: 0; margin: 3px 0 0 0; font-size: 10px; }

.applepay_gpay_fastcheckout_container { display: block; text-align: right; }
	.bottone_applepay_gpay_fastcheckout { width: 100% !important; margin: 10px 0 0 0; }

.amazon_fastcheckout_container { display: block; text-align: right; }
	.bottone_amazon_fastcheckout { width: 100% !important; margin: 0 0 10px 0; }

.bottone_amazon_modal_cancella { width: 100%; display: block; background-color: lightgray; border: solid 1px darkgray; color: black; font-size: 13px; font-weight: 600 !important; text-align: center; text-transform: uppercase; text-decoration: none !important; padding: 10px; }
	.bottone_amazon_modal_cancella:hover { color: black; text-decoration: underline !important; }
.bottone_amazon_modal_procedi { width: 100%; display: block; background-color: black; border: solid 1px black; color: white; font-size: 13px; font-weight: 600 !important; text-align: center; text-transform: uppercase; text-decoration: none !important; padding: 10px; }
	.bottone_amazon_modal_procedi:hover { color: white; text-decoration: underline !important; }



/* BANNER */
#banner_min_b2b { font-size: 11px; width: 150px; padding: 20px; background: #fff; text-transform: uppercase; position: fixed; left: 1%; bottom: 10%; border-radius:0px; z-index: 100; border: 1px solid #000; line-height: 20px; }
	#banner_min_b2b ul { margin: 0; padding: 0; }

.banner_bad_destination_small { display: none; position: fixed; top: 65px; right: 90px; z-index: 1000; font-size: 12px; padding: 10px; background-color: #F9EDBE; border: 1px solid #F0C36D; }
	.banner_bad_destination_small_title { color: rgba(228, 80, 40, 1); }
	.banner_bad_destination_small_title a { color: #000; text-decoration: none; }
	
.banner_bad_destination_big { padding: 10px; background-color: #FFF; border: 5px solid #000; font-size: 12px; letter-spacing: 1px; position: fixed; bottom: 20px; right: 20px; width: 450px; z-index: 100; }
	.banner_bad_destination_big_title { color: red; }
	.banner_bad_destination_big ul { margin: 0 0 0 30px !important; padding: 0; }
	.banner_bad_destination_big a { color: #000; text-decoration: none; }





/* -------------------------------------------------------------------------------------------------------------- */





/* SC */
.sc_menu_desktop { display: block; }
.sc_menu_mobile { display: none; }

#sc_global_container { position: relative; width: 100%; min-width: 100%; min-height: 610px; margin: 50px auto; background-color: #FFF; }

#sc_menu_container { float: left; width: 24%; margin:0px 1% 0px 0px; padding: 0px 0px 15px 0px; color: #000; }
#sc_menu_container h1 { background-color: #FFF; font-size: 25px; padding: 10px 0 10px 0; color: #000; text-transform: uppercase; display: none; }
#sc_menu_container h1 a { color: #000; text-decoration: none; }
#sc_menu_container h2 { padding: 5px 0 10px 10px; color: #000; font-size: 12px; font-weight: 400; text-transform: uppercase; }
#sc_menu_container ul { list-style-type: none; margin-top: 5px; padding: 5px 0px 0px 0px; border-top: 1px solid #dddfde;; }
#sc_menu_container ul li { font-size: 11px; margin-bottom: 0px; padding: 10px 0 10px 10px; text-transform: uppercase; }
#sc_menu_container ul li a { font-size: 11px; color: #000; line-height: 20px; letter-spacing: 1px; }
#sc_menu_container a { color: #000; text-decoration: none; }

#sc_container { float:left; width: 75%; margin:0px 0px 0px 0px; padding: 0px 0px 5px 0px; background-color: #FFF; }
#sc_container h1 { background-color: #FFF; font-size: 25px; padding: 10px 0 10px 10px; color: #000; text-transform: uppercase; text-align: left; display: none; }
#sc_container h2 { color: #000; font-size: 12px; font-weight: 400; text-transform: uppercase; padding: 10px 0 10px 10px; text-align: left; border-bottom: solid 1px #DDDFDE; }
#sc_container p { font-size: 12px; padding: 10px 10px 10px 10px; color: #000; line-height: 20px; letter-spacing: 1px; text-align: left; }

#sc_container table { background-color: #FFF; font-size: 13px; margin: 10px 10px 10px 10px; color: #000; width: 98% !important; }
#sc_container table thead tr { height: 25px; background-color: #DDDFDE; }
#sc_container table td { text-align: center; }

.sc_container_separatore { background-color: #FFF; height: 1px; clear: both; font-size: 1px; padding: 2px 2px 2px 2px; margin: 40px 0px 40px 0px; }

#sc_container ul { list-style-type: upper-latin; margin-left: 60px; margin-top: 5px; padding-top: 5px; font-size: 12px; line-height: 20px; letter-spacing: 1px; color: #000; }
#sc_container li { margin-bottom: 5px; }

#sc_container a { color: #000; text-decoration: none; }





/* REG_FORM */
.reg_form_col_full { margin: auto;}





/* BANNER CHECK DISPO ARTICOLI SU BTN CHECKOUT */
.box_alert_no_dispo_sumup { width: 89%; margin:60px 0px 60px 0px; color:#000000; border: 2px solid red; padding: 5%; text-align: center; }
.box_alert_no_dispo_sumup_title { color: red; font-size: 20px; font-weight: 400; text-transform: uppercase; }
.box_alert_no_dispo_sumup_txt { font-style: italic; }
.box_alert_no_dispo_sumup_imgs { margin: 20px 0px 20px 0px; }
.box_alert_no_dispo_sumup_imgs img { width: 100px; display: inline-block; margin: 0px 5px 0px 5px; }
.box_alert_no_dispo_sumup_command { margin: 10px 0px 0px 0px; }
.box_alert_no_dispo_sumup_command a { display: inline-block; background-color: #000; border: 2px solid #000; text-align: center; font-size: 12px; color: #FFF; font-weight: 300; cursor: pointer; text-transform: uppercase; padding: 10px 20px 10px 20px; text-decoration: none; }





/* PATCH MAGIC ZOOM DETTAGLIO IMG 100% */
.MagicZoom { width: 100%; }
.MagicZoom > img { width: 100%; }
.MagicZoom > img, .mz-figure > img { max-width: 100% !important; max-height:
none !important; }





/* CLEARPAY */
.clearpay_details_info { margin: 0 0 3% 0; text-align: center; }
.clearpay_cart_step1_info { padding: 5px; text-align: right; }
.clearpay_cart_step3_info { display: inline-block; width: 100%; margin: 0; padding: 0 5%; text-align: right; }

/* SCALAPAY */
.scalapay_details_info { margin: 0 0 3% 0; text-align: center; }
.scalapay_cart_step1_info { padding: 5px; text-align: right; }
.scalapay_cart_step3_info { display: inline-block; width: 100%; margin: 0; padding: 0 5%; text-align: right; }





/* --------------------------------------------------------------------------------------------------------------
// iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT
@media only screen and (max-width: 992px) {...}

// iPad, iPad Pro 10.5", iPad Pro 11" LANDSCAPE + iPad Pro 12" e 12.9" PORTRAIT
@media only screen and (max-width: 1200px) {...}
-------------------------------------------------------------------------------------------------------------- */





/* Large devices (desktops, less than 1200px)
iPad, iPad Pro 10.5", iPad Pro 11" LANDSCAPE + iPad Pro 12" e 12.9" PORTRAIT */
@media only screen and (max-width: 1199.98px) {
	
	#header { min-width: 100%; }
	.header_sx { width: 30%; }
	.header_center { width: 20%; }
	.header_dx { width: 30%; }
	
	#container { min-width: 100%; }
	
	/* HOME */
	.home_seconda_fascia_title_subtitle.width60 { width: 70%!important; }
	
	/* LANDING - CASTMEGUM */
	.special_pages_title { width: 100%; }
	.special_pages_txt { width: 100%; }
	.special_pages_btn_container { width: 100%; }
	
	/* ACCOUNT */
	.input_focus_effect ~ label { font-size: 11px!important; }
	
	/* CART */
	#Clienti_ritenuta_sessoM ~ label { width: 25%; }
	.payment_choose label { padding: 2px 0px 0px 20px !important; margin-left: 10px!important; width: auto; }
	.payment_choose img { height: 30px; }
	.cart_descr_descr { display: none; }
	.cart_step1_button_block .bottone_applepay_gpay_fastcheckout { max-width: 100%; }
	.cart_step1_button_block .bottone_amazon_fastcheckout { max-width: 100%; }
	.cart_step1_button_block input.bottone_paypal_fastcheckout { min-width: auto; width: 100%; }
	
}





/* Medium devices (tablets, less than 992px)
iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT */
@media only screen and (min-width: 992px) {
	
	.menu_main a:hover { color: #000; text-decoration: none; font-weight: 600; }
	.submenu_block_nodi ul li a:hover { text-decoration: underline; }
	.submenu_block_attributi ul li a:hover { text-decoration: underline; }
	
	.footer_container a:hover { color: #000; text-decoration: underline; }
	
	.alert_txt a:hover { color: #000; text-decoration: underline; }
	
	.home_scroll_info_title a:hover { text-decoration: none; }
	.home_scroll_info_action a:hover { text-decoration: underline; text-decoration-thickness: from-font; }
	/*.home_scroll_info_block_action a:hover { color: #FFF; background-color: black; }*/
	.home_scroll_multi_info_block_action a:hover { color: #000; background-color: white; border: solid 1px black; }
	.home_seconda_fascia_title_subtitle a:hover { text-decoration: none; }
	.home_seconda_fascia_img img:hover { opacity: 0.8; }
	.home_seconda_fascia_info_action a:hover { color: #FFF; background-color: black; border: solid 1px black; }
	.home_txt_container a:hover { text-decoration: underline; }
	
	.landing_command_btn:hover { background-color: #efefef; text-decoration: none; }
	.landing_seconda_fascia_block img:hover { opacity: 0.6; }
	.landing_pages_button_action a:hover { color: #FFF; background-color: black; text-align: center; }
	
	.casting_submit:hover { background-color: #ffffff; color: #000000; }
	
	.vaschetta_item_img img:hover { opacity: 0.6; }
	.btn_filter_container a:hover { text-decoration: underline; }
	.filters_items li a:hover { text-decoration: none; opacity: 0.5; }
	.paging_tab:hover { background: none repeat scroll 0 0 #000; text-decoration: none; border: solid 1px #000; color: #FFF; }
	.paging_tab a:hover { color:#FFF; text-decoration:none; }
	.paging_tab_loadmore:hover { background: none repeat scroll 0 0 #000; text-decoration: none; border: solid 1px #000; color: #FFF; }
	.paging_tab_loadmore a:hover { color:#FFF; text-decoration:none; }
	
	.details_info_add_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.details_info_add_nodispo_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.whish_detail_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.details_info_size a:hover { color: #000; text-decoration: underline; }
	.accordion:hover { background-color: #FFF; }
	.special_pages_scroll_title a:hover { text-decoration: none; color: white !important; }
	.special_pages_ultime_vaschette_title a:hover { text-decoration: none; }
	.special_pages_bottone:hover { background-color: #000000; color: #FFFFFF; text-decoration: none; }
	.special_pages_old_button_action a:hover { color: #FFF; background-color: black; text-align: center; }
	
	.cart_descr_delete:hover { color: rgba(160,42,44,1.00); text-decoration: none; }
	.b2b_step1 .cart_descr_delete:hover { color: #c41100; background-color: #ffffff; text-decoration: none; }
	.b2b_step1 .cart_descr_modifica:hover { color: #ffffff; background-color: #000000; text-decoration: none; }
	.sumup_accordion_top:hover { background-color: #ccc; }
	.cart_recap_alert_no_dispo_cmd a:hover { background-color: #FFFFFF; border: 2px solid #000000; color: #000000; }
	
	#my_account_menu_container ul li a:hover { color: rgba(255, 255, 255, 1); text-decoration: none; font-weight: 700; border: 1px solid rgba(0, 0, 0, 1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(0, 0, 0, 1); }
	.my_account_b2b_col_action li:hover { background-color: #EDEDED; }
	.order_history_header > a:hover { text-decoration: none; }
	input.whish_btn_03.desel_all:hover { background: #C14345; color: #ffffff; }
	.whish_btn_01:hover { background-color: #000; color: #fff; text-decoration: none; }
	.whish_btn_02:hover { background-color: rgba(153, 153, 153, 1); color: #FFF; text-decoration: none; }
	.whish_btn_03:hover { background-color: rgba(0, 0, 0, 0); color: #000; text-decoration: none; }
	.whish_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.whish_preview_alert_txt a:hover { color: rgba(0, 0, 0, 1); text-decoration: none; }
	.whish_preview_btn:hover { background-color: rgba(153, 153, 153, 1); color: #FFF; text-decoration: none; }
	.whish_detail_alert_txt a:hover { color: rgba(0, 0, 0, 1); text-decoration: none; }
	
	.statica_txt a:hover { color: #000; text-decoration: underline; }
	.statica_menu a:hover { color: rgba(0, 0, 0, 1); text-decoration: underline; }
	
	.gift_bottone:hover { background-color: #fff; color: #000; text-decoration: none; }
	
	.bottone_transparent:hover { background-color: #000; color: #fff; text-decoration: none; }
	.bottone_red:hover { background-color: rgba(0, 0, 0, 0); color: #000; text-decoration: none; }
	.bottone_grey:hover { background-color: #fff; color: #000; text-decoration: none; }
	.bottone_black:hover { background-color: #fff; color: #000; text-decoration: none; }
	.bottone_white:hover { background-color: rgba(0, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 1); text-decoration: none; color: white; }
	.bottone_step2_account_active:hover { border-top: 1px solid rgba(0,0,0,1); border-right: 1px solid rgba(0,0,0,1); border-left: 1px solid rgba(0,0,0,1); border-bottom: 1px solid rgba(0,0,0,1); text-decoration: none; }
	.bottone_step2_account:hover { border-top: 1px solid #e9ecef; border-left: 1px solid #e9ecef; border-right: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; text-decoration: none; }
	input.bottone_paypal_fastcheckout:hover { background-color: #ffdd8d; border: 1px solid #ffdd8d; }
	button.forgot_psw_action:hover { text-decoration: underline; }
	
	.banner_bad_destination_small_title a:hover { text-decoration: underline; }
	.banner_bad_destination_big a:hover { text-decoration: underline; }
	
	#sc_menu_container h1 a:hover { color: #000; text-decoration: underline; }
	#sc_menu_container ul li:hover { background-color: #FFF; }
	#sc_menu_container a:hover { text-decoration: underline; }
	#sc_container a:hover { text-decoration: underline; }
	
	.box_alert_no_dispo_sumup_command a:hover { text-decoration: none; background-color: transparent; border: 2px solid red; color: #000; }
	
}

@media only screen and (max-width: 991.98px) {
	
	.header_center img { display: block; width: 100%; }
	.menu_main ul li { margin: 0 3px; }
	.search_field_header { width: 100px; height: 30px; right: -2px; background-position: 70px 0px; }
	
	/* HOME */
	.home_scroll_multi_info_block_title { display: none; }
	.home_seconda_fascia_title_subtitle.width60 { width: 78%!important; }
	
	/* GALLERY DETAILS */
	.details_block_50_first_row { min-height: 400px; }
	.details_info_title { font-size: 20px; line-height: 25px; }
	.details_info_price { margin-bottom: 15px; }
	.details_price_new { font-size: 22px; line-height: 23px; }
	.details_info_add { margin-bottom: 10px; }
	.details_info_free_shipping { font-size: 11px; margin-bottom: 15px; }
	.details_info_wish { margin-bottom: 10px; }
	.details_info_size { margin-top: 15px; }
	
	/* MY ACCOUNT */
	.my_account_menu_desktop { display: none; }
	.my_account_menu_mobile { display: block; }
	#my_account_menu_container ul li { display: block; float: none; text-align: center; width: 100%; }
  	#my_account_menu_container ul li a { font-weight: 700; font-size: 12px; padding-top: 20px; padding-bottom: 20px; width: 100%; margin: 0 0 4px 0; }
	.order_history_header > a { padding: 20px; font-size: 15px; }
	.richiesta_reso_info_desc { display: none; }
	
	/* CART */
	.cart_step1_info_container { text-align: left; padding: 0 10px; }
	.cart_qta_01 { width: auto; margin: 0 10px 0 0; }
	.cart_qta_02 { width: auto; margin: 0; }
	.cart_qta_03 { width: auto; margin: 0 0 0 10px; }
	
	.msp-ui-payment-container { padding: 0 2% 0 2%; }
	
	.bottone_step2_account { margin: 0 0 1% 0; }
	.bottone_step2_account_active { margin: 0 0 1% 0; }
	
	.cart_banner { padding-bottom: 30px !important; }
	
}






/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
	
	html { scroll-padding-top: 80px; }
	
	.vaschetta_dsk_img { display: none !important; }
	.vaschetta_mbl_img { display: block !important; }
	
	#header { height: 60px; background-color: #ffffff!important; }
	.header_shipping_box { margin: 0 auto; padding: 2px; display: block; width: 100%; color: #000; font-size: 8px; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; text-align: center; border-bottom: 1px solid #CFCFCF; }
	.header_logo { width: auto; height: 35px; margin: 0; display: block; text-align: center; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); float: none; z-index: 999; }
		.header_logo img { cursor: pointer; width: auto; height: 100%; }
	.header_desktop { display: none; }
	.header_mobile { display: block; }
	.cart_items_in { left: 20px; }
	
	#container_margin_0_top { margin: 80px 0 0 0; }
	#container_margin_0 { margin: 80px 0 0 0; }
	#container_margin_5 { margin: 80px 5% 0 5%; }
	#container_margin_10 { margin: 80px 5% 0 5%; width: 90%; }
	#container_margin_10_gallery { margin: 80px 5% 1% 5%; width: 90%; }
	#container_margin_15 { margin: 80px 5% 0 5%; width: 90%; }
	#container_margin_20 { margin: 80px 5% 0 5%; width: 90%; }
	#container_my_account { margin: 80px 5% 0px 5%; width: 90%; border: 0; }
	
	/* HOME */
	.home_scroll_info_action { display: none; }
	
	.home_seconda_fascia_60 { width: 100%; padding: 0% 0% 1% 0%; }
	.home_seconda_fascia_40 { width: 100%; padding: 0% 0% 1% 0%; }
	.home_seconda_fascia_50 { width: 100%; padding: 0% 0% 1% 0%; }
	.home_seconda_fascia_33 { width: 100%; padding: 0% 0% 1% 0%; }
	.home_seconda_fascia_title_subtitle.width60 { width: 100%!important; }
	
	.home_social_container { display: none; }
	
	/* LANDING PAGES */
	.special_pages_block_50 { width: 100%; }
	.special_pages_block_50_txt { width: 100%; }
	.special_pages_txt { font-weight: 300; }
	.vaschetta_block_home_video_vaschette_2_4 { width: 100%; }
	.embed-container.special_pages_video { padding: 49%; }
	
	/* VISUALIZZA SU MOBILE */
	.solo_desktop { display: none; }
	.solo_mobile { display: block; }
	
	/* GIFT */
	.gift_info_container { font-weight: 500; }
	
	/* GALLERY */
	.gallery_loadmore_img { position: fixed; z-index: 20000; left: 0; right: 0; }
	.btn_filter_container { width: 45px; height: 45px; padding: 14px; top: 80px; }
	.btn_filter_container a { font-size: 18px; }
	.filters_items li { line-height: calc(20px + 0.25vw); }
	.gallery_breadcrumb_title { margin: 10% 0 5% 0; font-size: 15px; line-height: 20px; padding: 0 40px; }
	
	/* CART */
	.cart_step_01 { width: 33%; }
	.cart_step_02 { width: 33%; }
	.cart_step_03 { width: 33%; }
	.cart_step_active { text-decoration: underline; }
	.cart_step1_img_container { text-align: left; padding: 0; }
	.cart_descr_delete { text-align: right; }
	.cart_step1_price_container { text-align: right; padding: 0; }
	.cart_step1_discount_container { text-align: center; }
	.cart_step1_spes_sped_container { text-align: center; }
	.cart_step1_giftcard_container { text-align: center; }
	.cart_step1_articoli_container { text-align: center; }
	.cart_step1_imponibile_container { text-align: center; }
	.cart_step1_iva_container { text-align: center; }
	.cart_step1_total_container { text-align: center; }
	.cart_step1_arrow_back { text-align: center; order: 3; margin-top: 50px; }
	.cart_step1_free_shipping_block { text-align: center; order: 1; margin: 35px 0; }
	.cart_step1_button_block { text-align: center; order: 2; }
	.cart_step1_button_block input.bottone_black { margin-bottom: 4%; }
	.bottone_step2_account { font-size: 12px; }
	.bottone_step2_account_active { font-size: 12px; }
	.cart_step1_fastcheckout_title { text-align: center; }
	.cart_step1_button_block .bottone_applepay_gpay_fastcheckout { max-width: 250px; width: 100%; margin: 10px auto 0 auto; }
	.cart_step1_button_block .bottone_amazon_fastcheckout { max-width: 250px; width: 100%; margin: 0 auto 10px auto; }
	.cart_step1_button_block input.bottone_paypal_fastcheckout { max-width: 250px; width: 100%; }
	
	/* STEP1 B2B */
	.b2b_step1 .cart_step1_info_title { text-align: center; padding: 10px 1px; }
	.b2b_step1 .cart_descr_delete { margin: 10px auto; }
	.b2b_step1 .cart_descr_modifica { margin: 10px auto; }
	
	/* MY ACCOUNT */
	.order_history_header > a { font-size: 12px; }
	.order_details_sx { text-align: center; margin-bottom: 20px; }
	.order_details_button_block { margin-bottom: 10px; }
	#cartTable_modal .cart_step1_img_container img { max-width: 200px; margin: 0 auto; }
	#cartTable_modal .order_history_modal_footer .modal_btn_block  { text-align: center; }
	.richiesta_reso_check { margin: 0; text-align: right; }
	.richiesta_reso_img { text-align: left;  }
	.richiesta_reso_info { text-align: left; }
	.richiesta_reso_marchio { text-align: left; }
	.richiesta_reso_taglia { text-align: left; }
	.richiesta_reso_prezzo { text-align: left; }
	.richiesta_reso_qta { text-align: left; }
	.info_reso_block select.general_select_50 { width: 100%; }
	.btn_confirm_reso_block { order: 1; margin-bottom: 20px; }
	.btn_mod_reso_block { order: 2; margin-bottom: 20px; }
	
	.saved_address_text { text-align: center; }
	.saved_address_edit_button { text-align: right; }
	.saved_address_del_button { text-align: left; }
	.saved_address_add_button { padding: 0 1%; }
	.whish_command_select_wrap { text-align: center; }
	.whish_command_btn_wrap { text-align: center; }
		input.whish_btn_01.sel_all { width: 49%; }
		input.whish_btn_03.desel_all { width: 49%; }
		input.whish_btn_01.add_all.bottone_white { width: 100%; max-width: 100%; }
		input.whish_btn_03.canc_all.bottone_red { width: 100%; max-width: 100%; }
	.whish_dialog_btn_container input.add_to_cart_sel { width: 100%; margin-bottom: 10px; }
	.whish_dialog_btn_container input.whish_btn_01 { width: 100%; max-width: 100%; }
	.whish_dialog_btn_container input.remove_sel { width: 100%; margin-bottom: 10px; }
	
	/* CONTATTI */
	.contatti_input_container { order: 1; }
	.contatti_mappa_container { order: 3; }
	.contatti_invia_container { order: 2; }
	
	/* TERMINI E CONDIZIONI */
	#statica_container { padding: 0 0 5% 0; }
	.statica_menu { margin: 0 auto 10% auto; }
	
	/* SERVIZIO CLIENTI */
	.sc_menu_desktop { display: none; }
	.sc_menu_mobile { display: block; }
	#sc_menu_container { float: none; width: 100%; text-align: center; }
	#sc_container { float: none; width: 100%; }
	#sc_container ul { margin-left: 0; }
	
	/* DISISCRIZIONE NEWSLETTER */
	.disiscrizione_nl_container { width: 90%; margin: 0px 5% 20px 5%; }
	
	/* CLEARPAY */
	.clearpay_cart_step1_info { text-align: center; }
	.clearpay_cart_step3_info { text-align: center; }

	/* SCALAPAY */
	.scalapay_cart_step1_info { text-align: center; }
	.scalapay_cart_step3_info { text-align: center; }

}





/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
	
	.splash_box_form .g-recaptcha { transform: scale(0.77); }
	
	.bottone_black { max-width: 200px; min-width: auto; width: 100%; }
	.bottone_white { max-width: 200px; min-width: auto; width: 100%; }
	.bottone_red { max-width: 200px; min-width: auto; width: 100%; }
	.whish_btn_01 { max-width: 200px; min-width: auto; width: 100%; }
	 
	/* GALLERY */
	.cbp-spmenu-vertical { width: 275px!important; }
	.cbp-spmenu-vertical > .slimScrollDiv { width: 275px!important; }
	#filters_box_wrap { width: 250px!important; margin: 10px 0 0 45px; }
	
	/* CART */
	.cart_descr_title { font-size: 11px; line-height: 11px; }
	.cart_descr_size { font-size: 10px; }
	.cart_qta_01 { font-size: 10px; font-weight: 400; }
	.cart_qta_02 { font-size: 10px; font-weight: 400; }
	.cart_qta_03 { font-size: 10px; font-weight: 400; }
	.cart_step1_price_container { font-size: 9px; }
	.cart_descr_delete { margin: 20px 0 0 0; }
	
	.cart_recap_head { padding: 0; }
	.cart_recap_article_img img { padding: 0; }
	.cart_recap_article_info { padding: 0 10px; }
	.cart_recap_article_info .cart_descr_title { font-size: 12px; line-height: 12px; margin: 0 0 5px 0; }
	.cart_recap_article_info .cart_descr_size { font-size: 10px; margin: 0 0 5px 0; }
	.cart_recap_article_info .cart_recap_qta { font-size: 10px; margin: 0; }
	.cart_recap_article_price { text-align: right; font-size: 10px; line-height: 10px; }
	.cart_recap_main { padding: 0 0 2.5% 0; }
	.cart_recap_checkout_info { padding: 0; }
	.cart_recap_tot_row { padding: 2% 0 0 0; }
	.cart_step1_button_block input.bottone_paypal_fastcheckout { max-width: 250px; width: 100%; min-width: auto; }
	
	.cart_recap_checkout_button { display: block; }
	.bottone_checkout { min-width: 100%; }
	
	.cart_recap_edit_block { padding: 0; font-size: calc(10px + 0.2vw); }
	
	/* STEP1 B2B */
	.b2b_step1 .grid_b2b_details_container { font-size: 10px; }
	
}