﻿.PATH_SecondDIV {
    float: left;
    width: 590px;
    text-align: right;
    padding-bottom: 10px;
}

.PATH_FirstDIV {
    float: left;
    width: 400px;
}

.Ord_Label {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'DINCond-Light';
    font-size: 18px;
    color: #666;
    padding-right: 10px;
}

.SEL_LST_SCONTO {
    width: 125px;
    padding: 2px 0;
    background: transparent;
    -webkit-appearance: none;
    overflow: hidden;
    border: none;
    font-size: 10px;
    line-height: 10px;
    color: #555;
    cursor: pointer;
}

.SEL_CONTAINER_SCONTO {
    float: right;
    width: 103px;
    padding: 0;
    margin: 1px 5px 0 0;
    overflow: hidden;
    background: #F6F6F6 url('/img/select_right.gif') 82px -3px no-repeat;
    border: 1px solid #DDD;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 9px;
    font-family: 'Verdana';
    color: #A0A0A0;
    text-align: left;
}



@media screen and (max-width: 768px) {
    .PATH_SecondDIV {
        float: left;
        width: 100%;
        text-align: right;
        padding-bottom: 10px;        
    }
}
