.splide {
width: 100%;
max-height: 200px;
}
.splide a {
color: #FFF;
text-decoration:none;
}
.splide__slide, .elementor-widget-tabs .elementor-tab-desktop-title{
background: #e3af28;
border-radius: 5px;
box-shadow: 5px 5px 5px #cfd4d9; margin: 5px !important;
padding: 5px 10px 3px !important;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
line-height: 1.3;
}
@media screen and (max-width: 1139px) {
.tabs{ width:100%; }
.tabs div > ul{ display:none; }
.tabs .menu ul{ display:block; }
.tabs ul li.selected i.fa-chevron-up{
display:none;
}
.tabs #comboselect-plugin, #comboselect-plugin .icon-description{
font-family:"Roboto", sans-serif;
}
.tabs .combo-btn-select span.icon-combo{
font-size: 23px;
margin-top: 10px;
}
.tabs .combo-btn-select span.icon-description{
font-size: 18px;
margin-top: 6px;
box-sizing:border-box;
}
.tabs .vodiapicker{
display: none; 
}
.tabs #combo-list-menu{
padding: 0px;
margin:0;
height:100%;
font-family:"Roboto", sans-serif;
}
.tabs #combo-list-menu li{
list-style: none;
position:relative;
height:auto;
cursor:pointer;
width:100%;
color:#fff;
}
.tabs #combo-list-menu li a{
padding:15px 0;
display:block;
}
.tabs #combo-list-menu li:hover{
background:#363636;
}
.tabs #combo-list-menu li:hover a{
color:#e3af28;
}
.tabs #combo-list-menu li a{
color:#FFF;
text-decoration: none;;
}
.tabs #combo-list-menu li span{
margin-left: 15px;
font-size:17px;
height: auto;
width: auto;
}
.tabs #combo-list-menu li span.fa-solid{
font-size:26px;
padding-top:9px;
color:#e3af28;
} .tabs .lang-select{
position:relative;
}
.tabs .combo-container{
display: none;
width: 100%;
max-width: 285px;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
border: 1px solid rgba(0,0,0,.15);
border-radius: 5px;
background:#e3af28;
z-index:999;
position:absolute;
}
.tabs .combo-container.cmb-menu{
max-width:100%;
}
.tabs .open{
display: show !important;
}
.tabs .combo-btn-select{
width: 100%;
max-width: 287px;
height: 48px;
border-radius: 5px 0 0 5px;
background-color: #fff;
border: 1px solid #ccc;
cursor:pointer;
position:relative;
}
.tabs .combo-btn-select.combo-fullborder{
border-radius:5px;
}
.tabs .combo-btn-select.combo-fullwidth{
max-width:100%;
background:#363636;
color:#E3B03F
}
.tabs .field.combobox{
margin-bottom:20px;
}
.tabs .combo-btn-select i{
margin-left:10px;
}
.tabs  .combo-btn-select li{
list-style: none;
padding-bottom: 0px;
height:100%;
text-align:left;
}
.tabs .combo-btn-select:hover li{
margin-left: 0px;
}
.tabs  .combo-btn-select:hover{ border: 1px solid transparent;
box-shadow: inset 0 0px 0px 1px #ccc;
}
.tabs .combo-btn-select:focus{
outline:none;
}
.tabs .combo-btn-select li span{
margin-left:9px;
float:left;
}
.tabs .combo-btn-select li span.fa-solid{
font-size: 26px;
padding-top: 7px;
padding-left: 7px;
color:#e3af28;
}
}
@media screen and (min-width: 1140px) {
#comboselect-menu{ display:none; }
.tabs div > ul li{ float:left; }
.tabs div .menu ul{ display:block; }
.tabs{ width:1140px; height:130px; margin: 0 auto; border-bottom:2px solid #e3af28; }
.tabs{
border-bottom:2px solid #e3af28;
height:130px;
}
.clear{ clear:both; }
.tabs div > ul{
width:100%;
padding:0;margin:0;
height:104px;
}
.tabs div > ul li{ 
display:block;
float:left;
margin-right:11px;
width:11.5%; 
height:100%; 
background: #e3af28; 
border-radius: 5px;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
line-height: 1.3;
box-shadow: 5px 5px 5px #cfd4d9;
transition: background-color 500ms ease-out 100ms
}
.tabs div > ul li a{
color:#FFF;
display:block;
width:100%;
height:100%;
font-size:16px;
text-decoration: none;
padding:10px 0 0 11px;
box-sizing: border-box;
}
.tabs div > ul li i.fa-chevron-up{ display:none; }
.tabs div ul li:hover{
background:#d7a72a;
}
.tabs div > ul li.selected{
background:#363636;
border:2px solid #E3B03F;
box-sizing: border-box;
position:relative;
}
.tabs div > ul li.selected a{
color:#E3B03F;
}
.tabs div > ul li.selected i.fa-chevron-up{
display:block;
color:#E3B03F;
font-size:20px;
background: #F2F5F7;
width: 16px;
margin: 15px auto 0;
}
.tabs div > ul li.selected i.fa-chevron-up::before{
margin-left:-2px;
}
.tabs div > ul li.selected:hover{
background:#363636;
}
.tabs div > ul li a i{
margin-bottom:5px;
font-size:25px;
}
}