.wrapper-about{
    text-align: center;
    padding: 20px 0;
}
.wrapper-about .wrapper-items{
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    }

.wrapper-about .item{
    display: table-cell;
    /*display: inline-block;*/
    vertical-align: top;
    position: relative;
    width: 30%;
    height: 100%;
    font-size: 0;
    padding: 0 5px;
    box-sizing: border-box;
}
.wrapper-about .item:before{
    content:"";
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    border-left: 1px solid #d6d6d6;

}
.wrapper-about div.item:first-child:before{
    border-left: none;
}
.wrapper-about img{
   max-height: 100%;
}
.wrapper-about .cap{
    height: 40px;
    margin-bottom: 7px;
}
.wrapper-about p{
    font-size: 12px;
    color: #a97b2a;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.custom-rating{
    position: relative;
    padding: 36px 40px 26px;
    margin-bottom: 2px;
    background: #f5f3ec;
}
.wrapper-about h3,
.custom-rating h3,
.custom-rating h4,
.wrapper-about .h3,
.custom-rating .h3,
.custom-rating .h4,
.custom-rating li{
    font-weight: normal;
    text-transform: uppercase;
}
.custom-rating h3,
.wrapper-about h3,
.custom-rating .h3,
.wrapper-about .h3{
    text-align: center;
    color: #524739;
    font-size: 16px;
    line-height: 25px;

}
@media screen and (max-width: 1365px){
    .wrapper-about h3,
    .wrapper-about .h3{
        text-align: left;
    }
}

.wrapper-about h3,
.wrapper-about .h3{
    margin-bottom: 15px;
}

.custom-rating .wrapper-hide-button{
    display: inline-block;
    position: absolute;
    width: 400px;
    height: 38px;
    left: 50%;
    top: 100%;
    margin-left: -200px;
    text-align: center;
    z-index: 100;
    border-top: 2px solid transparent;
}
.custom-rating .hide-button,
.custom-rating .add-rating-button,
.custom-rating .create-button{
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 5px;
    padding: 10px 20px;
    background: #fff;
    cursor: pointer;
}
.custom-rating .add-rating-button{

    background: #b28a5a;
    color: #fff;
    font-weight: bold;
}
.custom-rating .add-rating-button:hover{
    background: #cfaf88;
}
.custom-rating .close-rating-button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    background: #b28a5a;
    color: #fff;
    font-size: 26px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}
.custom-rating .close-rating-button:hover{
    background: #cfaf88;
}
.custom-rating .item-header{
    position: relative;
}
.custom-rating .item-header img{
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
}
.custom-rating h4,
.custom-rating .h4{
    display: inline-block;
    margin: 0 0 10px;
    font-size: 16px;
    color: #524739;
    padding: 0 0 0 31px;
}

.custom-rating div.list{
    margin-top: 25px;
}
.custom-rating div.list-item{
    width: 33.3%;
    float: left;
}
.custom-rating li{
    font-size: 11px;
    /*line-height: 13px;*/
    color: #a97b2a;
    padding: 12px 0 12px 31px;
}
.custom-rating label.wrapper-radio{
    position: relative;
    margin: 0 5px 0 0;
    line-height: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.custom-rating label.wrapper-radio:before{
    content:"";
    position: absolute;
    top: 2px;
    left: -30px;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 1px #a97b2a;
    background: #f4ecdd;
    border: 3px solid #f4ecdd;
    border-radius: 100%;
    vertical-align: middle;
}

.custom-rating input.radio-hidden{
    display: none;
}

.custom-rating input[type="radio"]:checked + label.wrapper-radio:before{
    background: #b28a5a;
}

.custom-rating span.qty{
    color: #524739;
}
.custom-rating #form_rating,
.custom-rating span.hide-button,
.custom-rating span.add-rating-button{
    display: none;
}