/*
Theme Name: Funitures
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  ***************/


}


.product-small.box.has-hover.box-normal.box-text-bottom {
    background: #fff;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    border-radius: 5px;
	padding:10px;
}

.product-info .product-title {
    font-size: 30px;
    text-transform: uppercase;
}

.product-small.box {
    background: #fff;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    border-radius: 5px;
    padding: 10px;
}

.header-button {
    margin-bottom: 20px;
}