/****end***/
/****single product page******/

#custom-text-below-price strong{
	padding: 0 5px;
}

/*****END*****/
/*****END*****/
/*****END*****/


#currency-popup {
    position: fixed;
    z-index: 1000;
}

#currency-popup-overlay {
    background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#currency-popup-wrapper {
    left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	position: fixed;
	background-color: #fff;
    width: 90%;
	max-width: 685px;
}

#currency-popup-content {
    position: relative;
    padding: 20px;
}

#currency-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#currency-close::before,
#currency-close::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #565656;
}

#currency-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#currency-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#currency-popup-content h3 {
	font-family: baskerville-urw, serif !important;
	letter-spacing: 0.25px !important;
	font-size: 27px;
	color: #565656;
	line-height: 22px;
	font-weight: 500 !important;
	text-align: center;
	margin-bottom: 15px;
}

#currency-popup-content p {
    font-family: neue-haas-unica !important;
	font-size: 18px !important;
	letter-spacing: .48px !important;
	line-height: 23px !important;
	color: #565656;
	margin-bottom: 20px;
    text-align: center;
}

#selector-wrapper {
    display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

#confirm-currency {
    background-color: #565656;
	border-radius: 8px;
	padding: 10px 20px;
	width: fit-content;
	text-transform: uppercase;
}

#currency-popup-selector {
	background-color: #fff;
	border-radius: 4px;
	color: #565656;
	font-family: neue-haas-unica !important;
	padding: 7px;
}

.currency-selector {
	text-align: left !important;
	margin: 0 !important;
}

.currency-selector .currency {
	font-family: neue-haas-unica !important;
	font-size: 12px;
	width: 49px;
	padding: 4px 2px;
	color: #565656;
	background-color: transparent;
	border-color: #888888;
	border-radius: 4px;
}

.nav-shortcode-item {
	display: none;
	margin-right: 17px; 
}

.menu-item.shortcode-item {
	display: none;
	padding: 0 3px 0 6px;
	margin-bottom: 20px;
}

.nav-shortcode-item.show-currency-select {
	display: block;
}

.currency-selector label {
	display: none;
}

.klarna_col {
	display: flex;
	align-items: center;
	gap: 10px;
}

.klarna_col p {
	margin-bottom: 0 !important;
	text-transform: none;
	font-size: 15px !important;
	line-height: 21px !important;
}


/*** NOT AVAILABLE IN EU ***/

#not-available-message {
	color: #565656;
	background-color: #E8E8E6;
	border: 1px solid #565656;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
	max-width: 600px;
	border-radius: 5px;
}



#not-available-message .fa-triangle-exclamation {
	font-size: 24px;
	font-family: "Font Awesome 6 Free" !important;
}

#not-available-message h5 {
	margin: 0;
	font-size: 19px;
}

body.disabled-in-eu.hide-elements-in-eu.woocommerce .summary.entry-summary button {
	cursor: not-allowed;
	opacity: .5;
}


.custom-sale-tag.disabled-eu-tag {
	color: #565656;
	background-color: #E8E8E6!important;
	display:block!important;
}

body.disabled-in-eu.hide-elements-in-eu .variations_form,
body.disabled-in-eu.hide-elements-in-eu .variations_upsell_section,
body.disabled-in-eu.hide-elements-in-eu .woocommerce-tabs.wc-tabs-wrapper,
body.disabled-in-eu.hide-elements-in-eu .upsell_container,
body.disabled-in-eu.hide-elements-in-eu .variations,
body.disabled-in-eu.hide-elements-in-eu #sticky-bottom-div,
body.disabled-in-eu.hide-elements-in-eu #btgof_promo,
html .disabled-in-eu.hide-elements-in-eu .product-buttons-container .add_to_cart_button.custom_product_link_add_cart,
.disabled-in-eu.hide-elements-in-eu span.price, html .product_cat-all-single-products .disabled-in-eu .other_scents_section , .disabled-in-eu div.product.do-quantity-buttons form.cart , .disabled-in-eu #custom-text-below-price {
	display: none !important;
}

body.disabled-in-eu.hide-elements-in-eu.single-product .woocommerce-product-details__short-description {
	margin-top: 20px !important;
}

/*** END ***/

@media screen and (min-width: 992px) {
	.main-cart-content .klarna_col {
		align-items: end;
	}
}

@media only screen and (max-width: 959px) {
	.menu-item.shortcode-item.show-currency-select {
		display: block;
	}

	.nav-shortcode-item.show-currency-select {
		display: none;
	}

	.menu-item.shortcode-item .custom-dropdown .dropdown-options {
		position: static;
		overflow: visible;
		pointer-events: all;
	}
}

@media only screen and (max-width: 760px) {
	.page-id-308 .klarna_col {
		margin: 20px 0 0;
	}
}

@media only screen and (max-width: 620px) {
	.klarna_col {
		margin: 20px 0;
	}
}


@media screen and (max-width: 768px) {
	#currency-popup-content p,
	#confirm-currency,
	#currency-popup-selector {
		font-size: 16px !important;
	}

	#currency-popup-content {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 360px) {
	#confirm-currency {
		padding: 10px;
	}
}



/***** NEW DROPDOWN *****/

.currency-selector {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: auto;
}

.custom-dropdown .selected-option {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #fff;
}
.selected-option::after {
    margin-left: 5px;
	margin-bottom: 2px;
	content: "";
	transform: rotate(-45deg);
	width: 8px;
	height: 8px;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #868686;
}

.custom-dropdown .selected-option img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.custom-dropdown span {
	display:none;
	font-size: 13px !important;
	letter-spacing: .48px !important;
	line-height: 20px !important;
	color: #565656;
}

.custom-dropdown .dropdown-options {
    display: none;
visibility: visible !important;
    opacity: 1 !important;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    margin-top: 5px;
    padding: 0;
	z-index: 999;
}

.custom-dropdown .dropdown-options li {
    padding: 4px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    justify-content: center;
	gap: 6px;
}

.custom-dropdown .dropdown-options li:hover {
    background-color: #f0f0f0;
}

.custom-dropdown .dropdown-options svg {
    margin-right: 8px;
}

.custom-dropdown .selected-option:hover {
    background-color: #f7f7f7;
}

.custom-dropdown .dropdown-options.show {
    display: block;
}