
.whb-column form.woocommerce-currency-switcher-form .dd-options {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 380;
	margin: 15px 0 0;
	background-color: #fff;
	background-position: bottom right;
	background-clip: border-box;
	background-repeat: no-repeat;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.19, 1, .22, 1), visibility .4s cubic-bezier(.19, 1, .22, 1), transform .4s cubic-bezier(.19, 1, .22, 1);
	transform: translateY(15px) translateZ(0);
	pointer-events: none;
	display: block !important;
	visibility: hidden;
	overflow: visible;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	width: 140px !important;
	height: auto !important;
	border-radius: 0;
	opacity: 0;
	transition: all .2s ease;
}

.whb-column form.woocommerce-currency-switcher-form .dd-options:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 15px;
}

.whb-column form.woocommerce-currency-switcher-form:hover .dd-options {
	visibility: visible;
	opacity: 1;
	transform: none;
	pointer-events: visible;
	pointer-events: unset;
	visibility: visible;
	opacity: 1;
}

form.woocommerce-currency-switcher-form label {
	margin-bottom: 0;
	line-height: inherit !important;
	cursor: pointer;
}

form.woocommerce-currency-switcher-form small {
	margin-top: 5px;
}

form.woocommerce-currency-switcher-form label, form.woocommerce-currency-switcher-form small {
	overflow: hidden;
	margin-right: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

form.woocommerce-currency-switcher-form a.dd-selected, form.woocommerce-currency-switcher-form a.dd-option {
	position: relative;
	padding: 10px 15px;
}

form.woocommerce-currency-switcher-form .dd-select, form.woocommerce-currency-switcher-form .dd-options {
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
}

form.woocommerce-currency-switcher-form .dd-select {
	background-color: transparent !important;
}

form.woocommerce-currency-switcher-form .dd-options {
	box-shadow: none;
	margin-top: calc(-1 * var(--wd-form-brd-width));
}

form.woocommerce-currency-switcher-form .dd-options li {
	margin-bottom: 0;
}

form.woocommerce-currency-switcher-form .dd-options li a {
	border-style: solid;
	border-color: var(--wd-form-brd-color);
	border-bottom-width: var(--wd-form-brd-width);
}

form.woocommerce-currency-switcher-form .dd-options li:last-child a {
	border-bottom: none;
}

form.woocommerce-currency-switcher-form .dd-selected-image, form.woocommerce-currency-switcher-form .dd-option-image {
	position: absolute;
	top: 50%;
	float: none;
	max-width: 30px;
	transform: translateY(-50%);
}

form.woocommerce-currency-switcher-form .dd-image-right {
	right: 30px;
	margin: 0;
}

form.woocommerce-currency-switcher-form .dd-pointer-down {
	border-top-color: #808080 !important;
}

form.woocommerce-currency-switcher-form .dd-pointer-up.dd-pointer-down {
	border-top-color: transparent !important;
	border-bottom-color: #808080 !important;
}

.global-color-scheme-light form.woocommerce-currency-switcher-form .dd-options, .global-color-scheme-light form.woocommerce-currency-switcher-form .dd-option {
	background-color: #101010;
}

.global-color-scheme-light form.woocommerce-currency-switcher-form .dd-option:hover {
	background-color: rgba(255, 255, 255, .08);
}

.form-style-underlined form.woocommerce-currency-switcher-form .dd-select, .form-style-underlined form.woocommerce-currency-switcher-form .dd-options {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0;
}

.form-style-underlined form.woocommerce-currency-switcher-form label {
	font-weight: 400;
}

.whb-column form.woocommerce-currency-switcher-form {
	position: relative;
}

.whb-column form.woocommerce-currency-switcher-form label {
	overflow: visible;
	margin-right: 0;
	cursor: pointer;
}

.whb-column form.woocommerce-currency-switcher-form select {
	position: relative;
	z-index: 2;
	border-width: 0;
	border-radius: 0;
	background-image: none;
	color: #474747;
}

.whb-column form.woocommerce-currency-switcher-form select.nitro-lazy {
	background-image: none !important;
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 0;
	height: 40px;
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected label {
	color: inherit;
	font-size: inherit;
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected>label {
	position: relative;
	padding-right: 15px;
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected>label:after {
	position: absolute;
	top: 50%;
	right: 2px;
	color: #bbb;
	font-weight: 600;
	font-size: 50%;
	transform: translateY(-50%);
	content: "";
	font-family: "woodmart-font";
}

.whb-column form.woocommerce-currency-switcher-form select, .whb-column form.woocommerce-currency-switcher-form .dd-selected {
	padding-right: 25px;
	padding-left: 10px;
	border-style: solid;
	color: #474747;
	letter-spacing: .2px;
	font-size: 12px;
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected-description, .whb-column form.woocommerce-currency-switcher-form .dd-option-description {
	display: none;
}

.whb-column form.woocommerce-currency-switcher-form img, .whb-column form.woocommerce-currency-switcher-form .dd-image-right {
	display: none;
}

.whb-top-bar .whb-column form.woocommerce-currency-switcher-form .dd-options {
	margin-top: 0;
}

.whb-general-header .whb-column form.woocommerce-currency-switcher-form .dd-options {
	margin-top: 15px;
}

.whb-header-bottom .whb-column form.woocommerce-currency-switcher-form .dd-options {
	margin-top: 6px;
}

.whb-column form.woocommerce-currency-switcher-form .dd-option {
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	border-bottom: 0;
}

.whb-column form.woocommerce-currency-switcher-form .dd-option:hover .dd-option-text {
	color: #9d9d9d;
}

.whb-column form.woocommerce-currency-switcher-form .dd-option-text {
	color: #848484;
	font-size: 14px;
	transition: color .25s ease;
}

.whb-column form.woocommerce-currency-switcher-form .dd-select, .whb-column form.woocommerce-currency-switcher-form .dd-options {
	border: none;
}

.whb-column form.woocommerce-currency-switcher-form .dd-pointer {
	display: none;
}

.whb-column form.woocommerce-currency-switcher-form:hover .dd-selected {
	color: var(--wd-primary-color);
}

.global-color-scheme-light .whb-column form.woocommerce-currency-switcher-form select {
	border-color: rgba(129, 129, 129, .2);
}

.global-color-scheme-light .whb-column form.woocommerce-currency-switcher-form .dd-option label {
	color: rgba(255, 255, 255, .8);
}

.global-color-scheme-light .whb-column form.woocommerce-currency-switcher-form .dd-option:hover {
	background-color: transparent;
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form .dd-selected, .whb-color-light .whb-column form.woocommerce-currency-switcher-form select {
	border-color: rgba(255, 255, 255, .25);
	color: #fff;
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form .dd-selected label:after, .whb-color-light .whb-column form.woocommerce-currency-switcher-form select label:after {
	color: rgba(255, 255, 255, .6);
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form:after {
	color: rgba(255, 255, 255, .6);
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form:hover .dd-selected {
	color: rgba(255, 255, 255, .8);
}

.whb-header form.woocommerce-currency-switcher-form select, .whb-header form.woocommerce-currency-switcher-form .dd-selected {
	padding-right: 0;
	padding-left: 0;
}

.whb-header form.woocommerce-currency-switcher-form .dd-options {
	left: -10px;
}

.whb-header form.woocommerce-currency-switcher-form:after {
	right: 0;
}

.whb-header .whb-col-right form.woocommerce-currency-switcher-form .dd-options {
	right: -10px;
	left: auto;
}

.whb-header .whb-general-header form.woocommerce-currency-switcher-form select, .whb-header .whb-general-header form.woocommerce-currency-switcher-form .dd-selected {
	height: 40px;
}

.whb-header .whb-general-header form.woocommerce-currency-switcher-form .dd-options {
	margin: 15px 0 0 !important;
}

.whb-header .whb-general-header form.woocommerce-currency-switcher-form .dd-options:after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	bottom: 100%;
	left: 0;
	width: auto;
	height: 15px;
}

.whb-header .whb-row:not(.whb-top-bar) form.woocommerce-currency-switcher-form .dd-selected label {
	font-weight: 600;
}

.whb-header .whb-row:not(.whb-top-bar) form.woocommerce-currency-switcher-form select, .whb-header .whb-row:not(.whb-top-bar) form.woocommerce-currency-switcher-form .dd-selected {
	font-weight: 600;
	font-size: 13px;
}
