.product__items--left .list-group-item-action {
  border: 0;
  background-color: transparent;
}
.product__items--left .list-group-item-action.title {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 20px;
}
.product__items--left .collapse .card-body,
.product__items--left .collapsing .card-body {
  background-color: transparent;
  border: 0;
  padding-top: 0;
}
.product__items--left #buttonClear {
  display: none;
}
.product__items--left #buttonClearResponsive {
  display: none;
}
.product__items--left #btnFilter img {
  width: 40px;
  height: 40px;
}
.product__items--right .product-small__box {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
}
.product__items--right .product-small__box .zoom-outer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.product__items--right .product-small__box .zoom-outer .zoom-inner {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__items--right .product-small__box .box-content {
  padding: 10px 20px 20px 20px;
}
.product__items--right .product-small__box .box-content a {
  display: block;
  height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 10px;
}
.product__items--right .product-small__box .box-content label {
  display: block;
  font-weight: bold;
  color: #f23321;
}

.star_box {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.star_box .star-average .product-rating {
  display: block;
  text-align: center;
  padding: 0 20px 0 0;
}
.star_box .star-average .product-rating .star_average {
  font-size: 48px;
  margin: 0;
  color: #fe9727;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.star_box .star_box_left {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 20px;
  width: calc(100% - 180px - 215px);
}
.star_box .star_box_left .reviews_bar {
  line-height: 1;
}
.star_box .star_box_left .reviews_bar .devvn_review_row {
  padding-bottom: 10px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.star_box .star_box_left .reviews_bar .devvn_review_row .devvn_rating_bar {
  padding: 0 10px;
  width: 75%;
}
.star_box .star_box_left .reviews_bar .devvn_review_row .devvn_num_reviews {
  min-width: 150px;
  color: #03a0e2;
}
.star_box .star_box_right {
  text-align: center;
}
.star_box .star_box_right button {
  padding: 10px 20px;
  font-weight: 700;
}

.comment_list {
  padding-left: 0;
}
.comment_list .main_review {
  padding: 10px;
  list-style: none;
  margin: 0 0 8px;
}
.comment_list .main_review .comment_container .comment-text {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: inherit !important;
  float: none !important;
  display: block;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_top .meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_top .meta .woocommerce-review__author {
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  color: #000;
  margin: 0 10px 0 0;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_top .meta .woocommerce-review__verified {
  background-size: 12px;
  line-height: 0;
  color: #52b858;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_top .meta img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_mid {
  margin: 0 0 5px 0;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_mid .description {
  margin-top: 2px;
  margin-left: 10px;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_bottom {
  font-size: 13px;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_bottom .reply {
  color: #288ad6;
  display: inline-block;
  position: relative;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_bottom .woocommerce-review__published-date {
  color: #999;
  cursor: unset;
}
.comment_list .main_review .comment_container .comment-text .devvn_review_bottom .cmtlike img {
  width: 15px;
  height: 15px;
}

/* Mobile */
@media all and (min-width: 320px) {
  .product__items--left #btnFilter {
    display: block;
  }
  .product__items--right .product-small__box {
    height: 70vw;
  }
  .product__items--right .product-small__box .zoom-outer {
    height: 61%;
  }
  .product__items--right .product-small__box .box-content a {
    font-size: 75%;
  }
  .product__items--right .product-small__box .box-content label {
    font-size: 70%;
  }
  .product__items--right .product-small__box .ratings i {
    font-size: 100%;
  }
  .filter-desktop {
    display: none;
  }
  .star_box {
    flex-wrap: wrap;
  }
  .star_box .star-average {
    width: 100%;
  }
  .star_box .star-average .product-rating {
    padding: 0;
  }
  .star_box .star_box_left {
    width: 100%;
  }
  .star_box .star_box_left .reviews_bar .devvn_review_row .devvn_stars_value {
    white-space: nowrap;
  }
  .star_box .star_box_right {
    width: 100%;
  }
  .star_box .star_box_right button {
    text-align: center;
  }
}
/* Tablet Medium */
@media all and (min-width: 768px) {
  .product__items--left #btnFilter {
    display: none;
  }
  .product__items--right .product-small__box {
    height: 480px;
  }
  .product__items--right .product-small__box .zoom-outer {
    height: 73%;
  }
  .product__items--right .product-small__box .box-content a {
    font-size: 15px;
  }
  .product__items--right .product-small__box .box-content label {
    font-size: 18px;
  }
  .filter-desktop {
    display: block;
  }
  .star_box {
    flex-flow: row nowrap;
  }
  .star_box .star-average {
    width: 180px;
  }
  .star_box .star_box_left {
    width: calc(100% - 180px - 215px);
  }
  .star_box .star_box_right {
    width: 215px;
  }
  .star_box .star_box_right button {
    text-align: center;
  }
}
/* Tablet Large */
/* Desktop Extra large */
