/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.yith-wcmcs-shortcode {
    width: 100%;
    max-width: 400px;
    margin: unset !important;
    color: unset !important;
}

.yith-wcmcs-currency-list .yith-wcmcs-selected-currency {
	max-width: unset !important;
	padding: unset !important;
	background: transparent !important;
}

.yith-wcmcs-shortcode-style {
    border: unset !important;
}

.yith-wcmcs-currency-name {
	display: none !important;
}

.yith-wcmcs-currency-list .yith-wcmcs-selected-currency:before {
	right: 9px !important;
    top: 26px !important;
}

.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown {
	min-width: 70px !important;
	left: -30px !important;
}

@media (min-width: 992px) {
	.yith-wcmcs-currency-name {
		display: block !important;
	}
	
	.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown {
		left: 0 !important;
	}
}