.pd_saler{
    display: none;
}
.right_box .pd_policy{
    display: none;
}
.col-sm-5.col-xs-5.left_box{
    width: 100%!important;
}
.productChilds{
    padding: 0;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.productChilds li:last-child{
    float: none;
}
.productChilds li{
    font-size: 15px;
    padding-top: 0;
    vertical-align: top;
    overflow: hidden;
    float: left;
    position: relative;
    width: 48%;
    cursor: pointer;
    border: 2px solid #bcbcbc;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.productChilds li a{
    padding: 5px;
    cursor: pointer;
    width: 100%;
    display: block;
    height: 50px;
    overflow: hidden;
}
.productChilds li.active{
    border: 2px solid #af0000;
    background: #fff1f1;
}
.productChilds li span{
    padding: 0 5px;
    display: block;
    color: #c63829;
    font-weight: 700;
    margin: 0;
}
.productChilds li:hover{
    border: 2px solid #ff9300;
}
.product_type_name{
    display: block;
    padding: 10px 5px 5px 5px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.pd_policy{
    padding-bottom: 5px;
}
.sale{
    background: #00a651;
    color: white;
}
.fixedItem.shoppe {
    display: none!important;
}
.fixedItem.cart{
    display: none!important;
}
.fix-conten{
    bottom: 85px!important;
}
body .fb_dialog_advanced{
    right: 2px!important;
}
.social_fb{
    display: none!important;
}

.news-search #frm_search_head button {
    position: unset;
    float: left;
    width: 40%;
    height: 39px;
}

.news-search #frm_search_head i {
    top: 12px;
    left: 22px;
}

.news-search #frm_search_head input {
    float: left;
    width: 60%;
    padding-left: 25px;
    border: 1px solid #00a651;
    height: 39px;
}

.news-search {
    margin-bottom: 65px;
}

.mobile-search-news #frm_search_head input {
    padding: 6px 12px;
    padding-left: 40px;
    height: 35px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #00a651;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding-right: 110px;
}

.mobile-search-news {
    display: none;
}

@media (max-width: 767px) {
    .mobile-search-news {
        display: block;
    }
}