.codice-quick-buy {
	width: 100%;
	margin-top: 14px;
}

.codice-variations-area {
	margin-bottom: 18px;
}

.codice-variation-group {
	margin-bottom: 18px;
}

.codice-variation-label {
	font-size: 15px;
	font-weight: 600;
	color: #b19478;
	margin-bottom: 12px;
}

.codice-hidden-variation-select {
	display: none !important;
}

.codice-variation-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.codice-variation-option {
	width: 31px;
	height: 31px;
	min-width: 31px;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff !important;
	border: 1px solid #cfcfcf !important;
	color: #333333 !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	cursor: pointer;
	transition: 0.2s ease;
}

.codice-variation-option:hover {
	border-color: #b19478 !important;
	color: #b19478 !important;
}

.codice-variation-option.is-selected {
	background: #ffffff !important;
	border-color: #b19478 !important;
	color: #b19478 !important;
}

.codice-buy-area {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 24px;
}

.codice-quantity-box {
	width: 126px;
	height: 49px;
	flex: 0 0 126px;
	border: 1px solid #cfcfcf;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.codice-quantity-box.is-hidden {
	display: none !important;
}

.codice-qty-btn {
	width: 39px;
	height: 47px;
	border: none !important;
	background: transparent !important;
	color: #222222 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	border-radius: 0 !important;
}

.codice-qty-btn:hover {
	color: #b19478 !important;
	background: transparent !important;
}

.codice-quantity-input {
	width: 44px !important;
	height: 47px !important;
	border: none !important;
	background: transparent !important;
	color: #333333 !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	-moz-appearance: textfield;
}

.codice-quantity-input::-webkit-outer-spin-button,
.codice-quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.codice-buy-button {
	width: 307px !important;
	max-width: 307px !important;
	height: 49px !important;
	min-height: 49px !important;
	padding: 0 24px !important;
	border: 1px solid #b19478 !important;
	background-color: #b19478 !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	margin: 0 !important;
	transition: 0.25s ease;
	cursor: pointer;
}

.codice-buy-button:after {
	content: '\e800';
	font-family: "jws_icon";
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
	margin-left: 10px;
	transition: .3s all;
	display: inline-block;
	transform: translateY(1px);
}

.codice-buy-button:hover {
	background-color: #9d7f63 !important;
	border-color: #9d7f63 !important;
	color: #ffffff !important;
}

.codice-buy-button:hover:after {
	transform: translateY(1px) translateX(2px);
}

.codice-buy-button:disabled,
.codice-buy-button.is-disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.codice-buy-button.is-loading {
	opacity: 0.75;
	cursor: wait;
}

.codice-wishlist-button {
	width: 49px;
	height: 49px;
	flex: 0 0 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.codice-wishlist-button .yith-wcwl-add-to-wishlist {
	margin: 0 !important;
}

.codice-wishlist-button a,
.codice-fake-wishlist,
.codice-wishlist-button .yith-wcwl-add-button a,
.codice-wishlist-button .yith-wcwl-wishlistexistsbrowse a,
.codice-wishlist-button .yith-wcwl-wishlistaddedbrowse a {
	width: 49px !important;
	height: 49px !important;
	min-width: 49px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	color: #b19478 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	font-size: 22px !important;
	line-height: 1 !important;
	border-radius: 0 !important;
	transition: 0.2s ease;
}

.codice-wishlist-button a:hover,
.codice-fake-wishlist:hover {
	color: #9d7f63 !important;
	background: transparent !important;
}

.codice-wishlist-button .feedback,
.codice-wishlist-button .yith-wcwl-icon,
.codice-wishlist-button img {
	display: none !important;
}

.codice-wishlist-button .yith-wcwl-add-button a::before,
.codice-wishlist-button .yith-wcwl-wishlistexistsbrowse a::before,
.codice-wishlist-button .yith-wcwl-wishlistaddedbrowse a::before {
	content: '\e800';
        font-family: "jws_icon";
        font-size: 17px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
}

.codice-wishlist-button .yith-wcwl-wishlistexistsbrowse a::before,
.codice-wishlist-button .yith-wcwl-wishlistaddedbrowse a::before {
	content: '\e800';
        font-family: "jws_icon";
        font-size: 17px;
}

.codice-fake-wishlist {
	cursor: pointer;
}

.codice-quick-buy-message {
	min-height: 18px;
	margin-top: -12px;
	font-size: 13px;
	color: #b19478;
}

@media (max-width: 767px) {
	.codice-buy-area {
		gap: 8px;
	}

	.codice-buy-button {
		width: 100% !important;
		max-width: none !important;
		flex: 1;
	}

	.codice-wishlist-button {
		flex: 0 0 49px;
	}

	.codice-quantity-box {
		width: 112px;
		flex: 0 0 112px;
	}
}