/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2024 | 22:38:53 */
selector .elementor-widget-container {
    overflow: visible;
}
.ehow_cart_count {
	font-size: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: 0px;
    position: absolute;
    width: 16px;
    height: 16px;
    padding: 0;
    font-weight: bold;
    background-color: #ff0000;
    color: #fff;
    border-radius: 51%;
}
/* hide if count is 0 */
.ehow_cart_count:empty {
    display: none !important;
}
