/* Styling for review section */

#list-feedback-main .box .gambar img {
    width:88px!important;
    height:auto;
}

#reviews #list-feedback-main .container {padding:0px}

.show {display:block!important}

#list-feedback-main > div > ol {padding:0px}

#review-wrapper > div > div > div > div > div > ul {display:none}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    background-color: #fdfdfd;
    padding: 100px 24px 40px;
    margin-bottom: -1px;
}

.feed .maklumbalas p {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    line-height: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    position: static;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: static;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #f9f9f9 !important;
}

.woocommerce #reviews #comments h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 1px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 20px 0 0 !important;
    width: 90%;
    margin: auto;
    column-count: 3;
    column-gap: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    width: 100%;
    display: inline-block;
    padding-top: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text {
    border-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 40px 56px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: -5px 0 29px 6px rgba(0, 0, 0, .02);
    box-shadow: -5px 0 29px 6px rgba(0, 0, 0, .02);
    border-radius: 8px;
    margin: 0 16px;
}

.single-product.woocommerce .star-rating {
    margin-bottom: 8px;
    float: left !important;
    font-size: 16px !important;
    margin-right: 4px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22.5px;
    display: inline-block;
    width: 100%;
    color: #59b78d;
    margin-bottom: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    color: #aaa;
    font-size: 12px;
}


.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    font-size: 17px;
    color: #555555;
}


.woocommerce #reviews #comments ol.commentlist li .comment-text img,
.woocommerce #reviews #comments ol.commentlist li .comment-text img {
    max-width: calc(100% + 112px);
    margin-left: calc(-56px);
    margin-right: calc(-56px);
    margin-top: -40px;
    margin-bottom: 40px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#reviews #list-feedback-main {padding:0px}

#komuniti-3 h1 {
    font-family: 'Alegreya', serif;
    font-size: 32px;
    line-height: 1.2em;
    font-weight:700;
}


/* Review Form */
.btn-sihate-o,.btn-sihate-load{
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    color: #173b3b;
    border: 2px solid #173b3b;
    padding: 12px 32px 9px;
    border-radius: 26px;
    transition: color .2s, background-color .2s, border .2s; 
}


.btn-sihate-o:hover{
    text-decoration: none;
    color: #fff;
    background-color: #faad41;
    border: 2px solid #faad41;
}

.woocommerce #review_form #respond {
    width: 50%;
    margin: 64px auto 0;
    background-color: #faf6f4;
    padding: 56px 40px;
}

.woocommerce #review_form #respond #reply-title {
    font-size: 24px;
    font-weight: 600;
}

.woocommerce #review_form #respond .required {
    color: #c6332c !important;
}

.woocommerce #review_form #respond .comment-form-rating .stars a {
    color: #f8bb49;
}

.woocommerce #review_form #respond .comment-form-rating .selected {
    border: 0;
}

.woocommerce #review_form #respond .comment-form-comment textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 4px 8px;
}

.woocommerce #review_form #respond .comment-form-author input {
    width: 100%;
    border: 1px solid #999;
    padding: 0 8px;
}

.woocommerce #review_form #respond .comment-form-author input {
    width: 100%;
    border: 1px solid #999;
    height: 36px;
    padding: 0 8px;
}

.woocommerce #review_form #respond .comment-form-email input {
    width: 100%;
    border: 1px solid #999;
    height: 36px;
    padding: 0 8px;
}

.woocommerce #review_form #respond .comment-form-comment textarea:focus, .woocommerce #review_form #respond .comment-form-author input:focus, .woocommerce #review_form #respond .comment-form-author input:focus, .woocommerce #review_form #respond .comment-form-email input:focus {
    outline: 0 !important;
}

.woocommerce #review_form #respond .form-submit input {
    border-radius: 26px;
    padding: 23px 56px 22px;
    font-size: 12px;
    line-height: 0em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: #faae42;
    color: #fff;
    margin-top: 16px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #193b3b;
    color: #f9ae43;
    text-decoration: none;
}

.woocommerce #review_form #respond .comment-form-cookies-consent label {
    font-size: 13px;
    color: #999;
    margin-left: 4px;
}

.acf-field .acf-label label {
    font-weight: normal !important;
}

#review_form_wrapper {
    display: none;
}

@media (max-width: 1024px) {
    .woocommerce #reviews #comments ol.commentlist {
        width: auto;
        column-count: 2;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        width: 100%;
        float: left;
    }

    .woocommerce #review_form #respond {
        width: 90%;
    }

    .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
        padding: 100px 16px 24px;
    }
}

@media (max-width: 920px) {

}

@media (max-width: 576px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 40px 32px;
        margin: 0 0px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text img,
    .woocommerce #reviews #comments ol.commentlist li .comment-text img {
        max-width: calc(100% + 64px);
        margin-left: calc(-32px);
        margin-right: calc(-32px);
        margin-top: -40px;
        margin-bottom: 40px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .woocommerce #reviews #comments ol.commentlist {
        column-count: 1;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        width: 100%;
        float: left;
    }

    .woocommerce #review_form #respond {
        padding: 40px 32px;
    }

    .woocommerce #reviews #comments h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .woocommerce #review_form #respond {
        width: 95%;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 14px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .description {
        font-size: 16px;
    }

    .single-product.woocommerce .star-rating {
        margin-bottom: 8px;
    }
}

/* Featured */

/* .woocommerce #reviews #comments ol.commentlist.featured-review {
    column-count: inherit;
    column-gap: inherit;
}

.woocommerce #reviews #comments ol.commentlist.featured-review li {
    width: 30%;
	vertical-align: top;
} */


.woocommerce #reviews #comments ol.featured-review {
    padding: 40px 0 0 !important;
    width: 90%;
    margin: auto;
    column-count: inherit;
    column-gap: 0;
}

.woocommerce #reviews #comments ol.featured-review li {
    width: 33%;
    display: inline-block;
    padding-top: 0 !important;
	vertical-align: top;
}

.woocommerce #reviews #comments ol.featured-review .comment {
    padding: 40px 56px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: -5px 0 29px 6px rgba(0, 0, 0, .02);
    box-shadow: -5px 0 29px 6px rgba(0, 0, 0, .02);
    border-radius: 8px;
    margin: 0px 16px 16px;
}

.woocommerce #reviews #comments ol.featured-review .comment .comment-image {
    max-width: calc(100% + 112px);
    margin-left: calc(-56px);
    margin-right: calc(-56px);
    margin-top: -40px;
    margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.featured-review .comment .comment-image img {
    margin-bottom: 40px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.woocommerce #reviews #comments ol.featured-review .comment .comment-meta {
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce #reviews #comments ol.featured-review .comment .comment-meta .woocommerce-review__author {
    font-size: 14px;
    line-height: 22.5px;
    width: 100%;
    color: #59b78d;
}

.woocommerce #reviews #comments ol.featured-review .comment .comment-meta .woocommerce-review__published-date {
    color: #aaa;
    font-size: 12px;
}

.woocommerce #reviews #comments ol.featured-review .comment .comment-rating {
    margin-bottom: 0px;
}


.woocommerce #reviews #comments ol.featured-review .comment .comment-content {
    font-size: 17px;
    color: #555555;
}

@media (max-width: 1024px) {
    .woocommerce #reviews #comments ol.featured-review { 
        width: 100% !important;
        column-count: 2;
    }

}

@media (max-width: 576px) {
    .woocommerce #reviews #comments ol.featured-review { 
        padding:16px 0 0 !important;
        width: 100% !important;
        column-count: 1;
    }
	
	.woocommerce #reviews #comments ol.featured-review li { 
        width: 100% !important;
    }

    .woocommerce #reviews #comments ol.featured-review .comment  { 
        padding: 40px 32px;
        margin: 8px 0px;
    }
    .woocommerce #reviews #comments ol.featured-review .comment .comment-image {
        max-width: calc(100% + 64px);
        margin-left: calc(-32px);
        margin-right: calc(-32px);
        margin-top: -40px;

    }
    .woocommerce #reviews #comments ol.featured-review .comment .comment-image img {
        margin-bottom: 40px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
    .woocommerce #reviews #comments ol.featured-review .comment .comment-meta { 
        width: 100%;
    }
    
    #reviews #list-feedback-main .container {padding:15px}
    
    #reviews #comments h2{padding:15px}
}

/* AJAX load more comment */

.misha_comment_loadmore {
    text-align: center;
    margin-top: 80px;
}



.misha_comment_loadmore .btn-sihate-load {
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    color: #173b3b;
    border: 2px solid #173b3b;
    padding: 12px 32px 9px;
    border-radius: 26px;
    transition: color .2s, background-color .2s, border .2s;
}

.misha_comment_loadmore .btn-sihate-load:hover {
    color: #aaa;
}

.misha_comment_loadmore .fas {
    margin-left: 4px;
}

.woocommerce #reviews .komuniti-feedback {
    margin-top: 120px;
}


/* FEEDBACK */

#list-feedback-main {
    padding: 160px 32px;
}

#list-feedback-main #heading h1 {
    font-size: 32px;
}

#list-feedback-main .box {
    background-color: #faf6f4;
    margin-bottom: 24px;
    border-radius: 16px;
    position: relative;
}

#list-feedback-main .box .feed {
    border-radius: 16px 16px 0 0;
    padding: 40px 56px 40px;
}

#list-feedback-main .box .verified {
    border: 1px solid #008060;
    color: #008060;
    text-transform: uppercase;
    font-size:10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 26px;
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 56px;
    margin-top: 0px;
    transform: scale(0.9);
}

#list-feedback-main .box .verified i {
    font-size: 13px;
    color: #008060;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 3px;
}

#list-feedback-main .box .rating {
    font-size: 18px;
    color: #faae42;
    margin-bottom: 24px;
}

#list-feedback-main .box p {
    padding-bottom: 0;
    margin-bottom: 0;
}

#list-feedback-main .box p.maklumbalas {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
}

#list-feedback-main .box .space {
    height: 2px;
    width: 40px;
    background-color: #ccc;
    margin-top: 40px;
    margin-bottom: 16px;
}

#list-feedback-main .box .bottom {
    background-color: #f6f1eb;
    border-radius: 0 0 16px 16px;
    padding: 16px 56px;
    display:flex;
}

#list-feedback-main .box .bottom em.verified {
    font-style: normal;
}

#list-feedback-main .box .bottom .nama,
#list-feedback-main .box .bottom .date {
    margin-right: 10px;
}

#list-feedback-main .box .name-date {}

#list-feedback-main .box .nama {
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 700;
}

#list-feedback-main .box .nama b {
    font-weight: 700;
}

#list-feedback-main .box .date {
    font-size: 14px;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #888;
}

#list-feedback-main .box .bottom .nama i {
    font-size: 24px;
    color: #faae42;
    vertical-align: middle;
    margin-left: 10px;
}


#list-feedback-main .box p.verified i {
    font-size: 20px;
    vertical-align: middle;
    margin-top: -2px;
}

#list-feedback-main .box .gambar {
}

#list-feedback-main .box .gambar img {
    height: 88px;
    margin-top: 16px;
  border-radius: 4px;
  margin-right: 8px;
}

/*
#list-feedback-main .more {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 24px;
}

#list-feedback-main .more a {
    font-weight: 600;
    color: #faae42;
    border-bottom: 2px solid #faae42;
    padding-bottom: 8px;
}

#list-feedback-main .more a:hover {
    text-decoration: none;
    color: #666;
}*/

#list-feedback-main #more-info .hide-me[aria-expanded="true"] {
    display: none;
}

#list-feedback-main #more-info {
/*  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 130px;*/
    margin-top: 40px;
}

/* List Feedback > Card Columns */

#list-feedback-main .card-columns {
  column-count: 2;
}

#list-feedback-main .card {
    /*position: static;*/
    border:none;
}

#list-feedback-main .collapse {
    display: none;
}

#list-feedback-main .collapse.show {
    display: inline-block;
}

#list-feedback-main .card-block{ padding:0; }

@media (max-width: 1024px) {
    #list-feedback-main .box .verified {
        top: 40px;
        right: 72px;
        transform: scale(0.9);
    }
}

@media (max-width: 920px) {
    #list-feedback-main {
        padding: 80px 0px;
    }
    #list-feedback-main #heading h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    #list-feedback-main #heading h2 {
        font-size: 16.5px;
        line-height: 1.6em;
    }
    #list-feedback-main .box .verified {
        top: 40px;
        right:56px;
        transform: scale(0.9);
    }
    #list-feedback-main .card-columns {
      column-count: 1;
    }
}

@media (max-width: 576px) {
    #list-feedback-main {
        padding: 56px 0px;
    }
    #list-feedback-main #heading h1 {
        font-size: 24px;
        line-height: 36px;
    }
    #list-feedback-main .box {
        background-color: #faf6f4;
        margin-bottom: 16px;
        border-radius: 16px;
        position: relative;
    }
    #list-feedback-main .box .feed {
        border-radius: 16px 16px 0 0;
        padding: 40px 40px 40px;
    }
    /*#list-feedback-main .box .verified {
        top: auto;
        right: 8px;
        position:static;
        margin-bottom: 8px;
        display: inline-block;
        transform: scale(1);
    }*/

    #list-feedback-main .box .verified {
        font-size:9px;
        padding: 5px 10px; 
        top: 39px;
        right: 40px;
        transform: scale(1);
    }
    #list-feedback-main .box .rating {
        font-size: 16px;
        margin-bottom: 24px;
    }
    #list-feedback-main .box p.maklumbalas {
        font-family: 'Alegreya', serif;
        font-size: 17px;
        line-height: 1.6em;
        margin-bottom: 16px;
    }
    #list-feedback-main .box .bottom {
        padding: 16px 40px;
        display: block;
    }
    #list-feedback-main #more-info {
        margin-top: 24px;
    }
    #list-feedback-main #more-info a {
        font-size: 14px;
    }
    #list-feedback-main #more-info i {
        font-size: 18px;
    }
    #list-feedback-main .box .nama {
        font-size: 16px;
        display: block;
        line-height: 1.2em;
    }
    #list-feedback-main .box .bottom .nama i {
        display: none;
    }
    #list-feedback-main .box .date {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    #list-feedback-main .box .feed {
        padding: 24px 24px;
    }
    #list-feedback-main .box .rating {
        font-size: 14px;
        margin-bottom: 16px;
    }
    #list-feedback-main .box .verified {
        top: 20px;
        right: 16px;
        transform: scale(0.9);
    }
    #list-feedback-main .box .bottom {
        padding: 16px 24px;
        display: block;
    }
    #list-feedback-main .box .nama {
        font-size: 15px;
    }
    #list-feedback-main .box .bottom .nama,
    #list-feedback-main .box .bottom .date {
        /*margin-right: 5px;*/
    }
    #list-feedback-main .box .bottom .nama i {
        /*font-size: 24px;
        color: #faae42;
        vertical-align: middle;
        margin-left: 5px;*/
    }
    #list-feedback-main .box .date {
        font-size: 14px;
        margin-top: 1px;
    }
}


/* LIST FEEDBACK > Tinggal maklumbalas */

#list-feedback-main .tinggal-maklumbalas {
    border-top:1px solid #eee;
    margin-top: 100px;
    padding-top:100px;
    text-align: center;
}

#list-feedback-main .tinggal-maklumbalas h1 {
    font-family: 'Alegreya', serif;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
}

#list-feedback-main .tinggal-maklumbalas p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

#list-feedback-main .tinggal-maklumbalas .butang {
    width: 300px;
    height: 48px;
    padding: 0;
}

@media (max-width: 1024px) {

}

@media (max-width: 920px) {

}

@media (max-width: 576px) {
    #list-feedback-main .tinggal-maklumbalas {
        margin-top: 56px;
        padding-top:56px;
    }
    #list-feedback-main .tinggal-maklumbalas .butang {
        width: 240px;
        height: 48px;
        padding: 0;
    }
}

/* Review Wrapper */

#review-wrapper {
    padding: 150px 0;
}


@media (max-width: 920px) {
    #review-wrapper {
        padding: 80px 0;
    }
}

@media (max-width: 576px) {
    #review-wrapper {
        padding: 40px 0;
    }
}




