/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.out-of-stock .box .box-image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.shop-loop-cart .quantity{
    display:none;
    margin-top:20px;
}
.shop-loop-cart .quantity .button{
    margin-top:0;
}

.incart-data{
    display:none;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
    margin-top:-20px;
    width:100%;
    padding:10px;
}
.incart-data.vis{
    display:block;
}
.incart-data-inner{
    padding:10px;
    font-size:13px;
    color:#ffffff;
    background-color:rgba(47,167,62,0.8);
    border-radius:8px;
    text-align:center;
}