/* CART */
#cart_container {
	margin-top: 20px;
}

.cart_step_wrap {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 1.00);
	text-align: center;
	margin-bottom: 40px;
}

.cart_step {
	display: inline-block;
	width: 150px;
	text-align: center;
	text-transform: uppercase;
}

.cart_step_01 {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.cart_step_02 {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.cart_step_03 {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.cart_step_active {
	font-weight: 700;
}

.cart_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: left;
	margin: auto;
}

.cart_descr_title {
	font-size: calc(10px + 0.5vw);
	font-weight: 700;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 1);
	text-transform: uppercase;
	margin-bottom: 0;
}

.cart_descr_brand {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: rgb(90 90 90);
	text-transform: uppercase;
}

.cart_descr_size {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 1);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart_qta_01 {
	display: inline-block;
	text-align: center;
	font-size: 12px;
}

.cart_qta_02 {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 10px;
}

.cart_qta_03 {
	display: inline-block;
	text-align: center;
	font-size: 12px;
}

.cart_step1_price_container {
	padding: 5px;
	text-align: right;
	font-weight: 400;
	margin: auto;
	font-size: 12px;
}

.cart_step1_icon {
	font-size: 15px;
	margin: 10px 0 0 0;
	display: block;
}

.cart_descr_wishlist {
	color: #000;
	display: inline-block;
	margin-right: 10px;
}

.cart_descr_delete {
	color: #000;
	display: inline-block;
}

.cart_recap_price_block {
	width: 50%;
	text-align: center;
	float: left;
	font-size: 13px !important;
	text-transform: uppercase;
}

.cart_recap_omaggio_title {
    font-size: calc(16px + 0.5vw);
    text-transform: none;
    font-weight: 900;
	text-align: left;
}

.cart_banner {
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	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;
}

.cart_step1_arrow_back {
	padding: 5px;
	text-align: left;
}

.cart_step_container {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.loading_sumup_accordion {
	position: absolute;
	z-index: 10000;
	padding: 0;
	margin: 0;
	display: none;
	background-image: url("/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: 700;
	font-size: calc(10px + 0.4vw);
}

.accordion_title:hover {
	text-decoration: underline;
}

.orders_list_container .accordion_title {
	font-size: calc(10px + 0.2vw);
}

.orders_list_container .accordion_title i {
    font-size: calc(11px + 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 {
	display: flex;
	background: rgb(247 247 247);
	border: 1px solid rgba(0, 0, 0, .125);
	margin: 2%;
	padding: 1% 1% 1% 3%;
}

.payment_stripe .paymentchoose_row {
	margin: 1%;
	padding: 1% 1% 1% 1.5%;
}

.paymentchoose_row_multisafepay {
	border: 0px solid rgba(0, 0, 0, .125);
	margin: 2%;
	padding: 1% 1% 1% 6%;
}

.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%;
	top: 85px;
}

.cart_recap_title {
	font-size: calc(16px + 0.5vw);
	font-weight: 600;
	text-align: left;
	margin: 0 0 3% 0;
}

.cart_recap_subtitle {
	font-size: calc(12px + 0.2vw);
	font-weight: 400;
	text-align: left;
	margin: 0 0 3% 0;
}

.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_coupon_btn {
	width: 100%;
	min-width: auto;
	max-width: 100%;
	height: 40px;
}

.cart_recap_omaggio {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 2.5% 2.5% 2.5%;
}

#accordionCartRecap {
	margin: 3% 0 3% 0;
}

#accordionCartRecap button.accordion-button {
	background-color: transparent !important;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	width: auto;
	border-radius: 0;
}

#accordionCartRecap button.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	box-shadow: none;
}

#accordionCartRecap button.accordion-button:focus {
    box-shadow: none;
}

#accordionCartRecap button.accordion-button:focus-visible {
    box-shadow: none;
    outline-color: rgb(16,16,16);
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
    border-radius: 1px;
}

#accordionCartRecap button.accordion-button::after {
	margin-left: 10px;
    background: none;
    content: "\F282";
    font-family: bootstrap-icons;
    width: auto;
    height: auto;
}

.cart_recap_calc_sped_container {
	text-align: left;
	margin: 0 0 3% 0;
}

.cart_recap_calc_sped_sel select {
	font-weight: 400;
}

.cart_recap_calc_sped_action {
	text-align: right;
}

.cart_recap_calc_sped_action a {
	font-size: 11px;
	font-weight: 600;
}

.cart_recap_coupon_container {
	text-align: left;
	margin: 0 0 3% 0;
}

.cart_recap_checkout_info {
	display: inline-block;
	width: 100%;
	margin: 1% auto;
	padding: 0 5%;
}

.cart_recap_tot_row {
	display: inline-block;
	width: 100%;
	margin: 1% auto;
	padding: 2% 4% 0;
	border-top: 2px solid #000000;
	font-size: 16px;
}

.cart_recap_tot_row>.cart_recap_price_block {
	font-size: calc(13px + 0.5vw) !important;
	font-weight: 700;
}

.cart_recap_button_block {
	margin: 0 0 5% 0;
}

.cart_recap_button_block .bottone_black {
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 10.5px 5px;
	max-width: 500px;
	min-width: auto;
	width: 100%;
	font-size: 16px;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	color: #000;
	transition: .5s;
}

.cart_recap_button_block .bottone_black:hover {
	background-color: #7e7e7e;
	border: 1px solid #7e7e7e;
	color: #fff;
}

.cart_recap_fastcheckout_title {
	padding: 20px 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	text-decoration: underline;
	text-underline-offset: 1px;
}

.cart_recap_button_block .amazon_fastcheckout_container {
	max-width: 500px;
	margin: 0 auto;
}

.cart_recap_button_block input.bottone_paypal_fastcheckout {
	max-width: 500px;
	width: 100%;
}

.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;
	height: auto !important;
}

.msp-ui-form-control {
	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;
}







/* MY ACCOUNT */
.my_account_menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.my_account_menu ul li {
	margin: 0 0 0.5% 0;
}

.my_account_menu ul li a {
	font-style: normal;
	font-weight: 400;
	color: #000;
	font-size: calc(12px + 0.2vw);
	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_menu 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-color: rgba(0, 0, 0, 1);
}

.my_account_menu ul li a.active {
	color: rgba(0, 0, 0, 0.7);
	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-color: rgba(0, 0, 0, 0.2);
}

.order_details_container {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.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);
}

#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;
}

.titoloArt-carrello {
	padding: 0 2%;
}

.saved_address_text {
	font-size: calc(9px + 0.2vw);
	font-weight: 500;
}

.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);
}






/* RESO */
.richiesta_reso_img img {
    display: block;
    width: 100%;
	height: auto;
    max-width: 150px;
}

.richiesta_reso_info {
	font-size: 12px;
}

.richiesta_reso_edit_qta {
	display: inline-block;
	font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.richiesta_reso_less_qta {
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.richiesta_reso_actual_qta {
	display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 10px;
}

.richiesta_reso_more_qta {
	display: inline-block;
    text-align: center;
    font-size: 12px;
}








/* WISHLIST */
.wishlist_item_img {
	height: auto;
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.wishlist_item_img a {
	display: block;
}

.wishlist_item_img img {
	width: 100%;
	height: auto;
}

.wishlist_item_checkbox {
	position: absolute;
	top: 2%;
	left: 2%;
}

.wishlist_item_brand {
	font-size: calc(10px + 0.2vw);
	font-weight: 900;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.wishlist_item_title {
	font-size: calc(10px + 0.2vw);
	font-weight: 900;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 2% 0;
	padding: 0 0 0 0;
}

.wishlist_item_price_container {
	position: relative;
	text-align: center;
	margin: 0 0 2% 0;
	padding: 0 0 0 0;
}

.wishlist_item_old_price {
	display: inline;
	font-size: calc(9px + 0.2vw);
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: line-through;
	margin: 0 1% 0 0;
	padding: 0 0 0 0;
}

.wishlist_item_price {
	display: inline;
	font-size: calc(9px + 0.2vw);
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.wishlist_item_commands {
	margin: 0 0 1% 0;
	padding: 0 0 0 0;
	text-align: center;
}

.wishlist_item_btn_add {
	font-size: calc(16px + 0.2vw);
	font-weight: 900;
	color: #000;
}

.wishlist_item_btn_add a:hover {
	opacity: 0.5;
}

.wishlist_item_btn_remove {
	font-size: calc(16px + 0.2vw);
	font-weight: 900;
	color: #000;
}

.wishlist_item_btn_remove a:hover {
	opacity: 0.5;
}






/* SHARE CART */
.share_cart_item_img {
	height: auto;
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.share_cart_item_img a {
	display: block;
}

.share_cart_item_img img {
	width: 100%;
	height: auto;
}

.share_cart_item_brand {
	font-size: calc(10px + 0.2vw);
	font-weight: 900;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.share_cart_item_title {
	font-size: calc(10px + 0.2vw);
	font-weight: 900;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 2% 0;
	padding: 0 0 0 0;
}

.share_cart_item_price_container {
	position: relative;
	text-align: center;
	margin: 0 0 2% 0;
	padding: 0 0 0 0;
}

.share_cart_item_old_price {
	display: inline;
	font-size: calc(9px + 0.2vw);
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: line-through;
	margin: 0 1% 0 0;
	padding: 0 0 0 0;
}

.share_cart_item_price {
	display: inline;
	font-size: calc(9px + 0.2vw);
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.share_cart_item_commands {
	margin: 0 0 1% 0;
	padding: 0 0 0 0;
	text-align: center;
}

.share_cart_item_btn_add {
	font-size: calc(16px + 0.2vw);
	font-weight: 900;
	color: #000;
}

.share_cart_item_btn_add a:hover {
	opacity: 0.5;
}

.share_cart_item_btn_remove {
	font-size: calc(16px + 0.2vw);
	font-weight: 900;
	color: #000;
}

.share_cart_item_btn_remove a:hover {
	opacity: 0.5;
}







/* 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: 1% 0 1% 0 !important;
	padding: 0 0 0 0 !important;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 1.00);
	text-transform: uppercase;
}

.statica_txt p {
	margin: 10px 0 20px 0 !important;
	padding: 0 0 0 0 !important;
	text-align: justify !important;
	font-weight: 400;
}

.statica_txt a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.statica_menu {
	width: 300px;
	margin: 0 auto 2% auto;
	border: solid 10px #000;
	padding: 10px;
	line-height: 25px;
	text-align: center;
}

.statica_menu li {
	list-style-type: none !important;
}

.statica_menu a {
	color: rgba(0, 0, 0, 1);
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}







/* GIFT CARD */
.gift_title {
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
	clear: both;
}

.gift_container {
	display: block;
	overflow: auto;
	margin-bottom: 40px;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 300;
}

.gift_txt {
	font-size: calc(12px + 0.25vw);
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 0 5% 0;
}

.gift_block_100 {
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
}

.gift_block_100 img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.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: 25px;
	letter-spacing: 1px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin: 0 0 1% 0;
}

.gift_card_info_destinatario {
	color: #000000;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin: 0 0 3% 0;
}

.gift_card_info_messaggio {
	color: #000000;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	width: 80%;
	text-align: center;
	margin: 0 10% 3% 10%;
}

.gift_card_info_importo {
	font-family: 'Frank Ruhl Libre', serif;
	color: #000000;
	font-size: calc(24px + 2vw);
	letter-spacing: 1px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin: 0 0 5% 0;
}

.gift_btn_container {
	width: 100%;
	margin: 20px 0px 20px 0px;
	clear: both;
	text-align: center;
}

.gift_info_container {
	width: 100%;
	margin: 5% 0px 2% 0px;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}

.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: 300;
	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: 300;
	border-radius: 0px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 1%;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
}

.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: 300;
	letter-spacing: 1px;
}

.gift_message_100:focus {
	background-color: #f8f8f8;
}







/* SERVIZIO CLIENTI */
.sc_menu {
	display: block;
}

.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 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_separatore {
	background-color: #FFF;
	height: 1px;
	clear: both;
	font-size: 1px;
	padding: 2px 2px 2px 2px;
	margin: 40px 0px 40px 0px;
}

.sc_container ul {
	list-style-type: upper-latin;
	margin-left: 60px;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000;
}

.sc_container li {
	margin-bottom: 5px;
}

.sc_container a {
	color: #000;
	text-decoration: none;
}






/* CLEARPAY */
.clearpay_cart_recap_info {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}





/* LANDING & SPECIALS */
.flex_container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

/* scegliere una delle due e metterla sulle pagine dove c'è l'altra */
.special_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.vaschetta_25 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 25%;
}

.vaschetta_25_img img {
	width: 100%;
}

.vaschetta_30 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 30%;
}

.vaschetta_30_img img {
	width: 100%;
}

.vaschetta_33 .vaschetta_33_info {
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.85);
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	display: block;
}

.vaschetta_33.vaschetta_33_view_info .vaschetta_33_info {
	opacity: 1;
}

.vaschetta_33.vaschetta_33_hide_info .vaschetta_33_info {
	opacity: 0;
}

.vaschetta_33 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 33%;
	padding: 1px;
}

.vaschetta_33_img {
	overflow: hidden;
}

.vaschetta_33_img img {
	margin: 0 auto;
	width: 100%;
	border: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

/* .vaschetta_33_img img:hover { opacity: 0.5; } */

.vaschetta_33_info_line_01 {
	overflow: hidden;
	font-size: calc(8px + 0.25vw);
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 1%;
}

.vaschetta_33_info_line_02 {
	overflow: hidden;
	font-size: calc(12px + 0.25vw);
	margin-top: 0.5%;
	margin-bottom: 1%;
}

.vaschetta_33_info_line_03 {
	overflow: hidden;
	margin-top: 0.5%;
	font-size: calc(8px + 0.25vw);
	font-weight: 400;
}

.vaschetta_33_info_line_03 a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.vaschetta_33_info_line_03 a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.vaschetta_50 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 50%;
}

.vaschetta_50_img {
	overflow: hidden;
}

.vaschetta_50_img img {
	margin: 0 auto;
	width: 100%;
	border: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

/* .vaschetta_50_img img:hover { opacity: 0.5; } */

.vaschetta_50 .vaschetta_50_info {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.85);
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	display: block;
}

.vaschetta_50.vaschetta_50_view_info .vaschetta_50_info {
	opacity: 1;
}

.vaschetta_50.vaschetta_50_hide_info .vaschetta_50_info {
	opacity: 0;
}

.vaschetta_50_info_line_01 {
	overflow: hidden;
	font-size: calc(8px + 0.25vw);
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 1%;
}

.vaschetta_50_info_line_02 {
	overflow: hidden;
	font-size: calc(12px + 0.25vw);
	margin-top: 0.5%;
	margin-bottom: 1%;
}

.vaschetta_50_info_line_03 {
	overflow: hidden;
	margin-top: 0.5%;
	font-size: calc(8px + 0.25vw);
	font-weight: 400;
}

.vaschetta_50_info_line_03 a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	text-transform: uppercase;
}

.vaschetta_50_info_line_03 a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.vaschetta_70 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 70%;
}

.vaschetta_70_img img {
	width: 100%;
}

.vaschetta_60 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 60%;
}

.vaschetta_60_img img {
	width: 100%;
}

.vaschetta_40 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 40%;
}

.vaschetta_40_img img {
	width: 100%;
}

.vaschetta_75 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 75%;
}

.vaschetta_75_img img {
	width: 100%;
}

.vaschetta_90 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 90%;
}

.vaschetta_90_img img {
	width: 100%;
}

.vaschetta_95 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 95%;
}

.vaschetta_95_img img {
	width: 100%;
}

.vaschetta_100 {
	background: none repeat scroll 0 0 #FFF;
	position: relative;
	width: 100%;
}

.vaschetta_100_img img {
	width: 100%;
}

.vaschetta_item_adv_title {
	font-size: calc(9px + 0.2vw);
	font-weight: 700;
}

.vaschetta_item_adv_subtitle {
	font-size: calc(9px + 0.2vw);
	font-weight: 400;
}

.vaschetta_fake {
	width: 23%;
	overflow: hidden;
	margin: 1% 1% 1% 1%;
}

.rolloververutum {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0px;
}

.rolloververutum .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.rolloververutum:hover .img-top {
	display: inline;
}






/* ADV NEWSLETTER REGISTRATION FORM */
.reg_form_title {
	margin: 0 0 0 0;
	padding: 1% 0 0 0;
	text-align: center;
	font-weight: 600;
	font-size: calc(20px + 0.2vw);
	text-transform: uppercase;
}

.reg_form_block_img {
	width: 70%;
}

.reg_form_block_info {
	width: 30%;
	height: 100%;
	padding: 2% 2%;
	text-align: center;
	background-color: #f1f1f1;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}

.reg_form_block_info_txt {
	font-size: calc(12px + 0.4vw);
	font-weight: 400;
	margin-bottom: 2vw;
}

.reg_form_block_info_privacy {
	font-size: calc(9px + 0.2vw);
	font-weight: 400;
	margin: 5% 0 0 0;
}

.reg_form_block_info_privacy a {
	text-decoration: underline;
}

.regform_btn {
	display: inline-block;
	text-align: center;
	min-width: 200px;
	max-width: 400px;
	width: 80%;
	background-color: black;
	border: solid 1px black;
	color: white;
	padding: 5px 10px;
	text-transform: uppercase;
}

.reg_form_block_info_note {
	font-weight: 400;
	padding: 1% 10% 1% 10%;
	font-size: calc(10px + 0.2vw);
	text-align: center;
}






/* MEDIA QUERY */

/*
--------------------------------------------------------------------------------------------------------------
// iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT
@media only screen and (max-width: 992px) {...}

// iPad, iPad Pro 10.5", iPad Pro 11" LANDSCAPE + iPad Pro 12" e 12.9" PORTRAIT
@media only screen and (max-width: 1200px) {...}
--------------------------------------------------------------------------------------------------------------
*/


/*
@media only screen and (max-width: 1399.98px) {

}*/



/* iPad, iPad Pro 10.5", iPad Pro 11" LANDSCAPE + iPad Pro 12" e 12.9" PORTRAIT 
@media only screen and (max-width: 1199.98px) {

}*/


/* BOOTSTRAP Large Breakpoint & iPad, iPad Pro 10.5", iPad Pro 11" PORTRAIT */
@media only screen and (min-width: 992px) {

	/* CART */
	.cart_descr_wishlist:hover i::before {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		content: "\F415"!important;
	}

	.cart_descr_delete:hover i:before {
		color: rgba(160, 42, 44, 1.00);
		text-decoration: none;
		content: "\F78A"!important;
	}

	/* MY ACCOUNT*/
	.order_history_header>a:hover {
		text-decoration: none;
	}

	/* SERVIZIO CLIENTI */
	.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;
	}

	/* TERMINI E CONDIZIONI */
	.statica_txt a:hover {
		color: #000;
		text-decoration: underline;
	}

	.statica_menu a:hover {
		color: rgba(0, 0, 0, 1);
		text-decoration: underline;
	}

}


@media only screen and (max-width: 991.98px) {

	/* MY ACCOUNT */
	.order_history_header>a {
		padding: 20px;
		font-size: 15px;
	}

	/* 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%;
	}

	/* GIFT CARD */
	.gift_card_info_importo {
		font-family: 'Frank Ruhl Libre', serif;
		color: #000000;
		font-size: calc(30px + 2vw);
		letter-spacing: 1px;
		font-weight: 700;
		width: 100%;
		text-align: center;
		margin: 0 0 5% 0;
	}

	/* ADV NEWSLETTER REGISTRATION FORM */
	.reg_form_title {
		font-size: 22px;
	}

	.reg_form_block_img {
		width: 100%;
	}

	.reg_form_block_info {
		width: 100%;
		height: auto;
		padding: 5%;
		position: relative;
		top: auto;
		right: auto;
		display: block;
	}

	.reg_form_block_info_txt {
		font-size: 16px;
	}

	.reg_form_block_info_privacy {
		font-size: 12px;
	}

}


/* BOOTSTRAP Medium Breakpoint */
@media only screen and (max-width: 767.98px) {

	/* SERVIZIO CLIENTI */
	.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;
	}

	/* LOOKBOOK & SPECIAL */
	.vaschetta_50 {
		width: 100% !important;
		min-width: auto !important;
	}

	.embed-container.vaschetta_50 {
		max-width: 100% !important;
		padding: 86.68% 0 !important;
		top: auto !important;
		left: auto !important;
		margin: 10px 0;
	}

	.vaschetta_75 {
		width: 100%;
	}

	.vaschetta_fake {
		width: 48%;
	}

	/* 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_arrow_back {
		text-align: center;
		order: 3;
		margin-top: 40px;
	}

	.accordion_title {
		font-size: 16px;
	}

	.cart_step_container .accordion-item {
		border-radius: 0!important;
	}
	
	.cart_step_container .accordion-button {
		padding: 25px 20px;
		border-radius: 0!important;
		background-color: #fff!important;
	}

	.bottone_step2_account {
		font-size: 12px;
	}

	.bottone_step2_account_active {
		font-size: 12px;
	}

	/* 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;
	}

	.saved_address_text {
		text-align: center;
	}

	.saved_address_edit_button {
		text-align: right;
	}

	.saved_address_del_button {
		text-align: left;
	}

	.richiesta_reso_info {
		font-size: 10px;
	}

	/* GIFT CARD */
	.gift_card_info_importo {
		font-family: 'Frank Ruhl Libre', serif;
		color: #000000;
		font-size: calc(40px + 2vw);
		letter-spacing: 1px;
		font-weight: 700;
		width: 100%;
		text-align: center;
		margin: 0 0 5% 0;
	}

	/* CLEARPAY */
	.clearpay_cart_step1_info {
		text-align: center;
	}

	.clearpay_cart_step3_info {
		text-align: center;
	}

	/*WISHLIST*/
	.wishlist_item_btn_add {
		font-size: 30px;
	}

	.wishlist_item_btn_remove {
		font-size: 30px;
	}

	/* ADV NEWSLETTER REGISTRATION FORM */
	.reg_form_block_img {
		width: 100%;
	}

	.reg_form_block_info_img {
		width: 100%;
		height: auto;
		padding: 5%;
		position: relative;
		top: auto;
		right: auto;
		display: block;
	}

	.reg_form_block_info_txt {
		font-size: 16px;
	}

}


/* BOOTSTRAP Small Breakpoint */
@media only screen and (max-width: 575.98px) {

	/* CART */
	.cart_descr_title {
		font-size: 12px;
	}

	.cart_descr_brand {
		font-size: 10px;
	}

	.cart_descr_size {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.cart_qta_01 {
		font-size: 14px;
		font-weight: 400;
	}

	.cart_qta_02 {
		font-size: 14px;
		font-weight: 400;
	}

	.cart_qta_03 {
		font-size: 14px;
		font-weight: 400;
	}

	.cart_step1_price_container {
		font-size: 10px;
	}

	.cart_step1_icon {
		font-size: 17px;
	}

	.cart_descr_delete {
		margin: 0 0 0 0;
	}

	.cart_recap_head {
		padding: 0;
	}

	#accordionCartRecap {
		margin: 50px 0 20px 0;
	}

	.cart_recap_calc_sped_container {
		margin: 50px 0;
	}

	.cart_recap_coupon_container {
		margin: 50px 0;
	}

	.cart_recap_main {
		padding: 0 0 20px 0;
	}

	.cart_recap_checkout_info {
		padding: 0;
		margin: 5px 0;
	}

	.cart_recap_tot_row {
		padding: 5px 0 0 0;
    	margin: 5px auto;
	}

	.msp-container-ui .msp-ui-tooltip-height {
		height: 35px !important;
		max-width: 130px !important;
	}

}