/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.header-main .nav > li > a {
    font-weight: 500;
}
.dotsbg:after {
    content: '';
    background: url(https://shglobal.123websitedev.com/wp-content/uploads/2025/05/point.png);
    position: absolute;
    top: 160px;
    left: 0;
    height: calc(100% - 160px);
    width: 100%;
    z-index: -1;
}
span.price.contact-price {
    color: #b11717;
    font-size: 15px;
    font-weight: bold;
}
.product-summary span.price.contact-price {
    font-size: 20px;
}
/*
.header-main .nav > li a {
    margin: 15px;
}

.header-main .nav > li.menu-item > a {
    margin: 2px;
    background: #353535;
    padding: 8px 20px;
}*/