/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2025 | 09:56:05 */
/* --- CSS for Product View Count - V3 (Fallback Positioning) --- */
.wd-product .wd-product-view-count i.fa{display:none;}
.wd-product-view-count {
    /* Style and position */
    font-size: 13px; 
    color: #888; 
    font-weight: 400;
    
    /* Display as a block *above* the price to ensure it renders */
    display: block !important; 
    text-align: left;
    
    /* Padding/Margin adjustments for spacing */
    margin: 0px; /* Top, Right, Bottom, Left (15px for card padding) */
    
    /* Ensure no suppression */
    opacity: 1 !important;
    transform: none !important;
}

/* Style the Font Awesome Icon */
.wd-product-view-count i.fa {
    font-family: 'FontAwesome' !important; 
    font-size: 12px !important; 
    margin-right: 5px; 
    color: #888; 
    position: relative;
    top: -1px;
    font-weight: 900; 
}

/* Cleanup: Remove padding from the price line and ensure the buttons stay correctly positioned */

/* Remove price padding that was used to make space for the buttons */
.product-grid-item .product-element-bottom .price {
    padding-right: 0 !important; 
    display: block !important; /* Ensure the price takes up a full line */
}

/* The button bar positioning remains the same */
.wd-custom-button-bar-abs-parent {
    bottom: 10px; 
}

.product-grid-item .product-element-bottom {
    padding-bottom: 50px; 
}