.tradingview-widget-copyright {
    display: none;
}
.tradingview-widget-container{
    height: auto !important;
}
.red{
    color: #CC0404;
}

.centop.row{
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.centop.row .columns{
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.menu-desk h2{
    font-family: "Quattrocento", serif;
    line-height: 1.5em;
    text-transform: none;
}

.menu-desk .row{
    max-width: 1550px;
}

.login {
    background: darkgreen;
}
.login a {
    font-weight: bold !important;
}


.menu-desk {
    background: #1e222d;
    padding: 0;
}
.menu-desk .row.flexrow {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
}
.columns.medium-3 {
    width: 25%;
}
.columns.medium-6 {
    width: 50%;
}

.menu-desk .elementor-search-form {
    width: 85%;
    float: right;
}

.row.flexrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-desk img {
    max-width: 165px;
}
.menu-desk h2 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.subtitlemen {
    color: #cc0404;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin: 2px 0 0 0;
    font-family: 'Quattrocento', serif;
    text-transform: none;
}

.columns.medium-2 {
    width: 20%;
}
.columns.medium-8 {
    width: 60%;
}
.menu-desk .elementor-search-form__submit {
    min-width: 43px;
    background-color: #CC0404;
}
.menu-desk input[type="search"] {
    padding: 1em !important;
    font-size: 14px;
    font-weight: 300;
}


.row.flexrow ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.row.flexrow li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

#sinistra li a {
    padding: 20px 30px;
    display: inline-block;
}
.row.flexrow ul .sub-menu {
    display: none;
}
#sinistra {
    width: 100%;
    padding: 1em;
}


.fixedesk {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999999999;
    background-color: #1e222d;
}

@media only screen and (min-width: 801px) {
    #sinistra li:hover .sub-menu {
        display: block !important;
        position: absolute;
        left: 0;
        top: 64px;
        width: 150%;
        height: auto;
        background: #1e222d;
        overflow: visible;
        z-index: 1;
    }
    #sinistra li:hover {
        background: #cc0404 !important;
        display: block;
    }
}
#sinistra ul li {
    position: relative;
}
#sinistra li .sub-menu li a {
    display: block;
    width: 100%;
    padding: 1em;
    color: #fff;
}

#sinistra ul li.menu-item-has-children::before {
    transform: rotate(45deg) translate(-50%,0%);
    -webkit-transform: rotate(45deg) translate(-50%,0%);
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    right: 3%;
    position: absolute;
    top: 45%;
}

.menuresp{
    display: none;
}
.elementor-search-form__container {
    position: relative;
}
.elementor-search-form__submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 16px;
    border: none !important;
}
.elementor-search-form__submit svg {
    fill: #fff;
}



.loginbtn svg {
    width: 16px;
    margin-right: 10px;
    fill: #fff;
}
.loginbtn {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
}

.loginbtn:hover{
    color: #fff;
}

.rigalogin .row {
    align-items: flex-end;
    justify-content: end;
    padding: 5px 0 20px;
    position: relative;
}

.df{
    display: flex !important;
}
.user_prod {
    display: none;
    position: absolute;
    width: 400px;
    right: 0;
    top: 100%;
    z-index: 3;
    background: #000;
    text-align: left;
    padding: 1em 2em 2em 2em;
    height: 200px;
    overflow: scroll;
    flex-flow: wrap;
}
.user_prod a {
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.user_prod i {
    color: #fff;
}
.user_prod .orderuno_p {
    opacity: 1;
    order: 1;
}
.user_prod p {
    width: 100%;
    display: block;
}
.user_prod .orderdue_p {
    order: 2;
    opacity: 0.6;
}
.user_prod .orderdue_p i {
    color: red;
}
.user_prod .orderuno_p i {
    color: green;
}

.loginbtn.openmenulogin {
    color: #fff !important;
    cursor: pointer;
}

p.orderdue_p i {
    position: relative !important;
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
	font-size: 14px !important;
}
.user_prod .orderdue_p {
    order: 2;
    opacity: 0.6;
    position: relative;
}

@media only screen and (max-width: 800px){

    .orderdue {
        order: 2;
        width: 40% !important;
        padding: 10px;
    }
	
    .orderuno {
        order: 1;
        width: 100% !important;
    }
    .ordertre {
        order: 3;
        width: 60% !important;
        padding: 5px;
    }
    .menu-desk .rigauno .row.flexrow {
        flex-flow: wrap;
    }
    .menu-desk h2 {
        font-size: 20px;
        margin: 20px auto;
    }
    .columns.medium-3.orderdue img {
        width: 90%;
    }
    .menu-desk .elementor-search-form {
        width: 100%;
    }
    #sinistra {
        display: none;
    }


    .elementor-search-form__container {
        position: relative;
    }
    .elementor-search-form__submit {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        padding: 16px;
        border: none !important;
    }
    .elementor-search-form__submit svg {
        fill: #fff;
    }
    .menuresp {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em 0 1em;
    }
    .menuresp p {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 24px;
        margin: 0;
    }
    .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
        display: none;
        width: 30px;
        fill: #fff;
        margin-left: 10px;
    }
    .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
        width: 30px;
        fill: #fff;
        margin-left: 10px;
    }

    #sinistra.menu_open {
        display: block !important;
        width: 100%;
        height: 400px;
        overflow: scroll;
    }
    .rigadue .row.flexrow {
        flex-flow: wrap;
    }
    #sinistra.menu_open ul {
        display: block;
    }
    #sinistra.menu_open ul li a {
        font-size: 14px;
        padding: 20px 20px;
    }
    #sinistra ul li.menu-item-has-children::before {
        content: none;
    }

    #sinistra li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        background: #333f62;
        margin: 0 20px 0 20px;
        width: 90%;
        display: block !important;
    }

    .dn{
        display: none !important;
    }
    .db{
        display: block !important;
    }

    .rigalogin .row {
        align-items: center;
        justify-content: center;
    }
    .loginbtn.openmenulogin {
        font-size: 14px;
    }
    .loginbtn svg {
        width: 12px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1100px){
    #sinistra li a {
        padding: 20px 20px;
        display: inline-block;
        font-size: 12px;
    }

    .menu-desk h2{
        font-size: 22px;
    }

}

@media only screen and (min-width: 801px) and (max-width: 1399px){
    #sinistra li a {
        padding: 20px 20px;
        display: inline-block;
        font-size: 14px;
    }

    .menu-desk h2{
        font-size: 22px;
    }

}


@media only screen and (min-width: 1400px) and (max-width: 1565px){
    .rigauno, .rigadue, .rigalogin {
        padding-right: 20px;
        padding-left: 20px;
    }
    .menu-desk h2{
        font-size: 20px;
    }

    #sinistra li a {
        padding: 10px 20px;
    }

    .row.flexrow li a{
        font-size: 14px;
    }

    #sinistra li:hover .sub-menu {
        top: 40px;
    }

    .loginbtn{
        font-size: 16px;
    }

}

@media only screen and (min-width: 1150px) and (max-width: 1228px){
    #sinistra li a {
        padding: 20px 15px;
        display: inline-block;
        font-size: 14px;
    }

    #sinistra ul li.menu-item-has-children::before {
        right: 0;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1149px){
    #sinistra li a {
        padding: 20px 15px;
        display: inline-block;
        font-size: 12px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1030px){
    .rigauno, .rigadue, .rigalogin {
        padding-left: 1em;
        padding-right: 1em;
    }
}