@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------------- */
/* ############### CSS Document ############### */
/* font-family: futura-pt, sans-serif; > 400, 600, 700 > GLOBAL
/* font-family: acumin-pro,sans-serif; > 300, 400, 700 > TITLE
/* font-family: 'Playfair Display', serif; > 400i > TITLE ABOUT
/* -------------------------------------------------------------------------------------------------------------- */

html { margin: 0; padding: 0; width: 100%; height: 100%; scroll-padding-top: 150px; }
body { margin: 0; padding: 0; width: 100%; height: 100%; font-family: futura-pt, 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; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #888; }
::-webkit-scrollbar-thumb:hover { background: #555; }

.separatore { clear: both; font-size: 0px; height: 0px; }
.right { float: right !important; }
.left { float: left !important; }
.floatNone { float: none !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; }

.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%; }
.verticalAlignMiddle { vertical-align: middle!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; }
.width80 { width: 80% !important; }
.width100 { width: 100% !important; }

.maxheight600px { max-height: 600px !important; }

.overflowyauto { overflow-y: auto !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: #159ad2 !important; }*/
.txtRed { color: red !important; }
.txtPink { color: #FF01F9 !important; }
.txtGreen { color: green !important; }

.fontSize7 { font-size: 7px !important; }
.fontSize8 { font-size: 8px !important; }
.fontSize9 { font-size: 9px !important; }
.fontSize10 { font-size: 10px !important; }
.fontSize11 { font-size: 11px !important; }
.fontSize12 { font-size: 12px !important; }
.fontSize13 { font-size: 13px !important; }
.fontSize14 { font-size: 14px !important; }
.fontSize15 { font-size: 15px !important; }
.fontSize20 { font-size: 20px !important; }
.fontSize40 { font-size: 40px !important; }

.fontSize1vw { font-size: 1vw!important; }
.fontSize2vw { font-size: 2vw!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; }

.lineHeight15 { line-height: 15px; }

.underline { text-decoration: underline !important; }
.underlineNone { text-decoration: none !important; }
.txtItalic { font-style: italic !important; }
.txtUppercase { text-transform: uppercase !important; }

.breakWord { word-break: break-word!important; }

.borderLeft1px { border-left: solid 1px #000 !important; }
.borderRight1px { border-right: solid 1px #000 !important; }
.border2pxBlack { border: solid 2px #000 !important; }
.borderTop1pxBlack { border-top: solid 1px #000 !important; }
.borderTop1pxWhite { border-top: solid 1px #FFF !important; }
.borderBottom1px { border-bottom: solid 1px #000 !important; }
.borderAlertRed { border: solid 2px red !important; }

.margin0 { margin: 0 !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; }

.marginTop3Perc { margin-top: 3%!important; }
.marginTop4Perc { margin-top: 4%!important; }
.marginTop5Perc { margin-top: 5%!important; }
.marginTop10Perc { margin-top: 10%!important; }
.marginTop15Perc { margin-top: 15%!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; }

.marginBottom1Perc { margin-bottom: 1% !important; }
.marginBottom2Perc { margin-bottom: 2% !important; }
.marginBottom3Perc { margin-bottom: 3% !important; }
.marginBottom4Perc { margin-bottom: 4% !important; }
.marginBottom5Perc { margin-bottom: 5% !important; }
.marginBottom8Perc { margin-bottom: 8% !important; }
.marginBottom10Perc { margin-bottom: 10% !important; }

.marginVertical5Perc { margin: 5% 0!important; }
.marginVertical10Perc { margin: 10% 0!important; }
.marginSides5Perc { margin: 0 5%!important; }
.marginSides10Perc { margin: 0 10%!important; }
.marginSides25Perc { margin: 0 25%!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; }
.padding30 { padding: 30px !important; }
.padding50 { padding: 50px !important; }
.padding5Perc { padding: 5% !important; }
.paddingLeft0 { padding-left: 0px !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; }
.paddingLeft200 { padding-left: 200px !important; }
.paddingRight0 { padding-right: 0px !important; }
.paddingRight5Perc { padding-right: 5% !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; }
.paddingRight200 { padding-right: 200px !important; }
.paddingTop0 { padding-top: 0px !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; }
.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; }

.paddingTop2Perc { padding-top: 2%!important; }
.paddingTop10Perc { padding-top: 10%!important; }
.paddingTop15Perc { padding-top: 15%!important; }
.paddingBottom3Perc { padding-bottom: 3% !important; }
.paddingBottom10Perc { padding-bottom: 10%!important; }
.paddingBottom15Perc { padding-bottom: 15%!important; }

.paddingSides10Perc { padding: 0 10% !important; }
.paddingSides15Perc { padding: 0 15% !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; }
.bgColorLightPink { background-color: rgba(250, 242, 239, 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 0 0; padding: 0 0 0 0; display: inline-table; width: 100%; color: black; font-size: 11px; letter-spacing: 1px; font-weight: 300; text-transform: uppercase; background-color: rgba(255, 255, 255, 1); text-align: center; }

.header_search_container { display: inline-table; }
	.header_search_field { float: right; margin: 0 10% 0 0; }
	.search_field_header { font-family: futura-pt, sans-serif; font-size: 11px; background-color: #FFF; border: solid 1px #fff; border-bottom: solid 1px #FFF; height: 25px; overflow: hidden; padding: 0px 5px 0px 5px; position: relative; width: 180px; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/icon_lente.svg?v=1.2') no-repeat 98% center; background-size: 18px; text-indent: 0.01px; text-overflow: ""; background-position-y: 7px; }
		.search_field_header:focus { border-bottom: solid 1px #000; }

.header_sx { float: left; width: 30%; height: 50px; margin: 20px 0 0 10%; }

.header_center { float: left; width: 20%; height: 50px; margin: 20px 0 0 0; text-align: center; }
	.header_center img { cursor: pointer; height: 30px; width: auto; max-width: 100%; }

.header_dx { float: left; width: 30%; height: 50px; margin: 20px 10% 0 0; text-align: right; }
    .header_general_menu_icon_container { display: inline-table; }
    .header_cart_icon_container { display: inline-table; position: relative; }
	.header_dx img { cursor: pointer; }
	.header_icon_cart { display: inline-block; padding-top: 10px; }
	.cart_items_in { position: absolute; top: -10px; left: 35px; width: 15px; height: 15px; background-color: transparent; border-radius: 15px; text-align: center; color: #000; font-size: 10px; font-weight: 700; }
	.header_free_shipping_txt { display: inline-block; margin: 0 5% 0 0; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-decoration: none; }

.menu_main_container { margin: 0 10% 0 10%; padding: 0 0 0 0; display: inline-table; width: 80%; text-align: center; }
    .menu_main { font-family: acumin-pro,sans-serif; font-style: normal; font-weight: 300; margin: 0; padding: 0px 0px 10px 0px; color: #000; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
        .menu_main a { color: #000; text-decoration: none; }
        .menu_main ul { margin: 0; padding: 0; }
        .menu_main ul li { list-style-type: none; display: inline-block; margin: 0 5px 0 5px; }
        .menu_main img { cursor: pointer; }
	
#generalmenu_wrap { display: none; position: absolute; margin-top: -5px; z-index: 600; right: 10%; }
	.generalmenu_container { background-color: transparent; padding: 10px 0px 10px 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: 10px; font-weight: 300; }
		.generalmenu_container_list ul { margin: 0; padding: 0; }
		.generalmenu_container_list ul li { font-size: 10px; list-style-type: none; margin-bottom: 10px !important; display: block !important; }

.submenu_wrap { display: none; position: absolute; left: 0; padding-top: 13px; margin-top: -15px; z-index: 1150; width: 100%; background-color: transparent; }

.submenu_container { overflow: auto; padding: 0; margin: 0px 0px 0px 0px; top: 0; background-color: rgba(238, 237, 239, 0.9); }
	.submenu_container_wrap { text-transform: uppercase; overflow: auto; padding: 0; margin: 0 auto; width: 80%; top: 0; }
	
		.submenu_block_nodi { width: 20%; margin: 1% 0 2% 0; float: left; display: inline-block; font-size: 10px; font-weight: 700; }
		.submenu_block_nodi ul { margin: 0; padding: 0; }
			.submenu_block_nodi ul li { list-style-type: none; text-align: left; background-color: transparent; color: #000; display: block; margin: 0px 0px 10px 0px; padding: 0; letter-spacing: 1px; line-height: 20px; }
			.submenu_block_nodi ul li a { font-size: 10px; color: #000; text-transform: uppercase; text-decoration: none; }
		
		.submenu_block_attributi { width: 20%; margin: 50px 0 10px 0; float: left; display: inline-block; font-size: 10px; }
		.submenu_block_attributi ul { margin: 0; padding: 0; }
			.submenu_block_attributi ul li { list-style-type: none; text-align: left; background-color: transparent; color: #000; display: block; margin: 0px 0px 10px 0px; padding: 0; letter-spacing: 1px; line-height: 10px; }
			.submenu_block_attributi ul li a { font-size: 10px; color: #000; text-transform: uppercase; text-decoration: none; }

		.submenu_block_img { width: 14%; margin: 1% 0 2% 2%; float: right; display: inline-block; overflow: hidden; }
		.submenu_block_img_img { overflow: hidden; }
			.submenu_block_img_img img { width: 100%; height: auto; max-width: 100%; }
		.submenu_block_img_title { text-align: center; text-transform: uppercase; font-weight: 400; font-size: 10px; margin: 1% 0 0 0; }

.navbar_container { position: relative; width: 100%; display: inline-block; padding: 12px 0 0 0; }
.navbar_btns { width: 25px; }
.navbar_btn_menu_sx { float: left; margin: 0 1.5% 0 3%; text-align: left; }
	.navbar_btn_menu_sx i { cursor: pointer; }
.navbar_btn_search { float: left; margin: 0 3% 0 1.5%; text-align: left; }
	.navbar_btn_search 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 0 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 #ffffff; 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 #ffffff; 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; border-top: solid 1px rgba(241, 241, 241, 1); background-color: rgba(241, 241, 241, 1); padding: 0 10% 0 10%; }
	.footer_container { width: 100%; padding: 20px 0px 0px 0px; margin: 0px 0px 20px 0px; display: inline-block; }
		.footer_container a { color: #000; text-decoration: none; }

	.footer_block { float: left; width: 25%; text-align: center; }
		.footer_menu_title { font-family: acumin-pro,sans-serif; color: #000; font-size: 14px; font-weight: 300; text-transform: uppercase; }
		.footer_menu_link { border-top: solid 2px rgba(241, 241, 241, 1); font-size: 10px; font-weight: 300; list-style-type: none; text-transform: uppercase; }
			.footer_menu_link ul { padding: 0; }
			.footer_menu_link li { list-style-type: none; }






/* -------------------------------------------------------------------------------------------------------------- */






/* CONTAINER */






/* GENERAL */
#container { width: 100%; min-width: 1200px; border-bottom: solid 100px #FFF; }
#container_margin_0 { width: 100%; margin: 155px 0% 0px 0%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_5 { width: 90%; margin: 155px 5% 0px 5%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_5_top { width: 90%; margin: 1% 5% 0px 5%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_10 { width: 80%; margin: 155px 10% 0px 10%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_15 { width: 70%; margin: 155px 15% 0px 15%; min-height: 100%; display: inline-block; position: relative; }
#container_gcworld { width: 70%; margin: 155px 15% 0px 15%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_20 { width: 60%; margin: 155px 20% 0px 20%; min-height: 100%; display: inline-block; position: relative; }

.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: 0 1% 1% 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-family: acumin-pro,sans-serif; 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-family: acumin-pro,sans-serif; 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-family: acumin-pro,sans-serif; 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-family: acumin-pro,sans-serif; 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; }

.title_gallery_landing { color: black; font-style: normal; font-weight: 600; font-size: 25px; letter-spacing: 1px; text-transform: uppercase; clear: both; background-color: rgba(255, 255, 255, 0); padding: 10px; margin: 80px 0 0 0; display: block; text-align: center; }
.title_gallery { color: #000; font-style: normal; font-weight: 600; font-size: 18px; letter-spacing: 1px; margin-top: 20px; text-transform: uppercase; clear: both; }

#alert_container { background-color: rgba(255, 255, 255, 1); overflow: auto; margin-top: 155px; padding: 10%; text-align: center; color: #000; font-size: 15px; }
	#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; }
}}






/* HOME */
.home_vaschette_manuali_100 { margin: 0 0 1% 0; }
	.home_vaschette_manuali_100 img { width: 100%; height: auto; max-width: 100%; }
.home_vaschette_manuali_50 { float: left; width: 50%; margin: 0 0% 1% 0%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
	.home_vaschette_manuali_50 img { width: 100%; height: auto; max-width: 100%; }

.home_scroll_container { margin: 0 0 5% 0; }
.home_scroll_img_container { overflow: hidden; z-index: 1; }
	.home_scroll_img_container img { width: 100%; height: auto; max-width: 100%; }
.home_scroll_info_block { width: 100%; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center;  }
.home_scroll_info_title { display: block; margin: 0 auto 0.5%; padding: 0.5% 1%; background-color: rgba(255, 255, 255, 1); color: #000; letter-spacing: 1px; font-weight: 400; font-size: calc(10px + 1vw); text-align: center; text-transform: uppercase; width: max-content; }
.home_scroll_info_subtitle { display: block; margin: 0 auto; padding: 0.5% 1%; background-color: rgba(0, 0, 0, 1); color: #fff; letter-spacing: 1px; font-weight: 400; font-size: calc(9px + 0.35vw); text-align: center; width: max-content; -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; }
	.home_scroll_info_subtitle > a { color: #fff; }
.home_scroll_info_block.home_scroll_info_subtitle_orange .home_scroll_info_subtitle { background-color: rgba(232, 124, 60, 1); color: #000000; transition: background-color 0.5s ease; }
	.home_scroll_info_block.home_scroll_info_subtitle_orange .home_scroll_info_subtitle > a { color: #000000; text-decoration: none; }

.home_seconda_fascia_container { width: 100%; margin: 0 0 5% 0; display: inline-block; }
.home_seconda_fascia_1_1 { float: left; width: 98%; margin: 1%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
.home_seconda_fascia_3_4 { float: left; width: 58%; margin: 1%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
.home_seconda_fascia_1_4 { float: left; width: 38%; margin: 1%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
.home_seconda_fascia_2_4 { float: left; width: 48%; margin: 1% 1% 1% 1%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
.home_seconda_fascia_1_3 { float: left; width: 31.333333%; margin: 1%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
.home_seconda_fascia_4_4 { float: left; width: 23%; margin: 1%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }

.home_seconda_fascia_img { overflow: hidden; z-index: 1; }
.home_seconda_fascia_img img { width: 100%; height: auto; max-width: 100%; border: 0 none; opacity: 1; cursor: pointer; margin: 0 auto; -webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -o-transition: opacity 0.5s ease-in; -ms-transition: opacity 0.5s ease-in; transition: opacity 0.5s ease-in;  }

/*STAMPA DIRETTA DENTRO IMG ABSOLUTE*/
.home_seconda_fascia_info_static { width: 100%;; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
.home_seconda_fascia_info_static_title { display: block; margin: 0 auto 1%; padding: 0.5% 2.5%; background-color: rgba(255, 255, 255, 1); color: black; letter-spacing: 1px; font-weight: 400; font-size: calc(10px + 1vw); text-align: center; text-transform: uppercase; width: fit-content; width: -moz-fit-content; }

.home_seconda_fascia_info_static_subtitle { display: block; margin: 0 auto; padding: 1% 2%; background-color: rgba(0, 0, 0, 1); color: #fff; letter-spacing: 1px; font-weight: 400; font-size: calc(9px + 0.35vw); text-align: center; width: fit-content; width: -moz-fit-content; -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; }
	.home_seconda_fascia_info_static_subtitle > a { color: #fff; }

.sfondo_subtitle_orange { background-color: rgba(232, 124, 60, 1) !important; color: #000000 !important; }
	.sfondo_subtitle_orange > a { color: #000 !important; }

.home_seconda_fascia_info_static_note { display: block; margin: 0 auto; padding: 2% 4%; background-color: rgba(255, 255, 255, 0.7); color: black; letter-spacing: 1px; font-weight: 400; font-size: calc(9px + 0.35vw); text-align: center; width: fit-content; width: -moz-fit-content; }

/*CON EFFETTO HOVER*/
.home_seconda_fascia_info { -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; opacity: 0; position: absolute; top: 0; background-color: rgba(255, 255, 255, 0.7); width: 100%; height: 100%; padding: 0px; text-align: center; display: block; }

.home_seconda_fascia_info_block { width:400px; height:100px; background: trasparent; position:absolute; left:50%; top:50%; margin-left:-200px; margin-top:-50px; }
.home_seconda_fascia_info_title { font-family: acumin-pro,sans-serif; font-weight: 300; font-size: 16px; letter-spacing: 1px; color: #000; text-transform: uppercase; margin-bottom: 10px; }
.home_seconda_fascia_info_subtitle { font-size: 11px; font-weight: 300; color: #000; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.home_seconda_fascia_info_action { font-size: 11px; font-weight: 700; color: #000; letter-spacing: 1px; text-transform: uppercase; }
.home_seconda_fascia_info_action a { color: #000; }

.home_txt_container { width: 60%; margin: 5% 20%; }
.home_txt_container_title { font-family: acumin-pro,sans-serif; font-style: normal; font-weight: 700; 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: 100%; }


.home_scroll_articles_main_title { display: block; margin: 0 auto 1% auto; color: black; letter-spacing: 1px; font-weight: 400; font-size: calc(10px + 1vw); text-align: center; text-transform: uppercase; }
.fade_home_articles { padding: 0 0 3% 0; }
	/*.fade_home_articles .slick-list { padding: 0 20%!important; }*/
	.home_scroll_articles_img img { width: 100%; height: auto; max-width: 100%; }
	.home_scroll_articles_block { position: relative; }
	.home_scroll_articles_info { position: relative; opacity: 1; transition: opacity 0.5s; }
		/*.home_scroll_articles_block:hover .home_scroll_articles_info { opacity: 1; }*/
	.home_scroll_articles_title { text-align: center; font-size: 11px; font-weight: 300; letter-spacing: 1px; height: 15px; margin-top: 0px; margin-bottom: 10px; }
		.home_scroll_articles_block.txtWhite .home_scroll_articles_title a { color: #fff; }
	.home_scroll_articles_price { overflow: hidden; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }


	.fade_home_articles .slick-prev { z-index: 1; }
		.fade_home_articles .slick-prev:before { content: "\f053"!important; font-family: 'Font Awesome 5 Pro'; font-size: 32px; font-weight: 100; color: #000; }
	.fade_home_articles .slick-next { z-index: 1; }
		.fade_home_articles .slick-next:before { content: "\f054"!important; font-family: 'Font Awesome 5 Pro'; font-size: 32px; font-weight: 100; color: #000; }





/* VIDEO HOME PAGE */
.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; }
.video_block_home_50 { width: 49.5%; height: auto; background-color: #FFF; float: left; position: relative; padding: 0 0 0 0; }
.video_block_home_33 { width: 31.333333%; height: auto; background-color: #FFF; float: left; position: relative; padding: 0 1% 5% 1%; }

#vaschetta_block_home_video_vaschette_100 { width: 100%; height: auto; background-color: #FFF; float: left; position: relative; }
#vaschetta_block_home_video_vaschette_2_4 { width: 49.5%; height: auto; background-color: #FFF; float: left; position: relative; padding-top: 1%; }

.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }
	.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%; }

.embed-container-ridotto { display: block; margin-left: auto; margin-right: auto; text-align: center; align-content: center; position: relative; padding-bottom: 39.25%; overflow: hidden; max-width: 70%; height: auto; }
.embed-container-ridotto 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; }




/* 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: 700; 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 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.7); 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-family: acumin-pro,sans-serif; font-size: 15px; text-transform: uppercase; }






/* GALLERY SPECIAL */
.galleryspecial_top_container { width: 66.6%; position: relative; float: left; }
.galleryspecial_top_img { width: 100%; margin: 0; }
.galleryspecial_top_img img { width: 100%; }






/* LANDING PAGES / SPECIAL GALLERIES */
.landing_pages_block_container { margin: 0; width: 100%; padding-bottom: 0%; }
	.landing_pages_block_container img { width: 100%; display: inline-block; margin: 0% 0; }

.landing_pages_title { text-align: center; font-size:calc(22px + 0.7vw); width: 80%; margin: 4% 10% 0% 10%; letter-spacing: 1px; font-weight: 100; }
.landing_pages_title_bis { text-align: center; font-size: 30px; width: 80%; margin: 0.5% 10%; letter-spacing: 1px; font-weight: 100; }
.landing_pages_subtitle { text-align: center; font-size:calc(14px + 0.2vw); letter-spacing: 1px; font-weight: 100; margin: 1% 0 2% 0; box-sizing: border-box;  }
.landing_pages_txt { text-align: center; line-height:calc(14px + 0.6vw); font-size:calc(12px + 0.2vw); letter-spacing: 1px; margin: 2% 0; box-sizing: border-box; }
.landing_pages_txt_call_to_action { text-align: center; line-height:calc(14px + 0.6vw); font-size:calc(12px + 0.2vw); letter-spacing: 1px;  margin: 6% 0 0 0; text-transform: uppercase; font-weight: bold; box-sizing: border-box; }
.landing_pages_img_top { text-align: center; margin: 0; padding: 0; }

.landing_pages_video { width: 100%; height: auto; background-color: #FFF; float: left; position: relative; }

.landing_pages_img_50_column { float: left; width: 50%; }
.landing_pages_img_50_row:after { content: ""; display: table; clear: both; }

.landing_pages_70 { float: left; width: 70%; margin: 0; padding: 0; }
.landing_pages_30 { float: left; width: 30%; margin: 0; padding: 0; }
.landing_pages_33 { float: left; width: 30.33333333%; margin: 1.5%; padding: 0; }

#vaschetta_block_video_vaschette_100 { width: 100%; height: auto; background-color: #FFF; float: left; position: relative; }
#vaschetta_block_video_vaschette_50 { width: 49.5%; height: auto; background-color: #FFF; float: left; position: relative; padding-top: 1%; }
#vaschetta_block_video_vaschette_25 { width: 25%; height: auto; background-color: #FFF; float: left; position: relative; padding: 1% 0.5% 0% 0.5%; }

.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; min-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.embed-container-ridotto { display: block; margin-left: auto; margin-right: auto; text-align: center; align-content: center; position: relative; padding-bottom: 39.25%; overflow: hidden; max-width: 70%; height: auto; }
.embed-container-ridotto iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.elementi_vari_bottone_white { background-color: #FFFFFF; border: 1px solid #000; color: #000000; cursor: pointer; padding: 5px 30px; min-width: 250px; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 400; font-size: 14px; text-transform: uppercase; text-align: center; border-radius: 0px; text-decoration: none; }
        .elementi_vari_link_bianco a {color: #000000 !important; text-decoration: none !important;}






/* LANDING PAGES 2020 */
.landing_block_container { width: 100%; margin: 0 0 0 0; display: inline-block; }

.landing_block_100 { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; display: inline-block; box-sizing: border-box; }
    .landing_block_100 img { width: 100%; }

.landing_block_50 { width: 48%; margin: 0.5%; padding: 0 0 0 0; position: relative; display: inline-block; box-sizing: border-box; }
    .landing_block_50 img { width: 100%; }

.landing_block_info_img { width: fit-content; width: -moz-fit-content; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
    .landing_block_info_img_title { display: inline-block; margin: 0 0 1% 0; padding: 1%; width: 95%; background-color: rgba(255, 255, 255, 0.7); color: black; letter-spacing: 1px; font-weight: 600; font-size: calc(10px + 1vw); text-align: center; text-transform: uppercase; }
    .landing_block_info_img_subtitle { display: inline-block; margin: 0; padding: 1%; background-color: rgba(255, 255, 255, 0.7); color: black; letter-spacing: 1px; font-weight: 400; font-size: calc(9px + 0.5vw); text-align: center; }

.landing_txt { margin: 4% 0; text-align: center; font-weight: 400; line-height:calc(18px + 0.8vw); box-sizing: border-box; font-size:calc(14px + 0.2vw); }

.landing_calltoaction { width: 100%; margin: 6% 0; text-align: center; font-weight: 600; font-size: 2vw; box-sizing: border-box; text-transform: uppercase; }






/* GALLERY */
.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_icon_on_img { padding: 10px; font-size: 25px; position: absolute; top: 0; left: 0; z-index: 999; }

	.vaschetta_item_label_on_img { right: 0.5vw; position: absolute; top: 0.3vw; z-index: 2; background-color: transparent; text-align: right; overflow: hidden; }
		.vaschetta_item_label_on_img img { width: 55px; }

	.vaschetta_item_label { overflow: hidden; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 1px; height: 15px; margin-top: 0px; margin-bottom: 10px; }
	.vaschetta_item_title { text-align: center; font-size: 11px; font-weight: 300; letter-spacing: 1px; height: 15px; margin-top: 0px; margin-bottom: 10px; }
	.vaschetta_item_price { overflow: hidden; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
		.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_vsr .vaschetta_item_info { font-size: 11px; letter-spacing: 1px; opacity: 0; position: absolute; bottom: 0; background-color: rgba(255, 255, 255, 1); width: 100%; height: 100px; text-transform: uppercase; }
	.vaschetta_vsr:hover .vaschetta_item_info { opacity: 1; }
	.vaschetta_item_info { text-align: center; display: block; }

.vaschetta_item_added { padding: 10px; margin: 0 0 10px 0; background-color: #dadada; font-size: 14px; display: none; }

.vaschetta_item_command { overflow: hidden; position: absolute; width: 100%; bottom: 0; }
.vaschetta_item_command_btn { background-color: rgba(0, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0 0 0 0; padding: 1% 0 1% 0; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-style: normal; font-weight: 300; color: #FFF; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }

.gallery_loadmore_img { display: block; width: 100%; border: solid 1px white; clear: both; margin: 0 auto; text-align: center; }






/* GALLERY PREVIEW */
.gallery_label_container { width: 40%; margin: 1% 30% 0 30%; text-align: center; background-color: transparent; }
.gallery_label { display: inline-block; min-width: 200px; padding: 0 0 0 0; background-color: rgba(255, 255, 255, 1); text-transform: uppercase !important; color: #000; font-weight: 600; font-size: 30px; line-height: 30px; letter-spacing: 1px; }

.anteprima_articolo_container { max-width: 700px; width: 100%; background-color: #FFF; }
.anteprima_dettaglio_wrap { width: 100%; }
#anteprima_dettaglio_container { display: inline-block; width: 100%; }
#anteprima_dettaglio_box_sx { width: 50%; float: left; }
	.anteprima_dettaglio_img { width: 100%; }
#anteprima_dettaglio_box_dx { width: 50%; float: right; }
.anteprima_dettaglio_titolo { font-family: "orator-std",sans-serif; font-style: normal; font-weight: 400; font-size: 12px; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; text-align: center; }
.anteprima_dettaglio_prezzo { margin-bottom: 30px; text-align: center; }
.anteprima_dettaglio_price { font-size: 11px; font-weight: 600; letter-spacing: 2px; color: #000; }
.anteprima_dettaglio_old_price { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-decoration: line-through; display: inline-block; color: rgba(153, 153, 153, 1); }
.anteprima_dettaglio_new_price { font-size: 11px; font-weight: 600; letter-spacing: 2px; margin-left: 10px; display: inline-block; color: #000; }

.anteprima_dettaglio_titolo_actions { font-style: normal; font-weight: 300; font-size: 10px; letter-spacing: 1px; margin-bottom: 5px; text-transform: uppercase; text-align: center; }
.anteprima_dettaglio_actions { font-size: 12px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; line-height: 20px; text-align: center; }
	.anteprima_dettaglio_actions a { margin: 0 5px 0 5px; }
.anteprima_dettaglio_qta_label { margin: 10px 0 0 0; font-size: 12px; font-weight: 400; width: 100%; display: block; }
.anteprima_dettaglio_qta_input { text-align: center; border: 1px solid #DDDDDD; color: rgba(0, 0, 0, 1); font-size: 14px; font-weight: 500; width: 100%; max-width: 100px; margin: 0 0 20px 0; }
.anteprima_dettaglio_bottone { margin-bottom: 10px; text-align: center; }

.anteprima_dettaglio_txt_shipping { letter-spacing: 1px; text-transform: uppercase; font-size: 9px; font-weight: 400; text-align: center; padding-top: 10px; }






/* 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 #000; border: solid 1px #000; color: #FFF; 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 { background: none repeat scroll 0 0 #000; border: solid 1px #000; color: #FFF; font-size: 13px; margin: 0; padding: 15px; text-align: center; font-weight: 400; display: block; letter-spacing: 2px; }
		.paging_tab_loadmore a { color:#000; text-decoration:none; }






/* FILTERS */
.btn_show_filters { display: none; margin: 2% 0 0 1%; text-align: center; border: 1px solid #000000; background-color: #ffffff; width: 48%; font-size: 13px; font-weight: 700; padding: 5px; cursor: pointer; user-select: none; text-transform: uppercase; max-width: 25%; }

#filters_box_wrap { color: rgba(0, 0, 0, 1); font-style: normal; font-weight: 400; font-size: 13px; letter-spacing: 1px; text-align: left; text-transform: lowercase; display: inline-block; width: 80%; margin: 2% 10% 0 10%; }

	#filters_box_wrap a { color: rgba(0, 0, 0, 1); }
	#filters_box_wrap ul { margin: 0; padding: 0; }
	#filters_box_wrap ul li { list-style-type: none; display: inline-block; margin: 0 10px 0 10px; }
	#filters_box_wrap ul li:first-child { margin: 0 10px 0 0; }
	#filters_box_wrap ul li:last-child { margin: 0 0 0 10px; }
	
.filters_items_container { position: absolute; z-index: 100; min-width: 200px; max-height: 300px; overflow-y: auto; background-color: rgba(255, 255, 255, 0.9); }
	.filters_items_container::-webkit-scrollbar { width: 1px; }
	.filters_items a { color: rgba(0, 0, 0, 1); }
	.filters_items ul { margin: 0; padding: 0; }
	.filters_items ul li { display: block !important; list-style-type: none !important; margin: 10px 10px 10px 10px !important; }
	.filters_items .active { font-weight: 700; text-decoration: underline; }






/* DETTAGLIO */
.details_block_container { margin-bottom: 2% !important; width: 100%; padding: 0; }
.details_block_50 { float: left; margin: 0; overflow: hidden; position: relative; width: 50%; }
.details_block_50 img { width: 100%; height: auto; max-width: 100%; }

.details_block_60 { float: left; margin: 0; overflow: hidden; position: relative; width: 60%; }
.details_block_60 img { width: 100%; height: auto; max-width: 100%; }

.details_block_40 { float: left; margin: 0; overflow: hidden; position: relative; width: 40%; }
.details_block_40 img { width: 100%; height: auto; max-width: 100%; }

.details_block_100 { width: 100%; }
.details_block_100 img { width: 100%; height: auto; max-width: 100%; }

.fade_details .slick-prev { z-index: 1; }
	.fade_details .slick-prev::before { font-family: "Font Awesome 5 Pro"; content: "\f053"; font-size: 32px; font-weight: 100; color: #000; }
.fade_details .slick-next { z-index: 1; }
	.fade_details .slick-next::before { font-family: "Font Awesome 5 Pro"; content: "\f054"; font-size: 32px; font-weight: 100; color: #000; }

.details_info_container { width: 100%; padding: 10% 15% 10% 15%; }
.details_info_title { font-style: normal; font-weight: 600; color: #000; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin-bottom: 2%; }
.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: 0; }
	.details_price_old { font-weight: 700; color: #000; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; text-decoration: line-through; display: inline-block; margin-right: 20px; }
	.details_price_new { font-weight: 700; color: #000; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; display: inline-block; }

.detail_label_title { font-size: 10px; text-transform: uppercase; line-height: 12px; padding: 0 0 0 0; margin: 0 0 5% 0; font-weight: 600; letter-spacing: 1px; text-align: center; }
.details_label_container { width: 40%; margin: 1% 30% 0 30%; text-align: center; background-color: transparent; }
.details_label { display: inline-block; min-width: 200px; padding: 0px; background-color: rgba(255, 255, 255, 1); text-transform: uppercase !important; color: #000; font-weight: 600; font-size: 30px; line-height: 30px; letter-spacing: 1px; }

.detail_altricolori_container { margin: 0 0 5% 0; padding: 0; display: inline-block; width: 100%; }
.detail_altricolori_title { font-size: 12px; text-transform: uppercase; line-height: 12px; padding: 0 0 0 0; margin: 0 0 1% 0; font-weight: 600; letter-spacing: 1px; text-align: center; text-decoration: none; }
.detail_altricolori { margin: 0 0 0 0; padding: 0 0 0 0; text-align: center; }
.detail_altricolori ul { padding: 0 !important; margin: 0 !important; }
.detail_altricolori li { list-style: none; display: inline-block; margin: 0 1% 0 0; padding: 0 0 0 0; }
	.detail_altricolori_selected { border-bottom: 1px solid #000; }
.detail_altricolori li img { width: 70px; }
	

.details_info_add { text-align: center; margin-bottom: 5%; }
.details_info_add_btn { background-color: transparent; border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0px 1% 0px 1%; padding: 5px; max-width: 225px; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 600; color: #000; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; }
.details_info_add_btn[disabled] { pointer-events: none; }

.details_info_free_shipping { font-style: normal; font-weight: 600; color: #000; font-size: 10px; letter-spacing: 1px; text-align: center; line-height: 15px; margin-bottom: 5%; }
	.details_info_free_shipping ul { list-style: none; padding: 0; margin: 0; }
	.details_info_free_shipping .details_info_display_none { display: none; }

.details_info_wish { text-align: center; margin-bottom: 5%; }

	.whish_detail_btn_container { text-align: center; }
	.whish_detail_btn { background-color: #000; border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0px 2% 0px 2%; padding: 5px; max-width: 225px; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 400; color: #fff; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; }

.details_info_info { font-style: normal; font-weight: 700; color: #000; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin-bottom: 1%; }
.details_info_correlati { font-style: normal; font-weight: 700; color: #000; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin-bottom: 5%; }

.details_info_preordina { font-style: normal; font-weight: 700; color: red; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin-bottom: 5%; }

.details_info_back { font-style: normal; font-weight: 700; color: #999; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin-bottom: 5%; }

.details_info_code { font-style: normal; font-weight: 600; color: #000; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 15px; margin-bottom: 5%; }

.details_info_descr { font-style: normal; font-weight: 300; color: #000; font-size: 11px; letter-spacing: 1px; text-align: left; line-height: 20px; margin-bottom: 5%; }

button.details_info_descr_btn { background-color: #fff; border: 1px solid #fff; border-radius: 0; color: #000; margin: 0 auto; display: block; text-transform: uppercase; font-weight: 600; font-size: 12px; line-height: 12px; letter-spacing: 1px; text-decoration: underline; text-underline-offset: 3px; box-shadow: none!important; }
	button.details_info_descr_btn:not(.collapsed) { text-decoration: none; }

button.details_info_descr_btn:focus { background-color: #fff; border: 1px solid #fff; }
button.details_info_descr_btn:active { background-color: #fff; border: 1px solid #fff; }

.details_info_descr_btn.collapsed::after { font-family: "Font Awesome 5 Pro"; content: "\f067"; font-size: 9px; }
.details_info_descr_btn:not(.collapsed)::after { font-family: "Font Awesome 5 Pro"; content: "\f068"; font-size: 9px; }

.details_info_descr .card-body { border: 0; padding: 0; font-style: normal; font-weight: 300; color: #000; font-size: 11px; letter-spacing: 1px; text-align: left; line-height: 20px; }
.details_info_descr .card-body strong { font-weight: bold; }

.details_info_attributi_wrap { width: 90%; margin: 0 5% 10% 5%; display: inline-table; font-weight: 300; color: #000; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
	.details_info_attributi_block { float: left; width: 48%; margin: 0 1% 0 1%; }
	.details_info_attributi_block ul { margin: 0; padding: 0; }
	.details_info_attributi_block ul li { list-style-type: none; line-height: 20px; }
.details_info_return { font-style: normal; font-weight: 400; color: #000; font-size: 11px; letter-spacing: 1px; text-align: center; line-height: 15px; }

.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: 600; color: #000; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 3%; padding: 0 0 0 0; }
	.details_alsolike_block_wrap 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; }
	.details_alsolike_block_wrap ul { margin: 0; padding: 0; }
	.details_alsolike_block_wrap ul li { list-style-type: none; display: inline-block; margin: 0 0 0 0; width: 24.5%; }

.detail_info_size { margin-bottom: 20px; font-size: 10px; font-weight: 400; text-transform: uppercase; line-height: 20px; }
    .detail_info_size ul { margin: 0; padding: 0; }
    .detail_info_size ul li { text-align: center; list-style-type: none; display: inline-block; margin: 0; }
    .detail_info_size li a { text-decoration: none; background-color: #FFF; border: solid 1px #FFF; color: black; margin: 5px; padding: 0; display: inline-block; min-width: 30px; height: 30px; line-height: 30px; }
    .detail_info_size a.active { background-color: #000; border: solid 1px #000; color: #FFF !important; }
    .detail_info_size a.finished { background-color: #FFF; border: solid 1px lightgray; color: lightgray !important; }
    .detail_info_size ul li:first-child { text-transform: uppercase; list-style-type: none; display: inline-block; margin: 0 10px 0 0; font-weight: 600; }

.details_article_manca_taglia { font-size: 11px; font-weight: 400; letter-spacing: 1px; margin: 0 0 5% 0; text-transform: uppercase; padding-top: 0 0 0 0; display: block; text-align: center; text-decoration: underline; }
	.details_article_manca_taglia a { text-decoration: underline; }
	.details_article_manca_taglia a:hover { font-weight: 700; }
    .details_article_manca_taglia_container { max-width: 600px; width: 100%; background-color: #FFF; }
    .details_article_manca_taglia_wrap { display: inline-table; width: 100%; }
        .details_article_manca_taglia_title { color: rgba(153, 153, 153, 1); font-size: 18px !important; letter-spacing: 0px; font-weight: 700; text-align: center; text-transform: uppercase; margin-bottom: 20px; }
        .details_article_manca_taglia_email { text-align: center; margin-bottom: 20px; }
        .details_article_manca_taglia_name { text-align: center; margin-bottom: 20px; }
        .details_article_manca_taglia_size { font-size: 11px; text-align: center; height: 70px; }
        .details_article_manca_taglia_robot_check { text-align: center; margin-bottom: 20px; display: inline-block; }
        .details_article_manca_taglia_privacy { color: rgba(0, 0, 0, 1); font-size: 10px !important; letter-spacing: 0px; font-weight: 300; text-align: center; margin-bottom: 20px; }
        .details_article_manca_taglia_btn { text-align: center; }
.details_article_manca_taglia_response { font-size: 11px; font-weight: 700; letter-spacing: 1px; margin: 0 0 5% 0; text-transform: uppercase; display: none; color: coral; }

.detail_article_btn_wrap { margin: 0 0 4% 0; padding: 0 0 0 0; display: inline-block; width: 100%; text-align: center; }
    .btn_addtocart_black { background-color: #000; border: 1px solid #000; color: #FFF; cursor: pointer; margin: 0 2% 0 0; padding: 10px; max-width: 200px; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

	/* B2B DETAILS GRID */
	.grid_b2b_details_container { width: 100%; display: table; border: 1px solid #000000; border-collapse: collapse; font-size: 12px; }
	.grid_b2b_details_row { border: 1px solid #000000; width: 100%; display: table-row; }
		.grid_b2b_details_row.grid_b2b_row_title { background-color: #000000; color: #ffffff; font-weight: 700; }
	.grid_b2b_details_col { border: 1px solid #000000; width: 25%; display: table-cell; padding: 3px; text-align: center; }
		.grid_b2b_details_col:first-child { text-align: center; font-weight: 700; }
		.grid_b2b_details_col.grid_b2b_col_step1 { width: 50%; }
	.grid_b2b_details_col.quantita > input[type="text"] { width: 100%; border: 0; text-align: center; background: #FFFFFF; }

.add_detail_alert_txt { display: block; color: #000; font-size: 12px; font-weight: 500; letter-spacing: 2px; padding: 10px; text-align: center; text-transform: uppercase; border: 1px solid #000000; width: 100%; margin: 10px auto 0; }

.ins_cart_titolo > a { display: block; padding: 10px; margin: 0 0 10px 0; background-color: #dadada; font-size: 14px; }
.ins_cart_sub_titolo { font-size: 14px; }
.ins_cart_descr_dati { font-size: 12px; }
.ins_cart_descr_container { margin: 20px 0 0 0; padding: 25px 0 0 0; border-top: 1px solid #000000; }
	.ins_cart_descr_container .detail_altricolori { max-height: 400px; overflow-y: auto; margin: 20px 0 0 0; }
.ins_cart_qta { text-align: center; border: 1px solid #DDDDDD; color: rgba(0, 0, 0, 1); font-size: 14px; font-weight: 500; width: 100%; max-width: 100px; }
.ins_cart_add_detail_alert { display: block; font-size: 12px; position: absolute; width: 100%; text-align: center; margin: 10px 0 0 0; }





/* DETTAGLIO POPUP ADD CART */
.popup_added_container { max-width: 300px; width: 100%; margin: 0 auto; border: solid 1px #000; background-color: #fff; }
.popup_added_wrap { padding: 0; }
.popup_added_img { padding: 0 50px 0 50px; margin: 10px 0 10px 0; }
	.popup_added_img img { width: 100%; }
.popup_added_brand { font-size: 15px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; text-align: center; padding: 0 0 0 0; margin: 0 0 5px 0; }
.popup_added_title { font-size: 13px; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; text-align: center; padding: 0 0 0 0; margin: 0 0 15px 0; }
.popup_added_size { font-size: 10px; text-transform: uppercase; font-weight: 300; letter-spacing: 1px; text-align: center; padding: 0 0 0 0; margin: 0 0 5px 0; }

.popup_added_prezzo { font-size: 10px; text-transform: uppercase; font-weight: 300; letter-spacing: 1px; text-align: center; padding: 0 0 0 0; margin: 0 0 20px 0; }
.popup_added_prezzo_old { padding: 0 0 0 0; margin: 0 10px 0 0; display: inline; text-decoration: line-through; }
.popup_added_prezzo_new { padding: 0 0 0 0; margin: 0 0 0 0; display: inline; }
.popup_added_prezzo_totale { padding: 0 0 0 0; margin: 5px 0 0 0; display: block; }

.popup_added_btn_vai { padding: 0 0 0 0; margin: 0 0 0 0; text-align: center; }
	.popup_added_btn_vai a { display: inline-block; width: 100%; max-width: 200px; padding: 5px 0 5px 0; margin: 5px 0 5px 0; text-align: center; color: #fff; background-color: #000; font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; text-decoration: none; border: solid 1px #000; }

.popup_added_btn_continua { padding: 0 0 0 0; margin: 0 0 0 0; text-align: center; }
	.popup_added_btn_continua a { display: inline-block; width: 100%; max-width: 200px; padding: 5px 0 5px 0; margin: 5px 0 5px 0; text-align: center; color: #000; background-color: #fff; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; text-decoration: none; border: solid 1px #fff; }






/* CUSTOM */
.details_info_custom { text-align: center; margin-bottom: 5%; }

.view_custom_btn { background-color: rgba(241, 241, 241, 1); border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0; padding: 5px; max-width: 180px; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 600; color: #000; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; }

.details_article_custom_container { max-width: 600px; width: 100%; height: 600px; overflow-y: auto; background-color: #FFF; }
    .details_article_custom_wrap { display: inline-table; width: 100%; }

.custom_btn { min-width: 20%; padding: 1%; margin: 0 0 2% 0; font-size: 11px; font-weight: 300; text-align: center; border: solid 1px white; color: black; text-transform: uppercase; }

.custom_wrap { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; border: solid 1px white; }
    .custom_title { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: calc(9px + 0.5vw); font-weight: 700; text-transform: uppercase; text-align: center; }

    .custom_img_container { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; display: inline-block; box-sizing: border-box; }
        .custom_img_container img { width: 100%; }
    
	.custom_letters_container { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
	.custom_letters_container_top_60 { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 60%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
	.custom_letters_container_top_70 { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 66%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
	.custom_letters_container_top_80 { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 70%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }

    .custom_letters { font-family: Georgia, "serif"; display: inline-block; margin: 0 0 0 0; padding: 1% 1% 1% 1%; background-color: rgba(255, 255, 255, 0); color: black; letter-spacing: 1px; font-weight: 600; font-size: 1vw; text-align: center; text-transform: uppercase; }
	.custom_letters_container_top_70 > .custom_letters { font-size: 0.8vw; }
	.custom_letters_container_top_80 > .custom_letters { font-size: 0.8vw; }

    .custom_command_container { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; box-sizing: border-box; }
        .custom_block_100 { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; box-sizing: border-box; display: inline-block; }
        .custom_block_50 { width: 50%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; box-sizing: border-box; display: inline-block; float: left; }

    .custom_block_50 > label.custom_label { cursor: pointer; display: block; font-size: 10px; text-transform: uppercase !important; margin: 0px 0px 10px 0px; padding: 0; text-align: center; width: auto; font-weight: 700; }

    .custom_size_container { font-size: 10px; font-weight: 400; text-transform: uppercase; }
        .custom_size_container ul { margin: 0; padding: 0; }
        .custom_size_container ul li { text-align: center; list-style-type: none; display: inline-block; margin: 0; }
        .custom_size_container li a { text-decoration: none; border: solid 2px #FFF; color: black; margin: 5px 5px 5px 0px; padding: 0; display: inline-block; min-width: 30px; height: 30px; line-height: 30px; }
        .custom_size_container a.active { border: solid 2px #000; color: black !important; }

    .custom_price { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: calc(9px + 0.5vw); font-weight: 700; text-transform: uppercase; text-align: center; }
    .custom_price_info { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: calc(9px + 0.25vw); font-weight: 400; text-transform: uppercase; text-align: center; }

    .custom_info { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: 12px; font-weight: 400; text-align: center; }






/* KIT */
.kit_details_container { margin-bottom: 10%; }
.kit_details_title { font-style: normal; font-weight: 700; 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-block; margin-bottom: 2%; padding-bottom: 1%; border-bottom: 1px solid rgba(153, 153, 153, 1); }
.kit_details_col_img { float: left; width: 20%; }
.kit_details_col_img img { width: 100%; }
.kit_details_col_txt { float: left; width: 48%; margin: 0 1% 0 1%; font-style: normal; font-weight: 300; color: #000; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; line-height: 15px; }
.kit_details_col_size { float: left; width: 30%; }
.kit_details_select_100 { font-family: futura-pt, 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: 300; border-radius: 0px; height: 40px; margin: 0px 1% 0px 0px; padding: 0px 0px 0px 1%; position: relative; float: left; }
	.kit_details_select_100_alert { border: solid 1px red !important; color: red !important; }
	
.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; }






/* JP */
.jp_block_container { font-family: a-otf-jun-pro, sans-serif; display: inline-block; margin: 0 0 0 0; width: 100%; padding-bottom: 5%; }

.jp_block_100 { font-family: a-otf-jun-pro, sans-serif; width: 100%; }
	.jp_block_100 p { font-size: 13px; letter-spacing: 1px; line-height: 25px; font-weight: 300; text-align: justify; }
	.jp_block_100 img { width: 100%; }

.jp_block_50 { font-family: a-otf-jun-pro, sans-serif; float: left; margin: 0; overflow: hidden; position: relative; width: 50%; }
	.jp_block_50 p { font-size: 13px; letter-spacing: 1px; line-height: 25px; font-weight: 300; text-align: justify; margin: 0 0 10% 0; }
	.jp_block_50 img { width: 100%; }






/* ABOUT */
.about_block_container { width: 100%; margin: 0 0 5% 0; display: inline-block; }

.about_block_100 { width: 100%; margin: 0; padding: 0; position: relative; }
.about_block_100 img { width: 100%; }
.about_block_70 { float: left; width: 70%; margin: 0; padding: 0; position: relative; }
.about_block_70 img { width: 100%; }
.about_block_60 { float: left; width: 60%; margin: 0; padding: 0; position: relative; }
.about_block_60 img { width: 100%; }
.about_block_50 { float: left; width: 50%; margin: 0; padding: 0; position: relative; }
.about_block_50 img { width: 100%; }
.about_block_40 { float: left; width: 40%; margin: 0; padding: 0; position: relative; }
.about_block_40 img { width: 100%; }
.about_block_30 { float: left; width: 30%; margin: 0; padding: 0; position: relative; }
.about_block_30 img { width: 100%; }
.about_block_33 { float: left; width: 33.33333%; margin: 0; padding: 0; position: relative; text-align: center; font-size: 13px; letter-spacing: 1px; line-height: 15px; font-weight: 400; }
.about_block_25 { float: left; width: 25%; margin: 0; padding: 0; position: relative; text-align: center; font-size: 13px; letter-spacing: 1px; line-height: 15px; font-weight: 400; }

.about_block_txt { text-align: center; width: 68%; margin: 0 16% 0 16%; }
.about_block_txt_title { text-align: center; color: #000; font-weight: 400; font-size: 22px; letter-spacing: 1px; margin: 0 0 5% 0; }
.about_block_txt_txt { text-align: center; font-size: 15px; letter-spacing: 1px; line-height: 20px; font-weight: 400; }
.about_block_txt_txt_50 { text-align: center; float: left; width: 40%; margin: 0 5% 0 5%; display: inline-block; font-size: 15px; letter-spacing: 1px; line-height: 20px; font-weight: 400; }

.about_block_title_L { color: #000; font-weight: 400; font-size: 35px; letter-spacing: 1px; text-align: center; clear: both; }
.about_block_title_M { color: #000; font-style: italic; font-weight: 400; font-size: 25px; letter-spacing: 1px; text-align: center; clear: both; }
.about_block_subtitle_L { color: #000; font-style: normal; font-weight: 400; font-size: 18px; letter-spacing: 2px; text-align: center; margin-top: 6px; }






/* ICONS */
.icons_block_container { width: 100%; margin: 0 0 0 0; display: inline-block; }

.icons_title { width: 100%; margin: 0 0 0 0; padding: 0% 0 2% 0; text-align: center; font-weight: 600; font-size:calc(22px + 1vw); box-sizing: border-box; }

.icons_block_100 { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; display: inline-block; box-sizing: border-box; }
.icons_block_100 img { width: 100%; }
.icons_block_25 { width: 24%; margin: 0 0.5%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
.icons_block_25 img { width: 100%; }
.icons_block_30 { width: 28%; margin: 0; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
.icons_block_30 img { width: 100%; }
.icons_block_32 { width: 32%; margin: 0; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
.icons_block_32 img { width: 100%; }
.icons_block_40 { width: 41.9%; margin: 0 1.05%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
.icons_block_40 img { width: 100%; }
.icons_block_50 { width: 48.95%; margin: 0 0.525%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
.icons_block_50 img { width: 100%; }

.icons_block_info_img { width: 100%; margin: 0; padding: 0 2%; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
.icons_block_info_img_title { display: block; margin: 0 auto 0.5%; padding: 0.5% 1%; background-color: rgba(255, 255, 255, 0.7); color: black; /*letter-spacing: 0.1vw;*/ font-weight: 400; font-size:calc(22px + 0.7vw); text-align: center; text-transform: uppercase; width: max-content; }
.icons_block_info_img_subtitle { display: block; margin: 0 auto; padding: 0.5% 1%; background-color: rgba(255, 255, 255, 0.7); color: black; /*letter-spacing: 0.1vw;*/ font-weight: 400; font-size:calc(14px + 0.2vw); text-align: center; width: max-content; }

.icons_txt { margin: 4% 0%; text-align: center; font-weight: 400; line-height:calc(14px + 0.6vw); box-sizing: border-box; font-size:calc(12px + 0.2vw); }

.icons_cta_final { margin: 4% 0%; text-align: center; font-weight: 400; line-height:calc(14px + 0.6vw); box-sizing: border-box; font-size:calc(12px + 0.2vw); }

.icons_button { text-align: center; margin-bottom: 5%; }
.icons_button_btn { background-color: transparent; border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0px 1% 0px 1%; padding: 1% 0%; min-width: 45%; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 600; color: #000; font-size: calc(12px + 0.2vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; }






/* LOYALTY */
.loyalty_block_container { width: 100%; margin: 0; display: inline-block; }

.loyalty_title { width: 100%; margin: 0; padding: 0; text-align: center; font-weight: 600; font-size: calc(14px + 1.25vw); box-sizing: border-box; }
.loyalty_subtitle { width: 100%; margin: 0; padding: 0; text-align: center; font-weight: 400; font-size: calc(9px + 0.5vw); box-sizing: border-box; }

.loyalty_block_100 { width: 100%; margin: 0; padding: 0; position: relative; display: inline-block; box-sizing: border-box; }
    .loyalty_block_100 img { width: 100%; }
.loyalty_block_33 { width: 33.33333%; margin: 0; padding: 0; position: relative; overflow: hidden; float: left; }
    .loyalty_block_33 img { width: 100%; }

.loyalty_block_info_img { width: fit-content; width: -moz-fit-content; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
    .loyalty_block_info_img_title { display: inline-block; margin: 0 0 1% 0; padding: 1%; background-color: rgba(255, 255, 255, 0.7); color: black; letter-spacing: 1px; font-weight: 600; font-size: 2vw; text-align: center; text-transform: uppercase; }
    .loyalty_block_info_img_subtitle { display: inline-block; margin: 0; padding: 1%; background-color: rgba(255, 255, 255, 0.7); color: black; letter-spacing: 1px; font-weight: 400; font-size: 1vw; text-align: center; }

.loyalty_block_title { width: 100%; margin: 2% 0 2% 0; padding: 0 1% 0 1%; text-align: center; font-weight: 600; font-size: calc(9px + 0.5vw); box-sizing: border-box; text-transform: uppercase; }
.loyalty_block_subtitle { width: 100%; margin: 0; padding: 0 5% 0 5%; text-align: center; font-weight: 400; font-size: calc(9px + 0.3vw); box-sizing: border-box; }

.loyalty_myaccount_btn { display: inline-block; text-align: center; min-width: 250px; background-color: black; border: solid 1px black; color: white; padding: 20px; text-transform: uppercase; }



/* MARCELLA */
.marcella_block_img { width: 75%; }
.marcella_block_info_img { width: 25vw; height: 100%; padding: 2%; text-align: center; background-color: #f1f1f1; position: absolute; top: 0; right: 0; display: flex; }
	.marcella_block_info_img_logo { margin: 0 auto 10%; }
		.marcella_block_info_img_logo > img { width: 80%; max-width: 150px; }
	.marcella_block_info_img_title { display: block; margin: 0 auto 10%; color: #000000; font-weight: 600; font-size: 1.5vw; line-height: 1.6vw; text-align: center; text-transform: none; }
	.marcella_block_info_img_subtitle { font-size: 1vw; font-weight: 400; }
		.marcella_block_info_img_subtitle > a { display: block; margin: 10% auto 0; padding: 5px 20px; background-color: rgba(255, 255, 255, 0.7); color: #000000; font-weight: 600; font-size: 1vw; text-align: center; width: max-content; }
	.marcella_block_info_img_txt { font-size: 1vw; font-weight: 400; }



/* REG_FORM */
.reg_form_col_full { margin: auto; }
.reg_form_title { width: 100%; margin: 0; padding: 1% 0 0 0; text-align: center; font-weight: 600; font-size: calc(16px + 1vw); box-sizing: border-box; }

.reg_form_block_img { width: 75%; }
.reg_form_block_info_img { width: 25vw; height: 100%; padding: 2% 2%; text-align: center; background-color: #f1f1f1; position: absolute; top: 0; right: 0; display: flex; }
	.reg_form_block_info_img_txt { font-size: calc(12px + 0.4vw); font-weight: 400; margin-bottom: 2vw; }
	.reg_form_block_info_img_privacy { font-size: calc(9px + 0.2vw); font-weight: 400; margin: 5% 0 0 0; }

.regform_btn { display: inline-block; text-align: center; min-width: 200px; max-width: 400px; width: 80%; background-color: black; border: solid 1px black; color: white; padding: 5px 10px; text-transform: uppercase; }



/* GENERAL */
.general_block_info_img { width: 100%; margin: 0; padding: 0 2%; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
	.general_block_info_img_title { display: block; margin: 0 auto 0.5%; padding: 0.5% 1%; background-color: rgba(255, 255, 255, 0.7); color: #000000; font-weight: 400; font-size:calc(18px + 1.2vw); text-align: center; text-transform: uppercase; width: max-content; }
		.general_block_info_img_title.general_title_bg_opacity_1 { background-color: rgba(255, 255, 255, 1); }
	.general_block_info_img_subtitle { display: block; margin: 0 auto; padding: 0.5% 1%; background-color: rgba(255, 255, 255, 0.7); color: #000000; font-weight: 400; font-size:calc(12px + 0.6vw); text-align: center; width: max-content; }

		.general_block_info_img_subtitle.general_button_btn_black { background-color: rgba(0, 0, 0, 1); color: #fff; transition: background-color 0.5s ease; }
			.general_block_info_img_subtitle.general_button_btn_black > a { color: #fff; text-decoration: underline; }
		.general_block_info_img_subtitle.general_button_btn_black:hover { background-color: rgba(255, 255, 255, 1); color: #000; }
			.general_block_info_img_subtitle.general_button_btn_black:hover > a { color: #000; text-decoration: underline; }

		.general_block_info_img_subtitle.general_button_btn_orange { background-color: rgba(232, 124, 60, 1); color: #000000; transition: background-color 0.5s ease; }
			.general_block_info_img_subtitle.general_button_btn_orange > a { color: #000000; text-decoration: none; }
		.general_block_info_img_subtitle.general_button_btn_orange:hover { background-color: rgba(232, 124, 60, 1); color: #000; }
			.general_block_info_img_subtitle.general_button_btn_orange:hover > a { color: #000; text-decoration: underline; }

		.general_block_info_img_subtitle.general_button_btn_aquamarine { background-color: rgba(92, 158, 153, 1); color: #FFFFFF; transition: background-color 0.5s ease; }
			.general_block_info_img_subtitle.general_button_btn_aquamarine > a { color: #FFFFFF; text-decoration: none; }
		.general_block_info_img_subtitle.general_button_btn_aquamarine:hover { background-color: rgba(92, 158, 153, 1); color: #FFFFFF; }
			.general_block_info_img_subtitle.general_button_btn_aquamarine:hover > a { color: #FFFFFF; text-decoration: underline; }

		.general_block_info_img_subtitle.general_button_btn_white { background-color: rgba(255, 255, 255, 1); color: #000000; transition: background-color 0.5s ease; }
			.general_block_info_img_subtitle.general_button_btn_white > a { color: #000000; text-decoration: none; }
		.general_block_info_img_subtitle.general_button_btn_white:hover { background-color: rgba(255, 255, 255, 1); color: #000; }
			.general_block_info_img_subtitle.general_button_btn_white:hover > a { color: #000; text-decoration: underline; }

.general_title { width: 100%; margin: 0; padding: 0; text-align: center; font-weight: 400; font-size: calc(18px + 1vw); line-height: calc(20px + 1vw); }
	.general_title_little { width: 100%; margin: 0; padding: 0; text-align: center; font-weight: 400; font-size: calc(12px + 0.85vw); }
.general_subtitle { width: 100%; margin: 0; padding: 0; text-align: center; font-weight: 400; font-size: calc(9px + 0.5vw); }
.general_txt { margin: 4% 0%; text-align: center; font-weight: 400; line-height:calc(14px + 0.6vw); font-size:calc(12px + 0.2vw); }

.general_button { text-align: center; margin-bottom: 5%; }
	.general_button_btn { background-color: transparent; border: 1px solid rgba(0, 0, 0, 1); cursor: pointer; margin: 0px 1% 0px 1%; padding: 7.5px 5%; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 600; color: #000; font-size: calc(12px + 0.2vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; }
		.general_button_btn.general_button_btn_black { background-color: rgba(0, 0, 0, 1); color: #fff; }
			.general_button_btn.general_button_btn_black:hover { background-color: rgba(255, 255, 255, 1); color: #000; }

.general_block_100 { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; display: inline-block; box-sizing: border-box; }
	.general_block_100 img { width: 100%; }
.general_block_20 { width: 19%; margin: 0 0.5%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_20 img { width: 100%; }
.general_block_25 { width: 24%; margin: 0 0.5%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_25 img { width: 100%; }
.general_block_30 { width: 28%; margin: 0; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_30 img { width: 100%; }
.general_block_32 { width: 32%; margin: 0; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_32 img { width: 100%; }
.general_block_32_central { width: 32%; margin: 0 2%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_32_central img { width: 100%; }
.general_block_33_central { width: 32%; margin: 0.5%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_33_central img { width: 100%; }
.general_block_40 { width: 41.9%; margin: 0 1.05%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_block_40 img { width: 100%; }
.general_block_50 { width: 48.95%; margin: 0 0.525%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
	.general_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; line-height: 25px; 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: 600; }
.cart_descr_delete { color: #000; font-size: 15px; text-transform: uppercase; margin: 30px 0 0 0; display: block; }
.cart_descr_title { font-size: 15px; font-weight: 600; letter-spacing: 1px; color: rgba(0, 0, 0, 1); text-transform: uppercase; margin-bottom: 5px; }
.cart_descr_size { font-size: 12px; font-weight: normal; 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; font-weight: 600; }
	.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: 600; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
	.cart_free_shipping_txt ul { list-style: none; padding: 0; margin: 0; }
#Clienti_ritenuta_sessoM ~ label { margin-right: 10px; }
.dazi_spedizione_usa_cnt_100w {display: none; padding: 20px; width: 100%; text-align: center; margin-bottom: 24px;}
.dazi_spedizione_usa_cnt {display: none; max-width: 500px; float: left; text-align: left; margin-bottom: 24px;}



/* 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_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 input.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 / VSR */
.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_input { text-align: center; border:1px solid #000; color: rgba(0, 0, 0, 1); font-size: 10px; font-weight: 700; text-transform: uppercase; display: block; background-color: #ffffff; width: 100%; max-width: 180px; margin: 10px auto 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 auto 10px auto; padding: 2px; }

.step1_vsr_save_order_container { max-width: 600px; width: 100%; background-color: #FFF; }
.step1_vsr_save_order_wrap { display: inline-table; width: 100%; }
	.step1_vsr_save_order_wrap a { display: block; text-transform: uppercase; text-decoration: underline; font-style: italic; font-size: 20px; margin: 20px 0 0 0; }
	.step1_vsr_save_order_wrap a:first-child { margin: 0 0 0 0; }






/* STEP3 SIGN B2B / VSR */
.sign_title { text-transform: uppercase; font-weight: 600; font-size: calc(10px + 0.4vw); }
.sign_info { font-size: 13px; margin-bottom: 3%; padding: 1% 0 1% 0; }






/*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: 600; 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_packaging { 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: 16px; line-height: 16px; }
.cart_recap_article_info .cart_descr_descr { font-size: 12px; margin: 0 0 5px 0; }
.cart_recap_article_info .cart_descr_size { font-size: 12px; margin: 0 0 5px 0; }
.cart_recap_article_info .cart_recap_qta { width: auto; font-size: 14px; text-transform: uppercase; }
.cart_recap_article_price { font-size: 12px; line-height: 12px; font-weight: 600; }

.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 { width: 100%; display: inline-block; margin: 5% auto 0; }

.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: 700; 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: 700; }

.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: 80%; border-bottom: solid 100px #FFF; margin: 100px 10% 0px 10%; min-height: 100%; display: inline-table; position: relative; }
#container_my_account_stats_vsr { width: 80%; border-bottom: solid 100px #FFF; margin: 100px 10% 0px 10%; min-height: 100%; display: inline-block; position: relative; }

#my_account_col_all { width: 100%; margin-top: 40px; margin-bottom: 60px; }
#my_account_col_all h2 { font-style: normal; font-weight: normal; color: #000; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; text-align: center; margin-bottom: 10px; font-family: "Helvetica Regular 55", sans-serif; }
#my_account_col_all p { font-size: 12px; color: #000; margin-bottom: 30px; text-align: center; }
#my_account_col_all ul { font-size: 12px; 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: normal; color: #000; font-size: 8px; letter-spacing: 1px; 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%; font-family: "Helvetica Regular 55", sans-serif; }

#my_account_wrapper { margin: 50px 0 50px 0; }
#my_account_box_gestione { width: 100%; display: inline-table; margin-top: 25px; }
	#container_my_account_stats_vsr #my_account_box_gestione { display: block; }
#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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 600;}
.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_dx li { background-color: rgba(126, 126, 126, 0.3); margin-bottom: 10px; padding: 10px; overflow: auto; list-style-type: none; }
.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: 600; 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_black { 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%; }
	.saved_address_add_button input.bottone_black { max-width: 200px; width: 100%; min-width: auto; font-size: calc(9px + 0.2vw); }
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_black { margin-bottom: 10px; }
input.whish_btn_03.canc_all.bottone_red { font-size: 13px; font-weight: 400; }

.reserved_area_download_container { font-size: 12px; margin-bottom: 5%; }
.reserved_area_info_container { font-size: 12px; }






/* 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: 'Archivo', 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: 'Archivo', 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: 'Archivo', 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: 'Archivo', 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: #000; border: 1px solid #000; color: #fff; cursor: pointer; font-family: 'Archivo', 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: 'Archivo', 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: 1px solid #000000; width: 100%; margin: 10px auto 0; }
	.whish_detail_alert_txt a { color: rgba(0, 0, 0, 1); text-decoration: underline; font-weight: 900; text-transform: uppercase; }




/* B2B */
.b2b_master_btn_container { display: none; position: fixed; bottom: 3%; left: 1%; z-index: 1001; }
.b2b_master_btn { display: block; min-width: 100px; padding: 10%; background-color: black; color: white; border: solid 1px black; text-align: center; font-weight: 600; font-size: 10px; font-style: italic; text-decoration: none; text-transform: uppercase; }

.stats_virtual_overflow { overflow-x: auto; width: 100%; }
.stats_virtual_date_selector { font-size: 12px; }
.stats_virtual_table { display: table; border: 1px solid grey; border-collapse: collapse; width: 100%; }
	.stats_virtual_table_header { background-color: #000000; color: #ffffff; font-weight: bold; text-transform: capitalize; display: table-row; }
	.stats_virtual_table_body { display: table-row; }
	.stats_virtual_table_cell { padding: 10px; font-size: 12px; display: table-cell; border: 1px solid grey; border-collapse: collapse; }


/* VIRTUAL SHOWROOM - VSR */
.virtual_stats_btn_container { position: fixed; bottom: 3%; left: 1%; z-index: 1001; }
.virtual_stats_btn { display: block; min-width: 100px; padding: 10%; background-color: black; color: white; border: solid 1px black; text-align: center; font-weight: 600; font-size: 10px; font-style: italic; text-decoration: none; }
.virtual_b2b_btns_container { width: 100%; }



    .virtual_b2b_btns { width: 100%; padding: 5%; background-color: white; border: solid 1px black; text-align: center; font-size: calc(10px + 0.60vw); font-weight: 300; display: block; box-sizing: border-box; text-decoration: none; }
        .virtual_b2b_btns_container a.active { background-color: black; color: #FFF !important; font-weight: 700; }

.custom_b2b_btns { width: 100%; padding: 5%; background-color: white; border: solid 1px black; text-align: center; font-size: calc(10px + 0.60vw); font-weight: 300; display: block; box-sizing: border-box; text-decoration: none; }






/* B2B CUSTOM BAG */
.custom_b2b_main h1 { font-size: calc(10px + 1.5vw); text-align: center; }
.custom_b2b_main h2 { font-size: calc(10px + 0.4vw); }
form.custom_b2b_choise_bag { text-align: center; }
form.custom_b2b_choise_bag .custom-combobox input { padding: 6px 5px; line-height: normal; font-size: calc(9px + 0.35vw); margin-right: 10px; width: 100%; }
form.custom_b2b_choise_bag .bottone_black { min-width: auto; width: auto; padding: 5px 12.5px; font-size: calc(9px + 0.35vw); letter-spacing: 0; line-height: normal; border: 1px solid #000000;}

.custom_b2b_wrap { width: 100%; margin: 0; padding: 0; display: block; border: solid 1px #ffffff; }
.custom_b2b_title { width: 100%; margin: 0; padding: 0; font-size: calc(9px + 0.5vw); font-weight: 700; text-transform: uppercase; text-align: center; display: block; }

.custom_b2b_img_container { width: 50%; margin: 0 auto; padding: 0; position: relative; display: block; }
.custom_b2b_img_container img { width: 100%; }

.custom_b2b_letters_container { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
.custom_b2b_letters_container_top_60 { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 60%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
.custom_b2b_letters_container_top_70 { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 66%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }
.custom_b2b_letters_container_top_80 { width: fit-content; width: -moz-fit-content; margin: 0 0 0 0; padding: 0 0 0 0; position: absolute; top: 70%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 2; text-align: center; }

.custom_b2b_letters { font-family: Georgia, "serif"; display: inline-block; margin: 0 0 0 0; padding: 1% 1% 1% 1%; background-color: rgba(255, 255, 255, 0); color: black; letter-spacing: 1px; font-weight: 600; font-size: 1vw; text-align: center; text-transform: uppercase; }
.custom_b2b_letters_container_top_70 > .custom_b2b_letters { font-size: 0.8vw; }
.custom_b2b_letters_container_top_80 > .custom_b2b_letters { font-size: 0.8vw; }

.custom_b2b_command_container { width: 50%; margin: 0 auto; padding: 0; position: relative; display: block; }
.custom_b2b_block_100 { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; box-sizing: border-box; display: inline-block; }
.custom_b2b_block_50 { width: 50%; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; box-sizing: border-box; display: inline-block; float: left; }

.custom_b2b_block_50 > label.custom_b2b_label { cursor: pointer; display: block; font-size: 10px; text-transform: uppercase !important; margin: 0px 0px 10px 0px; padding: 0; text-align: center; width: auto; font-weight: 700; }

.custom_b2b_size_container { font-size: 10px; font-weight: 400; text-transform: uppercase; }
.custom_b2b_size_container ul { margin: 0; padding: 0; }
.custom_b2b_size_container ul li { text-align: center; list-style-type: none; display: inline-block; margin: 0; }
.custom_b2b_size_container li a { text-decoration: none; border: solid 2px #FFF; color: black; margin: 5px 5px 5px 0px; padding: 0; display: inline-block; min-width: 30px; height: 30px; line-height: 30px; }
.custom_b2b_size_container a.active { border: solid 2px #000; color: black !important; }

.custom_b2b_price { width: 100%; border-top: 2px solid #000000; font-size: calc(9px + 0.5vw); font-weight: 700; text-transform: uppercase; text-align: center; display: block; }
.custom_b2b_price_info { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: calc(9px + 0.35vw); font-weight: 400; text-transform: uppercase; text-align: center; }

.custom_b2b_info { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: 12px; font-weight: 400; text-align: center; }

.w3-small{font-size:12px!important}
.w3-container:after,.w3-container:before{content:"";display:table;clear:both}
.w3-container{padding:0.01em 16px}
.w3-light-grey{color:#000!important;background-color:#f1f1f1!important}
.w3-green{color:#fff!important;background-color:#4CAF50!important}






/* RESO B2B */
#reso_b2b_container { display: block; width: 100%; box-sizing: border-box; padding: 20px 0; } 
#reso_b2b_main { display: block; width: 100%; box-sizing: border-box; text-align: center; }

.reso_b2b_info { display: block; width: 100%; box-sizing: border-box; text-align: center; font-size: calc(7px + 0.5vw); }
.reso_b2b_info > h1 { font-size: calc(23px + 0.5vw); font-weight: 700; text-transform: uppercase; }
.reso_b2b_info > h2 { font-size: calc(14px + 0.5vw); font-weight: 700; text-transform: uppercase; }
.reso_b2b_btn_conferma { width: fit-content; width: -moz-fit-content; margin: 0 auto; padding: 10px; box-sizing: border-box; }
.reso_b2b_btn_upd_del_block { text-align: right; margin: 0 0 20px; display: block; width: 100%; box-sizing: border-box; }
.reso_b2b_btn_upd { display: inline-block; margin: 0 5px; }
.reso_b2b_btn_del { display: inline-block; margin: 0 5px; background: #d33f3f; border: 1px solid #d33f3f; color: #ffffff; }
.reso_b2b_btn_del:hover { background: #ffffff; color: #d33f3f; }

#reso_b2b_select_block > span.custom-combobox { margin-right: 30px; }

#reso_b2b_summary table { margin: 0 auto; border-collapse: collapse; }
#reso_b2b_summary thead tr { border: 1px solid #000000; background: #dddddd; }
#reso_b2b_summary thead th { width: 33%; text-align: center; font-size: 20px; font-weight: 700; }
#reso_b2b_summary tbody tr { border: 1px solid #000000; }
#reso_b2b_summary tbody td { width: 33%; text-align: center; font-size: 16px; padding: 10px 20px; box-sizing: border-box; position: relative; }
.reso_b2b_delete { position: absolute; top: -1px; right: -41.5px; border: 1px solid #000000; padding: 13px; box-sizing: border-box; color: #000000; font-size: 14px; }

#reso_b2b_totale { display: block; font-size: 20px; width: 100%; padding: 10px 20px; box-sizing: border-box; text-align: right; border-top: 3px solid; margin-top: 30px; }

.sped_agosto { text-align: center; font-size: 16px; font-weight: 600; border: 2px solid #000; padding: 10px; margin: 0 0 20px 0; display: none; }






/* 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: 700; }

.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-family: acumin-pro,sans-serif; 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; }
.statica_txt strong { font-weight: bold; }




/* GIFT CARD */
.gift_container { display: block; overflow: auto; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; }

.gift_title { text-align: center; font-size: calc(16px + 1vw); font-weight: 700; letter-spacing: 0; text-transform: none; width: 100%; margin: 1% 0 1% 0; }
	.gift_title h1 { border-bottom: 0px solid #FFF; display: inline-block; font-weight: 700; }
.gift_txt { width: 100%; margin: 0 0 1% 0; text-align: center; font-size: calc(12px + 0.5vw); letter-spacing: 0; font-weight: 400; }

.gift_error_box { margin: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; color: red; }

.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: #fff; text-shadow: 0 0 10px rgba(0,0,0,1); font-size: 20px; letter-spacing: 1px; font-weight: 400; width: 100%; text-align: center; margin: 0 0 2% 0; }
	.gift_card_info_destinatario { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,1); font-size: 16px; letter-spacing: 1px; font-weight: 400; width: 100%; text-align: center; margin: 0 0 2% 0; }
	.gift_card_info_messaggio { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,1); font-size: 14px; letter-spacing: 1px; font-weight: 300; width: 80%; text-align: center; margin: 0 10% 2% 10%; }
	.gift_card_info_importo { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,1); font-size: 50px; letter-spacing: 1px; font-weight: 700; width: 100%; text-align: center; margin: 0 0 4% 0; }

.gift_label_checkbox { width: 90% !important; }
.gift_btn_container { width: 100%; margin: 20px 0px 20px 0px; clear: both; text-align: left; }
	.gift_bottone { background-color: #fff; border: 1px solid #000; color: #000; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: 1px; margin: 0; padding: 5px 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; text-transform: uppercase; font-size: 11px; font-weight: 700; }

.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; -webkit-appearance: none; }
	.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_select_orario { background: #FFF url('images/select-arrow.png') no-repeat 95% center; padding: 0 10%; }
.gift_select_orario::-webkit-scrollbar { width: 1px; }

.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_title { font-size: calc(12px + 1vw); font-weight: 700; letter-spacing: 0; margin: 1% 0 2% 0; }
.gift_info_descr { font-size: calc(10px + 0.5vw); letter-spacing: 0; }
	.gift_info_descr p { margin: 0 0 1% 0; }
	.gift_info_descr a { text-decoration: underline; text-underline-offset: 1.25px; }
	.gift_info_descr strong { font-weight: 700; }
	.gift_info_descr ul { list-style: none; padding: 0; margin: 0; }

input[type='radio'].gift_radio + label { background-image: none; background-color: #fff; color: #000; border: 1px solid #000; padding: 1% 1.5%; margin: 0 2% 0 0; font-size: calc(8px + 0.25vw); width: auto; font-weight: 600; }

input[type='radio']:checked.gift_radio + label { background-image: none; background-color: #000; color: #fff; border: 1px solid #000; padding: 1% 1.5%; margin: 0 2% 0 0; font-size: calc(8px + 0.25vw); width: auto; font-weight: 600; }



/* STORIES */
.stories_fw21_txt01_dsk { display: block; }
.stories_fw21_txt01_mbl { display: none; }

.stories_fw21_txt02_dsk { display: block; }
.stories_fw21_txt02_mbl { display: none; }

.txt_desktop { display: block; }
.txt_mobile { display: none; }

.solo_desktop { display: block; }
.solo_mobile { display: none; }



/* WORK WITH US*/
.accordion_workwithus .accordion-button:not(.collapsed) { color: #000; background-color: transparent; box-shadow: none; }
.accordion_workwithus .accordion-button:focus { border-color: transparent; box-shadow: none; }

.accordion_workwithus .accordion-button::after { position: absolute; left: -1.5rem; transform: rotate(-90deg); background-image: none; font-family: "Font Awesome 5 Pro"; content: "\f078"; height: auto; width: auto; font-size: calc(12px + 0.25vw); }
.accordion_workwithus .accordion-button:not(.collapsed)::after { transform: rotate(0); background-image: none; }

.accordion_collapse_workwithus .accordion-body { padding: 2rem 0; }
	.accordion_collapse_workwithus ul { margin: 0 0 0 0; padding: 0 0.75rem; }
		.accordion_collapse_workwithus ul li { list-style-type: none; padding: 0; margin: 0; text-transform: none; font-size: 16px; font-weight: normal; position: relative; }
			.accordion_collapse_workwithus ul li:before { content: "-"; position: absolute; left: -0.65rem; }






/* -------------------------------------------------------------------------------------------------------------- */






/* 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; font-size: 10px; text-transform: uppercase !important; margin: 0px 0px 10px 0px; padding: 0; text-align: left; width: auto; font-weight: 700; }
.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: futura-pt, 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; }
	.general_field_100:focus { background-color: #f8f8f8; }
.general_field_50 { font-family: futura-pt, 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; }
	.general_field_50:focus { background-color: #f8f8f8; }
.general_message_100 { font-family: futura-pt, 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; }
	.general_message_100:focus { background-color: #f8f8f8; }

.general_select_100 { font-family: futura-pt, 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: 300; 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; }
	.general_select_100:focus { background-color: #f8f8f8; }
.general_select_50 { font-family: futura-pt, 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: 600; 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: futura-pt, 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: 300; 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; }
	.general_select_24: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; }

.whish_item_check input[type='checkbox'] + label { padding: 25px 0px 0px 30px; }

.payment_choose label { padding: 2px 0px 0px 25px !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'); }

.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: futura-pt, sans-serif; font-style: normal; font-weight: 700; 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: #FFF; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 700; 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: futura-pt, sans-serif; font-style: normal; font-weight: 700; 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: futura-pt, sans-serif; font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_white { background-color: #FFF; border: 1px solid #FFF; color: #000; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: futura-pt, sans-serif; font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.filters_items label.filter_lbl { padding: 0px 0px 0px 20px; background-size: 15px; }

input#Clienti_ritenuta_sessoM~label { margin-right: 25px; }

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_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; }

button.forgot_psw_action { background: transparent; border: 0; padding: 0; margin: 5px 0 0 0; font-size: 12px; }

.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: 500; 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: 500; 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-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; }





/* 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; }






/* APECAR */
.apecar_container { margin: 0 10%; width: 80%; box-sizing: border-box; border-bottom: 100px solid transparent; }
.apecar_header_block { margin: 0 0 40px 0; }
.apecar_lang { text-align: right; padding: 10px 20px; }
.apecar_logo { text-align: center; padding: 0 20px; }
	.apecar_logo img { width: 100%; max-width: 300px; height: auto; }
.apecar_title { width: 100%; margin: 2% 0; text-align: center; font-size: calc(14px + 1.25vw); font-weight: 600; }
.apecar_col_container { display: block; overflow: auto; margin-top: 40px; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; }
.apecar_col_full { text-align: center; }
.apecar_alert { font-style: normal; font-weight: 400; font-size: 20px; letter-spacing: 1px; margin: 5% 0 0 0; text-align: center; text-transform: none; clear: both; box-sizing: border-box; }
	.apecar_alert a { color: inherit; text-transform: uppercase; font-size: 18px; }
.apecar_txt { width: 100%; text-align: center; font-size: calc(9px + 0.5vw); font-weight: 400; }
.apecar_col_recaptcha { display: inline-block; clear: both; margin: 3% 0; }
.apecar_col_100 { width: 100%; float: left; padding: 0 20px; box-sizing: border-box; text-align: left; }
.apecar_col_50 { width: 50%; float: left; padding: 0 20px; box-sizing: border-box; text-align: left; }
.apecar_privacy { width: 95% !important; padding: 10px 0px 10px 35px!important; }






/* CLEARPAY */
.clearpay_details_info { margin: 0 0 3% 0; text-align: center; font-size: 12px; }
.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; font-size: 12px; }
.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; }





/* -------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------

// Extra small devices (phones, 600px and down)
@media only screen and (max-width: 600px) {...}

// Small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 600px) {...}

// Medium devices (landscape tablets, 768px and up)
@media only screen and (min-width: 768px) {...}

// Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {...}

// Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 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%; }
	.menu_main { font-size: 11px; }
	.menu_main ul li { margin: 0 4px; }
	
	#container { min-width: 100%; }
	#container_gcworld { width: 80%; margin: 155px 10% 0px 10%; }

	/*GALLERY DETAILS - PERSONALIZZA BORSA*/
	.custom_letters { font-size: 2vw!important; }
	
	/* DETAILS */
	.details_info_container { padding: 0; }

	/*ABOUT*/
	.about_block_txt_txt_50 { width: 100%; margin: 0 0 5% 0; }

	/*CART*/
	input#Clienti_ritenuta_sessoM~label { margin-right: 50px; }
	.payment_choose label { padding: 2px 0px 0px 20px !important; width: auto; }
	.payment_choose img { height: 30px; }
	.cart_step1_button_block input.bottone_transparent { max-width: 100%; }
	.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%; }
	
	/* STEP1 B2B */
	.b2b_step1 .cart_descr_modifica { width: 90%; margin: 10px auto; }
	.b2b_step1 .cart_descr_input { width: 90%; margin: 10px auto; }
	
	/* MY ACCOUNT */
	.input_focus_effect ~ label { font-size: 12px!important; }

	/*B2B*/
	.my_account_b2b_col_sx { word-break: break-word; }
  
}






/* iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT */
@media only screen and (max-width: 991.98px) {

	input.search_field_header { width: 100px; }
	.menu_main { font-size: 8.75px; }
	.menu_main ul li { margin: 0 1px 0 1px; }
	.icons_button_btn { padding: 1% 5%; }
	.footer_menu_link { word-break: break-word; }

	/* GALLERY */
	#anteprima_dettaglio_box_sx { float: none; margin: 0 auto 10% auto; display: block; max-width: 300px; width: 100%; }
	#anteprima_dettaglio_box_dx { float: none; margin: 0 auto; display: block; width: 100%; }

	/*GALLERY DETAILS - PERSONALIZZA BORSA*/
	.custom_letters { font-size: 2.5vw!important; }
	
	/* MARCELLA */
	.marcella_block_info_img_logo > img { width: 100%; max-width: 100px; }
	.marcella_block_info_img_subtitle { font-size: 1.25vw; }
		.marcella_block_info_img_subtitle > a { font-size: 1.25vw; }
	.marcella_block_info_img_txt { font-size: 1vw; }
	
	
	/* REG_FORM */
	.reg_form_title { font-size: 22px; }
	
	.reg_form_block_img { width: 100%; }
	.reg_form_block_info_img { width: 100%; height: auto; padding: 5%; position: relative; top: auto; right: auto; display: block; }
		.reg_form_block_info_img_txt { font-size: 16px; }
		.reg_form_block_info_img_privacy { font-size: 12px; }

	/* 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; }
	.reserved_area_download_container { text-align: center; }
		.reserved_area_download_title { font-weight: 700; }
	.reserved_area_info_container { text-align: center; }
	
	.input_focus_effect ~ label { font-size: 11px!important; }
	#my_account_box_gestione input.bottone_transparent { min-width: auto; width: 95%; max-width: 200px; font-size: 10px; }
	
	/* 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: 75px; }
	
	.vaschetta_dsk_img { display: none !important; }
	.vaschetta_mbl_img { display: block !important; }
	
	#header { height: 55px; background-color: #ffffff !important; }
	.header_shipping_box { margin: 0 auto; padding: 2px; display: block; width: 100%; color: #000000; font-size: 8px; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; text-align: center; border-bottom: 1px solid #d7d7d8; position: relative; top: 0; left: 0; }
	.header_logo { width: auto; height: 25px; margin: 0; display: block; text-align: center; position: absolute; top: 22px; 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_10 { width: 90%; margin: 60px 5% 0px 5%; }
	#container_margin_15 { width: 90%; margin: 60px 5% 0px 5%; }
	#container_gcworld { width: 90%; margin: 60px 5% 0px 5%; }
	#container_my_account { width: 90%; margin: 60px 5% 0px 5%; border: 0; }
	#container_my_account_stats_vsr { width: 60%; margin: 90px 5% 0px 5%; border: 0; }
	
	#container_gallery { margin: 45px 0 0 0; }
	
	.bottone_transparent { min-width: auto; width: 100%; max-width: 200px; }
	
	/* HOME */
	.home_seconda_fascia_1_1 { width: 100%; margin: 1% 0; }
	.home_seconda_fascia_2_4 { width: 100%; margin: 1% 1%; }
	.home_seconda_fascia_1_3 { width: 100%; margin: 1% 0; }
	.home_seconda_fascia_info_static_title { font-size: calc(10px + 2vw); }
	.home_social_container { display: none; }
	
	.fade_home_articles .slick-prev { left: -10px; }
	.fade_home_articles .slick-next { right: -10px; }
	
	/* LANDING */
	.landing_block_50 { width: 100%; margin: 1% 0; }
	.landing_block_info_img_title { font-size: calc(10px + 2vw); }
	
	/* GENERAL */
	.general_block_20 { width: 100%; margin: 1% 0; }
	.general_block_25 { width: 48%; margin: 1% 1%; }
	.general_block_30 { width: 100%; margin: 1% 0; }
	.general_block_32 { width: 100%; margin: 1% 0; }
		.general_block_32_central { width: 100%; margin: 1% 0; }
		.general_block_33_central { width: 100%; margin: 1% 0; }
	.general_block_40 { width: 100%; margin: 1% 0; }
	.general_block_50 { width: 100%; margin: 1% 0; }
	.general_block_50_mobile { width: 48.95%; margin: 0 0.525%; padding: 0 0 0 0; position: relative; overflow: hidden; float: left; }
		.general_block_50_mobile img { width: 100%; }	
	.general_block_central { margin-left: 0; margin-right: 0; }
	
	/* GALLERY */
	.PdsFilterBox { background-color: #ffffff; padding: 1% 0; position: relative; }
	.btn_show_filters { display: inline-block; }
	#filters_box_wrap { display: none; width: 50%; margin: 0; background-color: #ffffff; padding-top: 3%; text-align: left; height: 100%; position: fixed; }
		#filters_box_wrap > ul > li { display: block; margin: 0!important; font-size: 12px; border-bottom: 1px solid #dadada; }
			#filters_box_wrap > ul > li:last-child { font-style: italic; border-bottom: 0; }
			#filters_box_wrap > ul > li > a { padding: 15px 10px; display: block; position: relative; }
				#filters_box_wrap > ul > li > a > i { top: 23px; right: 10px; position: absolute; }
		.filters_items_container { position: relative; min-width: auto; left: 1%; right: 1%; background-color: #ffffff; padding: 10px; max-height: 250px; overflow-y: auto; }
			.filters_items_container::-webkit-scrollbar { width: 5px; height: 0px; }
			.filters_items ul li { display: block!important; margin: 15px 0 15px 0!important; }
				.filters_items ul li:first-child { margin: 0 0 15px 0!important; }
	.gallery_loadmore_img { position: absolute; z-index: 20000; }
	.vaschetta_vsr .vaschetta_item_info { opacity: 1; position: relative; margin-top: 10px; }
	.vaschetta_vsr:hover .vaschetta_item_info { opacity: 1; }
	
	/* DETAILS */
	.fade_details .slick-prev { left: 0; }
	.fade_details .slick-next { right: 0; }
	.details_info_container { padding: 0; }
	.popup_added_container { width: 100%; }
		.popup_added_img { padding: 0 10%; }
	.details_article_custom_container::-webkit-scrollbar { width: 1px; }
	.dialog__content .detail_altricolori::-webkit-scrollbar { width: 1px; }
	.dialog__content .detail_altricolori img { max-width: 200px; }
	.dialog__content .detail_altricolori .btn_addtocart_black { margin: 0 auto; }
	.ins_cart_add_detail_alert { position: relative; }
	
	/* GC WORLD */
	.about_block_txt { width: 100%; margin: 0; }
	
	/* MARCELLA CLUB */
	.marcella_block_img { width: 100%; }
	.marcella_block_info_img { width: 100%; height: auto; padding: 5%; position: relative; top: auto; right: auto; display: block; }
		.marcella_block_info_img_logo { margin: 0 auto 5%; }
			.marcella_block_info_img_logo > img { width: 100%; max-width: 150px; }
		.marcella_block_info_img_title { margin: 0 auto 5%; font-size: 22px; line-height: normal; }
		.marcella_block_info_img_subtitle { font-size: 16px; }
		.marcella_block_info_img_subtitle > a { font-size: 18px; margin: 5% auto 0; }
		.marcella_block_info_img_txt { font-size: 16px; }
	
	/* REG_FORM */
	.reg_form_block_img { width: 100%; }
	.reg_form_block_info_img { width: 100%; height: auto; padding: 5%; position: relative; top: auto; right: auto; display: block; }
		.reg_form_block_info_img_logo { margin: 0 auto 5%; }
			.reg_form_block_info_img_logo > img { width: 100%; max-width: 150px; }
		.reg_form_block_info_img_title { margin: 0 auto 5%; font-size: 22px; line-height: normal; }
		.reg_form_block_info_img_subtitle { font-size: 16px; }
		.reg_form_block_info_img_subtitle > a { font-size: 18px; margin: 5% auto 0; }
		.reg_form_block_info_img_txt { font-size: 16px; }
	
	/* CONTATTI */
	.contatti_input_container { order: 1; }
	.contatti_mappa_container { order: 3; }
	.contatti_invia_container { order: 2; }
	
	/* 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_black { 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; }
	
	/* 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_transparent { margin: 0 auto 4% 0; max-width: 250px; }
	.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 { width: 90%; margin: 0 auto 10px auto; }
	
	/* 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; }
	
	/* B2B */
	.custom_b2b_command_container { width: 100%; }
	
	/* CUSTOMIZATION */
	.custom_b2b_img_container { width: 100%; }
	.custom_b2b_letters { font-size: 3vw; }
	.custom_b2b_block_50 { width: 100%; margin: 0 0 20px 0; }
	.ui-menu { height: 250px; overflow-y: auto; }
	.ui-menu::-webkit-scrollbar { width: 1px; height: 1px; }
	
	/* STORIES */

	.txt_desktop { display: none; }
	.txt_mobile { display: block; }
	
	.solo_desktop { display: none; }
	.solo_mobile { display: block; }

	/* APECAR */
	.apecar_container { margin: 0; width: 100%; }
	.apecar_logo { margin: 5% 0; }
	.apecar_title { margin: 5% 0; }
	.apecar_col_container { margin: 10% 0; }
	.apecar_alert { padding: 5%; }
	.apecar_col_50 { width: 100%; }
	.apecar_col_50 .general_select_24 { width: 31%; }
	.apecar_privacy { width: 90% !important; padding: 10px 0px 10px 35px!important; }
	.apecar_submit { padding: 10px 5px; margin: 20px 0 0 0; }
	.apecar_col_recaptcha { margin: 20px 0; }
	.apecar_col_recaptcha .g-recaptcha { -webkit-transform:scale(0.77); transform:scale(0.77); }

	/* 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_transparent { max-width: 200px; min-width: auto; width: 100%; }
	.bottone_black { max-width: 200px; min-width: auto; width: 100%; }
	.whish_btn_01 { max-width: 200px; min-width: auto; width: 100%; }
	
	/* GALLERY */
	#filters_box_wrap > ul { max-height: 90vh; overflow-y: auto; padding-bottom: 60%; }
		#filters_box_wrap > ul::-webkit-scrollbar { width: 0px; height: 0px; }
	.title_gallery { text-align: center; }
	
	/* DETAILS */
	.custom_block_50 { width: 100%; margin: 0 0 5% 0; }
	
	/* CART */
	.cart_descr_title { font-size: 12px; }
	.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: 12px; line-height: 12px; }
	.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_edit_block { padding: 0; font-size: calc(10px + 0.2vw); }
	
	/* STEP1 B2B */
	.b2b_step1 .grid_b2b_details_container { font-size: 10px; }
	
}






@media only screen and (min-width: 992px) {
	
	.menu_main a:hover { color: #000; text-decoration: underline; }
	.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_subtitle:hover { background-color: #fff; color: #000; }
		.home_scroll_info_subtitle:hover > a { color: #000; }
	.home_scroll_info_block.home_scroll_info_subtitle_orange .home_scroll_info_subtitle:hover { background-color: rgba(232, 124, 60, 1); color: #000; }
		.home_scroll_info_block.home_scroll_info_subtitle_orange .home_scroll_info_subtitle:hover > a { color: #000; text-decoration: underline; }
	.home_seconda_fascia_img img:hover { opacity: 0.7; }
	.home_seconda_fascia_info_static_title a:hover { color: #000; text-decoration: none; }
	.home_seconda_fascia_info_static_subtitle:hover { background-color: #fff; color: #000; }
		.home_seconda_fascia_info_static_subtitle > a:hover { color: #000; }
	.home_seconda_fascia_info_static_note a:hover { color: #000; text-decoration: none; }
	.home_seconda_fascia_info:hover { opacity: 1; }
	.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; }
	.elementi_vari_bottone_white:hover { background-color: rgba(0, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 1); text-decoration: none; color: #FFFFFF; }
	.elementi_vari_link_bianco a:hover {color: #FFFFFF !important; text-decoration: none !important;}
	.vaschetta_item_img img:hover { opacity: 0.6; }
	.vaschetta_item_command_btn:hover { background-color: rgba(0, 0, 0, 0.6); color: #fff; text-decoration: none; }
	.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 #FFF; text-decoration: none; border: solid 1px #000; color: #000; }
	.paging_tab_loadmore a:hover { color:#000; text-decoration:none; }
	.details_info_add_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.whish_detail_btn:hover { border: 1px solid rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; color: #000; }
	.details_alsolike_block_wrap img:hover { opacity: 0.6; }
	.btn_addtocart_black:hover { background-color: #fff; color: #000; text-decoration: none; }
	.grid_b2b_details_row.grid_b2b_row_content:hover { background-color: #dadada; }
	.popup_added_btn_vai a:hover { background-color: #fff; color: #000; text-decoration: none; border: solid 1px #000; }
	.popup_added_btn_continua a:hover { text-decoration: underline; border: solid 1px #fff; }
	.view_custom_btn:hover { background-color: rgba(241, 241, 241, 0); border: solid 1px black; text-decoration: none; }
	.custom_btn:hover { border: solid 1px black; text-decoration: none; }
	.custom_size_container a:hover { border: solid 2px #000; }
	.icons_button_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.loyalty_myaccount_btn:hover { background-color: white; color: black; }
	.general_button_btn:hover { background-color: #000; color: #fff; text-decoration: none; }
	.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(0, 0, 0, 1); text-decoration: none; font-weight: 600; border: 1px solid rgba(0, 0, 0, 1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(241, 241, 241, 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: #fff; color: #000; 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; }
	.b2b_master_btn:hover { text-decoration: none; background-color: white !important; color: black; border: solid 1px black; }
	.virtual_stats_btn:hover { text-decoration: none; background-color: white !important; color: black; border: solid 1px black; }
	.virtual_b2b_btns:hover { text-decoration: none; background-color: black; color: #FFF !important; font-weight: 700; }
	.custom_b2b_btns:hover { text-decoration: none; background-color: black; color: #FFF !important; font-weight: 700; }
	.custom_b2b_size_container a:hover { border: solid 2px #000; }
	.w3-hover-light-grey:hover{color:#000!important;background-color:#f1f1f1!important}
	.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
	.statica_txt a:hover { color: #000; text-decoration: underline; }
	.statica_menu a:hover { color: rgba(0, 0, 0, 1); text-decoration: underline; }
	.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(126, 126, 126, 1); border: 1px solid rgba(126, 126, 126, 1); text-decoration: none; }
	input.bottone_paypal_fastcheckout:hover { background-color: #ffdd8d; border: 1px solid #ffdd8d; }
	.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; }
	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; }
	.gift_bottone:hover { background-color: #000; color: #fff; }
	
}