/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 03 2023 | 14:57:33 */
@media only screen and (max-width: 600px) {
.woofc-count {
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    display: block;
    cursor: pointer;
    position: fixed;
    left: 15px !important;
    bottom: 5px !important;
    z-index: 99999997;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0,0,0,.15) 0 0 20px;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 0 20px;
    box-shadow: rgba(0,0,0,.15) 0 0 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
	
.woofc-count i {
    font-size: 31px;
    line-height: 10px;
    color: #fff !important;
}
	
}