.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner[type=number] {
  -moz-appearance: textfield;
}

.header-menu .sub-menu .menu-box a{
    left:5px;
}

.header-menu .sub-menu .menu-box{
    width:100px;
    margin: 0px !important;
    display:inline-block;
}

.header-menu .sub-menu{
    width:100px !important;
    min-width:0 !important; 
    text-align:center !important;
}

.header-menu .menu-box .sub-arrow{
    display: none;
}

.header-menu .menu-box{
    margin-left: 4px;
    margin-right: 4px;
}

.header-menu .menu-box a {
    width: 70px;
    height: 70px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
}

.header-menu .menu-box span{
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: break-word;
    max-width: 70px;
    display: block;
}

.header-menu .menu-box i{
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    font-size: 22px;
}

.header-menu .menu-box {
    background-color: #e30613;
}


.header-menu .menu-box.current-menu-item,
.header-menu .menu-box .elementor-item-active {
    background-color: #15308f;
}

.header-menu .menu-box:hover {
    background-color: #15308f;
    transition: 1s;
}

@media screen and (max-width: 1366px){
    .header-menu .sub-menu .menu-box{
        width:4.5rem;
    }
    
    .header-menu .sub-menu{
        width:4.5rem !important;
    }
    
    .header-menu .menu-box a {
        width: 45px;
        height: 45px;
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        cursor: pointer;
        text-align: center;
    }
    
    .header-menu .menu-box span{
        color: #ffffff;
        text-align: center;
        line-height: 1.5;
        font-weight: 700;
        font-size: 8px;
        text-transform: uppercase;
        word-break: normal;
        overflow-wrap: break-word;
        max-width: 70px;
        display: block;
    }
    
    .header-menu .menu-box i{
        color: #ffffff;
        text-align: center;
        line-height: 1.5;
        font-size: 15px;
    }
}