/*
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.   ****************/

/*@font-face {
    font-family: Manrope;
    unicode-range: U+30-39;
}*/
#back-to-top-button-mbls {
    display: none;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    border-radius: 99px;
}
a#back-to-top-button-mbls{
	display: none;
    position: fixed;
    bottom: 10px;
    z-index: 2147483647;
    margin: auto;
    border-radius: 99px;
    padding: 10px 20px;
    color: black;
    background-color: white;
    padding: 5px 10px;
	font-size:90%;
	border:1px solid;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.secondary-mob-filt{
	display: flex;
   justify-content: center;
}

.image-archive-author-page img{
	border-radius:20px;
}
.wpba-filter-products{
	max-height: 300px;
    overflow: auto;
}
.wpba-filter-products ul li{
	margin-left:0em!important;
}
/*** Round banners **/
.round-corner-banner-kass.banner,.round-corner-banner-kass .bg.bg-loaded, .round-corner-banner-kass.banner .fill{
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blog-header-wrapper{
	    max-width: 90%;
    margin: auto;
    margin-bottom: 41px;
}
.byline,.entry-author.author-box{
	display:none;
}
i.yith-wcwl-icon.fa.fa-heart-o::before {
    content: "";
    font-family: fl-icons!important;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none!important;
}


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


}