/*
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.   ***************/
.grecaptcha-badge { visibility: hidden; }

.on-sale {
	background: #d60000;
}

.product_list_widget .woocommerce-Price-amount {
	font-size: 12px;
}

.product_list_widget .right {
	float: left;
	display: block;
	width: 100%;
}

.product_list_widget .left {
	display: block;
	width: 100%;
}

.product-small .woocommerce-Price-amount {
	margin: 0 !important;
}

.product-small .original-price {
	font-size: 14px !important;
}

.icon-box:hover .icon-inner {
	background: #6793d2 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.after-cart-section {
	margin-top: 20px;
	overflow: hidden;
}

.after-cart-row {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}

.after-cart-icon {
	float: left;
	width: 55px;
}

.after-cart-icon img {
	height: 45px;
}

.after-cart-text {
	float: left;
	margin-top: 9px;
}

.variations_form {
	margin-bottom: 0 !important;
}

.product-main {
	padding: 40px 0 0 0;
}

.product-small .add_to_cart_button:not(.primary) {
	display: none;
}

#custom_html-3 .textwidget {
	line-height: 20px;
}

#custom_html-3 .longform_hr {
	margin: 15px auto 8px;
}

.widget .social-icons {
	margin-top: 15px;
}

.flickity-button-icon {
	background: #6793d2;
	color: white;
}

.accept-this-1 {
	line-height: 0px;
	margin-bottom: 20px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}

div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}

div.wpcf7-validation-errors:before {
    content:'\f057';
}

.wpcf7 .wpcf7-response-output {
    margin: 0 0 15px 0;
    border-radius: 10px;
}

.wapf-field-container {
	padding: 0 !important;
}

.product-page-price {
	margin-bottom: 20px !important;
}

.wapf-product-totals{ display:none !important; }

.wapf-field-group {
	margin-bottom: 20px;
}

/*div.product .product_meta .tagged_as {
    display: none;
}*/

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


}