/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 07:36:04 */
.posts-navigation {
    display:none;
}

#floating-product-price{
    position:fixed;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border:2px solid #d6b16f;
    padding:20px 15px;
    min-width:120px;
    text-align:center;
    z-index:9999;
    font-size:24px;
    font-weight:700;
    color:#0a3766;
    box-shadow:0 0 10px rgba(0,0,0,.15);
}

@media(max-width:767px){

    #floating-product-price{
        top:auto;
        bottom:0;
        right:0;
        left:0;
        transform:none;
        width:100%;
        padding:15px;
        font-size:22px;
    }

}