/* BlockUi */

div.blockOverlay {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/icon/agota-preloader.gif') center center no-repeat #FFF;
}

.blockUI.blockMsg.blockElement>h1 {
	display: inline;
}

.blockOverlay {
	background-color: rgba(0, 0, 0, 0.8);
}

.blockMsg {
	background: #fff;
	padding: 10px;
}

.blockMsg * {
	margin: 0;
}

.container-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* end BlockUi */

/* General */

:root,
body {
	font-size: 17px;
}

.grecaptcha-badge {
	display: none !important;
}

.page-title h2 {
	font-size: 30px;
}

.futura-italic {
	font-weight: lighter;
	font-style: italic;
}

.mfp-close {
	display: none !important;
}

.collapse-link {
	cursor: pointer;
}

.note-riga {
	width: 100%;
	border: none;
}

.note-riga:focus {
	outline: none;
}

.details span {
	color: #000;
	font-weight: 600;
}

.details span.theme-color {
	color: #deb306;
}

.ige-color {
	color: #e819e8;
}

.green-color {
	color: #32CD32;
}

.grey-color {
	color: #929292;
}

.blue-color {
	color: #006699;
}

.contact-form-right .btn,
.btn-dark {
	background: #000;
	border-color: #000;
	color: #fff;
}

.contact-form-right .btn:hover,
.contact-form-right .btn:focus,
.contact-form-right .btn:active,
.contact-form-right .btn.active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
	background: #fff;
	border-color: #000;
	color: #000;
}

.fitler-input input {
	max-width: 120px;
}

.alert-dismissible .close {
	padding: 5px 10px;
}

.alert-dismissible .close span {
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
}

.mean-container .mean-nav {
	background: transparent;
}

.btn {
	text-transform: inherit;
}

b,
strong {
	font-weight: bold;
}

.video-wrapper {
	height: 100%;
}

.video-background {
	width: 100%;
	height: 100%;
}

.video-background>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.video-canvas {
	width: 100%;
	height: auto;
	padding: 50% 0;
	position: relative;
	overflow: hidden;
}

.video-canvas .video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.video-canvas .video-background {
	width: 180%;
	height: auto;
}

.video-canvas-vertical {
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.video-canvas-vertical .video-wrapper-vertical {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.video-canvas-vertical .video-wrapper-vertical>video {
	width: 100%;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #deb306;
}

.theme-color {
	color: #deb306;
}

.nice-select {
	font-size: 1rem;
}

.top {
	bottom: 120px;
	right: 32px;
}

.clearfix {
	clear: both;
}

/* end General */

/* Notifications */

.alert-info {
	color: #deb306;
	background-color: #fff;
	border-color: #000;
}

.alert-info p {
	color: #deb306;
}

/* end Notifications */

/* Shipping Banner */

.shipping-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px;
	margin-top: 70px;
	margin-bottom: 70px;
	justify-content: center;
}

.shipping-banner-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 30px;
	width: 140px;
}

.shipping-banner-media img {
	width: 100%;
	height: auto;
}

.shipping-banner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shipping-banner-content span {
	color: #deb306;
}

/* end Shipping Banner */

/* Banner */

.banner-home .single-feature {
	position: relative;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.banner-home .single-feature img {
	padding-top: 20px;
}

.feature-position .single-feature.single-feature-3>video {
	height: 256px;
}

.feature-position .single-feature.single-feature-3>.video-autoplay-wrapper {
	position: relative;
	height: 256px;
}

.feature-position .single-feature.single-feature-3>.video-autoplay-wrapper>video {
	height: 100%;
	width: auto;
}

.video-autoplay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #deb356;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-home-item {
	cursor: pointer;
}

/* end Banner */

/* Paging */

.page-item.active .page-link {
	background-color: #deb306;
	border-color: #deb306;
}

.page-link {
	color: #deb306;
	border: 1px solid rgba(222, 179, 6, 0.2);
}

.page-link:hover {
	color: #deb306;
	text-decoration: none;
	background-color: rgba(222, 179, 6, 0.2);
	border-color: rgba(222, 179, 6, 0.2);
}

/* end Paging */

/* Autocomplete */

.autocomplete-suggestions {
	background-color: #fff;
	font-size: 13px;
	padding: 0;
	width: 250px;
	overflow: auto;
	border: 1px solid #dee2e6;
}

.autocomplete-suggestion {
	cursor: pointer;
	margin: 0;
	border-bottom: 1px solid #dee2e6;
	padding: 10px 15px;
}

.autocomplete-suggestion:hover {
	text-decoration: underline;
}

/* end Autocomplete */

/* Top Header */
.top-header {
	padding-top: 40px !important;
	padding-bottom: 30px !important;
}

.top-header,
.header.header-2 {
	background-color: #000000;
}

.top-header,
.top-header select {
	border-bottom: 1px solid #deb306;
	font-size: 12px;
	line-height: 1;
}

.top-header a.header-button {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 11px 26px;
	border-radius: 10px;
}

.top-header a.header-button.g-gold:hover {
	color: #deb306;
}

.top-header a.header-button.i-gold:hover {
	color: #B0BF36;
}

.top-header span.distacco {
	width: 1px;
	height: 35px;
	background-color: #ffffff;
	opacity: 1;
}

.header.header-2 a.header-button:hover,
.header.header-2 a.header-button.active {
	opacity: 1;
}

.header.header-2 a.header-button {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	text-transform: uppercase;
	opacity: 0.3;
	text-decoration: none;
	padding: 0 10px;
}

.header.header-2 span.distacco {
	width: 1px;
	height: 35px;
	background-color: #ffffff;
	opacity: 0.3;
}

div#metal-description p {
	font-size: 12px;
	color: #999999;
}

.header-disclaimer {
	position: relative;
	top: auto;
	left: auto;
	padding: 5px 10px;
	background-color: #deb306;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	font-size: 12px;
}

/* end Top Header */

/* Lang */

.lang-select {
	position: relative;
	font-size: 20px;
	padding: 8px 0;
	float: right;
}

.lang-select:hover .lang-select-current,
.lang-select-current:hover {
	color: #deb306;
}

.lang-select-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
	height: auto;
	max-height: 0;
	min-width: 50px;
	box-sizing: border-box;
	transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	-ms-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-webkit-transition: max-height 1s ease;
	z-index: 9999;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.lang-select:hover .lang-select-dropdown {
	max-height: 1000px;
}

.lang-select-item a {
	display: block;
	padding: 8px 0;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.lang-select-item a:hover,
.lang-select-item a:focus,
.lang-select-item a:active,
.lang-select-item.active a {
	border-bottom: solid 1px #deb306;
}

.lang-mobile {
	display: flex;
	justify-items: center;
	width: 100%;
	padding-top: 15px;
}

.lang-mobile .lang-select-item {
	display: flex;
	flex: 1 0 auto;
}

/* end Lang */

/* Highlight */

.owl-carousel-highlight {
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #deb306;
}

.owl-carousel-highlight h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
}

/* end Highlight */

/* Logo */

.logo img {
	max-width: 165px;
	width: 100%;
}

/* end Logo */

/* Menu */

.mobile-menubar {
	display: block;
	width: 23px;
}

.mobile-menubar img {
	width: 100%;
	height: auto;
}

.header-2 .main-menu ul li,
.header-3 .main-menu ul li {
	margin-left: 15px;
	margin-right: 0;
}

.main-menu ul li>a {
	font-size: 16px;
}

/* end Menu */

/* Nice Select */

.nice-select .list {
	z-index: 99;
}

/* end Nice Select */

/* Buttons */

.btn-template {
	background-color: #deb306;
	color: #1d1d1b;
	font-size: 1rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: center;
}

/* end Buttons */

/* Slide */

.slider-2 .slick-dots li.slick-active::before,
.slider-3 .slick-dots li.slick-active::before,
.slider-6 .slick-dots li.slick-active::before {
	top: 0;
}

.slider-height-ige {
	min-height: 46.66666667vw;
}

.collezioni-active .slick-arrow .l-a,
.collezioni-active .slick-arrow .r-a,
.collezioni-active .blog-post-active .slick-arrow .l-a,
.collezioni-active .blog-post-active .slick-arrow .r-a {
	top: 50%;
}

.collezioni-active .slick-arrow .l-a {
	left: -30px;
}

.collezioni-active .slick-arrow .r-a {
	right: -30px;
}

.slick-dots {
	right: auto;
	left: 50%;
	top: auto;
	bottom: -42px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.slick-dots li {
	border: 1px solid #999999;
}

.slick-dots li.slick-active {
	border-color: #deb306;
	background-color: #deb306;
}

.slick-dots li.slick-active::before {
	border: 2px solid #deb306;
	background: #deb306;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 11px;
}

/* end Slide */

/* Rating */

.rate {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 18px;
	float: left;
	cursor: pointer;
}

.rate span.star {
	font-family: Font Awesome\ 5 Free;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	float: right;
	padding-right: 2px;
}

.rate span.star:hover {
	cursor: pointer;
}

.rate span.star:before {
	content: "\f005";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #e0e0e0;
}

.rate span.star:hover:before,
.rate span.star:hover~span.star:before {
	content: "\f005";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #FFC741;
}

.ratings .fa,
.ratings .fab,
.ratings .far {
	color: #deb306;
}

.ratings .fa.rated {
	color: #deb306;
}

.rate {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
									supported by Chrome, Opera and Firefox */
}

.rated {
	color: #deb306;
}

.rated:before,
.rated~.star:before {
	color: #deb306 !important;
}

.rate-disabled .rated:before,
.rate-disabled .rated~.star:before {
	color: rgb(151, 151, 151) !important;
}

.rate:not(.rate-disabled):not(.rate-readonly) span.star:hover:before,
.rate:not(.rate-disabled):not(.rate-readonly) span.star:hover~span.star:before {
	color: #deb306;
}

.rate.rate-disabled span.star:hover:before,
.rate.rate-disabled span.star:hover~span.star:before,
.rate.rate-readonly span.star:hover:before,
.rate.rate-readonly span.star:hover~span.star:before {
	color: #e0e0e0;
}

.star-wrapper {
	display: flex;
}

div.ratings .star-wrapper>span {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

div.ratings .star-wrapper>span>svg {
	fill: rgba(222, 179, 6, 1);
	width: 100%;
	height: 100%;
}

div.ratings .star-wrapper+span {
	display: flex;
	flex: 0 0 auto;
}

div.ratings .star-wrapper+span strong {
	margin-left: 10px;
	margin-right: 10px;
}

#commenti-toggle.button {
	margin: 0 0 0 20px;
	padding: 8px 15px;
}

#commenti-toggle.button.floatl {
	float: left !important;
}

.rate.error {
	border: 1px solid #de5959;
}

p.ratings>a {
	display: inline-block;
}

.single-product div.ratings {
	width: 100%;
	font-size: 16px;
	text-align: center;
}

div.ratings span {
	margin-left: 20px;
}

div.ratings span strong {
	color: #32CD32;
}

.commenti-landing-form input.rate-input {
	float: left;
	width: 40px;
	text-align: center;
}

/* end Rating */

/* Banner Home */

.home-content-background {
	background-color: #1d1d1b;
}

.banner-home .single-feature .section-content a {
	color: #deb306;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.26px;
}

.banner-home .single-feature .section-content a.dark {
	color: #1d1d1b !important;
}

.banner-home .single-feature .section-content a.dark:before {
	background: #1d1d1b;
}

.banner-home .single-feature .section-content span {
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: 0.27px;
	font-weight: 400;
}

.banner-home .single-feature .section-content h3 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 0.68px;
}

.banner-home .single-feature .section-content h3 span {
	font-size: 36px;
	color: #deb306;
	text-transform: none;
}

/* end Banner Home */

/* Categoria Banner Home */

.categoria-banner-home .single-feature {
	min-height: 450px;
	overflow: hidden;
}

.categoria-banner-home .single-feature>img {
	position: absolute;
	bottom: 0;
	right: 0;
	min-height: auto;
	max-width: 60%;
}

.categoria-banner-home .single-feature .section-content a {
	color: #deb306;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.26px;
}

.categoria-banner-home .single-feature .section-content a.dark {
	color: #1d1d1b !important;
}

.categoria-banner-home .single-feature .section-content a.dark:before {
	background: #1d1d1b;
}

.categoria-banner-home .single-feature .section-content span {
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: 0.27px;
	font-weight: 400;
}

.categoria-banner-home .single-feature .section-content h3 {
	font-size: 40px;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: 0.68px;
}

.categoria-banner-home .single-feature .section-content h3 span {
	font-size: 36px;
	color: #deb306;
	text-transform: none;
}

.categoria-banner-home-item {
	cursor: pointer;
}

/* end Categoria Banner Home */

/* Home Content */

.home-content h2 {
	color: #deb306;
}

.home-content h5 {
	font-size: 1rem;
	color: #deb306;
}

.home-content-title p {
	color: #fff;
}

.home-content-item p {
	color: #fff;
}

/* end Home Content */

/* Header Icons Item */

.header-icons-item {
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
}

.header-icons-item .header-icons-media {
	position: relative;
	width: 80px;
	height: 50px;
	margin-right: 10px;
}

.header-icons-item .header-icons-media.header-icons-single-item {
	margin: 0 auto;
	width: 240px;
	height: 65px;
}

.header-icons-item .header-icons-media>img {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.header-icons-item .header-icons-media.header-icons-single-item>img {
	width: 100%;
}

.header-icons-item .header-icons-title {
	display: flex;
	align-items: end;
}

.header-icons-title p {
	margin: 0;
	line-height: 20px;
	font-size: 20px;
}

.header-icons-item .header-icons-title span {
	margin-right: 5px;
	font-size: 30px;
	color: #deb306;
}

/* end Header Icons Item */

.prod-header-item {
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	justify-content: center;
}

.prod-header-media {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 0 20px;
}

.prod-header-media>img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.prod-header-content {
	margin: 0;
	width: 100%;
}

.prod-header-content p {
	margin: 0;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
}

.prod-header-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 20px;
}

.prod-header-list li {
	font-size: 20px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Header Prod Item */

/* end Header Prod Item */

/* About Content */

.about-content-title {
	color: #deb306;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}

/* end About Content */

/* Accordion */

.accordion-header {
	padding: 20px 0;
}

.accordion-header h3 {
	font-size: 26px;
}

.accordion-header a {
	color: #000;
}

.accordion-header a:hover,
.accordion-header a:focus,
.accordion-header a:active,
.accordion-header a.active {
	color: #deb306;
}

.accordion-body {
	font-size: 20px;
	position: relative;
	padding-left: 20px;
}

.accordion-body:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.accordion-link {
	color: #deb306;
}

.accordion-link:focus,
.accordion-link:hover,
.accordion-link:active,
.accordion-link.active {
	text-decoration: underline;
}

/* end Accordion */

/* Faq */

.table-faq th,
.table-faq td {
	text-align: center;
}

.table-faq th {
	width: 33.3333%;
	padding: 20px 40px;
	font-weight: 500;
}

.table-faq td {
	width: 33.3333%;
	padding: 20px 40px;
}

.table-faq th>img {
	max-width: 120px;
	display: block;
	margin: 0 auto 20px;
}

.table-faq td:nth-child(2) {
	background-color: #f9d24c;
	font-weight: 600;
}

.table-faq th:first-child,
.table-faq td:first-child {
	border-color: transparent;
}

.table-faq th:not(:first-child),
.table-faq td:not(:first-child) {
	border-left: 1px dotted #5d5d5d;
	border-top: 1px dotted #5d5d5d;
	border-bottom: 1px dotted #5d5d5d;
	border-right: 1px dotted #5d5d5d;
}

/* end Faq */

/* Lingotti page */

.lingotti-slogan p {
	font-size: 24px;
}

/* end Lingotti Page */

/* Search Input */

.product-search input {
	padding-right: 40px;
}

/* end Search Input */

/* Form */

.login-form label,
.login-form .login-check p,
.f-get-pass a,
.register-form label,
.register-form input {
	font-size: 1rem;
}

label.error {
	margin: 0;
	position: absolute;
	bottom: -24px;
	color: #dc3545;
	background: #fff;
}

.checkout-form-list label.error {
	margin: 0;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.form-control.error {
	border-color: #dc3545;
}

.save-info label {
	margin: 0;
}

.register-form {
	padding-top: 60px;
	padding-bottom: 60px;
}

.checkbox-row {
	display: flex;
	align-items: flex-start;
}

.checkbox-row>input {
	padding: 0;
	margin-right: 10px;
	margin-top: 6px;
	height: auto !important;
}

.checkbox-row a {
	color: #deb306;
}

.checkbox-row a:hover,
.checkbox-row a:focus,
.checkbox-row a:active {
	color: #000;
}

/* end Form */

/* Blog */

.blog-right-sidebar-left-content {
	border: 1px solid #f4f5f7;
	padding: 20px;
}

/* end Blog */

/* Content Builder */

h1.is-title-lite {
	color: #1d1d1b;
	font-size: 40px;
	line-height: 40px;
}

/* end Content Builder */

/* Cart */

.cart-area .table td {
	vertical-align: top;
}

.table thead th {
	border-top: none;
}

.details span[class^=icon] {
	color: #999;
}

.cart_del_pers {
	position: absolute;
	top: 10px;
	right: 10px;
}

.cart-table .table td,
.cart-table .table th {
	vertical-align: top;
}

.details {
	font-size: 1rem;
}

.p-name {
	font-size: 1rem;
}

.cart-table .table tbody tr:last-child td {
	border-bottom: none;
}

.cart-popup-item:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecef;
}

.cart-popup-content {
	max-height: 340px;
	overflow: auto;
}

.cart-price-mobile {
	display: none;
	position: absolute;
	bottom: 15px;
	right: -25px;
	text-align: right;
}

.checkout-cart .price-col {
	padding-right: 0;
	text-align: right;
}

.checkout-cart .cart-price-mobile {
	right: 0;
}

/* end Cart */

/* Checkout */

.coupon-accordion h6.position-relative::before {
	left: 5px;
	top: 15px;
}

.coupon-accordion h6[data-accordion-checkout] {
	cursor: pointer;
}

.checkout-help h2,
.checkout-container-left h2,
.order-info h2 {
	font-size: 22px;
}

.shipping [type=radio].error~label.error,
.shipping [type=checkbox].error~label.error {
	right: 0;
}

.shipping [type=radio].error~label:not(.error),
.shipping [type=checkbox].error~label:not(.error) {
	color: #dc3545;
}

.coupon-area .details span,
.checkout-area .details span,
.checkout-area .details label {
	font-size: inherit;
	line-height: inherit;
}

.checkout-reg-form-wrapper,
.checkout-summary {
	border: 1px solid #e9ecef;
	padding: 30px;
}

.coupon-area .theme-color,
.checkout-area .theme-color,
.checkout-area .theme-color {
	color: #deb306;
}

.checkout-summary-table td:nth-child(2),
.checkout-summary-table th:nth-child(2) {
	text-align: right;
}

.checkout-area input[type=checkbox],
.checkout-area input[type=radio] {
	width: 13px !important;
	height: 13px !important;
}

.checkbox-row>label {
	width: 90%;
	width: calc(100% - 25px);
}

.checkout-privacy a {
	text-decoration: underline;
	font-weight: 900;
}

.checkout-payment-logo-wrapper {
	width: 100%;
}

.checkout-payment-logo-wrapper img {
	height: 50px;
	width: auto;
	float: left;
}

/* end Checkout */

/* Contact */

.contact-map {
	top: -120px;
}

.contact-form-right input[type=checkbox],
.contact-form-right input[type=radio] {
	height: auto;
}

/* end Contact */

/* Avvisi */

#popupContent {
	display: block;
	width: 430px;
	background: rgba(222, 179, 6, 1);
	position: fixed;
	bottom: 0;
	right: 20%;
	box-sizing: border-box;
	padding: 0;
	color: #000;
	font-size: 12px;
	line-height: normal;
	font-style: italic;
	z-index: 999;
	border-top: 2px solid #deb306;
	animation: slideOn 1s ease-in;
}

@keyframes slideOn {
	0% {
		transform: translateY(100%);
		display: none;
	}

	100% {
		transform: translateY(0%);
		display: block;
	}
}

@keyframes slideOut {
	0% {
		transform: translateY(0%);
		display: block;
	}

	100% {
		transform: translateY(100%);
		display: none;
	}
}

#popupContent .imgCont {
	padding: 30px 30px;
	background: #fff;
}

#popupContent .txtCont {
	font-size: 20px;
	line-height: 22px;
	padding: 0 30px 30px;
	background: transparent;
	font-style: normal;
}

#popupContent .imgCont img {
	width: auto;
	height: auto;
	max-height: 400px;
}

#popupContent .txtCont h1,
#popupContent .txtCont h4 {
	color: #000;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	margin: 20px 0 10px;
	font-style: italic;
}

#popupContent .txtCont h3 {
	color: #000;
	line-height: normal;
	font-size: 20px;
	margin: 10px 0 15px;
}

#popupContent.hidden {
	display: none;
}

#popupContent.closed {
	animation: slideOut 1s ease-out;
	display: none;
}

#popupContent .close {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 999;
	right: 5px;
	top: 5px;
	background: transparent;
	cursor: pointer;
}

#popupContent .close:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #444444;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}

#popupContent .close:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #444444;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

/* end Avvisi */

/* Prodotti */

.shop-title h5,
.product-filter a,
.single-product-content p {
	font-size: 1rem;
}

.personalizza-tag {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	display: block;
	background: transparent;
	padding: 2px 5px;
	text-transform: lowercase;
	font-size: 15px;
	color: #deb30680;
}

.product-tabs .nav-link {
	height: auto;
}

.product-title-mobile h1 {
	color: #1d1d1b;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.41px;
	line-height: 28px;
}

.product-view-info .price {
	padding-bottom: 6px;
}

.product-detail-personalizzazione {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.24px;
	line-height: 28px;
	margin-bottom: 35px;
}

.descrizione-commerciale {
	text-align: center;
	margin-top: 50px;
}

.collezione-preview {
	display: block;
	position: relative;
	width: 268px;
	height: 390px;
}

.image-absolute {
	position: relative;
	padding: 55% 0;
	overflow: hidden;
}

.image-absolute>img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.product-price span {
	font-weight: 700;
	font-size: 1rem;
}

.product-left-img-info p,
.quantity {
	font-size: 1rem;
}

.product-instock {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	color: #32CD32;
}

.product-instock:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #32CD32;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-outstock {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	color: #006699;
}

.product-outstock:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #006699;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/* end Prodotti */

/* Wishlist */

.wishlist-area .table td {
	vertical-align: top;
}

.wishlist-area a {
	font-size: 1rem;
}

.table-content .p-img img {
	height: auto;
}

/* end Wishlist */

/* Carousel */

.owl-carousel .image-absolute {
	padding: 0;
}

.owl-carousel .image-absolute>img {
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
	padding: 15px !important;
	background: #fff;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.owl-theme .owl-nav button.owl-prev>i,
.owl-theme .owl-nav button.owl-next>i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 13px;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
	background: #cccccc;
	color: #000000;
	text-decoration: none;
	opacity: 1;
}

.owl-carousel-ratings.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel-ratings.owl-carousel .owl-item>div,
.owl-carousel-ratings.owl-carousel .owl-item .blog-right-sidebar-left-content {
	width: 100%;
	height: 100%;
}

/* end Carosuel */

/* Footer */

.copyright-area p {
	color: #fff;
	font-size: 14px;
}

.footer-info,
.footer-info a {
	color: #fff;
	line-height: 2;
}

.payment-icons li img {
	width: 50px;
	height: auto;
}

.widget-area p,
.widget-area li,
.widget-area li a {
	font-size: 1rem;
}

.footer-info,
.footer-info a {
	font-size: 1rem;
}

/* end Footer */

.img-yellow {
	position: relative;
	overflow: hidden;
	height: 310px;
}

.img-yellow img {
	filter: saturate(0);
	/*height: 100%;
	*/
	/*width: 100%;
	*/
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: inherit;
	min-width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.img-yellow:after {
	top: 0;
	left: 0;
	content: " ";
	background-color: #deb306;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.46;
	mix-blend-mode: multiply;
}

a:hover .img-yellow:after {
	display: none;
}

a:hover .img-yellow img {
	filter: none;
}

.img-yellow span {
	position: absolute;
	top: 18px;
	left: 24px;
	z-index: 15;
	color: #ffffff;
	font-size: 21px;
	letter-spacing: 0.36px;
	font-weight: 500;
}

.f-price-filter {
	font-size: 1rem;
}

/* for SEO */

h1.likeH2 {
	font-size: 40px;
	line-height: 60px;
}

.slider-2 h2.likeH1 {
	color: #ffffff;
	font-family: "FuturaStd-Book";
	font-size: 70px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.12px;
	line-height: 82px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
}

.shipping-banner-detail .shipping-banner-media {
	width: 15%;
}

.shipping-banner-detail {
	padding-bottom: 35px;
	padding-top: 35px;
	margin-top: 35px;
}

.home-title h1.likeH2 {
	font-size: 40px;
	line-height: 60px;
	color: #1d1d1b;
	font-weight: 500;
}

.slider-area.slider-2 {
	background-color: #000
}

.pageTitleNews.likeH2 {
	font-size: 30px;
	color: #1d1d1b;
	font-weight: 500;
	line-height: 40px;
}

.collezioni-icon-item {
	position: relative;
}

.collezioni-icon-media a {
	display: block;
	position: relative;
	padding: 25% 0;
}

.collezioni-icon-media a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.collezioni-icon-title {
	color: #000;
	font-weight: 700;
}

.filtercustom {
	padding-top: 20px;
}

.filtercustom-item>a {
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin-right: 15px;
}

.labelfiltercustom {
	border: 0px;
	margin-right: 10px;
}

#iubenda-cs-banner h1 {
	line-height: normal;
}

.menu-flag {
	width: 25px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 3px;
}

.container-custom-valuta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 6px 6px;
}

.menu-valuta {
	display: flex;
	justify-content: space-evenly;
	padding-top: 0;
}

.margin-top-30 {
	margin-top: 30px;
}

.checkFilter {
	accent-color: #5f5f5f;
}

.wrapper-video {
	background-color: #fbedcc;
}

#SPED_NAZIONE-error,
#NAZIONE-error {
	position: absolute;
	top: 45%;
	right: 5%;
	background: transparent;
	transform: translate(-5%, 0);
}

.erore-testo-lingotto {
	color: #dc3545 !important;
}

.meanmenu-reveal {
	display: none !important;
}

.card-input-element {
	display: none;
}

.card-input {
	padding: 15px 45px;
	margin: 00px;
	border-radius: 12px;
	background-color: rgba(6, 6, 6, 0.05);
	color: rgba(33, 37, 41, 0.5);
	border: solid 1px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 650;
	line-height: 18px;
}


.card-input:hover {
	cursor: pointer;
}

.card-input-element:checked+.card-input,
.card-input-element.active>.card-input {
	border: solid 1px #DEB306;
	color: #000;
}

.cursor-pointer {
	cursor: pointer;
}

.accordion-filter-title {
	color: #212529;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px;
}

.investimento-news-page .accordion-filter-title {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px;
}

.investimento-news-page .card-input-element:checked+.card-input,
.investimento-news-page .card-input-element.active>.card-input {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #000;
}

.investimento-news-page .img-copertina-blog {
	max-width: 100%;
}

.investimento-news-page .wrapper-categoria-news,
.investimento-news-page .continua-lettura-cta {
	color: var(--primary-color);
}

.investimento-news-page .wrapper-categoria-news {
	border-color: var(--primary-color);
}

.investimento-news-page h3.title-blog-pres,
.investimento-news-page h3.title-blog-pres a,
.investimento-news-page h3.title-blog-pres a:hover {
	color: #FFF;
	text-decoration: none;
}

.investimento-news-page .card-input {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.investimento-news-page .card-header {
	border: none;
}

.investimento-news-page.detail-page h3 {
	color: #FFF;
}

.investimento-news-page.detail-page img {
	border-radius: 16px;
}

.accordion-filter {
	overflow: hidden;
}

#collapseTitolo,
#collapsePrezzo,
#collapsePeso {
	overflow-x: auto;
}

#collapseTitolo>.card-body,
#collapsePrezzo>.card-body,
#collapsePeso>.card-body {
	width: 100%;
}

.fs-table-quot {
	font-size: 12px;
}

.nav-link {
	cursor: pointer;
}

.img-copertina-blog {
	max-width: 381px;
	max-height: 311px;
	width: 100%;
	height: 311px;
	display: block;
	background-position: center;
	background-size: cover;
}

.wrapper-categoria-news {
	border: solid 1px #deb306;
	padding: 3px 10px;
	border-radius: 50px;
	color: #deb306;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	text-transform: uppercase;
	width: fit-content;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1.21px;
}

.date-info-blog {
	color: rgb(101, 101, 101);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.blog-right-sidebar-left-content h3.title-blog-pres {
	color: #1D1D1B;
	font-size: 24px;
	font-style: normal;
	font-weight: 650;
	line-height: 28px;
}

.continua-lettura-cta {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	text-decoration-line: underline !important;
	text-decoration-style: solid !important;
	text-decoration-skip-ink: none !important;
	text-decoration-thickness: auto !important;
	text-underline-offset: auto !important;
}

@media (max-width: 480px) {
	.cusotm-padding-blog {
		padding: 0;
	}
}

.border-ige-inv {
	border: solid 1px #deb306;
	border-radius: 28px;
}

.mask-banner-regalo {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 28px;
}

.bg-banner-regalo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}