@charset "utf-8";

.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_ctn_wrapper {
  border: 4px solid #BFBFBF;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row {
  flex-direction: column;
  border: none;
  padding: 15px 10px;
  margin: 0;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row.product_filter_footer {
  flex-direction: row;
  border: 2px solid var(--dekiruGreen);
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_flexWrapper {
  display: flex;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_flexWrapper .product_filter_row {
  position: relative;
  width: fit-content;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_flexWrapper .product_filter_row:first-child:after {
  content: '';
  height: calc(100% - 40px);
  width: 1px;
  border-left: 1px dotted #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_bg:nth-child(2n - 1) {
  background-color: #f9f9f9;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_flexWrapper .un_builtInSearch_bg {
  background-color: transparent;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-weight: bold;
  padding: 10px;
  flex-direction: row;
  justify-content: flex-start;
  min-height: auto;
  align-items: center;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label a {
  margin-left: 10px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label label {
  font-size: 18px;
  color: #6a6a6a;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label label[for="door_color"] {
  white-space: nowrap;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label label span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label button {
  margin-top: 0;
  margin-left: 10px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_label button::before {
  content: none;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_options {
  padding: 0 0 0 15px;
  width: calc(100% - 20px);
}
/* TODO: */
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_flexWrapper .product_filter_row .product_filter_options .product_filter_options_list {
  display: flex;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_flexWrapper .product_filter_row .product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  min-width: 120px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  padding: 10px;
  width: auto;
  min-width: 100px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_options .product_filter_options_list .product_filter_option_wrapper::before {
  content: none;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_listBox_wrapper {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.un_builtInSearch_listBox_wrapper + .un_builtInSearch_listBox_wrapper {
  margin-top: 10px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_listBox_wrapper .un_builtInSearch_listBox {
  margin: 0 10px;
  position: relative;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_listBox_wrapper .un_builtInSearch_listBox::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #7F7F7F transparent transparent transparent;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_listBox_wrapper .un_builtInSearch_listBox select {
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-appearance: none;
  appearance: none;
  min-width: 200px;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_resetBtn_wrapper {
  display: flex;
  justify-content: space-between;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_resetBtn_wrapper .un_builtInSearch_resetBtn {
  display: flex;
  align-items: flex-end;
  width: 180px;
  justify-content: center;
  padding: 10px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_resetBtn_wrapper .un_builtInSearch_resetBtn button {
  text-decoration: underline;
  height: min-content;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_resetBtn_wrapper .un_builtInSearch_resetBtn button::before {
  content: none;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .un_builtInSearch_resetBtn_wrapper .un_builtInSearch_resetBtn button::after {
  content: ' >';
}
.product_filter_options_list.un_builtInSearch_functionList,
.product_filter_options_list.un_builtInSearch_drivingSoundList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.product_filter_options_list.un_builtInSearch_drivingSoundList .product_filter_option_wrapper::after {
  content: none;
}
.product_filter_options_list.un_builtInSearch_functionList .product_filter_option_wrapper::after {
  content: none;
}
.un_builtInSearch_priceResetBtn span {
  text-decoration: underline;
}
.product_filter_sub_options.un_builtInSearch_radioBtn_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
.product_filter_sub_options.un_builtInSearch_radioBtn_wrapper .radio-container {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 10px;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_allResetBtn {
  margin: 0 10px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_allResetBtn a {
  color: #222;
  background-color: #eee;
  border-radius: 5px;
  padding: 17px 30px;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_allResetBtn a span {
  color: #222;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_priceInput {
  padding: 0;
  display: flex;
  align-items: center;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_priceInput input[type="text"] {
  width: auto;
}
.product_filter_form_wrapper.un_builtInSearch_formWrapper .un_builtInSearch_priceInput button {
  margin-left: auto;
}

.radio-container label::before {
  border-radius: 0;
}
.radio-container label::after {
  border-radius: 0;
  background: none;
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 0;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container input:checked ~ label:before {
  background-color: var(--dekiruGreen);
}
.el_checkList.un_builtInSearch_checkListChild li {
  list-style-type: disc;
  list-style-position: outside;
  display: list-item;
  padding: 0;
  margin-left: 24px;
  font-size: 12px;
}
.el_checkList.un_builtInSearch_checkListChild li::before {
  content: '';
  background: none;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.el_checkList.un_builtInSearch_checkListChild li::after {
  content: none;
}

.un_shared_search_tablecol2 + .bl_panel {
  margin-top: 20px;
}
.un_builtInSearch_tipsHdg3 {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.un_builtInSearch_tipsHdg3 + .bl_panel {
  margin-top: 20px;
}
.searchModal_title + .bl_panel {
  margin-top: 10px;
}
.searchModal_title + .un_shared_search_tablecol2,
.searchModal_title + .un_shared_search_tablecol3 {
  margin-top: 10px;
}
.bl_panel + .un_shared_search_tablecol2 {
  margin-top: 20px;
}
.el_btn2 + .un_builtInSearch_tipsHdg3 {
  margin-top: 40px;
}
.un_shared_search_tablecol2 + .un_builtInSearch_tipsHdg3 {
  margin-top: 20px;
}
.un_builtInSearch_tipsHdg3 span {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--dekiruGreen);
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  margin-right: 20px;
}
.un_builtInSearch_tipsHdg3 + .bl_panel + .bl_panel.bl_panel__banner {
  margin-top: 20px;
}
.un_builtInSearch_meritList {
  margin-top: 20px;
}
.un_builtInSearch_meritList li {
  padding-left: 20px;
  position: relative;
}
.un_builtInSearch_meritList li::before {
  content: '〇';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  color: #ff0000;
}
.un_builtInSearch_demeritList li {
  padding-left: 20px;
  position: relative;
}
.un_builtInSearch_demeritList li::before {
  content: '✕';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  color: #0000ff;
}
.un_builtInSearch_panelSpan {
  font-weight: bold;
}
.un_builtInSearch_tableRowImg {
  display: flex;
}
.un_builtInSearch_tableRowImg figure {
  width: 50%;
}
.un_builtInSearch_tableRowImg figure img:nth-child(2) {
  margin-top: 10px;
}
.un_shared_search_tablecol2 .el_checkList {
  margin: 10px;
}
.un_shared_search_tablecol2 .el_checkList.un_builtInSearch_checkList_capacity {
  margin: 10px;
}
.un_shared_search_tablecol2 .el_checkList.un_builtInSearch_checkList_capacity:first-child {
  margin-top: 0;
}
.un_builtInSearch_tableTxtBold {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.un_shared_search_tablecol2 + .el_annotation + .bl_panel {
  margin-top: 20px;
}
.bl_panel + .un_shared_search_tablecol4 {
  margin-top: 20px;
}

.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel {
  border: none;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(1) th:nth-child(1) {
  border: none;
  background: none;
  width: 120px;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(1) th:nth-child(2) {
  border-left: 2px solid #ccc;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(2) th:nth-child(1) {
  border-top: 2px solid #ccc;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(1) th:nth-child(n + 2) {
  border-top: 2px solid #ccc;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(n + 2) th:nth-child(1) {
  border-left: 2px solid #ccc;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:last-child th,
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:last-child td {
  border-bottom: 2px solid #ccc;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr th:last-child,
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr td:last-child {
  border-right: 2px solid #ccc;
}

.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(2) td:nth-child(n + 2) {
  background-color: var(--subBgGreen);
  color: var(--dekiruGreen);
  font-weight: bold;
  text-align: center;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(2) td:nth-child(4) {
  background-color: #ffecc2;
  color: var(--estimateOrange);
  font-weight: bold;
  text-align: center;
}
.un_shared_search_tablecol4.un_builtInSearch_table_doorPanel tbody tr:nth-child(3) td p {
  margin-top: 10px;
}
.un_builtInSearch_table_doorPanel_arrow {
  background: -moz-linear-gradient(top, #1fa27d, #90cf51);
  background: -webkit-linear-gradient(top, #1fa27d, #90cf51);
  background: linear-gradient(to right, #1fa27d, #90cf51);
  width: calc(100% - 60px);
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin: 15px 30px;
  position: relative;
}
.un_builtInSearch_table_doorPanel_arrow::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 30px 0;
  border-color: transparent #1fa27d transparent transparent;
}
.un_builtInSearch_table_doorPanel_arrow::after {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #90cf51;
}
.un_builtInSearch_table_doorPanel_arrow span {
  color: var(--dekiruGreen);
  font-weight: bold;
  font-size: 30px;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  margin: -15px 30px 0;
}

.un_shared_search_tablecol4 + .bl_panel {
  margin-top: 20px;
}
.un_builtInSearch_tipsHdg3 + .el_hdg4 {
  margin-top: 20px;
}

.un_builtInSearch_place {
  display: flex;
  justify-content: space-between;
}
.un_builtInSearch_place .un_builtInSearch_place_cth:nth-child(1) {
  width: calc((100% * (2 / 3)) - 10px);
}
.un_builtInSearch_place .un_builtInSearch_place_cth:nth-child(2) {
  width: calc((100% * (1 / 3)) - 10px);
}
.un_builtInSearch_place .un_builtInSearch_place_cth .un_builtInSearch_place_cth_ttl {
  background-color: var(--secondBgColor);
  border: var(--defaultBorder);
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.un_builtInSearch_place .un_builtInSearch_place_cth .un_builtInSearch_place_cth_cont {
  display: flex;
  justify-content: space-between;
}
.un_builtInSearch_place .un_builtInSearch_place_cth .un_builtInSearch_place_cth_cont .un_builtInSearch_place_cth_cont_box {
  width: 50%;
}
.un_builtInSearch_place .un_builtInSearch_place_cth:nth-child(2) .un_builtInSearch_place_cth_cont .un_builtInSearch_place_cth_cont_box {
  width: 100%;
}
.un_builtInSearch_place .un_builtInSearch_place_cth .un_builtInSearch_place_cth_cont .un_builtInSearch_place_cth_cont_box .un_builtInSearch_place_cth_cont_box_txt {
  text-align: center;
  font-weight: bold;
  color: var(--dekiruGreen);
  font-size: 16px;
  margin: 5px 0;
}
.un_builtInSearch_place .un_builtInSearch_place_cth .un_builtInSearch_place_cth_cont .un_builtInSearch_place_cth_cont_box figure {
  text-align: center;
}
.un_builtInSearch_place .un_builtInSearch_place_cth .un_builtInSearch_place_cth_cont .un_builtInSearch_place_cth_cont_box figure img {
  border: var(--defaultBorder);
  box-sizing: border-box;
}
.un_builtInSearch_place + .bl_panel {
  margin-top: 20px;
}

.un_builtInSearch_placeCard {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.un_builtInSearch_placeCard a {
  color: #222;
  text-decoration: none;
  width: calc(50% - 10px);
}
.un_builtInSearch_placeCard .un_builtInSearch_placeCard_item {
  box-sizing: border-box;
  border: 4px solid #a6a9af;
  width: 100%;
}
.un_builtInSearch_placeCard .un_builtInSearch_placeCard_item .un_builtInSearch_placeCard_item_ttl {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
.un_builtInSearch_placeCard .un_builtInSearch_placeCard_item .un_builtInSearch_placeCard_item_ttl_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.un_builtInSearch_placeCard .un_builtInSearch_placeCard_item .un_builtInSearch_placeCard_item_ttl_img .un_builtInSearch_placeCard_item_ttl_img_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--dekiruGreen);
  margin: 0 10px;
}
.un_builtInSearch_placeCard .un_builtInSearch_placeCard_item .un_builtInSearch_placeCard_item_txt {
  color: #fff;
  background-color: #a6a9af;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px;
}
.un_builtInSearch_placeCard + .un_builtInSearch_tipsHdg3 {
  margin-top: 30px;
}

.bl_panel + .un_builtInSearch_placeCard {
  margin-top: 20px;
}
.bl_panel + .un_builtInSearch_tipsHdg3 {
  margin-top: 30px;
}

.un_builtInSearch_functionLabel {
  padding: 3px 20px;
  background-color: #ccc;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  margin: 5px 0;
  min-width: 96px;
}
.un_builtInSearch_functionLabel.un_builtInSearch_functionLabel__wash {
  background-color: #EAF2FA;
}
.un_builtInSearch_functionLabel.un_builtInSearch_functionLabel__sanitize {
  background-color: #EDE2F6;
}
.un_builtInSearch_functionLabel.un_builtInSearch_functionLabel__operability {
  background-color: #F0EDE0;
}
.un_builtInSearch_functionLabel.un_builtInSearch_functionLabel__safety {
  background-color: #F0F7CD;
}

.un_shared_search_tablecol3.un_builtInSearch_table_cal1 {
  width: calc(100% / 3);
}

.searchModal_title + .bl_mediaPanel {
  margin-top: 10px;
}
.un_builtInSearch_fontBold {
  font-weight: bold;
}

.un_shared_search_tablecol2.un_builtInSearch_tableInnerConts_parent {
  position: relative;
  margin: 0 30px;
  width: calc(100% - 60px);
}
.un_shared_search_tablecol2.un_builtInSearch_tableInnerConts_parent tbody tr:first-child th:first-child {
  width: calc(100% / 3);
}
.un_shared_search_tablecol2.un_builtInSearch_tableInnerConts_parent .un_builtInSearch_tableInnerConts {
  position: absolute;
  top: 100px;
  right: 20px;
  padding: 10px 20px;
  border: 2px solid #74C578;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #74C578;
  box-sizing: border-box;
}
.un_shared_search_tablecol2.un_builtInSearch_tableInnerConts_parent .un_builtInSearch_tableInnerConts span {
  background-color: #74C578;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 8px;
  height: 62px;
}
.un_shared_search_tablecol2.un_builtInSearch_tableInnerConts_parent .un_builtInSearch_tableInnerConts span::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #74C578 transparent;
}
.un_shared_search_tablecol2.un_builtInSearch_tableInnerConts_parent .un_builtInSearch_tableInnerConts span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #74C578 transparent transparent transparent;
}
.un_builtInSearch_tipsHdg3 + .un_shared_search_tablecol2 {
  margin-top: 20px;
}
.bl_mediaPanel + .un_builtInSearch_tipsHdg3 {
  margin-top: 30px;
}

.js_tableScroll + .bl_panel {
  margin-top: 20px;
}
.bl_panel + .js_tableScroll {
  margin-top: 20px;
}
.searchModal_title + .js_tableScroll {
  margin-top: 10px;
}
.research-btn.research-btn__top {
  display: none;
}
.product_filter_sub_options.un_builtInSearch_radioBtn_wrapper .radio-container {
  width: fit-content;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row .product_filter_options.un_builtInSearch_noPadding {
  padding: 0 10px;
}

.product_filter_form_wrapper.un_builtInSearch_formWrapper .product_filter_row.product_filter_footer {
  margin: 40px 0;
}

.un_shared_search_tablecol3.un_builtInSearch_3colTable {
  border: none;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr {
  display: flex;
  justify-content: flex-start;
  border: 2px solid #ccc;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr:nth-child(2n - 1) {
  border-bottom: none;
  margin-top: 20px;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr:nth-child(2n) {
  border-top: none;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr:first-child {
  margin-top: 0;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr th,
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr td {
  width: calc(100% / 3);
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr th,
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr td {
  border-left: none;
  border-top: none;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr th:last-child,
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr td:last-child {
  border-right: none;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr td {
  border-bottom: none;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr.un_builtInSearch_3colTable_1cont {
  width: calc(100% / 3);
  box-sizing: border-box;
}
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr.un_builtInSearch_3colTable_1cont th,
.un_shared_search_tablecol3.un_builtInSearch_3colTable tbody tr.un_builtInSearch_3colTable_1cont td {
  width: 100%;
}

.product_filter_result_wrapper .product_filter_result_cardBox .product_filter_result_item a .product_filetr_result_detail .product_filter_result_item_priceArea .product_filter_result_priceBlock .ukomi_stars_rating_tooltip{
  left: -114.5px;
}