
.footer .store-switcher {
	display: inline-block;
    padding: 10px 10px;
    border: 1px solid #ffffff;
    border-radius: 7px;
	font-family: Inter;
}

.footer .store-switcher-heading{
	text-transform: uppercase;
	font: 600 16px/20px Inter;
	padding-left: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.footer .store-switcher.cdz-dropdown .cdz-trigger{
	min-width: 188px;
    display: inline-block;
}

.footer .store-switcher.cdz-dropdown .cdz-dropdown-content{
    background: #000;
    border-color: #e1e1e1;
	min-width: auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
}

.footer .store-switcher.cdz-dropdown .cdz-dropdown-content li:not(:last-child){
	margin-bottom: 10px;
}

.footer .store-switcher.cdz-dropdown a,
.footer .store-switcher.cdz-dropdown a:focus,
.footer .store-switcher.cdz-dropdown a:visited
{
	color: #ffffff;
}

.footer .store-switcher.cdz-dropdown a:hover{
	color: #bfbfbf
}

.footer .store-switcher .lang-flag img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}
