.t-inputpromocode__btn.t-btn.t-btn_md.reverse.modified{
	background-color:  #041F53 !important;
	}
.messageWarnings {
	padding-top : 1em;
	color       : rgb(76, 136, 189);
	transition  : all 0.3s ease-in-out 0s;
	opacity     : 0;
	text-align: justify;
	}
	
.t-radio__wrapper.t-radio__wrapper-delivery label{
    display :block;
    margin-left : -1em;
	padding: .3em 1em .4em;
	border-radius: 1em;
}
	
	

.start-anim{
    	animation: infinite 3s warning ease-in-out;
}
@keyframes warning {
	0% {

		}
	50% {
		background-color : blanchedalmond;
		}
	100% {

		}
	}
	
	
	

.t794__tooltip-menu{
max-width: 500px !important;
}
[role="menu"].t794__list{
max-height: 250px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
column-gap: 1em;
/*justify-content: space-between;*/
}
.t794__list_item{
/*flex: 0 1 30%;*/
}