.t967__top .t967__additionalitem {order:-1;}
.t967__bottom .t-menu__list {justify-content:center;}
.uc-tophead .t967__top {max-width:1200px;margin:0 auto;}

.pricebox {
    font-family: 'Roboto';
}
.pricebox p {
    margin:0 0 10px;
}
.pricebox h2 {
    margin:0 0 15px;
    font-family: 'Roboto';
    font-size:24px;
}
table{
    width: 100%;
  margin: 0 0 20px;
  border-spacing: 0;
  border-collapse: collapse;
  
}
table tr:nth-child(2n+2) {
	background-color: #f2f2f2;
}
table td, table th {
    padding:15px;
    font-size:16px;
    text-align:center;
}
table thead tr {
    background:#ff822e;
    color:#fff;
}

.tablewrap {overflow:auto;width:100%;}

.t-menusub__list-item {
 padding-left:20px;
 background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmODU2MiIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCI+PHBhdGggZD0iTTE2IDEyTDEwIDE4VjZMMTYgMTJaIj48L3BhdGg+PC9zdmc+) 0 0 no-repeat;
}

.uc-submenu ul {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    list-style:none;
    font-family: 'Roboto',Arial,sans-serif;
}

.uc-submenu ul li a {
    display:block;
    color:#fff!important;
    background:#ff8562;
    padding:10px;
    border-radius:15px;
}
