.boxComand {
    float: right;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}
.boxComand form {
    float: right;
    margin-right: 15px;
}
.boxComand span {
    color: #074053;
    padding: 7px 10px 0 0;
    margin-left: 15px;
    float: left;
}
.boxComand p {
    width: 180px;
    float: left;
    padding: 5px 10px!important;
}

.boxProd {
    background-color: #F3F3F3;
    border-bottom: 1px solid #CADB3A;
    cursor: pointer;
    height: 200px;
    float: left;
    margin: 0 60px 26px 0;
    position: relative;
    width: 210px;
}
.boxProd .boxProdImg, .boxProd .boxProdImg div {
    height: 160px;
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 210px;
}
.boxProd .boxProdImg div img {
    /*width: 100%;*/
    max-height: 210px;
    max-height: 140px;
}
.boxProd .boxProdImg {
    text-align: center;
}
.boxProd .boxProdImg div { overflow: hidden; }

.product_name {
    color: #074053;
    display: block;
    font-family: 'open_sansregular', Arial;
    font-size: 12px;
    height: 48px;
    line-height: 16px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

.product_button {
    display: block;
    margin: 0 auto;
    width: 200px;
}
.ico_add_prod {
    background-color: #FBCA26;
    background-image: url('../img/ico_add_product.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FBCA26;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 36px;
}
.text_add_prod {
    background-color: #FFFFFF;
    border: 2px solid #074052;
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: 'open_sansregular', Arial;
    height: 30px;
    width: 200px;
}