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


}

#sfsi_floater {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: fixed !important;
    right: 30px;
    top: calc(50vh - 45px) !important;
}

.badge-frame .badge-inner, .widget .badge-outline .badge-inner, .badge-inner.on-sale {
    background-color: transparent !important;
}

.on-sale {
    border: 2px solid red !important;
    color: red !important;
}

.widget-title {
	color: #00DB68;
}

.footer-primary, .copyright-footer {
	width: 100%;
}

#comments, #product-sidebar {
	display: none;
}

.copyright-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.checkout-page-title, .my-account-header, .woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
	background-color: #00DB68 !important;
    border-color: #00DB68 !important;
}

.cwginstock-panel-heading h4 {
	margin: 0 !important;
}

.form-group {
	margin: 0 !important;
}

.product-info p.stock {
    font-size: 1.8em !important;
}

.cwgstock_email {
	text-align: left !important;
}

@media (max-width: 575.98px) { 
	#sfsi_floater {
		display: none;
	}
}