.quantity input.qty{
    padding: 10px;
}

.res-old-price-wrapper{
    text-decoration: line-through; 
    font-size: 20px; direction: ltr
}

.slick-track .res-old-price-wrapper{
    font-size: 14px;
    color: #000;
}

.slick-track .res-main-price > a{
    color: #77a464;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}

.woocommerce ul.products .slick-track li.product .button{
    display: block;
    clear: both;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 25px;
}

ul.products .price.res-main-price a {
    color: #C31616;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.res-old-price-wrapper{
    font-size: 18px;
    color: #000!important;
}

.product_type_simple.add_to_cart_button{
    margin-top: 15px!important;
}


.prod-limit{
    clear: both;
    padding: 20px 0;
}


.residents-only-msg{
    display: none;
}
.show_residents_only .residents-only-msg{
    position: absolute;
    display:block;
    bottom: -50px;
    color: red;
}

.residents-only-msg:hover{
    cursor: pointer;
}