figcaption {
    letter-spacing: 2px;
    top: 15%; right: 0;
    width: 80%;
    /* transform: translateX(-50%); */
}
    figcaption h1 { color: #1d327c; }
    figcaption h4 { color: #0054a6; }

    figcaption::after {
        clear: both;
        content: "";
        display: table;
    }
        @media (min-width: 768px) {
            figcaption h1 { font-size: 4.5rem; }
            figcaption h4 { font-size: 2.0rem; }
        }


#products-page h2 {
    background-color: #0054a6;
}
#products-page .products-nav {
    background-image: url("../../_template/img/S-bg.png");
    background-position: center right -25%;
    background-repeat: no-repeat;
    background-size: auto 95%;
}
    #products-page .nav-pills .nav-link {
        color: #FFF;
        background-color: #2162ad;
        letter-spacing: 1px;
    }
    #products-page .nav-pills .nav-link:hover {
        background-color: #0054a6;
    }
    #products-page .nav-pills .nav-link.active {
        color: #000;
        background-color: #f3c716;
    }

#products-page .products-detail {
    background-color: #0054a6;
}

#products-page .tab-pane > .container > h4 {
    top: -25px; left: 0;
    line-height: 36px;
    background-color: #ffde00;
}
#products-page .tab-pane > .container > h4 > i {
    top: 0; right: -36px;
    width: 52px;
    line-height: 36px;
    background-color: #fbc910;
}

#products-page .tab-pane table th {
    font-weight: lighter;
}
    /* @media (min-width: 576px) { */
        #products-page .tab-pane table th {
            font-size: 1.1rem;
        }
        #products-page .tab-pane table td {
            /* font-size: 1.1rem; */
        }
    /* } */
.made2order {
    /* border: 3px #ffde00 solid; */
    background-color: #ffde00;
    padding: 6px 20px;
    font-size: 18px;
    display: inline-block;
}


.gallery .thumbnail {
    width: 100%; height: auto;
    overflow: hidden;
    border: 7px #FFF solid;
    border-radius: 0.25rem;
    box-shadow: 5px 5px 8px #CCC;
}
.gallery img {
    width: 100%; height: auto;
}
    @media (min-width: 576px) {
        .gallery .thumbnail { max-height: 168px; }
    }

    @media (min-width: 768px) {
        .gallery .thumbnail { max-height: 147px; }
    }
  
    @media (min-width: 992px) {
        .gallery .thumbnail { max-height: 205px; }
    }
  
    @media (min-width: 1200px) {
        .gallery .thumbnail { max-height: 262px; }
    }