.lips-table {
  width: 100%;
  overflow-x: scroll;
  margin-left: 0em;
  overflow-y: visible;
  padding: 0;
}

.lips-table .product-tbl {
    border: 1px solid #f4aeae; border-collapse: collapse;
}
.lips-table .product-tbl thead{
    background-color:rgb(247,247,247);
    color:#f4aeae;
    font-weight:bold;
}
.lips-table .product-tbl thead td{
  vertical-align:middle;
  font-size:24px;
}

.lips-table .product-tbl tr, .lips-table .product-tbl td {
    border: 1px solid #f4aeae;
    text-align: center;
    width:180px;
}

.lips-table .product-tbl tbody td{
    padding:10px;
    vertical-align:top;
}
.lips-table .product-tbl .product-caption{
    font-size:24px;
    color:#f4aeae;
    font-weight:bold;
    width:40px;
    vertical-align:middle;
}
.lips-table .product-tbl .brand-name, .lips-table .product-tbl .name{
    font-weight: bold;
    color:#000;
    text-align:left;
    margin:10px 0px;
    font-size:18px;
}

.lips-table .product-tbl .product-img{
    width:150px !important;
    height:150px !important;;
    max-width:none !important;;
    object-fit:contain;
}


.lips-product-card{
    max-width:620px;
    width:100%;
}
.lips-product-card .product-image{
    max-width:100%;
    width:auto !important;
    height:200px;
    display:block;
    margin:0px auto 30px auto;
    vertical-align:top;
}
.lips-product-card .product-name{
    background-color:#FCEAE9;
    padding:15px;
    color:##3F3F3F;
    display:inline-block;
    font-size:18px;
    letter-spacing: 0.1em;
    font-weight:bold;
    margin-bottom:30px;
}
.lips-product-card .product-a-amazon{
    background-color:#EEAC59;
    height:37px;
    line-height:37px;
    text-align:center;
    width:125px;
    border-radius:5px;
    color:#fff !important;
    display:inline-block;
}
.lips-product-card .product-a-rakuten{
    background-color:#A52C2A;
    height:37px;
    line-height:37px;
    text-align:center;
    width:125px;
    border-radius:5px;
    color:#fff !important;
    display:inline-block;
}

.lips-product-card .product-spec-tbl{
    margin:0px auto 30px auto;
}
.lips-product-card .product-spec-tbl tr, .lips-product-card .product-spec-tbl td{
    border: 1px solid #f4aeae; border-collapse: collapse;
    padding:10px 10px;
}

.lips-product-card .product-description{
    font-size:18px;
    color:##3F3F3F;
    margin:30px auto;
}
.lips-product-card .product-rate{
    font-size:24px;
}
.lips-product-card .product-rate .product-desc{
    color:#3F3F3F;
    display:inline-block;
    margin-left:0px;
    font-size:18px;
}
.lips-product-card .product-rate .product-stars{
    display:inline-block;
    vertical-align:middle;
    margin:0px 5px;
}
.lips-product-card .product-rate .product-stars img{
    color:#E5E5E5;
    margin:0px 2px;
    display:inline-block;
    width:24px !important;
    vertical-align: baseline;
}
.lips-product-card .product-rate .product-score{
    color:#3F3F3F;
    display:inline-block;
    margin-left:0px;
    font-size:18px;
}