/*
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.   ***************/
/*
// Left alignment for price tag on Product archieve page 
.price-wrapper{
text-align: left;
}
*/

.shop-page-title .is-xlarge{
display: none;
}

.wfg-popup {
    border: 1px solid #ccc;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 110000;
    background: #fff;
    box-shadow: 0 0 10px 0 #222;
}

/* Wash out banner image to the background */
.banner .banner-inner .banner-bg .bg {
  -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}


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


}