@charset "utf-8";

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

/*
font-family: 'Lato', sans-serif; > 300, 400, 700, 900

// 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: 'Lato', sans-serif; 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 { 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%; }

.top25 { top: 25% !important; }
.left25 { left: 25% !important; }
.left75 { left: 75% !important; }
.right25 { right: 25% !important; }
.bottom25 { bottom: 25% !important; }

.top100px { top: 100px !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; }
.widthFitContent { width: -moz-fit-content!important; width: fit-content!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: rgba(233, 78, 29, 1) !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; }
.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; }
.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; }
.marginRight10Perc { margin-right: 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; }
.paddingTop5Perc { padding-top: 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; }

.bgColorBianco { background-color: #ffffff !important; }
.bgColorTransparent { background-color: transparent !important; }

.bgColorBlack { background-color: #000000 !important; }
.bgColorWhite { background-color: #ffffff !important; }
.bgColorGrey { background-color: #eeeeee !important; }
.bgColorLightGrey { background-color: #f5f5f5 !important; }
.bgColorRed { background-color: #fe0000 !important; }
.bgColorBlue { background-color: #1d2a69 !important; }
.bgColorYellow { background-color: #fead0b !important; }
.bgColorBottleGreen { background-color: #1f5451 !important; }
.bgColorTurquoise { background-color: #91edde!important; }
.bgColorLightYellow { background-color: #f7ed8f!important; }
.bgColorLightSalmon { background-color: #ffa682!important; }
.bgColorLightGreen { background-color: #82e5a3!important; }

.opacity20 { opacity: 0.2; }

.cursorPointer { cursor: pointer; }

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






/* HEADER */
#header { position: fixed; display: block; width: 100%; min-width: 1200px; top: 0; right: 0; left: 0; z-index: 1025; background-color: rgba(255, 255, 255, 1); height: 70px; }

.header_desktop { display: block; }
.header_mobile { display: none; }

.header_shipping_box { margin: 0 0 10px 0; padding: 3px; display: inline-table; width: 100%; color: #000000; font-size: 10px; letter-spacing: 1px; font-weight: 600; text-transform: none; background-color: transparent; text-align: center; }

.header_sx { float: left; width: 70%; height: auto; margin: 0; display: flex; flex-wrap: wrap; }
	.header_logo { width: 300px; height: 100%; margin: 0 auto; padding: 0; display: block; text-align: center; }
		.header_logo img { cursor: pointer; width: auto; max-width: 100%; height: 18px; }
	.menu_main { font-style: normal; font-weight: 400; margin: auto 0; padding: 0; color: #000; font-size: 14px; letter-spacing: 0; text-transform: uppercase; width: calc(100% - 300px); }
	.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 1%; background-color: transparent; }
		.menu_main > ul > li { margin: 0 15px; }
	.menu_main img { cursor: pointer; }

	.submenu_wrap { display: none; position: absolute; padding: 20px 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 { text-transform: uppercase; overflow: hidden; padding: 0; margin: 0; width: 100%; top: 0; background-color: transparent; }

				.submenu_block_nodi { margin: 1% 0 1% 0; display: block; font-size: 9px; font-weight: 400; width: auto; float: left; }
				.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: inline-block; margin: 0 3% 0 0; padding: 0; letter-spacing: 1px; line-height: 20px; width: 100%; }
					.submenu_block_nodi ul li a { font-size: 12px; color: #000; text-transform: none; text-decoration: none; font-weight: 400; }

				.submenu_block_sales { margin: 1% 0 1% 0; display: block; font-size: 9px; font-weight: 400; width: 12.5%; float: left; }
				.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: inline-block; margin: 0 3% 0 0; padding: 0; letter-spacing: 1px; line-height: 20px; width: 100%; }
					.submenu_block_sales ul li a { font-size: 10px; color: #000; text-transform: none; text-decoration: none; font-weight: 400; }

				.submenu_block_attributi { margin: 1% 0 1% 0; display: block; font-size: 9px; font-weight: 400; width: 12.5%; float: left; }
				.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: inline-block; margin: 0 3% 0 0; padding: 0; letter-spacing: 1px; line-height: 20px; width: 100%; }
					.submenu_block_attributi ul li a { font-size: 10px; color: #000; text-transform: none; text-decoration: none; font-weight: 400; }

				.submenu_block_img { width: 23%; margin: 1% 1% 1% 1%; display: block; overflow: hidden; float: right; }
				.submenu_block_img_img { overflow: hidden; }
					.submenu_block_img_img img { width: 100%; height: auto; max-width: 100%; }
				.submenu_block_img_title { text-align: left; text-transform: none; font-weight: 700; font-size: 15px; margin: 1% 0 1% 0; display: block; }

	#submenu_bg { display: none; height: 0; position: absolute; left: 0; padding: 0 0 0 0; margin: 25px 0 0 0; z-index: 1149; width: 100%; background-color: rgba(255, 255, 255, 0.75); }

.header_dx { float: right; width: 30%; height: auto; margin: 0; }
    .command_block { margin: 0; padding: 2.5px 20px 2.5px 0; text-align: right; }
        .command_block img { cursor: pointer; }
		.command_block i { cursor: pointer; }
	.header_icon_cart { display: inline-block; padding-top: 10px; }
	.cart_items_in { position: absolute; top: -8px; left: 16px; width: 15px; height: 15px; background-color: transparent; border-radius: 15px; text-align: center; color: #000; 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_search_field { float: right; margin: 0 10% 0 0; }
	.search_field_header { font-family: 'Lato', sans-serif; font-size: 11px; background-color: transparent; border: solid 1px transparent; border-bottom: solid 1px #000; height: 25px; overflow: hidden; padding: 0px 5px 0px 5px; position: relative; width: 180px; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ""; box-sizing: border-box; }
		.search_field_header:focus { border-bottom: solid 2px #000; }

#generalmenu_wrap { display: none; position: absolute; margin-top: -4px; z-index: 600; right: 2%; width: 200px; }
	.generalmenu_container { background-color: rgba(255, 255, 255, 1); padding: 10% 5% 5% 5%; 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: 5% !important; }
		.generalmenu_container_list ul li:last-child { margin-bottom: 0 !important; }

.navbar_container { position: relative; width: 100%; display: inline-block; padding: 10px 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 white; text-align: left; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
		.nav_row_sx a { display: block; }
	.nav_row_dx { padding: 5% 0 5% 0; margin: 1% 0 1% 0; border: 1px solid white; text-align: right; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
		.nav_row_dx a { display: block; }

	.nav_link_accordion_sx::after { font-family: "Font Awesome 5 Pro"; width: 1.25rem; height: 1.25rem; content: "\f067"; position: absolute; right: 4%; transition: transform .2s ease-in-out; }
	.nav_link_accordion_sx:not(.collapsed)::after { content: "\f068"; }

	.nav_link_accordion_dx::before { font-family: "Font Awesome 5 Pro"; width: 1.25rem; height: 1.25rem; content: "\f067"; position: absolute; left: 4%; transition: transform .2s ease-in-out; }
	.nav_link_accordion_dx:not(.collapsed)::before { content: "\f068"; }

		.collapse ul { margin: 0; padding: 0; }
		.collapse ul li { list-style-type: none; padding: 1% 1% 1% 1%; margin: 0 0 5% 0; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; }






/* PRE FOOTER */
.pre_footer { width: 100%; display: inline-block; position: relative; background-color: #eee; }
	.pre_footer_wrap { max-width: 1440px; margin: 20px auto; }
	.pre_footer img { width: 100%; max-width: 100%; height: auto; display: block; }
	.pre_footer_title { font-size: calc(10px + .85vw); font-weight: 600; letter-spacing: 0; }
	.pre_footer_subtitle { font-size: calc(10px + 0.4vw); font-weight: 600; letter-spacing: 0; }

/* FOOTER */
#footer { position: relative; width: 100%; left: 0; border-top: solid 1px #FFF; background-color: #fff; margin: 0 auto; padding: 0; }
	.footer_container { width: 100%; padding: 20px 0px 0px 0px; margin: 0px 0px 32px 0px; display: inline-block; }
		.footer_container a { color: #000; text-decoration: none; }
		.footer_container_padding { padding: 0 5% }

	.footer_block { text-align: center; }
		.footer_menu_title { color: #000; font-size: 17px; font-weight: 600; text-transform: uppercase; margin: 0 0 3% 0; }
		.footer_menu_link { border-top: solid 0px #fff; font-size: 14px; font-weight: 400; list-style-type: none; }
			.footer_menu_link ul { display: block; padding: 0; margin: 0; }
			ul.footer_menu_link_social { gap: 16px; font-size: 16px; justify-content: center; margin: auto; display: flex }
				ul.footer_menu_link_social li a { text-transform: lowercase; }
			.footer_menu_link li { width: auto; list-style-type: none; line-height: 24px; text-transform: uppercase; }
				.footer_menu_link li::first-letter { text-transform: uppercase; }
		.footer_logo_container { width: 100%; margin: 0; text-align: center; }
			.footer_logo_container a { display: block; }

		.footer_block_nl_container { text-align: center; margin: 0 auto; }
			.footer_block_nl_mail_action { display: flex; flex-wrap: wrap; justify-content: center; }
				.footer_block_nl_input_email { width: calc(100% - 35px); display: block; max-width: 370px; border-top: 1px solid transparent; border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #000000; font-size: 16px; padding: 5px; height: 30px; }
				.footer_block_nl_input_submit { width: 30px; height: 30px; margin: 0 0 0 5px; padding: 0!important; display: block!important; min-width: auto!important; }
				.footer_block_nl_privacy { font-size: 11px; margin: 10px auto 0; max-width: 550px; }
		.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; }






/* GENERAL PAGES */
#container { width: 100%; min-width: 1200px; }
#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: 70px 0 0 0; min-height: 100%; display: inline-block; position: relative; }
#container_margin_5 { width: 90%; margin: 80px 5% 0 5%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_10 { width: 80%; margin: 80px 10% 0 10%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_15 { width: 70%; margin: 80px 15% 0 15%; min-height: 100%; display: inline-block; position: relative; }
#container_margin_20 { width: 60%; margin: 80px 20% 0 20%; min-height: 100%; display: inline-block; position: relative; }
#container_gallery {  width: 100%; margin: 30px 0 0 0; }

.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: block; margin: 0px 2.5% 20px 5%; }
.col_dx { float: right; width: 42.5%; display: block; margin: 0px 5% 20px 2.5%; }
.col_sx_25 { float: left; width: 25%; display: block; margin: 0px 5% 20px 0px; }
.col_dx_65 { float: right; width: 65%; display: 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-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: #000; 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: #000; font-style: normal; font-weight: 400; font-size: 20px; letter-spacing: 1px; margin-top: 20px; text-align: center; text-transform: uppercase; clear: both; }
.title_M { color: #000; font-style: normal; font-weight: 400; 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: 400; letter-spacing: 2px; margin-top: 6px; text-align: center; margin-bottom: 20px; }
	.subtitle_XL h1 { color: #000; font-size: 13px; font-weight: 400; letter-spacing: 2px; display: inline-block; }
	.subtitle_XL h2 { color: #000; font-size: 13px; font-weight: 400; letter-spacing: 2px; display: inline-block; }
.subtitle_L { color: #000; font-size: 10px; font-weight: 400; letter-spacing: 2px; margin-top: 6px; text-align: center; margin-bottom: 20px; }

.title_gallery { color: #000; font-style: normal; font-weight: 400; font-size: 16px; letter-spacing: 1px; margin-top: 30px; text-transform: uppercase; clear: both; }

#alert_container { width: 100%; background-color: rgba(255, 255, 255, 1); overflow: auto; margin-top: 100px; 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; }
}}







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

.article_vertical_video .embed-container { padding: 88.8% 0; }

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

/* LINK INTORNO AL VIDEO */
.video_block_home_100_link { display: inline-block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }







/* HOME */
.home_scroll_container { margin: 0 0 1% 0; }
	.home_scroll_info { position: absolute; top: 50%; left: 50%; transform: translateX(-50%)translateY(-50%); width: max-content; }
			.home_scroll_info_block_title { text-transform: uppercase; font-weight: 400; font-size: calc(16px + 1vw); letter-spacing: 2px; margin-bottom: 10px; }
			.home_scroll_info_block_subtitle { text-align: center; font-size: 20px; text-transform: uppercase; margin-bottom: 20px; }
			.home_scroll_info_block_note { font-size: 12px; font-weight: 400; letter-spacing: 1px; margin-bottom: 20px; }
		.home_scroll_info_block_action { position: absolute; top: 60%; left: 50%; transform: translateX(-50%)translateY(-50%); width: max-content; }
			.home_scroll_info_block_action a { background-color: transparent; font-size: calc(9px + 0.25vw); border: 0px solid #000000; padding: 10px 0; box-sizing: border-box; text-transform: uppercase; font-weight: 400; text-align: center; min-width: 200px; display: inline-block; text-decoration: underline; }
			.home_scroll_info_block_action.txtWhite a { color: #ffffff; }
	.home_scroll_container img { width: 100%; max-width: 100%; height: auto; display: block; }
.fade_standard.slick-slider { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }

.home_txt_container { width: 60%; margin: 0 20% 5% 20%; text-align: center; }
	.home_txt_container_title h1 { text-transform: uppercase; font-weight: 700; font-size: 40px; letter-spacing: 1px; color: #000; margin-bottom: 10px; }
	.home_txt_container_subtitle h2 { font-size: 15px; font-weight: 400; color: #000; letter-spacing: 1px; margin-bottom: 20px; }
	.home_txt_container_action { font-size: 12px; font-weight: 700; color: #000; letter-spacing: 1px; }
		.home_txt_container_action a { color: #FFF; text-decoration: none; padding: 5px; width: 110px; background-color: black; border: solid 1px black; display: inline-block; }

.home_scroll_singleitems_container { margin: 0 0 5% 0; }
    .home_scroll_singleitems_title_container { width: 97.5%; text-align: left; background-color: white; margin: 0 0 2.5% 2.5%; }
        .home_scroll_singleitems_title { font-size: 20px; font-weight: 400; text-transform: none; }
        
        .home_scroll_singleitems_col_container { display: flex; width: 100%; }
            .home_scroll_singleitems_col { flex: 1; padding: 1%; position: relative; }

                .home_scroll_singleitems_info { width: 90%; padding: 5%; position: absolute; top: 50%; text-align: right; transform: translateY(-50%); box-sizing: border-box; }
                    .home_scroll_singleitems_info_title { font-size: 18px; letter-spacing: 1px; font-weight: 400; margin: 0 0 2% 0; }
                    .home_scroll_singleitems_info_price { font-size: 15px; letter-spacing: 1px; font-weight: 700; }
                        .home_scroll_singleitems_info_price_old { color: rgba(0, 0, 0, 1); text-decoration: line-through; display: inline-block; margin-right: 10px; }
                        .home_scroll_singleitems_info_price_new { color: #000; display: inline-block; }

                .home_scroll_singleitems_img { overflow: hidden; }
                    .home_scroll_singleitems_img img { 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; }

                .home_scroll_singleitems_description { width: 90%; padding: 5%; position: absolute; top: 50%; text-align: left; transform: translateY(-50%); box-sizing: border-box; }
                    .home_scroll_singleitems_note { font-size: 14px; letter-spacing: 1px; font-weight: 400; margin: 0 0 4% 0; text-transform: none; display: block; }
                    .home_scroll_singleitems_action { text-align: left; display: block; }
                        .home_scroll_singleitems_action a { text-align: center; min-width: 25%; padding: 1%; background-color: white; border: solid 1px black; font-weight: 700; font-size: 13px; letter-spacing: 1px; display: inline-block; text-transform: none; text-decoration: none; }

.home_items_full_container { width: 100%; margin: 0 0 5% 0; display: inline-block; }

.home_items_full_title_container { width: 97.5%; text-align: left; background-color: white; margin: 0 0 2.5% 2.5%; }
	.home_items_full_title { font-size: calc(12px + 0.5vw); font-weight: 700; text-transform: uppercase; }

.home_items_100 { float: left; width: 100%; margin: 0 0 2% 0; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
    .home_items_btn_01 { position: absolute; bottom: 5%; left: 50%; display: block; min-width: 100px; background-color: #000; padding: 2px; text-align: center; font-size: 15px; letter-spacing: 1px; color: #FFF; text-transform: uppercase; font-weight: 400; opacity: 1 !important; transform: translateX(-150%); }
        .home_items_btn_01 a { display: block; min-width: 100px; text-decoration: none; color: #FFF; }
    .home_items_btn_02 { position: absolute; bottom: 5%; right: 50%; display: block; min-width: 100px; background-color: #000; padding: 2px; text-align: center; font-size: 15px; letter-spacing: 1px; color: #FFF; text-transform: uppercase; font-weight: 400; opacity: 1 !important; transform: translateX(150%); }
        .home_items_btn_02 a { display: block; min-width: 100px; text-decoration: none; color: #FFF; }
    .home_items_full_img { overflow: hidden; }
        .home_items_full_img img { width: 100%; border: 0 none; opacity: 1; margin: 0 auto; }
        .home_items_full_img a { display: block; }

.home_items_25_full { float: left; width: 25%; margin: 0; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 0px #FFF; }
.home_items_16_full { float: left; width: 16.666666%; margin: 0; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 0px #FFF; }
	.home_items_16_full .home_items_img img { padding: 0 2.5%; }

.home_items_maininfo_container { width: 100%; position: relative; display: inline-block; }    
    .home_items_title { display: inline-block; width: 100%; text-align: left; font-size: calc(9px + 0.2vw); font-weight: 400; margin: 1% 0; min-height: 35px; text-transform: lowercase; padding: 0 2.5%; }
    .home_items_price { display: inline-block; width: 100%; text-align: left; font-size: calc(10px + 0.2vw); font-weight: 400; margin: 1% 0; padding: 0 2.5%; }
        .home_items_info_old_price { color: rgba(0, 0, 0, 1); text-decoration: line-through; display: inline-block; margin-right: 10px; }
        .home_items_info_new_price { color: #000; display: inline-block; }

.home_prima_fascia_container { display: flex; flex-wrap: wrap; width: 100%; margin: 2% 0; }
	.home_prima_fascia_25 { width: 25%; }
		.home_prima_fascia_img { position: relative; }
			.home_prima_fascia_img a { display: block; }
			.home_prima_fascia_img img { width: 100%; max-width: 100%; height: auto; display: block; }
		.home_prima_fascia_info { position: relative; margin: 2% 0 0 0; }
			.home_prima_fascia_info_title { text-align: center; font-size: calc(12px + 0.5vw); font-weight: 600; }

.home_scroll_articles_container { width: 100%; margin: 2% 0; }
	.fade_home_articles { opacity: 0; visibility: hidden; transition: opacity 0.5s ease-in; -webkit-transition: opacity 0.5s ease-in; }
		.fade_home_articles.slick-initialized { visibility: visible; opacity: 1; }
		.fade_home_articles .slick-prev { left: 15px; }
			.fade_home_articles .slick-prev::before { content: "\f053"; font-family: "Font Awesome 5 Pro"; color: #000; font-size: 50px; font-weight: 300; text-shadow: 0px 0px 2px #fff; }
		.fade_home_articles .slick-next { right: 15px; }
			.fade_home_articles .slick-next::before { content: "\f054"; font-family: "Font Awesome 5 Pro"; color: #000; font-size: 50px; font-weight: 300; text-shadow: 0px 0px 2px #fff; }
	.home_scroll_articles_img { position: relative; }
		.home_scroll_articles_img a { display: block; }
		.home_scroll_articles_img img { width: 100%; max-width: 100%; height: auto; display: block; }
	.home_scroll_articles_info { position: relative; margin: 2% 0 0 0; }
		.home_scroll_articles_title { text-align: center; font-size: calc(12px + 0.25vw); font-weight: 400; text-transform: uppercase; letter-spacing: 0; }
		.home_scroll_articles_price { text-align: center; font-size: calc(10px + 0.25vw); font-weight: 400; letter-spacing: 0; display: none; }

.marquee_container { margin: 0; padding: 0; background: #000000; color: #F8EE8E; font-size: calc(12px + 0.25vw); text-transform: none; font-weight: 700; }
	.marquee { position: relative; width: 100%; max-width: 100%; overflow-x: hidden; height: calc(23px + 1vw); padding: 1% 0 2% 0; }
	.track { position: absolute; white-space: nowrap; will-change: transform; animation: marquee 2000s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.home_2_colonne_container { display: inline-block; width: 100%; margin: 0; }
	.home_2_colonne_100 { display: flex; flex-wrap: wrap; width: 100%; }
		.home_2_colonne_img { width: 50%; position: relative; order: 1; }
			.col_info_first .home_2_colonne_img { order: 2; }
			.home_2_colonne_img img { width: 100%; max-width: 100%; height: auto; display: block; }
			.home_2_colonne_img .video_block_home_100 .embed_full_size { padding: 44.5% 0; }
		.home_2_colonne_info { width: 50%; position: relative; order: 2; }
			.col_info_first .home_2_colonne_info { order: 1; }
			.home_2_colonne_info_block { text-align: center; width: 100%; padding: 20%; height: 100%; }
				.home_2_colonne_info_note { display: flex; flex-wrap: wrap; height: 100%; }
					.home_2_colonne_info_note > h2 { font-size: calc(14px + 0.25vw); font-weight: 600; letter-spacing: 0; width: 100%; margin: auto 0; }
						.home_2_colonne_info_note > h2 ~ p { margin: auto 0 0 0; text-align: left; }
					.home_2_colonne_info_note > p { font-size: calc(15px + 0.25vw); letter-spacing: 0; font-weight: 500; margin: auto 0; }
				.home_2_colonne_info_action { margin: 2.5% 0 0 0; text-align: center; width: 100%; }
					.home_2_colonne_info_action a { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: 100%; max-width: 200px; display: inline-block; padding: 5px; transition: 0.5s; }

.home_seconda_fascia_container { display: flex; flex-wrap: wrap; width: 100%; margin: 0; }
	.home_seconda_fascia_100 { width: 100%; margin: 0; padding: 0; position: relative; }
	.home_seconda_fascia_60 { width: 60%; margin: 0; padding: 0; position: relative; }
	.home_seconda_fascia_40 { width: 40%; margin: 0; padding: 0; position: relative; }
	.home_seconda_fascia_50 { width: 50%; margin: 0; padding: 0; position: relative; }

	.home_seconda_fascia_img { position: relative; }
		.home_seconda_fascia_img img { width: 100%; max-width: 100%; height: auto; cursor: pointer; margin: 0 auto; }
	
		.home_seconda_fascia_info { position: absolute; top: 50%; left: 50%; transform: translateX(-50%)translateY(-50%); width: 100%; padding: 0 2%; text-align: center; }	
		.home_seconda_fascia_info_block { width: 100%; position: relative; padding: 2% 0; }
			.home_seconda_fascia_info_title { text-align: center; text-transform: uppercase; font-size: calc(14px + 2vw); font-weight: 600; color: #ffffff; letter-spacing: 1px; margin: 0 0 1% 0; text-shadow: 0px 1px 6px #000000; }
			.home_seconda_fascia_info_subtitle { text-align: center; font-size: calc(13px + 1vw); font-weight: 600; color: #ffffff; text-transform: uppercase; margin: 0 0 2% 0; }
			.home_seconda_fascia_info_note { text-align: center; font-size: calc(12px + 1vw); font-weight: 600; color: #ffffff; letter-spacing: 0.5px; text-shadow: 0px 1px 6px #000000; }
			.home_seconda_fascia_info_action { margin: 2% 0 0 0; }
				.home_seconda_fascia_info_action a { background-color: #ffffff; border: 1px solid #ffffff; color: #000000; text-align: center; font-size: calc(10px + 1vw); font-weight: 600; width: 100%; max-width: 200px; display: inline-block; padding: 10px; transition: 0.5s; }

.home_items_container { width: 92%; margin: 0 4% 5% 4%; display: inline-block; }
	.home_items_50 { float: left; width: 46%; margin: 2%; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; }
	.home_items_25 { float: left; width: 50%; margin: 0; padding: 0; position: relative; background: none repeat scroll 0 0 #FFF; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; box-sizing: border-box; border: solid 3px #FFF; }

	.home_items_img { overflow: hidden; }
		.home_items_img img { 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; }

.home_scroll_decentrato_container { width: 100%; margin: 0 0 5% 0; }
	.home_scroll_decentrato_block { width: 100%; margin: 0; display: inline-block; }
		.home_scroll_decentrato_info { float: left; width: 50%; padding: 0px; text-align: center; margin: 8% 0 0 0; }
			.home_scroll_decentrato_info_block_img { margin: 0 0 3% 0; display: none; }
				.home_scroll_decentrato_info_block_img img { display: inline-block !important; }
			.home_scroll_decentrato_info_block_title { text-transform: none; font-weight: 400; font-size: 25px; letter-spacing: 1px; color: #000; margin: 0 0 1% 0; }
            .home_scroll_decentrato_info_block_subtitle { text-transform: none; font-weight: 400; font-size: 16px; letter-spacing: 1px; color: #000; margin: 0 0 5% 0; }
			.home_scroll_decentrato_info_block_note { font-size: 14px; font-weight: 400; color: #000; letter-spacing: 1px; margin: 0 13% 6% 13%; line-height: 25px; }
			.home_scroll_decentrato_info_block_action { font-size: 11px; font-weight: 700; color: #000; letter-spacing: 1px; }
				.home_scroll_decentrato_info_block_action a { color: #FFF; text-decoration: none; padding: 5px; width: 110px; background-color: black; border: solid 1px black; display: inline-block; }
		.home_scroll_decentrato_img { float: left; width: 50%; }

.home_scroll_multi_container { margin: 0 3% 5% 3%; }
	.home_scroll_multi_block { width: 96%; margin: 2%; }
		.home_scroll_multi_img { position: relative; width: 100%; display: block; }

		.home_scroll_multi_info { position: relative; width: 100%; padding: 0px; text-align: center; display: block; margin: 3% 0 0 0; }
				.home_scroll_multi_info_block_title { text-transform: uppercase; font-weight: 700; font-size: 16px; letter-spacing: 1px; color: #000; margin: 0 0 3% 0; }
				.home_scroll_multi_info_block_note { font-size: 13px; font-weight: 400; color: #000; letter-spacing: 1px; margin: 0 0 6% 0; }
				.home_scroll_multi_info_block_action { font-size: 11px; font-weight: 700; color: #000; letter-spacing: 1px; }
					.home_scroll_multi_info_block_action a { color: #FFF; text-decoration: none; padding: 5px; width: 110px; background-color: black; border: solid 1px black; display: inline-block; }

.home_bottom_fascia_container { width: 100%; margin: 0 auto; display: inline-block; padding: 0 5%; }
	.home_bottom_fascia_33 { float: left; width: 33.3%; margin: 0 0 5% 0; padding: 1%; position: relative; background: none repeat scroll 0 0 #fff; }

	.home_bottom_fascia_33_img { overflow: hidden; background: none repeat scroll 0 0 #000; }
			.home_bottom_fascia_33_img img { 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;  }

	.home_bottom_fascia_33_info { width: 100%; position: relative; top: 0; color: #000000; text-align: center; display: inline-block; background-color: #ffffff; }	
	.home_bottom_fascia_33_info_block { width: 100%; position: relative; padding: 2% 0; }
		.home_bottom_fascia_33_info_title { font-weight: 700; font-size: calc(12px + 0.5vw); letter-spacing: 1px; color: #000; margin-bottom: 10px; text-transform: uppercase; }
		.home_bottom_fascia_33_info_subtitle { font-size: calc(8px + 0.15vw); font-weight: 400; color: #000; letter-spacing: 1px; margin-bottom: 20px; text-transform: uppercase; }
		.home_bottom_fascia_33_info_action { font-size: calc(8px + 0.15vw); font-weight: 400; color: #000; letter-spacing: 1px; text-transform: uppercase; }
			.home_bottom_fascia_33_info_action a { color: #000; text-decoration: none; }

.home_social_container { width: 100%; margin: 5px 0; }
.home_social_title { font-weight: 700;  color: #000; font-style: normal; font-size: calc(10px + 0.5vw); letter-spacing: 1px; text-align: left; clear: both; margin: 0 0 20px 0; padding: 0 1%; text-transform: uppercase; }

.home_social_icon_container { width: 20%; margin: 5% 40% 0 40%; text-align: center; }
	.home_social_icon_block { display: inline-block; width: 20%; margin: 0; text-align: center; }

.home_newsletter_container { width: 100%; display: flex; flex-wrap: wrap; margin: 0; background-color: #f4f1eb; }
	.home_newsletter_col_info { width: 50%; position: relative; margin: auto 0; padding: 0 5%; text-align: center; }
		.home_newsletter_title { text-align: center; font-size: calc(14px + 1vw); text-transform: uppercase; font-weight: 600; margin: 0 0 3% 0; display: inline-block; width: 100%; }
		.home_newsletter_text { text-align: center; font-size: calc(12px + 0.5vw); display: inline-block; width: 100%; margin: 0 0 3% 0; }
		form.home_newsletter_form { display: inline-block; width: 100%; text-align: center; margin: 0; }
			input#home_newsletter_email { background-color: transparent; border-top: 0px solid #ffffff; border-left: 0px solid #ffffff; border-right: 0px solid #ffffff; border-bottom: 1px solid #000000; padding: 10px; height: 35px; width: 100%; max-width: 500px; font-size: 14px; display: block; margin: 0 auto 5%; text-align: center; }
				input#home_newsletter_email:focus { border-bottom: 1px solid #000000; background-color: #ffffff; }
				input#home_newsletter_email::placeholder { text-transform: capitalize; }
			input#home_newsletter_invia { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: 100%; max-width: 200px; display: block; padding: 5px; transition: 0.5s; text-transform: capitalize; margin: 0 auto; }
	.home_newsletter_col_img { width: 50%; }
		.home_newsletter_col_img img { width: 100%; max-width: 100%; height: auto; display: block; }

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







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

.landing_cover_top_100 { width: 100%; }
	.landing_cover_top_img { position: relative; }
		.landing_cover_top_img a { display: block; }
		.landing_cover_top_img img { width: 100%; max-width: 100%; height: auto; display: block; }

.landing_scroll_articles_container { width: 100%; margin: 2% 0; }
	.fade_landing_articles { opacity: 0; visibility: hidden; transition: opacity 0.5s ease-in; -webkit-transition: opacity 0.5s ease-in; }
		.fade_landing_articles.slick-initialized { visibility: visible; opacity: 1; }
		.fade_landing_articles .slick-prev { left: 15px; }
		.fade_landing_articles .slick-next { right: 15px; }
	.landing_scroll_articles_img { position: relative; }
		.landing_scroll_articles_img a { display: block; }
		.landing_scroll_articles_img img { width: 100%; max-width: 100%; height: auto; display: block; }
	.landing_scroll_articles_info { position: relative; margin: 2% 0 0 0; }
		.landing_scroll_articles_title { text-align: center; font-size: calc(12px + 0.25vw); font-weight: 400; text-transform: uppercase; letter-spacing: 0; }
		.landing_scroll_articles_price { text-align: center; font-size: calc(10px + 0.25vw); font-weight: 400; letter-spacing: 0; display: none; }

.landing_products_row { display: flex; flex-wrap: wrap; width: 100%; margin: 2% 0; }
	.landing_products_25 { width: 25%; }
		.landing_products_img { position: relative; }
			.landing_products_img a { display: block; }
			.landing_products_img img { width: 100%; max-width: 100%; height: auto; display: block; }
		.landing_products_info { position: relative; margin: 2% 0 0 0; }
			.landing_products_info_title { text-align: center; font-size: calc(12px + 0.5vw); font-weight: 600; }

.landing_2_colonne_100 { display: flex; flex-wrap: wrap; width: 100%; margin: 4% 0; }
	.landing_2_colonne_img { width: 50%; background-color: #fff; }
		.landing_2_colonne_img a { display: block; }
		.landing_2_colonne_img img { width: 100%; max-width: 100%; height: auto; display: block; }
		.landing_2_colonne_img { order: 1; }
			.col_info_first .landing_2_colonne_img { order: 2; }
	.landing_2_colonne_info { width: 50%; text-align: center; position: relative; }
		.landing_2_colonne_info_wrap { display: flex; flex-wrap: wrap; height: 100%; width: 100%; }
		.landing_2_colonne_info_block { max-width: 600px; width: 100%; padding: 5%; margin: auto; }
			.landing_2_colonne_info_title { font-size: calc(12px + 1vw); font-weight: 600; margin: 0 0 5% 0; }
			.landing_2_colonne_info_note { font-size: calc(9px + 0.5vw); margin: 0 0 7.5% 0; }
				.landing_2_colonne_info_note p { margin: 0 0 5% 0; }
			.landing_2_colonne_info_action > a { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: 100%; display: inline-block; padding: 5px; transition: 0.5s; }
		.landing_2_colonne_info { order: 2; }
			.col_info_first .landing_2_colonne_info { order: 1; }






/* GALLERY */
.gallery_vasca_top_container { position: relative; margin: 0 0 0 0; width: 100%; }

	.gallery_vasca_top_info { position: absolute; top: 0; background-color: rgba(0, 0, 0, 0.0); width: 100%; height: 100%; padding: 0px; text-align: center; display: block; }
		.gallery_vasca_top_info_block_center { left: 50%; }
		.gallery_vasca_top_info_block_left { left: 20%; }
		.gallery_vasca_top_info_block_right { left: 70%; }

		.gallery_vasca_top_info_block { width:400px; height:146px; background: trasparent; position:absolute; top:50%; margin-left:-200px; margin-top:-73px; }
			.gallery_vasca_top_info_block_title { text-transform: uppercase; font-weight: 700; font-size: 40px; letter-spacing: 1px; color: #FFF; margin-bottom: 10px; }
			.gallery_vasca_top_info_block_note { font-size: 15px; font-weight: 400; color: #FFF; letter-spacing: 1px; margin-bottom: 20px; }
			.gallery_vasca_top_info_block_action { font-size: 12px; font-weight: 700; color: #000; letter-spacing: 1px; }
				.gallery_vasca_top_info_block_action a { color: #000; text-decoration: none; padding: 5px; width: 110px; background-color: white; display: inline-block; }

.gallery_vaschette_fit_wrap { text-align: center; margin: 4% 0 2% 0; padding: 0 0 2% 0; border-bottom: solid 1px #d7d7d8; }
.gallery_vaschette_fit_wrap ul { margin: 0; padding: 0; }
.gallery_vaschette_fit_wrap ul li { width: 15%; margin: 0 0 0 0; list-style-type: none; display: inline-block; }
	.gallery_vaschette_fit_title { font-style: normal; text-transform: uppercase; width: 100%; font-size: 20px; color: black; text-align: center; font-weight: 700; letter-spacing: 1px; margin: 0 0 2% 0; }
	.gallery_vaschette_fit_container { display: block; }
		.gallery_vaschette_fit_img { margin: 0 0 5% 0; }
			.gallery_vaschette_fit_img img { width: 100%; opacity: 1; }
			.gallery_vaschette_fit_img a { display: block; }
		.gallery_vaschette_fit_subtitle { margin: 0 0 5% 0; font-size: calc(9px + 0.2vw); color: black; text-align: center; font-weight: 400; }
		.gallery_vaschette_fit_txt { margin: 0 5% 0 5%; font-size: calc(8px + 0.2vw); color: black; text-align: center; font-weight: 300; line-height: 15px; }

.col_all_gallery { width: 98%; margin: 0 1% 0 1%; clear: both; display: inline-block; }

.vaschetta_item { background: none repeat scroll 0 0 #FFF; position: relative; }

	.vaschetta_item_video { overflow: hidden; width: 100%; height: auto; position: relative; }
		.vaschetta_item_video video { position: relative; top: 1px; }
		.vaschetta_item_video a { display: block; }
		#vaschetta_item_video { right: 0; bottom: 0; max-width: 100%; min-height: 100%; width: 100%; }

	.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_label { width: 80px; height: 80px; top: 15px; left: 15px; position: absolute; z-index: 2; background-color: transparent; text-align: center; overflow: hidden; }
	.vaschetta_item_label img { width: 80px !important; }

    .vaschetta_item_maininfo_container { width: 100%; position: relative; display: inline-block; }    
        .vaschetta_item_title { text-align: center; font-size: calc(12px + 0.25vw); font-weight: 400; text-transform: uppercase; letter-spacing: 0; margin: 1% 0; }
        .vaschetta_item_price { text-align: center; font-size: calc(10px + 0.25vw); font-weight: 400; text-transform: uppercase; letter-spacing: 0; margin: 1% 0; }
            .vaschetta_item_info_old_price { color: rgba(0, 0, 0, 1); text-decoration: line-through; display: inline-block; margin-right: 10px; }
            .vaschetta_item_info_new_price { color: #000; display: inline-block; }

.vaschetta_item_img .vaschetta_item_info { -webkit-transition: all 0s ease-in; -moz-transition: all 0s ease-in; -o-transition: all 0s ease-in; -ms-transition: all 0s ease-in; transition: all 0s ease-in; opacity: 0; position: absolute; bottom: 0; background-color: rgba(255, 255, 255, 0.5); width: 100%; height: 30px; }

	.vaschetta_item_info { text-align: center; display: block; }








	.vaschetta_item_varianti_colori{ width: 100%; height: 18px; }
		.vaschetta_item_varianti_colori_items { margin: 0; padding: 0; display: inline; }
			.vaschetta_item_varianti_colori_items_color{ text-align: left; list-style-type: none; display: inline-block; margin: .2rem .5rem 0 0; font-size: .7rem; letter-spacing: .5px;width: 10px;height: 10px; border-radius: 50%; }
			/* .vaschetta_item_varianti_colori_items_color{ text-align: left; list-style-type: none; margin: .5rem 0 0 0; font-size: .7rem; letter-spacing:.5px; width: 10px;height: 10px; border-radius: 50%; } */







			



	.vaschetta_item_sizes { float: left; width: 78%; font-style: normal; font-weight: 700; color: #000; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: left; margin: 1% 0 1% 2%; }
		.vaschetta_item_sizes a { color: #000; text-decoration: none; }
    		.vaschetta_item_sizes a.active { text-decoration: underline !important; }
		.vaschetta_item_sizes ul { margin: 0; padding: 0; }
            .vaschetta_item_sizes ul li:first-child { list-style-type: none; display: inline-block; margin: 0 1% 0 2%; }
            .vaschetta_item_sizes ul li { list-style-type: none; display: inline-block; margin: 0 1% 0 1%; }
	
	.vaschetta_item_command { float: right; width: 18%; font-style: normal; font-weight: 700; color: #000; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: left; margin: 1% 2% 1% 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: 400; color: #FFF; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
	.vaschetta_item_added { opacity:0; }

.gallery_txt_container { width: 100%; padding: 2% 20% 2% 20%; text-align: center; clear: both; }
	.gallery_txt_container h1 { color: #000; font-style: normal; text-transform: uppercase; font-weight: 400; font-size: 18px; letter-spacing: 1px; margin: 0 0 0 0; }
	.gallery_txt_container h2 { color: #000; font-style: normal; text-transform: uppercase; font-weight: 400; font-size: 10px; letter-spacing: 1px; margin: 0 0 1.5% 0; }
	.gallery_txt_container p { color: #000; font-style: normal; font-weight: 400; font-size: 10px; letter-spacing: 1px; line-height: 20px; margin: 0 0 0 0; }

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

.fast_add_icon_mobile { display: none; }







/* GALLERY PREVIEW */
.anteprima_articolo_container { width:700px; background-color: #FFF; }
#anteprima_dettaglio_container { display: inline-table; width: 100%; }
#anteprima_dettaglio_box_sx { width: 300px; float: left; }
.anteprima_dettaglio_img { width: 100%; }
#anteprima_dettaglio_box_dx { width: 390px; float: right; }
.anteprima_dettaglio_titolo { 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: 700; letter-spacing: 2px; color: #000; }
.anteprima_dettaglio_old_price { font-size: 11px; font-weight: 700; 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: 700; letter-spacing: 2px; margin-left: 10px; display: inline-block; color: #000; }

.anteprima_dettaglio_titolo_actions { font-style: normal; font-weight: 400; font-size: 10px; letter-spacing: 1px; margin-bottom: 5px; text-transform: uppercase; text-align: center; }
.anteprima_dettaglio_actions { margin-bottom: 30px; font-size: 10px; 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_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 rgba(255, 255, 255, 1); border: solid 1px rgba(0, 0, 0, 1); color: #000; font-size: 13px; height: 20px; line-height: 20px; margin: 0; padding: 0; text-align: center; width: 20px; font-weight: 400; border-radius: 20px; display: block; }
	.paging_tab_loadmore { background: none repeat scroll 0 0 rgba(255, 255, 255, 1); border: solid 1px rgba(0, 0, 0, 1); color: #000; 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: #000000; color: #ffffff; width: 48%; font-size: 13px; font-weight: 700; padding: 5px; cursor: pointer; user-select: none; text-transform: uppercase; max-width: 25%; }
.PdsFilterBox { background: #ffffff; }
#filters_box_wrap { color: rgba(0, 0, 0, 1); font-style: normal; font-weight: 700; font-size: 10px; letter-spacing: 1px; text-align: center; text-transform: uppercase; display: inline-block; width: 100%; padding: 1% 5% 1% 5%; }

	#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 3% 0 3%; }
	#filters_box_wrap ul li:first-child { margin: 0 3% 0 3%; }
	#filters_box_wrap ul li:last-child { margin: 0 3% 0 3%; }
	
.filters_items_container { position: absolute; z-index: 100; min-width: 100px; background-color: rgba(255, 255, 255, 1); text-align: left !important; padding: 10px; }
	.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 0px !important; }
	.filters_items .active { font-weight: 700; text-decoration: underline; }

	.filters_items input[type='checkbox'] { position: absolute; clip: rect(1px, 1px, 1px, 1px); }
	.filters_items input[type='checkbox'] + label { margin: 0; padding: 1px 0px 0px 15px; cursor: pointer; background: url('images/input_filters_start.png') left center no-repeat; text-transform: capitalize; font-weight: 400; font-size: 9px; }
	.filters_items input[type='checkbox']:checked + label { background-image: url('images/input_filters_checked.png'); }







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







/* DETTAGLIO */
.details_block_container { max-width: 100%; margin: 0 auto 0 auto; padding: 0; }

.details_block_50 { float: left; margin: 0.5% 0.5% 0.5% 0.5%; overflow: hidden; position: relative; width: 49%; }
.details_block_50 img { width: 100%; }
.details_block_50 figure { width: 100%; }

.details_block_60 { float: left; margin: 0.5% 0.5% 0.5% 0.5%; overflow: hidden; position: relative; width: 59%; }
.details_block_60 img { width: 100%; }
.details_block_60 figure { width: 100%; }

.details_block_40 { float: left; margin: 0.5% 0.5% 0.5% 0.5%; overflow: hidden; position: relative; width: 39%; }
.details_block_40 img { width: 100%; }
.details_block_40 figure { width: 100%; }

.details_block_100 { float: left; margin: 0.5% 0.5% 0.5% 0.5%; overflow: hidden; position: relative; width: 99%; }
.details_block_100 img { width: 100%; }
.details_block_100 figure { width: 100%; }

@media only screen and (min-width: 1920px) {
	.detail_full_col_sx { padding: 0 3rem 0 0; }
	.fade_details_nav { left: 0.5rem !important; }
}

.detail_full_img_block figure.mz-figure { width: 100%; }

.fade_details { opacity: 0; visibility: hidden; transition: opacity 0.5s ease-in; -webkit-transition: opacity 0.5s ease-in; }
	.fade_details.slick-initialized { visibility: visible; opacity: 1; }
		.fade_details .slick-prev { left: 4rem; }
			.fade_details .slick-prev::before { content: "\f053"; font-family: "Font Awesome 5 Pro"; color: #000; font-size: 50px; font-weight: 300; text-shadow: 0px 0px 2px #fff; }
		.fade_details .slick-next { right: 1rem; }
			.fade_details .slick-next::before { content: "\f054"; font-family: "Font Awesome 5 Pro"; color: #000; font-size: 50px; font-weight: 300; text-shadow: 0px 0px 2px #fff; }

.fade_details_nav { width: 50px; position: absolute !important; left: 0.5rem; top: 50%; transform: translateY(-50%); z-index: 999; opacity: 0; visibility: hidden; transition: opacity 0.5s ease-in; -webkit-transition: opacity 0.5s ease-in; }
	.fade_details_nav.slick-initialized { visibility: visible; opacity: 1; }
		.fade_details_nav .slick-disabled { opacity: 0; }
		.fade_details_nav .slick-current.slick-slide { border: 1px solid rgba(0, 0, 0, 0.25); }
		.fade_details_nav .slick-prev { bottom: auto; right: auto; left: auto; top: -15px; width: 50px; height: auto; }
			.fade_details_nav .slick-prev::before { content: "\f077"; font-family: "Font Awesome 5 Pro"; color: #000; font-size: 25px; font-weight: 300; }
		.fade_details_nav .slick-next { bottom: -38px; right: auto; left: auto; top: auto; width: 50px; height: auto; }
			.fade_details_nav .slick-next::before { content: "\f078"; font-family: "Font Awesome 5 Pro"; color: #000; font-size: 25px; font-weight: 300; }

	.details_article_dett_title { font-size: calc(12px + 1vw); text-align: center; text-transform: uppercase; margin: 0 0 5% 0; }
		.details_article_dett_title h1 { font-weight: 600; }

	.details_article_dett_code { font-size: 10px; margin-bottom: 2%; text-transform: uppercase; }

	.details_info_attributi_wrap { width: 100%; margin: 0 0 6% 0; display: inline-table; font-weight: 400; color: #000; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
		.details_info_attributi_block { float: left; margin: 0; }
		.details_info_attributi_block ul { margin: 0; padding: 0; }
		.details_info_attributi_block ul li { list-style-type: none; line-height: 16px; }

    .details_article_dett_info_container { margin: calc(1% + 30px) 10%; position: relative; }
		.details_article_dett_descr { font-size: calc(9px + 0.2vw); margin: 0; text-align: center; height: calc(60px + 0.2vw); overflow: hidden; }
			.details_article_dett_descr_full { height: auto; }
		.details_article_dett_descr_gradient { background-image: linear-gradient(transparent, white); position: absolute; width: 100%; height: 85px; bottom: 0; }
			.details_article_dett_descr_full ~ .details_article_dett_descr_gradient { height: 3px; }
		.details_article_dett_descr_gradient::after { content:"Read more"; cursor: pointer; position: relative; top: 90px; font-weight: 600; font-size: calc(10px + 0.2vw); display: block; padding: 5px 0; }
			.details_article_dett_descr_full ~ .details_article_dett_descr_gradient::after { content: "Show less"; top: 7px; }

	.details_article_dett_prezzo { text-transform: lowercase; margin: 0 0 5% 0; text-align: center; }
		.details_article_dett_prezzo_old_price { font-weight: 600; font-size: calc(12px + 0.25vw); text-decoration: line-through; margin-right: 10px; }
		.details_article_dett_prezzo_new_price { font-weight: 600; font-size: calc(12px + 0.25vw); }

	.scalapay_details_info { font-size: 14px; text-align: center; letter-spacing: 0; background-color: #eee; margin-bottom: 7%; }

	.details_article_free_shipping { text-transform: none; margin: 0 0 3% 0; font-weight: 400; font-size: 10px; }

	.details_info_varianti_link { font-size: 12px; font-weight: 700 !important; letter-spacing: 1px; margin: 0 0 4% 0; text-transform: uppercase; cursor: pointer; }
	.details_info_varianti { margin: 5% 0 0 0; }
	.detail_altricolori_title { font-size: calc(9px + 0.25vw); text-transform: uppercase; font-weight: 600; letter-spacing: 0; margin: 0 0 2% 0; text-align: center; }
	.detail_altricolori_container { padding: 0 0 0 0; margin: 0 0 0 0; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
		.detail_altricolori_item { width: 20%; padding: 1%; }
		.detail_altricolori_img { padding: 0 0 0 0; margin: 0 0 0 0; }
            .detail_altricolori_img a { display: block; }
			.detail_altricolori_img img { width: 100%; border: 0; opacity: 1; }
			.detail_altricolori_img img:active { opacity: 0.5; }

	.detail_info_size { margin-bottom: 1%; 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 #000; color: black; margin: 5px 5px 5px 0; 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: block; margin: 0 0 0 0; font-weight: 700; text-align: left; }

	.details_article_size_guide { margin: 0; padding: 0; }
		.details_article_size_guide a { color: #000; font-style: normal; font-weight: 400; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
		.details_article_size_guide_container { width:600px; background-color: #FFF; }
		.details_article_size_guide_wrap { display: inline-table; width: 100%; }

	.details_article_manca_taglia { font-size: 9px; font-weight: 400; letter-spacing: 1px; margin: 0 0 4% 0; text-transform: uppercase; display: block; }
		.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: 15px !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: 400; text-align: center; margin-bottom: 20px; }
			.details_article_manca_taglia_btn { text-align: center; }
	.details_article_manca_taglia_response { font-size: 9px; font-weight: 700; letter-spacing: 1px; margin: 0 0 4% 0; text-transform: uppercase; display: none; color: coral; }

	.detail_article_btn_wrap { margin: 7% 0 2% 0; padding: 0; display: inline-block; width: 100%; }
		.btn_addtocart_black { background-color: #000000; border: 1px solid #000000; color: #ffffff; cursor: pointer; margin: 0 0 0 0; padding: 5px; width: 100%; transition: 0.5s; display: block; font-family: 'Lato', sans-serif; font-style: normal; font-weight: 600; font-size: calc(10px + 0.5vw); letter-spacing: 1px; text-transform: none; text-align: center; border-radius: 0px; float: left; }

        .btn_addtocart_white { background-color: #FFF; border: 1px solid #000; color: #000; cursor: pointer; margin: 0 2% 0 0; padding: 10px; transition: background-color 0.5s ease; display: block; font-family: 'Lato', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; float: left; }

		.btn_addtocart_green { background-color: #83E6A3; border: 2px solid #83E6A3; color: #000000; cursor: pointer; margin: 0 0 0 0; padding: 5px; width: 100%; transition: 0.5s; display: block; font-family: 'Lato', sans-serif; font-style: normal; font-weight: 600; font-size: calc(10px + 0.5vw); letter-spacing: 1px; text-transform: none; text-align: center; border-radius: 0px; float: left; }

		.btn_details_wish_white { background-color: #FFF; border: 1px solid #000; color: #000; cursor: pointer; margin: 0 2% 0 0; padding: 10px; transition: background-color 0.5s ease; display: block; font-family: 'Lato', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; float: left; }

		.whish_detail_alert_txt { clear: both; color: #000; font-size: 12px; font-weight: 400; letter-spacing: 2px; padding: 10px; text-align: center; text-transform: uppercase; font-style: italic; text-decoration: none; border: 2px solid #000000; width: 80%; margin: 15px auto; display: inline-block; }
			.whish_detail_alert_txt a { color: rgba(0, 0, 0, 1); text-decoration: underline; font-weight: 700; text-transform: uppercase; }

	.details_article_back { font-size: 10px; font-weight: 700; letter-spacing: 1px; margin: 0 0 6% 0; text-transform: uppercase; padding: 0 0 0 0; color: #000; }
		.details_article_back a { color: #000; }

	.details_article_reso { font-size: 10px; font-weight: 400; margin: 0; text-align: left; color: #000 !important; }
	.details_text_row { padding: 4rem 0 ; font-size: 1.5rem; text-align: center; font-weight: 700; }
	.details_text_shipping{ text-align: center; font-size: 12px; font-weight: 600; padding: 0 20px; }

#accordion_details .accordion-item { border: 0; background-color: transparent; }
#accordion_details .accordion-button { border-bottom: 1px solid #000000; padding: 2% 2% 2% 0; font-size: calc(9px + 0.25vw); font-weight: 600; border-radius: 0; }
	#accordion_details .accordion-button:focus { border-color: #000000; box-shadow: none; }
	#accordion_details .accordion-button::after { background-image: none; content: "\f078"; font-family: 'Font Awesome 5 Pro'; width: auto; height: auto; }
#accordion_details .accordion-button:not(.collapsed) { color: #000000; background-color: transparent; box-shadow: none; }
	#accordion_details .accordion-button:not(.collapsed)::after { background-image: none; content: "\f077"; font-family: 'Font Awesome 5 Pro'; transform: none; }
#accordion_details .accordion-body { padding: 5% 0; font-size: calc(9px + 0.2vw); }
	#accordion_details ul { padding: 0.5rem 0 1rem 1.5rem; }
		#accordion_details ul li { list-style: disc; margin: 0 0 1% 0; padding: 0; text-transform: none; font-size: calc(9px + 0.2vw); }

.details_scroll_container { display: inline-block; width: 100%; margin: 2% 0; padding: 0 5%; }
.details_scroll_title { font-size: calc(12px + 1vw); font-weight: 600; text-align: center; }
.fade_details_features { width: 100%; max-width: 750px; margin: 0 auto; padding: 0 5%; }
	.fade_details_features img { width: 100%; max-width: 100%; height: auto; }
	.fade_details_features .slick-prev { left: -5px; }
	.fade_details_features .slick-next { right: -5px; }

.details_2_colonne_container { display: inline-block; width: 100%; margin: 0; }
.details_2_colonne_100 { display: flex; flex-wrap: wrap; width: 100%; margin: 0; background-color: #F5F5F5; }
	.details_2_colonne_img { width: 50%; order: 1; }
		.col_info_first .details_2_colonne_img { order: 2; }
		.details_2_colonne_img a { display: block; }
		.details_2_colonne_img img { width: 100%; max-width: 100%; height: auto; display: block; }
		.details_2_colonne_img .video_block_home_100 .embed_full_size { padding: 28.20% 0; }
	.details_2_colonne_info { width: 50%; position: relative; order: 2; text-align: left; }
		.col_info_first .details_2_colonne_info { order: 1; text-align: right; }
		.details_2_colonne_info_wrap { display: flex; flex-wrap: wrap; height: 100%; width: 100%; }
		.details_2_colonne_info_block { width: 100%; padding: 10%; margin: auto; }
			.details_2_colonne_info_title { font-size: calc(12px + 0.5vw); font-weight: 600; margin: 0 0 4% 0; }
			.details_2_colonne_info_note { font-size: calc(9px + 0.5vw); margin: 0 0 0 0; }
				.details_2_colonne_info_note p { margin: 0 0 4% 0; }
			.details_2_colonne_info_action > a { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: 100%; display: inline-block; padding: 5px; transition: 0.5s; }

.detail_alsolike_title { font-size: 20px; font-weight: 400; text-transform: uppercase; width: 98%; margin: 5% auto 2%; text-align: center; border-top: solid 1px #d7d7d8; padding: 2% 0 0 0; }
.detail_alsolike_container { padding: 0; margin: 0 0 5% 0; }
	.detail_alsolike_item { margin: 0; }
	.detail_alsolike_img { padding: 2%; margin: 0; border: solid 1px white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
		.detail_alsolike_img img { width: 100%; border: 0; opacity: 1; }
	.detail_alsolike_brand { font-size: 10px; text-transform: uppercase; font-weight: 700; line-height: 12px; letter-spacing: 1px; padding: 0 0 0 0; margin: 0 0 1% 0; text-align: center; }
	.detail_alsolike_descr { font-size: 11px; text-transform: uppercase; font-weight: 400; margin: 1% 0 1% 0; text-align: left; height: 25px; letter-spacing: 1px; overflow: hidden; padding: 0 2%; }
	.detail_alsolike_prezzo { font-size: 10px; text-transform: uppercase; font-weight: 400; text-align: left; letter-spacing: 1px; height: 20px; overflow: hidden; padding: 0 2%; }
		.detail_alsolike_prezzo_nuovo { display: inline-block; font-weight: 400; }
		.detail_alsolike_prezzo_vecchio { display: inline-block; font-weight: 400; text-decoration: line-through; margin-right: 5px; }

	/* 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: 33%; 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: transparent; }







/* DETTAGLIO SIZE GUIDE */
#somedialog table {border-collapse: collapse; border-spacing: 0; width: 100%; border: 0px solid #000; font-size: 12px; color: #000;}
#somedialog table th {text-align: center; padding: 8px; border: 1px solid #000;}
#somedialog table td {text-align: center; padding: 8px; border: 1px solid #000;}
#somedialog td:first-child {font-weight: bold;}
#somedialog tr:nth-child(even){background-color: #FFF;}
#somedialog .convtaglie_container {padding:10px !important; width: 80% !important;}
#somedialog .convtaglie_title {text-align: left; display: inline; font-size: 15px; float: left;}
#somedialog .convtaglie_close {display: inline; font-size: 15px; float: right; cursor: pointer;}
#somedialog .convtaglie_container_table {overflow-x:auto;}







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




.sold_out_block_nl_input_email { width: calc(100% - 35px); max-width: 370px; border-top: 1px solid transparent; border-left: 1px solid transparent; border-right: 1px solid transparent;border-bottom: 1px solid #000000; font-size: 16px; padding: 5px; height: 30px; }
.sold_out_block_nl_input_submit { width: 30px; height: 30px; margin: 0 0 0 5px; padding: 0 !important; min-width: auto !important; }






/* CART */
#cart_container { margin-top: 20px; }
.cart_step_wrap { font-size: 20px; font-weight: 400; letter-spacing: 1px; color: rgba(0,0,0,1.00); text-align: center; margin-bottom: 40px; }
.cart_step { display: inline-block; width: 150px; text-align: center; text-transform: uppercase;  }
.cart_step_01 { display: inline-block; width: 100px; text-align: center; }
.cart_step_02 { display: inline-block; width: 100px; text-align: center; }
.cart_step_03 { display: inline-block; width: 100px; text-align: center; }
.cart_step_active { font-weight: 700; }
.cart_descr_delete { color: #000; font-size: 12px; text-transform: uppercase; margin: 30px 0 0 0; display: block; }
.cart_descr_title { font-size: 15px; font-weight: 700; letter-spacing: 1px; color: rgba(0, 0, 0, 1); text-transform: uppercase; margin-bottom: 5px; }
.cart_descr_size { font-size: 12px; font-weight: 400; letter-spacing: 1px; color: rgba(0, 0, 0, 1); text-transform: uppercase; }
.cart_qta_01 { display: inline-block; width: 30px; text-align: center; }
.cart_qta_02 { display: inline-block; width: 30px; text-align: center; }
.cart_qta_03 { display: inline-block; width: 30px; text-align: center; }
.cart_recap_price_block { width: 50%; text-align: center; float: left; font-size: 13px !important; text-transform: uppercase; }
.cart_banner { text-align: center; padding-top: 30px !important; font-size: 12px; margin: 0 auto; width: 70%; text-transform: uppercase; }
	.cart_banner a { text-decoration: underline; color: #000; }
.cart_free_shipping_txt { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
.cart_alert_block { padding: 10px; box-sizing: border-box; border: 3px solid #cc0000; }
	.cart_alert_block span { color: #cc0000; }

.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_black { margin-top: 5%; margin-bottom: 2%; padding: 12px 5px; font-size: 16px; min-width: auto; width: 100%; max-width: 250px; }
.cart_step1_button_block .bottone_paypal_fastcheckout { padding: 12px 5px; font-size: 16px; min-width: auto; width: 100%; max-width: 250px; }
.cart_step1_fastcheckout_title { padding: 20px 0 10px 5px; text-align: right; text-transform: uppercase; font-weight: 900; font-size: 13px; text-decoration: underline; text-underline-offset: 1px; }







/* STEP1 B2B */
.b2b_step1 .cart_step1_img_container img { width: 100%; display: block; max-width: 200px; margin: 0 auto; }
.b2b_step1 .cart_step1_info_title { text-align: left; font-size: 12px; font-weight: 700; padding: 0 1px 10px 1px; }
.b2b_step1 .cart_step1_price_block { font-size: 12px; }
.b2b_step1 .cart_descr_delete { color: #ffffff; font-size: 10px; text-transform: uppercase; display: block; border: 1px solid #c41100; background-color: #c41100; width: 100%; text-align: center; max-width: 180px; margin: 10px 0 10px auto; padding: 2px; }
.b2b_step1 .cart_descr_modifica { color: #000000; font-size: 10px; text-transform: uppercase; display: block; border: 1px solid #000000; background-color: #ffffff; width: 100%; text-align: center; max-width: 180px; margin: 10px 0 10px auto; padding: 2px; }







/* STEP3 */
.sumup_col_container { width: 100%; display: inline-block; background-color: aqua; }

	.sumup_col_sx { width: 50%; float: left; background-color: blueviolet; }

		.sumup_accordion_top { box-sizing: border-box; background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; position: relative; border-bottom: solid 1px #FFF; }
		.sumup_accordion_top:after { content: '\002B'; color: #777; font-weight: bold; float: right; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; }
		.sumup_accordion_title { color: #000; font-style: normal; font-weight: 700; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; }
		.sumup_accordion_subtitle { color: #000; font-style: italic; font-weight: 400; 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_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; margin: 0 0 10px 0; }
.cart_recap_article_info .cart_descr_descr { font-size: calc(9px + 0.15vw); margin: 0 0 5px 0; }
	.cart_recap_article_info .cart_descr_descr p { text-align: left!important; }
.cart_recap_article_info .cart_descr_size { font-size: 11px; margin: 0 0 5px 0; }
.cart_recap_article_info .cart_recap_qta { width: auto; font-size: 11px; text-transform: uppercase; }
.cart_recap_article_price { font-size: 13px; line-height: 13px; }
	.cart_recap_article_price .cart_recap_qta { margin: 10px 0 0 0; font-size: 11px; }

.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% 5% 0; border-top: 2px solid #000000; font-size: 16px; }
.cart_recap_tot_row > .cart_recap_price_block { font-size: calc(13px + 0.5vw)!important; font-weight: 700; }
.cart_recap_checkout_button { display: inline-block; margin: 5% auto 0; }

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







/* 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: 400; 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: 'Lato', sans-serif; font-size: 12px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; width: 100%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; height: 40px; margin: 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: 400; 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; display: block; }
	.tooltip_box_regalo_img img { width: 100%; }
.tooltip_box_regalo_txt { width: 60%; float: right; display: block; color: #000; text-align: left; font-weight: 400; letter-spacing: 1px; line-height: 18px; font-size: 11px; text-transform: none; }







/* MY ACCOUNT */
#container_my_account { width: 70%; border-bottom: solid 100px #FFF; margin: 160px 15% 0px 15%; min-height: 100%; display: inline-table; position: relative; }

#my_account_col_all { width: 100%; margin-top: 40px; margin-bottom: 60px; }
#my_account_col_all h2 { font-style: normal; font-weight: 700; color: #000; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; text-align: center; margin-bottom: 10px; }
#my_account_col_all p { font-size: 11px; color: #000; margin-bottom: 30px; text-align: center; }
#my_account_col_all ul { font-size: 11px; color: #000; line-height: 15px; list-style: none; padding: 0; text-align: center; }

.my_account_col_all_container { display: block; min-height: 350px; }

#my_account_menu_container { width: 100%; margin: 0 auto; display: inline-block; }
#my_account_menu_container ul li { display: inline; float: left; text-align: center; /*width: 16.6666666%;*/ width: 20%; }
.my_account_menu_container_reserved_area { width: 14.2857142% !important; }
#my_account_menu_container ul li a { font-style: normal; font-weight: 400; color: #000; font-size: 9px; letter-spacing: 0px; text-transform: uppercase; text-align: center; text-decoration: none; border: 1px solid rgba(0, 0, 0, 1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(255, 255, 255, 1); display: block; padding-top: 30px; padding-bottom: 30px; width: 100%; }

#my_account_wrapper { margin: 50px 0 50px 0; }
#my_account_box_gestione { width: 100%; display: inline-table; margin-top: 25px; }
#my_account_box_gestione tr { height: 40px; font-size: 12px; }

#my_account_frm_edit_data { display: none; margin-top: 25px; }
#my_account_frm_edit_data tr { font-weight: 400; font-size: 12px; }

.my_account_field_M { font-family: 'Lato', 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: 'Lato', 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: 'Lato', 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: 400; border-radius: 0px; padding: 0px 0px 0px 1%; height: 40px; margin: 0px 1% 0px 0px; position: relative; float: left; }

.my_account_select_container { position: relative; }
.my_account_select_container label{ position: absolute; top: -16px; font-size: 12px; color: #000; transition: 0.3s; letter-spacing: 0.5px; font-weight: 700;}
.my_account_select { font: 15px/24px futura-pt, sans-serif; color: #000; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px;	border: solid 2px #FFF;	border-bottom: solid 2px #000; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255, 255, 255, 1) url('images/select-arrow.png') no-repeat 97% center; text-transform: uppercase !important; text-indent: 0.01px; text-overflow: ""; padding: 2px 0 3px 0; margin: 0 0 0 0; }







/* MY ACCOUNT - B2B */
.my_account_b2b_col_all { width: 100%; text-transform: uppercase; }
.my_account_b2b_col_sx { float: left; width: 15%; margin-right: 5%; text-transform: uppercase; }
.my_account_b2b_col_dx { float: left; width: 80%; text-transform: uppercase; }
.my_account_b2b_col_info { width: 100%; margin: 0 0 5% 0; text-transform: uppercase; text-align: center; font-size: 10px; }
.my_account_b2b_col_action { width: 100%; margin: 0 0 0 0; text-transform: uppercase; text-align: center; font-size: 10px; }
	.my_account_b2b_col_action form { padding: 0px; margin: 0px; display: inline; }
	.my_account_b2b_col_action li { background-color: #dadada; margin-bottom: 10px; padding: 10px; overflow: auto; list-style-type: none; }







/* MY ACCOUNT POPUP ACQUISTA ARTICOLO FINITO */
.my_account_popup_container { width:900px; background-color: #FFF; }
.my_account_popup_close { text-align: right; cursor: pointer; }
.my_account_popup_container { width: 100%; margin-bottom: 20px; }

.my_account_popup_box_top { width: 100%; font-size: 12px; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px; text-align: center; text-transform: uppercase; }

.my_account_popup_box_bottom { display: inline-table; width: 100%; }
.my_account_popup_img_container { width: 150px; float: left; }







/* MY ACCOUNT RESPONSIVE */
.my_account_menu_desktop { display: block; }
.my_account_menu_mobile { display: none; }
.order_history_header { margin-bottom: 5px; }
	.order_history_header > a { display: block; background: #dadada; border: 1px solid #bababa; padding: 10px 20px; text-decoration: none; font-size: 12px; font-weight: 700; }
	.order_history_header > a::after { font-family: "Font Awesome 5 Pro"; width: 1.25rem; height: 1.25rem; content: "\f067"; position: absolute; right: 10px; transition: transform .2s ease-in-out; }
	.order_history_header > a:not(.collapsed)::after { content: "\f068"; }
.order_details_container { border: 1px solid #bababa; padding: 2%; margin: -5px 0 10px; }
.order_details_sx { font-size: 12px; }
	.order_details_sx strong { text-transform: uppercase; }
	.order_details_sx a { text-decoration: underline; }
.order_details_dx { text-align: center; }
	.order_details_button_block input.bottone_white { max-width: 200px; width: 100%; min-width: auto; font-size: calc(8px + 0.2vw); }
	.order_details_button_block input.bottone_black { max-width: 200px; width: 100%; min-width: auto; font-size: calc(8px + 0.2vw); }
	.order_details_button_block input.bottone_red { max-width: 200px; width: 100%; min-width: auto; font-size: calc(8px + 0.2vw); }
.richiedi_reso_header { background-color:#e6e6e6; color:#000; text-align: left; text-transform: uppercase; }
.info_reso_block > ul > li { padding: 0; margin: 0 0 1% 0; text-transform: none; }
#cartTable_modal .modal-dialog { max-width: 800px; width: 90%; margin: 1.75rem auto; }
#cartTable_modal .cart_step1_img_container img { display: block; width: 100%; }
#cartTable_modal .order_history_modal_footer { border-top: 1px solid #000000; padding-top: 25px; }
	#cartTable_modal .order_history_modal_footer .modal_btn_block { margin-top: 20px; text-transform: uppercase; text-align: right; }
.modal_info_reso .modal-header h2 { width: 90%; text-align: left!important; margin: 0!important; }
.modal_info_reso .modal-body { font-size: 12px; text-align: left; }
.modal_info_reso ul { text-align: left!important; }
	.modal_info_reso ul li { margin-bottom: 0; }
.richiedi_reso_header { background: #000000; color: #ffffff; padding: 1% 2%; font-weight: 700; font-size: 12px; }
.richiedi_reso_block { border: 1px solid #000000; padding: 2%; }
	.richiesta_reso_check > input.reso_check { margin: 0 auto; }
	.richiesta_reso_img > img { display: block; width: 100%; max-width: 150px; }
	.titoloArt-carrello { padding: 0 2%; }
		.richiesta_reso_info { font-size: 12px; margin-bottom: 10px; }
			.richiesta_reso_info_title { margin-bottom: 10px; }
		.richiesta_reso_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; }







/* 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 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: 'Lato', 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: 'Lato', 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; }







/* 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: 400; line-height: 20px; }
		.statica_txt h2 { margin: 20px 0 10px 0 !important; padding: 0 0 0 0 !important; font-size: 16px; font-weight: 400; 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 a { color: #000; text-decoration: none; font-weight: 700; }
	.statica_menu { width: 300px; margin: 0 auto 2% 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: 400; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }






/* INSTAFEED */
.insta_col_all { width: 98%; margin: 0 1% 3% 1%; clear: both; display: inline-block; }
.insta_col_title { color: #000; font-style: normal; font-weight: 400; font-size: 18px; letter-spacing: 1px; text-align: center; line-height: 35px; }
.insta_col_subtitle { font-size: 13px; letter-spacing: 1px; font-weight: 400; text-align: center; margin-top: 20px; line-height: 20px; }







/* STORES */
.store_locator_block { width: 96%; margin: 2% 2% 5% 2%; }

.store_locator_block_title { font-size: 13px; color: #000; letter-spacing: 1px; font-weight: 700; text-align: center; text-transform: uppercase; }
.store_locator_block_subtitle { font-size: 12px; color: #000; letter-spacing: 1px; font-weight: 400; text-align: center; margin-top: 5px; }
.store_locator_block_txt { font-size: 11px; color: #000; letter-spacing: 1px; font-weight: 400; text-align: center; margin-top: 10px; line-height: 15px; }

.stores_descr_grid_container { display: grid; grid-template-columns: auto auto auto; grid-column-gap: 20px; grid-row-gap: 100px; background-color: transparent; padding: 5%; }
.stores_descr_grid_container > div { background-color: rgba(255, 255, 255, 0); border: 1px solid white; text-align: left; font-size: 1vw; }







/* JOURNAL */
.journal_col_container { display: block; overflow: auto; margin-top: 80px; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; }

.journal_col_sx { float: left; width: 40%; display: block; margin: 5%; }
.journal_col_dx { float: right; width: 40%; display: block; margin: 5%; }
.journal_col_all { width: 100%; box-sizing: border-box; margin: 0 0 0 0; clear: both; display: inline-block; }
.journal_col_20 { position: relative; width: 20%; box-sizing: border-box; margin: 0 0 0 0; float: left; display: block; }
.journal_col_60 { position: relative; width: 60%; box-sizing: border-box; margin: 0 0 0 0; float: left; display: block; }
.journal_col_80 { position: relative; width: 80%; box-sizing: border-box; margin: 0 0 0 0; float: left; display: block; }
.journal_col_img { position: relative; width: 100%; margin: 0px 0px 0px 0px; clear: both; overflow: hidden; }
    .journal_col_img img { width: 100%; }
.journal_col_all_scroll_container { width: 100%; margin: 0 0 0 0; }

.journal_col_title_big_white { color: #FFF; font-style: normal; font-weight: 700; font-size: 3vw; letter-spacing: 1px; text-align: left; }
.journal_col_title_big_black { color: #000; font-style: normal; font-weight: 700; font-size: 3vw; letter-spacing: 1px; text-align: left; }

.journal_col_date { position: absolute; top: 50%; transform: translateY(-50%); color: #000; font-style: normal; font-weight: 400; font-size: 1.5vw; letter-spacing: 1px; text-align: center; font-family: Times New Roman, "serif"; width: 100%; }
.journal_col_category { position: absolute; top: 50%; transform: translateY(-50%); color: #000; font-style: normal; font-weight: 400; font-size: 1.5vw; letter-spacing: 1px; text-align: center; font-family: Times New Roman, "serif"; width: 100%; }

.journal_col_title_white { color: #FFF; font-style: normal; font-weight: 400; font-size: 2vw; letter-spacing: 1px; text-align: center; }
.journal_col_title_black { color: #000; font-style: normal; font-weight: 400; font-size: 2vw; letter-spacing: 1px; text-align: center; }
.journal_col_calltoaction_black { color: #000; font-style: normal; font-weight: 400; font-size: 1.5vw; letter-spacing: 1px; text-align: center; text-decoration: underline; font-family: Times New Roman, "serif"; }
.journal_col_info_article { color: #000; font-style: normal; font-weight: 400; font-size: 1vw; letter-spacing: 1px; text-align: left; text-decoration: none; font-family: Times New Roman, "serif"; padding: 0 5% 0 0; }

.journal_label { position: absolute; z-index: 2; top: 0; left: 0; background-color: black; padding: 1%; color: white; font-size: 1vw; font-weight: 400; letter-spacing: 1px; }
.journal_arrow_down { background-image: url('images/journal/journal_arrow_down.png'); background-repeat: no-repeat; background-position: center; }







/* GIFT CARD */
.gift_title { color: #000; font-style: normal; font-weight: 700; font-size: 22px; letter-spacing: 1px; margin-top: 20px; text-align: center; text-transform: uppercase; clear: both; }
.gift_title_line { height: 25px; text-align: center; }
.gift_container { display: block; overflow: auto; margin-bottom: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; }
.gift_error_box { margin: 40px; font-size: 10px; letter-spacing: 1px; font-weight: 400; color: red; }

.gift_subtitle { color: rgba(0,0,0,1.00); font-size: 16px; letter-spacing: 1px; font-weight: 700; text-align: center; text-transform: uppercase; margin: 40px 0 0 0; }
.gift_txt { font-size: 15px; letter-spacing: 1px; font-weight: 400; text-align: center; margin: 10px 0 0 0; }

.gift_col_sx { float: left; width: 45%; display: block; margin: 40px 5% 0 0; position: relative; }
	.gift_card_canvas_container { z-index: 1; }
		.gift_card_canvas_container img { width: 100%; }
	.gift_card_info_container { position: absolute; z-index: 2; bottom: 0; width: 100%; }
		.gift_card_info_mittente { color: #000000; font-size: 20px; letter-spacing: 1px; font-weight: 400; width: 100%; text-align: center; margin: 0 0 2% 0; }
		.gift_card_info_destinatario { color: #000000; font-size: 15px; letter-spacing: 1px; font-weight: 400; width: 100%; text-align: center; margin: 0 0 5% 0; }
		.gift_card_info_messaggio { color: #000000; font-size: 13px; letter-spacing: 1px; font-weight: 400; width: 80%; text-align: center; margin: 0 10% 5% 10%; }
		.gift_card_info_importo { color: #000000; font-size: 60px; letter-spacing: 1px; font-weight: 700; width: 100%; text-align: center; margin: 0 0 5% 0; }

.gift_col_dx { float: right; width: 45%; display: block; margin: 40px 0 0 5%; }
.gift_label_checkbox { width: 90% !important; }
.gift_btn_container { width: 100%; margin: 20px 0px 20px 0px; clear: both; text-align: center; }
	.gift_bottone { background-color: #000; border: 1px solid #000; color: #fff; cursor: pointer; font-size: 11px; font-weight: 400; letter-spacing: 2px; margin: 0px 0px 0px 0px; padding: 10px; text-align: center; text-transform: uppercase; min-width: 200px; transition: background-color 0.5s ease; }
.gift_info_container { width: 100%; margin: 20px 0px 20px 0px; clear: both; text-align: center; font-size: 12px; }

.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: 400; text-transform: none !important; }
    .gift_rowElem span { margin: 0 0 5px 0; display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; }

.gift_field_100 { font-size: 11px; background-color: #FFF; border: solid 1px #000; height: 40px; overflow: hidden; padding: 0px 2% 0px 2%; position: relative; width: 100%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.gift_field_100:focus { background-color: #f8f8f8; }

.gift_select_100 { font-size: 11px; background-color: #FFF; border: solid 1px #000; -webkit-appearance: none; -moz-appearance: none; appearance:none; background: #FFF url('images/select-arrow.png') no-repeat 98% center; width: 100%; text-indent: 0.01px; text-overflow: ""; color: #000; font-weight: 400; border-radius: 0px; height: 40px; margin: 0 0 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.gift_select_100:focus { background-color: #f8f8f8; }

.gift_message_100 { font-size: 11px; background-color: #FFF; border: solid 1px #000; height: 100px; overflow: hidden; padding: 1% 2% 1% 2%; position: relative; width: 100%; border-radius: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; letter-spacing: 1px; }
	.gift_message_100:focus { background-color: #f8f8f8; }







/* SERVIZIO CLIENTI */
.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: 15px; font-weight: 700; 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: 15px; font-weight: 700; 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 ul { list-style-type: upper-latin; margin-left: 60px; margin-top: 5px; padding-top: 5px; font-size: 12px; line-height: 20px; letter-spacing: 1px; color: #000; }
			#sc_container li { margin-bottom: 5px; }
		#sc_container a { color: #000; text-decoration: none; }
.sc_container_separatore { background-color: #FFF; height: 1px; clear: both; font-size: 1px; padding: 2px 2px 2px 2px; margin: 40px 0px 40px 0px; }








/* LOOKBOOK */
.collections_box_img img { display: block; width: 100%; }







/* CORPORATE GENERAL */
.title_general { font-size: calc(12px + 1vw); font-weight: 600; text-align: center; text-transform: uppercase; margin: 0 0 2% 0; }
.text_general { font-size: calc(9px + 0.5vw); }
.action_general a { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: auto; display: inline-block; margin: 5% 0 0 0; padding: 5px 25px; transition: 0.5s; }
.img_block_100 { position: relative; }
	.img_block_100 img { width: 100%; max-width: 100%; height: auto; display: block; }
.text_over_img { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); text-align: center; width: 100%; padding: 0 2%; }
.text_over_img_note { text-align: center; font-size: calc(12px + 0.5vw); font-weight: 400; color: #ffffff; letter-spacing: 1px; margin: 0 0 2% 0; text-shadow: 0px 1px 6px #000000; }
.text_over_img_action a { background-color: #ffffff; border: 1px solid #ffffff; color: #000000; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: 100%; max-width: 200px; display: inline-block; padding: 5px; transition: 0.5s; }
.section_shadow_general { box-shadow: 0px 0px 20px -5px #000; }





/* ARCHIVIO ARTICOLI */
.archive_article_img { position: relative; }
	.archive_article_img img { width: 100%; max-width: 100%; height: auto; }
.archive_article_info { display: flex; flex-wrap: wrap; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 5%; background-color: rgba(0,0,0,0.75); opacity: 0; transition: 0.5s; }
	.archive_article_info_block { margin: auto 0; text-align: center; width: 100%; }
.archive_article_info_title { font-size: calc(12px + 0.5vw); font-weight: 400; color: #ffffff; margin: 0 0 5% 0; }
.archive_article_info_action > a { background-color: #ffffff; border: 1px solid #ffffff; color: #000000; text-align: center; font-size: calc(10px + 0.5vw); font-weight: 600; width: 100%; max-width: 200px; display: inline-block; padding: 5px; transition: 0.5s; }
.fade_archive .slick-prev { left: -2.5rem; }
.fade_archive .slick-next { right: -2.5rem; }

.article_sticky { position: sticky!important; top: 7.5%; margin: 0 auto auto auto; }
.article_title { font-size: calc(18px + 1vw); font-weight: 700; text-align: center; text-transform: uppercase; margin: 0 auto 2% auto; padding: 5% 10% 0 10%; }
.article_subtitle { font-size: calc(14px + 1vw); font-weight: 700; text-align: center; text-transform: uppercase; margin: 0 auto 2% auto; padding: 5% 10% 0 10%; }
.article_text { font-size: calc(8px + 1vw); text-align: center; margin: 0 auto; padding: 0 10% 5% 10%; }
	.article_text > p { margin: 0 0 2% 0; }
		.article_text > p:last-child { margin: 0; }
.article_img img { width: 100%; max-width: 100%; height: auto; }




/*SUSTAINABILITY*/
.sustainability_info_color { font-size: calc(12px + 1.3vw); line-height: calc(12px + 2.5vw); }





/* REG_FORM */
.reg_form_col_full { margin: auto;}






/* ELEMENTS */
.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: 10px; text-transform: lowercase !important; margin: 10px 0px 10px 0px; padding: 5px 1% 5px 0px; min-width: 10%; font-weight: 400; }
.rowElem > 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 > 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: 'Lato', sans-serif; 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: 400; letter-spacing: 1px; }
	.general_field_100:focus { background-color: #F8F8F8; border-bottom: solid 2px #000; }
.general_field_50 { font-family: 'Lato', sans-serif; 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: 400; letter-spacing: 1px; }
	.general_field_50:focus { background-color: #F8F8F8; border-bottom: solid 2px #000; }
.general_message_100 { font-family: 'Lato', sans-serif; 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; }
	.general_message_100:focus { background-color: #f8f8f8; }

.general_select_100 { font-family: 'Lato', sans-serif; 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: 400; border-radius: 0px; height: 40px; margin: 0 0 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.general_select_100:focus { background-color: #f8f8f8; border-bottom: solid 2px #000; }
.general_select_50 { font-family: 'Lato', sans-serif; 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: 400; border-radius: 0px; height: 40px; margin: 0 0 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.general_select_50:focus { background-color: #f8f8f8; border-bottom: solid 2px #000; }
.general_select_24 { font-family: 'Lato', sans-serif; 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: 400; border-radius: 0px; height: 40px; margin: 0 1% 0 0; padding: 0px 0px 0px 1%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 1px; }
	.general_select_24:focus { background-color: #f8f8f8; 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: 400; }
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: 400; }
.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: 'Lato', 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: 'Lato', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; 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: 'Lato', 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: 'Lato', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_green { background-color: #83E6A3; border: 2px solid #83E6A3; color: #000; cursor: pointer; padding: 5px; min-width: 200px; transition: 0.5s; display: inline-block; font-family: 'Lato', sans-serif; font-style: normal; font-weight: 600; font-size: 13px; 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: 'Lato', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; 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: 'Lato', 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: 7.5px 15px; min-width: 200px; transition: all 0.5s ease; display: inline-block; font-family: 'Lato', sans-serif; font-style: italic; font-weight: 700; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-align: right; border-radius: 0px; }

.bottone_step2_account_active { background-color: #fff; border-top: 1px solid rgba(0,0,0,1); border-right: 1px solid rgba(0,0,0,1); border-bottom: 1px solid rgba(0,0,0,1); border-left: 1px solid rgba(0,0,0,1); color: black; cursor: pointer; padding: 30px 0; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; font-size: calc(8px + 0.2vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_step2_account { background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.03); border-right: 1px solid rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.03); border-left: 1px solid rgba(0, 0, 0, 0.03); color: rgba(0, 0, 0, 0.5); cursor: pointer; padding: 30px 0; width: 100%; transition: background-color 0.5s ease; display: inline-block; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; font-size: calc(8px + 0.2vw); letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }

.bottone_checkout { background-color: #83E6A3; border: 2px solid #83E6A3; color: #000; cursor: pointer; padding: 10px; min-width: 250px; transition: 0.5s; display: inline-block; font-family: 'Lato', sans-serif; font-style: normal; font-weight: 600; font-size: 17px; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-radius: 0px; }
	.bottone_checkout:hover { background-color: transparent; color: #000; text-decoration: none; }

button.forgot_psw_action { background: transparent; border: 0; padding: 0; margin: 3px 0 0 0; font-size: 10px; letter-spacing: 1px; }






/* 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 { 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; }
.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: 400; 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; }
.active_accordion, .accordion:hover { background-color: #ccc; }
.accordion:after { content: '\002B'; color: #777; font-weight: bold; float: right; margin-left: 5px; }
.active_accordion:after { content: "\2212"; }
.panel_accordion { padding: 0; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
*/







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







/* DISISCRIZIONE NEWSLETTER */
.disiscrizione_nl_container { width: 50%; margin: 0px 25% 20px 25%; }







/* CLEARPAY */
.clearpay_details_info { margin: 0 0 3% 0; }
.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; }







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







/* 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%; }
	.search_field_header { width: 120px; }
	#container { min-width: 100%; }

	/* HOME */
	.home_2_colonne_info_block { padding: 10%; }
	
	/* GALLERY */
	#filters_box_wrap { width: 100%; padding: 20px 1% 10px 1%; }
	#filters_box_wrap ul li:first-child { margin: 0 5px 0 0; }
	#filters_box_wrap ul li { margin: 0 5px 0 5px; }
	#filters_box_wrap ul li:last-child { margin: 0 0 0 5px; }
	
	/* ACCOUNT */
	.input_focus_effect ~ label { font-size: 11px!important; }
	
	/* ABOUT */
	.about_text > p { margin-bottom: 5%; line-height: 3vw; font-size: 2vw; }
	
}







/* BOOTSTRAP Large Breakpoint & 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; }
	.footer_container a:hover { color: #000; text-decoration: underline; }
	.alert_txt a:hover { color: #000; text-decoration: underline; }
	.btn_video_block > a:hover { text-decoration: none; background: #000000; color: #ffffff; border: 1px solid #000000; }
	.home_scroll_info_block_action a:hover { color: #000000; text-decoration: none; }
	.home_scroll_info_block_action.txtWhite a:hover { color: #ffffff; text-decoration: none; }
	.home_txt_container_action a:hover { color: #000; background-color: white; border: solid 1px black; }
	.home_scroll_singleitems_img img:hover { opacity: 0.8; }
	.home_scroll_singleitems_action a:hover { background-color: black; color: white; text-decoration: none; }
	.home_items_btn_01 a:hover { text-decoration: underline; }
	.home_items_btn_02 a:hover { text-decoration: underline; }
	.home_2_colonne_info_action a:hover { background-color: #ffffff; color: #000000; text-decoration: none; }
	.home_seconda_fascia_info_action a:hover { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-decoration: none; }
	.home_items_img img:hover { opacity: 0.8; }
	.home_scroll_decentrato_info_block_action a:hover { color: #000; background-color: white; border: solid 1px black; }
	.home_scroll_multi_info_block_action a:hover { color: #000; background-color: white; border: solid 1px black; }
	.home_bottom_fascia_33_img img:hover { opacity: 0.7; }
	.home_bottom_fascia_33_info_action a:hover { text-decoration: underline; }
	input#home_newsletter_invia:hover { background-color: #ffffff; border: 1px solid #ffffff; color: #000000; }
	.landing_2_colonne_info_action > a:hover { background-color: #ffffff; border: 1px solid #ffffff; color: #000000; text-decoration: none; }
	.gallery_vasca_top_info_block_action a:hover { color: #FFF; background-color: black; }
	.gallery_vaschette_fit_img img:hover { opacity: 0.8; }
	.vaschetta_item_img img:hover { opacity: 1; }
	.vaschetta_item_img:hover .vaschetta_item_info { opacity: 1; }
	.vaschetta_item_sizes a:hover { color: #000; text-decoration: underline; }
	.vaschetta_item_command_btn:hover { background-color: rgba(0, 0, 0, 0.5); 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 rgba(0, 0, 0, 1); text-decoration: none; border: solid 1px rgba(0, 0, 0, 1); color: #FFF; }
	.paging_tab_loadmore a:hover { color:#000; text-decoration:none; }
	.detail_altricolori_img img:hover { opacity: 0.8; }
	.detail_info_size li a:hover { background-color: #000; border: solid 1px #000; color: #FFF; }
	.details_article_size_guide a:hover { color: #000; text-decoration: underline; }
	.btn_addtocart_black:hover { background-color: #ffffff; color: #000000; text-decoration: none; }
	.btn_addtocart_white:hover { background-color: #000; color: #FFF; text-decoration: none; }
	.btn_addtocart_green:hover { background-color: #ffffff; color: #83E6A3; text-decoration: none; }
	.btn_details_wish_white:hover { background-color: #000; color: #FFF; text-decoration: none; }
	.whish_detail_alert_txt a:hover { color: rgba(0, 0, 0, 1); text-decoration: underline; }
	.details_2_colonne_info_action > a:hover { background-color: #ffffff; border: 1px solid #ffffff; color: #000000; }
	.detail_alsolike_img img:hover { opacity: 0.5; }
	.grid_b2b_details_row.grid_b2b_row_content:hover { background-color: #dadada; }
	#somedialog .convtaglie_trhover:hover {background-color: #e2e2e2;}
	.popup_added_btn_vai a:hover { background-color: #fff; color: #000; text-decoration: none; }
	.popup_added_btn_continua a:hover { text-decoration: underline; border: solid 1px #fff; }
	.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; }
	.tooltip_box_regalo:hover .tooltip_box_regalo_wrap { visibility: visible; opacity: 1; }
	#my_account_menu_container ul li a:hover { color: rgba(255, 255, 255, 1); text-decoration: none; font-weight: 700; border: 1px solid rgba(0, 0, 0, 1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(0, 0, 0, 1); }
	.my_account_b2b_col_action li:hover { background-color: #EDEDED; }
	.order_history_header > a:hover { text-decoration: none; }
	input.whish_btn_03.desel_all:hover { background: #C14345; color: #ffffff; }
	.whish_btn_01:hover { background-color: #000; color: #fff; text-decoration: none; }
	.whish_btn_02:hover { background-color: rgba(153, 153, 153, 1); color: #FFF; text-decoration: none; }
	.whish_btn_03:hover { background-color: rgba(0, 0, 0, 0); color: #000; text-decoration: none; }
	.whish_btn:hover { background-color: #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; }
	.statica_txt a:hover { color: #000; text-decoration: underline; }
	.statica_menu a:hover { color: rgba(0, 0, 0, 1); text-decoration: underline; }
	.gift_bottone:hover { background-color: #fff; color: #000; text-decoration: none; }
	#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; }
	.action_general a:hover { background-color: #ffffff; color: #000000; text-decoration: none; }
	.text_over_img_action a:hover { background-color: #000000; border: 1px solid #000000; color: #ffffff; text-decoration: none; }
	.archive_article_img:hover .archive_article_info { opacity: 1; }
	.archive_article_info_action a:hover { background-color: transparent; border: 1px solid #ffffff; color: #ffffff; 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_green:hover { background-color: #fff; color: #83E6A3; 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; }
	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; }
	.box_alert_no_dispo_sumup_command a:hover { text-decoration: none; background-color: transparent; border: 2px solid red; color: #000; }
}

@media only screen and (max-width: 991.98px) {

	.menu_main ul li { margin: 0 0.75%; }
		.menu_main > ul > li { margin: 0 15px; }
	.search_field_header { width: 110px; }
	
	/* GALLERY */
	#filters_box_wrap { font-size: 10px; }

	/* DETTAGLIO */
	.details_block_container { max-width: 100%; }
	.details_article_dett_title { font-size: 18px; margin: 0 0 20px 0; padding: 0 1.5rem; }
	.details_article_dett_prezzo { margin: 0 0 20px 0; padding: 0 1.5rem; }
		.details_article_dett_prezzo_new_price { font-size: 16px; }
		.details_article_dett_prezzo_old_price { font-size: 16px; }
	.scalapay_details_info { font-size: 12px; padding: 0 1.5rem; margin-bottom: 1rem; }
	.details_info_varianti { margin: 20px 0 0 0; padding: 0 1.5rem; }
		.detail_altricolori_title { font-size: 11px; }
	.detail_article_btn_wrap { text-align: center; margin: 25px 0; position: sticky; bottom: 0; }
		.btn_addtocart_green { font-size: 16px; padding: 10px; }
		.btn_addtocart_black { max-width: 250px; margin: 0 auto; float: none; }
		.btn_details_wish_white { max-width: 250px; margin: 0 auto; float: none; }
	.details_article_dett_info_container { margin: 0 0 50px 0; }
		.details_article_dett_descr { font-size: 12px; height: 75px; padding: 0 1.5rem; }
			.details_article_dett_descr_full { height: auto; }
		.details_article_dett_descr_gradient::after { font-size: 12px; padding: 5px 1.5rem; }
	.details_text_row{ padding: 3rem 0; font-size: 1.25rem; }
	
	#accordion_details { padding: 0 1.5rem; }
		#accordion_details .accordion-button { padding: 10px 10px 10px 0; font-size: 14px; }
		#accordion_details .accordion-body { font-size: 12px; }
			#accordion_details ul li { font-size: 12px; margin: 0 0 10px 0; }
	.details_2_colonne_info_title { font-size: 16px; }
	.details_2_colonne_info_note { 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; }
	
	/* 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; }
	
}







/* 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; }
	
	#header { height: 55px; }
	.header_desktop { display: none; }
	.header_mobile { display: block; }
	.header_shipping_box { margin: 0; }
	.header_logo { width: auto; height: auto; margin: 0; display: block; text-align: center; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); float: none; z-index: 999; }
		.header_logo img { height: 16px; }
	.cart_items_in { left: 20px; }
	
	#container_margin_0 { margin: 55px 0 0 0; }
	#container_margin_5 { margin: 55px 5% 0 5%; }
	#container_margin_10 { margin: 55px 5% 0 5%; width: 90%; }
	#container_margin_15 { margin: 55px 5% 0 5%; width: 90%; }
	#container_margin_20 { margin: 55px 5% 0 5%; width: 90%; }
	#container_my_account { margin: 80px 5% 0px 5%; width: 90%; border: 0; }
	
	.footer_block_nl_input_email { width: 100%; max-width: 320px; display: block; margin: 0 auto; }
	.footer_block_nl_input_submit { width: 100%; max-width: 320px!important; display: block!important; margin: 10px auto; }
	
	/* HOME */
	.home_scroll_container { margin: 0 0 2% 0; }
	.home_scroll_info_block_action a { max-width: 200px; width: auto; min-width: auto; }

	.home_prima_fascia_25 { width: 50%; padding: 2%; }

	.home_scroll_articles_title { font-size: 13px; }

	.home_2_colonne_img { width: 100%; order: 1 !important; }
	.home_2_colonne_info { width: 100%; order: 2 !important; }
	.home_2_colonne_info_block { padding: 2%; height: auto; }
		.home_2_colonne_info_note > h2 { font-size: 14px; margin: 0 0 5% 0; }
		.home_2_colonne_info_note > p { font-size: 13px; }

	.home_seconda_fascia_50 { width: 100%; }
	
	.home_newsletter_col_info { width: 100%; padding: 10% 5% 0 5%; }
	.home_newsletter_col_img { width: 100%; }

	.home_bottom_fascia_33 { width: 100%; padding: 0; margin: 0; }
	.home_bottom_fascia_33_info_title { font-size: calc(12px + 0.6vw); }
	.home_bottom_fascia_33_info_subtitle { font-size: calc(9px + 0.2vw); }
	.home_items_16_full { width: 33.333%; margin-bottom: 2%; }
	
	/* LANDING */
	.landing_scroll_articles_title { font-size: 13px; }
	.landing_products_25 { width: 50%; padding: 2%; }
	.landing_2_colonne_img { width: 100%; order: 1!important; }
	.landing_2_colonne_info { width: 100%; order: 2!important; }

	/* 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: 18px; 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; }
			.filters_items input[type='checkbox'] + label { font-size: 12px; }
	
	.gallery_loadmore_img { position: absolute; z-index: 20000; }
	
	.gallery_vaschette_fit_wrap ul { width: 100%; overflow-x: scroll; white-space: nowrap; display: inline-block; }
	.gallery_vaschette_fit_wrap ul::-webkit-scrollbar { height: 5px; }
	.gallery_vaschette_fit_wrap ul li { width: 28%; }
	.gallery_txt_container { padding: 2% 5%; }
	
	.fast_add_icon_mobile { /*display: block;*/ display: none; position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; text-align: right; padding: 5px; cursor: pointer; }
	.vaschetta_item_img .vaschetta_item_info { height: auto; }
		.vaschetta_item_img:hover .vaschetta_item_info { opacity: 0; }
	
	.vaschetta_item_sizes li { font-size: 12px; }
		.vaschetta_item_sizes li a { font-size: 14px; }
	.vaschetta_item_img a { display: inline-block; }
	
	/* DETTAGLI */
	/*.details_block_container > .detail_full_col_dx { order: 1; }
	.details_block_container > .detail_full_col_sx { order: 2; }*/
	.fade_details_nav { display: none !important; }
	.fade_details .slick-prev { left: 1rem; }
	.details_2_colonne_img { width: 100%; order: 1!important; }
	.details_2_colonne_info { width: 100%; order: 2!important; }

	/* CORPORATE GENERAL */
	.section_shadow_general { box-shadow: none; }
	
	/* STORY */
	.story_title_big { margin-bottom: 5%; }
	.story_info_block { padding: 0; }
		.story_txt_block p { margin-bottom: 2%; }
			.story_txt_block p:last-child { margin-bottom: 0; }
	
	/* 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; }
	
	/* TERMINI E CONDIZIONI */
	#statica_container { padding: 0 0 5% 0; }
	.statica_menu { margin: 0 auto 10% auto; }
	
	/* CONTATTI */
	.contatti_input_container { order: 1; }
	.contatti_invia_container { order: 2; }
	.contatti_mappa_container { order: 3; }
	
	/* DISISCRIZIONE NEWSLETTER */
	.disiscrizione_nl_container { width: 90%; margin: 0px 5% 20px 5%; }
	
	/* 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: 10%; }
	.cart_step1_free_shipping_block { text-align: center; order: 1; margin-top: 10%; }
	.cart_step1_button_block { text-align: center; order: 2; }
	.cart_step1_button_block input.bottone_black { margin-bottom: 4%; }
	.cart_step1_fastcheckout_title { text-align: center; }
	.bottone_step2_account { font-size: 12px; }
	.bottone_step2_account_active { font-size: 12px; }
	
	/* STEP1 B2B */
	.b2b_step1 .cart_step1_info_title { text-align: center; padding: 10px 1px; }
	.b2b_step1 .cart_descr_delete { margin: 10px auto; }
	.b2b_step1 .cart_descr_modifica { margin: 10px auto; }
	
	/* MY ACCOUNT */
	.order_history_header > a { font-size: 12px; }
	.order_details_sx { text-align: center; margin-bottom: 20px; }
	.order_details_button_block { margin-bottom: 10px; }
	#cartTable_modal .cart_step1_img_container img { max-width: 200px; margin: 0 auto; }
	#cartTable_modal .order_history_modal_footer .modal_btn_block  { text-align: center; }
	.richiesta_reso_check { margin: 0; text-align: right; }
	.richiesta_reso_img { text-align: left;  }
	.richiesta_reso_info { text-align: left; }
	.richiesta_reso_marchio { text-align: left; }
	.richiesta_reso_taglia { text-align: left; }
	.richiesta_reso_prezzo { text-align: left; }
	.richiesta_reso_qta { text-align: left; }
	.info_reso_block select.general_select_50 { width: 100%; }
	.btn_confirm_reso_block { order: 1; margin-bottom: 20px; }
	.btn_mod_reso_block { order: 2; margin-bottom: 20px; }
	
	.saved_address_text { text-align: center; }
	.saved_address_edit_button { text-align: right; }
	.saved_address_del_button { text-align: left; }
	.saved_address_add_button { padding: 0 1%; }
	.whish_command_select_wrap { text-align: center; }
	.whish_command_btn_wrap { text-align: center; }
		input.whish_btn_01.sel_all { width: 49%; }
		input.whish_btn_03.desel_all { width: 49%; }
		input.whish_btn_01.add_all.bottone_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; }
	
	/* CLEARPAY */
	.clearpay_cart_step1_info { text-align: center; }
	.clearpay_cart_step3_info { text-align: center; }

}







/* BOOTSTRAP Small Breakpoint */
@media only screen and (max-width: 575.98px) {
	
	.splash_box_form .g-recaptcha { transform: scale(0.77); }
	
	.bottone_black { max-width: 200px; min-width: unset; width: 100%; }
	.whish_btn_01 { max-width: 200px; min-width: unset; width: 100%; }
	
	/* HOME */
	.home_items_title { height: 50px; line-height: 13px; }
	
	/* GALLERY */
	#filters_box_wrap > ul { max-height: 90vh; overflow-y: auto; padding-bottom: 60%; }
		#filters_box_wrap > ul::-webkit-scrollbar { width: 0px; height: 0px; }
	
	/* CART */
	.cart_descr_title { font-size: 10px; }
	.cart_descr_size { font-size: 8px; }
	.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: 10px; }
	.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: 10px; line-height: 10px; 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: 9px; margin: 0; }
	.cart_recap_article_price { text-align: right; font-size: 10px; line-height: 10px; }
	.cart_recap_main { padding: 0 0 2.5% 0; }
	.cart_recap_checkout_info { padding: 0; }
	.cart_recap_tot_row { padding: 2% 0 0 0; }
	
	.cart_recap_checkout_button { display: block; }
	.bottone_checkout { min-width: 100%; }
	
	.cart_recap_edit_block { padding: 0; font-size: calc(10px + 0.2vw); }
	
	/* STEP1 B2B */
	.b2b_step1 .grid_b2b_details_container { font-size: 10px; }
	
}