body.theme-flatsome .wpo-image-button .wpo-price-container span.amount {
    color: #989696;
    opacity: 1;
}


/* better alignment of the radio buttons at the checckout */
input[type=checkbox], input[type=radio] {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
    width: 5%;
}

/**
 * Menu label 'New'
 */
.label-purple.menu-item > a:after {
	content: 'Orange'; /* Change text */
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #572fbd; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}


/*** Buddypress alterations ***/
.groups-header .desc-wrap .group-description {
    background: #fafafa;
    box-shadow: 0;
    padding: 1em;
    text-align: left;
    font-weight: 800;
}


/*** Post date background to orange ***/
.badge-inner {
    background-color: #ff4d00;
}

/*** Product space above tabs to lessen ***/
.product-footer .woocommerce-tabs {
    border-top: 1px solid #ececec;
	  padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}

/*** Product space under short description to lessen ***/
.product-main {
    padding: 40px 0px 0px 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}




/*** woocommerce remove product sku and other meta data from product page ***/
.product_meta {
    font-size: .8em;
    margin-bottom: 1em;
    display: none;
}


/*** woocommerce width of product listings on catalogue pages ***/
@media screen and (min-width: 850px) {
    .gallery-columns-4 .gallery-item, .large-columns-4 .flickity-slider>.col, .large-columns-4>.col {
        flex-basis: 25%;
        max-width: 100%;
    }

		

		
		
		
		

/*** woocommerce product ordering / sorting in catalog pages ***/
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin-bottom: 30px;
    display: none;
}



/*** hide add to wishlist ***/ 
.yith-wcwl-add-to-wishlist {
    display: none;
}



/*** remove dark footer under existing footer ***/ 
.absolute-footer.dark {
    display: none;
}


/*** no background for mailchimp sign up form ***/ 
#mc_embed_signup {
    background: #ffffff00;
}

/*** Orange line under header ***/ 
.header-main {
    position: relative;
    z-index: 10;
    border-bottom-width: 15px;
    border-bottom-color: #ff4d00;
    border-bottom-style: solid;
}



/*** Yield calculator ***/ 

 .custom-form-wrapper {
       max-width: 400px;
       margin: 20px auto;
   }

.custom-form-wrapper buttoncalc {
   display: block;
   width: 100%;
   padding: 10px;
   background-color: #ff4d00;
   color: white;
   border: none;
   border-radius: 5px;
   font-size: 16px;
   cursor: pointer;
   margin-top: 10px;
}
.custom-form-wrapper buttoncalc:hover {
   background-color: #128888;
}
.custom-form-wrapper form {
   margin-bottom: 20px;
}

label {
           display: block;
           margin: 10px 0 5px;
       }
       input {
           width: 100%;
           padding: 10px;
           margin-bottom: 10px;
           border: 1px solid #ccc;
           border-radius: 5px;
       }
       input:focus {
           border-color: #007BFF;
           outline: none;
       }
       .error {
           border-color: red;
       }
       .success {
           border-color: green;
       }

       .result {
           font-weight: bold;
           color: #ff4d00;
           margin-top: 15px;
       }
       .error-messagecalc {
           color: red;
           font-size: 0.9em;
           margin: -8px 0 10px;
       }

/*** Yield calculator ***/


/*** Hide dollar amount on header ***/
.nav-box a:hover span.amount, .nav-dark span.amount {
    color: currentColor;
    display: none;
}