@charset "utf-8";
/* CSS Document */

#product {
    width: 100%;
    margin: 0px;
    background: #fff;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
}
#header-product{width:100%; height:auto; float:left; margin:7px 0px}
#header-product img{width:100%; height:200px}
#product .item-productHomes{ padding:5px 0px;  }
#left-product{width:77%; height:auto; float:left; margin:0px}
#product .item-productHomes .itemProduct{width:25%}
#product .item-productHomes   .large{ width:50% }
.sidebar-sort{width:auto; height:auto; float:right; margin:0px; padding:5px; line-height:20px; border-bottom:1px solid #ddd;}
.sidebar-sort span{ font-size:12px; color:#666; display:inline-block; margin-right:15px}
.sidebar-sort label{display:inline-block; font-size:14px; margin:0px 5px}
#product #title{ border:none}
#right-product{width:281.6px; height:auto; float:right; margin:0px; border:1px solid #ddd; padding:5px 10px; background:#fff}
 
.item-sort{width:100%; height:auto; float:left; margin:5px 0px; padding-bottom:10px;border-bottom:1px solid #ddd;}
.content-item-sort{width:100%; height:auto; float:left; margin:0px}
.item-sort .name{color:#000;     font-weight: normal;
    font-family: OpenSans-bold;
    text-transform: uppercase; display:block; margin-bottom:15px; font-weight:bold}
.item-sort:last-child{border:none}
#right-product .half label{width:50% !important; display:inherit; float:left }

.f-soft{  /* To fix main menu container */
    z-index: 2;
    position: fixed;
     top: 0; width:270px !important;
  
}
.view-all{width:100%; height:auto; float:left; margin:10px 0px; text-align:center}
.view-all a{display:inline-block;
     font-size: 14px;
    color: #60bb46;
    border: 1px solid #60bb46;
    text-align: center;
    border-radius: 4px;
    margin: 10px auto;
    width: auto; padding:8px 10px;
    background: #fff; text-align:center}
.view-all a:hover{background:#60bb46; color:#fff !important}
#content-product{width:100%; height:auto; float:left; margin:10px 0px; color:#676767; border:1px solid #ddd; padding:10px}
.item-productHomes .title {
    width: auto;
    height: auto;
    float: left; margin-right:10px;
    padding: 5px 0px
}
    .item-productHomes .title h2{margin:0px; font-style:normal; font-weight:normal}
    .item-productHomes .title a {
        font-size: 16px;
        color: #007934;
        margin: 5px 5px 5px 0px;
        font-weight: normal;
        font-family: OpenSans-bold;
        text-transform: uppercase;
        float: left;
    }
.content-ItemProductHomes{width:100%; height:auto; float:left; margin:10px 0px}