/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.avn-delivery-country-topbar-wrapper {
	display: none;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	transition: all .5s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	background-color:rgb(227, 0, 45);
	font-size: 90%;
}

.avn-delivery-country-topbar-container {
	margin: 0 auto;
	
	position: relative;
	text-align: center;
	padding: 3px 5px 4px 5px;
}

.avn-delivery-country-topbar-content {
	list-style: none;
	margin: 0;
	padding: 0;
}

.avn-delivery-country-topbar-item {
	display: inline-block;
	margin: 0 5px;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-weight: bolder;
}

.avn-delivery-country-topbar-item .form-row .select2-container {
	margin-bottom: 0px;
	margin-top: -3px;
	min-width: 160px;
}

#avn-delivery-country-confirm {
	color: #fff;
	background: #373737;
	margin-bottom: 0px;
	line-height: 1;
}

#avn-delivery-country-confirm:hover {
	background: #111;
}


.avn-delivery-country-topbar-item-select {

}

.avn-delivery-country-topbar-item .form-row {
	margin-bottom: 0;
}

.avn-delivery-country-block-wrapper {

}

.avn-delivery-country-block-container {
	margin: 0;
	padding: 5px 0;
}

.avn-delivery-country-block-content {
	list-style: none;
	margin: 0;
	padding: 0;
}

.avn-delivery-country-block-content h2 {
	display:none;
}

.avn-delivery-country-block-item {
	list-style: none;
	display: block;
	margin: 5px 0;
}


.avn-delivery-country-overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	transition: all .25s ease-in-out;
	background: no-repeat center/2vmin url('../img/loading.gif'), rgba(255,255,255,.75);
}

#avn-delivery-country {
    max-width: 66%;
}

.avn-language-switch-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    max-width: 500px;
    width: 90%;
}

.avn-language-switch-logo {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 1rem;
}

.avn-language-switch-content {
	text-align: center;
}

.avn-language-switch-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 10px;
}

.avn-language-switch-buttons .button{
	line-height: 1.5em;
	width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid var(--fs-color-primary);
    background: transparent;
    color: var(--fs-color-primary);
    padding: 0.25rem 0.75rem;
}

.avn-language-switch-buttons .button:hover {
    background: var(--fs-color-primary);
    color: #fff;
}

@media only screen and (max-width: 767px) {
	li.avn-delivery-country-topbar-item:first-child {
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 549px) {
	.avn-language-switch-buttons {
		flex-wrap: wrap;
	}
	.avn-language-switch-buttons .button {
		width: 100%;
	}
}