<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

/*

font-family: 'Open Sans', sans-serif; &gt; 300 400 700

// 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) {...}

*/

html { margin: 0; padding: 0; width: 100%; height: 100%; scroll-padding-top: 120px; }
body { margin: 0; padding: 0; width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-weight: 300; background-color: #FFF; color: #000; letter-spacing: 1px; line-height: normal; }

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 { font-family: 'Open Sans', sans-serif; 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; }

.alert ul { padding: 0; list-style: none; }

.separatore { clear: both; font-size: 0px; height: 0px; }
.right { float: right !important; }
.left { float: left !important; }
.visibilityhid { visibility: hidden !important; }
.visibilityVisible { visibility: visible !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; }

.vertical_center { align-items: center; display: flex; min-height: 100%; }

.top0 { top: 0 !important;}
.top25 { top: 25% !important; }
.top50 { top: 50% !important; }
.top55 { top: 55% !important; }
.top60 { top: 60% !important; }
.top65 { top: 65% !important; }
.top70 { top: 70% !important; }
.top75 { top: 75% !important; }
.top80 { top: 80% !important; }
.top85 { top: 85% !important; }
.top90 { top: 90% !important; }
.topAuto { top: auto !important; }

.left25 { left: 25% !important; }
.left75 { left: 75% !important; }

.right25 { right: 25% !important; }

.bottom0 { bottom: 0 !important; }
.bottom25 { bottom: 25% !important; }
.bottomAuto { bottom: auto !important; }

.top65px { top: 65px !important; }
.top80px { top: 80px !important; }
.top90px { top: 90px !important; }
.top120px { top: 120px !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; }
.width75 { width: 75% !important; }
.width100 { width: 100% !important; }

.height25px { height: 25px !important; }
.height35px { height: 35px !important; }
.height500px { height: 500px !important; }

.txtBlack { color: rgba(0, 0, 0, 1) !important; }
.txtWhite { color: rgba(255, 255, 255, 1) !important; }
.txtGreyLight { color: rgba(220, 220, 220, 1) !important; }
.txtGrey { color: rgba(153, 153, 153, 1) !important; }
.txtRed { color: red !important; }
.txtOrange { color: #FF6600 !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; }

.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; }
.fontSize18 { font-size: 18px !important; }
.fontSize20 { font-size: 20px !important; }

.fontSize0-5vw { font-size: 0.5vw !important; }
.fontSize1vw { font-size: 1vw !important; }
.fontSize1-5vw { font-size: 1.5vw !important; }
.fontSize2vw { font-size: 2vw !important; }
.fontSize2-5vw { font-size: 2.5vw !important; }
.fontSize3vw { font-size: 3vw !important; }
.fontSize4vw { font-size: 4vw !important; }

.fontTimes { font-family: Times New Roman, "serif" !important; }

.lineHeight20 { line-height: 20px !important; }
.lineHeight40 { line-height: 40px !important; }

.lineHeight4vw { line-height: 4vw; }
.lineHeight6vw { line-height: 6vw; }
.lineHeight8vw { line-height: 8vw; }

.underline { text-decoration: underline !important; }
.underlineNone { text-decoration: none !important; }

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

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

.margin0 { margin: 0px !important; }
.margin0auto { margin: 0 auto!important; }
.marginLeft0 { margin-left: 0px !important; }
.marginLeft10 { margin-left: 10px !important; }
.marginLeft20 { margin-left: 20px !important; }
.marginLeft30 { margin-left: 30px !important; }
.marginLeft40 { margin-left: 40px !important; }
.marginLeft50 { margin-left: 50px !important; }
.marginLeft60 { margin-left: 60px !important; }
.marginLeft70 { margin-left: 70px !important; }
.marginLeft80 { margin-left: 80px !important; }
.marginLeft90 { margin-left: 90px !important; }
.marginLeft100 { margin-left: 100px !important; }
.marginRight0 { margin-right: 0px !important; }
.marginRight10 { margin-right: 10px !important; }
.marginRight20 { margin-right: 20px !important; }
.marginRight30 { margin-right: 30px !important; }
.marginRight40 { margin-right: 40px !important; }
.marginRight50 { margin-right: 50px !important; }
.marginRight60 { margin-right: 60px !important; }
.marginRight70 { margin-right: 70px !important; }
.marginRight80 { margin-right: 80px !important; }
.marginRight90 { margin-right: 90px !important; }
.marginRight100 { margin-right: 100px !important; }
.marginTop0 { margin-top: 0px !important; }
.marginTop10 { margin-top: 10px !important; }
.marginTop20 { margin-top: 20px !important; }
.marginTop30 { margin-top: 30px !important; }
.marginTop40 { margin-top: 40px !important; }
.marginTop50 { margin-top: 50px !important; }
.marginTop60 { margin-top: 60px !important; }
.marginTop70 { margin-top: 70px !important; }
.marginTop80 { margin-top: 80px !important; }
.marginTop90 { margin-top: 90px !important; }
.marginTop100 { margin-top: 100px !important; }
.marginTop150 { margin-top: 150px !important; }
.marginBottom0 { margin-bottom: 0px !important; }
.marginBottom5 { margin-bottom: 5px !important; }
.marginBottom10 { margin-bottom: 10px !important; }
.marginBottom20 { margin-bottom: 20px !important; }
.marginBottom30 { margin-bottom: 30px !important; }
.marginBottom40 { margin-bottom: 40px !important; }
.marginBottom50 { margin-bottom: 50px !important; }
.marginBottom60 { margin-bottom: 60px !important; }
.marginBottom70 { margin-bottom: 70px !important; }
.marginBottom80 { margin-bottom: 80px !important; }
.marginBottom90 { margin-bottom: 90px !important; }
.marginBottom100 { margin-bottom: 100px !important; }
.marginBottom130 { margin-bottom: 130px !important; }

.marginTop1Perc { margin-top: 1% !important; }
.marginTop2Perc { margin-top: 2% !important; }
.marginTop3Perc { margin-top: 3% !important; }
.marginTop4Perc { margin-top: 4% !important; }
.marginTop5Perc { margin-top: 5% !important; }
.marginTop10Perc { margin-top: 10% !important; }
.marginBottom1Perc { margin-bottom: 1% !important; }
.marginBottom1_5Perc { margin-bottom: 1.5% !important; }
.marginBottom2Perc { margin-bottom: 2% !important; }
.marginBottom2_5Perc { margin-bottom: 2.5% !important; }
.marginBottom3Perc { margin-bottom: 3% !important; }
.marginBottom4Perc { margin-bottom: 4% !important; }
.marginBottom5Perc { margin-bottom: 5% !important; }
.marginBottom7_5Perc { margin-bottom: 7.5% !important; }
.marginBottom10Perc { margin-bottom: 10% !important; }
.marginRight2Perc { margin-right: 2% !important; }
.marginRight3Perc { margin-right: 3% !important; }
.marginRight5Perc { margin-right: 5% !important; }
.marginRight10Perc { margin-right: 10% !important; }
.marginLeft2Perc { margin-left: 2% !important; }
.marginLeft3Perc { margin-left: 3% !important; }
.marginLeft5Perc { margin-left: 5% !important; }
.marginLeft10Perc { margin-left: 10% !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; }
.paddingLeft0 { padding-left: 0px !important; }
.paddingLeft5 { padding-left: 5px !important; }
.paddingLeft10 { padding-left: 10px !important; }
.paddingLeft20 { padding-left: 20px !important; }
.paddingLeft30 { padding-left: 30px !important; }
.paddingLeft40 { padding-left: 40px !important; }
.paddingLeft50 { padding-left: 50px !important; }
.paddingLeft60 { padding-left: 60px !important; }
.paddingLeft70 { padding-left: 70px !important; }
.paddingLeft80 { padding-left: 80px !important; }
.paddingLeft90 { padding-left: 90px !important; }
.paddingLeft100 { padding-left: 100px !important; }
.paddingRight0 { padding-right: 0px !important; }
.paddingRight5 { padding-right: 5px !important; }
.paddingRight10 { padding-right: 10px !important; }
.paddingRight20 { padding-right: 20px !important; }
.paddingRight30 { padding-right: 30px !important; }
.paddingRight40 { padding-right: 40px !important; }
.paddingRight50 { padding-right: 50px !important; }
.paddingRight60 { padding-right: 60px !important; }
.paddingRight70 { padding-right: 70px !important; }
.paddingRight80 { padding-right: 80px !important; }
.paddingRight90 { padding-right: 90px !important; }
.paddingRight100 { padding-right: 100px !important; }
.paddingTop0 { padding-top: 0px !important; }
.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; }
.padding1Perc { padding: 1% !important; }
.padding2Perc { padding: 2% !important; }
.padding3Perc { padding: 3% !important; }
.padding4Perc { padding: 4% !important; }
.padding5Perc { padding: 5% !important; }
.paddingLeft2Perc { padding-left: 2% !important; }
.paddingLeft5Perc { padding-left: 5% !important; }
.paddingLeft10Perc { padding-left: 10% !important; }
.paddingLeft20Perc { padding-left: 20% !important; }
.paddingLeft30Perc { padding-left: 30% !important; }
.paddingLeft40Perc { padding-left: 40% !important; }
.paddingLeft50Perc { padding-left: 50% !important; }
.paddingRight2Perc { padding-right: 2% !important; }
.paddingRight5Perc { padding-right: 5% !important; }
.paddingRight10Perc { padding-right: 10% !important; }
.paddingRight20Perc { padding-right: 20% !important; }
.paddingRight30Perc { padding-right: 30% !important; }
.paddingRight40Perc { padding-right: 40% !important; }
.paddingRight50Perc { padding-right: 50% !important; }
.paddingHorizontal0_5Perc { padding-left: 0.5%!important; padding-right: 0.5%!important; }
.paddingHorizontal2_5Perc { padding-left: 2.5%!important; padding-right: 2.5%!important; }
.paddingVertical5Perc { padding-top: 5% !important; padding-bottom: 5% !important; }
.paddingVertical10Perc { padding-top: 10% !important; padding-bottom: 10% !important; }

.bgColorBlack { background-color: rgba(0, 0, 0, 1) !important; }
.bgColorWhite { background-color: rgba(255, 255, 255, 1) !important; }
.bgColorGreyLight { background-color: rgba(240, 240, 240, 1) !important; }
.bgColorGrey { background-color: rgba(153, 153, 153, 1) !important; }
.bgColorBottleGreen { background-color: rgba(31, 84, 81, 1) !important; }
.bgColorRed { background-color: rgba(254, 0, 0, 1) !important; }
.bgColorBlue { background-color: rgba(29, 42, 105, 1) !important; }
.bgColorYellow { background-color: rgba(254, 173, 11, 1) !important; }

.opacity20 { opacity: 0.2 !important; }
.opacity100 { opacity: 1 !important; }

.bgColorBianco { background-color: rgba(255, 255, 255, 1) !important; }
.bgColorTransparent { background-color: transparent !important; }

.cursorPointer { cursor: pointer; }

.btnNoStyle { border: 0; background: transparent; margin: 0; padding: 0; }

.pointerEventsNone { pointer-events: none; }

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

.figureWidth100 figure { display: block; }

.vaschetta_dsk_img { display: block !important; }
.vaschetta_mbl_img { display: none !important; }

.flex_container { display: flex; flex-wrap: wrap; }
.special_flex { display: flex; flex-wrap: wrap; width: 100%; }







/* HEADER */
#header { position: fixed; display:block; width: 100%; min-width: 1200px; top: 0; right: 0; left: 0; z-index: 1025; height: 80px; background-color: rgba(255, 255, 255, 0); transition: background-color 0.8s ease; -moz-transition: background-color 0.8s ease; -o-transition: background-color 0.8s ease; -webkit-transition: background-color 0.8s ease; }
/*#header:hover { background-color: rgba(255, 255, 255, 1)!important; }*/


.header_desktop { display: block; width: 100%; }
.header_mobile { display: none; }

.header_shipping_box { margin: 0; padding: 7.5px 5px; display: inline-table; width: 100%; color: #fff; font-size: 10px; letter-spacing: 1px; font-weight: 500; text-transform: uppercase; background-color: #000; text-align: center; height: 32px; }
.header_shipping_box ul { list-style: none; padding: 0; margin: 0; }
.header_shipping_box ul li a { color: #fff; }





.header_icon_main_menu { height: 25px; margin: 13px 0 0 25px;padding: 0; float: left; }
	.header_icon_main_menu img { cursor: pointer; width: auto; height: 25px; }





.header_logo { height: auto; margin: 0; padding: 0 0 0 2%; display: block; text-align: left; position: absolute; float: left; }
	.header_logo img { cursor: pointer; width: auto; height: 35px; max-width: 100%; }

.header_logo_desktop { width: auto; height: auto; margin: 0; padding: 0; display: block; text-align: center; position: absolute; /*top: 12px;*/ top: 45px;  left: 50%; transform: translateX(-50%); float: none; z-index: 999; }
	.header_logo_desktop a { display: block; }
	.header_logo_desktop img { cursor: pointer; width: auto; height: 22px; max-width: 100%; }

.header_txt_location_desktop { color: #FFF; font-size: 10px; margin: 25px 0 0 0; }

.header_sx { float: left; width: 70%; height: auto; margin: 0; padding: 0 0 0 230px; }
	.menu_main { font-style: normal; font-weight: 400; margin: 0 0 0 0; padding: 20px 0 0px 2%; color: #000; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
	.menu_main a { color: #000; text-decoration: none; }
	.menu_main ul { margin: 0; padding: 0; display: inline; background-color: transparent; }
	.menu_main ul li { list-style-type: none; display: inline-block; padding: 0; margin: 0 20px 0 0; background-color: transparent; }
	.menu_main img { cursor: pointer; }

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

	.submenu_container { overflow: auto; padding: 0; margin: 0; top: 0; }
		.submenu_container_wrap { overflow: auto; padding: 0 0.5% 0 2%; margin: 0; width: 100%; top: 0; background-color: rgba(255, 255, 255, 1); }

			.submenu_block_nodi { margin: 1% 4% 2% 0; display: inline-block; vertical-align: top; }
			.submenu_block_nodi ul { margin: 0; padding: 0; }
				.submenu_block_nodi ul li { font-size: 12px; list-style-type: none; text-align: left; background-color: transparent; color: #000; display: block; margin: 0; padding: 0; letter-spacing: 1px; line-height: 20px; text-transform: capitalize; }
				.submenu_block_nodi ul li a { font-size: 12px; color: #000; text-decoration: none; }

			.submenu_block_sales { margin: 1% 5% 2% 0; display: inline-block; vertical-align: top; }
			.submenu_block_sales ul { margin: 0; padding: 0; }
				.submenu_block_sales ul li { list-style-type: none; text-align: left; background-color: transparent; color: #000; display: block; margin: 0; padding: 0; letter-spacing: 1px; line-height: 20px; text-transform: capitalize; }
				.submenu_block_sales ul li a { font-size: 12px; color: #000; text-decoration: none; }

			.submenu_block_attributi { margin: 1% 5% 2% 0; display: inline-block; vertical-align: top; }
			.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: 0; padding: 0; letter-spacing: 1px; line-height: 20px; }
				.submenu_block_attributi ul li a { font-size: 12px; color: #000; text-decoration: none; }

			.submenu_block_img { width: 18%; margin: 1% 0.25%; display: block; overflow: hidden; float: right; }
			.submenu_block_img_img { overflow: hidden; }
				.submenu_block_img_img img { width: 100%; }

			.submenu_block_img_title { font-family: 'Open Sans', sans-serif; text-align: left; text-transform: none; font-weight: 700; font-size: 15px; margin: 1% 0 1% 0; display: block; }

.header_dx { float: right; width: 30%; height: auto; margin: 0; }
    .command_block { margin: 0; padding: 15px 15px 10px 0; text-align: right; }
        .command_block img { cursor: pointer; }
		.command_block i { cursor: pointer; }
	.cart_items_in { position: absolute; top: -10px; left: 15px; width: 15px; height: 15px; background-color: transparent; border-radius: 15px; text-align: center; font-size: 12px; font-weight: 700; }
	.header_free_shipping_txt { display: inline-block; margin: 0 5% 0 0; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; }



.header_modal_search { display: none; position: fixed; z-index: 1; left: 0; top: 0; padding-top: 80px; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0); cursor: pointer; }
	.header_search_container { padding: 1rem 1rem 0.75rem 1rem; background-color: #ffffff; max-width: 100%; margin: 0 0 0 auto; }
		.search_field_header { font-size: 16px; background-color: transparent; border: solid 1px transparent; border-bottom: solid 1px #000; height: 30px; overflow: hidden; padding: 5px; position: relative; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-overflow: ""; box-sizing: border-box; letter-spacing: 1px; font-weight: 400; margin: 0 auto; }
			.search_field_header:focus { border-bottom: solid 2px #000; outline: none; }
		.header_search_submit.bottone_black { width: 100%; max-width: 200px; min-width: auto; padding: 5px; margin: 0.5rem 0 0 auto; font-size: 14px; font-weight: 300; }

/*
#header_search_field { display: none; width: 100%; max-width: 500px; background-color: transparent; margin: 0; padding: 25px 0 0 0; position: absolute; right: 0; z-index: 600; }
	.header_search_container { padding: 3% 3% 2% 3%; background-color: #ffffff; }
		.search_field_header { font-size: 16px; background-color: transparent; border: solid 1px transparent; border-bottom: solid 1px #000; height: 30px; overflow: hidden; padding: 5px; position: relative; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-overflow: ""; box-sizing: border-box; letter-spacing: 1px; font-weight: 400; margin: 0 auto; }
			.search_field_header:focus { border-bottom: solid 2px #000; }
		.header_search_submit.bottone_black { width: 100%; max-width: 120px; min-width: auto; padding: 5px; margin: 2% 0 0 auto; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 300; }
*/

#anteprima_close { position: absolute; top: 10px; right: 10px; }

#cs_cart_box.collapsed_sidebar { max-width: 500px; }
.cs_cart_container { padding: 0 5% 5% 5%; display: flex; flex-direction: column; justify-content: space-between; }
	.cs_cart_items_header { display: block; margin-bottom: 5%; font-size: calc(12px + 1vw); text-transform: uppercase; font-weight: 700; }
	.cs_cart_items_container { display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; flex: 1 1 0%; overflow-y: auto; }
		.cs_cart_items_container::-webkit-scrollbar { width: 1px; }
		.cs_cart_items_wrapper { flex: 1 1 0%; height: 100%; width: 100%; padding: 0 0.5% 0 0; }
			.cs_cart_item_title { font-size: calc(10px + 0.5vw); line-height: calc(10px + 0.5vw); font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
			.cs_cart_item_brand { font-size: 12px; font-weight: 400; }
			.cs_cart_item_taglia { font-size: 12px; font-weight: 400; text-align: left; }
			.cs_cart_item_price { font-size: 12px; font-weight: 400; text-align: right; }
			.cs_cart_item_edit_qta { font-size: 12px; font-weight: 400; text-align: left; padding: 10px 0 0 0; }
				.cs_cart_less_qta { display: inline-block; }
				.cs_cart_actual_qta { display: inline-block; margin: 0 10px; text-transform: uppercase; }
				.cs_cart_more_qta { display: inline-block; }
			.cs_cart_item_remove { font-size: 12px; text-align: right; text-transform: lowercase; padding: 10px 0 0 0; }
			.cs_cart_item_edit { font-size: 12px; text-align: right; text-transform: lowercase; padding: 10px 0 0 0; }
			.cs_cart_empty { height: 100%; display: flex; align-items: center; justify-content: center; text-transform: uppercase; text-align: center; font-size: calc(25px + 3vw); line-height: calc(40px + 3vw); position: absolute; font-weight: 700; letter-spacing: -4px; }
	.cs_cart_items_footer { display: block; padding: 1.5625rem 0 0 0; }
		.cs_totale_articoli { font-size: 14px; font-weight: 400; text-align: right; text-transform: capitalize; margin: 0 0 10px 0; padding: 10px 0 0 0; }
		.cs_totale_sconti { font-size: 14px; font-weight: 400; text-align: right; text-transform: capitalize; margin: 0 0 10px 0; }
		.cs_totale_gift { font-size: 14px; font-weight: 400; text-align: right; text-transform: capitalize; margin: 0 0 10px 0; }
		.cs_totale_sped { font-size: 14px; font-weight: 400; text-align: right; text-transform: capitalize; margin: 0 0 10px 0; }
		.cs_totale_finale { font-size: 16px; font-weight: 400; text-align: right; text-transform: uppercase; margin: 10px 0 20px 0; padding: 10px 0 0 0; border-top: 2px solid #000000; }
		.cs_totale_label { text-align: left; text-transform: uppercase; }
		.cs_totale_price { text-align: right; text-transform: uppercase; }
		.cs_cart_btn .bottone_transparent { width: 100%; min-width: auto; display: block; border: 1px solid #666; color: #666; transition: 0.5s; }
		.cs_cart_btn .bottone_black { width: 100%; min-width: auto; display: block; transition: 0.5s; padding: 10.5px 5px; max-width: 100%; margin: 0 auto 2% auto; font-size: 16px; background-color: #e7e7e7; border: 1px solid #e7e7e7; color: #000; }
		.cs_fastcheckout_title { padding: 20px 0 10px 0; text-align: center; text-transform: uppercase; font-weight: 900; font-size: 13px; text-decoration: underline; text-underline-offset: 1px; }
		.cs_cart_fastcheckout input.bottone_paypal_fastcheckout { background-size: auto 60%; background-position: center; width: 100%; min-width: auto; padding: 10.5px 5px; font-size: 16px; display: block; max-width: 100%; margin: 0 auto; letter-spacing: 0; }
		.cs_cart_fastcheckout .bottone_amazon_fastcheckout { max-width: 100%; margin: 0 auto 10px auto; }
		.cs_cart_fastcheckout .bottone_applepay_gpay_fastcheckout { max-width: 100%; margin: 10px auto 0 auto; }
	.cs_cart_container .txt_alert_qta_max { font-size: calc(10px + 0.5vw); margin: 0 0 10px 0; }

.cs_info_container { padding: 0 5% 5% 5%; display: flex; flex-direction: column; justify-content: space-between; }
	.cs_info_header { display: block; margin-bottom: 5%; font-size: calc(12px + 1vw); text-transform: uppercase; font-weight: 700; }
	.cs_info_body { display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; flex: 1 1 0%; overflow-y: auto; }
		.cs_info_body::-webkit-scrollbar { width: 1px; }
		.cs_info_wrapper { flex: 1 1 0%; height: 100%; width: 100%; padding: 0 0.5% 0 0; }
			.cs_info_text { font-size: calc(10px + 0.25vw); font-weight: 400; }
			#TabSizeGuide { border-bottom: 1px solid #000; font-weight: 400; }
				#TabSizeGuide button.nav-link { border: 0; border-radius: 0; color: #000; background-color: #fff; font-weight: 400; margin: 0 0 0 0; width: auto; }
					#TabSizeGuide button.nav-link.active { font-weight: 400; background-color: #000; color: #fff; }
			#TabSizeGuideContent { padding: 20px 0 0 0; }

#generalmenu_wrap { display: none; position: absolute; margin-top: -4px; z-index: 600; right: 0%; width: 200px; }
	.generalmenu_container { background-color: rgba(255, 255, 255, 1); padding: 20%; margin: 9px 0 0 0; }
		.generalmenu_container_list { margin: 0; padding: 0; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
		.generalmenu_container_list a { color: #000; }
		.generalmenu_container_list ul { margin: 0; padding: 0; }
		.generalmenu_container_list ul li { list-style-type: none; margin-bottom: 10px !important; display: block !important; }
		.generalmenu_container_list ul li:first-child { margin-bottom: 20% !important; }
		.generalmenu_container_list ul li:last-child { margin-bottom: 0 !important; }

.navbar_container { position: relative; width: 100%; display: inline-block; padding: 18px 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 10% 0; }
.corporate_nav_column { margin: 0 0 0 0; }
.operative_nav_column { margin: 0 0 10% 0; }
.myaccount_nav_column { margin: 0 0 0 0; }
	.nav_row_sx { padding: 5% 0 5% 0; margin: 1% 0 1% 0; border: 1px solid transparent; text-align: left; font-size: 14px; 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 transparent; text-align: right; font-size: 14px; 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; font-weight: 400; }
	.nav_link_accordion_sx:not(.collapsed)::after { content: "\f068"; font-weight: 400; }

	.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; font-weight: 400; }
	.nav_link_accordion_dx:not(.collapsed)::before { content: "\f068"; font-weight: 400; }

		.collapse ul, .collapsing ul { margin: 0; padding: 0; }
		.collapse ul li, .collapsing 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; }



/* NEW HEADER */

.header_main_menu_offcanvas {
	background-color: rgba(255, 255, 255, 0.90);
	width: 500px;
}

.header_main_menu_offcanvas button.btn-close {
    padding: 0.5rem;
    margin: -0.2rem auto 0 0.25rem;
    background-color: #f2f2f2;
}
.header_main_menu_offcanvas button.btn-close:focus {
	box-shadow: 0 0 0 0.25rem rgb(161 161 161 / 30%);
}

.header_main_menu_offcanvas .offcanvas-body { 
	display: flex;
	flex-wrap: wrap;
}

.header_main_menu_offcanvas nav {
	width: 100%;
	align-self: flex-start;
}

.header_main_menu_offcanvas .accordion:hover {
	background-color: transparent;
}

/* rimuove il bordo dai tre blocchi di accordion principali (main menu, saldi e corporate) e da tutti gli accordion al loro interno */
.header_main_menu_offcanvas .accordion .accordion-item {
    border: 0;
    border-radius: 0;
	background-color: transparent;
	padding: 0 0 1rem 0;
}

.header_main_menu_offcanvas .accordion .accordion-button {
	border-radius: 0;
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	padding: 0 0 0 1.25rem;
}

.header_main_menu_offcanvas .accordion .accordion-button:hover span {
	text-decoration: underline;
}

/* rimuove l'ombra al focus dei bottoni dell'accordion */
.header_main_menu_offcanvas .accordion .accordion-button:focus {
	box-shadow: none;
}

/* rimuove gli effetti azzurri dai bottoni dell'accordion attivo */
.header_main_menu_offcanvas .accordion .accordion-button:not(.collapsed) {
	color: #000000;
	border: 0;
	background-color: transparent;
	font-weight: 500;
	box-shadow: none;
}

.header_main_menu_offcanvas .accordion .accordion-button::after {
    background-image: none;
	color: #000000;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
	text-align: right;
}
.header_main_menu_offcanvas .accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
	transform: none;
	content: "\f077";
}

/* rende i nodi di primo livello uppercase */
.header_main_menu_offcanvas .accordion &gt; .accordion-item &gt; .accordion-header &gt; .accordion-button  {
    text-transform: uppercase;
}

.header_main_menu_offcanvas .accordion .accordion-body {
	padding: 0.5rem 0 0 1.25rem;
}

/* rende i link "view all" visivamente uguali ai bottoni dell'accordion */
.header_main_menu_offcanvas .accordion .accordion-body &gt; a {
    display: inline-block;
    color: #000000;
	font-size: 16px;
    font-weight: 300;
	padding: 0 0 0.5rem 1.25rem;
	text-transform: capitalize;
	width: 100%;
}

.header_main_menu_offcanvas .accordion .collapse ul li, 
.header_main_menu_offcanvas .accordion .collapsing ul li {
    padding: 0 0 0.5rem 1.25rem;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 300;
	text-transform: capitalize;
}

.header_main_menu_offcanvas .accordion .accordion-body li a {
    color: #000000;
}

.header_main_menu_offcanvas .accordion .accordion-item .accordion .accordion-item {
	padding: 0 0 0.5rem 0;
}

/* rende capitalize i nodi di secondo livello */
.header_main_menu_offcanvas .accordion .accordion-body .accordion .accordion-button {
    text-transform: capitalize;
	font-weight: 500;
	padding: 0 0 0 1.25rem;
}

.header_main_menu_offcanvas .accordion .accordion-body .accordion .accordion-body {
	padding: 0.5rem 0 0 1.25rem;
}

/* distanzia il blocco corporate dagli accordion del main menu e dei saldi */
.header_corporate_menu_container {
	margin: 0 0 0 0;
}

/* rende i link esterni all'accordion visivamente uguali a quelli interni */
.header_corporate_menu_container &gt; a {
    text-transform: uppercase;
    display: inline-block;
	color: #000000;
    font-size: 16px;
    font-weight: 300;
	padding: 0 0 1rem 1.25rem;
    width: 100%;
}


.header_main_menu_bottom {
	align-self: flex-end;
	width: 100%;
}

.header_main_menu_bottom_social {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin: 0 5px 0 0;
	vertical-align: middle;
}

.header_main_menu_bottom_social:last-child {
	margin: 0 0 0 0;	
}

.header_main_menu_bottom_social &gt; a {
	color: #ffffff;
}

.header_main_menu_bottom_contacts {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.header_main_menu_bottom_contacts:last-child {
    margin: 0 0 0 0;
}

.header_main_menu_bottom_contacts &gt; a {
	color: #ffffff;
	display: block;
}

.header_main_menu_bottom_contacts i {
    font-size: 30px;
    margin: 0 2px 0 0;
	vertical-align: middle;
}





/* FOOTER */
#footer { position: relative; width: 100%; left: 0; border-top: solid 1px #fff; background-color: #fff; color: #000; margin: 0 auto; }
	.footer_container { width: 100%; padding: 0 0 0 0; margin: 0 0 0 0; display: inline-block; }
		.footer_container a { color: #000; text-decoration: none; }
	.footer_block { text-align: left; }
 
		.footer_menu_title { color: #000; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; line-height: 1.5rem; }
			.footer_menu_title.accordion-button:not(.collapsed) { color: #000; background-color: transparent; box-shadow: none; }
			.footer_menu_title.accordion-button:focus { border: 0; box-shadow: none; }
		.footer_menu_title.accordion-button::after { display: none; }

		.footer_menu_link { text-transform: uppercase; }
			.footer_menu_link ul { padding: 0; margin: 0; list-style-type: none; }
				.footer_menu_link ul li { padding: 0; margin: 0; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.5px; line-height: 1.25rem; text-align: left; }

			.footer_block_command_row { margin: 0 0 10% 0; }
				.footer_block_command_title { font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
				.footer_block_command_action { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; }
				.footer_block_command_action .search_field_header { border-bottom: 1px solid #000; }

		.footer_block_nl_mail_action { display: inline-block; width: 100%; }
			.footer_block_nl_title { font-size: 0.95rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin: 0 0 1rem 0; }
			.footer_block_nl_text { font-size: 14px; font-weight: 400;  margin: 0 0 30px 0; }
			.footer_block_nl_input_email { width: 100%; max-width: 500px; margin: 0; padding: 5px; height: 45px; display: inline-block; border-top: 0; border-right: 0; border-bottom: 1px solid #000; border-left: 0; background-color: transparent; color: #000!important; text-align: center; font-size: 0.9rem; }
				.footer_block_nl_input_email::placeholder { color: #7e7e7e; }
			.footer_block_nl_privacy { font-size: 0.70rem; margin: 15px 0; text-transform: lowercase; }
				.footer_block_nl_privacy a { color: #000; text-decoration: none; }
			.footer_block_nl_privacy + div { display: inline-block!important; }
			.footer_block_nl_mail_action .grecaptcha-badge { visibility: hidden !important; }
			.footer_block_nl_input_submit { border: 1px solid #fff; background-color: transparent; color: #000; width: 200px; font-size: 0.9rem; font-weight: 700; font-family: 'Roboto', sans-serif; text-transform: uppercase; letter-spacing: 0.5px; padding: 5px; transition: 0.5s ease; }
				.footer_block_nl_input_submit:hover { text-decoration: underline; }
				.footer_block_nl_input_submit:disabled { background-color: #ababab; border: 1px solid #ababab; color: #1d1d1b; }	
		.newsletter_alert_ok { color: #39704c; border: 2px solid #39704c; text-align: center; font-size: 18px; padding: 20px; }
		.newsletter_alert_ko { color: #dd3430; border: 2px solid #dd3430; text-align: center; font-size: 18px; padding: 20px; }

.alert_box_newsletter_ok { background: #ffffff; box-shadow: 2px 2px 5px #39704c; color: #39704c; padding: 20px; position: fixed; text-align: center; left: 10%; right: 10%; top: 5%; z-index: 9999; }
.alert_box_newsletter_ko { background: #ffffff; box-shadow: 2px 2px 5px #dd3430; color: #dd3430; padding: 20px; position: fixed; text-align: center; left: 10%; right: 10%; top: 5%; z-index: 9999; }
.alert_box_newsletter_title { text-transform: uppercase; font-size: 23px; }
.alert_box_newsletter_text { font-size: 18px; }







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

.col_container { display: block; overflow: auto; margin-top: 47px; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 300; }
.col_sx { float: left; width: 42.5%; margin: 0px 2.5% 20px 5%; }
.col_dx { float: right; width: 42.5%; margin: 0px 5% 20px 2.5%; }
.col_sx_25 { float: left; width: 25%; margin: 0px 5% 20px 0px; }
.col_dx_65 { float: right; width: 65%; 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 { font-family: 'Open Sans', sans-serif; color: #000000; font-style: normal; font-weight: 700; font-size: 20px; letter-spacing: 1px; text-align: center; text-transform: uppercase; }
.col_subtitle { font-size: 12px !important; letter-spacing: 1px; font-weight: 400; 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%; }
.col_all_scroll_container { width: 100%; margin: 0 0 0 0; }

.title_XL { color: #000000; font-style: normal; font-weight: 700; font-size: 25px; letter-spacing: 1px; margin-top: 20px; text-align: center; text-transform: uppercase; clear: both; }
.title_L { color: #000000; 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: #000000; 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: #000000; font-size: 13px; font-weight: 300; letter-spacing: 1px; margin-top: 6px; text-align: center; margin-bottom: 20px; }
	.subtitle_XL h1 { color: #000000; font-size: 13px; font-weight: 300; letter-spacing: 1px; display: inline-block; }
	.subtitle_XL h2 { color: #000000; font-size: 13px; font-weight: 300; letter-spacing: 1px; display: inline-block; }
.subtitle_L { color: #000000; font-size: 10px; font-weight: 300; letter-spacing: 1px; margin-top: 6px; text-align: center; margin-bottom: 20px; }

.title_gallery { color: #000000; font-style: normal; letter-spacing: 1px; margin: 30px 0 0 0; clear: both; font-family: 'Open Sans', sans-serif; font-size: calc(10px + 0.5vw); font-weight: 700; text-transform: uppercase; width: 100%; text-align: center; }
.title_gallery &gt; h1 { font-weight: 700; }

.general_title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.general_text {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

#alert_container { width: 100%; background-color: rgba(255, 255, 255, 1); overflow: auto; margin-top: 100px; padding: 10%; text-align: center; color: #000000; font-size: 15px; }
	#alert_container a { color: #000000; }
.alert_txt { margin-top: 40px; color: #000000; font-size: 11px; letter-spacing: 2px; font-weight: 300; text-align: center; }
.alert_txt a { color: #000000; text-decoration: none; }
.alert_txt ul { padding: 0px; }
.alert_txt ul li { list-style-type: none; margin: 0px 0px 0px 0px; }
.alert_txt p { margin: 10px 0 10px 0 !important; padding: 0 0 0 0 !important; }

.icon_toggle_pw { float: right; font-size: 15px; right: 10px; margin-left: -19px; position: relative; z-index: 2; line-height: 40px!important; }
/* SAFARI ONLY */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
	.icon_toggle_pw { top: -26px; line-height: 1!important; }
}}







/* VIDEO */
.video_home_container { display: inline-block; width: 100%; }

.video_block_home_100 { width: 100%; height: auto; background-color: #FFF; float: left; position: relative; padding: 0 0 0 0; }
.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%; }

.embed-container { position: relative; padding-bottom: 50.68%; overflow: hidden; max-width: 100%; height: auto; }
	.embed-container.embed-container-full { padding: 28.28% 0; }
	.embed-container.embed-container-vertical { padding: 87.28% 0; }
.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 &gt; a { border: 1px solid #000000; padding: 10px 50px; box-sizing: border-box; text-transform: uppercase; }







/* 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-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: 300; 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-style: normal; font-weight: 300; 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-style: normal; font-weight: 300; 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-style: normal; font-weight: 300; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }

.whish_command_sendmaildispo_wrap { position: relative; display: inline-block; 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 { font-family: 'Open Sans', sans-serif; margin: 10px 0px 0px 0px; font-size: 12px; font-weight: 300; text-transform: uppercase; text-align: center; height: 40px; }
.whish_item_brand { margin: 0px 0px 0px 0px; font-size: 12px; font-weight: 300; text-transform: uppercase; text-align: center; }
.whish_item_size { margin: 20px 0px 5px 0px; font-size: 11px; font-weight: 300; text-transform: uppercase; text-align: center; }
.whish_item_price { margin: 0px 0px 0px 0px; font-size: 11px; font-weight: 300; 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-size: 11px; font-weight: 300; 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: 300; 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(0, 0, 0, 1); font-size: 12px; font-weight: 400; letter-spacing: 1px; margin: 15px 0 5px 0; text-align: center; text-transform: none; }
.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: left; margin: 0px 0px 0px 0px; width: 49%; display: inline-block; }
.whish_preview_btn { background-color: #fff; border: 1px solid #000; cursor: pointer; margin: 0; padding: 10px; width: 100%; max-width: 200px; transition: 0.5s; display: block; font-style: normal; text-align: center; font-family: 'Font Awesome 5 Pro', 'Open Sans', sans-serif; font-size: 10px; font-weight: 400; color: #000; letter-spacing: 1px; text-transform: uppercase; }
	.whish_preview_btn:disabled { opacity: 0.5; cursor: default; pointer-events: none; }

.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 { font-family: 'Open Sans', sans-serif; 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; }







/* INPUT */
.rowElem { display: inline-block; padding: 10px 0px 10px 0px; clear: both; width: 100%; }
.rowElem label { cursor: pointer; display: block; float: left; font-size: 10px; text-transform: lowercase !important; margin: 10px 0px 10px 0px; padding: 5px 1% 5px 0px; min-width: 10%; font-weight: 300; }
.rowElem &gt; label.label_general { cursor: pointer; display: block; float: left; text-align: left; font-size: 10px; font-weight: 700; text-transform: uppercase !important; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px; width: auto; }
.rowElem &gt; 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-size: 11px; background-color: #FFF; border-bottom: solid 1px #000; border-top: solid 1px #000; border-left: solid 1px #000; border-right: 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: 300; letter-spacing: 1px; }
	.general_field_100:focus { background-color: #F8F8F8; border-bottom: solid 2px #000; }
.general_field_50 { font-size: 11px; background-color: #FFF; border-bottom: solid 1px #000; border-top: solid 1px #000; border-left: solid 1px #000; border-right: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; position: relative; width: 49%; float: left; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 300; letter-spacing: 1px; }
	.general_field_50:focus { background-color: #F8F8F8; border-bottom: solid 2px #000; }
.general_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: 300; letter-spacing: 1px; }
	.general_message_100:focus { background-color: #f8f8f8; }

.general_select_100 { font-size: 11px; background-color: #FFF; border-bottom: solid 1px #000; border-top: solid 1px #000; border-left: solid 1px #000; border-right: 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; letter-spacing: 1px; }
	.general_select_100:focus { background-color: #f8f8f8; border-bottom: solid 2px #000; }
.general_select_50 { font-size: 11px; background-color: #FFF; border-bottom: solid 1px #000; border-top: solid 1px #000; border-left: solid 1px #000; border-right: 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: 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; letter-spacing: 1px; }
	.general_select_50:focus { background-color: #f8f8f8; border-bottom: solid 2px #000; }
.general_select_24 { font-size: 11px; background-color: #FFF; border-bottom: solid 1px #000; border-top: solid 1px #000; border-left: solid 1px #000; border-right: 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; letter-spacing: 1px; }
	.general_select_24:focus { background-color: #f8f8f8; border-bottom: solid 2px #000; }

input[type='radio'] { position: absolute; clip: rect(1px, 1px, 1px, 1px); }
input[type='checkbox'] { position: absolute; clip: rect(1px, 1px, 1px, 1px); }

input[type='radio'] + label { margin: 0; padding: 15px 0px 0px 30px; cursor: pointer; background: url('images/input_start.png') left center no-repeat; text-transform: capitalize; font-weight: 300; }
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; font-weight: 300; }
.whish_item_check input[type='checkbox'] + label { padding: 25px 0px 0px 30px; }

input[type='radio']:checked + label { background-image: url('images/input_radiobutton.png'); }
input[type='checkbox']:checked + label { background-image: url('images/input_checkbox.png'); }

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

.payment_choose label { padding: 2px 0px 0px 25px!important; margin-left: 0%!important; }
.payment_choose img { height: 25px; margin: 0 15px 0 5px; }

.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: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 15px; 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: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 15px; 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: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 15px; 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: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

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

.bottone_orange { background-color: rgba(233, 78, 29, 1); border: 1px solid rgba(233, 78, 29, 1); color: #FFF; cursor: pointer; padding: 5px; min-width: 200px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

input.bottone_paypal_fastcheckout { background-image: url(/common/images/fco_paypal_logo.png); background-size: auto 60%; background-repeat: no-repeat; background-position: center; background-color: #ffc439; border: 1px solid #ffc439; color: #253a7f; padding: 12.5px; min-width: 250px; transition: all 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; 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; }

.bottone_add_cart_anteprima { background-color: rgba(153, 153, 153, 1); border: 1px solid rgba(153, 153, 153, 1); color: #fff; cursor: pointer; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 300; font-size: 13px; letter-spacing: 1px; margin: 0px 0px 0px 0px; padding: 10px; text-align: center; text-transform: uppercase; min-width: 250px; transition: background-color 0.5s ease; }

.bottone_vai_dett_anteprima { background-color: rgba(255, 255, 255, 1); border: 1px solid rgba(255, 255, 255, 1); color: #000; cursor: pointer; font-weight: 300; font-size: 13px; letter-spacing: 1px; margin: 0px 0px 0px 0px;  padding: 10px; text-align: center; text-transform: uppercase; min-width: 250px; transition: background-color 0.5s ease; }

.bottone_checkout { background-color: #000; border: 1px solid #000; color: #FFF; cursor: pointer; padding: 10px; min-width: 300px; transition: background-color 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

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

.applepay_gpay_fastcheckout_container { display: block; text-align: right; }
	.bottone_applepay_gpay_fastcheckout { width: 100% !important; margin: 10px 0 0 0; }

.amazon_fastcheckout_container { display: block; text-align: right; }
	.bottone_amazon_fastcheckout { width: 100% !important; margin: 0 0 10px 0; }

.bottone_amazon_modal_cancella { width: 100%; display: block; background-color: lightgray; border: solid 1px darkgray; color: black; font-size: 13px; font-weight: 600 !important; text-align: center; text-transform: uppercase; text-decoration: none !important; padding: 10px; }
	.bottone_amazon_modal_cancella:hover { color: black; text-decoration: underline !important; }
.bottone_amazon_modal_procedi { width: 100%; display: block; background-color: black; border: solid 1px black; color: white; font-size: 13px; font-weight: 600 !important; text-align: center; text-transform: uppercase; text-decoration: none !important; padding: 10px; }
	.bottone_amazon_modal_procedi:hover { color: white; text-decoration: underline !important; }







/* NASCONDI SU MOBILE */
.solo_desktop { display: block; }
.solo_mobile { display: none; }







/* KIT */
.kit_details_container { margin-bottom: 10%; }
.kit_details_title { font-family: 'Open Sans', sans-serif; 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-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; }







/* 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; }
	.tooltip_box_regalo_img img { width: 100%; }
.tooltip_box_regalo_txt { width: 60%; float: right; 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; }







/* BANNERS */
#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 { font-family: 'Open Sans', sans-serif; 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 { font-family: 'Open Sans', sans-serif; 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; }

.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 { font-family: 'Open Sans', sans-serif; color: red; font-size: 20px; font-weight: 700; 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; }







/* ACCORDION 
.accordion { background-color: #FFF; color: black; cursor: pointer; padding: 2%; width: 100%; border-top: none; border-left: none; border-right: none; border-bottom: solid 1px black; text-align: left; outline: none; font-size: 15px; transition: 0.4s; }
.accordion:after { content: '\002B'; color: #777; font-weight: bold; float: right; margin-left: 5px; }
.active_accordion { background-color: #ccc; }
.active_accordion:after { content: "\2212"; }
.panel_accordion { padding: 0; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
*/







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

.general_field_50_find_clienti_b2b { font-size: 11px; background-color: #FFF; border-bottom: solid 1px #000; border-top: solid 1px #000; border-left: solid 1px #000; border-right: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; position: relative; width: 50%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 300; letter-spacing: 1px; }
	.general_field_50_find_clienti_b2b:focus { background-color: #F8F8F8; border-bottom: solid 2px #000; }

/* 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; margin: 0 0 2% 0; }
        .virtual_b2b_btns_container a.active { background-color: black; color: #FFF !important; font-weight: 700; text-decoration: none; cursor: auto; }

.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 GRID */
.grid_b2b_details_container { width: 100%; display: table; border: 1px solid #000000; border-collapse: collapse; font-size: 12px; margin: 0 0 2% 0; }
.grid_b2b_details_row { border: 1px solid #000000; width: 100%; display: table-row; }
	.grid_b2b_details_row.grid_b2b_row_title { font-family: 'Open Sans', sans-serif; background-color: #000000; color: #ffffff; font-weight: 700; }
.grid_b2b_details_col { border: 1px solid #000000; width: 33%; display: table-cell; padding: 3px; text-align: center; vertical-align: middle; }
	.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 &gt; input[type="text"] { width: 100%; border: 0; text-align: center; background: transparent; }







/* MEDIA QUERY */

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

// iPad, iPad Pro 10.5", iPad Pro 11" LANDSCAPE + iPad Pro 12" e 12.9" PORTRAIT
@media only screen and (max-width: 1200px) {...}
--------------------------------------------------------------------------------------------------------------
*/

@media only screen and (max-width: 1399.98px) {
	.submenu_block_nodi { margin: 1% 2% 2% 0; }
}

/* 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%; }
	.submenu_block_img { width: 16%; }
	#container { min-width: 100%; }
	.cs_fastcheckout_title { display: block; }
}

/* BOOTSTRAP Large Breakpoint &amp; iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT */
@media only screen and (min-width: 992px) {
	.menu_main a:hover { color: #000; text-decoration: none; }
	.submenu_block_nodi ul li a:hover { text-decoration: underline; }
	.submenu_block_sales ul li a:hover { text-decoration: underline; }
	.submenu_block_attributi ul li a:hover { text-decoration: underline; }
	.submenu_block_img_img img:hover { opacity: 0.8; }
	
	.cs_cart_btn .bottone_transparent:hover { background-color: #666; color: #f0f0f0; }
	
	.footer_container a:hover { color: #000000; text-decoration: underline; }
	.footer_block_nl_input_submit.bottone_black:hover { background-color: #fff; color: #000; }
	
	.alert_txt a:hover { color: #000000; text-decoration: underline; }
	
	.btn_video_block &gt; a:hover { text-decoration: none; background: #000000; color: #ffffff; border: 1px solid #000000; }
	
	.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: underline; }
	.whish_preview_btn:hover { background-color: #666; border: 1px solid #666; color: #fff; text-decoration: none; }
	
	.bottone_transparent:hover { background-color: #000; color: #fff; text-decoration: none; }
	.bottone_red:hover { background-color: #fff; color: #C14345; text-decoration: none; }
	.bottone_grey:hover { background-color: #fff; color: #000; text-decoration: none; }
	.bottone_black:hover { background-color: #fff; color: #000; text-decoration: none; }
	.bottone_white:hover { background-color: rgba(0, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 1); text-decoration: none; color: #ffffff; }
	.bottone_orange:hover { background-color: rgba(254, 51, 11, 0.5); color: #FFF; text-decoration: none; }
	.cs_cart_btn .bottone_black:hover { background-color: #7e7e7e; border: 1px solid #7e7e7e; color: #fff; }
	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; }
	.bottone_add_cart_anteprima:hover { background-color: #fff; color: #000; text-decoration: none; }
	.bottone_vai_dett_anteprima:hover { background-color: rgba(255, 255, 255, 1); border: 1px solid rgba(255, 255, 255, 1); color: #000; text-decoration: none; }
	.bottone_checkout:hover { background-color: transparent; color: #000; 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; }
	.box_alert_no_dispo_sumup_command a:hover { text-decoration: none; background-color: transparent; border: 2px solid red; color: #000; }
	.accordion:hover { background-color: #ccc; }
	
	.grid_b2b_details_row.grid_b2b_row_content:hover { background-color: #dadada; }
}

@media only screen and (max-width: 991.98px) {
	.header_logo { padding: 10px 0 0 2%; }
		.header_logo img { height: 25px; }
	.header_sx { width: 80%; padding: 0 0 0 160px; }
	.menu_main { padding: 20px 0 0px 2%; font-size: 12px; }
		.menu_main ul li { margin: 0 10px 0 0; }
		.submenu_block_img { width: 12%; }
	.header_dx { width: 20%; }
	.command_block { padding: 15px 15px 10px 0; }
	
	.footer_block_nl_privacy { max-width: 400px; }
	
	.cs_info_header { margin: 10% 0 5% 0; }
	
	.bottone_step2_account { margin: 0 0 1% 0; }
	.bottone_step2_account_active { margin: 0 0 1% 0; }
	
	.whish_preview_btn_container { display: block; width: 100%; }
		.whish_preview_btn { margin: 0 auto 5px; }
}

/* BOOTSTRAP Medium Breakpoint */
@media only screen and (max-width: 767.98px) {
	html { scroll-padding-top: 65px; }
	
	.vaschetta_dsk_img { display: none !important; }
	.vaschetta_mbl_img { display: block !important; }
	
	div#topcontrol { display: none; }
	
	#header { height: 65px; /*background-color: #ffffff!important;*/ }
	/*.header_desktop { display: none; }
	.header_mobile { display: block; }
	.header_shipping_box { margin: 0; font-size: calc(6px + 0.5vw); }*/
	
	/*.cart_items_in { left: 20px; }
	.navbar-collapse-sx .collapse div ul { padding: 0 0 0 10px; }
	.navbar-collapse-sx .collapsing div ul { padding: 0 0 0 10px; }*/


	.header_shipping_box { padding: 5px; height: 27px; }


	.header_icon_main_menu { height: 20px; margin: 9px 0.35rem 0 0.65rem; }
		.header_icon_main_menu img { height: 20px; }
	
	.header_main_menu_offcanvas { border-right: 0; }

		.header_main_menu_offcanvas button.btn-close { margin: -0.2rem auto 0 -0.5rem; }

		.header_main_menu_offcanvas .accordion .accordion-item { padding: 0 0 2rem 0; }
			.header_main_menu_offcanvas .accordion .accordion-button { padding: 0; }

		.header_main_menu_offcanvas .accordion .accordion-item .accordion .accordion-item { padding: 0 0 1rem 0; }

		.header_main_menu_offcanvas .accordion .accordion-body { padding: 1rem 0 0 0; }
			.header_main_menu_offcanvas .accordion .accordion-body &gt; a { padding: 0 0 1rem 1.25rem; }
			
		.header_main_menu_offcanvas .accordion .accordion-body .accordion .accordion-body { padding: 1rem 0 0 1.25rem; }

		.header_main_menu_offcanvas .accordion .collapse ul li, .header_main_menu_offcanvas .accordion .collapsing ul li { padding: 0 0 1rem 1.25rem; }

		.header_corporate_menu_container &gt; a { padding: 0 0 2rem 0; }
		.header_main_menu_bottom_contacts i { font-size: 24px; }

	.header_icon_search { float: left; margin: 9px 0 0 0.65rem; }

	.header_logo_desktop { height: 25px; /*top: 5px;*/ top:33px;left: 50%; }
		.header_logo_desktop img { max-width: 200px; height: 28px; }
	.header_txt_location_desktop { display: none !important; }

	.header_dx { width: auto; }
		.command_block { padding: 0; }
			.header_icon_cart { margin: 9px 0.65rem 0 0!important; }
			.header_icon_general_menu { margin: 9px 0.65rem 0 0.35rem; }
				.header_general_menu_offcanvas { background-color: rgba(255, 255, 255, 0.95); border-left: 0; }
					.header_general_menu_offcanvas .nav_row_dx { padding: 0 0 2rem 0; margin: 0; color: #fff; }
						.header_general_menu_offcanvas .nav_row_dx a { color: #000; font-size: 16px; font-weight: 300; }
						.myaccount_nav_column a { color: #000; font-size: 16px; font-weight: 300; }

	.header_general_menu_icons { font-size: 20px!important; }


	
	#anteprima_close { display: block!important; text-align: right; padding: 0 0 5px 0; position: relative; top: auto; right: auto; }
	#anteprima_close &gt; img { width: 20px; height: auto; }
	
	.cs_cart_btn .bottone_black { margin: 0 auto; max-width: 100%; }
	.cs_cart_fastcheckout .bottone_paypal_fastcheckout { margin: 0 auto!important; display: block; }
	.cs_fastcheckout_title { text-align: center; }
	
	#container_margin_0_top { margin: 0 0 0 0; }
	#container_margin_0 { margin: 38px 0 0 0; }
	#container_margin_5 { margin: 38px 5% 0 5%; }
	#container_margin_10 { margin: 38px 5% 0 5%; width: 90%; }
	#container_margin_15 { margin: 38px 5% 0 5%; width: 90%; }
	#container_margin_20 { margin: 38px 5% 0 5%; width: 90%; }
	
	.footer_block { text-align: left; padding: 0; }
	.footer_logo { margin: 0 0 10px 0; }
	.footer_logo img { max-width: 150px; }
	.footer_info { font-size: 13px; }
	.footer_menu_title { padding: 0 0 10px 0; margin: 5% 0 10px 0; }
	.footer_menu_link { padding: 0; }
	.footer_block_nl_input_email { width: 75%; }
	.footer_block_nl_privacy { max-width: 100%; }
	
	.whish_preview_btn_container { width: 100%; margin: 5px 0 0 0; }
	.whish_preview_btn { margin: 0 auto; font-size: 12px; max-width: 300px; }
	.whish_preview_alert_txt { text-align: left; margin: 10px 0 30px 0 }
	
	.whish_command_select_wrap { text-align: center; }
	.whish_command_btn_wrap { text-align: center; }
	
	/* VISUALIZZA SU MOBILE */
	.solo_desktop { display: none; }
	.solo_mobile { display: block; }
	
}

/* BOOTSTRAP Small Breakpoint */
@media only screen and (max-width: 575.98px) {
	
	.splash_box_form .g-recaptcha { transform: scale(0.77); }
	
	.header_logo img { max-width: 160px; }

	.bottone_black { max-width: 200px; min-width: unset; width: 100%; }
	.whish_btn_01 { max-width: 200px; min-width: unset; width: 100%; }
	
	/* SMALL CART */
	.cs_cart_item_title { order: 1; margin: 0 0 5px 0; padding: 0 5px 0 0; font-size: 10px; }
	.cs_cart_item_brand { order: 3; margin: 0 0 5px 0; font-size: 10px; }
	.cs_cart_item_taglia { order: 4; margin: 0 0 10px 0; font-size: 10px; }
	.cs_cart_item_price { order: 2; margin: 0 0 5px 0; font-size: 10px; }
	.cs_cart_item_edit_qta { order: 6; padding: 0; margin: 0; text-align: left; font-size: 10px; }
	.cs_cart_item_remove { order: 5; padding: 0; margin: 0 0 10px 0; text-align: right; font-size: 10px; }
		.cs_cart_item_remove i { font-size: 12px!important; }
	.cs_cart_item_edit { order: 5; padding: 0; margin: 0 0 10px 0; text-align: right; font-size: 10px; }
		.cs_cart_item_edit i { font-size: 12px!important; }
	
	.bottone_checkout { min-width: 100%; }

}

@media only screen and (max-width: 320px) {
	.header_logo_desktop img { height: 28px; }
}</pre></body></html>