.listBestSellerProduct{
    display: flex;
    flex-wrap: wrap;
}
.contentProduct,
.bestSellerProduct{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}
.midProductWrapp{
    margin-top: 20px;
    /*background: #ebebeb;*/
    padding: 15px 0;
}
.bestSellerProduct h3{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.btnViewMore{
    margin: 12px 0;
    text-align: center;
}
.btnViewMore a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 18px;
}
.hook-reviews .starbap-prev-badgetext {
    padding-left: 6px;
    display: inline-block;
}
.starbap-review-widget {
    padding: 15px;
}
.starbap-review-widget .starbap-subtab {
    border-bottom: none;
}
.starbap-review-widget .starbap-subtab .starbap-subtab__name.starbap--active {
    color: #000;
}
.starbap-review-widget .starbap-histogram {
    border-left: none;
    margin-right: 0;
}
.starbap-review-widget .starbap-rev-widg {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 15px 40px;
    border-radius: 4px;
}
.starbap-review-widget .starbap-ask-question-btn {
    margin-bottom: 5px;
}
.reviewWrapper{
    display: flex;
    flex-wrap: wrap;
}
.starbap-rev-widg__summary {
    text-align: center;
}
.starbap-rev-total-title{
    font-size: 18px;
}
.starbap-rev-widg__summary .starbap-rev-total-point {
    text-align: center;
    font-size: 50px;
    color: #fe302e;
    font-weight: 700;
}
.starbap-rev-widg__summary-text{
    color: grey;
}
.product-view-vote-percent {
    padding: 0 16px;
}
.starbap-histogram__star {
    display: inline-block;
    vertical-align: middle;
}
.starbap-review-widget .starbap-write-rev-link,
.voteBottom .btn-user-vote,
.rate-more button{
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #fe302e;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    width: auto;
    font-weight: 600;
    cursor: pointer;
    border-color: transparent;
}
.starbap-form-wrapper{
    margin-top: 16px;
    border-top: 1px solid #eee;
}
.starbap-form__email-fieldset, .starbap-form__name-fieldset, .starbap-form__phone-fieldset {
    display: inline-block;
    width: 32.33333%;
    max-width: 300px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.starbap-widget label {
    display: block;
    width: 100%;
    margin: 20px 0 5px 0;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
}
.starbap-widget input:not([type=submit]) {
    width: 100%;
    min-height: 2em;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 5px;
}
.starbap-widget textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    min-height: 60px;
}
.starbap-widget .starbap-submit-rev {
    cursor: pointer;
    margin-top: 0;
    font-weight: 500;
    font-size: 13px;
    height: 40px;
    background: #fdd22f;
    border: 0;
    color: #4a4a4a;
    width: 150px;
    float: right;
}
#userVoteView {
    margin: 0;
}
#userVoteView i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
#userVoteView i.active{
    color: #ff912c;
}
#userVoteView i.voteHover{
    color: #ffcc36;
}
.voteBottom{
    text-align: right;
    margin-top: 20px;
}
.starbap-subtab {
    padding-top: 12px;
}

.starbap-subtab__name.starbap--active {
    border-bottom: 3px solid currentColor;
    font-weight: 700;
}
.starbap-subtab__name {
    display: inline-block;
    padding: 8px 0;
    margin-right: 16px;
    line-height: 1;
    cursor: pointer;
}
.starbap-subtab__name .starbap-subtab__count {
    background: #eee;
    padding: 2px 5px;
    margin-left: 10px;
}
.starbap-rev {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 16px;
}
.starbap-rev__header {
    margin: 5px 0 10px 0;
}
.starbap-rev__icon {
    background-color: #e9e9e9;
}
.starbap-rev__icon {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: 700;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    color: #666;
    background-color: #e9e9e9;
    overflow: inherit;
}
.starbap-rev .starbap-rev__icon i {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #31d038;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 15px;
    border: 1px solid #fff;
    color: #fff;
}
.starbap-rev__buyer-badge {
    font-size: 11px;
    color: #fff;
    background-color: #31d038;
    font-weight: 500;
    padding: 3px;
}
.starbap-rev__author-wrapper {
    font-weight: 700;
}
.starbap-rev__timestamp {
    opacity: .35;
    margin-left: 4px;
}
.starbap-rev-widg__reviews{
    overflow: hidden;
}
.starbap-rev-widg__reviews.closed{
    max-height: 460px;
}
.starbap-rev-widg__reviews.comment-fill{
    max-height: unset;
}
.rate-more{
    display: none;
    text-align: center;
}

.rate-more.open{
    display: block;
}
.product-view-vote-percent-list {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}
.product-view-vote-percent-star {
    line-height: 1.5;
    color: rgb(83, 83, 83);
    white-space: nowrap;
    font-size: 14px;
}
.product-view-vote-percent-bar {
    background: #ececec;
    display: inline-block;
    border-radius: 20px;
    font-size: 0;
    height: 12px;
    width: 250px;
    margin: 0 5px;
}
.product-view-vote-percent-star span{
    font-size: 18px;
}
.starbap-histogram__frequency{
    color: grey;
    font-size: 16px;
}
.product-view-vote-percent-bar span {
    background: green;
    display: inline-block;
    height: 100%;
    border-radius: 20px
}
.starbap-histogram__percentage{
    display: none;
}
.starbap-rev-widg__title{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}
.starbap-star>i.fa {
    color: #f4b301 !important;
}
.starbap-star.starbap--off>i.fa.fa-star:before {
    content: '\f006';
}
.voteView1 .star-1,
.voteView2 .star-1,
.voteView2 .star-2,
.voteView3 .star-1,
.voteView3 .star-2,
.voteView3 .star-3,
.voteView4 .star-1,
.voteView4 .star-2,
.voteView4 .star-3,
.voteView4 .star-4,
.voteView5 i{
    color: #f4b301 !important;
}
.btnReview{
    text-align: center;
}
.btnReview .titleBtnReview{
    color: gray;
    margin-bottom: 10px;
}
.nameRater{
    color: #fff;
}
.suggestProductWrapp .backgroundBox{
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}
.suggestProductWrapp .heading-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.suggestProductWrapp .heading-title h2{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.suggestProductWrapp .heading-title .viewMore{
    font-size: 18px;
    color: #000;
}
.productSuggest{
    padding: 0 30px;
}
.productSuggest .pro-loop{
    padding: 0;
}
.productSuggest .pro-loop .product-block{
    border: none;
}
.productSuggest.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 50px;
    z-index: 99;
}
.productSuggest.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 50px;
    z-index: 99;
}
.productSuggest.owl-carousel .owl-nav button.disabled{
    opacity: 0.4;
}
.discounPercent{
    display: none!important;
}


@media (min-width: 1200px) {

}
@media (max-width: 768px) {
    .product-gallery{
        flex-wrap: wrap;
    }
    .product-detail-wrapper .noPadding{
        padding: 0;
    }

    .product-gallery__thumbs .slick-prev{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: black;
        font-size: 31px;
        height: 34px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 7px 14px 9px;
        z-index: 99;
        left: 0;
        border: none;
    }
    .product-gallery__thumbs .slick-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: black;
        font-size: 31px;
        height: 34px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 7px 14px 9px;
        z-index: 99;
        right: 0;
        border: none;
    }
    .product-view-vote-percent{
        margin: 10px 0;
    }
    .contentProduct img{
        height: auto!important;
    }
}
