.specs-area>div {
    border-bottom: 1px solid #eeeeee;
    padding: .5rem!important;
}

.specs-area>div.specs-head {
    background: #eeeeee;
    font-weight: 600;
}

.product-description-head {
    position: sticky;
    top: 90px;
    z-index: 1;
    height: 50px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .07);
}

.product-description-nav {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 70px;
    max-width: 100vw;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: scroll;
}

.product-description-nav li {
    display: inline-block;
    margin-right: 20px;
    height: 50px;
    line-height: 49px;
}

.product-description-nav li button {
    border: none;
    background: transparent;
    color: #444444;
    height: 100%;
    white-space: nowrap;
    transition: all ease .4s;
    outline: none;
    user-select: none;
    font-weight: 500;
}

.product-description-nav li.active button {
    border-bottom: 3px solid #450003;
    color: #450003;
}

.gallery-thumbnails {
    cursor: pointer;
    transform-origin: center;
    transition: all ease .5s;
}

.gallery-thumbnails:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 3px #aaaaaa;
    border-radius: 3px;
}

.bom-image img {
    max-height: 150px;
    width: auto;
    max-width: 150px;
}
/* Media 768 */
@media only screen and (max-width: 768px) {}
/* Media 520 */
@media only screen and (max-width: 520px) {}
/* Media 425 */
@media only screen and (max-width: 425px) {
    .product-description-head {
        position: sticky;
        top: 75px;
    }
}
/* Media 375 */
@media only screen and (max-width: 375px) {
    .product-description-head {
        position: sticky;
        top: 63px;
    }
}
/* Media 320 */
@media only screen and (max-width: 320px) {
    .product-description-head {
        position: sticky;
        top: 52px;
    }
}