@charset "utf-8";

/* CSS Document */
.productImg {
  text-align: center;
  margin-top: 10px;
}

.nameArea {
  background: #777;
  color: #fff;
  padding: 13px 10px;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 20px;
}

.nameArea strong {
  color: #fff;
  font-size: 18px;
}

.productPrice .priceArea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 10px 18px;
  overflow: hidden;

}

.productPrice .priceArea .after {
  text-align: right;
  padding-left: 20px;
  padding-top: 5px;
}

.productPrice .priceArea .after div {
  float: left;
  font-weight: bold;
  line-height: 1.2;
}

.productPrice .priceArea .after > div {
    padding-left: 15px;
}

.discount {
  color: #d70101;
  font-size: 22px !important;
}

.f_l.discount {
  float: right !important;
}

.productPrice .priceArea .after .lastPrice {
  float: none;
  color: #d70101;
  display: inline-block;
}

.productPrice .priceArea .lastPrice span {
  font-size: 24px !important;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}

.productPrice .orderArea {
  background: #f4f3f3;
  border: 1px solid #ccc;
  text-align: right;
  padding: 20px 0;
}

.productPrice .orderArea select {
  margin: 0;
  padding: 5px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
  background: #fff;
}

table {
  border-collapse: collapse;
}

.productDetail thead th {
  background: #777;
  border: 1px solid #777;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.productDetail th,
.productDetail td {
  padding: 10px;
  word-break: break-all;
}

.productDetail tbody th {
  text-align: center;
  width: 90px;
  font-weight: bold;
  font-size: 14px;
}

.productDetail th,
.productDetail td {
  padding: 10px;
  word-break: break-all;
}

.productDetail img {
  margin: 0 !important;
}

th {
  background: #f7f7f7;
}

th,
td {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
}

.f_left {
  float: left;
}

.list_price {
  line-height: 1.1em;
  font-weight: bold;
  font-size: 18px;
}

.no_tax {
  font-weight: normal !important;
  float: none !important;
}

.item_title {
  font-size: 16px;
  font-weight: bold;
  background: #767676;
  color: #fff;
  display: inline-block;
  padding: 7px 5px 5px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  width: 100px;
  text-align: center;
}

.tokka_allow_remotoset {
  float: left;
  margin-top: 10px;
}

.lastPrice div {
  font-size: 30px;
}

.list_price_wrap {
  width: 182px;
  float: left;
  text-align: right;
  margin-right: 20px;
}

.retail_price {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.const_border {
  border-bottom: 1px solid #ccc !important;
}

.total_price {
  display: inline-block;
  overflow: hidden;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
}

.triangle3 {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #d70101;
  margin: 20px auto;
}

.total_priceArea {
  background: #d70101;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 25px 10px 18px;
  color: #fff;
}

.productPrice .total_priceArea .after {
  overflow: hidden;

  text-align: right;
  padding-left: 20px;
  padding-top: 5px;
}

.productPrice .total_priceArea .after div {
  float: left;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}

.productPrice .total_priceArea .after .lastPrice {
  float: none;
  overflow: hidden;
  color: #fff;
  display: inline-block;
}

.productPrice .total_priceArea .lastPrice span {
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}

.total_text {
  text-align: right;
}

.total_text a {
  color: #fff !important;
  text-decoration: underline;
}

.sale_text {
  background: #fff;
  color: #222;
  padding: 4px 10px;
  margin: 0 12px 6px 0;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  font-size: 16px;
}

.productDetail table {
  width: 100%;
}

.title_left {
  background: #f4f4f4;
  width: 27% !important;
}

form.cart_type1 .estimate-button button.linkToEstimate {
  background: url(https://www.sunrefre.jp/img/default/button/btn_esti_static_190711.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 75px !important;
  width: 478px !important;
  display: inline-block;
  *display: inline;

  vertical-align: bottom;
  text-indent: -9999px;
  cursor: pointer;
  border: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
}

form.cart_type1 div.stock-selector-wrapper {
  margin-bottom: 10px;
}

span.stock-selector {
  display: none !important;
}

.total_text {
  text-align: right;
}

.total_text a {
  color: #fff !important;
  text-decoration: underline !important;
}

.total_text a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

.un_gas_option_text {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

.un_gas_option_text li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  margin: 0 5px;
  background: #f5f5f5;
  border: solid 1px #eee;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.3;
  width: 52px;
}

@media screen and (max-width: 855px) {

  /*共通で使用するもの　ここから*/
  .static_scroll {
    width: auto !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
    clear: both;
    -webkit-overflow-scrolling: touch;
  }

  .static_scroll::-webkit-scrollbar {
    height: 5px;
  }

  .static_scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .static_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .line_black_dotted {
    display: block !important;
    margin: 20px 2% !important;
  }

  .sp_block {
    display: block;
  }

  .sp_unset {
    display: unset;
  }

  .sp_height_auto {
    height: auto !important;
  }

  .sp_width_100 {
    width: 100% !important;
    box-sizing: border-box;
  }

  .sp_width_98 {
    width: 98% !important;
    margin: 0 1% !important;
    box-sizing: border-box;
  }

  .sp_width_98_m1 {
    width: 98% !important;
    margin: 1% !important;
    box-sizing: border-box;
  }

  .sp_width_96 {
    width: 96% !important;
    box-sizing: border-box;
  }

  .sp_width_96_mrl2 {
    width: 96% !important;
    margin: 0 2% !important;
    box-sizing: border-box;
  }

  .sp_width_96_m2 {
    width: 96% !important;
    margin: 2% !important;
    box-sizing: border-box;
  }

  .sp_width_94_m3 {
    width: 94% !important;
    margin: 3% !important;
    box-sizing: border-box;
  }

  .sp_width_92_p4 {
    width: 92% !important;
    padding: 4% !important;
    box-sizing: border-box;
  }

  .sp_width_66 {
    width: 66% !important;
    box-sizing: border-box;
  }

  .sp_width_49 {
    width: 49% !important;
    box-sizing: border-box;
  }

  .sp_width_32 {
    width: 32% !important;
    box-sizing: border-box;
  }

  .sp_ma0 {
    margin: 0 !important;
  }

  .sp_mt0 {
    margin-top: 0 !important;
  }

  .sp_mr0 {
    margin-right: 0 !important;
  }

  .sp_mb0 {
    margin-bottom: 0 !important;
  }

  .sp_ml0 {
    margin-left: 0 !important;
  }

  .sp_mrl0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sp_ma2 {
    margin: 2% !important;
  }

  .sp_mt2 {
    margin-top: 2% !important;
  }

  .sp_ml2 {
    margin-left: 2% !important;
  }

  .sp_mr2 {
    margin-right: 2% !important;
  }

  .sp_mb2 {
    margin-bottom: 2% !important;
  }

  .sp_mrl2 {
    margin-right: 2% !important;
    margin-left: 2% !important;
  }

  .sp_mt4 {
    margin-top: 4% !important;
  }

  .sp_mt6 {
    margin-top: 6% !important;
  }

  .sp_mt8 {
    margin-top: 8% !important;
  }

  .sp_mb4 {
    margin-bottom: 4% !important;
  }

  .sp_mb6 {
    margin-bottom: 6% !important;
  }

  .sp_mtb4 {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
  }

  .sp_pa0 {
    padding: 0 !important;
  }

  .sp_pt0 {
    padding-top: 0 !important;
  }

  .sp_pr0 {
    padding-right: 0 !important;
  }

  .sp_pb0 {
    padding-bottom: 0 !important;
  }

  .sp_pl0 {
    padding-left: 0 !important;
  }

  .sp_pa2 {
    padding: 2% !important;
  }

  .sp_pt2 {
    padding-top: 2% !important;
  }

  .sp_pb2 {
    padding-bottom: 2% !important;
  }

  .sp_pr2 {
    padding-right: 2% !important;
  }

  .sp_pl2 {
    padding-left: 2% !important;
  }

  .sp_ptb2 {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }

  .sp_pa3 {
    padding: 3% !important;
  }

  .sp_pa4 {
    padding: 4% !important;
  }

  .sp_pr4 {
    padding-right: 4% !important;
  }

  .sp_pl4 {
    padding-left: 4% !important;
  }

  .sp_pb4 {
    padding-bottom: 4% !important;
  }

  .sp_floatn {
    float: none !important;
  }

  .sp_floatl {
    float: left !important;
  }

  .sp_txtc {
    text-align: center !important;
  }

  .sp_txtl {
    text-align: left !important;
  }

  .sp_txtr {
    text-align: right !important;
  }

  .sp_f_bold {
    font-weight: bold !important;
  }

  .sp_wb_ba {
    word-break: break-all;
  }

  .sp_width_100 iframe {
    width: 100%;
    height: auto;
  }

  .box-bg1 .box-bg2 {
    margin-top: 0;
  }

  .h3_box {
    box-sizing: border-box;
  }

  .sp_f_8 {
    font-size: 8px !important;
  }

  .sp_f_10 {
    font-size: 10px !important;
  }

  .sp_f_12 {
    font-size: 12px !important;
  }

  .sp_f_13 {
    font-size: 13px !important;
  }

  .sp_f_14 {
    font-size: 14px !important;
  }

  .sp_f_15 {
    font-size: 15px !important;
  }

  .sp_f_16 {
    font-size: 16px !important;
  }

  .sp_f_18 {
    font-size: 18px !important;
  }

  .sp_f_20 {
    font-size: 20px !important;
  }

  .sp_f_24 {
    font-size: 24px !important;
  }

  .sp_f_26 {
    font-size: 26px !important;
  }

  .sp_f_28 {
    font-size: 28px !important;
  }

  .sp_f_30 {
    font-size: 30px !important;
  }

  .sp_f_32 {
    font-size: 32px !important;
  }

  .sp_f_36 {
    font-size: 36px !important;
  }

  .sp_f_38 {
    font-size: 38px !important;
  }

  /*目次・注釈*/
  ol.t-o-contents li.toc-midashi {
    font-size: 100%;
  }

  .pc_comment {
    font-size: 10px;
    text-align: left;
    color: #777;
  }

  /*共通で使用するもの　ここまで*/
  /*  商品詳細エリア */
  .productDetail thead th {
    font-size: 14px;
    background: #319b03;
    border: none;
    text-align: left;
    padding: 12px 16px;
  }

  .productDetail tbody th {
    width: auto;
    display: inline-block;
    list-style: none;
    text-align: left;
    margin: 40px 0 16px 16px;
    padding: 4px 0 4px 8px;
    background: none;
    border-left: 4px solid #319b03;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    color: #319b03;
  }

  .productDetail tbody td {
    width: 90%;
    display: list-item;
    list-style: none;
    padding: 0 16px;
    border: none;
    font-size: 14px;
    line-height: 1.65;
  }

  .nameArea strong {
    color: #222 !important;
    font-size: 14px;
  }

  .nameArea [data-item-code] {
    word-break: break-all;
  }

  .productPrice .nameArea {
    color: #222;
    background: none;
    font-size: 14px;
    line-height: 1.65;
    padding: 0 16px;
    margin-top: 16px;
  }

  .productPrice .priceArea {
    color: #222;
    background: none;
    font-size: 14px;
    line-height: 1.65;
    padding: 0 16px;
    margin-top: 16px;
    border: none;
  }

  .productPrice .priceArea .before {
    float: none;
    width: 100%;
    text-align: left;
    text-decoration: line-through;
  }

  .productPrice .priceArea .before br,
  .productPrice .priceArea .before span {
    display: none;
  }

  .productPrice .priceArea .after {
    background: none;
    padding: 0;
    float: none;
    text-align: left;
    overflow: visible;
    display: inline-block;
  }

  .productPrice .priceArea .after p:first-child {
    margin-right: 8px;
  }

  .productPrice .priceArea .after p {
    font-size: 14px;
    float: none;
    display: inline-block;
  }

  .productPrice .priceArea .after strong {
    font-size: 14px;
    color: #fff;
    /*background: #e70202;*/
    padding: 5px 8px;
    display: inline-block;
    border-radius: 12px;
    margin-top: 2px;
  }

  .productPrice .priceArea .after .lastPrice {
    vertical-align: bottom;
  }

  .productPrice .priceArea .after .lastPrice {
    float: none;
    overflow: hidden;

    font-size: 18px;
    color: #d70101;
    display: block;
  }

  .productPrice .priceArea .after .lastPrice strong {
    font-size: 20px;
    color: #e70202;
    background: none;
    padding: 0;
    display: inline-block;
    border-radius: 12px;
    margin-top: 2px;
  }

  .productPrice .priceArea .after .lastPrice span.taxIn {
    display: inline-block;
  }

  .productPrice .priceArea .lastPrice .taxIn {
    color: #d70101;
    font-weight: bold;
    font-size: 14px;
  }

  .productPrice .priceArea .lastPrice span {
    display: inline-block !important;
    font-size: 22px !important;
  }

  .productPrice .priceArea .after .lastPrice span,
  .productPrice .priceArea .after .lastPrice br {
    /*display: none;*/
  }

  .productPrice .priceArea .item_title_sub {
    font-size: 14px;
  }

  .productPrice .priceArea .item_title_sub.item_title_sub__option {
    font-size: 12.8px;
    display: contents;
  }

  .productPrice .orderArea {
    margin: 16px 0 0 0;
    padding: 16px;
    background: #f5f5f5;
    border: none;
    text-align: left;
  }

  .productPrice .orderArea dt,
  .productPrice .orderArea dd,
  .productPrice .orderArea .quantity,
  .productPrice .orderArea .btns {
    display: block;
  }

  .productPrice .btns li {
    margin-bottom: 16px;
  }

  .list_price {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1.6;
  }

  .list_price+div {
    display: none;
  }

  .no_tax {
    display: none;
  }

  .discount {
    font-size: 14px !important;
    color: #fff;
    background: #d70101;
    padding: 5px 10px 3px 8px;
    display: inline-block;
    border-radius: 12px;
    margin-top: 2px;
  }

  .discount_number {
    display: inline-block;
  }

  .specials_tokka {
    margin-top: 7px;
  }

  .f_l.discount {
    float: none !important;
    display: inline-block !important;
  }

  .tokka_allow {
    display: none !important;
  }

  .f_35 {
    font-size: 24px !important;
  }

  .productPrice .priceArea .after div {
    float: none;
    display: inline-block;
  }
  .productPrice .priceArea .after > div {
        padding-left: 0;
    }

  .productPrice .priceArea .after .kkdkPriceTtl {
    font-size: unset;
    padding: unset;
  }

  .priceArea .f_left {
    float: none;
  }

  .support {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_box_01,
  .footer_box_02 {
    width: 96% !important;
    margin: 0 2%;
  }

  .flex a {
    color: #222 !important;
  }

  /*タイトル*/
  div.productMain h1 {
    background: #f5f5f5 !important;
    color: #222 !important;
  }

  .productMain h1 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }

  .productMain h1 span.new-line-font-small {
    display: inline;
    font-size: 15px;
  }

  div#content_frame>table.productDetail {
    margin: 16px 0;
  }

  /* リモコンセットの追記分 */
  .item_title {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #222;
    display: inline-block;
    padding: 7px 5px 5px;
    margin: 20px 0 10px;
    float: none;
    margin-right: 10px;
    width: 96%;
    text-align: center;
    border: solid 1px #ccc;
  }

  .option_text {
    display: flex;
    float: left;
  }

  .option_text li {
    padding: 5px;
    text-align: left;
    margin: 8px 2px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 4px;
    font-size: 13px;
  }

  .option_text span {
    display: block;
  }

  .tokka_allow_remotoset {
    display: none;
    float: left;
  }

  .list_price_wrap {
    width: auto;
    float: none;
    text-align: left;
    margin-right: 0;
  }

  .retail_price {
    font-size: 12px;
    font-weight: normal;
    display: inline;
  }

  .bd_b {
    border-bottom: 1px solid #ccc !important;
  }

  .triangle3 {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #d70101;
    margin: 20px auto;
  }

  .kanren {
    background: #777;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }

  .ps_const_border {
    border-bottom: none !important;
  }

  .thumb_width {
    width: 80%;
    margin-bottom: 20px;
    margin: 0 auto;
  }

  .thumb_width li {
    width: 100%;
  }

  .total_priceArea {
    background: #d70101;
    border: none;
    border-bottom: none;
    padding: 10px 10px 18px;
    color: #fff;
  }

  .productPrice .total_priceArea .after {
    overflow: hidden;

    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  .productPrice .total_priceArea .after p {
    float: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
  }

  .productPrice .total_priceArea .after div {
    float: left;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 1.2;
  }

  .productPrice .total_priceArea .after strong {
    color: #fff;
    font-size: 22px;
  }

  .productPrice .total_priceArea .after .lastPrice {
    float: none;
    overflow: hidden;
    color: #fff;
    display: inline-block;
  }

  .productPrice .total_priceArea .lastPrice strong {
    font-size: 35px;
  }

  .productPrice .total_priceArea .lastPrice .taxIn {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }

  .productPrice .total_priceArea .lastPrice span {
    font-size: 22px;
    font-weight: bold;
    margin-top: 2px;
    display: inline-block;
  }

  .total_price {
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    vertical-align: baseline;
  }

  .sale_text {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .total_text {
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
  }

  .total_text a {
    color: #fff !important;
    text-decoration: underline !important;
  }

  .const_border {
    border-bottom: none !important;
  }

  /*見積りボタン　幅・高さ修正*/
  .linkToEstimate_02 {
    background: url(/img/default/button/btn_esti_static.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 80px !important;
    width: 485px !important;
    display: inline-block;
    *display: inline;

    vertical-align: bottom;
    text-indent: -9999px;
    cursor: pointer;
    border: 0px;
    margin-top: 10px;
    max-width: 100%;
    background-size: contain;
  }

  .estimate-button_02 {
    text-align: center;
    margin: 0;
  }

  form.cart_type1 .estimate-button button.linkToEstimate {
    background: url(/img/default/button/btn_esti_static_190711.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 64px !important;
    width: 100% !important;
    background-size: 100% !important;
    margin: 0 !important;
  }

  .orderArea .btn_favorite_static {
    margin-top: 2% !important;
    margin-right: 0 !important;
    text-align: right;
  }

  div.orderArea div.option-list {
    display: block;
  }

  /*景表法対応記述の上の罫線設定*/
  div.orderArea .freebie-display-text {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  hr.dotted-line {
    border-bottom: 1px dotted #aaa;
    margin-top: 5%;
    margin-bottom: 3%;
  }

  /*「フリースペース1」内のメーカー直送表記の中央ぞろえ設定*/
  .freeSpace table {
    width: 100% !important;
  }

  /*注釈追加*/
  .pc_comment {
    font-size: 10px;
    text-align: left;
    color: #777;
  }

  /*標準リモコン価格「オープン価格」*/
  .list_price.sp_text-d-none {
    text-decoration: none;
  }

  /*「PSエコジョーズ対応費」価格部分の調整*/
  .productPrice .priceArea.ps_const_border .after {
    display: block !important;
    clear: both;
  }

  .un_gas_option_text {
    display: flex;
  }

  .un_gas_option_text li {
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 8px 2px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 4px;
  }

  .sold-out-title {
    background: #d70101;
    font-size: large;
    padding: 20px;
    color: #fff;
    text-align: center;
  }

  .sold-out-box {
    padding: 20px;
    border: 2px solid var(--emphasisRed);
    font-size: 18px;
    text-align: center;
  }


  /* 基本仕様内テーブル */
  .productDetail table.un_gasStatic_basicSpecTable tbody tr th {
    background: #f4f4f4;
    border-top: 1px solid #ececec;
    color: var(--defaultTxtColor);
    display: table-cell;
    font-size: 12px;
    line-height: 1.65;
    list-style: none;
    padding: 8px 5px;
  }

  .productDetail table.un_gasStatic_basicSpecTable tbody tr th:first-child {
    border-left: none;
  }

  .productDetail table.un_gasStatic_basicSpecTable tbody tr td {
    border: 1px solid #ececec;
    color: var(--defaultTxtColor);
    display: table-cell;
    font-size: 12px;
    line-height: 1.65;
    list-style: none;
    padding: 8px 5px;
  }

  .productDetail tbody .un_sharedGasStatic_remoteTable {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
  }

  .productDetail tbody .un_sharedGasStatic_remoteTable th,
  .productDetail tbody .un_sharedGasStatic_remoteTable td {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: table-cell;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
  }

  .productDetail tbody .un_sharedGasStatic_remoteTable th {
    background: #f4f4f4;
    border-left: none;
    color: unset;
    margin: 0;
    width: 17%;
  }

  .productDetail tbody .un_sharedGasStatic_remoteTable .un_sharedGasStatic_remoteTable_remoteCodeHead {
    text-align: left;
    width: 22%;
  }

  .productDetail tbody .un_sharedGasStatic_remoteTable .un_sharedGasStatic_remoteTable_priceHead {
    width: 22%;
  }

  .productDetail tbody .un_sharedGasStatic_remoteTable td {
    width: unset;
  }
}