.steaker-open-now-cont{
	
    border: 2px solid white;
    padding: 1.15em 1.3em;
    background-color: #23060C;
	margin-left:20px;
	margin-top:20px;
}
#steaker-open-now-msg{
	
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 700;
	font-family: 'Cinzel Decorative';
    font-size: 20px;
}
#steaker-open-now-msg .opentimes{
	
    font-size: 15px;
    font-weight: 400;
	font-family:'Lora';
}
/**
** Sumup
*/
.wpb_raw_code{
	margin-bottom:0!important;
}
.zo-sumup-cont{
	display:flex;
	align-items:center;
	justify-content:space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.zo-sumup-seperator{
	width:16px;
	height:16px;
	transform:rotate(45deg);
	display:block;
}

.zo-sumup-seperator:nth-of-type(3n){
	background-color:#467162;
}
.zo-sumup-seperator:nth-of-type(3n + 1){
	background-color:#a01b36;
}
.zo-sumup-seperator:nth-of-type(3n + 2){
	background-color:#efb323;
}
@media screen and (max-width:768px){
	.zo-sumup-cont{
		justify-content:center;
	
	}
}