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


}

.header-full-width .container {
	max-width: 80% !important;align-content
	}

.text-center .button:last-of-type, .text-right .button:last-of-type {
    margin-right: 0 !important;
    width: 100% !important;
    background-color: black !important;
	height: 45px;
	font-size: larger;
}

.product-small.box {
    border: 1px ridge #e5e5e5;
}

.count {
    display: none;
}

.woocommerce-product-description {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.badge {   
    height: 1.8em; 
}

.badge-container {
    margin: 10px 10px 0px;
}

.thwepof-input-field {
    width: 55% !important;
}