.row_select_lr {
  display: flex;
  align-items: center;
  background: #ffffea;
  padding: 20px;
  border: 1px solid #e9d2a6;
}

.text-center {text-align:center;}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
}

.rating-stars ul > li.star > i.fa {
  background: linear-gradient( #eee, #d0d0d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.rating-stars ul .fa-star:before {
  font-size: 26px;
}

.rating-stars ul > li.star.hover > i.fa {
  background: linear-gradient( #ffd559 20%, #fec417 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-stars ul > li.star.selected > i.fa {
  background: linear-gradient( #ffd559 20%, #fec417 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_lr_info {
  margin: 30px 0;
}

.two-columns_lr {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}

.box_left_lr {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding-right: 20px;
}

.box_left_lr .images {
  height: 200px;
  position: relative;
}

.box_left_lr .images img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.box_right_lr {
  width: 75%;
}

.btn_right_lr {
  background: #eee;
  border-radius: 15px;
  padding: 5px 15px;
  font-weight: 600;
  margin: 10px 0;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lir_left_name .name_right_lr {
  color: #00a2ff;
  text-decoration: underline;
  width: max-content;
}

.name_right_lr:visited,
.name_right_lr:link {
  color: #00a2ff;
  text-decoration: underline;
  line-height: 22px;
}

.title_lr {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #e2e2e2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.info_lr {
  margin-top: 15px;
  line-height: 22px;
}

.col_select_lr {
  margin-right: 20px;
  width: 245px;
}

.col_select_lr select {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
  font-size: 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: unset;
  width: 100%;
  outline: none;
}

.select_box_lr {
  position: relative;
}

.select_box_lr:after {
  content: '';
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  pointer-events: none;
}

.col_select_lr p {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .list_review {
    margin: 0 8px;
  }

  .row_select_lr {
    padding: 12px;
    flex-direction: column;
  }

  .col_select_lr {
    width: 100%;
    margin: 0 0 10px;
  }

  .col_select_lr:last-child {
    margin-bottom: 0;
  }

  .col_select_lr select {
    width: 100%;
    background: #fff;
  }

  .col_lr_right {
    margin-right: 0;
  }

  .two-columns_lr {
    flex-direction: column;
    padding: 12px;
    margin-bottom: 10px;
  }

  .box_lr_info_sp {
    display: flex;
  }

  .top_wrap_info {
    display: flex;
    align-items: center;
  }

  .box_left_lr {
    width: 30%;
  }

  .box_right_lr {
    width: 70%;
  }

  .btn_right_lr {
    width: 25%;
    padding: 5px;
    font-size: 14px;
  }

  .name_lir .box_left_name {
    width: 75%;
    padding-left: 5px;
    text-align: left;
  }

  .name_lir .box_name_right {
    width: 25%;
  }

  .name_lir .btn_right_lr {
    width: 100%;
    padding: 5px 0;
  }

  .name_right_lr {
    width: 75%;
    /*padding-left: 5px;*/
  }

  .top_wrap_info .name_right_lr {
    padding-left: 5px;
  }

  .info_lr {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
  }

  .title_lr {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .rating-stars ul .fa-star:before {
    font-size: 22px;
  }

  .rating-stars ul > li.star > i.fa {
    font-size: unset;
  }

  ul.tabs_lr li {
    width: unset !important;
    font-size: 12px;
    padding: 8px 15px;
  }

  .box_lr_info {
    margin: 15px 0;
  }

  .title_lr {
    font-size: 18px;
  }
}

/*list_product_review*/
.box_product_lr {
  display: flex;
  flex-wrap: wrap;
}

.items_lr {
  width: calc((100% - 30px) / 3);
  margin-right: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 12px;
}

.items_lr:nth-child(3n) {
  margin-right: 0;
}

.item_lr {
  padding: 12px;
}

.img_lpr_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_lpr {
  height: 140px;
  position: relative;
}

.img_lpr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.name_lpr {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.name_lpr_pc {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}

.name_lpr_pc .box_name_right {
  width: 20%;
}

.name_lpr_pc .box_left_name {
  width: auto;
}

.name_lpr .btn_right_lr {
  margin: 0;
  width: auto;
}

.name_title {
  margin: 15px auto;
  text-align: center;
  font-size: 14px;
}

.item_lr .name_title {
  line-height: 18px;
}

.box_name_right {
  width: 30%;
}

.box_left_name {
  width: 70%;
  padding-left: 8px;
}

@media screen and (max-width: 1023px) {
  .info_lr {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
  }

  .title_lr {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .rating-stars ul .fa-star:before {
    font-size: 22px;
  }

  .rating-stars ul > li.star > i.fa {
    font-size: unset;
  }

  .items_lr:nth-child(3n) {
    margin-right: 12px;
  }

  .items_lr:nth-child(2n) {
    margin-right: 0;
  }

  .items_lr {
    width: calc((100% - 16px) / 2);
  }

  .box_left_name {
    padding-left: 5px;
    font-size: 14px;
  }

  .name_lpr .btn_right_lr {
    font-size: 12px;
    padding: 5px 0;
  }

  .name_lpr {
    flex-direction: column;
    align-items: inherit;
  }

  .name_lpr .box_name_right {
    margin-bottom: 5px;
    width: 40%;
  }

  .name_lpr .box_left_name {
    width: 100%;
  }
}
/*list_product_review*/

/*list_info_review*/

.img_lir_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box_name_lir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}

.lir_name_right {
  background: #eee;
  border-radius: 15px;
  padding: 5px 15px;
  font-weight: 600;
  margin-right: 10px;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name_title_lir,
.name_lir {
  width: 50%;
}

.name_title_lir {
  margin-right: 20px;
}

.name_lir {
  display: flex;
  justify-content: flex-end;
}

.title_lir {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
}

.title_lir_info {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.lir_text_main {
  line-height: 28px;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 35px;
}

/*list_info_review*/
ul.tabs_lr{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 3px solid #2aa400;
}

ul.tabs_lr li{
  background: #e4e8e6;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
  width: 195px;
  text-align: center;
}

ul.tabs_lr li.current{
  background: #2aa400;
  color: #fff;
}

.tab-content{
  display: none;
}

.tab-content.current{
  display: block;
}

.box_img_lir {
  height: 480px;
  position: relative;
}


.page_navi li a {
  color: #0095c6;
  border: unset;
  background: #fff;
  padding: 9px 11px;
}

.page_navi_wish ul li span {
  margin-right: -2px;
}

@media screen and (max-width: 1023px) {
  .box_name_lir {
    flex-direction: column;
    margin: 15px 0;
  }

  .box_img_lir {
    height: auto;
  }

  .img_lir_item {
    position: relative;
    height: auto;
    max-height: 100%;
  }

  .box_name_lir .name_title_lir,
  .box_name_lir .name_lir {
    width: auto;
    text-align: center;
    margin-right: 0;
  }

  .box_name_lir .name_title_lir {
    margin-bottom: 15px;
  }

  .box_name_lir .name_lir {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .box_name_lir .lir_name_right {
    padding: 3px 15px;
    margin: 7px;
  }

  .title_lir {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .title_lir_info {
    font-size: 16px;
    margin: 12px 0;
  }

  .lir_text_main {
    line-height: 15px;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .slick-slider {
    margin-bottom: 0;
  }
  #topicpath {
    padding: 0 8px !important;
    margin: 0 !important;
  }

  .img_lpr {
    height: 100px;
  }
}

.btn_right_lr {
  cursor: unset;
}

.box_lir-ct .img_lir_item {
  object-fit: scale-down;
}

.load_more{
  display: block;
  border-radius: 6px;
  background: #37cffc;
  border-top: solid #37cffc 2px;
  width: 100%;
  max-width: 170px;
  text-align: center;
  font-size: 15px;
  line-height: 39px;
  font-weight: bold;
  color: #fff !important;
}

.more-comment-content {
  display: none;
}
#contents > form > div > table > tbody > tr > td > p > span.more-comment-content {
  font-weight: normal;
}
