/* product content */
.wp-caption {
    max-width: 100%;
}

#single-product .tab-pane .wpo-comments h2 {
    font-size: 30px;
}

#single-product .main-images .wrap-product-like .woocommerce-product-gallery__image>a {
    height: 356px;
    width: 350px;
    display: block;
    overflow: hidden;
    position: relative;
}
#single-product .main-images .wrap-product-like .woocommerce-product-gallery__image>a img.wp-post-image {
    width: 350px;
    /* height: 380px; */
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.products .product-block .product-image .image .onsale,
#single-product .main-images .onsale {
    left: 8px;
    top: 8px;
    right: unset;
    background-color: #55acee;
    height: 29px !important;
    line-height: 29px;
    min-height: auto;
    border-radius: 6px;
}

#single-product .wrap-main-images {
    width: 365.63px;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
}

#single-product .wrap-product-title {
    width: calc(100% - 365.63px);
    padding-left: 9px;
    padding-right: 9px;
    float: right;
}
#single-product .wrap-product-title .contain_product_title {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
#single-product .wrap-product-title .contain_product_title .product-title {
    width: 100%;    
    white-space: nowrap;
}
#single-product .wrap-product-title .contain_product_title .product_meta {
    display: inline-block;
    /* font-size: 14px; */
}
#single-product .wrap-product-title .contain_product_title .woocommerce-product-rating {
    display: inline-block;
}
#single-product .wrap-product-title .product_title_contact {
    float: right;
    width: calc(100% - 526.86px);
    background: #f2f2f2;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
}

.single-product #wpo-footer {
    margin-top: 0;
}



/* right side bar */
#single-product .wrap-product-title .product_title_contact .product_cs ul {
    list-style: none;
    padding: 0;
}
#single-product .wrap-product-title .product_title_contact .product_cs ul>li {
    margin-bottom: 6px;
    font-size: 14px;
}
#single-product .wrap-product-title .product_title_contact .product_cs ul>li i {
    margin-right: 5px;
    width: 11px;
    display: inline-block;
}
#single-product .wrap-product-title .product_title_contact .product_cs ul>li .toggle-popup {
    color: #55acee;
    border: 0;
}


/* meta */
#single-product .wrap-product-title .product_short_info {
    width: 511.86px;
    float: left;
}
#single-product .wrap-product-title .product_short_info .meta_section {
    border: 1px solid #f2f2f2;
    margin-top: 12px;
    border-radius: 5px;
}
#single-product .wrap-product-title .product_short_info .meta_section .delivery_instro {
    margin: 0;
    overflow: hidden;
    line-height: 16px;
    padding: 9px;
}
#single-product .wrap-product-title .product_short_info .meta_section .delivery_instro i {
    float: left;
    color: #e73838;
    font-size: 22px;
    width: 22px;
}
#single-product .wrap-product-title .product_short_info .meta_section .delivery_instro span {
    float: right;
    width: calc(100% - 26px);
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_xem_them_btn {
    display: block;
    text-align: center;
    color: #55acee;
    margin-bottom: 3px;
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_xem_them_btn i {
    border: 1.2px solid #55acee;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: bold;
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_section_title {
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 9px 4px 9px;
    line-height: 18px;
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_section_content {
    margin-top: 14px;
    margin-bottom: 12px;
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_section_content table td:nth-child(1) {
    vertical-align: top;
    text-align: right;
    width: 188px;
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_section_content table td:nth-child(2) {
    text-align: center;
    color: #e73838;
    font-weight: 600;
    width: 112px;
}
#single-product .wrap-product-title .product_short_info .meta_section .meta_section_content table td:nth-child(3) {
    text-align: left;
}


/* like button tren anh dai dien product */
.wrap-product-like {
    position: relative;
}

.wrap-product-like .like_btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e0e0e0;
    height: 29px;
    border-radius: 6px;
    text-align: center;
    padding: 0 7.5px;
    z-index: 10;
}

.wrap-product-like .like_btn button {
    background: transparent;
    border: 0;
    color: #f14f66;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}
.wrap-product-like .like_btn:after {
    content: "";
    width: 0px;
    height: 0px;
    padding: 0px;
    border-radius: 0;
    border-width: 9px;
    border-style: solid;
    border-color: #e0e0e0 transparent transparent;
    background: none;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%,0);
}
.wrap-product-like .like_btn button .count {
    margin-left: 3px;
}
.wrap-product-like .like_btn.active {
    background: #f14f66;
}

.wrap-product-like .like_btn.active:after {
    border-color: #f14f66 transparent transparent;
}
.wrap-product-like .like_btn.active button {
    color: #fff;
}


/* title section */
.entry-summary .price {
    float: left;
}
.entry-summary .woocommerce-product-rating {
    float: right;
    margin-bottom: 0 !important;
}
.entry-summary .woocommerce-product-rating .star-rating {
    font-size: 1.8em !important;
    width: 142.4px;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
    clear: both;
    color: #55acee;
    display: block;
    padding-top: 7px;
}
.entry-summary .stock {
    clear: both;
}
.entry-summary .cart {
    overflow: hidden;
}

.entry-summary .banner_cart {
    font-size: 9pt;
}

.entry-summary .sku_wrapper,
.entry-summary .posted_in {
    font-size: 14px;
}

/* share social */
.entry-summary .product_contact {
    overflow: hidden;
    margin: 8px 0;
}
.entry-summary .product_contact .share_social_btn {
    display: block;
    width: 160px;
    height: 34px;
    margin-bottom: 5px;
    border: 1px solid #515151;
    border-radius: 27px;
    position: relative;
    font-size: 13px;
    font-weight: bold;
}
.entry-summary .product_contact .share_social_btn:last-child {
    margin-bottom: 0;
}
.entry-summary .product_contact .share_social_btn .share_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 37px;
    line-height: 33px;
}
.entry-summary .product_contact .share_social_btn i {
    display: block;
    height: 33px;
    width: 33px;
    margin-left: -1px;
}
.entry-summary .product_contact .share_social_btn.zalo_share {
    border-color: #55acee;
}
.entry-summary .product_contact .share_social_btn.zalo_share:hover {
    color: #55acee;
    cursor: pointer;
}
.entry-summary .product_contact .share_social_btn.tawkto_btn {
    border-color: #55acee;
}
.entry-summary .product_contact .share_social_btn.call_btn {
    border-color: #e73838;
}
.entry-summary .product_contact .share_social_btn.call_btn .hotline {
    position: absolute;
    height: 100%;
    top: 0;
    left: 37px;
    line-height: 4px;
    text-align: center;
}
.entry-summary .product_contact .share_social_btn.call_btn .hotline .hotline_desc {
    font-size: 10px;
}
.entry-summary .product_contact .share_social_btn.call_btn .hotline .hotline_number {
    font-size: 16px;
}


/* input quantity */
.product.status-publish .cart .wrap_quantity {
    float: left;
    height: 40px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-right: 8px;
}
.product.status-publish .cart .wrap_quantity .quantity {
    width: auto;
    padding-right: 20px;
}
.product.status-publish .cart .wrap_quantity .quantity input {
    padding: 2px;
    width: 33px;
    text-align: center;
    border: 0;
    background: transparent;
    height: 38px;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 700;
}
.product.status-publish .cart .wrap_quantity button {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    border-left: 1px solid #f2f2f2;
    height: 19px;
    width: 20px;
    color: #515151;
    padding: 0;
}
.product.status-publish.product-type-variable .cart .variations_button .single_add_to_cart_button {
    display: none;
}
.product.status-publish .cart .wrap_quantity button.minus_btn {
    bottom: 0;
    border-top: 1px solid #f2f2f2;
}
.product.status-publish .cart .wrap_quantity button.plus_btn {
    top: 0;
}
.product.status-publish .cart .wrap-add-to-cart-btn {
    float: left;
}
.product.status-publish .cart .wrap-add-to-cart-btn button {
    width: 146px;
    margin-right: 8px;
    height: 40px;
    padding: 0 !important;
    text-transform: unset;
    font-size: 16px !important;
    border-radius: 5px !important;
}
.product.status-publish .cart .wrap-add-to-cart-btn button[type="submit"] {
    background: #e73838;
}

.product.status-publish .cart .wrap-add-to-cart-btn button[type="button"] {
    background: #55acee;
}
.product.status-publish .cart .wrap-add-to-cart-btn button[type="button"] i {
    font-size: 25px;
    margin-top: -3px;
}

/* like button ngay nut add-to-cart */
.product.status-publish .cart #like-this-product {
    float: right;
}
.product.status-publish .cart #like-this-product button {
    background: transparent;
    border: 0;
    font-size: 10px;
    text-transform: unset;
    display: block;
    line-height: 10px;
}
.product.status-publish .cart #like-this-product button i {
    display: block;
    font-size: 28px;
    color: #e73838;
}



/* g-scrolling-carousel */
#product_desc_imgs {
    width: 350px;
}
#product_desc_imgs.g-scrolling-carousel .jc-left {
    left: 8px;
}
#product_desc_imgs.g-scrolling-carousel .jc-right {
    right: 8px;
}

#product_desc_imgs.g-scrolling-carousel .jc-left,
#product_desc_imgs.g-scrolling-carousel .jc-right {
    background: #000;
    opacity: 0.4;
    text-align: center;
}

#product_desc_imgs.g-scrolling-carousel .jc-left i {
    margin-right: 4px;
}
#product_desc_imgs.g-scrolling-carousel .jc-right i {
    margin-left: 4px;
}

#product_desc_imgs.g-scrolling-carousel .jc-left i,
#product_desc_imgs.g-scrolling-carousel .jc-right i {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 27px;
}


/* coupon */
.product-type-simple .wrap_coupon {
    background: url("../images/icons/icon_gift.png") no-repeat left top 10px;
    background-size: 53px 53px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.product-type-simple .wrap_coupon .wrap_coupon_btn {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.product-type-simple .wrap_coupon .wrap_coupon_btn .coupon_title {
    background: #fff;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%,0);
    margin: 0;
    font-weight: bold;
    color: #000;
    padding: 0 4px;
}
.product-type-simple .wrap_coupon .wrap_coupon_btn .coupon_code_btn {
    color: #55acee;
    font-weight: bold;
    border: 1px dashed;
    border-radius: 5px;
    max-width: 100px;
    height: 36px;
    text-align: center;
    margin: 0;
    font-size: 18px;
}
.product-type-simple .wrap_coupon .wrap_coupon_btn .coupon_code_btn button {
    width: 100%;
    padding-top: 7px;
}
.product-type-simple .wrap_coupon .coupon_desc {
    padding-left: 59px;
    margin: 0;
}
.product-type-simple .wrap_coupon .coupon_desc>li {
    font-size: 9pt;
    list-style: none;
}
.product-type-simple .wrap_coupon .coupon_desc>li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 3px;
}
.product-type-simple .wrap_coupon .coupon_desc>li:last-child {
    margin-top: 6px;
}
.product-type-simple .wrap_coupon .coupon_desc>li a {
    color: #55acee;
    cursor: pointer;
}
.product-type-simple .product_policy {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    margin: 0;
}
.product-type-simple .product_policy>li {
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px;
    list-style: none;
}
.product-type-simple .product_policy>li:last-child {
    padding-right: 0;
}
.product-type-simple .product_policy>li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 3px;
}


/* description */
.product.type-product .woocommerce-tabs .btn.btn-base-default {
    margin: 18px 0;
}
.product.type-product .btn.btn-base-default i {
    margin-left: 5px;
}
.product.type-product #tab-description {
    overflow: hidden;
}
.product.type-product #tab-description.max-height {
    max-height: 3200px;
}


/******************** comment product ********************/
/* comment */
#reviews {
    margin-top: 20px;
}

#reviews .woocommerce-Reviews-header {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 16px 0;
}

/* comment rating */
#reviews .woocommerce-Reviews-header .wrap_comment_average {
    float: left;
    width: 170px;
    border-right: 1px solid #f2f2f2;
}

#reviews .woocommerce-Reviews-header .wrap_comment_average .review_comment_rating h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

#reviews .woocommerce-Reviews-header .wrap_comment_average .review_comment_rating .total-review-point {
    text-align: center;
    font-size: 50px;
    color: #fe302e;
    font-weight: 500;
    margin-bottom: 0;
}

#reviews .woocommerce-Reviews-header .wrap_comment_average .review_comment_rating .star-rating {
    float: none;
    margin: auto;
    font-size: 19px;
    height: 22px;
    margin-top: -7px;
    margin-left: 15px;
    width: 108px;
}
#reviews .woocommerce-Reviews-header .wrap_comment_average .review_comment_rating .star-rating span {
    color: #ffc120;
    font-size: 19px;
    height: 22px;
}

#reviews .woocommerce-Reviews-header .wrap_comment_average .review_comment_rating .comments-count p {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    color: #8f8f8f
}

/* comment rating total */
#reviews .woocommerce-Reviews-header .wrap_review_comment_total {
    min-height: 120px;
    float: left;
    width: 305px;
    padding: 10px 0 28px 16px;
    border-right: 1px solid #f2f2f2;
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item {
    margin-bottom: 11px;
    text-align: left;
    font-size: 0
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item .progress-bar-success {
    background: #23b445;
    -webkit-box-shadow: none;
    box-shadow: none
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item.rate-1 .progress-bar-success,
#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item.rate-2 .progress-bar-success {
    background: #c8c8c8;
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item .rating-num {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    width: 41px;
    line-height: 15px;
    vertical-align: middle;
    position: relative
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item .rating-num:after {
    content: "\f005";
    font-family: Fontawesome;
    position: absolute;
    left: 13px;
    top: -2px;
    color: #484848
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item .rating-num-total {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin-left: 12px;
    color: #787878;
    line-height: 15px;
    vertical-align: middle
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item .progress {
    display: inline-block;
    height: 10px;
    margin: 0;
    vertical-align: middle;
    width: 192px;
    border-radius: 10px;
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item:after,
#reviews .woocommerce-Reviews-header .wrap_review_comment_total .item:before {
    display: table;
    content: "";
    clear: both
}



/* review slider */
#reviews .woocommerce-Reviews-header .wrap_review_comment_img {
    float: left;
    width: calc(100% - 475px);
    padding: 0 12px;
}

#reviews .woocommerce-Reviews-header .wrap_review_comment_img .g-scrolling-carousel .items .item_scroll img {
    height: 131px;
    border-radius: 5px;
}

#review_imgs.g-scrolling-carousel .jc-left, #review_imgs.g-scrolling-carousel .jc-right {
    background: #000;
    opacity: 0.4;
    text-align: center;
}

#review_imgs.g-scrolling-carousel .jc-right {
    right: 8px;
}

#review_imgs.g-scrolling-carousel .jc-left {
    left: 8px;
}


#review_imgs.g-scrolling-carousel .jc-left i, #review_imgs.g-scrolling-carousel .jc-right i {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 27px;
}

#reviews .comment_imgs {
    overflow: hidden;
    font-size: 0;
}
#reviews .comment_imgs .comment_imgs_cnt {
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 6px;
}

#reviews .comment_imgs .comment_imgs_cnt:last-child {
    margin-right: 0;
}

#reviews #review_form #commentform {
    padding: 8px 12px;
}

#reviews #review_form #commentform .review_form_title {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#reviews #review_form #reply-title,
#reviews #review_form #commentform .comment-notes {
    display: none;
}

/* preview image */
#reviews #review_form .wrap_preview_img {
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 11px !important;
}

#reviews #review_form .wrap_preview_img label {
    margin-top: 5px;
}
#reviews #review_form .wrap_preview_img label i {
    font-size: 35px;
    color: #55acee;
}



#reviews #review_form .list_preview_img {
    margin-bottom: 10px;
}

#reviews #review_form .list_preview_img .pre_img_wrap {
    width: 20%;
    padding: 0 5px;
    max-height: 300px;
    text-align: center;
}

#reviews #review_form .list_preview_img .pre_img_wrap:first-of-type {
    padding-left: 5px;
}

#reviews #review_form .list_preview_img .pre_img_wrap:last-of-type {
    padding-right: 5px;
}

#revews #review_form .list_preview_img .pre_img_wrap img {
    max-height: 100%;
}




#reviews .filter-comment {
    padding: 26px 15px;
    border-top: 1px solid #eee;
    margin-top: 6px;
}
#reviews .filter-comment-title {
    display: inline-block;
    margin-right: 25px;
}
#reviews .filter-comment button {
    background: transparent;
    padding: 0 18px;
    display: inline-block;
    text-transform: unset;
    height: 29px;
    margin-left: 12px;
    font-size: 14px;
    border: 1px solid #f2f2f2;
}
#reviews .filter-comment select {
    width: 140px;
    padding-left: 5px;
}
#reviews .filter-comment .comment-filter {
    height: 29px;
    margin-left: 12px;
    font-size: 14px;
    border: 1px solid #f2f2f2;
}


#reviews .list_preview_img {
    margin-bottom: 10px;
}

#reviews .list_preview_img .pre_img_wrap {
    width: 20%;
    padding: 0 5px;
    max-height: 300px;
    text-align: center;
}

#reviews .list_preview_img .pre_img_wrap:first-of-type {
    padding-left: 5px;
}

#reviews .list_preview_img .pre_img_wrap:last-of-type {
    padding-right: 5px;
}

#revews .list_preview_img .pre_img_wrap img {
    max-height: 100%;
}

#review_form form textarea,
#review_form form input,
#review_form form .upload_img_button label {
    border-radius: 6px;
    border: 1px solid #cecece;
    padding: 7px 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#review_form form textarea {
    height: 116px !important;
    margin-bottom: 0;
}

#review_form form .wrap-comment-comment-subject {
    position: relative;
}
#review_form form .wrap-comment-comment-subject .comment-form-rating {
    position: absolute;
    right: 10px;
    top: 10px;
}

#review_form form .form-comment-row {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}
#review_form form #review_star.form-comment-row {
    border: 1px solid transparent;
}
#review_form form .form-comment-row label {
    font-size: 16px;
    margin-bottom: 10px;
}
#review_form form #review_star.form-comment-row {
    margin-bottom: 10px;
}
#review_form form #review_star.form-comment-row label {
    margin-bottom: 0;
}

#review_form form .form-comment-row .form-comment-left {
    float: left;
    width: calc(100% - 50px);
}
#review_form form .form-comment-row .form-comment-right {
    float: right;
}
#review_form form .form-comment-row .comment-form-rating {
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
    height: 25px;
}
#review_form form .form-comment-row .comment-form-rating .stars {
    font-size: 22px;
    margin-bottom: 0 !important;
}
#review_form form .form-comment-row .comment-form-rating .stars span {border: 1px solid transparent;height: 24px;display: inline-block;}
#review_form form .form-comment-row .comment-form-rating .stars span a {
    color: #ffc120;
    border: 0;
}
/* #review_form form .form-comment-row .comment-form-rating .stars span a:before {
    content: "\f005";
    font-family: FontAwesome;
} */
#review_form form .comment-form-submit-btn {
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    right: 0px;
}
#review_form form .comment-form-submit-btn .form-submit {
    margin-bottom: 0 !important;
}
#review_form form .comment-form-submit-btn .form-submit label {
    margin-bottom: 0;
}
#review_form form .comment-form-submit-btn .form-submit label i {
    font-size: 40px;
    color: #55acee;
}

#review_form form .comment-form-submit-btn .form-submit label:hover i {
    color: #e73838;
}

#review_form form .form-foot {
    font-size: 14px;
    margin-top: 7px;
}
#review_form form .form-foot .btn-base-default {
    margin: 0;
}
#review_form form .form-submit {
    display: inline-block;
    margin: 0 0 0 11px !important;
}
#review_form form .form-submit .reviewSubmitBtn {
    background: #55acee;
    color: #fff;
    border: 0;
    height: 31px;
    vertical-align: middle;
    border-radius: 4px;
    width: 144px;
    text-transform: unset;
    display: inline-block;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}





/* list comments */
#comments #commentlist>li {
    padding: 10px 0 2px 0 !important;
    border-top: 1px solid #f2f2f2 !important;
}
#comments #commentlist>li .comment_container {
    overflow: hidden;
}
#comments #commentlist .user_profile_side {
    float: left;
    width: 125px;
}
#comments #commentlist .user_profile_side .cmt_avatar {
    text-align: center;
    overflow: hidden;
    text-align: center;
}
#comments #commentlist .user_profile_side .cmt_avatar img.avatar {position: static !important;display: inline-block;margin: auto !important;float: none !important;height: 70px !important;width: 70px !important;border-radius: 100%;border: 0 !important;background: none !important;}
#comments #commentlist .user_profile_side .cmt_name {
    text-align: center;
    margin-top: 10px;
}
#comments #commentlist .user_profile_side .cmt_name .woocommerce-review__author {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
#comments #commentlist .user_profile_side .cmt_name .woocommerce-review__dash {
    display: none;
}

#comments #commentlist .user_comment_side {
    float: right;
    width: calc(100% - 182px);
}
#comments #commentlist .user_comment_side .cmt_header {
    margin-top: 6px;
    overflow: hidden;
}
#comments #commentlist .user_comment_side .cmt_header .rating {
    margin-right: 7px;
    float: left;
    margin-top: 5px;
}
#comments #commentlist .user_comment_side .cmt_header .rating .star-rating {
    font-size: 14px;
    width: 83px;
}
#comments #commentlist .user_comment_side .cmt_header .rating .star-rating span {
    color: #ffc120;
}
#comments #commentlist .user_comment_side .cmt_header .cmt_subject {
    float: left;
    font-size: 17px;
}
#comments #commentlist .user_comment_side .cmt_body .cmt_img .woocommerce-product-gallery__image img {
    height: 168px;
}

#reviews #comments .action-toggle-comment {
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
#reviews #comments .action-toggle-comment button {
    background: no-repeat;
    border: 0;
    color: #55acee;
    outline: none;
}



#reviews #comments .children {
    float: right;
    width: calc(100% - 182px);
    margin: 17px 0 0 0 !important;
    background: #f2f2f2;
    padding: 10px 0 3px 0;
    position: relative;
}
#reviews #comments .children:before {
    content: "";
    width: 0px;
    height: 0px;
    padding: 0px;
    border-radius: 0px;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2;
    background: none;
    position: absolute;
    top: -32px;
    left: 15px;
}
#reviews #comments .children .user_profile_side {
    width: auto;
    overflow: hidden;
    float: none;
}
#reviews #comments .children .user_profile_side .cmt_avatar {
    float: left;
    text-align: left;
    margin-left: 15px;
}
#reviews #comments .children .user_profile_side .cmt_avatar img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
}
#reviews #comments .children .user_profile_side .cmt_name {
    float: left;
    margin-top: 0;
    margin-left: 11px;
}
#reviews #comments .children .user_profile_side .cmt_name .meta {
    margin-top: 2px;
}
#reviews #comments .children .user_profile_side .cmt_name .woocommerce-review__author {
    font-size: 17px;
    color: #55acee;
    display: inline-block;
}
#reviews #comments .children .user_profile_side .cmt_name .woocommerce-review__dash {
    display: inline-block;
    font-size: 13px;
}
#reviews #comments .children .user_profile_side .cmt_name .woocommerce-review__published-date {
    font-size: 13px;
}
#reviews #comments .children .user_comment_side {
    float: none;
    width: 100%;
    margin-left: 15px;
}


/* banner */
.product .event_banner_product_detail {
    padding: 15px 0 50px 0;
    margin-top: -40px;
}
.product .event_banner_product_detail ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.product .event_banner_product_detail ul li {
    width: 50%;
    padding-right: 20px;
}
.product .event_banner_product_detail ul li:last-child {
    padding-right: 0;
}
.product .event_banner_product_detail ul li a {
    height: 146.3px;
    overflow: hidden;
    display: block;
}

.product .event_banner_product_detail ul li a img {
    height: 100%;
}