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

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

div#top-bar {
    font-size: 18px!important;
}

.html_topbar_right {
    font-size: 18px!important;
}


.product-suk {
    text-align: center;
    color: #012169;
}

.yith-wcqv-button:not(.showinfo .yith-wcqv-button) {
    display: none;
}

.showinfo {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: translateY(150px);
        font-size: 15px;
    display: none;
    z-index: 999;
    text-align: center;
	background: transparent;
}
.product-small:hover .showinfo{
    display:block;
    cursor:pointer;
}



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


}