/*********** CSS RESET **********/
* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
	background:#ffffff;
}
a img {
	border: none;
}

a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1px;
}
script {
    display: none !important;
}

strong {
    font-family:'Roboto',sans-serif;
    color: #1e1e1e;
	font-weight: 600;
	font-size:15px;
}
em {
    font-style:normal;
}

li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 19.1875px;
    orphans: 2;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-size-adjust: auto;
    -webkit-text-stroke-width: 0px;
    color: #1e1e1e;
}
element.style {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 19.1875px;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-size-adjust: auto;
    -webkit-text-stroke-width: 0px;
    display: inline !important;
    float: none;
    color:#1e1e1e;
}

@font-face {
    font-family: "venture-font";
    src: url("../fonts/venture-font.eot");
    src: url("../fonts/venture-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/venture-font.woff") format("woff"),
    url("../fonts/venture-font.ttf") format("truetype"),
    url("../fonts/venture-font.svg#venture-font") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {font-family: 'pacific'; src: url('../fonts/pacific.woff') format('woff'),url('../fonts/pacific.svg#pacific') format('svg');font-weight: normal;font-style: normal}

[data-icon]:before {
  font-family: "venture-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "venture-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********** PAGE LOADER **********/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh; /*safari fix*/
    background: #fff;
    z-index: 1900;
}

.page-loader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #E12C5F;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.page-loader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #E12C5F;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.page-loader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #E12C5F;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*********** GLOBAL STYLES **********/

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    font: normal 15px 'Fjalla one', sans-serif;
    color: #1e1e1e;
    letter-spacing:.2px;
}
a {
	color: inherit;
	cursor: pointer;
	letter-spacing:0.5px;
}
p {
	line-height: 24px;
    font-size: 14px;
}

a img {
	opacity: 0.99; /*firefox scale bug fix*/
    max-width: 100%;
}
div.hometext {
    background: #f5f5f5;

}
table {
	width: 100%;
	border-collapse: collapse;
}
/* Titolo H1 index */
.page.home-page h1,
.homepage-title,
.page-title h1 {
    text-align: center;
	font-weight:normal;
	text-transform:uppercase;
	
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select  {
	height: 50px;
	border: none;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 15px;
	color: #1e1e1e;
	font-family: 'Roboto',sans-serif;
	background: #f5f5f5;
	text-transform:none;
	border-radius: 8px;
}
input, textarea, select {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #1e1e1e;
	background: #f5f5f5;
}
textarea {
	min-height: 150px;

}
select {
	height: 43px; /*safari padding fix*/
	/* min-width: 50px; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* padding: 0 0 0 20px; */
	background:#ffffff;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	cursor: pointer;
	text-transform: none;
	color: #787878;
        width:50px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
	color: #444;
	
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
	font-family: 'Fjalla One',sans-serif;
	text-overflow:ellipsis;
	overflow:hidden;
	text-transform: uppercase;
	font-weight: normal;
}

.master-wrapper-content {
	position: relative;
	z-index: 0;
	width: 90%;
	margin: 0 auto;
}
.master-column-wrapper {
	position: relative;
	z-index: 0;
	margin-top: 40px;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 100px;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	margin: 0 0 30px;
	text-align: center;
	position: relative;
	min-height: 46px;
}
.page-title:before {
	content: '';
    width: 175px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.page-title h1 {
	font-size: 17px;
	text-transform: uppercase;
	color: #1e1e1e;
	font: normal 20px 'Fjalla One',sans-serif;
	text-align: center;
	margin-top: -14px;
}
.page:after,
.page-title:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 .page-title,
.center-1 .title {
	text-align: left;
	font-family: 'Roboto',sans-serif;
	color: #1e1e1e;
}
.button-2 {
font:normal 15px'Fjalla One',sans-serif;
}
.buttons {
	margin: 10px 0 30px;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../images/rss.png') center no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
	text-align: justify;
	font-size: 15px;
	font-family:'Roboto',sans-serif;
	color:#1e1e1e;
	padding:0;
}
.flyout-cart {
	display: none;
}
.text {
	font-family:'Roboto',sans-serif;
}
/*********** TITOLI SEZIONI ***********/
    .fieldset .title,
    .section .title {
        font-size: 20px;
        letter-spacing: 1px;
        padding-bottom: 12px;
        margin-bottom: 20px;
        border-bottom: 2px solid #E12C5F;
        text-align: center;
        font-family: 'Fjalla One', sans-serif;
    }

    /*********** CONTENITORE FORM ***********/
    .form-fields {
        background: #ffffff;
        padding: 20px 15px;
        margin-bottom: 25px;
		border-radius: 12px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
    }

    /*********** LABEL ***********/
    .inputs label {
        font-size: 14px;
        margin-bottom: 8px;
        color: #1e1e1e;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    /*********** INPUT ***********/
    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs select,
    .inputs textarea {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 16px;
        border-radius: 8px;
        border: 1px solid #e5e5e5;
        background: #f7f7f7;
        font-size: 13px;
        transition: all .25s ease;
		margin-top: 10px;
        margin-bottom: 10px;
    }

    .inputs input:focus,
    .inputs select:focus,
    .inputs textarea:focus {
        border-color: #E12C5F;
        box-shadow: 0 0 0 3px rgba(225,44,95,0.15);
        background: #fff;
    }

    /*********** CHECKBOX & RADIO ***********/
    .inputs input[type='checkbox'] ~ label,
    .inputs input[type='radio'] ~ label {
        padding-left: 30px;
        font-size: 15px;
        color: #1e1e1e;
    }

    .inputs input[type='checkbox'] ~ label:before,
    .inputs input[type='radio'] ~ label:before {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        border: 1px solid #dcdcdc;
    }

    .inputs input[type='checkbox']:checked ~ label:after,
    .inputs input[type='radio']:checked ~ label:after {
        width: 12px;
        height: 12px;
        left: 3px;
        background: #E12C5F;
    }

    /*********** ERRORI ***********/
    .message-error,
    .field-validation-error {
        font-size: 13px;
        margin-top: 6px;
        color: #E12C5F;
        text-align: center;
    }

    /*********** CAPTCHA ***********/
    .captcha-box {
        margin-top: 20px;
    }

/*********** GLOBAL TABLES ***********/

.table-wrapper {
	background: #ffffff;
}

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
}
.cart th, .data-table th,
.forums-table-section th {
	background: #ffffff;
    padding: 20px;
    font-size: 14px;
    color: #1e1e1e;
    white-space: nowrap;
    font-weight: normal;
	text-transform: uppercase;
	font-weight: normal;
	font-family:'Fjalla One',sans-serif;
	border-bottom: 1px solid #f1f1f1;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	padding: 20px;
}
.product-unit-price, 
.product-quantity{
    color: #1e1e1e;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
}
.product-subtotal{
    color: #E12C5F;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
  font-family: 'Fjalla One',sans-serif;
  text-transform: uppercase;
  color: #1e1e1e;
}
.cart a:hover, 
.data-table a:hover, 
.compare-products-table a:hover, 
.forums-table-section a:hover {
	color:#E12C5F;
}
.cart .edit-item a {
    margin: 5px 0 0;
    color: #E12C5F;
}
.forums-table-section td {
    line-height: 24px;
    vertical-align: top;
}
.forums-table-section .latest-post {
    white-space: nowrap;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details {
    min-width: 300px;
}
.forums-table-section .table-wrapper {
    overflow-x: auto;
}
.forums-table-section-title {
    padding: 5px;
}
.forums-table-section-title > * {
    font-size: 18px;
    font-weight: normal;
}   

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    position: relative;
    text-align: center;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	border: 1px solid #ccc;
	background: #fff url('../img/close.png') center no-repeat;
}
.cart .product-picture a{position:relative;display:block;}
.cart .product-picture a:before{content:'';padding-top: 50%;display:block;}
.cart .product-picture img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;}

.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 55px;
        height: 38px;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        text-align: center;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
}
.cart td.subtotal span {
	display: inline-block;
	margin: 5px 0;
	color: #E12C5F;
	white-space: nowrap;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
}

table .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
table .attribute-square {
    cursor: default !important;
}

.compare-products-table td {
	vertical-align: top;
    line-height: 22px;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    color: #E12C5F;
}
.compare-products-table .product-price td:first-child {
    color: #666;
}
.compare-products-table-mobile img {
    max-width: 160px;
}

.footable td label {
    display: none;
}

.tier-prices {
	margin: 0 0 40px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
.prices-row > div:first-child {
	border-top: 0;
}
.prices-row:first-child > div {
	border-left: 0;
}
.prices-table .field-header {
    font-weight: 700;
    min-width: 100px;
}
.tier-prices .item-price {
	color: #E12C5F;
}

@media all and (min-width: 769px) {

.product-details-page .prices-table {
	display: table;
	background: #fff;
}
.product-details-page .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.product-details-page .prices-row > div {
	display: table-cell;
}
.product-details-page .prices-row:first-child > div {
	border-left: 1px solid #c9c9c9;
	border-top: 0 !important;
}
.product-details-page .prices-row > div:first-child {
	border-top: 1px solid #c9c9c9;
	border-left: 0;
}

}

@media all and (min-width: 769px) and (max-width: 1024px) {
    .compare-products-table-mobile td{
        position: relative;
        min-width: 99px;
    }
    .compare-products-table-mobile td .remove-button {
        left: 0;
        bottom: 0;
        margin: auto;
        height: 2.5em;
        width: 90%;
    }
}




/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification .content {
	margin: 0 10px 0 0;
	color:#FFF;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #1e1e1e;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.please-wait {
	background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: none;
	overflow: hidden;
	background-color: #1e1e1e;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width:0;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important
}
.ui-dialog-titlebar > span {
	float: left;
	font-size: 18px;
	color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url('../images/close.png') center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url('../images/close.png') center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	height: auto !important;
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #1e1e1e;
}
.ui-dialog-content .page{
    min-height: 0;
}
.ui-dialog-content .page-title{
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 0px;
    text-align: center;
    background:none;
}
.ui-dialog-content .page-title h1{
    font-size: 24px;
    line-height: 30px;
    color:#1e1e1e;
    text-align:left;
}
.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
    margin-bottom: 10px;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1{
	border: none;
	background-color: #E12C5F;
    padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
	background-color: none;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 9999;
	width: 320px;
	max-width:95%;
	height: 210px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #bbb;
	background: #eee;
	padding: 5px;
	font-size: 14px;
	color: #1e1e1e;
	font-family: 'Fjalla One',sans-serif;
}
.eu-cookie-bar-notification button:hover {
	border-color: #aaa;
	background: #ddd;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}

/*********** HEADER ***********/



.admin-header-links{
	background:#f5f5f5;
	text-align:center;
	color:#1e1e1e;
	font-weight:600;
}
.admin-header-links *{
	display:inline-block;
	margin:0 10px;
	line-height:35px;
	font-family: roboto,sans-serif;
}
.admin-header-links a:only-child{
display:block;
}
.admin-header-links .impersonate{
	display:inline-block;
}
.admin-header-links .impersonate a:hover {
	color: #E12C5F;
}

.header {
	position: relative;
	z-index: 9999;
	width: 100%;
	margin: auto;
	text-align: center;
	background: #fff;
}
.header-upper {
	position: relative;
	z-index: 1;
	display:inline-block;
	/* border-bottom: 1px solid #ddd; */
}

.header-selectors-wrapper {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display:none;
}
.header-selectors-wrapper > div {
	display: block;
	width: 50%;
	margin: 10px auto;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	width: 100%;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px;
	vertical-align: middle;
}
.language-list a { 
	display: block;
	position: relative;
	width: 24px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-links-wrapper {
	position: relative;
	padding: 10px 0;
}
.header-links .ico-cart {
	background: url('../images/product-shopping-cart.svg') right center no-repeat;
	padding-right: 30px;
}
.header-links li {
	display: inline-block;
	position: relative;
	margin: 1px 10px;
}
.header-links a {
	display: inline-block;
	padding-right: none;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
	color: #1e1e1e;
	font-family: 'Roboto',sans-serif;
}
.header-links a:hover {
	color: #1e1e1e;
}
/* ===========================
   MOBILE VERSION (NO MEDIA)
   Questa parte sta DOPO → vince
   =========================== */

#topcartlink {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    color: #fff;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(225, 44, 95, 0.35);
    transition: all 0.25s ease;
    width: auto;
    max-width: fit-content;
    margin: 0 auto; /* 🔥 centra il contenitore */
}


#topcartlink a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;          /* si restringe al contenuto */
    padding-left: 40px;   /* spazio per icona */
    padding-right: 12px;  /* spazio per testo */
    background: url(../images/euro-price-list-icon.svg) left center no-repeat;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 600;
    gap: 6px;
}
#topcartlink span {
    line-height: normal;
}
#topcartlink .cart-total {
     font-weight: 700;
     color: #E12C5F;
}
.header-lower {
	position: relative;
	z-index: 0;
	padding: 15px 0;
}

.header-logo {
	margin: 0 0 20px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
}

.search-box form {
	display: none;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 200px;
	height: 36px;
	margin: 0 -1px 0 0;
}
.search-box .search-box-button {
	float: left;
	width: 42px;
	height: 36px;
	border: none;
	background: #1e1e1e url('../images/btn-search.png') center no-repeat !important;
	padding: 0 !important;
	font-size: 0 !important;
}
.search-box .search-box-button:hover {
	background-color: none;
}
.search-box .ui-autocomplete-loading {
	background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-autocomplete {
	width: 285px !important;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
	border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 14px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	padding: 15px !important;
	line-height: normal !important;
	color: #777 !important;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
	background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
	display: none;
	min-width: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}


/*********** FOOTER ***********/



.footer {
	background-color: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	text-align: center;
	color: #1e1e1e;
}

.footer-upper {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 40px 0;
	font-size: 0;
}
.footer-block {
	width: 98%;
	margin: 1px auto;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
	border-bottom: 1px solid #ececec;
}
.footer-block .title {
	margin: 0 0 1px;
	background: #fff url('../images/toggle-dark.png') right center no-repeat;
	padding: 15px 25px;
	/* font-size: 20px; */
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.footer-block .title strong {
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	color: #1e1e1e;
	letter-spacing:.2px;
	font: 18px 'Fjalla One',sans-serif;
}   
.footer-block .list {
	display: none;
	margin: 0 0 20px;
	border-radius:12px;
	background: #f5f5f5;
	padding: 10px 15px;
}
.footer-block .list a {
	display: block;
	padding: 10px 15px;
	line-height: 20px;
	letter-spacing:.2px;
	transition: all .2s ease-in-out;
	font: normal 14px 'Roboto',sans-serif;
}
.footer-block .list a:hover {
	color: #E12C5F;
}

.follow-us {
	margin: 30px auto 0;
	text-align: center;
	border: none;
}
.follow-us .title {
	margin: 0 0 10px;
	background: none;
	color: #1e1e1e;
	cursor: auto;
}
.follow-us .social a{
	font-size:0;
	text-align:center;
	margin-bottom:20px;
}

.follow-us li {
	display: inline-block;
	margin: 0 6px 12px;
    position: relative;
    z-index: 2;
}
.follow-us a {
	display: block;
	width: 47px;
	height: 47px;
    border: 1px solid #1e1e1e;
	border-radius: 50%;
	background:none;
	color:#1e1e1e;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.follow-us a:before {
    content: '';
    font-family: "venture-font";
    text-transform: none;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.follow-us a:hover {
    background: #f6f6f6;
    color: #E12C5F;
}

.follow-us .social .facebook a:before {
    content: 'o';
}
.follow-us .social .twitter a:before {
    content: 'p';
}
.follow-us .social .google a:before {
    content: 'g';
}
.follow-us .social .pinterest a:before {
    content: 'H';
}
.follow-us .social .vimeo a:before {
    content: 'J';
}
.follow-us social .instagram a:before {
    content: 'p';
}
.follow-us .social .youtube a:before {
    content: 'G';
    font-size: 26px;
}
.follow-us .social .rss a:before {
    content: 'I';
}
.footer-block .footer-payments {
    margin-top: 30px; /* puoi aumentare a 25 o 30 se vuoi più spazio */
}
.footer-payment-icons {
    display: flex;
    gap: 10px;
    justify-content: left;
    margin-top: 10px;
}

.footer-payment-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}
.footer-payment-cards,
.footer-payment-cards * {
    font-family: 'Roboto', sans-serif !important;
}

.footer-payment-cards {
    display:flex;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
    flex-wrap: wrap;
    background: transparent;
    color: #1e1e1e;
    padding: 16px 14px;
    border: 1px solid #1e1e1e;
    border-radius:9px;
    font-size: 14px;
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    position: relative;
    z-index: 9999;
}

.footer-payment-card.card-outline {
    background: #e12c5f;
    color: #fff;
    border: 1px solid #e12c5f;
    border-radius:4px;
    padding:4px;
    font-family: 'Roboto', sans-serif !important;
    font-weight:600;
	min-width: 110px;
	text-align:center;
}

@media (max-width: 768px) {
    .footer-payment-cards {
        border:1px solid #ececec;
        box-shadow:none;
        letter-spacing:2px;
        font-weight:600;
    }

    .footer-payment-card {
        justify-content: center;
        margin-left:10px;
    }
}

.newsletter-email { 
	display: inline-block;
	overflow: hidden; 
}
.newsletter-email input[type="text"] {
	float: left;
	width: 224px;
	height: 50px;
	background: #1f1f1f;
	color: #1e1e1e;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: none;
	font-size: 14px;
}
.newsletter-email .newsletter-subscribe-button {	
	float: left;
    width: 50px;
    height: 50px;
    border: none;
    background: #E12C5F url(../images/subscribe-button.svg) center no-repeat;
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.newsletter-subscribe-button:hover {
	background-color: none;
}
.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}
.newsletter-validation, 
.newsletter-result { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 25px 0;
	background-color:#fff;
	color: #1e1e1e;
	font: 13px 'Roboto',sans-serif;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-tax-shipping a {
	font-weight: bold;
	color: #E12C5F;
}
.footer-tax-shipping a:hover {
	text-decoration: underline;
}
.footer-powered-by {
	margin: 10px 0 0;
}
.footer-powered-by a {
	color: #E12C5F;
}
.footer-powered-by a:hover {
	text-decoration: underline;
}
.theme-selector {
	margin: 10px 0 0;
}
.theme-selector select {
	width: 170px;
}


/*********** SIDE COLUMN ***********/



.block {
	max-width: 600px; /*width limit in mobile*/
	min-height: 50px;
	margin: auto;
	text-align: left;
}
.block .title {
	margin: 0 0 1px;
	background: #f5f5f5 url('../images/toggle-black.png') right center no-repeat;
	padding: 10px 15px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}
.block .title strong {
    text-transform: uppercase;
    text-overflow:ellipsis;
    color: #1e1e1e;
    letter-spacing:.2px;
    font: 20px 'Fjalla One',sans-serif;
}
.block .listbox {
    position: relative;
    display: none;
    padding: 15px;
}
.block .listbox:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size:0;
}
.block .listbox:before {
	content: "";
	width: 75px;
	height: 1px;
	position: absolute;
	top: -6px;
	left: 10%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #E12C5F;
	-o-transform: skewX(30deg);
	-webkit-transform: skewX(
30deg
);
	-moz-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	margin-top:-1px;
	display: none;
}

.block .list li {
	padding:none;
        
}
.block .list a {
	display: block;
	position: relative;
	padding:8px 4px 8px 8px;
	font-size: 14px;
	color: #1e1e1e;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	line-height:17px;
	text-transform: none;
	font-family: 'Fjalla One',sans-serif;
}
.block .list a:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -15px;
	width: 12px;
	height: 12px;
	border: 1px solid #E12C5F;
	background-color: #E12C5F;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.png);
	display:none;
}
.block .sublist a:before {
    border: none;
}
.block .sublist a:hover {
    color:#1e1e1e;
}
.block .list .active > a {
	color: #E12C5F;
	font-weight: 400;
	font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}
.block .list a:hover {
    /* background: #f3f3f3; */
    color:#1e1e1e;
}

.block .product-picture {
	display: inline-block;
	vertical-align: middle;

}
.block .product-picture img {
	display: none;
}
.block .sublist {
	padding: 1px 5px 5px 25px;
}
.block .sublist a {
	font-size: 13px;
	text-transform: uppercase;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #E12C5F;
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .tags {
	margin: 5px 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: none;
	position: relative;
	margin: 0 5px;
	overflow: hidden;
	font-size: 12px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
	color: #1e1e1e;
	text-transform:uppercase;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #fff;
}
.block-recently-viewed-products .listbox .list{
	padding:20px 0;
}
.block-recently-viewed-products li{
background:#fff;
margin:0 0 10px;
display:table;
width:100%;
}
.block .list .product-picture{
display:table-cell;
width:35%;
vertical-align:middle;
padding:5px;
}
.block .list .product-picture img{
display:block;
max-width:100%;
}
.block .list .product-name{
display:table-cell;
width:75%;
padding:10px;
vertical-align:middle;
}
.block .list .product-name span{
display:block;
}
.block .list .product-name .name{
max-height:38px;
overflow:hidden;
color:#1e1e1e;
margin:0 0 3px;
}
.block .list .product-name .price{
color:#18d7b1;
}
.block .tags{
padding:15px 0;
}

.poll strong {
	display: block;
	margin: 10px 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
}
.poll-options,
.poll-results {
	margin: 10px 0 15px;
	overflow: hidden;
	font-size: 15px;
	color: #444;
}
.poll-options li,
.poll-results li {
	margin: 10px 0;
}
.poll-options li > input {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.poll-options li > label {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.poll .buttons input:hover {
	background-color: #bbb;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: italic;
	color: #444;
}
.home-page-category-grid::after {
    content: "";
    display: block;
    clear: both;
}

.home-page-polls {
	text-align: center;
}
.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.home-page-polls .title strong {
	font-weight: normal;
}
.home-page-polls li {
	display: inline-block;
	margin: 10px;
}
/* Desktop: 4 colonne */
.home-page-category-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.home-page-category-grid .item-box {
    width: 23% !important;
    margin-bottom: 20px !important;
    float: none !important;
}

/* Tablet: 2 colonne */
@media (max-width: 1024px) {
    .home-page-category-grid .item-box {
        width: 48% !important;
    }
}

/* Mobile: 1 colonna */
@media (max-width: 600px) {
    .home-page-category-grid .item-box {
        width: 100% !important;
    }
}



/********** CATEGORY PAGE – VERSIONE LUXURY MOBILE **********/

/* BREADCRUMB */
.breadcrumb {
    text-align: center;
    margin: 10px 0 20px;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
    font-size: 14px;
    line-height: 28px;
    color: #1e1e1e;
    letter-spacing: .3px;
    transition: color .25s ease;
}
.breadcrumb a:hover {
    color: #E12C5F;
}
.breadcrumb strong {
    font-weight: 600;
    color: #E12C5F;
}
/********************************************
 BREADCRUMB ORIZZONTALE ANCHE SU MOBILE
********************************************/
@media (max-width: 1400px) {

    .breadcrumb {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding: 0 !important;
        margin: 10px 0 20px !important;
    }

    .breadcrumb li,
    .breadcrumb span,
    .breadcrumb a,
    .breadcrumb strong,
    .breadcrumb .delimiter {
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap !important;
    }
}

/* PRODUCT SELECTORS */
.product-selectors {
    margin: 0 0 20px;
    padding: 15px 10px;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.product-selectors > div {
    display: block;
    margin: 8px 0;
    padding: 10px 14px;
    background: #ffffff;
    border-radius: 8px;
    font-size: 13px;
    color: #1e1e1e;
}
.product-selectors select {
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

/* ITEM BOX (CARD PRODOTTO) */
.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 25px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: box-shadow .3s ease-in-out, transform .3s ease-in-out, border-color .3s ease-in-out;
}
.item-box .product-item {
    background: #fff;
    padding: 0 0 60px;
    position: relative;
}
/* FIX: niente bordo scuro all’hover */
.item-box {
    border: 1px solid transparent;
}

.item-box:hover {
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}	

/* Immagine */
.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
    padding: 0;
}
.item-box .picture a {
    display: block;
    position: relative;
}
.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    transition: transform .3s ease, opacity .3s ease;
}
.item-box:hover .picture a img {
    opacity: 0.85;
    transform: scale(1.03);
}

/* Dettagli */
.item-box .details {
    padding: 18px 14px 10px;
    text-align: left;
    position: relative;
    bottom: 0;
}

/* Titolo prodotto */
.item-box .product-title {
    max-height: 40px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px;
    font-weight: normal;
}
.item-box .product-title a {
    display: block;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
}
.item-box .product-title a:hover {
    color: #E12C5F;
}

/* Prezzi */
.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}
.item-box .old-price {
    margin: 0 6px 0 0;
    font-size: 14px;
    color: #aaaaaa;
    text-decoration: line-through;
}
.item-box .actual-price {
    font-size: 15px;
    color: #E12C5F;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* Bottoni */
.item-box .buttons {
    margin-bottom: -50px;
    font-size: 0;
}
.item-box input[type="button"] {
    display: inline-block;
    height: 48px;
    border: none;
    vertical-align: middle;
    font-family: 'Fjalla One',sans-serif;
}

/* Aggiungi al carrello */
.item-box .product-box-add-to-cart-button {
    width: 65%;
    background-color: #f5f5f5;
	border-radius: 8px;
    text-align: center;
    font-size: 13px;
    color: #787878;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}
.item-box .product-box-add-to-cart-button:hover {
    background-color: #E12C5F;
    color: #ffffff;
}

/* Wishlist / Compare */
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 50px;
    border-left: 2px solid #fff !important;
	border-radius: 12px;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    transition: all 0.3s ease-in-out;
}
.item-box .add-to-compare-list-button {
    background-image: url(../images/btn-compare.png);
    background-position: left center;
    height: 40px;
    border: 0;
    padding: 0 0 0 40px;
    color: #fff;
    text-align: left;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    line-height: 16px;
    background-color: #1e1e1e;
}
.item-box .add-to-wishlist-button {
    background-image: url('../images/product-wishlist.svg');
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
    background-image: url('../images/product-wishlist-light.svg');
    background-color: #E12C5F;
	background-position: center;
    background-repeat: no-repeat;
}
/* UNIFICA ALTEZZE ITEM-BOX */

/* Descrizione: 2 righe fisse */
.item-box .description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    line-height: 1.3;
    height: 2.6em; /* 2 righe fisse */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Prezzo: altezza fissa */
.item-box .prices {
    min-height: 28px; /* uniforma */
    display: flex;
    align-items: center;
}

/* Pulsanti: altezza fissa */
.item-box .buttons {
    min-height: 50px;
    display: flex;
    align-items: center;
}

/* Quantità: uniforma altezza */
.item-box input.qty-input,
.item-box input[type="text"].qty-input {
    height: 40px !important;
    line-height: 40px !important;
}
/********** MOBILE FIX – Rimuove hover e doppio tap **********/
@media (max-width: 1000px) {

    /* Disattiva hover su TUTTE le card prodotto */
    .item-box:hover,
    .home-page .item-box:hover {
        transform: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

    /* Disattiva hover sulle immagini */
    .item-box .picture a:hover img,
    .home-page .item-box .picture a:hover img {
        transform: none !important;
        opacity: 1 !important;
    }

    /* Rimuove overlay invisibili */
    .item-box:before,
    .item-box:after,
    .item-box .product-item:before,
    .item-box .product-item:after {
        display: none !important;
    }

    /* Sblocca click su TUTTI gli elementi */
    .item-box,
    .item-box .product-item,
    .item-box .picture,
    .item-box .details,
    .item-box .buttons,
    .item-box a {
        pointer-events: auto !important;
        position: relative;
        z-index: 2;
    }
}
.product-item .picture {
    position: relative;
    overflow:visible !important;
}
.ribbon-new,
.ribbon-sale,
.ribbon-bestseller,
.ribbon-limited,
.ribbon-preorder,
.ribbon-exclusive,
.ribbon-top {
    position: absolute;
    top: 20px;
    left: -32px;
    width: 140px;
    background: #e12c5f;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    font-weight: normal;
    transform: rotate(-45deg);
    z-index: 20;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    pointer-events: none;
}

/* PAGER */
.pager ul {
    text-align: center;
    padding: 15px 0;
}
.pager li * {
    min-width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #1e1e1e;
    transition: all .25s ease;
}
.pager li span {
    background-color: #E12C5F;
    color: #ffffff;
}
.pager li a:hover {
    background-color: #E12C5F;
    color: #ffffff;
}
/* OVERRIDE DELLA REGOLA ORIGINALE */
.pager li * {
    min-width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

/* LAYOUT ORIZZONTALE */
.pager ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 15px 0 !important;
    margin: 0 !important;
}

.pager li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pager li a,
.pager li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 34px !important;
    height: 34px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #dcdcdc !important;
    font-size: 14px !important;
    color: #1e1e1e !important;
}
/* FIX MOBILE PER PAGINE CATEGORIA CON PAGER CHE SALE SOPRA I PRODOTTI */
@media (max-width: 1024px) {

    .page.category-page .page-body {
        display: block !important;
        overflow: visible !important;
    }

    .page.category-page .product-grid {
        margin-top: 20px !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .page.category-page .pager {
        margin-top: 30px !important;
        position: relative !important;
        z-index: 10 !important;
        clear: both !important;
    }
}
/* MOBILE – forza colore attivo e tap */
@media (max-width: 1024px) {

    /* Quando tocchi un link del pager */
    .pager li a:active {
        background-color: #E12C5F !important;
        color: #ffffff !important;
        border-color: #E12C5F !important;
    }

    /* Pagina corrente (attiva) */
    .pager li span,
    .pager li a.current-page {
        background-color: #1e1e1e !important;
        color: #ffffff !important;
        border-color: #1e1e1e !important;
        font-weight: 600 !important;
    }
}
/* MOBILE – stile luxury per pager verticale */
@media (max-width: 1024px) {

    /* Spaziatura verticale più elegante */
    .pager li {
        margin-bottom: 8px !important;
    }

    /* Stato attivo (pagina corrente) */
    .pager li span,
    .pager li a.current-page {
        background-color: #1e1e1e !important;
        color: #ffffff !important;
        border-color: #1e1e1e !important;
        font-weight: 600 !important;
        border-radius: 6px !important;
    }

    /* Feedback al tocco */
    .pager li a:active {
        background-color: #E12C5F !important;
        color: #ffffff !important;
        border-color: #E12C5F !important;
        border-radius: 6px !important;
    }

    /* Migliora leggibilità in verticale */
    .pager li a,
    .pager li span {
        padding: 10px 14px !important;
        font-size: 15px !important;
    }
}
/* FORZA IL PAGER A STARE SOTTO */
.pager {
    display: block !important;
    clear: both !important;
    position: relative !important;
    z-index: 5 !important;
    margin-top: 40px !important;
    padding-top: 20px !important;
}
/********** SUB‑CATEGORY GRID – LUXURY MOBILE **********/

.sub-category-grid .item-box {
    width: 100%;
    margin: 0 0 25px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: all .3s ease-in-out;
}

.sub-category-grid .picture {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
}
.sub-category-grid .picture a {
    display: block;
    position: relative;
}
.sub-category-grid .picture a:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.sub-category-grid .picture a img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    transition: transform .3s ease, opacity .3s ease;
}
.sub-category-grid .item-box:hover .picture a img {
    opacity: 0.85;
    transform: scale(1.03);
}

/* Titolo sotto-categoria */
.sub-category-item .title a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e1e1e;
    letter-spacing: .5px;
    transition: color .25s ease;
}
.sub-category-item .title a:hover {
    color: #E12C5F;
}

/********** MANUFACTURER GRID – LUXURY MOBILE **********/

.manufacturer-grid .item-box {
    width: 100%;
    margin: 0 0 25px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: all .3s ease-in-out;
}

.manufacturer-grid .picture {
    margin: 20px;
    overflow: hidden;
    background: #ffffff;
}
.manufacturer-grid .picture a {
    display: block;
    position: relative;
}
.manufacturer-grid .picture a:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.manufacturer-grid .picture a img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    transition: transform .3s ease, opacity .3s ease;
}
.manufacturer-grid .item-box:hover .picture a img {
    opacity: 0.85;
    transform: scale(1.03);
}

/* Titolo produttore */
.manufacturer-grid .title {
    font-size: 17px;
    padding: 12px 10px;
    text-align: center;
    background: #ffffff;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: color .25s ease;
}
.manufacturer-grid .title a:hover {
    color: #E12C5F;
}

/********** TITOLO CATEGORIA — LUXURY SUN&SERVICE **********/

.product-grid .title {
    padding: 12px 0 18px;
    margin: 0 0 35px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    position: relative;
}

.product-grid .title strong {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1e1e1e;
	font-weight: normal;
}

/* Accent bar luxury */
.product-grid .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 4px;
    background: #E12C5F;
    border-radius: 2px;
	-o-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}


/********** IMMAGINI CATEGORIA – LUXURY **********/

.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
}
.category-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
}

.category-item .picture a:before {
    content: "";
    display: block;
    padding-top: 66%;
}
.category-item .picture img {
    width: 100%;
    height: auto;
    transition: transform .3s ease, opacity .3s ease;
}
.category-item:hover .picture img {
    opacity: 0.85;
    transform: scale(1.03);
}

/* Titolo sopra immagine */
.category-item .title {
    position: absolute;
    left: 0;
    right: 60px;
    bottom: 30px;
    text-align: right;
    z-index: 5;
}
.category-item .title a {
    display: block;
    height: 58px;
    font-size: 18px;
    padding: 0 50px 0 25px;
    line-height: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    font-family: 'Fjalla One',sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: .5px;
}
.category-item .title:before {
    content: '';
    position: absolute;
    top: 0; left: -20px; right: 0; bottom: 0;
    background: #E12C5F;
    opacity: .85;
    transform: skewX(30deg);
    transition: all .2s ease-in-out;
}
.category-item:hover .title:before {
    right: -10px;
}
/* FIX HOME: sblocca click su ordina e preferiti */
.home-page .item-box,
.home-page .item-box .product-item,
.home-page .item-box .picture,
.home-page .item-box .details,
.home-page .item-box .buttons {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.home-page .item-box:before,
.home-page .item-box:after,
.home-page .item-box .product-item:before,
.home-page .item-box .product-item:after {
    display: none !important;
}

.home-page .item-box a {
    pointer-events: auto !important;
}

.home-page .quickViewButton {
    z-index: 5 !important;
    pointer-events: auto !important;
}
/* Forza description in Roboto ovunque */
.item-box .description,
.home-page .item-box .description,
.item-box .description a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #1e1e1e;
}
/* Limita la descrizione a 2 righe, sempre in Roboto */
.item-box .description,
.home-page .item-box .description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 1.3;
    max-height: 2.6em; /* 2 righe */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* numero di righe */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


/********** PRODUCT PAGE **********/


.product-details-page {
	padding: 20px 0 0;
}
.product-essential {
	margin-top: 0 !important;
    border-bottom: none;
    border-radius: 12px;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.product-tags-list{background:#fff;padding:10px;text-align:center;font-size:0}
.product-tags-list li{display:inline-block;font-size:15px;color:#1e1e1e;line-height:25px}
.product-tags-list li.separator{margin:0 5px 0 3px}
.product-tags-list a{display:inline-block;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.product-tags-list a:hover{color:#18d7b1}
.gallery {
	margin: 0 auto 50px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 70%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
    overflow: hidden;
	font-size: 0;
}

.gallery .picture-thumbs a {
    display: flex;
	backdrop-filter: blur(6px);
    padding: 10px;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 5px 10px;
    overflow: hidden;
	transition: all .25s ease;

      /* LUXURY SAFE */
    border: 1px solid rgba(225, 44, 95, 0.35); /* UV Pink soft */
    border-radius: 6px;
    transition: all .25s ease;
}

.gallery .picture-thumbs a:hover {
    border-color: #E12C5F !important;
    box-shadow: 0 0 6px rgba(225, 44, 95, 0.35);
	
}
/* MOBILE: thumbnail sotto l'immagine, in orizzontale */
@media (max-width: 768px) {
    .gallery .picture-thumbs {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }

    .gallery .picture-thumbs a {
        margin: 5px;
    }
}

.overview {
	position: relative;
	text-align: left;
}
.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}
.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
    font-weight: normal;
    font-size: 25px;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: .4px;
    text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.25);
}
.overview .short-description {
	margin: 0 0 15px;
	line-height: 22px;
	font-family: 'Roboto',sans-serif;
	color: #1e1e1e;
	text-align: left;
}

.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 25px;
	color: #444;

}
.product-rating-box {
    position: relative !important;
    z-index: 9999 !important;
}

/* ⭐ Stelline rosa Sun&Service nei box prodotto */
.product-rating-box .rating {
    display: inline-block;
    height: 10px;
    width: 55px; /* 5 stelle da 11px */
    background: #e5e5e5 url(../images/rating.svg) 0 0 repeat-x;
}

.product-rating-box .rating div {
    height: 10px;
    background: #E12C5F url(../images/rating.svg) 0 0 repeat-x;
}
/* ============================
   BLOCCO RECENSIONI — MICRO BADGE LUXURY
   ============================ */

/* Link recensione */
.product-no-reviews a {
    font-family: 'Fjalla One', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: .5px !important;
    color: #E12C5F !important;
    text-transform: uppercase !important;
    transition: opacity .2s ease-in-out !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* MICRO BADGE */
.product-no-reviews a:before {
    content: "0★";
    font-size: 11px;
    font-weight: 700;
    background: #E12C5F;
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    letter-spacing: 0;
    display: inline-block;
    transform: translateY(-1px);
}

/* Hover */
.product-no-reviews a:hover {
    opacity: .7 !important;
}

.product-no-reviews a,
.product-review-links {
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-size: 14px;
}
.product-review-links a,
.product-no-reviews a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product-review-links a:hover,
.product-no-reviews a:hover {
    color: #E12C5F;
}

.overview .value,
.variant-overview .value {
	color: #8c8c8c;
}
.overview .value a,
.variant-overview .value a {
	color: #E12C5F;
	font-family: 'Roboto',sans-serif;
	text-transform:uppercase;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}

.overview-buttons {
	margin: 0 0 25px;
	font-size: 0;
}
.overview-buttons div {
	width: 80%;
}
.overview .button-2,
.variant-overview .button-2 {
	display: block;
	width: 100%;
	border: none;
	background-color: #f5f5f5;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 12px 15px 12px 40px;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
	color: #1e1e1e;
	
}
.overview .button-2:hover,
.variant-overview .button-2:hover {
	background-color: #f6f6f6;
}

.overview .add-to-compare-list-button {
    display: inline-block;
    border: 0;
    padding: 8px 35px;
    font-size: 13px;
    min-width: 190px;
    background: url(../images/icon-plus.png) no-repeat left center, 
                url(../images/icon-plus.png) no-repeat right center #f5f5f5;
   text-align:center;
}
.overview .email-a-friend-button {
    background-image: url('../images/email-button.png');
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../images/email-button.png');
}
.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../images/download-button.png');
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    display: inline-block;
    border-radius: 9px;
    font-size: 18px;
    max-width: 174px;
    background: url(../images/product-wishlist.svg) no-repeat left 20px center #f5f5f5;
    text-align:center;
    font-family: 'Fjalla One',sans-serif;
    text-transform: uppercase;
    height: 43px;
    color: #787878;
    overflow: hidden;
    white-space:nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover {
	color:#ffffff;
	background: url(../images/wishlist_light.svg) no-repeat left 20px center #E12C5F;

}
.order-wishlist-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.order-wishlist-row .add-to-cart-button {
    flex: 1;
}

.order-wishlist-row .add-to-wishlist-button {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: normal;
    padding: -5px;
    display: flex;
    align-items: center;
    justify-content: cente3;
    font-size: 0 !important; /* nasconde il testo */
}
.overview .manufacturers {
    margin: 0 0 20px;
    padding: 8px 12px;
    border-left: 2px solid #E12C5F;
    border-radius: 4px;
    background: rgba(255, 123, 242, 0.05);
}
.overview .availability {
    border-bottom: 1px dashed #ccc;
    max-width: 534px;
    margin: auto;
}
.overview .availability,
.variant-overview .availability {
	margin: 0 0 20px;
	overflow: hidden;
}
.overview .availability .stock,
.variant-overview .availability .stock {
	display: inline-block;
	background: #f5f5f5;
	color: #8c8c8c;
	padding: 8.5px 17px;
	font: 14px 'Fjalla One',sans-serif;
	text-transform: uppercase;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
	display: inline-block;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 20px;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 8px;
}
.overview .delivery,
.variant-overview .delivery {
	margin: 25px 0;
	overflow: hidden;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	display: inline-block;
	margin: 0 0 10px;
	background: url('../images/shipping.png') left center no-repeat;
	padding: 2px 0 2px 28px;
	font-weight: bold;
	color: #444;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 30px 0;	
}
.overview .download-sample,
.variant-overview .download-sample {
	display: inline-block;
	margin: 0 0 25px;
}

/* ============================
   BASE PRICES (NOP DEFAULT)
   ============================ */
.overview .prices,
.variant-overview .prices {
    margin: 0 0 18px;
    overflow: hidden;
}

/* Margini interni */
.overview .prices > div,
.variant-overview .prices > div {
    margin: 0 0 8px;
    display: block;
}

/* Tipografia base */
.overview .prices > div > span,
.variant-overview .prices > div > span {
    vertical-align: middle;
    font-family: 'Fjalla one', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #1e1e1e;
}

/* Vecchio prezzo (quando presente) */
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    display: block !important;
    font-size: 16px;
    color: #999 !important;
    text-decoration: line-through;
    margin-bottom: 4px !important;
}
/* ============================
   MOBILE FIX — BLOCCO PREZZO
   Funziona per prodotti con e senza varianti
   ============================ */

@media (max-width: 768px) {

    /* Contenitore prezzi (senza varianti) */
    .overview .prices {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    /* Contenitore prezzi (con varianti) */
    .variant-overview .product-price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    /* Label PREZZO: */
    .overview .prices .label,
    .variant-overview .product-price .label {
        font-size: 14px !important;
        margin-bottom: 0 !important;
        text-transform: uppercase;
        color: #8c8c8c;
        font-family: 'Fjalla One', sans-serif;
        letter-spacing: .5px;
    }

    /* Valore prezzo o "Richiedi preventivo" */
    .overview .prices .product-price,
    .variant-overview .product-price .product-price {
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        text-transform: uppercase;
        color: #E12C5F !important;
        padding-top: 0 !important;
    }
}

/* ============================
   LUXURY PRICE BOX
   ============================ */
.overview .prices,
.variant-overview .prices {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
    padding: 18px 22px;
    margin: 0 0 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    display: inline-block;
    min-width: 260px;
}

/* Prezzo principale */
.overview .product-price,
.variant-overview .product-price {
    font-size: 34px;
    font-weight: 700;
    color: #E12C5F;
    letter-spacing: .5px;
    margin: 0 0 6px;
    display: block;
}

/* Hover info spedizione */
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
    text-decoration: underline;
}

/* Label (mostrata sempre, poi nascosta se c’è vecchio prezzo) */
.overview .label,
.variant-overview .label {
    display: inline-block !important;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    letter-spacing: .6px;
    color: #8c8c8c;
    text-transform: uppercase;
    margin-right: 6px;
}

/* ============================
   AGGIUNTA AUTOMATICA "PREZZO:"
   ============================ */

/* Mostra "Prezzo:" nei prodotti SENZA vecchio prezzo */
.overview .product-price:before,
.variant-overview .product-price:before {
    content: "Prezzo:";
    font-family: 'Fjalla one', sans-serif;
    font-size: 18px;
	font-weight: 500;
    letter-spacing: .5px;
    color: #8c8c8c;
    margin-right: 6px;
    display: inline-block;
	vertical-align: none;
	text-transform:uppercase;
}
/* ============================
   BADGE PREMIUM — RICHIEDI PREVENTIVO
   Compatibile con .call-for-price
   ============================ */

/* SENZA VARIANTI */
.overview .prices .product-price.call-for-price span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 12px !important;
    background: #F5f5f5 !important;
    color: #787878 !important;
    border-radius: 8px !important;
    font-size: 18px !important;
	font-weight: normal;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}

/* CON VARIANTI */
.variant-overview .product-price.call-for-price span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 12px !important;
    background: #f5f5f5 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}

/* Icona premium */
.overview .prices .product-price.call-for-price span::before,
.variant-overview .product-price.call-for-price span::before {
    content: "★";
    font-size: 14px;
    color: #787878;
    opacity: .9;
    transform: translateY(-1px);
}
/* Nasconde "Prezzo:" quando c’è un vecchio prezzo */
.overview .old-product-price + .product-price:before,
.variant-overview .old-product-price + .product-price:before {
    content: "" !important;
}

.overview .label {
	display:none;
}
.overview .manufacturers .label {
	display:inline-block;
	font-family:'Fjalla one',sans-serif;
	font-size:14px;
	color: #1e1e1e;
	font-weight: 500;
}
.customer-entered-price .enter-price-label {
    display: block;
    margin: 10px 0 10px;
}
.customer-entered-price .price-input {
}
.customer-entered-price .enter-price-input {
	width: 140px;
    margin: 0 0 10px;
	text-align: center;
}
.customer-entered-price .price-range {
    font-size: 14px;
    color: #1e1e1e;
	margin:0 0 10px 0;
}
.customer-entered-price .price-range:before {
    content: "(";
}
.customer-entered-price .price-range:after {
    content: ")";
}
.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .title {
    display: none;
}
.tier-prices table td {
	border: 1px solid #ddd;
	padding: 10px;
	color: #444;
}
.tier-prices .field-header {
	min-width: 80px;
}
.tier-prices .item-price {
	background-color: #f9f9f9;
	font-size: 16px;
	color: #e4434b;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
/* ============================
   MIN QTY NOTIFICATION — PREMIUM STYLE
   ============================ */

.add-to-cart .min-qty-notification {
	display:none;
    background: #f7f7f7;
    border-left: 2px solid #E12C5F;
    padding: 10px 14px;
    margin-top: 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 1.4;
    font-weight: normal;
	font-family: Roboto, sans-serif;
    font-style: italic;
}

/* Mobile: centrato e più compatto */
@media (max-width: 768px) {
    .add-to-cart .min-qty-notification {
        text-align: center;
        border-left: none;
        border-top: 3px solid #E12C5F;
        padding: 8px 10px;
        margin-bottom: 10px;
    }
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
	border: none;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
        width: 55px !important;
        height: 48px !important;
        border-radius: 8px;
        background: #f5f5f5;
        font-size: 16px;
        text-align: center;
        border: 1px solid #dcdcdc;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    padding: 12px 34px;
    border:0;
    line-height:20px;
    height:42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family:'Fjalla One',sans-serif;
    font-size:17px;
    color: #fff;
    background: #E12C5F;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 48px !important;
    padding: 0 32px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    letter-spacing: 1px !important;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: flex !important;
    align-items: center;
    gap: 12px;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	background-color: #bf1b49;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.full-description {
    font-family: 'Roboto',sans-serif;
    padding: 40px;
    background: #fff;
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e; 

}
.full-description p {
    margin: 15px 0;
}

.product-collateral {
	margin: 0 0 20px;
	display:none;
}
.product-collateral > div {
	margin: 0 0 80px;
}
.product-collateral .title {
	font-size: 25px;
    text-align: center;
    text-transform:uppercase;
}
.product-collateral .title strong {
    display: inline-block;
    padding: 0 25px 10px;
    position: relative;
}
.product-collateral .title strong:before {
    content: '';
    width: 35%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}


.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #E12C5F;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 22px;
}
.variant-overview .add-to-wishlist {
	margin: 0 0 25px;
}
.variant-overview .add-to-wishlist-button {
	display: inline-block;
	width: auto;
}
.variant-overview .add-to-cart {
	margin: 0 0 10px;
}

.product-specs-box {
	margin: 0 0 40px;
}
.product-specs-box td {
	border: 1px solid #ddd;
	padding: 10px;
}

.product-tags-list {
	font-size: 0;
	background: #f5f5f5;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
	font-family: 'Roboto',sans-serif;
	color: #1e1e1e;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #444;
}

.availability-attributes-wrapper {
    position: relative;
    margin: 30px 0;
}
.attributes {
    position: relative;
    z-index: 2;
    padding: 20px 20px;
    background: #fafafa !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px;
}
.attributes .edit-item {
    margin-top: 12px;
}

.attributes .edit-item a {
    font-size: 13px;
    color: #E12C5F;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.variant-overview .attributes {
    border: none;
    padding: 0;
    margin: 30px 0 40px;
}
.attributes dt {
	display: block;
	white-space: nowrap; 
}
.attributes dt > label {
    line-height: 32px;
}
.attributes dd {
    display: block;
    max-width: 450px;
	margin: 0 auto 20px;
}
.attributes dd:last-child {
    margin: 0 auto;
}
.attributes select,
.attributes input[type="text"] {
	width: 450px;
	max-width: 100%;
}
.attributes .qty-box {
	margin: 10px 0;
}
.attributes .qty-box label {
    margin: 0 5px 0 0;
}
.attributes .qty-box input {
	width: 50px;
    padding: 0;
    text-align: center;
	height: 50px;
}
/********************************************
 VARIANTI – RADIO BUTTON LUXURY STYLE
********************************************/

/* Nascondi il radio originale */
.option-list input[type="radio"] {
    display: none !important;
}

/* Stile base delle opzioni */
.option-list label {
    display: block;
    padding: 12px 16px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e1e;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
/* SELEZIONE VARIANTI – OVERRIDE DEFINITIVO */
.attributes .option-list li input[type='radio']:checked + label,
.attributes .option-list input[type='radio']:checked + label {
    background-color: #E12C5F !important;
    border-color: #E12C5F !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 0 0 2px rgba(225,44,95,0.25) !important;
}
.attributes .option-list label:hover {
    border-color: #E12C5F !important;
    box-shadow: 0 0 0 2px rgba(225,44,95,0.15) !important;
    cursor: pointer !important;
}
.attributes .option-list label {
    display: block !important;
    padding: 12px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: #1e1e1e !important;
    transition: all .2s ease-in-out !important;
}

.attributes input[type='radio'] {
    display: none;
}
.attributes .option-list  input[type='radio'] ~ label {
    border: 1px solid #ededed;
    padding: 9px 15px;
}
.attributes .option-list  input[type='radio']:checked ~ label {
    background: #ededed;
    color: #2e2e2e;
}
.attributes .option-list  input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.attributes .option-list  input[type='checkbox'] ~ label {
    display: block;
    width: 1000px;
    max-width: 100%;
    padding: 9px 9px 9px 25px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
.attributes .option-list  input[type='checkbox'] ~ label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ededed;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.attributes .option-list  input[type='checkbox']:checked ~ label:after {
    content: '';
    display: block;
    background: #f3cc2e;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rental-attributes {
    overflow: hidden;
}
.rental-attributes .attribute-label {
    line-height: 32px;
}
.rental-attributes .attribute-label .required {
    line-height: 11px;
}
.attributes .datepicker {
    width: 100%;
    max-width: 450px;
	text-align: center;
}
.table-wrapper .attributes,
.cart .discount,
.cart .discount-additional-info,
.cart .rental-info {
    border: none;
    padding: 5px 0;
    color: #1e1e1e;
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
    box-shadow: 0 0 14px rgba(0,0,0,0.06);
    z-index: 1085 !important;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #1e1e1e;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev:before,
.ui-datepicker-header a.ui-datepicker-next:before {
    font-family: "venture-font";
    text-transform: none;
    font-size: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.ui-datepicker-header a.ui-datepicker-prev:before {
    content: "r";
}
.ui-datepicker-header a.ui-datepicker-next:before {
    content: "q";
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #f5f5f5;
    font-weight: normal;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}
.ui-datepicker-calendar td {
    color: #8c8c8c;
}
td.ui-datepicker-today {
    color: #1e1e1e;
}
.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    position: relative;
    z-index: 0;
	padding: 1px;
}
.color-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.color-squares .color {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer;
}
.color-squares .selected-value .color-container {
	background-color: #E12C5F;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #1e1e1e;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 auto 5px;
	font-weight: bold;
	color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 {
    font-size: 25px;
}
.product-reviews-page h1 a {
	color:#E12C5F;
}
.product-reviews-page .page-title {
    border: none;
    margin: 0;
    padding: 5px 0 10px;
}

.product-reviews-page .page-body {
    background: #fff;
}
.product-reviews-page .title {
	margin: 0 0 30px;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
}
.write-review {
	text-align: center;
}
.write-review .title {
    font-size: 15px;
    padding: 15px;
	background: #ffffff;
	border-radius: 12px 12px 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.write-review .title strong:before {
    font-family: "venture-font";
    text-transform: none;
    content: "k";
    color: #7a7a7a;
    font-size: 14px;
    display: inline-block;
    margin: 0 13px 0 0;
}

.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
}
.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
    height: auto;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor:auto;
    vertical-align: middle;
    font-size: 14px;
    height: 20px;
}
.write-review .review-rating li.first {
	color: red;
	font-family:'Fjalla One',sans-serif;
	text-transform: uppercase;
}
.write-review .review-rating li.rating-options {
    padding-top: 2px;
}
.write-review .review-rating li.rating-options input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: lightseagreen;
	font-family:'Fjalla One',sans-serif;
	text-transform:uppercase;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
    margin-bottom: 15px;
    padding: 15px 35px;
    border: none;
    font-family:'Fjalla One',sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #1e1e1e;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius: 9px;
}
.write-review .button-1:hover {
    background: #E12C5F;
}
.write-review .button-1[disabled]:hover {
    background: #E12C5F;
}

.product-reviews-page .page-body > .result {
	padding: 30px ;
    font-size: 13px;
    line-height: 20px;
	color: #3eaf5a;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.product-reviews-page .message-error {
    font-size: 13px;
    line-height: 20px;
	color: #e75862;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}
.product-review-list {
	overflow: hidden;
	padding: 10px;
}
.product-review-list .title {
    margin: 40px 0 40px;
    font-size:20px;
    text-transform:uppercase; 

}
.product-review-item {
    padding: 30px 0;
    border-top:1px dashed #ccc;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
}
.product-review-item .review-title {
    margin: 0 0 10px;
}
.product-review-item .review-text {
    color: #1e1e1e;
    text-transform: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    margin: 0 0 25px;
    text-align: left;
}
.review-type-rating-ext {
    padding: 20px;
    border: 1px dashed #ccc;
    overflow: hidden;
}
.review-type-rating-ext .review-title {
    float: left;
    margin: 0;
}
.review-type-rating-ext i {
    font-style: normal;
}
.product-review-item .review-content .product-review-box {
    position: static;
    float: right;
}
.product-review-item .review-info,
.product-review-item .product-review-helpfulness {
	margin: 0 0 5px;
    text-transform: none;
    font-size: 14px;
    color: #1e1e1e;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
    color: #E12C5F;
}
.product-review-item .review-info a {
    padding: 0 5px;
}
.product-review-helpfulness .vote {
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.product-review-helpfulness .vote:before {
    font-family: "venture-font";
    text-transform: none;
    content: "U";
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
}
.product-review-helpfulness .vote:last-child:before {
    content: 'V';
	color:red;
}
.product-review-helpfulness .vote:first-child {
    margin-top: -2.5px;
	color:lightseagreen;
}
.product-review-helpfulness .result {
    display: block;
    color: #1e1e1e;
    text-transform: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;

}
.product-review-item .reply {
    margin: 30px 0 0;
    padding: 20px;
    border: 1px dashed #ccc;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
    font-size: 14px;
}
.product-review-item .reply-text {
    color: #1e1e1e;
    text-transform: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}



/********** WISHLIST & COMPARE LIST **********/


.wishlist-content .message-error {
	margin: 20px 0;
}

.wishlist-content .buttons {
	font-size: 0;
    margin: 10px 0 50px;
}
.wishlist-content .button-2{
	margin: 0 5px 5px;
	border: none;
    width: 100%;
	letter-spacing: 2px;
    text-transform: uppercase;
    background: #e2e2e2;
    color: #323232;
    padding: 15px 32px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wishlist-content .update-wishlist-button {
    padding: 15px 30px 15px 50px;
    background-image: url(../images/cart-refresh.svg);
    background-repeat: no-repeat;
    background-position: left 25px top 17px;
	border-radius: 9px;
}
.wishlist-content .email-a-friend-wishlist-button {
    padding: 15px 30px 15px 50px;
    background-image: url(../images/email.svg);
    background-repeat: no-repeat;
    background-position: left 23px top 18.5px;
}
.wishlist-content .button-2:hover {
    background-color: #E12C5F;
}
.wishlist-content .update-wishlist-button:hover {
    background-image: url(../images/cart-refresh-hover.svg);
}
.wishlist-content .update-wishlist-button:hover {
    background-image: url(../images/cart-refresh-hover-light.svg);
	background-color: #E12C5F;
    background-repeat: no-repeat;
    background-position: left 25px top 17px;
}
.wishlist-content .email-a-friend-wishlist-button:hover {
    background-image: url(../images/email_dark.svg);
}
.light-theme .wishlist-content .email-a-friend-wishlist-button:hover {
    background-image: url(../images/email_light.svg);
}
.wishlist-content .wishlist-add-to-cart-button {
    background: #1e1e1e;
    color:#ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wishlist-content .wishlist-add-to-cart-button,
.wishlist-content .button-2:hover {
    color: #fff;
	border-radius: 9px;
	margin-top: 10px;
}
.wishlist-page .share-info {
	background: #fff;
    padding: 20px;
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto',sans-serif;
    line-height: 25px;
    text-align: center;
	border-radius: 12px;
    border: 1px solid #e5e5e5;
}
.wishlist-page .share-info span {
	display: block;
	margin: 0 0 5px;
}
.wishlist-page .share-info a {
	font-weight: bold;
	color: #444;
}
.wishlist-page .share-info a:hover {
	color: #E12C5F;
}
.wishlist-page .no-data {
	margin: 25px 0 0;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-table .overview p:first-child {
	position: relative;
	margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	background: #E12C5F;
	padding: 7px 14px;
	font-weight: bold;
	color: #fff;
}
.compare-products-page .button-2 {
	display: inline-block;
	border: 1px solid #ddd;
	background: #eee;
	padding: 7px 14px;
}

/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
    text-align: center;
}
.topic-block-title {
	margin: 0 0 20px;
}
.topic-block-title h2 {
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;
}
.topic-block-body {
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    max-width: 650px;
    margin: auto;
}
.topic-block a,
.topic-page a {
	color: #E12C5F;
}
.topic-page .page-body {
	text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.home-page .topic-block {
	margin: 40px auto;
    width: 100%;
	padding: 10px;
	background: #ffffff;
}
.home-page .topic-block-body {
    max-width: none;
}

/* ============================
   LUXURY BADGE CARDS
   ============================ */

.homepage-cards {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 45px 0;
    flex-wrap: wrap;
}

.homepage-cards .card {
	flex:1;
    width: 180px;
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    text-align: center;
    transition: all .25s ease;
}

.homepage-cards .card:hover {
    border-color: #E12C5F;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* BADGE TONDO */
.homepage-cards .badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #E12C5F;
    margin: 0 auto 12px auto;
    font-weight: 700;
    transition: background .25s ease, color .25s ease;
}

.homepage-cards .card:hover .badge {
    background: #E12C5F;
    color: #fff;
}

.homepage-cards .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.homepage-cards .card-subtitle {
    font-size: 17px;
    color: #666;
    margin-top: 4px;
}

/* MOBILE */
@media (max-width: 768px) {
    .homepage-cards {
        gap: 20px;
    }
    .homepage-cards .card {
        width: 150px;
        padding: 20px 15px;
    }
}

.homepage-cards .badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E12C5F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin: 0 auto 12px auto;
    font-weight: 700;
    transition: all .25s ease;
}

.homepage-cards .card:hover .badge {
    background: #c0204c;
    transform: scale(1.08);
}


/* MOBILE */
@media (max-width: 768px) {
    .homepage-cards {
        gap: 20px;
    }
    .homepage-cards .card {
        width: 150px;
        padding: 20px 15px;
    }
}
@media (max-width: 768px) {

    body .homepage-cards {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 14px !important;
    }

    /* Le prime due card affiancate */
    body .homepage-cards .card:nth-child(1),
    body .homepage-cards .card:nth-child(2) {
        width: calc(50% - 14px) !important;
        min-width: 100px !important;	
    }

    /* La terza card centrata sotto */
    body .homepage-cards .card:nth-child(3) {
        width: 100% !important;
        max-width: 260px !important;
        margin-top: 6px !important;
    }
}
@media (max-width: 768px) {
    body .homepage-cards .card:nth-child(3) {
        width: 100% !important;
        max-width: 260px !important;
        margin: 0 auto !important;
    }
}



/* Sfondo e bordi per TUTTO il widget (desktop + mobile) */
.elfsight-app-0295def2-2af4-484d-86c8-8fd8e6403401 {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 20px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06) !important;
}

.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
	text-align: center;
    padding: 45px 30px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,0.06);
    max-width: 750px;
    margin: auto;
}
.topic-password form {
    display: inline-block;
    font-size: 0;
}
.enter-password-title {
	margin: 0 0 10px;
    font-size: 15px;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 50px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 50px !important;
	border: none !important;
	background: #E12C5F;
	padding: 0 25px !important;
	font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.enter-password-form input[type="submit"]:hover {
    background: #E12C5F;
}
.password-error {
	margin: 0;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
    background: #fff;
    max-width: 750px;
    margin: auto;
	display:none;
}
.contact-page .topic-block-title,
.email-a-friend-page .topic-block-title,
.apply-vendor-page .topic-block-title {
    display: none; /*Remove to show the title of the topic*/
    color: #1e1e1e;
    margin: 0 15px;
}
.contact-page .topic-block-title h2,
.email-a-friend-page .topic-block-title h2,
.apply-vendor-page .topic-block-title h2 {
    font-size: 18px;
}
.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
    padding: 20px 15px 15px;
    border-bottom: 1px dashed #ccc;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
    margin: 0;
    padding: 20px;
    border-top: 1px dashed #ccc;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    padding: 15px 35px;
    border: none;
    background: #1e1e1e;
    font-family:'Fjalla One',sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background: #E12C5F;
}
.light-theme .contact-page .button-1,
.light-theme .email-a-friend-page .button-1,
.light-theme .apply-vendor-page .button-1 {
    color: #fff;
}
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
    padding: 10px 30px 30px;
    text-align: center;
}
.email-a-friend-page .title {
    padding: 30px 30px 0;
}
.email-a-friend-page .title h2 {
	font-size: 16px;
    max-width: 650px;
    margin: auto;
    padding: 0 0 10px;
    border-bottom: 1px dashed #ccc;
}
.email-a-friend-page .title h2 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.email-a-friend-page .title h2 a:hover {
    color: #f3cc2e;
}




/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .page-body {
    background: #fff;
    max-width: 750px;
    margin: auto;
}
.gender {
    text-align: left;
}
.gender span {
	display: inline-block;
	margin: 0 15px 0 0;
}
.date-picker-wrapper {
    display: inline-block;
    width: 650px;
    max-width: 100%;
}
.date-of-birth select {
	width: 32%; /*birth-date selectors, always single line*/
}
.date-of-birth select + select {
	margin: 0 0 0 2%;
}
#check-availability-button {
    float: left;
	margin: 15px 0 0;
    border: none;
    background: #f5f5f5;
    color: #787878;
    text-transform: uppercase;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#check-availability-button:hover {
    background: #E12C5F;
    color: #1e1e1e;
}
#check-availability-button:hover {
    color: #fff;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	white-space: normal;
    text-transform: none;
    font-size: 13px;
    color: #19d7b1;
    font-family: 'Roboto', sans-serif;
	text-align: left;
}
.accept-consent {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #1e1e1e;
	text-align: center;
}
.accept-consent:last-child {
    margin: 0 0 45px;
}
.accept-consent label {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 25px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accept-consent input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}
.accept-consent input[type='checkbox'] ~ label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ededed;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.accept-consent input[type='checkbox']:checked ~ label:after {
    content: '';
    display: block;
    background: #E12C5F;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accept-consent .read {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accept-consent .read:hover {
    color: #E12C5F;
}
.registration-page .buttons {
    margin: 20px;
    padding: 20px;
    border-top: 1px dashed #ccc;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
    padding: 15px 35px;
    border-radius: 9px;
    background: #1e1e1e;
    font-family:'Fjalla One',sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
    background-color: #E12C5F;
    color:#ffffff;
	border:none;
}
.registration-result-page .result {
	margin: 0 auto 50px;
    max-width: 750px;
    color: #1e1e1e;
    text-transform: none;
    text-align: center;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.login-page .title {
    padding: 30px 30px 0;
    margin: 0 0 30px;
    font-size: 16px;
    letter-spacing: 2px;
    border: none;
    text-transform: uppercase;
}
.login-page .new-wrapper,
.login-page .returning-wrapper {
	background: #fff;
    padding: 0;
    max-width: none;
    margin: 0 0 30px;
	border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
}
.login-page .text {
    padding: 0 30px;
    margin: 0 0 30px;
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.login-page .buttons {
    margin: 0;
    padding: 20px;
}
.login-page .button-1.checkout-as-guest-button {
    color: #323232;
    background: #e6e6e6;
    margin: 0 5px 5px;
}
.login-page .button-1.checkout-as-guest-button:hover {
    background: #E12C5F;
    color:#fffff;
}

.login-page .message-error {
    padding: 30px 30px 10px;
}
.login-page .inputs.reversed * {
	font-size: 15px; /*reset zeroing*/
}
.login-page .inputs.reversed label {
    display:inline-block;
    width: auto;
    margin: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.login-page .inputs.reversed .forgot-password {
    display: inline-block;
    width: auto;
    margin: 5px;
    font-size: 14px;
    color: #E12C5F;
}
.login-page .form-fields {
    padding: 0 30px;
    margin: 0 0 50px;
}
.login-page .topic-block {
    margin: 50px 0 20px;
}

.login-page .external-authentication {
	text-align: center;
    background: #fff;
    margin: 20px 0 0;
}
.login-page .external-authentication .title {
    margin-bottom: 20px;
}
.login-page .external-authentication .buttons {
    padding-bottom: 35px;
}
.registration-page .external-authentication .title {
    display: none;
}
.external-authentication .buttons {
    border: none;
    padding-top: 0;
}
.facebook-login-block .buttons a {
    width: 207px;
    height: 37px;
    margin: auto;
    background: url(../images/facebook-login.png) center no-repeat !important;
}
.password-recovery-page .page-body {
    background: #fff;
    max-width: 750px;
    margin: auto;
}
.password-recovery-page .tooltip {
    text-align: center;
	padding: 20px 30px 15px;
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px dashed #ccc;
}
.password-recovery-page .buttons {
    margin: 0;
    padding: 20px;
    border-top: 1px dashed #ccc;
}
.password-recovery-page .result {
    text-align: center;
	padding: 20px 20px 0;
    text-transform: none;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.account-page .page-body {
    background: #ffffff;
    padding: 30px;
}
.account-page .fieldset {
    padding: 0;
    margin: 0 0 30px;
}
.customer-pages-body .master-wrapper-content {
    padding: 170px 0 80px;
}
.customer-pages-body .page-title {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}
.customer-pages-body .page-title h1 {
    max-height: 88px;
    overflow: hidden;
}
.customer-pages-body .side-2 {
    margin: 0 0 20px;
}
/*.customer-pages-body .block .title:before, 
.customer-pages-body .block .listbox:before {
    display: none;
}*/
.customer-pages-body .side-2 .title strong {
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.customer-pages-body .side-2 .title strong:before {
    font-family: "venture-font";
    text-transform: none;
    content: "h";
    width: 25px;
    line-height: 20px;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.customer-pages-body .block {
	float: none;
	width: auto;
    margin: 0;
	text-align: center;
}
.customer-pages-body .block .list a.active {
    color: #1e1e1e;
}
.add-more-external-records {
    margin: 0 0 20px;
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}
.add-more-external-records a {
    color: #E12C5F;
}

.account-page .buttons {
    margin: 30px 0 0;
    text-align: center;
}

.account-page .button-2 {
    margin: 15px 0 0;
    border-radius: 9px;
	border: none;
    background: #f5f5f5;
    color: #787878;
    text-transform: uppercase;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.account-page .button-2:hover {
    background: #E12C5F;
    color: #ffffff;
}

.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .edit-address .inputs {
    margin: 0 0 15px;
}
.account-page .description {
    color: #1e1e1e;
    text-transform: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px !important;
	margin: 0 0 20px;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
	margin: 10px 5px;
	vertical-align: top;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
}

.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details,
.gdpr-tools-page .fieldset .form-fields {
    text-transform: none;
    color: #1e1e1e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px !important;
    vertical-align: middle;
}
.address-list-page .info label,
.order-list-page .info label {
    display: inline-block;
    vertical-align: middle;
}
.address-list-page .add-button {
	text-align: center;
}
.address-list-page .title,
.order-list-page .title,
.return-request-list-page .title,
.gdpr-tools-page .fieldset .title {
    max-width: none;
    margin: 0;
    border: none;
}
.address-list-page .section.address-item,
.order-list-page .section.order-item,
.return-request-list-page .section.request-item,
.gdpr-tools-page.account-page .fieldset {
    max-width: none;
    padding: 10px 10px 30px;
    margin: 0 0 30px;
    position: relative;
    text-align: left;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.address-list-page .country,
.return-request-list-page .comments label {
    font-weight: bold;
    color: #1e1e1e;
}
.order-list-page .section.order-item:last-child,
.return-request-list-page .section.request-item:last-child,
.gdpr-tools-page.account-page .fieldset:last-of-type {
    margin: 0;
    padding: 10px 10px 30px;
    border: none;
}
/*.order-list-page .section.order-item .info label,
.return-request-list-page .section.request-item .details label,
.order-list-page .section.order-item .info span,
.return-request-list-page .section.request-item .details span {
    display: inline-block;
}*/
.order-list-page .section.order-item:last-child .buttons {
    bottom: 0;
}
.order-list-page .section.recurring-payments {
    margin: 0 0 50px;
    max-width: none;
}
.recurring-payments .title {
    border-bottom: 1px dashed #ccc;
    margin: 0 0 25px;
}
.account-page .table-wrapper {
    border: 1px solid #f5f5f5;
}
.recurring-payments .data-table th,
.recurring-payments .data-table td {
    padding: 20px;
    font-size: 14px;
    white-space: normal;
}
.address-list-page .address-item .button-2,
.order-list-page .order-item .button-2 {
    margin: 0 0 0 5px;
}

.return-request-list-page a {
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.downloadable-products-page .data-table td.download a,
.order-details-page .data-table td.view-details a {
    color: #E12C5F;
}

.user-agreement-page .page-body {
    background: #fff;
    max-width: 750px;
    margin: auto;
    text-align: center;
}
.user-agreement-page .terms-of-agreement {
    padding: 30px;
}
.user-agreement-page .buttons {
    margin: 0;
    padding: 20px;
    border-top: 1px dashed #ccc;
}


.back-in-stock-subscription-list-page .select-boxes input[type='checkbox'],
.forum-subscriptions-page .select-boxes input[type='checkbox'],
.terms-of-agreement input[type='checkbox']  {
    position: absolute;
    margin: auto;
    z-index: -1;
}
.back-in-stock-subscription-list-page .select-boxes input[type='checkbox'] + label,
.forum-subscriptions-page .select-boxes input[type='checkbox'] + label {
    display: inline-block;
    padding: 0;
    width: 17px;
    height: 17px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.terms-of-agreement input[type='checkbox'] + label {
    display: inline-block;
    padding: 0 0 0 24px;
    position: relative;
    cursor: pointer;
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.back-in-stock-subscription-list-page .select-boxes input[type='checkbox'] + label:before,
.forum-subscriptions-page .select-boxes input[type='checkbox'] + label:before,
.terms-of-agreement input[type='checkbox'] + label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #d4d4d4;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 0;
}
.terms-of-agreement input[type='checkbox'] + label:before {
    top: 4px;
}
.back-in-stock-subscription-list-page .select-boxes input[type='checkbox']:checked + label:after,
.forum-subscriptions-page .select-boxes input[type='checkbox']:checked + label:after,
.terms-of-agreement input[type='checkbox']:checked + label:after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    position: absolute;
    top: 4px;
    left: 3px;
    background: #E12C5F;
}
.terms-of-agreement input[type='checkbox']:checked + label:after {
    top: 7px;
}
.back-in-stock-subscription-list-page th.product,
.back-in-stock-subscription-list-page td.product,
.forum-subscriptions-page th.product,
.forum-subscriptions-page td.product,
.forum-subscriptions-page th.info,
.forum-subscriptions-page td.info {
    padding-left: 0;
}

.section.reward-points-history {
    padding: 0;
}

.reward-points-overview {
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
}
.reward-points-history td {
    font-size: 14px;
}
.reward-points-history td.date {
    white-space:nowrap;
}

.avatar-page .message-error {
	margin: 0 0 20px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px dashed #ccc;
}
.avatar-page .buttons {
    margin: 0 0 15px;
}
.avatar-page input[type="file"] {
	width: 220px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
    padding: 10px 25px;
    margin: 0 5px 0 0;
}
.avatar-page .info {
    text-transform: none;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
}
.account-page.my-product-reviews-list-page .page-body {
    padding: 30px;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 0;
	text-align: left;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0;
}

/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 15px 0;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border: 1px solid #bbb;
	background: #fff url('../images/pointer.png') center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: auto;
}

.shopping-cart-page .page-title {
	margin: 0 0 30px;
	padding: 13px;
}
.shopping-cart-page .message-error {
	margin: 20px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: left;
}
.shopping-cart-page .checkout-attributes a {
	color: #4ab3f1;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
	color: #4ab3f1;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.shopping-cart-page .common-buttons {
	margin: 0 0 60px;
	font-size: 0;
	float:none;
}

.shopping-cart-page .common-buttons input {
	margin: 35px 5px -10px;
	border: none;
	border-radius:12px;
	background: #e2e2e2;
	width:240px;
	padding:15px 30px 15px 30px;
	font: 15px 'Fjalla One',sans-serif;
	color: #323232;
	letter-spacing:2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform:uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.shopping-cart-page .common-buttons input:hover {
	background-color:#E12C5F;
	color:#ffffff;
}
.shopping-cart-page .common-buttons input:first-child {
	background-color: #e2e2e2;
}
.shopping-cart-page .common-buttons input:first-child:hover {
	background-color: #E12C5F;;
}
.shopping-cart-page .common-buttons .update-cart-button  {
	background-image: url(../images/cart-refresh.svg);
    background-repeat: no-repeat;
    background-position: left 25px top 17.5px;
}
.shopping-cart-page .common-buttons .update-cart-button:hover  {
	background-image: url(../images/cart-refresh-hover-light.svg);

}
.checkout-attributes {
	margin: -30px 0 30px;
	color: #444;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
	min-width: 170px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px; /*reset zeroing*/
}
.checkout-attributes .color-squares li {
     border: none;
     padding: 0;
     line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 0 0 5px;
}

.selected-checkout-attributes {
	margin: 30px 0;
	color: #444;
}
.selected-checkout-attributes br {
	content: "";
	display: block;
	margin: 3px;
}

.cart-footer {
	margin: 0 0 50px;
	
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 30px;
	background: #fff;
	padding: 5px;
	border-radius: 12px;
	border: 1px solid #e5e5e5;
}
.cart-footer .total-info {
	width: 460px;
    max-width: 100%;
    padding: 30px;
    margin: auto;
}

.cart-total td {
	padding: 8px 0;
	font-size: 14px;
	color: #1e1e1e;
	text-align:center;
}
.cart-total td strong{
	padding: 8px 0;
	font-size: 17px;
	color: #E12C5F;
}
.cart-total .cart-total-right {
    color: #1e1e1e;
    width: 1px;
    white-space: nowrap;
    text-align: right;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
}

.cart-total td:first-child {
	text-align: left;
	color:#1e1e1e;
	font-size: 15px;
}

.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total {
	font-size: 14px;
	color: #E12C5F;
}
.cart-total .order-total strong {
	font-size: 18px;
	color: #E12C5F;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
}
.cart-total .earn-reward-points {
	font-style: italic;
}

.min-amount-warning {
	color: #e4434b;
	display:block;padding:0 30px 30px;max-width:360px;margin:auto;
	font-family:'Roboto',sans-serif;
	font-weight:600;
	text-align:center;
}

.terms-of-service {
    padding: 15px 30px;
    border-top: 1px dashed #ccc;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    color: #1e1e1e;
    position: relative;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.terms-of-service input[type='checkbox'] {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}

.cart-footer .checkout-buttons {
	padding: 50px 0;
    text-align: center;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 320px;
	width:100%;
	border: none;
	border-radius: 12px;
	background-color: #E12C5F;
	padding: 15px 10px;
	font: 15px 'Fjalla One',sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:2px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cart-footer .checkout-button:hover {
	background-color: #bf1b49;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}

.cart-collaterals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 25px 0 0;
}
.cart-collaterals > div {
	max-width: 400px;
	margin: 0 0 50px;
}
.cart-collaterals .button-2 {
	height: 36px;
	border: 1px solid #ccc;
    padding: 0 15px;
    background: #fff;
    color: #1e1e1e;
    font-size: 12px;
    vertical-align: middle;
    text-transform:uppercase;
}
.cart-collaterals .button-2:hover {
	background-color: #f6f6f6;
}

.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 18px;
	color: #444;
	text-align: center;
}
.cart-collaterals .title strong {
	font-weight: normal;
	font-family: 'Fjalla One',sans-serif;
	text-transform: uppercase;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
	text-align: left;
	font-family: 'Roboto',sans-serif;
	color: #1e1e1e;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
	border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 100%;
	height: 56px; /*safari padding fix*/
	margin: 0 -1px 0 0;
	border-radius: 12px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 100%;
	height: 56px; /*safari padding fix*/
	padding: 0;
	font: 15px 'Fjalla One',sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f5f5f5;
	border: none;
	border-radius: 12px;
	margin-top: 15px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
 background:#E12C5F;
 color:#ffffff;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e4434b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
	color: #4cb17c;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #4cb17c;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}

.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
	color: #444;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 30px;
	padding: 30px;
    background: #fff;
}
.checkout-page .section.order-summary {
	margin: 100px 0 30px;

}

.checkout-page .section .title {
    max-width: none;
    padding: 8px 0;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .total-info {
	margin: 0;
	border-bottom: none;
	padding:0px;
}

.checkout-page .button-1 {
	min-width: 150px;
	padding: 10px 20px;
	background: #1e1e1e;
	color: #fff;
	font-family: 'Fjalla one',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* height: 53px; */
	font-size: 15px;
	border:none;
}
.checkout-page .button-1:hover {
	background-color: #E12C5F;
}

.checkout-page .address-item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.checkout-page .address-item ul {
	margin: 0 0 15px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.name {
	font-size: 16px;
	font-weight: bold;
}

.enter-address .message-error {
	margin: 20px 0;
}
.enter-address .edit-address {
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .ship-to-same-address .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.select-pickup-point {
    text-align: center;
}
.checkout-page .pickup-points-map {
	min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 0;
	font-size: 14px; /*reset zeroing*/
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.payment-method .use-reward-points {
	margin: 0 0 30px;
	text-align: center;
	color: #444;
}
.payment-method .payment-logo {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0 !important;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
}

.payment-info .info {
	padding: 30px 15px;
	color: #444;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 100% !important;
	max-width: 400px !important;
	font-size: 14px; /*reset zeroing*/
}
.payment-info .info td:only-child {
	width: 100% !important;
	max-width: 100% !important;
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
	width: 65px !important;
}
.payment-info .info td select {
	min-width: 70px;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
}
.payment-info .info p {
	text-align: left;
}

.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-overview ul {
	margin: 0 0 30px;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #1e1e1e;
	font-family: 'Roboto',sans-serif;
	text-align: left;
}
.order-review-data li,
.order-details-area li,
.shipment-overview li {
	padding: 0 15px;

}
order-details-area li, li.vat {
	display:none;

}
.order-review-data .title,
.order-details-area .title,
.shipment-overview .title {
	margin: 20px 0 15px;
	padding: 15px;
	border-bottom: 1px solid #E12C5F;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Fjalla One',sans-serif;
	color: #1e1e1e;
}

.order-completed .details {
	margin: 0 0 10px;
	padding: 20px;
	font-size: 14px;
	text-align: center;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	color: #1e1e1e;
}
.order-completed .details a:hover {
	color: #E12C5F;;
}
.opc {

}
.opc .tab-section  {
    margin: 0 0 10px;
    background: #fff;
	border:1px solid #e5e5e5;
	border-radius:12px
}
.opc .step-title {
	overflow: hidden;
	padding: 15px;
	letter-spacing: 2px;
	font-size: 16px;
}
.opc .tab-section:last-child .step-title {
    border: none;
}
.opc .active ~ .tab-section {
    opacity: .5;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
	font-family: 'Fjalla One',sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.opc .active .step-title {}
.opc .step-title span:after {
    content: '.';
}
.opc .step-title * {
	float: left;
	font-size: 16px;
	font-family: 'Fjalla One',sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc label {
}
.opc .step {
    text-align: center;
}
.opc .section {
    box-shadow: none !important;
    padding: 0 30px;
}
.opc .section.pickup-in-store,
.opc .section.ship-to-same-address {
    padding: 20px 30px;
}
.opc .section.new-billing-address.no-existing-address {
    display: block !important;
}
/* Sottotitolo Riepilogo Ordine */
.page-subtitle {
	text-align:center;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    letter-spacing: 0.3px;
}
.payment-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 700px; /* opzionale ma consigliato */
}

.payment-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
    width: 100%;
    max-width: 340px;
}

.payment-card:hover {
    border-color: #E12C5F;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.payment-card input[type="radio"] {
    accent-color: #E12C5F;
    width: 18px;
    height: 18px;
}

.payment-icon img {
    width: 48px;
    height: auto;
}

.payment-title {
    font-size: 16px;
    font-weight: normal;
    color: #222;
}

.payment-desc {
	font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #666;
}
.payment-icon-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E12C5F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.checkout-page .opc .section.pickup-points {
    text-align: center;
    padding: 20px 30px;
}
.checkout-page .opc .select-pickup-points label {
    display: block;
    margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 20px 0 20px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
    width:580px
}
.opc i {
    font-style: normal;
}
.opc .buttons {
    padding: 20px;
    margin: 0;
    display: block;
}
.opc .buttons input {
    padding: 17px 15px;
    border-radius: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #1e1e1e;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .use-reward-points {
    border: none;
    padding: 20px 0;
}
.opc .back-link {
    display: inline-block;
    margin: 0 5px;
}
.opc .back-link a {
    display: inline-block;
    padding: 15px 15px;
    border-radius: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    background: #dddddd;
    font-family: 'Fjalla One',sans-serif;
    font-size: 15px;
}
.opc .payment-method {
    margin: 0 auto 20px;
    text-align: left;
}
.opc .shipping-method .method-list, 
.opc .payment-method .method-list {
    padding: 30px 0 0;
    margin: 0 auto;
}
.opc .payment-info .info {
    padding: 50px 0;
}
.opc .order-review-data .billing-info, 
.opc .order-review-data .payment-method,
.opc .order-review-data .shipping-method,
.opc .order-review-data .shipping-info {
    text-align: center;
}
.opc .section.order-summary .table-wrapper {
    margin: 40px;
}
.opc .cart tr {
    border: 1px solid #f5f5f5;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .cart-footer .totals {
}
.opc .section.order-summary .title {
    margin: 0 0 10px;
    border: none;
}
.opc .section.order-summary .title strong {
    font-size: 16px;
    letter-spacing: 2px;
}
.opc .section.order-summary .title:before {
    display: none;
}
.opc .terms-of-service {
	text-align: center;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    padding: 30px;
    margin: 0 0 25px;
    position: relative;
}
.order-review-data > div:before,
.order-details-area > div:before,
.shipment-details-area > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-size: 14px;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 0 0 15px;
    font-size: 16px;
    letter-spacing: 2px;
}

.order-details-page .page-title {
	margin: 0 0 80px;
}
.order-details-page .page-title h1 {
}
.order-details-page .page-title a {
    position: absolute;
    bottom: -60px;
    right: 50%;
    margin: 0 5px 0 0;
    border-radius: 9px;
    background: #e2e2e2;
    color: #787878;
    text-transform: uppercase;
    padding: 13px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.order-details-page .page-title a.pdf-invoice-button {
    right: auto;
    left: 50%;
    margin: 0 0 0 5px;
}
.order-details-page .page-title a:hover {
    background: #1e1e1e;
    color: #ffffff;
}
.light-theme .order-details-page .page-title a:hover {
    color: #fff;
}
.order-details-page .order-overview {
    background:#fff;
    text-align: center;
    padding: 40px;
    margin: 0 0 20px;
}
.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    font-size: 16px;
}
.order-details-page .order-overview-content {
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-size: 14px;
}
.billing-info,
.shipping-info,
.payment-method-info,
.shipping-method-info,
.order-info,
.shipping-info {
    padding: 30px;
}
.order-details-page .section,
.shipment-details-page .section {
    max-width: none;
    padding: 0;
    margin: 0 0 50px;
}
.order-details-page .section .title,
.shipment-details-page .section .title {
    max-width: none;
    padding: 5px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
}
.order-details-page .section .title:before,
.shipment-details-page .section .title:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.order-details-page .section .title strong,
.shipment-details-page .section .title strong {
    font-size: 25px;
}
.order-details-page .data-table label {
    color: #1e1e1e;
}
.order-details-page .tax-shipping-info {
	margin: 20px 10px 10px;
    text-align: center;
}
.order-details-page .actions {
	margin: 30px 0 0;
	overflow: hidden;
	font-size: 0;
}
.order-details-page .actions input {
    width: 100%;
    padding: 15px 10px;
    margin: 0 0 15px;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.order-details-page .actions input:hover,
.order-details-page .actions input:last-child {
    color: #ffffff;
    background: #1e1e1e;
    font-family:'Fjalla One',sans-serif;
    letter-spacing:2px;
	border-radius: 9px;
}
.light-theme .order-details-page .actions input:hover,
.light-theme .order-details-page .actions input:last-child {
    color: #fff;
}
.order-details-page .actions input:last-child {
    margin: 0;
}
.order-details-page .actions input:last-child:hover {
    background: #E12C5F;
	
}
.order-details-page .section.products {
    padding: 0 0 50px;
    margin: 0;
   
}
.order-details-page .section.totals {
	width: 390px;
    max-width: 100%;
	margin: 0 auto;
    padding: 0;
    position: relative;
    padding: 30px;
    background: #fff;
    z-index: 2;
	border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
}
}
.order-details-page .total-info {

}
.order-details-page .cart-total * {
    border: none;
}
.order-details-page .cart-total td:first-child {
    padding: 5px 0;
    text-align: left;
}
.order-details-page .cart-total td:last-child {
    padding: 5px 0;
    text-align: right;
    color: #1e1e1e;
}
.order-details-page .cart-total td:last-child strong {
    color: #E12C5F;
}
.order-details-page .cart-total tr:last-child td {
    font-size: 17px;
}
.order-details-page .data-table .sku,
.shipment-details-page .data-table .sku,
.order-details-page .data-table .price,
.order-details-page .data-table .unit-price,
.order-details-page .data-table .quantity,
.order-details-page .data-table .vendor {
    color: #1e1e1e;
}
.order-details-page .data-table .shipment-id,
.shipment-details-page .data-table .quantity {
    color: #1e1e1e;
    text-align: center;
}
.order-details-page .data-table td.total {
    color: #f3cc2e;
}

.order-details-page .data-table .quantity {
    text-align: center;
}
.order-details-page .section.options {
    padding: 0;
    margin: 0;
}
.order-details-page .section.options > div {
    background: #fff;
    text-align: left;
    padding: 30px;
    margin: 0 auto;
    width: 390px;
    max-width: 100%;
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed #ccc;
}
.order-details-page .attributes {
	border:none;
	padding:0;
	color: #1e1e1e;
	font-size:12px;
	margin: 0;
}

.html-return-request-page .page-body {
    background: #fff;
    max-width: 750px;
    margin: auto;
}
.html-return-request-page  .data-table .unit-price {
    display: none;
}
.return-request-page .result {
    padding: 30px;
    text-align: center;
}
.return-request-page .table-wrapper {
    border: 1px solid #f5f5f5;
}
.return-request-page .buttons {
    margin: 0;
    padding: 20px;
    border-top: 1px dashed #ccc;
}

.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
    border: none;
    width: 120px;
    background: #f5f5f5;
    color: #787878;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.return-request-page .qq-upload-button:hover {
    background: #f3cc2e;
    color: #1e1e1e;
}
.light-theme .return-request-page .qq-upload-button:hover {
    color: #fff;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 12px;
	color: #1e1e1e !important;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
	margin: 0 0 -1px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input .form-fields {
	padding: 30px 15px 10px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 5px;
}

.advanced-search {
	margin: 30px 0 0;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .buttons {
	text-align: center;
}
.search-input .button-1 {
	min-width: 140px;
	border: none;
	background-color: #E12C5F;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.search-input .button-1:hover {
	background-color: none;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	margin: 10px 0; 
	color: #e4434b;
}

.sitemap-page .entity {
    background: #fff;
    padding: 30px;
	margin: 0 0 20px;
}
.sitemap-page .description {
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    text-align: center;
    margin: 0 0 30px;
}
.sitemap-page .entity-title {
	margin: 0 0 15px;
}
.sitemap-page .entity-title h2 {
    letter-spacing: 2px;
    font-weight: normal;
}
.sitemap-page li {
	display: inline-block;
	margin: 3px 15px 3px 0;
    text-transform: none;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}
.sitemap-page a {
	display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sitemap-page a:hover {
    color: #E12C5F;
}
.sitemap-page a:empty {
	display: none;
}


/****** BLOG & NEWS ******/

.news-list-homepage {
	margin: 0 0 75px;
}
.news-list-homepage .title {
   padding: 8px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
    color:#1e1e1e
}

.news-list-homepage .title strong {
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	font: normal 40px 'Fjalla One',sans-serif;
}
.news-list-homepage .title strong:after {
	content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.year strong {
	display: block;
    background: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    cursor: auto;
    font-weight: normal;
}

.year .sublist {
	padding: 5px 0 5px 25px;
}

.year .sublist a{
	font-size: 13px;
}
.year .sublist a:hover {
	background: none;
	color:#E12C5F;
}
.block .sublist a:before {
	border: none;
}
.blog-page .search-box {
	display: none;
}
.blog-page .post,
.news-items .item {
	position: relative;
	margin: 0 0 30px;
}
.blog-page .post:after,
.news-items .item:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.post-item, .news-item {
    margin: 0 0 30px;
    background-color: #fff;
}
.news-head {
	margin: 0 0 10px;
	border-bottom: 1px solid #1e1e1e;
    border-radius: 10px 10px 0 0;
	padding: 15px;
	overflow: hidden;
	background: #1e1e1e;
	color: #fff;
}

.news-title {
	display: inline-block;
	font-size: 16px;
    text-transform: uppercase;
}
.blog-posts .post-title {
     display: block;
     font-size: 24px;
     color: #1e1e1e;
     text-align: left;
}
.blog-posts .post-text {
    color: #1e1e1e;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
.news-date {
	display:none;
}
.post-body, .news-body {
    padding: 15px;
    line-height: 22px;
}

.news-item-page .news-date {
	float: none;
}
.post-date {
    background-color: transparent;
    color: #E12C5F;
    text-align: right;
    float:right;
    font-size: 12px;
    margin-top: 10px;
}
.blog-posts {
    display: block;
    color: #E12C5F;
    position: relative;
    bottom:-2px;

    
}
.blog-posts .post-date span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px;
    font-size: 10px;
}
.blog-posts .post-date .day {
    font-size: 50px;
    margin: 0 10px -19px 0;
    line-height: 60px;
    color: #fff !important;
}
.blog-posts .post-date .month {
    margin-right: 5px;
}
.blogpost-page {
    background: #fff;
    max-width: 958px;
    margin: auto;
    position: relative;
}
.blogpost-page .back-button {
    display: inline-block;
    position: absolute;
    top: -45px;
    left: 50%;
    color: #1e1e1e;
    font-size: 15px;
    padding: 10px 15px 10px 30px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blogpost-page .back-button:hover {
    color: #f3cc2e;
}
.blogpost-page .back-button:before {
    font-family: "venture-font";
    text-transform: none;
    content: "r";
    font-size: 8px;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}
.blogpost-page .page-title h1{
    font-size: 17px;
    text-transform: none;
    text-align: center;
    padding: 30px 30px 10px;
    margin: 0;
    border: none;
}

.blogpost-page .page-title:before {
    display: none;
}
.blogpost-page .buttons {
    margin: 0;
}

.blogpost-page .buttons input[type='submit'] {
    padding: 15px 35px;
    background: #E12C5F;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blogpost-page .buttons input[type='submit'][disabled]:hover {
    background: #f3cc2e;
}
.blogpost-page .post-date {
    text-align: center;
    color: #E12C5F;
    padding: 0 30px;
    margin: 0 0 20px;
}
.blogpost-page .post-body  {
    padding: 30px 30px 50px;
    margin: 0;
    text-transform: none;
    color: #1e1e1e;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    text-align:left;
}

.blog-posts .post .buttons {
    margin: 0;
    float: right;
}
.blog-posts .post .buttons {
    font-size: 0;
}
.blog-posts .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    color: #1e1e1e;
    text-transform: none;
    float: left;
    width:80%;
    text-align: right;
}
.blog-posts .tags ul,
.blogpost-page .tags ul {
    display: inline;
}
.blog-posts .tags li,
.blogpost-page .tags li {
    display: inline-block;
    color: #E12C5F;
    font-family: 'Fjalla One',sans-serif;
}

.blog-details .buttons a,
.news-items .read-more {
    display: none;
	margin: 20px auto 0;
	border: 1px solid #ddd;
	background: #eee;
	padding: 7px 14px;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}
.blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left;
}
.blog-posts .post .buttons a {
    display: inline-block;
    color: #1e1e1e;
    background: none;
    font-size: 12px;
    border:none;
    padding: 0 30px 0 20px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-posts .post .buttons a:hover {
    background: none;
}
.blog-posts .post .buttons a + a {
    margin: 0 0 0 0;
}
.blog-posts .post  a.read-comments {
    display:none;
    text-transform: none;
    color: #E12C5F;
}
.blog-posts .post .buttons a:before {
    font-family: "venture-font";
    text-transform: none;
    content: "q";
    font-size: 8px;
    width: 9px;
    height: 8px;
    color: #E12C5F;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
}
.blog-posts .post-body {
    padding: 35px 40px;
    text-transform: none;
    text-align: left;
    display:block;
    font-family: 'Roboto',sans-serif;
    color: #1e1e1e;
}

.new-comment {
	margin: 50px 0;
	display:none;
}
.new-comment .title {
	margin: 0 0 20px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #393;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	min-width: 150px;
    padding: 10px 20px;
    background: #1e1e1e;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.new-comment .field-validation-error {
    text-align: center;
}

.comment-list .title {
	display: none;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 150px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
}
.comment-info .username {
	display: block;
	padding: 8px;
    background: #f6f6f6;
}
.comment-info .avatar {
	position: relative;
	width: 148px;
	height: 148px;
    max-width: 100%;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-style: italic;
}
.comment-title {
    margin: 0 0 15px;
	font-size: 16px;
}
.comment-body {
	line-height: 20px;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 30px;
}
.news-list-homepage .view-all {
	text-align: center;

}
.news-list-homepage .view-all a {
	display: none;
	line-height: 32px;
	color: #E12C5F;
}
/*** FORUM & PROFILE ***/



.forums-header {
	background: #fff;
    margin: 90px 0 50px;
    position: relative;
}
.forums-header .topic-block-title {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    padding: 8px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}
.forums-header .topic-block-title:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #f3cc2e;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.forums-header .topic-block-title h2 {
    font-size: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forums-header .topic-block {
    margin: 0;
}
.forums-header .topic-block-body {
    padding: 30px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    display: none;
    text-transform: none;
    color: #1e1e1e;
    padding: 15px;
    text-align: center;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.forum-search-box {
	padding: 0 30px 30px;
	text-align: center;
}
.forum-search-box .basic {
	margin: 0 auto 30px;
    max-width: 650px;
    padding: 0 120px 0 0;
    position: relative;
}
.forum-search-box .search-box-text {
    width: 100%;
    border-right: 4px solid #fff;
}
.forum-search-box .search-box-button {
    min-width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15.5px;
    border: none;
    background: #f3cc2e;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.light-theme .forum-search-box .search-box-button {
    color: #fff;
}
.forum-search-box .search-box-button:hover {
    background: #ebbf0d;
}
.forum-search-box .advanced a {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.forum-search-box .advanced a:hover {
    color: #f3cc2e;
}
.forum-search-page .search-input {
    background: #fff;
    margin: 0 0 50px;
}
.forum-search-page .search-input .fieldset {
    max-width: none;
    padding-bottom: 0;
}
.forum-search-page .search-input 
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #e75862;
}
.forum-search-page .basic-search .inputs {
    margin: 20px auto 30px;
}
.forum-search-page .basic-search .inputs.reversed {
    padding: 0;
    margin: 0 0 20px;
    max-width: none;
    width: auto;
    text-align: center;
}
.forum-search-page .basic-search .inputs.reversed label {
    display: inline-block;
    width: auto;
    font: normal 15px 'Fjalla One', sans-serif;
    text-transform: unset;
    color: #1e1e1e;
}
.forum-search-page .advanced-search {
    border: none;
}   
.forum-search-page .buttons {
    padding: 0 30px 30px;
}
.forum-search-page .buttons input {
    width: auto;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .search-results th {
    font-weight: bold;
    text-transform: uppercase;
    font: normal 14px 'Fjalla One', sans-serif;
    line-height: initial;
}

/* forum group */

.forums-table-section {
	margin: 0 0 50px;
    position: relative;
}
.forums-table-section a {
    vertical-align: middle;
}
/*.forums-table-section label,
.forums-table-section span {
    display: inline-block;
}*/
.forums-table-section-title {
    padding: 0 3px 8px;
    margin: 0 0 23px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}
.forums-table-section-title:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    margin: auto;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	display: block;
    font-size: 22px;
    text-align: center;
}

/*.forums-table-section .topic-pager a {
    display: inline-block;
}*/

.forum-table th {
    padding: 20px 30px;
}
.forum-table td {
    padding: 30px;
}
.forums-table-section-title > a:hover {
    color: #E12C5F;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.forums-main-page .link-rss,
.forum-page .link-rss,
.active-discussions-page .link-rss {
    text-align: center;
    top: -8px;
    right: 0;
}
.forums-table-section td {
    text-transform: none;
    color: #1e1e1e;
    line-height: 25px;
}
.forums-table-section .table-wrapper a {
    color: #E12C5F;
}
.forums-table-section .forum-title,
.forums-table-section .topic-title  {
    margin: 0 0 5px;
}
.forums-table-section .forum-title a, 
.forums-table-section .topic-title a {
    color: #1e1e1e;
    font-size: 17px;
}
.forums-table-section .forum-title a:hover, 
.forums-table-section .topic-title a:hover {
    color: #E12C5F;
}
.forums-table-section-body .forum-description {
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
}
.forums-table-section .view-all {
    margin: 30px 0 0;
    text-align: center;
}
.forums-table-section .view-all a {
    display: inline-block;
    padding: 15px 35px;
    border: none;
    background: #e2e2e2;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.forums-table-section .view-all a:hover {
    background: #E12C5F;
    color:#ffffff;
}
.forum-page .pager.lower,
.active-discussions-page .pager.lower {
    margin: 20px 0 0;
}
.forum-page .pager.upper,
.active-discussions-page .pager.upper,
.forum-search-page .pager.upper {
    display: none;
}

.forums-table-section th.forum-details,
.forums-table-section th.topic-details,
.forums-table-section td.forum-details:first-child,
.forums-table-section td.topic-details:first-child {
    padding-left: 50px;
}
.forums-table-section .image {
    padding: 20px 35px 20px 55px;
}
.forums-table-section .image div {
	width: 25px;
	height: 23px;
	margin: auto;
	position: relative;
}
.forums-table-section .image div:before {
    font-family: "venture-font";
    content: "W";
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #858585;
}
.forums-table-section .image div.sticky:before {
	color: #6493da;
}
.forums-table-section .image div.announcement:before {
	color: #e5545a;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}

/* forum-page, topic page */

.forum-page .forum-info {
	margin: 0 0 20px;
}
.forum-page .forums-table-section {
	margin: 0;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
    padding: 5px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
}
.forum-page .forum-name:before,
.forum-topic-page .topic-name:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:normal;
    text-transform:uppercase;
}
.forum-page .forum-description {
    text-transform: none;
    text-align: center;
    line-height: 25px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
}

.forum-actions,
.topic-actions {
	margin: 0 0 10px;
	font-size: 0;
    text-align: center;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
    text-transform: none;
    color: #1e1e1e;
    margin: 0 10px 5px;
	padding: 7px 7px 7px 20px;
	font-size: 14px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    color: #1e1e1e;
}
.forum-actions .actions a:before,
.topic-actions .actions a:before {
    font-family: "venture-font";
    content: "";
    position: absolute;
    left: 0;
}
.forum-actions .actions .new-topic:before {
    top: 7px;
    content: "0";
    font-size: 15px;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    padding-left: 21px;
}
.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before {
    top: 8px;
    content: "Z";
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
}
.topic-actions a.reply-topic-button:before {
    top: 8px;
    content: "Y";
}
.topic-actions a.watch-topic-button:before {
    top: 8px;
    content: "Z";
}
.topic-actions a.move-topic-button:before {
    top: 8px;
    content: "X";
}
.topic-actions a.edit-topic-button:before {
    top: 9px;
    content: "k";
    font-size: 12px;
}
.topic-actions a.delete-topic-button:before {
    top: 8px;
    content: "s";
    font-size: 13px;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-post {
    background: #fff;
    padding: 30px;
    text-align: left;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username {
	display: block;
	padding: 0 0 10px;
	text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post a.username:hover {
    color: #f3cc2e;
}
.topic-post .avatar,
.profile-info-box .avatar {
	max-width: 200px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
	font-size: 0;
}
.topic-post .avatar a {
	display: block;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	max-width: 100%;
}
.topic-post .user-stats {
    text-transform: none;
    color: #1e1e1e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
/*.topic-post .user-stats li > * {
    display: inline-block;
}*/
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
    font-weight: normal;
}
.topic-post .pm-button{
	display: block;
	text-transform: uppercase;
	color: #E12C5F;
	font-size: 12px;
	margin-top: 10px;
}
.topic-post .pm-button:before{
    font-family: "venture-font";
    text-transform: none;
    content: "j";
    font-size: 12px;
    margin: 0 9px 0 0;
    color: #868686;
    display: inline-block;
}

.topic-post .post-time {
	position: absolute;
	bottom: 0;
	left: 17%;
	right: 125px;
	margin: 0;
	margin: 0;
	padding: 19px 0;
	background: none;
	text-align: right;
	color:#1e1e1e;
}
.topic-post .post-actions{
	margin: 0 0 15px;
	font-size:0;
	}
.topic-post .post-actions>div{
	display:inline-block;
	}
.topic-post .post-actions a{
	display:inline-block;
	margin:1px 5px;
	font-size:14px;
	}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button{
	padding: 5px 5px 5px 25px;
	position: relative;
    color: #E12C5F;
	}
 .topic-post .post-actions .edit-post-button:before,
.topic-post .post-actions .delete-post-button:before {
    font-family: "venture-font";
    content: "";
    text-transform: none;
    position: absolute;
    font-size: 12px;
    top: 6px;
    left: 0;
    color: #868686;
}
.topic-post .post-actions .edit-post-button:before {
	content: "k";
}
.topic-post .post-actions .delete-post-button:before {
	content: "s";
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .edit-post-button:focus,
.topic-post .post-actions .delete-post-button:hover,
.topic-post .post-actions .delete-post-button:focus{
	color:#1e1e1e;
	}
.topic-post .post-actions .post-link-button{
	padding:10;
	font-weight:bold;
	color:#4ab2f1
	}
.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus{
	text-decoration:underline
	}
.forum-topic-page .post-body {
	padding: 0;
    margin: 0 0 30px;
	text-transform: none;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #ccc;
	padding: 20px;
}
.topic-post .post-actions .quote-post-button {
    position: absolute;
    bottom: 9px;
    right: 7px;
    padding: 10px 0;
    text-align: center;
    color:#1e1e1e;
    width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.topic-post .post-actions .quote-post-button {
    font-size: 13px;
    letter-spacing: 1px;
	padding: 10px 35px;
    background: #f5f5f5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.topic-post .post-actions .quote-post-button:hover {
    background: #E12C5F;
    color:#fff;
}
.topic-post .csharpcode,
.latest-posts .csharpcode {
    white-space: normal;
    margin: 15px 0;
    padding: 20px;
    background: #f1f1f1;
}
.topic-post .post-vote {
    display: block;
	position: absolute;
	bottom: 65px;
	right: 20px;
    padding: 0 30px 0 0;
}
.topic-post .post-vote > span {
	display: inline-block;
	width: 30px;
	height: 20px;
	cursor: pointer;
    padding: 0 5px;
    vertical-align: middle;
}
.topic-post .post-vote > span:before{
    font-family: "venture-font";
    text-transform: none;
    content: "U";
    font-size: 17px;
    line-height: 17px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.topic-post .post-vote > .vote.down:before {
    content: 'V';
    margin-top: 2.5px;
}
.topic-post .post-vote > span:hover:before {
    color: #E12C5F;
}
.topic-post .post-vote .vote-count-post {
    display: inline-block;
	text-align: center;
	font-size: 15px;
	line-height: 27px;
    font-family: 'Fjalla One', sans-serif;
	color: #1e1e1e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.topic-post .post-vote .vote-count-post:before {
    content: "(";
}
.topic-post .post-vote .vote-count-post:after {
    content: ")";
}
.topic-post .signature {
	margin: 0 0 20px;
	text-transform: none;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	display: none;
}

/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
	margin: 0 0 -1px;
}
.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 22px; /*reset zeroing*/
	font-weight: normal;
	color: #444;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 17px;
}
.forum-edit-page .inputs.reversed {
	margin: 0;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	max-width: 400px;
	margin: 20px auto;
	background-color: #ddd;
	padding: 10px;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
	padding: 2px;
}
.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
	border: #1e1e1e 1px solid;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
	margin: auto;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 140px;
    border: none;
	background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	background-color: #888;
}
.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
	background-color: #E12C5F;
}
.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
	background-color: none;
}

.private-message-send-page a {
	font-size: 14px;
	color: #E12C5F;
}
.private-message-send-page span {
	font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	/* border-radius: 0; */
	background: none;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-tabs-nav {
	margin: 0 0 30px;
	border-bottom: none;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background: none;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	color: #444;
}
.ui-tabs-nav li {
	margin: 0 0 -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	margin: 0 0 -1px !important;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0 !important;
}
.ui-tabs-nav li a {
	display:inline-block;
	font-size:14px;
	letter-spacing:2px;
	color:#1e1e1e;
	padding:10px 20px;
	position:relative;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	font-family: 'Fjalla One',sans-serif;
	text-transform: uppercase;
}
.ui-tabs-nav li a:hover{color:#1e1e1e}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-state-active.ui-tabs-active a{color:#1e1e1e;font-family: 'Fjalla One';}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:before,.ui-tabs .ui-state-active.ui-tabs-active a:before{content:'';height:3px;position:absolute;left:0;right:0;margin:auto;bottom:0;background:#E12C5F;-o-transform:skewX(-30deg);-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg)
}

.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 10px !important;
	text-align: center;
}

/* inbox & view message */

.private-messages-page .table-wrapper {
}

.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page td {
    text-transform: none;
    color: #1e1e1e;
    font-size: 14px;
}
.private-messages-page td .pm-unread {
	color: #1e1e1e;
}
.private-messages-page td .pm-unread:hover {
    color: #f3cc2e;
}

.private-messages-page .private-messages-box .pager {
    margin: 20px 0 0;
}
.private-messages-page .private-messages-box .pager li span,
.private-messages-page .private-messages-box .pager li a {
    border: 1px solid #f1f1f1;
    background: #fff;
}

.private-message-view-page .page-body {

}
.private-message-view-page .view-message {
    padding:30px;
	background: #ffffff;
}
.private-message-view-page .message-head  {
    text-transform: none;
    color: #1e1e1e;
    font-size: 14px;
    margin: 0 0 15px;
}
.private-message-view-page .message-head li {
	display: inline-block;
}
.private-message-view-page .message-head label {

}
.private-message-view-page .message-head span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page .buttons {
    margin: 0;
    padding: 30px;
    border-top: 1px dashed #ccc;
    font-size: 0;
}
.private-message-view-page .buttons input {
    margin: 0 2.5px 5px;
}
.private-message-view-page .message-body {
    color: #1e1e1e;
    text-transform: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-messages-page .buttons {
    margin: 30px -30px -10px;
    

}

/* profile page  */

.profile-info-box {
	overflow: hidden;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .avatar {
	margin: 0 auto 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}

.latest-posts {
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.latest-posts .topic {
	margin: 0 0 35px;
}
.latest-posts .topic-title {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.latest-posts .topic-title a {
	font-weight: bold;
	color: #444;
}
.latest-posts .topic-title a:hover {
	color: #E12C5F;
}
.latest-posts .topic-body {
	margin: 0 0 15px;
	line-height: 22px;
}
.latest-posts .topic-data {
	color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}





@media all and (max-width: 1000px) {


/*** GLOBAL TABLES ***/


.cart {
	display: block;
}
.cart colgroup,
.cart thead {
	display: none;
}
.cart tbody {
	display: block;
	overflow: hidden;
	background: #ffffff;
}
.cart tr {
	display: block;
    width: 100%;
    margin: 25px 0 0;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    overflow: hidden;	
}
.cart td {
	display: block;
	border: none;
	padding: 10px;
}
.cart td.remove-from-cart {
    background-color: #ffffff;
    padding: 15px;
	font-size: 18px;
}
.cart td.product-picture {
	padding: 15px 10px 5px;
}
.cart td.product { q
    padding: 10px 15px 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #1e1e1e;
	font-size: 20px;
}
/* Quantità, prezzo, subtotale */
.cart td.quantity,
.cart td.unit-price,
.cart td.subtotal {
    display: inline-block;
    padding: 15px 10px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
	color: #787878;
}
/* Allineamento checkbox + testo */
.remove-from-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
}

/* Checkbox leggermente più grande e più leggibile */
.remove-from-cart input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.order-details-page .data-table {
	display: block;
}
.order-details-page .data-table colgroup,
.order-details-page .data-table thead {
	display: none;
}
.order-details-page .data-table tbody {
	display: block;
	overflow: hidden;
}
.order-details-page .data-table tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.order-details-page .data-table td {
	display:block;
	min-width: 50px;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 20px;
}
.order-details-page .data-table td.product,
.order-details-page .data-table td.tracking-number {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}
.product-unit-price, 
.product-quantity{
    color: #1e1e1e;
}
.product-subtotal{
    color: #E12C5F;
}
/*** MOBILE NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
}
.menu-toggle {
	background: #1e1e1e url('../images/menu-icon.png') right center no-repeat;
	padding: 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.top-menu {
	display: none;
}
.top-menu > li {
	position: relative;
	margin: 1px 0;
	background-color: #f6f6f6;
}
.top-menu > li > a {
	display: block;
	min-height: 55px;
	padding: 18px;
	font-size: 15px;
	text-transform:uppercase;
	font-family:'Fjalla One',sans-serif;
	font-weight: normal;
}
.top-menu .sublist {
	display: none;
	background-color: #fff;
	padding: 5px 0;
}
.top-menu .sublist li {
	position: relative;
	margin: 1px 0 1px 20px;
}
.top-menu .sublist li a {
	display: block;
	padding: 15px 18px;
	font-size: 15px;
	font-family:'Roboto',sans-serif;
}

.sublist-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #fff;
	background: url('../images/toggle-black.png') center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.sublist .sublist-toggle {
	height: 49px;
}
.sublist .sublist li {
	background-color: #f6f6f6;
}
.sublist .sublist .sublist li {
	background-color: #fff;
}

.block-category-navigation {
	display: none;
}
.block-account-navigation {
	float: none;
	margin: auto !important;
}

}





@media all and (min-width: 481px) {


/*** GLOBAL ***/


.master-wrapper-content,
.header-menu {
	width: 92.5%;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: 46%;
	margin: 40px 2% 0;
}
.cart tr:nth-child(2n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 46%;
	margin: 40px 2% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
    display: inline-block;
	width: 30%;
    margin: 10px auto;
}
.search-box input.search-box-text {
	width: 280px;
	background: #fff;
}
.ui-autocomplete {
	width: 280px !important;
}
.ui-autocomplete img {
	display: inline;
}

/*** FOOTER ***/


.footer-block {
	width: 85%;
}
.newsletter-email input[type="text"] {
	/* width: 240px; */
}


/*** CATEGORY ***/


.product-filter {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.product-filter.price-range-filter {
	width: 200px;
}
.product-filter .product-spec-group {
	float: left;
	margin: 0 25px 10px 0;
}
.product-filter .product-spec-group.product-spec-color {
    max-width: 190px;
}
.product-filter .group li.item {
	display: block;
	margin: 0;
}
.product-filter .group li.color-item {
    display: inline-block;
}

.item-box {
	width: 49%;
	margin: 0 0.5% 50px;
	text-align: center;
	background:#ffffff;
}
.item-box:nth-child(2n+1) {
	clear: both;
}
.item-box .product-rating-box {
    margin: 0 0 15px;
}
.item-box .prices {
    height: 20px;
    margin-bottom: 20px;
}
.item-box .product-title {
    min-height: 22px;
    margin: 0 0 5px;
    color: #1e1e1e;
    font-size: 15px;
    text-transform:uppercase
    /* font-weight:bold; */;
}


/*** PRODUCT PAGE ***/


.overview-buttons div {
	display: inline-block;
	width: auto;
	margin: 0 1px 2px;
}


/*** TOPICS ***/


.enter-password-form input[type="password"] {
	width: 260px;
}
/*** WISHLIST ***/




/*** FORUM & PROFILE ***/

.forums-header {
	background: #fff;
    margin: 90px 0 50px;
    position: relative;
}
.forums-header .topic-block-title {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    padding: 8px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}
.forums-header .topic-block-title:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #f3cc2e;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.forums-header .topic-block-title h2 {
    font-size: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forums-header .topic-block {
    margin: 0;
}
.forums-header .topic-block-body {
    padding: 30px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.ui-tabs-nav li {
	display: inline-block;
	min-width: 150px;
	margin: 0 5px -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 5px -1px !important;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: inline-block;
	width: auto;
	margin:10px;
	font-family: 'Fjalla One',sans-serif;
	/* text-transform: uppercase; */
}

.topic-post .post-text {
    float: left;
    width: 90.5%;
    text-align: left;
}

.forum-group .forum-table th.latest-post,
.forum-group .forum-table th.topics,
.forum-group .forum-table th.posts,
.forum-group .forum-table td.latest-post,
.forum-group .forum-table td.topics,
.forum-group .forum-table td.posts {
    display: table-cell;
}

.topic-group .forum-table th.latest-post,
.topic-group .forum-table td.latest-post {
    display: table-cell;
}

.forum-table td.image {
    max-width: 40px;
}

.forum-table td.image div {
    max-width: 100%;
    background-size: contain;
}
}





@media all and (min-width: 769px) {


/**** GLOBAL ***/


.master-wrapper-content {
	width: 94%;
}
.home-page-polls li {
	min-width: 100px;
}


/**** GLOBAL TABLES ***/


.cart tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.cart tr:nth-child(2n+1) {
	clear: none;
}
.cart tr:nth-child(3n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: none;
}
.order-details-page .data-table tr:nth-child(3n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
	width: 20%;
}


/*** FOOTER ***/


.footer-block {
	display: inline-block;
	width: 25.33333%;
	margin: 0 4%;
	vertical-align: top;
}
.footer-block .title {
	margin: 0 0 15px;
	background: none;
	padding: 0;
	color: #fff;
	cursor: auto;
}
.footer-block .list {
	display: block !important; /* prevents toggle display:none on resize */
	background: none;
	padding: 0;
}
.footer-block .list li {
	padding: 9px 0;
}
.footer-block .list a {
	display: block;
	padding: 0px;
	letter-spacing:.2px;
	transition: all .2s ease-in-out;
	font: 15px 'Roboto',sans-serif;
	color: #1e1e1e;
}
.follow-us {
	width: 98%;
	margin: 25px auto 0;
}


/*** CATEGORY ***/


.product-selectors {
	text-align: left;
}

.product-selectors .product-viewmode {
	display: inline-block;
	float: right;
}
.product-selectors .product-viewmode span {
	display: none;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 24px;
	height: 32px;
	margin: 0 0 0 12px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.product-selectors .product-viewmode a.grid {
	background-image: url('../images/view-grid.png');
}
.product-selectors .product-viewmode a.list {
	background-image: url('../images/view-list.png');
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}

.item-box {
	width: 32.33333%;
	margin: 0 0.5% 50px;
	border:none;
}
.item-box:nth-child(1n+1) {
	clear: none;
	border:none;
}
.item-box:nth-child(2n+1) {
	clear: none;
	border:none;
}
.item-box:nth-child(3n+1) {
	clear: both;
	border:none;
}

.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 5px 20px;
}
.product-list .item-box .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: left;
	width: 220px;
}
.product-list .item-box:hover .picture a img {
	opacity: 1;
}
.product-list .item-box .picture:hover a img {
	opacity: 0.85;
}
.product-list .item-box .picture + .details {
	margin: 0 0 0 240px;
}
.product-list .item-box .product-title {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
}
.product-list .item-box .description {
	display: block;
	margin: 0 0 10px;
	line-height: 22px;
}
.product-list .item-box .prices {
	height: auto;
	margin: 0 0 30px;
}
.product-list .item-box .buttons {
}
.product-list .item-box .product-box-add-to-cart-button {
	width: auto;
	min-width: 150px;
	padding: 0 20px;
}
.product-list .item-box .add-to-compare-list-button,
.product-list .item-box .add-to-wishlist-button {
	width: 42px;
}


/*** PRODUCT PAGE ***/


.gallery {
	width: 550px;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 240px;
}
.variant-overview {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	float: left;
	max-width: 600px;
}
.product-review-item .product-review-box {
	float: right;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: inline-block;
	width: 50%;
	margin: 20px 1%;
	vertical-align: top;
}
.recurring-payments {
	width: 100% !important;
	margin: 20px 0 !important;
}
.accept-privacy-policy {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #1e1e1e;
	text-align: center;
    margin: 0 0 45px;
}
.accept-privacy-policy label {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 25px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accept-privacy-policy input[type='checkbox'] {
    position: absolute;
    opacity: 0;
	margin-left:10px;
}
.accept-privacy-policy input[type='checkbox'] ~ label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #787878;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.accept-privacy-policy input[type='checkbox']:checked ~ label:after {
    content: '';
    display: block;
    background: #E12C5F;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accept-privacy-policy .read {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accept-privacy-policy .read:hover {
    color: #E12C5F;
}

/*** SHOPPING CART ***/


.order-progress {
	padding: 20px;
}
.order-progress li {
	margin: 0 10px;
}
.order-progress a {
	min-width: 80px;
}

.cart-options .common-buttons {
	text-align: right;
}
.cart-options .checkout-attributes,
.cart-options .selected-checkout-attributes {
	padding: 0 10px;
}

.cart-footer .totals {
	float: right;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .terms-of-service {
	padding: 15px 30px;
	border-top: 1px dashed #ccc;
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-transform: none;
	color: #1e1e1e;
	position: relative;
}
.cart-footer .checkout-buttons {
	padding: 50px 30px;
	text-align: center;
}
.cart-footer .addon-buttons {
	text-align: left;
    padding: 0;
}
.cart-footer .cart-collaterals {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .cart-collaterals div,
.cart-footer .cart-collaterals label {
	text-align: left;
}
.cart-footer .estimate-shipping label {
	display: block;
	margin: 0 0 10px;
}
.cart-footer .estimate-shipping .buttons {
	text-align: right;
}


/*** CHECKOUT ***/


.checkout-page .selected-checkout-attributes {
	float: right;
	text-align: right;
}
.checkout-page .cart-footer .totals {
	max-width: 350px;
	margin: 0;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	float: left;
	width: 48%;
	margin: 0 1% 40px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	display: inline-block;
	width: 25%;
	margin: 20px 2%;
	vertical-align: top;
}
.shipping-method .method-name {
	background-color: #f6f6f6;
	padding: 10px;
}
.payment-method .payment-logo {
	display: block;
	background-color:none;
	padding: 10px;
}
.payment-method .payment-details {
	display: block;
	width: auto;
	min-width: 0;
	margin: 10px 0 0;
	text-align: center;
}
.payment-info .info {
	padding: 30px 75px;
}
.order-review-data,
.order-details-area,
.shipment-details-area {
	overflow: hidden;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	float: left;
	width: 48%;
	margin: 0 1% 40px;

}


/*** ORDER DETAILS & SHIPPING DETAILS ***/


.order-details-page .section.options {
	text-align: right;
}
.order-details-page .selected-checkout-attributes {
	padding: 0 10px;
}
.order-details-page .tax-shipping-info {
    text-align: right;
}
.order-details-page .totals {
	float: right;
	clear: both;
}
.shipment-details-page .tracking-number .tracking-url {
    color: #E12C5F;
}


/*** BLOG & NEWS ***/

.blog-posts .post {
    background: #fff;
    margin: 0 auto 23px;
    padding:20px;
}
.blog-posts .post-head {
    overflow: hidden;
    padding: 0 0 0 40px;
    position: relative;
    color: #1e1e1e;
    line-height: 52px;
}
.blog-posts-page .tags {
	float: left;
	width: 100%;
	text-align: left;
}

.new-comment {
	text-align: center;
	display:none;
}
.new-comment .buttons {
	text-align: center;
}

.comment-list .comment {
	display: table;
	width: 100%;
	margin: 0;
}
.comment-list .comment:last-child {
	border-bottom: 1px solid #ddd;
}
.comment-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
}
.comment-info .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.comment-info .avatar {
	border: none;
}
.comment-info .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.comment-content {
	display: table-cell;
	width: 85%;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.comment-time {
	min-height: 40px;
	margin: 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
}
.comment-title {
	margin: 0 0 -20px;
	padding: 20px;
}
.comment-body {
	padding: 20px;
}


/*** FORUM & PROFILE ***/


.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: left;
}
.forum-actions .pager,
.topic-actions .pager {
	float: right;
	max-width: 450px;
}
.forum-actions .pager li,
.topic-actions .pager li {
	margin: 2px 4px;
}
.forum-actions .pager.upper {
	display: block;
}
.topic-actions.lower .actions {
	display: block;
}
.topic-post .post-actions a.post-link-button {
    position: absolute;
    top: 0;
    right: -5px;
    background: #f7f7f7;
    text-align: center;
    min-width: initial;
    width: 50px;
    padding: 15px 10px;
    color: #1e1e1e;
}
.topic-post {
    background: #fff;
	margin: 0 0 20px;
    padding: 40px 40px 80px;
    position:relative;
    overflow:hidden;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 55px;
    left: 0;
    right: 0;
    border-top: 1px dashed #ccc;
}

.topic-post .post-info {
	float: left;
	width: 13.5%;
	margin: 0;
}
.topic-post .user-info {
	width: 200px;
	margin: 0 auto 15px;
}
.topic-post .username {
	display: block;
	padding: 0 0 10px;
	text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post a.username:hover {
    color: #f3cc2e;
}
.topic-post .avatar,
.profile-info-box .avatar {
	max-width: 200px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
	font-size: 0;
}
.topic-post .avatar a {
	display: block;
}
.topic-post .pm-button {}
.topic-post .avatar img,
.profile-info-box .avatar img {
	max-width: 100%;
}
.topic-post .user-stats {
    text-transform: none;
    color: #1e1e1e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.forums-table-section th.forum-details,
.forums-table-section th.topic-details,
.forums-table-section td.forum-details:first-child,
.forums-table-section td.topic-details:first-child {
    padding-left: 50px;
}
.forum-table td.image {
    max-width: none;
}
.forums-table-section .image {
    padding: 20px 35px 20px 55px;
}
.forums-table-section .image div {
	width: 25px;
	height: 23px;
	margin: auto;
	position: relative;
}
.forums-table-section .image div:before {
    font-family: "venture-font";
    content: "W";
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #858585;
}
.forums-table-section .image div.sticky:before {
	color: #6493da;
}
.forums-table-section .image div.announcement:before {
	color: #e5545a;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}

.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
    font-size: 0;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	display: block;
    margin: 5px 0 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	color: #1e1e1e;
	padding: 10px 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'Fjalla One',sans-serif;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li a:hover {
    color: #1e1e1e;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
    color: #1e1e1e;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:before, 
.ui-tabs .ui-state-active.ui-tabs-active a:before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #E12C5F;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.ui-tabs .ui-tabs-panel {
	background: #fff;
	padding: 30px;
	
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.profile-info-box .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.profile-info-box .profile-stats {
	float: left;
	text-align: left;
}
.profile-info-box .title {
	text-align: left;
}
.profile-info-box .send-pm {
	clear: both;
	text-align: left;
}


@media all and (min-width: 1001px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 980px;
	margin: auto;
}
.center-2 {
	float: right;
	width: 73%;
}
.side-2 {
	float: left;
	width: 23%;
}
.page {
	text-align: center;
}
.inputs {
	text-align: center;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
	font: bold 15px 'Fjalla One',sans-serif;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
	width: 70%;
	max-width: 100%;
	vertical-align: middle;
	text-transform: none;
	height:48px;
}
.inputs select {
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
}
.inputs .option-list li {
	margin: 0 1000px 0 0;
}
.center-1 .buttons {
	text-align: center;
}
.center-2 .inputs label {
	width: 100%;
	text-align: left;
}
.page-title a + h1 {
	/* float: left; */
}
.link-rss {
	display: none;
	float: right;
	margin: 6px 0 0;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: auto;
	margin: 0;
}
.cart label {
	display: none;
}

.order-details-page .data-table tr {
	width: auto;
	margin: 0;
}
.order-details-page .data-table label {
	display: none;
}


/*** HEADER ***/


.header {
	width: 100%;
	margin: auto;
}
.header-upper:after {
	content: "";
	display: block;
	clear: both;
}
.header-selectors-wrapper {
	float: left;
	border: none;
	padding: 0;
	display:none;
}
.header-selectors-wrapper > div {
	width: auto;
	min-width: 100px;
	margin: 0 12px 0 0;
	line-height: 43px;
}
.header-selectors-wrapper select {
    height: 28px;
	border: none;
    border-radius: 1px;
	background: #fff url('../images/arrow-down-black.png') right 4px center no-repeat;
	padding: 0 25px 0 5px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:none;
}
.language-list {
	text-align: left;
}
.header-links-wrapper {
	float: right;
	padding: 0;
}
.header-links li {
	margin: 0 16px;
}
.header-links a,
.header-links span {
	line-height: 45px;
	font-size: 12px;
	font-family: 'Roboto',sans-serif;
}
.inbox-qty,
.wishlist-qty{
	color: #1e1e1e;
}
	
#topcartlink {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 18px;
    background: none;
}

/* LINK DEL CARRELLO */
#topcartlink a {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 5px 15px 5px 49px; /* spazio per l’icona */
    background: none !important;
    display: flex;
    align-items: center;
    gap: 6px; /* distanza tra label, qty e totale */
}

/* ICONA SVG VIA CSS */
#topcartlink a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    background: url(../images/euro-price-list-icon.svg) no-repeat center;
}

/* TESTI */
#topcartlink span {
    display: inline-block;
    line-height: 35px;
    color: #1e1e1e;
}

/* QUANTITÀ */
#topcartlink .cart-qty {
    color: #1e1e1e;
    font-weight: 600;
}

/* TOTALE PARZIALE */
#topcartlink .cart-total {
    font-weight: 700;
    color: #E12C5F;
}

.flyout-cart {
	display: none;
	position: absolute;
	top: 100%;
	right: -5px;
	z-index: 99999;
	width: 480px;
	border: 1px solid #ddd;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	background: #fff;
	text-align: left;
}
.flyout-cart.active {
	display: block;
}
/* ============================
   MINI SHOPPING CART — RESET
   ============================ */
.mini-shopping-cart * {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3 !important;
    text-transform: none;
    font-size: 14px;
}

/* ============================
   HEADER COUNT
   ============================ */
.mini-shopping-cart .count {
    padding: 12px;
    text-align: center;
    color: #777;
    background: #f5f5f5;
}

/* ============================
   LISTA PRODOTTI
   ============================ */
.mini-shopping-cart .items {
    padding: 10px 0;
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}

/* ============================
   SINGOLO ITEM
   ============================ */
.mini-shopping-cart .item {
    display: flex;
    gap: 14px;
    padding: 14px 18px;
    border-top: 1px solid #eee;
    position: relative;
}
.mini-shopping-cart .item.first {
    border-top: none;
}

/* IMMAGINE — VERSIONE PRECEDENTE RIPRISTINATA */
.mini-shopping-cart .picture {
    float: left;
    width: 100px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(44,44,44,.1);
}

.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mini-shopping-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 100%; /* mantiene proporzione quadrata */
}

.mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}


/* ============================
   INFO PRODOTTO
   ============================ */
.mini-shopping-cart .product {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mini-shopping-cart .name a {
    font-family: Fjalla one, sans-serif;
	text-transform:uppercase;
    font-weight: normal;
    color: #1e1e1e;
    text-decoration: none;
}

.mini-shopping-cart .attributes {
    color: #444;
    font-size: 13px;
}

.mini-shopping-cart .quantity {
    color: #222;
    font-size: 14px;
}

/* ============================
   PREZZO (senza CAD)
   ============================ */
.mini-shopping-cart .price {
    color: #E12C5F;
    font-weight: 600;
    font-size: 15px;
    margin-top: 4px;
}

/* ============================
   BOTTONE RIMOZIONE
   ============================ */
.mini-shopping-cart-item-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    font-size: 0;
}
.mini-shopping-cart-item-close:before {
    content: "×";
    font-size: 14px;
    color: #666;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-shopping-cart-item-close:hover:before {
    color: #000;
}

/* ============================
   TOTALI
   ============================ */
.mini-shopping-cart .totals {
    padding: 18px 25px;
    border-top: 1px solid #e5e5e5;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-shopping-cart .totals span {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.mini-shopping-cart .totals strong {
    font-size: 18px;
    color: #E12C5F;
    font-weight: 700;
}

/* ============================
   BOTTONI FINALI
   ============================ */
.mini-shopping-cart .buttons {
    padding: 18px;
    display: flex;
    gap: 10px;
}

.mini-shopping-cart input[type="button"] {
    flex: 1;
    padding: 14px;
    border: none;
    background: #E12C5F;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: 0.2s;
}

.mini-shopping-cart input[type="button"]:hover {
    background: #bf1b49;
}


.header-lower {
	display: table;
	width: 100%;
	background: #fff;
}
.header-logo {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 0;
	text-align:center;
}
.search-box {
	display: none;
	text-align: right;
	vertical-align: middle;
}
.search-box input.search-box-text,
.search-box .search-box-button {
	height: 40px;
	border:2px solid #1e1e1e;
}
.search-box.store-search-box input.search-box-text {
	height: 42px;
	width: 250px !important;
    background: #fff;
    transition: all 0.5s ease !important;
}
.search-box.store-search-box .search-box-button {
	width: 42px;
	height: 42px;
}
.store-search-box input.search-box-text:focus {
	width: 668px !important;
}

/*** NAVIGATION ***/


.header-menu {
	text-align:center;
	padding:25px 0;
	width: 100%;
	position: relative;
	z-index: 1001;
	background: #fff;
	height: 73px;
}
.menu-toggle,
.sublist-toggle {
	display: none;
}
.header-menu > ul {
	display: block !important; /* prevents toggle display:none on resize */
	width: 1024px;
	margin: -25px auto;
	background: #fff;
	height:71px;
	text-transform:uppercase;
}
.header-menu > ul.mobile {
	display: none !important;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.header-menu > ul > li:first-child {
	border-left:none;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	position: relative;
	z-index: 1002;
	margin: 0 0 -1px;
	padding: 28px 30px 23px;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 1;
	cursor: pointer;
	background: #fff;
	color: #1e1e1e;
	font-family: Fjalla one,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-menu > ul > li:hover > a, 
.header-menu > ul > li:hover > span {
	background: none;
	color: #E12C5F;
}

.header-menu > ul > li > a:hover {
	color: #E12C5F;
}
a,span,img,*:after,*:before,input {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
	 .header-menu>ul>li>a:after,.header-menu>ul>li>span:after {
        content: " ";
        position: absolute;
        top: 95%;
        left: 50%;
        height: 2px;
        width: 0;
        border-bottom: 3px solid #E12C5F;
    }
	.header-menu>ul>li:hover>a:after,.header-menu>ul>li:hover>span:after {
        left: 0;
        width: 100%
    }
.header-menu .sublist {
	display: none;
	position: absolute;
	z-index: 1003;
	min-width: 200px;
    margin-left: -1px;	
	box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
    background: #fff;
	border: 1px solid rgba(0,0,0,0.05) !important;
    text-align:left;
}
.header-menu .sublist li {
	position: relative;
	border-top: none!important;
	margin:0;
}
.header-menu .sublist li a {
	display:block;
	padding:17px 25px;
	font-size: 14px;
	color: #1e1e1e !important;
	font-weight:normal;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	font-family: 'Fjalla One', sans-serif !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
}
.header-menu .sublist li a:before {
	font-family:"venture-font";
	text-transform:none;
	content:"q";
	font-size:7px;
	width:9px;
	height:8px;
	position:absolute;
	top:5;
	left:10px;
	bottom:5;
	opacity: .6 !important;
	margin:auto;
}
.header-menu .sublist li:hover > a {
	background-color: #f5f5f5;
	color:#FFFFFF;
}
.header-menu ul li:hover > .sublist {
	display: block;
	width:250px;
}
.header-menu .sublist .sublist {
	top: -1px;
	left: 100% !important;
	
}
.header-menu .sublist li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
}



/*** FOOTER ***/


.footer-upper {
	width: 980px;
	padding: 35px 10px;
}
.footer-upper:after {
	content: "";
	display: block;
	clear: both;
}
.footer-block {
	float: left;
	width: 220px;
	margin: 0;
}
.footer-block:first-child {border: none;}
.footer-block .list {
	margin: 0;
}
.follow-us {
	float: right;
	width: 300px !important;
	margin: 0;
	text-align: left;
}
.follow-us .social li {
	margin: 0 10px 0 0;
}
.newsletter-email {
	display: block;
}
.newsletter-email input[type="text"] {
	float: left;
	width: 224px;
	height: 50px;
	background: #1e1e1e;
	color: #f6f6f6;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:none;
	font-size:14px;
}
.newsletter-email .newsletter-subscribe-button {
	float: left;
	width: 50px;
	height: 50px;
	border: none;
	background: #E12C5F url(../images/subscribe-button.svg) center no-repeat;
	font-size: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:none;
}
.newsletter-email .newsletter-subscribe-button:hover {
	background-color:#E10D49;}
.newsletter-validation .field-validation-valid {
	text-align: left;
}
.footer-lower {
	position: relative;
	width: 100%;
	padding: 20px 5px;
	font:14px 'Fjalla One',sans-serif;
}
.footer-lower:after {
	content: "";
	display: block;
	clear: both;
}
.footer-info {
	line-height: 32px;
	margin:0 auto 5px;
	font-size: 16px;
}
.footer-powered-by {
	display:none;
	margin: 0 5px 20px;
	line-height: 32px;
}
.theme-selector {
	float: left;
	margin: 0 0 0 15px;
}




/*** CATEGORY ***/


.breadcrumb {
	margin: 0 0 20px;
}

.item-box .buttons {
	text-align: center;
	margin-bottom: -50px;
	margin-left: -10px;
	margin-right: -10px;
}

.home-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box {
	width: 24%;
	margin: 0 0.5% 50px;
}
.product-details-page .product-grid .item-box {
	width: 24%;
	margin: 0 0.5% 50px;
}
.product-details-page .product-grid .title strong {
	font-size:25px;
}
.home-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(3n+1),
.shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
	clear: none;
}
.home-page .product-grid .item-box:nth-child(4n+1),
.product-details-page .product-grid .item-box:nth-child(4n+1),
.shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
	clear: both;
}
.shopping-cart-page .product-grid .title strong {
	font-size:25px;
}

/*** PRODUCT PAGE ***/


.gallery {
	float: left;
	width: 46%;
}
.gallery .picture {
	width: auto;
}
.overview {
	float: right;
	width: 42.5%;
	text-align:left;
	border-bottom:none;
}
.rental-attributes {
	overflow: hidden;
}
.rental-attributes .attribute-item {
	float: left;
	margin: 0 20px 0 0;
}
.rental-attributes .datepicker {
	width: 160px;
	text-align: left;
}
.color-squares li {
	margin: 0 10px 10px 0;
}
.product-details-page .title {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 850px;
}


/*** WISHLIST & COMPARE LIST ***/



/*** TOPICS ***/


.center-1 .topic-block-title {
	text-align: center;
}
.topic-page p {
	text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.inputs.first-name,
.inputs.last-name,
.inputs.password-input,
.inputs.password-confirm {
    width: 48%;
    float: left;
}
.inputs.last-name,
.inputs.password-confirm  {
    margin: 0 0 0 4%;
}
.inputs.last-name + * {
    clear: both;
}

.login-page .customer-blocks {
    overflow: hidden;
    display: table;
    width: 100%;
}
.login-page .new-wrapper, 
.login-page .returning-wrapper {
    display: table-cell;
    width: 50%;
    margin: 0;
    padding: 0 0.75% 90px 0;
    position: relative;
    background: none;
}
.login-page .returning-wrapper {
    padding: 0 0 90px 0.75%;
}
.login-page .new-wrapper:before, 
.login-page .returning-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 1.5%;
    bottom: 0;
    background: #fff;
    z-index: -1;
}
.login-page .returning-wrapper:before {
    left: 1.5%;
    right: 0;
}
.login-page .new-wrapper .inputs, 
.login-page .returning-wrapper .inputs {white-space: normal;}
.login-page .customer-blocks .buttons {
    position: absolute;
    bottom: 0;
    right: 1.5%;
    left: 0;
    height: 90px;
}
.login-page .checkout-as-guest-or-register-block .button-1 {
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login-page .customer-blocks .returning-wrapper .buttons  {
    left: 1.5%;
}
.password-recovery-page .tooltip {
    padding: 20px 50px 15px;
}

.account-page .page-body {
    padding: 55px;
}
.account-page .fieldset, 
.account-page .section {
    padding: 0;
    margin: 0 0 30px;
}

.address-list .buttons,
.order-list .buttons {
	position: relative;
	bottom: 0;
	right: 0;
	float: left;
}
.address-list-page .page-body {
    padding-bottom: 30px;
}
.avatar-page .fieldset {
	float: left;
	margin-right: 20px;
}
.avatar-page .buttons {
	text-align: left;
}



/*** SHOPPING CART ***/


.shopping-cart-page .cart-options {
	overflow: hidden;
}
.shopping-cart-page .checkout-attributes {
	float: left;
	max-width: 565px;
	margin: -30px 0 15px;
}
.shopping-cart-page .checkout-attributes li {
	margin: 5px 10px 5px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	float: right;
	max-width: 395px;
	margin: 15px 0;
}


/*** CHECKOUT ***/


.order-progress {
	margin: -30px 0 50px;
}
.checkout-page .address-item {
	width: 31.33333%;
}
.checkout-page .terms-of-service {
	text-align: center;
}
.payment-info .info {
	padding: 30px 15px;
	font-family:'Roboto',sans-serif;
	color:#1e1e1e;
}
.payment-info .info td:first-child {
	width: 265px !important;
	margin: 0 10px 0 0;
	text-align: right;
}
.payment-info .info td:only-child {
	width: 100% !important;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	text-align: left;
	font-weight: normal;
	color: #1e1e1e;
	font-family: 'Fjalla One',sans-serif;
}
.opc .order-review-data ul {
	text-align: left;
}


/*** SEARCH & SITEMAP ***/


.advanced-search .price-range {
	margin-top: 10px;
	display: flex;
	align-items: center;
}


/*** BLOG & NEWS ***/


.comment-list {
	margin: 0 0 50px;
}
.news-list-homepage .news-items {
	overflow: hidden;
	text-align: center;
	margin-bottom: 0;
}
.news-list-homepage .news-item {
	float: right;
	width: 31.33333%;
	margin: 0 1% -20px;
	background-color: #ffffff;
}
.news-list-homepage .news-item:nth-child(3n+1) {
	clear: both;
}
.news-list-homepage .news-item:only-child {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.news-list-homepage .news-head {
	text-align: center;
	background-color: #1e1e1e;
	color:#fff;
}
.news-list-homepage .news-body {
	text-align: center;
	font-size:16px;
	font-family: Roboto,sans-serif;
    color: #1e1e1e;
}


/*** FORUM & PROFILE ***/


.forum-breadcrumb {
	margin: -30px 0 30px;
}
.current-time {
	float: right;
}
.forum-search-box {
	float: left;
}
.forum-search-box .advanced {
	text-align: left;
}
.forum-search-box .advanced a {
	line-height: normal;
}
.forums-table-section td {
	min-width: 150px;
}
.forums-table-section td:first-child {
	min-width: 90px;
}
.forums-table-section .view-all {
	text-align: right;
}
.topic-actions .pager.upper {
	display: block;
	max-width: 400px;
}
.forum-table .forum-details,
.forum-table .topic-details {
	min-width: 225px;
}
.forum-table td {
    padding: 20px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 600px;
	height: 250px;
}
.private-message-send-page .toolbar {
	display: inline-block;
	width: 400px;
	margin: 10px 0;
	vertical-align: middle;
}

}





@media all and (min-width: 1367px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1200px;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 7px;
	text-align: center;
	text-transform:uppercase;
	font: 15px 'Fjalla One',sans-serif;
}
.center-2 .inputs label {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-align: left;
    font-weight: 600;
}
.inputs .required {
    color: #e12c5f;
    font-weight: 600;
}
label + span.required {
    display: inline-block !important;
    overflow: visible !important;
    margin-left: 4px;
    vertical-align: middle;
}

/*** HEADER ***/


.header {
	width: 100%;
	background: #ffffff;
	margin-top:10px;
}


/*** NAVIGATION ***/


.header-menu {
	width: 100%;
	position: relative;
	z-index: 1001;
	border-bottom:none;
	border-top:none;
	background: none;
	height: 72px;
	margin-bottom: 20px;
}
.header-menu > ul {
	width: 100%;
	margin: -34px auto;
	background: #fff;
	height: 71px;
	border-bottom: none;
}
.header-menu > ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-menu > ul > li {
	padding:10;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	position: relative;
	z-index: 1002;
	margin: 0 0 1px;
	padding: 30px 35px 23px;
	font-size: 16px;
	font-weight:normal;
	text-transform:uppercase;
	line-height: 1;
	cursor: pointer;
	background: #fff;
	color:#1e1e1e;
	font-family:Fjalla one,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-menu > ul > li:hover > a, 
.header-menu > ul > li:hover > span {
	color: #E12C5F;
	background:none;
}
a,span,img,*:after,*:before,input {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
	 .header-menu>ul>li>a:after,.header-menu>ul>li>span:after {
        content: " ";
        position: absolute;
        top: 95%;
        left: 50%;
        height: 2px;
        width: 0;
        border-bottom: 3px solid #E12C5F;
    }
	.header-menu>ul>li:hover>a:after,.header-menu>ul>li:hover>span:after {
        left: 0;
        width: 100%
    }

/*** FOOTER ***/


.footer-upper {
	width: 1200px;
	padding: 35px 30px;
	background-color: #ffffff;
}
.footer-block {
	width: 280px;
	border: none;
}
.footer-lower {
	width: 100%;
	padding: 15px 0;
	line-height:25px;
	letter-spacing:.2px;
	background-color:#fff;
	border-top: 1px dashed #cccccc;
	color: #1e1e1e;
	font-family: 'Roboto',sans-serif;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 1050px;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="password"] {
	width: 360px;
}


/*** SHOPPING CART ***/


.cart-footer .totals {
	width: 32%;
	margin: 0;
	background: #fff;
}
.cart-footer .cart-collaterals {
	width: 760px;
	margin: 0;
	background: #fff;
	padding: 45px 50px 10px;
	height: 268px;
	border-radius: 12px;
}
.cart-footer .cart-collaterals .deals {
	float: left;
	width: 360px;
}
.cart-footer .cart-collaterals .shipping {
	float: right;
	width: 360px;
}
.cart-footer .estimate-shipping .inputs label {
	display: inline-block;
	width: 35%;
}
.cart-footer .estimate-shipping .inputs input,
.cart-footer .estimate-shipping .inputs select {
	width: 65%;
}


/*** CHECKOUT ***/


.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 1%;
}
.payment-info .info td:first-child {
	width: 375px !important;
}
.payment-info .info td:only-child {
	width: 100% !important;
}
/********************************************
 ULTRA‑LUXURY PRODUCT PAGE — BUTTON STYLE 3A‑1
 Premium inline buttons + full product page refinement
********************************************/

/* ===========================
   ATTRIBUTES — BUTTON STYLE
   =========================== */

.attributes {
	display:flex;
    padding: 10px 5px !important;
	border-radius: 10px;
	
}

.attributes dt {
    margin-bottom: 8px;
}

.attributes dt > label {
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
	padding: 9px;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Container */
.attributes .option-list {
    font-size: 0;
    margin: 8px;
	background: #fafafa;
}

/* Each option */
.attributes .option-list li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

/* Hide native inputs */
.attributes input[type='radio'],
.attributes input[type='checkbox'] {
    display: none !important;
}

/* BUTTON STYLE */
.attributes .option-list label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e1e;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s ease;
    line-height: 1;
}

/* Price difference inside button */
.attributes .option-list label .price-difference {
    font-size: 14px;
    color: #E12C5F;
    font-weight: 500;
}

/* SELECTED STATE */
.attributes input[type='radio']:checked ~ label,
.attributes input[type='checkbox']:checked ~ label {
    background: #E12C5F !important;
    border-color: #E12C5F !important;
    color: #ffffff !important;
}

.attributes input[type='radio']:checked ~ label .price-difference,
.attributes input[type='checkbox']:checked ~ label .price-difference {
    color: #ffffff !important;
}

/* Hover (desktop only) */
@media (min-width: 1001px) {
    .attributes .option-list label:hover {
        border-color: #E12C5F;
        box-shadow: 0 0 0 3px rgba(225,44,95,0.15);
    }
}
.order-wishlist-row {
    display: flex;
    gap: 10px;
    margin-left: 3px;
}

.order-wishlist-row .add-to-cart-button {
    flex: 1;
}

.order-wishlist-row .add-to-wishlist-button {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: normal;
    padding: -5px;
    display: flex;
    align-items: center;
    justify-content: cente3;
    font-size: 0 !important; /* nasconde il testo */
}

/* ===========================
   SELECT & TEXT INPUTS
   =========================== */

.attributes select,
.attributes input[type="text"] {
    width: 100% !important;
    padding: 12px 14px;
    border-radius: 8px;
    border: none;
    background: #ffffff;
	background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: all .25s ease;
}

.attributes select:focus,
.attributes input[type="text"]:focus {
    border-color: #E12C5F;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(225,44,95,0.15);
}

/* ===========================
   ADD TO CART PANEL
   =========================== */

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 55px !important;
    height: 48px !important;
    border-radius: 8px;
    background: #f5f5f5;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 48px !important;
    padding: 0 32px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
}

/* ===========================
   AVAILABILITY
   =========================== */

.overview .availability,
.variant-overview .availability {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #1e1e1e;
}

/* ===========================
   TIER PRICES
   =========================== */

.tier-prices table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.tier-prices table td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.tier-prices .item-price {
    background: #fff4f7 !important;
    color: #E12C5F !important;
    font-weight: 600;
}

/* ===========================
   SPECS TABLE
   =========================== */

.product-specs-box table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.product-specs-box td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.product-specs-box tr:nth-child(even) td {
    background: #fafafa;
}

/* ===========================
   FULL DESCRIPTION
   =========================== */

.full-description {
    padding: 30px 20px !important;
    font-size: 16px;
    line-height: 26px;
}

/* ===========================
   MOBILE LUXURY FIX
   =========================== */

@media (max-width: 1000px) {

    .attributes {
        padding: 20px 15px !important;
        border-radius: 10px;
    }

    .attributes .option-list label {
        padding: 12px 18px !important;
        font-size: 16px !important;
    }

    .overview .add-to-cart-panel {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .overview .add-to-cart-button {
        flex: 1;
        text-align: center;
    }

    /* Remove hover on mobile */
    *:hover {
        box-shadow: none !important;
        transform: none !important;
    }
}

/* ===========================
   GLOBAL MOBILE DOUBLE‑TAP FIX
   =========================== */

@media (max-width: 1000px) {
    .attributes *,
    .overview *,
    .variant-overview *,
    .gallery * {
        pointer-events: auto !important;
    }
}
/* FIX SUB-CATEGORY INGIGANTITE DOPO ATTRIBUTES LUXURY */
.sub-category-grid *,
.sub-category-list *,
.category-grid *,
.category-list * {
    font-size: inherit !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Ripristina dimensioni normali dei box */
.sub-category-grid .item-box,
.category-grid .item-box {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Ripristina i titoli */
.sub-category-grid .title,
.category-grid .title {
    font-size: 18px !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    background: none !important;
    border: none !important;
}
/********************************************
 FIX DEFINITIVO SUB-CATEGORY INGIGANTITE
********************************************/

/* Reset totale dei label nelle sub-category */
.sub-category-grid label,
.category-grid label,
.sub-category-list label,
.category-list label {
    all: unset !important;
    display: block !important;
    font-family: 'Fjalla One', sans-serif !important;
    font-size: 18px !important;
    color: #1e1e1e !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    margin: 10px 0 !important;
}

/* Reset dei contenitori */
.sub-category-grid .item-box,
.category-grid .item-box {
    padding: 0 !important;
    margin: 0 0 25px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Reset immagini */
.sub-category-grid .picture,
.category-grid .picture {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

/* Reset link */
.sub-category-grid a,
.category-grid a {
    all: unset !important;
    cursor: pointer !important;
    display: block !important;
}

/* Ripristina comportamento hover normale */
@media (min-width: 1001px) {
    .sub-category-grid .item-box:hover .picture img,
    .category-grid .item-box:hover .picture img {
        transform: scale(1.05) !important;
        transition: .3s ease !important;
    }
}
/********************************************
 FIX DEFINITIVO SUB-CATEGORY FULL-WIDTH
********************************************/

/* Ripristina layout corretto dei box */
.category-grid .item-box,
.sub-category-grid .item-box {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 15px 30px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    vertical-align: top !important;
}

/* Ripristina immagini */
.category-grid .picture,
.sub-category-grid .picture {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 auto 10px !important;
    background: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

/* Ripristina immagini interne */
.category-grid .picture img,
.sub-category-grid .picture img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}

/* Ripristina titoli */
.category-grid .title,
.sub-category-grid .title {
    font-size: 18px !important;
	font-weight: normal;
    font-family: 'Fjalla One', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

/* Reset totale dei label nelle categorie */
.category-grid label,
.sub-category-grid label {
    all: unset !important;
    display: block !important;
    cursor: pointer !important;
}
/********************************************
 FIX DEFINITIVO — ISOLAMENTO ATTRIBUTES
 Impedisce ai label degli attributes di toccare categorie, prodotti, homepage
********************************************/

/* Isola completamente i label degli attributes */
.attributes .option-list label {
    all: unset;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e1e;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s ease;
    line-height: 1;
}

/* Ripristina i label fuori dagli attributes */
body:not(.attributes) label,
.category-grid label,
.sub-category-grid label,
.product-grid label,
.home-page label {
    all: none !important;
}
/********************************************
 FIX DEFINITIVO SUB-CATEGORY — RIPRISTINO DESKTOP GRID
********************************************/

/* Desktop: ripristina la larghezza corretta dei box */
@media (min-width: 1001px) {

    .sub-category-grid .item-box,
    .category-grid .item-box {
        width: calc(33.333% - 20px) !important;
        margin: 0 10px 30px !important;
        display: inline-block !important;
        vertical-align: top !important;
    }

    /* Ripristina il contenitore immagine */
    .sub-category-grid .picture,
    .category-grid .picture {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        overflow: hidden !important;
    }

    /* Ripristina immagine interna */
    .sub-category-grid .picture a img,
    .category-grid .picture a img {
        max-width: 90% !important;
        max-height: 90% !important;
        margin: auto !important;
        position: absolute !important;
        top: 0; left: 0; right: 0; bottom: 0;
    }

    /* Ripristina titolo */
    .sub-category-item .title a,
    .category-item .title a {
        font-size: 17px !important;
        padding: 14px 10px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/********************************************
 BLOCCA QUALSIASI EREDITÀ DAGLI ATTRIBUTES
********************************************/
.attributes .option-list label {
    display: inline-flex !important;
}

.sub-category-grid label,
.category-grid label {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
}
/********************************************
 FIX DEFINITIVO — RIPRISTINO LARGHEZZA SUB-CATEGORY
********************************************/

/* Isola i dd degli attributes */
.attributes dd {
    max-width: 450px !important;
    margin: 0 auto 20px !important;
}

/* Ripristina i dd fuori dagli attributes */
.category-grid dd,
.sub-category-grid dd,
.product-grid dd,
.home-page dd {
    max-width: none !important;
    margin: 0 !important;
    width: auto !important;
    display: block !important;
}

/* Ripristina larghezza contenitore griglia */
.sub-category-grid,
.category-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Ripristina larghezza box su desktop */
@media (min-width: 1001px) {
    .sub-category-grid .item-box,
    .category-grid .item-box {
        width: calc(33.333% - 20px) !important;
        margin: 0 10px 30px !important;
        display: inline-block !important;
        vertical-align: top !important;
    }
}
/********************************************
 FIX DEFINITIVO — RIPRISTINO BOX SUB-CATEGORY
********************************************/

/* Ripristina box bianco + bordi arrotondati */
.sub-category-grid .item-box,
.category-grid .item-box {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06) !important;
    padding: 0 !important;
}

/* Ripristina contenitore immagine */
.sub-category-grid .picture,
.category-grid .picture {
    background: #ffffff !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

/* DEFAULT: su tutto il sito rimane al 50% */
.sub-category-grid .picture a img,
.category-grid .picture a img {
    max-width: 50% !important;
    max-height: 50% !important;
    margin: auto !important;
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
}

/* HOMEPAGE: override al 90% */
.home-page .sub-category-grid .picture a img,
.home-page .category-grid .picture a img {
    max-width: 90% !important;
    max-height: 90% !important;
}

/* PAGINE CATEGORIA: override al 90% */
.category-page .sub-category-grid .picture a img,
.category-page .category-grid .picture a img {
    max-width: 50% !important;
    max-height: 50% !important;
}

/* Ripristina titolo */
.sub-category-item .title a,
.category-item .title a {
    background: #ffffff !important;
    color: #1e1e1e !important;
    border-radius: 0 !important;
}
/********************************************
 BREADCRUMB ORIZZONTALE – FIX DEFINITIVO
********************************************/

/* Forza il contenitore a diventare flex */
.breadcrumb,
.breadcrumb * {
    white-space: nowrap !important;
}

.breadcrumb {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 10px 0 20px !important;
    padding: 0 !important;
}

/* Forza ogni elemento a stare in linea */
.breadcrumb li,
.breadcrumb span,
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Stile */
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
    font-size: 14px !important;
    line-height: 28px !important;
    color: #1e1e1e !important;
    letter-spacing: .3px !important;
}

.breadcrumb strong {
    color: #E12C5F !important;
    font-weight: 600 !important;
}

.breadcrumb .delimiter {
    color: #E12C5F !important;
    font-weight: 600 !important;
    margin: 0 4px !important;
}
/********************************************
 SELECT "ORDINA PER" + "VISUALIZZA" – FIX DESKTOP
********************************************/

@media (min-width: 1001px) {

    .product-selectors select {
        height: 36px !important;
        padding: 4px 10px !important;
        font-size: 14px !important;
        border-radius: 6px !important;
        border: 1px solid #dcdcdc !important;
        background: #ffffff !important;
        line-height: 1 !important;
    }

    .product-selectors {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
		margin-top: 20px !important;
    }

    .product-selectors .product-sorting,
    .product-selectors .product-page-size {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .product-selectors label {
        font-size: 14px !important;
        color: #1e1e1e !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
}
/********************************************
 HOMEPAGE CATEGORY BANNER – RIPRISTINO ORIGINALE
********************************************/

@media (min-width: 1001px) {

    /* Ripristina posizione e layout della title */
    .home-page .category-item .title {
        position: absolute !important;
        left: 0 !important;
        right: 60px !important;
        bottom: 30px !important;
        text-align: right !important;
        z-index: 5 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Ripristina testo bianco */
    .home-page .category-item .title a {
        display: block !important;
        height: 58px !important;
        line-height: 58px !important;
        font-size: 22px !important;
        padding: 0 50px 0 25px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: #ffffff !important;
        font-family: 'Fjalla One', sans-serif !important;
        text-transform: uppercase !important;
        letter-spacing: .5px !important;
    }

    /* Ripristina fascia rosa inclinata */
    .home-page .category-item .title:before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -20px !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #E12C5F !important;
        opacity: .85 !important;
        transform: skewX(30deg) !important;
        transition: all .2s ease-in-out !important;
        z-index: -1 !important;
    }

    /* Hover originale */
    .home-page .category-item:hover .title:before {
        right: -10px !important;
    }
}
/********************************************
 RIPRISTINO FASCIA ROSA CATEGORIE HOMEPAGE (DESKTOP)
********************************************/

@media (min-width: 1001px) {

    /* Ripristina posizione corretta della title */
    .home-page .category-item .title {
        position: absolute !important;
        left: 0 !important;
        right: 60px !important;
        bottom: 30px !important;
        text-align: right !important;
        z-index: 5 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Ripristina testo bianco */
    .home-page .category-item .title a {
        display: block !important;
        height: 58px !important;
        line-height: 58px !important;
        font-size: 22px !important;
        padding: 0 50px 0 25px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: #ffffff !important;
        font-family: 'Fjalla One', sans-serif !important;
        text-transform: uppercase !important;
        letter-spacing: .5px !important;
    }

    /* Ripristina triangolo rosa inclinato */
    .home-page .category-item .title:before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -20px !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #E12C5F !important;
        opacity: .85 !important;
        transform: skewX(30deg) !important;
        transition: all .2s ease-in-out !important;
        z-index: -1 !important;
    }

    /* Hover originale */
    .home-page .category-item:hover .title:before {
        right: -10px !important;
    }
}
/********************************************
 RIPRISTINO FASCIA ROSA HOMEPAGE (DESKTOP)
********************************************/

@media (min-width: 1001px) {

    /* Rimuove qualsiasi sfondo/padding/box che copre la fascia rosa */
    .home-page .category-item .title {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        right: 60px !important;
        bottom: 30px !important;
        text-align: right !important;
        z-index: 5 !important;
    }

    /* Testo bianco corretto */
    .home-page .category-item .title a {
        background: transparent !important;
        color: #ffffff !important;
        display: block !important;
        height: 58px !important;
        line-height: 58px !important;
        padding: 0 50px 0 25px !important;
        font-size: 22px !important;
        font-family: 'Fjalla One', sans-serif !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        z-index: 6 !important;
    }

    /* Fascia rosa originale (triangolo skew) */
    .home-page .category-item .title:before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -20px !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #E12C5F !important;
        opacity: .85 !important;
        transform: skewX(30deg) !important;
        z-index: -1 !important;
        transition: all .2s ease-in-out !important;
    }

    /* Hover originale */
    .home-page .category-item:hover .title:before {
        right: -10px !important;
    }
}
/********************************************
 SPAZIO TRA DESCRIZIONE CATEGORIA E GRIGLIA
 (DESKTOP + MOBILE)
********************************************/

/* Aggiunge aria sotto la descrizione ovunque */
.category-description,
.page-body .category-description {
    margin-bottom: 35px !important;
}

/* Aggiunge aria sopra la griglia ovunque */
.category-grid,
.sub-category-grid,
.manufacturer-grid {
    margin-top: 20px !important;
}

/********************************************
 VARIANTI – RADIO BUTTON LUXURY STYLE
********************************************/

/* Nascondi il radio originale */
.option-list input[type="radio"] {
    display: none !important;
}

/* Stile base delle opzioni */
.option-list label {
    display: block;
    padding: 12px 16px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e1e;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
/* SELEZIONE VARIANTI – OVERRIDE DEFINITIVO */
.attributes .option-list li input[type='radio']:checked + label,
.attributes .option-list input[type='radio']:checked + label {
    background-color: #E12C5F !important;
    border-color: #E12C5F !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 0 0 2px rgba(225,44,95,0.25) !important;
}
.attributes .option-list label:hover {
    border-color: #E12C5F !important;
    box-shadow: 0 0 0 2px rgba(225,44,95,0.15) !important;
    cursor: pointer !important;
}
.attributes .option-list label {
    display: block !important;
    padding: 12px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: #1e1e1e !important;
    transition: all .2s ease-in-out !important;
}

/* Rimuove il bordo nero di focus SOLO dentro l'ajax cart */
.productAddedToCartWindow *:focus,
.productAddedToCartItem *:focus,
.ajaxCart *:focus {
    outline: none !important;
    box-shadow: none !important;
}

.g-recaptcha,
.recaptcha-container,
.captcha-box {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 20px 0 !important;
}
.g-recaptcha {
    display: flex !important;
    justify-content: center !important;
}

.registration-page .page-body {
    text-align: center !important;
}

.accept-privacy-policy {
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

/* Nascondi il checkbox reale */
.accept-privacy-policy input[type='checkbox'] {
    position: relative;
    opacity: 0;

}

/* QUADRATO */
.accept-privacy-policy label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ededed;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* CHECK ROSA */
.accept-privacy-policy input[type='checkbox']:checked + label:after {
    content: '';
    display: block;
    background: #E12C5F;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page-body .accept-privacy-policy {
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
	
}
.accept-privacy-policy label,
.accept-privacy-policy .read {
    display:inline-block;
	
}
/* ============================
   COOKIE BAR — LUXURY VERSION
   ============================ */

.eu-cookie-bar-notification {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #1e1e1e;
}

.eu-cookie-bar-notification .text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 22px;
}

.eu-cookie-bar-notification button {
    background: #E12C5F;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.eu-cookie-bar-notification button:hover {
    background: #c02552;
    transform: translateY(-1px);
}

.eu-cookie-bar-notification a {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    color: #1e1e1e;
    text-decoration: underline;
    transition: color 0.25s ease;
}

.eu-cookie-bar-notification a:hover {
    color: #E12C5F;
}



/* ============================
   NOTIFICHE TOP BAR — LUXURY
   ============================ */

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 18px 25px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    opacity: 0.97;
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

.bar-notification.success {
    background-color: #4BB07A;
}

.bar-notification.error {
    background-color: #E12C5F;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.bar-notification .close {
    position: absolute;
    top: 35%;
    right: 15px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #FFF url('../images/close.png') center/14px no-repeat;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.bar-notification .close:hover {
    opacity: 1;
}



/* ============================
   NOSCRIPT — LUXURY
   ============================ */

.noscript {
    border-bottom: 1px solid #E12C5F;
    background-color: #FFF4F7;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}



/* ============================
   LOADER — LUXURY
   ============================ */

.please-wait {
    background: url('../images/ajax-loader-small.gif') left center no-repeat;
    padding-left: 26px;
    font-size: 14px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
}



/* ============================
   JQUERY UI DIALOG — LUXURY
   ============================ */

.ui-dialog {
    max-width: 90%;
    border: none;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    font-family: 'Roboto', sans-serif;
}

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
}

.ui-dialog-titlebar {
    background-color: #1e1e1e;
    padding: 14px 18px !important;
    border: none !important;
}

.ui-dialog-titlebar > span {
    font-size: 18px;
    color: #fff;
    margin: 0 !important;
}

.ui-dialog-titlebar button {
    width: 42px !important;
    height: 42px !important;
    background: url('../images/close.png') center/18px no-repeat !important;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    border: none !important;
}

.ui-dialog-titlebar button:hover {
    opacity: 1;
}

.ui-dialog-content {
    padding: 22px 22px 28px !important;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5;
}

.ui-dialog-content .button-1 {
    background-color: #E12C5F;
    border: none;
    padding: 10px 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.25s ease;
}

.ui-dialog-content .button-1:hover {
    background-color: #c02552;
}
.product-grid .item-box *,
.product-grid .item-box *:before,
.product-grid .item-box *:after {
    pointer-events: auto !important;
}

.product-grid .item-box {
    position: relative !important;
    z-index: 2 !important;
}

.product-grid .item-box .picture,
.product-grid .item-box .picture a {
    position: relative !important;
    z-index: 1 !important;
}

.product-grid .item-box .details,
.product-grid .item-box .add-info {
    position: relative !important;
    z-index: 3 !important;
}
/* Disattiva completamente il quick view su mobile */
.mobile-device .quick-view-button,
.mobile-device .quick-view-button *,
.mobile-device #qv-toast {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Disattiva overlay invisibili */
.mobile-device .item-box .quick-view-button {
    pointer-events: none !important;
}
/* Elimina completamente il loader rosa */
.ajax-loading-block-window,
#ajaxBusy,
.loading-overlay,
.nopAjaxCartPanelAjaxBusy {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
/* Scroll interno per popup privacy */
.ui-dialog .ui-dialog-content {
    max-height: 70vh !important; /* altezza massima del contenuto */
    overflow-y: auto !important; /* abilita lo scroll verticale */
    padding-right: 10px; /* evita che il testo tocchi il bordo */
}

/* Evita che la pagina sotto scorra */
.ui-widget-overlay {
    position: fixed !important;
}
/* Titolo H1 index */
.page.home-page h1,
.homepage-title,
.page-title h1 {
    text-align: center;
	font-weight:normal;
	text-transform:uppercase;
	
}

/* SIDEBAR LUXURY – Ultimi prodotti visti */
.block-recently-viewed-products {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.block-recently-viewed-products .title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1e1e1e !important;
    margin-bottom: 15px !important;
    border: none !important;
    padding: 0 !important;
}

/* Lista prodotti */
.block-recently-viewed-products .listbox {
    padding: 0 !important;
    border: none !important;
}

/* Singolo prodotto */
.block-recently-viewed-products .listbox li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #eaeaea !important;
}

/* Immagine */
.block-recently-viewed-products .listbox li img {
    width: 55px !important;
    height: auto !important;
    border-radius: 6px !important;
    object-fit: cover !important;
}

/* Nome prodotto */
.block-recently-viewed-products .listbox li a {
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #1e1e1e !important;
    font-weight: 500 !important;
}

/* Hover luxury */
.block-recently-viewed-products .listbox li a:hover {
    color: #E12C5F !important;
}
/* Uniforma le immagini nella sidebar luxury */
.block-recently-viewed-products .listbox li img {
    width: 55px !important;
    height: 55px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.prev-placeholder,
.next-placeholder {
    visibility: hidden;
}
.product-rating-box {
    position: relative !important;
    z-index: 9999 !important;
}

/* ⭐ Stelline rosa Sun&Service nei box prodotto */
.product-rating-box .rating {
    display: inline-block;
    height: 10px;
    width: 55px; /* 5 stelle da 11px */
    background: #e5e5e5 url(../images/rating.svg) 0 0 repeat-x;
}

.product-rating-box .rating div {
    height: 10px;
    background: #E12C5F url(../images/rating.svg) 0 0 repeat-x;
}

/* RIPRISTINO MENU DESKTOP */
.header-menu ul li {
    position: relative !important;
}

.header-menu .sublist {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: #fff !important;
    overflow: visible !important;
}

.header-menu ul li:hover > .sublist {
    display: block !important;
}

.header-menu,
.header-menu > ul,
.header-menu > ul > li {
    overflow: visible !important;
    z-index: 999 !important;
}

.home-blog-section {
    margin: 60px 0;
}
.home-partners {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 25px 0 10px;
    width: 100%;
    position: relative;
    z-index: 5;
}
.home-partners-section {
    text-align: center;
    margin-bottom: 10px;
}

.home-partners-title {
    font-size: 20px;
    font-weight: normal;
    color: #1e1e1e;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* BOX UNIFORME */
.partner-box {
    width: 580px;
    height: 190px;
    background: #fff;
    border: none !important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

/* LOGO ADATTATO SENZA DISTORSIONE */
.partner-box img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.partner-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

.home-blog-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    font-weight:normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1e1e1e;
}
/* Stile titolo identico a INFOPOINT / BLOG */
.home-blog-title {
    padding: 8px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
    position: relative;
    color: #1e1e1e;
    font: normal 40px 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.home-blog-title:after {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 1;
    margin: auto;
    bottom: -2px;
    background: #E12C5F;
    transform: skewX(-30deg);
}
.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
/* Telefoni in orizzontale */
@media screen and (max-height: 500px) {
    .home-blog-item {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

.home-blog-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform .2s ease;
}

.home-blog-item:hover {
    transform:none;
}

.home-blog-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.home-blog-item-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    color: #1e1e1e;
}

.home-blog-excerpt {
    font-family: 'Roboto', sans-serif !important;
    padding: 0 15px 20px;
    font-size: 14px;
    opacity: .8;
}
.home-blog-item p,
.home-blog-item div {
    font-family: 'Roboto', sans-serif !important;
}
/* LINK BLOG */
.home-blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.home-blog-item {
    transition: all .25s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.home-blog-link:hover .home-blog-item {
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    transition: all .25s ease;
}

.blog-more {
    margin-top: 12px;
    font-weight: 600;
    color: #E12C5F;
    text-align: right;
    font-size: 15px;
    transition: all .2s ease;
    text-transform: uppercase;
}

.home-blog-link:hover .blog-more {
    color: #c01f4c;
    transform: translateX(4px);
}

    /* MOBILE: impaginazione verticale e leggibile */
@media (max-width: 9000px) {

    .home-blog-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

       .home-blog-section .home-blog-grid .home-blog-item {
        background: #ffffff !important;
        padding: 18px !important;
        border-radius: 8px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.10) !important;
        display: block !important;
        margin-bottom: 20px !important;
    }
    
    .home-blog-date {
        font-size: 13px;
        color:#E12C5F;
        margin-bottom: 8px;
    }

    .home-blog-item-title {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.25;
        margin-bottom: 10px;
        font-family: 'Fjalla One', sans-serif;
    }

    .home-blog-excerpt {
        font-size: 15px;
        line-height: 1.55;
        font-family: 'Roboto', sans-serif !important;
        color: #444;
        margin-bottom: 10px;
    }

    .home-blog-all-btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        font-size: 16px;
        border-radius: 6px;
    }
}
/* Overlay fullscreen */
.img-zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

/* Attivo */
.img-zoom-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Immagine ingrandita */
.img-zoom-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    transform: scale(0.8);
    transition: transform .25s ease;
    pointer-events: none; /* impedisce click destro */
}

/* Effetto zoom */
.img-zoom-overlay.active img {
    transform: scale(1);
}

/* Hover sulle immagini piccole */
.zoomable {
    transition: transform .2s ease;
    cursor: zoom-in;
}

.zoomable:hover {
    transform: scale(1.05);
}

/* Protezione anti-salvataggio */
.no-save {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
/* TUTTO IL SITO → BIANCO */
body,
.master-wrapper-content,
.master-wrapper-page,
.page-body,
.full-description,
.rich-text,
.center-1,
.center-2,
.product-details-page,
.product-essential,
.overview,
.product-collateral,
.section,
.panel,
.page,
.block,
.category-page,
.product-grid,
.product-list,
.home-page-category-grid,
.home-page-product-grid {
    background: #ffffff !important;
}
/* Homepage category grid: 4 colonne */
.home-page-category-grid .item-box {
    width: 23% !important;
    margin: 1% !important;
}

/* Contenitore griglia */
.home-page-category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-page-category-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.home-page-category-grid .item-box {
    width: 23% !important;
    margin-bottom: 20px !important;
    float: none !important;
}

/* HEADER LINK (barra alta) → GRIGIO */
.header-upper,
.header-links,
.header-links-wrapper {
    background: #f5f5f5 !important;
}

/* FOOTER → GRIGIO */
.footer,
.footer-upper,
.footer-lower {
    background: #f5f5f5 !important;
}

/* MENU CATEGORIE LATERALI → BIANCO (pulito) */
.side-2,
.side-2 .block,
.block-category-navigation,
.block .title {
    background: #ffffff !important;
}

/* SEPARATORI E LINEE → MANTENUTI */
hr,
.section,
.product-collateral,
.panel,
.block {
    border-color: #e0e0e0 !important;
}

/* OMBRA LEGGERA PER DARE PROFONDITÀ AI BOX */
.section,
.block,
.product-collateral,
.panel {
    padding: 10px;
}
.header-menu,
.header-lower {
    border-bottom: 1px solid #e5e5e5;
	background: #ffffff !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.header-menu .top-menu > li > a {
    padding: 12px 15px !important;
}
/* Checkbox carrello leggermente più grande e più leggibile */
.remove-from-cart input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
}
.footer-powered-by {
	display:block;
	color:#1e1e1e;
	font-size:16px;
	margin: 10px 0 0;
}
.footer-powered-by a {
	color: #E12C5F;
}
.footer-powered-by a:hover {
	text-decoration: underline;
}