@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url(fonts/RobotoCondensed-Regular.ttf);
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.ttf');
}

.onePro > ul, .onePro img, .onePro .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.onePro > ul > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 15;
    background: rgba(0,0,0,.5);
    color: #333;
    padding: 7px 5px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.onePro:hover > ul > span, .devices .onePro > ul > span { opacity: 1; visibility: visible; bottom: 0;}
.onePro > ul > span * {
    color: #fff;
    display: table;
    vertical-align: middle;
    margin: 2px auto;
    text-transform: uppercase;
    font-size: 13px;
}
.onePro > ul > span a:hover { color: #ffbe00;}


.onePro > a {
    display: table-cell;
    vertical-align: middle;
    width: 400px;
    height: 30px;
    padding: 10px 10px 12px 10px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #3f3f3f;
    font: 15px 'Roboto-Light';
    text-decoration: none;
    text-transform: uppercase;
}
.onePro > b {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    line-height: 10px;
    padding: 10px 10px 15px 10px;
    background: #fff;
}


.onePro:hover > a {
    background: #951184;
    color: #fff;

}
.onePro .sale, .onePro .new, .onePro .topseller {
    position:absolute;
    top:0;
    left:0;
    width:98px;
    height:97px;
    background:url(../img/sale.png) no-repeat left top;
    z-index: 9999;
}
.onePro .topseller { display: none;}
.onePro .sub {
    font-weight: normal;
}
.onePro > ul > span sub {
    font-size: 12px;
    position: relative;
}
.onePro > ul > span sub:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: #fff;
    background: rgba(255,255,255,.7);
}
/**/

._namepr-detail{
    color: #333333; 
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
._desprdt{
    font: 18px 'Roboto-Regular'!important;
    line-height: 25px;
    margin-bottom: 10px;
}