.content-area #main {
	margin: 265px auto 0;
	width: 1360px;
	padding-left: 40px;
	padding-right: 40px;
	max-width: calc(100% - 120px);
}

div.product .container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 120px;
}

div.product .container .images,
div.product .container .infos {
	flex: 0 0 calc(50% - 60px);
	position: relative;
	box-sizing: border-box;
}

div.product .container .infos {
	background-color: var(--2);
}

div.product .container div.images {
	margin-bottom: 0;
	padding-bottom: 12px;
	position: relative;
	overflow: hidden;
}

div.product .woocommerce-breadcrumb {
	margin-bottom: 16px;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 1.7;
}

div.product .container .images h1 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 16px;
}

div.product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin: 0;
}

div.product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single a {
	display: flex;
	align-items: center;
	column-gap: 12px;
	text-decoration: none;
}

div.product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single a img {
	width: 22px;
}

div.product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single a span {
	color: #c7c7c7;
	font-size: 14px;
	font-weight: 500;
}

div.product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single a.yith-wcwl-add-to-wishlist-button--added span {
	color: var(--1);
}

.yith-wcwl-feedback-messages-container {
	position: fixed;
	left: 20px;
	transform: none;
	bottom: 20px;
	top: auto;
}

.yith-wcwl-feedback-messages-container > div {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	border-radius: 16px;
	padding: 16px 32px;
	font-size: 14px;
	line-height: 1.5;
}

.product-image-carousel {
	margin-top: 16px;
}

.product-image-carousel .owl-item .item {
	height: 400px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.images .product-image-carousel .owl-item .item img {
	width: 100%;
	height: 330px;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
}

div.images .owl-dots {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

div.images .owl-dots .owl-dot {
	height: 3px;
	width: 40px;
	background-color: #8e8e8e;
	border-radius: 0px;
	outline: none;
	box-shadow: none;
}

div.images .owl-dots .owl-dot.active {
	background-color: #fff;
}

div.images .owl-custom-nav {
	position: absolute;
	right: 0;
	bottom: 15px;
	transform: translateY(50%);
	display: flex;
	align-items: center;
	column-gap: 64px;
	z-index: 999;
}

div.images .owl-custom-nav button {
	background: none;
	box-shadow: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
}

div.images .owl-custom-nav button.owl-prev img,
div.images .owl-custom-nav button.owl-next img{
	width: 13px;
}

div.images .owl-custom-nav button.disabled {
	opacity: .4;
}

div.product .container .infos {
	border: 2px solid var(--b);
	border-radius: 40px;
	padding: 40px;
}

.archive-timer {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transform: translateY(-50%);
}

.archive-timer .timer {
	background-color: #464646;
	border-radius: 32px;
	display: flex;
	align-items: center;
	padding: 12px 12px 12px 24px;
	column-gap: 24px;
}

.archive-timer .timer .title {
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-timer .timer .desc {
	font-weight: 400;
	display: block;
	font-size: 14px;
}

.archive-timer .timer .countdown {
	background-color: var(--1);
	color: var(--2);
	border-radius: 50px;
	width: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-weight: 600;
	font-size: 16px;
}

div.product .container .infos .price {
	font-size: 28px;
	color: var(--1);
	font-weight: 600;
	margin: 0 0 8px;
}

div.product .container .infos .iva-info {
	color: #8e8e8e;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--b);
}

.checkbox-wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--b);
	flex: 0 0 100%;
}

.checkbox-wrap label {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.checkbox-wrap label input {
	margin-right: 16px;
	width: 24px;
	height: 24px;
}

.checkbox-wrap label input:checked:after {
	width: 16px;
	height: 16px;
}

.checkbox-wrap label span {
	margin-left: 5px;
}

.gift-wrap-content,
.checkbox-wrap:not(.gift-wrap-block) .desc {
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
	padding-left: 40px;
}

.gift-wrap-content img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	border: 1px solid #464646;
	border-radius: 8px;
	background-color: #fff;
	padding: 4px;
	margin-right: 16px;
}

.checkbox-wrap .desc,
.gift-wrap-content .desc {
	font-size: 14px;
	color: #c7c7c7;
	line-height: normal;
}

.personalizzazione-content {
	margin-top: 16px;
	flex: 0 0 100%;
}

.personalizzazione-content input {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	font-size: 14px;
}

.personalizzazione-content input::placeholder {
	color: #c7c7c7;
}

.shipping-wrap-block .desc img {
	width: 60px;
	margin-right: 20px;
}

div.product .container .infos form.cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	flex-wrap: wrap;
}

div.product .container .infos form.cart::before {
	display: none;
}

.custom-stock-message {
	margin-bottom: 24px;
	color: #fff !important;
	padding: 12px;
	background-color: #464646;
	text-align: center;
	border-radius: 32px;
	font-weight: 600;
	font-size: 16px;
}

.store-notice {
	color: #fff;
	padding: 12px 24px;
	background-color: #464646;
	border-radius: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	column-gap: 24px;
	margin-bottom: 24px;
}

.store-notice svg {
	width: 40px;
	height: 40px;
}

div.product .container .infos form.cart .quantity {
	order: 1;
	display: flex;
	align-items: center;
	column-gap: 24px;
}

div.product .container .infos form.cart .quantity button {
	padding: 0;
	box-shadow: none;
	outline: none;
	margin: 0;
	width: 24px;
	height: 24px;
	display: flex;
	border-radius: 0;
	background: none;
	border: none;
}

div.product .container .infos form.cart .quantity input {
	width: 40px;
	border-radius: 4px;
	border: 1px solid var(--b);
	height: 44px;
	background: #464646;
	color: #fff;
	padding: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	outline: none;
	box-shadow: none;
}

div.product .container .infos form.cart button[type="submit"] {
	height: 52px;
	display: flex;
	align-items: center;
	column-gap: 12px;
	border-radius: 8px;
	background-color: var(--1);
	color: var(--2);
	font-size: 16px;
	font-weight: 600;
	padding: 0 32px;
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	box-shadow: 0 0 0 0 transparent;
}

div.product .container .infos form.cart button[type="submit"] svg {
	width: 22px;
	filter: invert(1);
}

div.product .container .infos form.cart button[type="submit"]:hover {
	box-shadow: 0 0 0 2px var(--1);
}

.product-details {
	margin-top: 160px;
	display: flex;
	column-gap: 60px;
}

.product-details .details {
	flex: 0 0 calc(75% - 30px);
	box-sizing: border-box;
}

.product-details .details > div {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid var(--b);
}

.product-details .details h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 24px;
}

.product-details .details .desc,
.more-info *:not(h3),
.product-details .details .investment p {
	font-size: 18px;
	line-height: 1.73;
}

.product_cat-monete .investment .image-wrap img:not(.bg),
.product_cat-coins .investment .image-wrap img:not(.bg),
.product_cat-coins-en .investment .image-wrap img:not(.bg),
.product_cat-monedas .investment .image-wrap img:not(.bg),
.product_cat-monedas-es .investment .image-wrap img:not(.bg) {
	width: 400px;
	margin-left: 70px;
	margin-top: 40px;
}

.more-info p:not(:last-of-type) {
	margin-bottom: 20px;
}

ul.product-attributes {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 600;
}

ul.product-attributes li {
	margin-bottom: 18px;
}

ul.product-attributes li strong {
	color: #c7c7c7;
	font-weight: 400;
	margin-right: 8px;
}

.investment .image-wrap {
	position: relative;
	width: 100%;
}

.investment .image-wrap img {
	width: 348px;
	max-width: 100%;
}

.product-details .details .investment h3 {
	margin-top: 18px;
}

.product-details .details .investment .primary-btn {
	margin-top: 24px;
}

.investment .image-wrap img.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.product-details .details > div.investment {
	padding-bottom: 0;
	margin: 0;
	border: none;
}

.italdeposito-wrap {
	flex: 0 0 calc(25% - 30px);
	box-sizing: border-box;
}

.italdeposito {
	background-color: #464646;
	border-radius: 16px;
	padding: 56px 56px 32px 32px;
	position: relative;
	position: sticky;
	top: 90px;
}

.italdeposito .icon-bg {
	position: absolute;
	right: -40px;
	top: 32px;
	z-index: 1;
}

.italdeposito .wrap {
	z-index: 2;
	position: relative;
}

.italdeposito .wrap h4 {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
}

.italdeposito .wrap h3 {
	color: var(--1);
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 16px;
}

.italdeposito .wrap p {
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
	margin: 0 0 16px;
}

.italdeposito .wrap ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.italdeposito .wrap ul li {
	display: flex;
	align-items: flex-start;
	margin: 0 0 12px;
	column-gap: 8px;
	font-size: 12px;
	font-weight: 500;
}

.italdeposito .wrap ul li img {
	width: 20px;
}

.italdeposito .openchat {
	display: flex;
	align-items: center;
	column-gap: 8px;
	margin-top: 24px;
	cursor: pointer;
}

.italdeposito .openchat svg {
	width: 22px;
}

.italdeposito .openchat span {
	font-size: 16px;
	font-weight: 500;
	color: var(--1);
	white-space: nowrap;
}

.related-products {
	margin-top: 160px;
}

.related-products h2 {
	margin: 0 0 80px;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
}

.related-products ul.products {
	
	margin-left: -40px;
	margin-right: -40px;
}

.related-products .secondary-btn {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 160px;
	padding-top: 48px;
	margin-top: 48px;
	border-top: 1px solid var(--b);
}

.related-products .secondary-btn a {
	text-decoration: none;
}

.custom-variations-wrapper,
.custom-variations-wrapper * {
	box-sizing: border-box;
}

.custom-variations-wrapper {
	flex: 0 0 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 60px;
	margin-bottom: 24px;
}

.custom-variation-box {
	text-align: center;
	
	cursor: pointer;
}

.custom-variation-box .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin-bottom: 24px;
}

.custom-variation-box .thumb img {
	height: 100%;
	width: auto;
}

.custom-variation-box .attribute {
	background-color: var(--2);
	border: 1px solid #464646;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	height: 56px;
	padding-left: 24px;
	padding-right: 36px;
	margin: 0 auto;
	font-size: 16px;
	color: #8e8e8e;
	font-weight: 600;
}

.custom-variation-box .attribute .radio {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	border: 1px solid #707070;
	background-color: #464646;
	border-radius: 50px;
}

.custom-variation-box.selected .attribute {
	background-color: var(--1);
	border-color: var(--1);
	color: var(--2);
}

.custom-variation-box.selected .attribute .radio {
	border-width: 4px;
	border-color: #464646;
	background-color: #5edd60;
}

.custom-variation-box .price {
	margin: 24px 0 4px !important;
}

.custom-variation-box .tax-info {
	font-size: 14px;
	color: #8e8e8e;
	padding: 0 10px;
}

table.variations,
.single_variation_wrap div.single_variation {
	display: none !important;  
}

.single_variation_wrap {
	padding-top: 40px;
	border-top: 1px solid var(--b);
	flex: 0 0 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
	margin-right: 0;
	margin-left: 80px !important;
}

.box-regalo {
	padding: 24px 0;
	border-top: 1px solid var(--b);
	flex: 0 0 100%;
}

.box-regalo .wrap {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.box-regalo .wrap img {
	width: 64px;
	flex: 0 0 64px;
}

.box-regalo .wrap .title {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 600;
}

.box-regalo .wrap .desc {
	font-size: 14px;
	color: #8e8e8e;
}

div.product.product-type-variable .container .infos .wrap > .price {
	display: none;
}

div.product.product-type-variable .container .infos .wrap h1 {
	margin-bottom: 16px;
	font-size: 40px;
	font-weight: 600;
}

div.product.product-type-variable .container .infos form.cart {
	padding-top: 20px;
	border-top: 1px solid var(--b);
	margin-top: 24px;
}

.regalo-true #main {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.regalo-true #main .container {
	width: 1360px;
	max-width: calc(100% - 120px);
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

.regalo-true .hero-section {
	position: relative;
	padding-bottom: 338px;
	overflow-y: visible;
}

.regalo-true .hero-section .gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
}

.hero-section .wrap {
	width: 50%;
}

.hero-section h1 {
	font-family: var(--ff2);
	line-height: 1.07;
	font-size: 60px;
	font-weight: 500;
	margin: 0 0 24px;
}

.hero-section .landing-desc {
	font-size: 18px;
	line-height: 1.78;
	margin-bottom: 48px;
}

.hero-section .landing-img {
	position: absolute;
	right: -8%;
	top: 0;
	width: 55%;
	max-width: 1300px;
}

.landing-img img {
	transform: rotate(60deg) translateX(19%) translateY(-100%);
	animation: rotateBack 1s forwards;
	width: 100%;
}

@keyframes rotateBack {
	from {
		transform: rotate(60deg) translateX(19%) translateY(-100%)
	}
	to {
		transform:rotate(0deg) translateX(0%) translateY(0%)
	}
}

.regalo-true .archive-timer {
	left: 50%;
	right: auto;
	transform: translateX(-50%) translateY(-50%);
}

.regalo-true div.product {
	padding-top: 190px;
}

.regalo-true div.product .container .infos {
	border: none;
	padding: 0;
	border-radius: 0;
	background: none;
}

.regalo-true div.product .container .infos h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 16px;
}

.regalo-true div.images .owl-custom-nav {
	position: relative;
	bottom: 25px;
	right: 0;
	justify-content: flex-end;;
}

.regalo-true div.images .attributes {
	margin-top: 120px;
}

.regalo-true div.images .attributes h3 {
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 24px;
}

.related-occasioni {
	padding-bottom: 155px;
}

.related-occasioni h2 {
	flex: 0 0 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 80px;
}

.regalo-true .product-details {
	margin-top: 0;
}

.regalo-true .product-details .details {
	flex: 0 0 100%;
	border-top: 1px solid var(--b);
	padding-top: 56px;
	margin-top: 56px;
}

.regalo-true .product-details .details > div {
	padding-bottom: 56px;
	margin-bottom: 56px;
}

.prodotti-regalo {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 100%;
	justify-content: space-between;
	column-gap: 40px;
	padding-bottom: 80px;
	border-bottom: 1px solid var(--b);
	margin-bottom: 80px;
}

.prodotti-regalo .prodotto-regalo {
	flex: 0 0 calc(25% - 30px);
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
}

.prodotti-regalo .prodotto-regalo > img {
	height: 180px;
	width: auto;
	margin-bottom: 40px;
}

.prodotti-regalo .prodotto-regalo h3 {
	color: var(--2);
	font-family: var(--ff2);
	background-color: var(--1);
	border-radius: 8px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 32px;
	font-weight: 600;
	font-size: 28px;
}

.prodotti-regalo .prodotto-regalo .cta-link,
.related-occasioni .cta .cta-link {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.prodotti-regalo .prodotto-regalo .cta-link svg,
.related-occasioni .cta .cta-link svg {
	width: 16px;
}

.related-occasioni .cta {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 100%;
}

@media screen and (max-width: 767px) {
	.content-area #main {
		max-width: 100%;
		padding: 120px 15px 40px;
		box-sizing: border-box;
		margin: 0;
	}
	
	div.product .container div.images {
		flex: 0 0 100%;
	}
	
	div.product .container .images h1 {
		font-size: 28px;
	}
	
	div.product .container .infos {
		flex: 0 0 100%;
		margin-top: 80px;
		border-radius: 16px;
		padding-top: 64px;
	}
	
	.archive-timer {
		width: 100%;
		justify-content: center;
	}
	
	.checkbox-wrap label input {
		flex: 0 0 24px;
	}
	
	.gift-wrap-content, 
	.checkbox-wrap:not(.gift-wrap-block) .desc {
		padding-left: 0;
		margin-top: 18px;
		font-size: 13px;
		line-height: 1.6;
	}
	
	div.product .container .infos form.cart button[type="submit"] {
		width: 100%;
		justify-content: center;
	}
	
	div.product .container .infos form.cart .quantity {
		justify-content: center;
		flex: 0 0 100%;
		order: 0;
		margin-bottom: 18px;
	}
	
	.product-details {
		margin-top: 64px;
		flex-wrap: wrap;
	}
	
	.product-details .details {
		flex: 0 0 100%;
	}
	
	ul.product-attributes {
		font-size: 16px;
	}
	
	.product-details .details > div {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	.product-details .details .desc, .more-info *:not(h3), 
	.product-details .details .investment p {
		font-size: 16px;
	}
	
	.italdeposito-wrap {
		flex: 0 0 100%;
		margin-top: 40px;
		overflow: hidden;
	}
	
	.related-products {
		margin-top: 40px;
	}
	
	.related-products h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	
	.related-products ul.products {
		margin-left: 0;
		margin-right: 0;
		gap: 20px;
	}
	
	.related-products ul li.product {
		flex: 0 0 calc(50% - 10px);
		box-sizing: border-box;
		margin-bottom: 0 !important;
	}
	
	ul.products li.product .title h2.woocommerce-loop-product__title {
		text-align: left;
	}
	
	.related-products .secondary-btn {
		margin-bottom: 0;
	}
	
	div.images .owl-custom-nav {
		column-gap: 40px;
	}
	
	.product_cat-monete .investment .image-wrap img:not(.bg) { 
		margin: 0;
	}
	
	.store-notice {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		background: none;
		padding: 0;
		border-radius: 0;
	}
	
	.store-notice svg {
		width: 30px;
		height: 30px;
		margin-bottom: 12px;
	}
	
	.regalo-true #main .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.hero-section .wrap {
		width: 100%;
	}
	
	.hero-section h1 {
		font-size: 40px;
	}
	
	.hero-section .wrap .primary-btn {
		margin-left: auto;
		margin-right: auto;
		display: table;
		line-height: 52px;
	}
	
	.regalo-true div.product {
		padding-top: 55px;
	}
	
	.regalo-true div.product div.images {
		padding-bottom: 0;
	}
	
	.regalo-true div.images .attributes {
		display: none;
	}
	
	.regalo-true div.product .container .infos {
		margin-top: 64px;
	}
	
	.custom-variations-wrapper {
		padding-left: 0;
		padding-right: 0;
		column-gap: 40px;
	}
	
	.custom-variation-box .attribute {
		width: 100%;
	}
	
	.single_variation_wrap .woocommerce-variation-add-to-cart {
		flex-wrap: wrap;
	}
	
	.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
		margin-left: 0 !important;
	}
	
	.regalo-true div.product .container .infos form.cart button[type="submit"] {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.single_variation_wrap {
		padding-top: 32px;
	}
	
	.regalo-true .product-details .details {
		border-top: 0;
		padding-top: 0;
		margin-top: 80px;
	}
	
	.regalo-true .product-details .details > div {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	.related-occasioni {
		padding-bottom: 24px;
	}
	
	.related-occasioni h2 {
		margin-bottom: 32px;
	}
	
	.prodotti-regalo {
		margin-bottom: 32px;
		padding-bottom: 32px;
	}
	
	.prodotti-regalo .prodotto-regalo {
		flex: 0 0 100%;
		margin-bottom: 80px;
	}
	
	.prodotti-regalo .prodotto-regalo:last-child {
		margin-bottom: 0;
	}
	
	.regalo-true .hero-section {
		overflow: visible;
	}
	
	.regalo-true .hero-section .gradient {
		left: -15px;
		width: 100vw;
		height: 140px;
	}
	
	.hero-section .landing-img {
		top: auto;
		bottom: 20px;
		right: 0;
		width: 100%;
		max-width: 100%;
	}
}