﻿.entry-content h2{font-size: 24px;}
/* BRIDAL TABLE STYLES - Mobile First */
.bridal-table-box {
    margin: 0 -16px;
    max-width: 100vw;
    overflow-x: auto;
}
.bridal-table {
    width: 100%;
    min-width: 900px;
    font-size: 13px;
    line-height: 1.5;
    border-collapse: separate;
    border-spacing: 0;
    border-right: 1.5px solid #999;
    border-bottom: 1.5px solid #999;
    border-top: 1.5px solid #999;
    border-left: 1px solid #999;
}
.bridal-table th,
.bridal-table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: left;
}
.bridal-table td {
    background: #fff;
}
/* =============================================
   MOBILE - Left Sticky Columns
   ============================================= */
.bridal-table .l-tr td, 
.bridal-table .l-tr th{
    border-bottom: 1.5px solid #999;
}
.bridal-table .l-th {
    position: -webkit-sticky;
    position: sticky;
    font-size: 13px;
    z-index: 1;
    color: #333;
}
.bridal-table .l-th1 {
    left: 0;
    width: 204px;
    min-width: 204px;
    max-width: 204px;
    background: #f5f5f5;
    border-right: 1px solid #999;
    font-weight: bold;
}
.bridal-table .l-th2 {
    left: 0;
    width: 53px;
    min-width: 53px;
    max-width: 53px;
    font-weight: bold;
    background: #f5f5f5;
    border-bottom: 1.5px solid #999;
}
.bridal-table .l-th2 span {
    color: #FF0000;
}
.bridal-table .l-th3 {
    left: 70px;
    width: 134px;
    min-width: 134px;
    max-width: 134px;
    background: #ffffff;
    font-weight: normal;
    border-right: 1px solid #999;
}
.bridal-table .l-th4 {
    left: 70px;
    width: 23px;
    min-width: 23px;
    max-width: 23px;
    font-weight: normal;
    background: #ffffff;
    font-size: 12px;
}
.bridal-table .l-th5 {
    left: 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    font-weight: normal;
    background: #ffffff;
    font-size: 12px;
    border-right: 1px solid #999;
}
/* Header Rows */
.bridal-table .l-thead-1 th,
.bridal-table .l-thead-1 td {
    text-align: center;
    font-size: 14px;
}
.bridal-table .l-thead-1 .l-th {
    background: #f5f5f5;
}
.bridal-table .company-header {
    background: #FEDBBC !important;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bridal-table .product-name {
    background: #fff !important;
    text-align: center;
    padding: 0;
}
.bridal-table .product-txt {
    font-size: 12px;
}
.bridal-table .product-name img {
    max-width: 120px;
    height: auto;
}
.bridal-table .product-name strong {
    display: block;
    font-size: 16px;
    color: #8b4c35;
    margin-bottom: 4px;
}
.bridal-table .product-sub {
    display: block;
    font-size: 11px;
    color: #666;
}
/* Price Row */
.bridal-table .price th,
.bridal-table .price td {
    border-bottom: 2px solid #999;
}
.bridal-table .l-th.price {
    color: #333;
    background: #f5f5f5;
}
.bridal-table .price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}
/* Data Cells */
.bridal-table tbody td {
    font-size: 12px;
    line-height: 1.4;
    vertical-align: top;
    min-width: 100px;
    text-align: center;
}
.bridal-table td.center {
    text-align: center;
}
.bridal-table td.left {
    text-align: left;
}
/* Detail Button */
.bridal-detail-btn {
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 40px);
    padding: 12px 20px;
    background: #e67e22;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background 0.3s;
}
.bridal-detail-btn:hover {
    background: #d35400;
}
/* Notes Row */
.bridal-table .notes-row .l-th {
    background: #f5f5f5;
}
.bridal-table .notes {
    font-size: 11px;
}
/* Footer Row */
.bridal-table .bobun td {
    text-align: center;
}
/* Scroll hint */
.table-scrollabel {
    display: block;
    position: fixed;
    top: calc(50vh - 54px);
    left: calc(50vw - 54px);
    width: 108px;
    height: 108px;
    background: url(../img/bridal/icon-scrollable.svg) no-repeat center center;
    background-size: 108px 108px;
    opacity: 0;
    z-index: 100;
    transition: .3s;
}
.table-scrollabel.js_move {
    opacity: 1;
}
/* =============================================
   DESKTOP (768px+)
   ============================================= */
@media screen and (min-width: 768px), print {
    .bridal-table-box {
        margin: 0;
        overflow-x: auto;
    }
    .bridal-table {
        min-width: 100%;
    }
    .bridal-table .l-th1 {
        width: 284px;
        min-width: 284px;
        max-width: 284px;
    }
    .bridal-table .l-th2 {
        width: 73px;
        min-width: 73px;
        max-width: 73px;
    }
    .bridal-table .l-th3 {
        left: 91px;
        width: 193px;
        min-width: 193px;
        max-width: 193px;
    }
    .bridal-table .l-th4 {
        left: 91px;
        width: 63px;
        min-width: 63px;
        max-width: 63px;
    }
    .bridal-table .l-th5 {
        left: 171px;
        width: 113px;
        min-width: 113px;
        max-width: 113px;
    }
    .bridal-table td {
        min-width: auto;
        max-width: none;
    }
    .bridal-table .price {
        font-size: 20px;
    }
    .bridal-table .product-name img {
        max-width: 180px;
    }
}
/* =============================================
   Bridal Table Scroll Hint
   ============================================= */
.bridal-table-box {
    margin: 0 -16px;
    max-width: 100vw;
    overflow-x: auto;
    position: relative;
  }
  .table-scrollabel {
    display: block;
    position: fixed;
    top: calc(50vh - 54px);
    left: calc(50vw - 54px);
    width: 108px;
    height: 108px;
    background: url(/assets/stinger8/img/bridal/icon-scrollable.svg) no-repeat center center;
    background-size: 108px 108px;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .table-scrollabel.js_move {
    opacity: 1;
  }
  @media screen and (min-width: 768px) {
    .bridal-table-box {
      margin: 0;
    }
  }
  