/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Override Bridge style */
img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  vertical-align: inherit;
}

#em_pd_desc_extra, #product_treemanager {
	z-index: -1;
}
@media (max-width: 450px) {
    #em_pd_desc_extra {
		text-align: left;
		margin-top: 100px;
    }
	
	#product_treemanager {
		text-align: left;
	}
	
	.shop_item{
        max-width:50%;
        display: inline-block;
    }
}

/* Cookie policy */
#cookie-law-info-bar {
	width: 50%;
	text-align: left;
	padding: 30px;
	background-color: rgb(0,0,0,0.7) !important;
	color: #fff !important;
	border-top: solid 3px #95ad47;
}

#cookie-law-info-bar span {
	display: block;
	width: 70%;
}

#cookie-law-info-bar #cookie_action_close_header {
	display: block;
	position: absolute;
	left: 70%;
	top: 35px;
	background-color: #95ad47 !important;
	padding: 10px 30px;
	border-radius: 30px;
}

#cookie-law-info-bar #CONSTANT_OPEN_URL {
	display: block !important;
	position: absolute;
	left: calc( 70% + 110px );
	top: 43px;
	color: #989898 !important;
	text-decoration: none;
}

@media (max-width: 1100px) {
	#cookie-law-info-bar #CONSTANT_OPEN_URL {
		display: inline-block !important;
		position: unset;
	}

	#cookie-law-info-bar #cookie_action_close_header {
		left: 70%;
		top: 45px;
	}
}

@media (max-width: 768px) {
	#cookie-law-info-bar {
		width: 100%;
	}

	#cookie-law-info-bar #CONSTANT_OPEN_URL {
		display: block !important;
		position: absolute;
	}

	#cookie-law-info-bar #cookie_action_close_header {
		left: 70%;
		top: 35px;
	}
}

@media (max-width: 450px) {
	#cookie-law-info-bar #CONSTANT_OPEN_URL {
		display: inline-block !important;
		position: unset;
	}

	#cookie-law-info-bar #cookie_action_close_header {
		top: 60px;
	}
}

@media (max-width: 320px) {
	#cookie-law-info-bar #cookie_action_close_header {
		display: inline-block !important;
		position: unset;
	}

	#cookie-law-info-bar span {
		width: 100%;
	}
}

/* Login, Register, Forgot Password Page */
.tml {
	margin: 0 auto;
	font-family: "Source Sans Pro", sans-serif !important;
}

.tml .message {
	/* border: 1px solid #e6db55; */
	background-color: #ffffe0;
	font-weight: 500;
	text-align: center;
	border: none;
	border-radius: 4px;
}

.tml input[type="text"], .tml input[type="password"], #simba_two_factor_auth, .tml input[type="email"], .tml #mc-input, .tml #user_email, .tml #user_login {
	height: 40px !important;
	border: 1px solid #94ad47;
	border-radius: 4px;
	padding-left: 5px;
}

.tml input[name="reg_tree_name"] {
	width: 100%;
}

.tml input[type="submit"], .tml button[type="submit"], #tfa_login_btn {
	background-color: #95ad47;
	width: 100% !important;
	height: 30px;
	border: 2px solid #dadada;
	border-radius: 4px;
	color: #fff;
	border-color: #95ad47;
}

.tml input[type="submit"]:hover, .tml button[type="submit"]:hover, #tfa_login_btn:hover{
	cursor:pointer;
	background-color: #fff;
	color: #95ad47;
}

.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form {
	margin-bottom: 0px;
	margin-top: 1em;
}

.tml .error {
    background-color: #ffd7d7;
}

.tml-register .error {
	width: 150%;
}

.tml-register .tml-label {
	font-size: 14px;
}

.tml-register input[name="tnc_agreement"] {
	margin-left: 0px !important;
	position: relative;
}

.em_register_form label, .em_register_form .em_tnc_agreement {
	font-size: 14px;
}

#register_modal .p_tnc_agreement {
	text-align: left !important;
}

#reg_passmail {
	display: none;
}

.tml.tml-login .emct-resend-verify-email {
	color: #96ad47;
}

.tml.tml-login .emct-resend-verify-email:hover {
	text-decoration: underline;
	cursor: pointer;
}

.tml.tml-login .emct-resend-verify-email.disabled {
	color: #ADADAD;
    cursor: not-allowed;
    pointer-events: all !important;
}

.tml.tml-login .emct-resend-verify-email.disabled:hover {
	border-color: #ADADAD;
}

/* Search bar on menu from ivory search plugin*/
.em_search_form {
	margin-top: 22px !important;
    border-radius: 50px;
    border: solid 1px #96ad47;
    background-color: transparent;
    padding: 0px 10px !important;
    height: 35px;
}

.em_search_form input[type="text"] {
	border: none !important;
    margin-top: 8px !important;
    margin-left: 5px !important;
    background-color: transparent !important;
    padding: 1px 0px !important;
    font: 400 13.3333px Arial !important;
}

.em_search_form input[type="submit"] {
	display: none;
}

.sticky .em_search_form {
	margin-top: 14px !important;
}

.is-ajax-search-post .is-search-content {
	display: none;
}

.is-ajax-search-details a, .is-ajax-search-result a {
	color: #96ad47 !important;
}

.light.transparent .em_search_form input[type="text"] {
    background-color: transparent;
    color: #fff;
}

.light.transparent .em_search_form {
    border: solid 1px white;
    background-color: transparent;
}

.light.transparent .em_search_form input[type="text"] {
    background-color: transparent !important;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button {
    background: #96ad47 !important;
    color: #FFF !important;
}

@media only screen and (max-width: 1195px) {
	.em_search_form {
		display: none;
	}
}

/* Cause Tracker search section */
.mc4wp-alert, .mc4wp-form-fields input[type="email"] , input[type="text"].form-control{
	text-align:center;
}

#register_modal .mc4wp-checkbox span:before {
	content: "\0a0";
}

.widget .mc4wp-form-fields input[type="submit"] {
    margin: 0;
	background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-sizing: initial !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 39px;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    width: auto;
}

.em_footer_bcorp_logo {
	margin-top: 30px;
}

footer .widget_nav_menu:not(:first-child) {
	margin-top: 20px !important;
}

/* Footer widget newsletter signup */
.widget .mc4wp-form-fields input[type="email"] {
	margin:0;
    width: 65%;
	padding: 12px 0;
	
}
.widget .mc4wp-form-fields br {
	display:none;
}
.widget .mc4wp-form-fields input[type="submit"] {
    width: 30%;
	letter-spacing: 0;
	font-size:0.9em;
	padding:0;
	text-align:center;
}

/* Footer widget partnership */
.footer_col4 .textwidget p {
	padding: 0 0 17px;
    line-height: 22px;
}

.four_columns>.column1 {
	width: 30%;
}
.four_columns>.column2, .four_columns>.column3 {
	width: 20%;
}

.four_columns>.column4 {
	width: 30%;
}

.four_columns>.column4 .widget.widget_text {
	margin-top: 50px !important;
}

.footer_top a, .footer_top .textwidget {
	font-size: 18px;
}
.footer_bottom_holder, .footer_top_holder, #mc_embed_signup {
	background-color: #000 !important;
}
#mc_embed_signup {
	font-family: "Source Sans Pro", sans-serif !important;
}

.woocommerce {
    /* min-height: 500px; */
	font-family: "Source Sans Pro", sans-serif !important;
}

.woocommerce-cart .woocommerce {
    padding-bottom: 50px;
}

.woocommerce table {
	width:100%;
}
.woocommerce-MyAccount-causes.shop_table td{
	border: 1px solid #efefef;
}

.woocommerce h2 {
	margin-bottom: 20px;
    margin-top: 38px;
}

.woocommerce-account .login input[type="text"], 
.woocommerce-account .login input[type="email"] {
    width: auto;
}

.paypal_checkout_button {
	display:block;
	float: right;
	margin-left: 10px;
	margin-top: 50px;
}

/* On shop page hide add to cart button: */
.woocommerce ul.products li.product .add-to-cart-button-outer {
		display: none;
}

/* On ckecout finished page: */
.variation .variation-amount-of-causes {
	display:none;
}

/* on Cause Manager pages: */
.woocommerce-MyAccount-causes.shop_table{
	width: 100% !important;
}
/* Based on WooCommerce style, but then for quantity-select iso quantity */
.woocommerce div.product .cart .quantity_select {
    float: left;
    height: 37px;
    line-height: 37px;
    padding-top: 1px;
    margin-bottom: 30px;
}
.woocommerce div.product .cart .quantity_select .qty {
    height: 38px;
    line-height: 37px;
    margin-right: 5px;
	padding: 0 10px;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount, .woocommerce-page div.cart-collaterals div.cart_totals table tr.order-total strong span.amount {
    color: #95AD47;
    font-size: 1.38462em;
}
.woocommerce input[type="text"]:not(.qode_search_field), .woocommerce input[type="password"], .woocommerce input[type="email"], .woocommerce textarea, .woocommerce-page input[type="tel"], .woocommerce-page input[type="text"]:not(.qode_search_field), .woocommerce-page input[type="password"], .woocommerce-page input[type="email"], .woocommerce-page textarea {
    font-size: 16px;
}

.woocommerce ul.products li.product h6 {
	letter-spacing: 0px !important;
}

/* My account content */
.woocommerce-account .content .container:nth-of-type(1) {
	background-color: #f3f3f3;
}

.woocommerce-account .content footer .container:nth-of-type(1) {
	background-color: #262626;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: #fff;
	border-radius: 10px;
	width: 20%;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 20px 0px;
    box-shadow: inset 6px 0px #95ad47;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding-left: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content, .treeboard_content {
	border-radius: 10px;
	padding: 20px;
	min-height: 200px;
	background-color: #ffffff;
	position: relative;
}

.treeboard_content {
	overflow: hidden;
}

.treeboard_content.report {
	overflow: visible;
}

.woocommerce-account .woocommerce-MyAccount-content::after, .treeboard_content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #95ad47;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.treeboard_msg, .treeboard_msg.hide,
.treeboard_attr .treeboard_stat_mobile {
	display: none;
}

.treeboard_msg {
	border: 1px solid #eaaf00;
	background-color: #fff8e3;
	width: 97%;
	margin: 0 auto 20px;
	padding: 6px;
	border-radius: 5px;
}

.treeboard_msg p {
	color: #eaaf00;
}

.treeboard_msg span {
	float: right;
}

.treeboard_content {
	background-color: #fff;
	margin-bottom: 20px;
	min-height: unset;
	padding-bottom: 0;
}

.treeboard_header .vc_col-sm-4 {
	text-align: right;
	height: 100px;
}

.treeboard_title_section {
	font-size: 12px;
    color: #808080;
	display: inline-block;
}

.treeboard_username {
	margin-top: 10px;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    letter-spacing: normal;
}

.treeboard_user_company_name {
	font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
}

.treeboard_cp_icon {
	cursor: pointer;
}

.treeboard_cp_icon img {
	max-width: 75px;
	margin-top: 10px;
}

.treeboard_icon_container {
	text-align: center;
	height: 80px;
}

.treeboard_icon_container img {
	max-height: 60px;
    margin-top: 10px;
}

.treeboard_attr .vc_col-sm-3:nth-child(2),
.treeboard_attr .vc_col-sm-3:nth-child(3) {
	border-left: 1px solid #dadada;
}

.treeboard_attr .vc_col-sm-3:nth-child(3) {
	border-right: 1px solid #dadada;
}

.treeboard_subtitle {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

.treeboard_stat {
	padding: 0;
}

.treeboard_stat .treeboard_content:first-child {
	width: calc( 50% - 10px );
	margin-inline-end: 10px;
}

.treeboard_stat .treeboard_content:first-child 
.vc_col-sm-8 img,
.treeboard_content.report .treeboard_data img {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.treeboard_content.report {
	width: calc( 50% - 10px );
	margin-inline-start: 10px;
	padding-bottom: 4px;
}

.treeboard_section_header {
    padding: 0 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #BCC1C1;
    margin-bottom: 10px;
}

.treeboard_section_header img {
	display: inline-block;
	width: 25px;
}

.treeboard_stat .treeboard_section_header div {
	display: inline-block;
}

.treeboard_section_header_title {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
	color: #333;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
}

.treeboard_section_header_btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    padding: 0 20px;
    background-color: #fff;
    color:  #95ad47;
    border-radius: 20px;
	font-size: 13px;
	border: solid 1px #95ad47;
	letter-spacing: normal;
}

.treeboard_section_header_btn:hover {
    background-color: #95ad47;
	color:  #fff;
	border: solid 1px #95ad47;
}

.treeboard_data {
	margin: 10px 15px;
    padding: 0px;
    display: flow-root;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
    border-width: thin;
    width: calc(100% - 30px);
}

.treeboard_data:last-child {
	border-bottom: unset;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.treeboard_data_title {
    display: inline-block;
	vertical-align: super;
	letter-spacing: normal;
	color: #333;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

.treeboard_data_number {
	margin-top: 15px;
	color: #333;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
}

.treeboard_notmember_a {
	display: block;
    font-size: 12px;
	color: #95ad47;
	text-decoration: underline;
}

.treeboard_notmember_a:hover {
	color: #95ad47;
}

.treeboard_data_label {
	text-align: right;
	color: #333;
    text-align: right;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	letter-spacing: normal;
}

.treeboard_data_label sup {
	font-size: 0.6em;
}

.treeboard_data_label sub {
	font-size: 0.6em;
}

.treeboard_logout {
	display: none;
	width: 90%;
	border-radius: 25px;
	background-color: #ffffff;
	color: #b5b5b5;
	border: 1px solid #b5b5b5;
	text-align: center;
	padding: 11px 0;
	margin: 0 5%;
}

.lang_help_tip.treeboard_hint {
	transform: scale(0.7);
	float: right;
	z-index: 1;
	margin-top: 6px;
}

.lang_help_tip.treeboard_hint p {
	width: 200px;
}

.lang_help_tip.treeboard_hint:hover p, .lang_help_tip.treeboard_hint:focus p {
	left: -200px;
}

.lang_help_tip.treeboard_hint p:before {
	right: 25px;
}

.lang_help_tip.treeboard_co2_hint {
	width: 10px;
	height: 10px;
	float: none;
}

.lang_help_tip.treeboard_co2_hint:before {
	padding-left: 1px;
	margin-top: -3px;
	font-size: 8px;
	display: block;
	z-index: 999;
	position: relative;
}

@media (max-width: 1200px) {
	.treeboard_data_title_carbon {
		width: 55%;
		line-height: 20px;
	}
}

@media (max-width: 850px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}

	.woocommerce-MyAccount-navigation,
	.treeboard_section_header_btn, 
	.treeboard_attr .treeboard_stat_desktop {
		display: none;
	}

	.treeboard_msg, .treeboard_attr .treeboard_stat_mobile {
		display: block;
	}

	.treeboard_header {
		padding: 0 20px;
	}

	.treeboard_header .vc_col-sm-8 {
		float: left;
	}

	.treeboard_header .vc_col-sm-4 {
		float: right;
	}

	.treeboard_username {
		margin-top: 0;
	}

	.treeboard_username, 
	.treeboard_username + div,
	.treeboard_data_title {
		font-size: 12px;
	}

	.treeboard_attr .vc_col-sm-3 {
		width: 50%;
		padding-block-end: 15px;
	}

	.treeboard_attr .vc_col-sm-3:first-child,
	.treeboard_attr .vc_col-sm-3:nth-child(2) {
		border-bottom: 1px solid #dadada;
	}

	.treeboard_attr .vc_col-sm-3:first-child,
	.treeboard_attr .vc_col-sm-3:nth-child(3),
	.treeboard_stat .vc_col-sm-8,
	.treeboard_content.report .vc_col-sm-7 {
		float: left;
	}

	.treeboard_attr .vc_col-sm-3:nth-child(2),
	.treeboard_attr .vc_col-sm-3:last-child,
	.treeboard_stat .vc_col-sm-4,
	.treeboard_content.report .vc_col-sm-5 {
		float: right;
	}

	.treeboard_attr .vc_col-sm-3:nth-child(3) {
		border-left: none;
		border-right: none;
	}

	.treeboard_attr .vc_col-sm-3:last-child {
		border-left: 1px solid #dadada;
		min-height: 20vh;
	}

	.treeboard_attr .vc_col-sm-3:nth-child(3),
	.treeboard_attr .vc_col-sm-3:last-child {
		padding-block-start: 15px;
		padding-block-end: 0;
	}

	.treeboard_attr .vc_col-sm-3:nth-child(3) 
	.treeboard_icon_container {
		height: 75px;
	}

	.treeboard_attr .vc_col-sm-3:nth-child(3) 
	.treeboard_icon_container img {
		width: 8vw;
		max-height: initial;
	}

	.treeboard_subtitle {
		margin-block-end: 0;
		font-size: 10px;
	}

	.treeboard_attr .vc_col-sm-3:first-child .treeboard_subtitle,
	.treeboard_attr .vc_col-sm-3:nth-child(2) .treeboard_subtitle {
		display: none;
	}

	.treeboard_stat {
		padding: 0;
	}

	.treeboard_stat .treeboard_content:first-child,
	.treeboard_content.report {
		width: 100%;
		margin-inline-end: 0;
	}

	.treeboard_stat .vc_col-sm-8,
	.treeboard_stat .vc_col-sm-4 {
		width: fit-content;
	}

	.treeboard_stat .vc_col-sm-4 {
		display: block;
		padding-inline-start: 0;
	}

	.vc_col-sm-4 .treeboard_data_label,
	.vc_col-sm-4 .treeboard_data_number {
		line-height: initial;
	}

	.treeboard_data_title {
		padding-inline-start: 10px;
		display: inline-block;
		vertical-align: top;
	}

	.treeboard_data_number {
		font-size: 16px;
	}

	.treeboard_content.report {
		margin-inline-start: 0;
	}

	.treeboard_content.report .vc_col-sm-7 span {
		top: 8px;
	}

	.treeboard_logout {
		display: inline-block;
	}
}

@media (max-width: 450px) {
	.treeboard_msg {
		width: 95%;
	}

	.treeboard_msg p {
		font-size: 11px;
	}

	.treeboard_attr .vc_col-sm-3:nth-child(3) 
	.treeboard_icon_container img {
		width: 45%;
	}

	.treeboard_content.report .vc_col-sm-5 {
		position: absolute;
		right: 0;
		top: -10px;
	}

	.treeboard_carbon_title_container {
		max-width: 70%;
	}

	.treeboard_data_title_carbon {
		width: 100%;
	}

	.lang_help_tip:hover .tooltip_text, .lang_help_tip:focus .tooltip_text {
		left: -100px;
	}
}

@media (max-width: 300px) {
	.treeboard_msg {
		width: 88%;
	}

	.treeboard_msg p {
		font-size: 9px;
	}

	.treeboard_stat .vc_col-sm-8 {
		padding-right: 0;
	}

	.treeboard_stat .treeboard_data_number,
	.treeboard_stat .treeboard_data_label {
		margin-block-start: 0;
		font-size: 14px;
	}

	.treeboard_content.report .vc_col-sm-5 {
		top: 0;
	}

	.treeboard_content.report .vc_col-sm-4 {
		margin-block-start: 10px;
	}
}

/* My Account Navigation */
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
    padding-top: 10px;
}

.woocommerce-MyAccount-navigation ul li:hover {
    background-color: #cddf9430;
    width: 75%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	text-transform: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #94ad47;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
	background-color: #95ad4730;
    width: 75%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child.is-active a {
    padding-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	text-transform: none;
	letter-spacing: 0px;
	padding: 10px 0px;
}

.woocommerce .woocommerce-MyAccount-content h2 {
	margin-top: 0px;
}

.woocommerce-MyAccount-content .woocommerce-message, .woocommerce-MyAccount-content .woocommerce-info {
	max-width: 96%;
	padding-top: 0px;
	padding-left: 0px;
}

.woocommerce .woocommerce-message a.button {
	border-color: #dadada;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	max-width: 96%;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 17px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.admin-tools-manage a {
	display: block;
    padding: 8px 24px;
    width: calc(100% - 24px);
    margin-left: -24px;
    font-family: "Montserrat";
    line-height: normal;
    letter-spacing: normal;
	cursor: default;
	font-size: 11.5px;
    font-weight: normal;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #e0e0e0;
    margin-top: 14px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.admin-tools-manage:hover {
	width: calc(100% - 24px) !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{ content: url("images/treeboard/step-icon/treeboard-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--treecard-generator a::before{ content: url("images/treeboard/step-icon/treecard-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--app-blog a::before{ content: url("images/treeboard/step-icon/appblog-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--insights a::before{ content: url("images/treeboard/step-icon/insight-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--admin-stock a::before{ content: url("images/treeboard/step-icon/adminstock-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ngos-inspection a::before{ content: url("images/treeboard/step-icon/ngoinspection-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--trees-inspection a::before{ content: url("images/treeboard/step-icon/treesinspection-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--allocate-trees a::before{ content: url("images/treeboard/step-icon/allocatetrees-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--planting-maps a::before{ content: url("images/treeboard/step-icon/plantingmap-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--reporting a::before{ content: url("images/treeboard/step-icon/reports-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-trees a::before{ content: url("images/treeboard/step-icon/mytrees-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--activity-center a::before{ content: url("images/treeboard/step-icon/activities.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--membership a::before{ content: url("images/treeboard/step-icon/membership-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--custom-profile a::before{ content: url("images/treeboard/step-icon/profile-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{ content: url("images/treeboard/step-icon/orders-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{ content: url("images/treeboard/step-icon/billingaddress-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{ content: url("images/treeboard/step-icon/accountdetails-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{ content: url("images/treeboard/step-icon/logout-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ngo-order-list a::before{ content: url("images/treeboard/step-icon/ngoorderlist-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-forests a::before{ content: url("images/treeboard/step-icon/myforest-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--licensing-dashboard a::before{ content: url("images/treeboard/step-icon/licensing-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-report a::before{ content: url("images/treeboard/step-icon/redeem-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--em-live-data a::before{ content: url("images/treeboard/step-icon/emlivedata-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ngo-management a::before{ content: url("images/treeboard/step-icon/ngo-management.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notif-dashboard a::before{ content: url("images/treeboard/step-icon/appblog-01.svg"); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ecoteam a::before {content: url('images/treeboard/step-icon/ecoteam.svg'); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--planter-inspection a::before {content: url('images/treeboard/step-icon/planter-inspection.svg'); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mrv-inspection a::before {content: url('images/treeboard/step-icon/MRV.svg'); }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a::before {
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(50deg) brightness(104%) contrast(97%);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-trees a {
	position: relative;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-trees a::after{
	content: url("images/treeboard/step-icon/favorite-01.svg");
	vertical-align: middle;
	width: 17px;
	opacity: 0.5;
	position: absolute;
	top: calc(100% - 30px);
	right: 30px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-trees a:hover:after{
	right: 5px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-trees.is-active a::after {
	display: none;
}

/* Shop - adopt */

.woocommerce ul.products li.product {
	max-width: 22%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 7px 18px 0 rgb(201 201 201 / 50%);
	border-radius: 15px;
	margin: 14px;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0 7px 18px 0 rgba(149, 173, 71, 0.7);
	-webkit-box-shadow: 0 7px 18px 0 rgba(149, 173, 71, 0.7);
	-moz-box-shadow: 0 7px 18px 0 rgba(149, 173, 71, 0.7);
}

.woocommerce ul.products li.product img {
	max-width: 90%;
	height: auto;
	border-radius: 10px;
	margin-top: 8px !important;
}

.woocommerce ul.products li.product:hover .image-wrapper img {
	opacity: 1;
}

.woocommerce ul.products li.product h6, .woocommerce ul.products li.product .price {
	text-align: left;
	color: #464646;
	font-size: 14px !important;
}

.woocommerce ul.products li.product .price {
	margin: 0px 15px;
	margin-bottom: 20px;
	font-family: "Source Sans Pro";
}

.woocommerce-product-gallery ol.flex-control-nav {
	max-width: 418px;
	height: auto;
    margin-top: 10px !important;
	display: flex;
}

.woocommerce-product-gallery ol.flex-control-nav li {
	width: 100% !important;
	border: 2px solid #fff;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
	width: 80px !important;
	height: auto !important;
	margin-right: 5px;
}

.woocommerce-product-gallery ol.flex-control-nav li .flex-active {
	border: 2px solid #94ad47;
	margin: 0px;
	padding: 0px;
}

.woocommerce-product-gallery__wrapper {
	border: 2px solid #94ad47;
    border-radius: 10px;
    margin: 2px !important;
}

.woocommerce .summary {
	margin-bottom: 30px;
}

/* Select Tree Card */
.woocommerce-variation-add-to-cart button[type="submit"] {
	margin-top: 4px;
	border-color: #dadada;
}

/* checkout buttons */
.button.cls_place_order_own {
	box-sizing: content-box;
}

/* cart dropdown */
.shopping_cart_dropdown ul li a {
	color: #fff;
}

/* Make Google map clickable everywhere */
header.header_style_on_scroll {
	pointer-events: none;
}
header.header_style_on_scroll .container_inner, 
header.header_style_on_scroll .header_inner {
	pointer-events: auto;
}

/* FAQ fonts */
.ewd-ufaq-post-margin-symbol {
	padding-top: 10px;
}
.ewd-ufaq-post-margin-symbol span {
	font-size: 20px;
}
.ufaq-faq-title-text h4 {
	font-size: 20px;
}

@media (max-width: 450px) {
	.ewd-ufaq-faqs {
		margin: 0 15px;
	}
 
	.ufaq-faq-category-title {
		text-align: center;
	}
}

/* PayPal button on cart page */
.woocommerce-cart-form .paypal_checkout_button, .ec_checkout_page_button_type_paypalimage {
	float: right !important;
	margin-top: 3px;
	min-width: 210px;
    position: absolute !important;
    right: -2px;
    bottom: 60px;
}
.woocommerce-cart-form .paypal_checkout_button:after {
	position: absolute;
    top: -25px;
    left: 0px;
    font-size: 10px;
	content: "PayPal supports MasterCard/VISA/AMEX";
	text-align: left;
    width: 100%;
    font-weight: 800;
	letter-spacing: 0;
}
.woocommerce-page div.cart-collaterals {
	margin-top: 0px;
}
.woocommerce div.cart-collaterals h2 {
	margin-top: 0px;
	text-align: right;
}
.cart_totals table tr td, .cart_totals table tr th {
	text-align: right;
	padding-right: 0px;
}
a.checkout-button.wc-forward {
    background-color: #95ad47;
    border-color: #95ad46;
    color: #fff;
}
a.checkout-button.wc-forward:hover {
    background-color: #fff;
    color: #95ad47;
}

.woocommerce-message ~ .woocommerce-cart-form .paypal_checkout_button, .ec_checkout_page_button_type_paypalimage, .woocommerce-cart-form .paypal_checkout_button.paypalbtn_adj {
    bottom: 20px;
}
.woocommerce-message ~ .woocommerce-cart-form .paypal_checkout_button:after, .woocommerce-cart-form .paypal_checkout_button.paypalbtn_adj:after {
    top: -20px;
}

@media only screen and (max-width: 600px) {
	.woocommerce-cart-form .paypal_checkout_button, .ec_checkout_page_button_type_paypalimage {
	    bottom: 0px;
	}
	.woocommerce-cart-form .paypal_checkout_button:after {
	    top: -20px;
	}
	.woocommerce-message ~ .woocommerce-cart-form .paypal_checkout_button, .ec_checkout_page_button_type_paypalimage, .woocommerce-cart-form .paypal_checkout_button.paypalbtn_adj {
	    bottom: 20px;
	}
	.woocommerce-message ~ .woocommerce-cart-form .paypal_checkout_button:after, .woocommerce-cart-form .paypal_checkout_button.paypalbtn_adj:after {
	    top: -20px;
	}
	.four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4 {
	    width: 100%;
	}
	#mc_embed_signup .button {
		max-width: 90%;
	}
	#mc_embed_signup input.email {
		max-width: 90%;
		text-align: center;
	}
	.shop_table tr,
	.shop_table td{
		font-size: 3vw;
	}
	.woocommerce table .order-total th,
	.woocommerce table .order-total td,
	.woocommerce table .cart-subtotal th,
	.woocommerce table .cart-subtotal td {
		font-size: 2.5vw;
	}

	.woocommerce select{
		font-size: 2.5vw !important;
		padding: .5em 2em .5em 1em !important;
		background-position: calc(100% - 12px) calc(1em + 0.5px), calc(100% - 7px) calc(1em + 0.5px), calc(100% - 2.5em) 0.5em !important;
	}
	
	#fc_info_container {
		position: relative;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.woocommerce button.button, .woocommerce-page button.button, .woocommerce-page input[type="submit"]{
		display: block;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 440px) {
	.ec_checkout_page_button_type_paypalimage {
	    bottom: 0px;
	}
	.woocommerce-cart-form .paypal_checkout_button:after {
	    top: -20px;
	}
	.woocommerce-message ~ .woocommerce-cart-form .paypal_checkout_button {
		bottom: 10px;
		right: 10px;
	}
	.ec_checkout_page_button_type_paypalimage, .woocommerce-cart-form .paypal_checkout_button.paypalbtn_adj {
	    bottom: 20px;
	}
	.woocommerce-message ~ .woocommerce-cart-form .paypal_checkout_button:after, .woocommerce-cart-form .paypal_checkout_button.paypalbtn_adj:after {
	    top: -20px;
	}
	.woocommerce form.checkout .col2-set {
		display: table !important;
		width: 100% !important;
		padding-right: 0px !important;
		margin-bottom: 5%;
	}
}

/* Shopping cart icon */
.shopping_cart_header .header_cart span {
    font-weight: 600;
	font-size: 10px;
    line-height: 21px;
	background-color: #95ad47;
	width: auto;
	height: auto;
	color: #fff;
	padding: 0px 6px;
	border-radius: 15px;
	position: absolute;
	left: 19px;
	top: -10px;
}
.shopping_cart_header .header_cart {
    background-image: url("images/cart-black.png");
    background-size: contain;
	height: 27px;
}
header.dark:not(.sticky):not(.scrolled) .shopping_cart_header .header_cart {
    background-image: url("images/cart-black.png");
	background-size: contain;
} 
header.light:not(.sticky):not(.scrolled) .shopping_cart_header .header_cart {
    background-image: url("images/cart-white.png");
	background-size: contain;
}

#menu-item-myaccount a {
    background-image: url("images/my-account-black.png");
}
header.dark:not(.sticky):not(.scrolled) #menu-item-myaccount a {
    background-image: url("images/my-account-black.png");
} 
header.light:not(.sticky):not(.scrolled) #menu-item-myaccount a {
    background-image: url("images/my-account-white.png");
}

#menu-item-mytrees a {
    background-image: url("images/my-trees-black.png");
}
header.dark:not(.sticky):not(.scrolled) #menu-item-mytrees a {
    background-image: url("images/my-trees-black.png");
} 
header.light:not(.sticky):not(.scrolled) #menu-item-mytrees a {
    background-image: url("images/my-trees-white.png");
}

#menu-item-mytrees a, #menu-item-myaccount a {
	padding: 3px 25px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#menu-item-mytrees {
	margin-left: 25px;
}

.custom_right_menu {
	position: relative;
}

.custom_right_menu .menu_tooltip_text {
	visibility: hidden;
	width: 85px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 90%;
	left: 50%;
	margin-left: -43px;
	font-size: 12px;
}
  
.custom_right_menu .menu_tooltip_text::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}

.custom_right_menu:hover .menu_tooltip_text {
	visibility: visible;
}

.custom_right_menu:hover, .shopping_cart_outer:hover {
	background-color: #ebeedd;
}

.header_bottom_right_widget_holder {
	padding: 0px;
}

/* variation choices product page */
.variations #number-of-trees-each {
	display: none;
}
.variations .reset_variations {
	display:none !important; 
}
.variations td.label {
	width: 100%;
}
.variations td.value { 
	width: 0;
	overflow:hidden;
}

#em_variation_images img {
	width: 150px;
	border: 5px solid white;
	border-radius: 10px;
	cursor: pointer;
}
#em_variation_images img.selected {
	border: 5px solid #96AC44;
}
/* right side header */
.header_bottom_right_widget_holder a {
	font-family: "Source Sans Pro",sans-serif;
    line-height: 75px;
    font-size: 16px;
    letter-spacing: 0px;
}
.header_bottom_right_widget_holder a:hover {
	font-weight: 600;
	letter-spacing: 0px;
	opacity: .8;
}
#menu-header_bottom_menu_right li.menu-item {
	display: inline-block;
}
#menu-header_bottom_menu_right li.menu-item a {
	padding: 0 17px;
}
.light.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li.active > a,
.light.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li::before, 
.light.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.light.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li > a:hover, 
.light:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li.active > a, 
.light:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li::before, 
.light:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.light:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li > a:hover {
    color: #fff;
}
.dark.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li.active > a,
.dark.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li::before, 
.dark.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.dark.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li > a:hover, 
.dark:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li.active > a, 
.dark:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li::before, 
.dark:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.dark:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li > a:hover {
    color: #000;
}
header.sticky .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.light.sticky .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.light.sticky .header_inner_right ul#menu-header_bottom_menu_right > li > a:hover, 
.light.sticky .header_inner_right ul#menu-header_bottom_menu_right > li.active > a, 
.dark.sticky .header_inner_right ul#menu-header_bottom_menu_right > li > a, 
.dark.sticky .header_inner_right ul#menu-header_bottom_menu_right > li > a:hover, 
.dark.sticky .header_inner_right ul#menu-header_bottom_menu_right > li.active > a {
    line-height: 60px;
}

/*
#menu-header_bottom_menu_right li:before {
    content: "";
    background-color: #8A8A8A;
	padding: 5px 0;
    width: 1px;
    display: inline-block;
    position: relative;
}
*/

.dark.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li:before,
.dark:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li:before {
	background-color: #000;
}
.light.header_style_on_scroll .header_inner_right ul#menu-header_bottom_menu_right > li:before,
.light:not(.sticky):not(.scrolled) .header_inner_right ul#menu-header_bottom_menu_right > li:before {
	background-color: #fff	
}
.drop_down .second .inner>ul, li.narrow .second .inner ul {
	background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0px 10px #d2d2d2;
    border-radius: 5px;
}
.light .drop_down .second .inner>ul, .light li.narrow .second .inner ul {
	box-shadow: none;
}
.drop_down .second .inner > ul > li > a {
	color: #000000 !important;
	font-weight: 400;
}
.drop_down .second .inner > ul > li > a:hover, .drop_down .second .inner > ul > li > ul > li > a:hover,
.drop_down .second .inner > ul > li > ul > li > ul > li > a:hover {
	color: #000000 !important;
    background-color: #f2f2f2;
    border-left: solid 3px #95ad47;
}

nav.mobile_menu ul li a {
	color: #0a0a0a !important;
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
	width: 100%;
}

nav.mobile_menu ul>li>span.mobile_arrow i {
	float: left;
	line-height: inherit;
}

nav.mobile_menu ul>li.my-trees-top-menu {
	display: none;
}

.dark nav.main_menu ul li:hover a {
	color: initial !important;
}

header.transparent:not(.sticky) .drop_down .second {
	top: 100%;
}

nav.main_menu > ul > li.unclickable_menu > a, .unclickable_menu > a {
    pointer-events: none;
}

nav.main_menu > ul > li.unclickable_menu:hover > a, .unclickable_menu:hover > a {
	font-weight: 600;
}

nav.main_menu > ul > li.unclickable_menu:hover, .unclickable_menu:hover {
    cursor: pointer;
}

.sub_menu_active {
	display: block !important;
}

.drop_down .second .inner > ul > li.treemanager-top-menu > ul > li > a {
	letter-spacing: 0.3px;
}

nav.main_menu ul li:hover a {
	color: unset;
}

.drop_down .narrow .second .inner ul li.newlabel > a:after {
	content: "new";
	background-color: #95ad47;
	display: inline-block;
	margin-left: 12px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	line-height: 17px;
	bottom: 2px;
	position: relative;
	letter-spacing: 0;
}

/* product button */
button[name="add-to-cart"] {
	background-color: #95ad47 !important;
	color: #fff !important;
	font-weight: 600 !important;
	margin-top: -1px !important;
}

button[name="add-to-cart"]:hover {
	background-color: #ffffff !important;
	color: #95AD47 !important;
}

/* for removing woocommerce desc for out of stock items */
div.q_accordion_holder.toggle.boxed.woocommerce-accordion.accordion.ui-accordion.ui-accordion-icons.ui-widget.ui-helper-reset {
	display: none;
}

/* hover on menu */
#menu-header_bottom_menu_right li.menu-item:hover{
	cursor: pointer;
}

#menu-header_bottom_menu_right li:first-child:before {
	width:0px;
}

#coupon_code {
	border: 1px solid #e6e6e6;
}
#coupon_code+input.button {
	top:0 !important;
}

/* register popup */
.mc4wp-checkbox input[type='checkbox'] {
	margin-left: 0px !important;
}

.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form {
	font-size: 14px;
}

/* consumer button */
.em_consumer_btn {
	background-color: rgb(149, 173, 71);
	display: none !important;
    width: 55px;
    height: 53px;
    position: fixed;
    right: 30px;
    bottom: 35px;
    z-index: 1001;
    border-radius: 5px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}

/* dashboard */
#dashboard_mytrees_btn , #dashboard_report_btn , #dashboard_orders_btn , #dashboard_address_btn , #dashboard_account_btn, #dashboard_treemanager_btn {
	width: 130px;
    margin-left: calc( 50% - 90px);
    font-size: 14px !important;
}


@media (min-width: 1366px) {
	.content .content_inner .full_width .full_width_inner .clearfix:after,
	.content .content_inner .full_width .full_width_inner .clearfix:before {
		display: unset;
	}
}

@media only screen and (min-width: 1000px) {
	.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-17387 a {
		background-color: #95ad47;
	    padding: 10px 25px !important;
	    border-radius: 50px;
	    color: #000 !important;
	    border-color: #95ad47;
	    border-style: solid;
	    border-width: 2px;
	}

	#menu-top_menu li.menu-item.menu-item .second ul li.menu-item.menu-item a:hover {
		font-weight: 400 !important;
	}
	
	.drop_down .second .inner ul li.sub ul li a {
		font-weight: 400 !important	;
	}

	.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-17387 a:hover {
		background-color: #ffffff;
	    color: #95ad47 !important;
	}

	.light .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-17387 a {
		box-shadow: 2px 2px 100px #000;
	}

	.light.sticky .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-17387 a {
		box-shadow: none !important;
	}

	#menu-top_menu {
		margin-left: 30px;
	}

	#menu-top_menu li.menu-item.menu-item a:hover, 
	#menu-top_menu li.menu-item.menu-item .second ul li.menu-item.menu-item a b {
		font-weight: 600 !important;
	}

	.boxzilla.boxzilla-18109.boxzilla-center.boxzilla-sample-box {
	    max-width: 500px !important;
	    padding: 50px 20px;
	    opacity: 0.95;
	    border-radius: 20px;
    	border-top: 2px solid #95ad47;
	}
}

/* for paypal button */
.woocommerce table.cart tbody tr td img.ec_checkout_page_button_type_paypalimage {
    display: block !important;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	header .q_logo img.mobile {
		height: 65px !important;
		top: -7px;
	}
	
	.main_menu {
		display: none;
	}
	nav.mobile_menu {
		display: block;
	}

	#menu-header_bottom_menu_right {
		display:none;
	}
	.woocommerce ul.products li.product {
		height: 312px !important;
	}

	ul.products.clearfix {
		margin-left: calc( 50% - 300px );
	}
	
}


@media only screen and (min-width: 769px) {
	.woocommerce .product .images {
		width: 38%;
	}
	.woocommerce .summary {
		width: 60%;
	}
}

@media only screen and (max-width: 769px) {
	.woocommerce ul.products li.product {
		float: none;
		max-width: 300px ;
		margin-left: calc( 50% - 150px );
		height: auto !important;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 450px) {
	/* consumer button */
	.em_consumer_btn {
	    width: 52px;
	    height: 52px;
	    line-height: 47px;
	    right: 15px;
    	bottom: 12px;
	}

	nav.mobile_menu ul>li>span.mobile_arrow i {
		float: unset;
	}

	nav.mobile_menu #menu-item-99996 a {
		background: #95ad47;
		position: relative;
		padding: 5px 15px;
		margin: 15px 0px;
		border-radius: 30px;
		color: #fff !important;
		font-weight: bold;
		text-align: center;
	}
}

@font-face {
    font-family: Montserrat-Bold;  
    src: url(includes/assets/font/Montserrat-Bold.woff2) format('woff2');  
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Montserrat-Medium;  
    src: url(includes/assets/font/Montserrat-Medium.woff2) format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";  
	src: url(includes/assets/font/Montserrat-Regular.woff2) format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";  
    src: url(includes/assets/font/SourceSansPro-Light.woff2) format('woff2');  
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";  
    src: url(includes/assets/font/SourceSansPro-Regular.woff2) format('woff2');  
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";  
    src: url(includes/assets/font/SourceSansPro-SemiBold.woff2) format('woff2');  
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";  
    src: url(includes/assets/font/SourceSansPro-Bold.woff2) format('woff2');  
    font-weight: bold;
    font-display: swap;
}

h1, .h1, h1 a, .title h1 {
	font-family: "Montserrat-Bold";
	font-size: 50px;
}

h1 {
	text-transform: none;
}

h2, .h2, h2 a, .blog_holder.blog_small_image h2, .blog_holder.blog_small_image h2 a {
	font-family: "Montserrat-Bold";
	font-size: 40px;
}

@media (max-width: 450px) {

	.blog_holder article .post_image>a {
		width: 95%;
		margin-inline-start: 3px;
	}

	.blog_holder.blog_small_image h2, .blog_holder.blog_small_image h2 a {
		font-size: 30px;
	}

	aside.widget {
		margin: 0 10px 42px 10px;
	}

	.blog_holder.blog_single article h2 {
		text-align: left;
		font-size: 18px;
	}

	.content .container .container_inner {
		width: 350px;
	}

	.blog_holder.blog_small_image h2, .blog_holder.blog_small_image h2 a {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

h3, .h3, h3 a {
	font-family: "Montserrat-Bold";
	font-size: 32px;
}

h4, .h4, h4 a {
	font-family: "Montserrat-Medium";
	font-size: 25px;
}

h5, .h5, h5 a {
	font-family: "Montserrat-Bold";
	font-size: 21px;
}

h6, .h6, h6 a, .footer_top h5 {
	font-family: "Montserrat-Bold" !important;
	font-size: 16px !important;
}
li {
	font-family: "Source Sans Pro" !important;
	font-size: 16px;
}

nav.main_menu>ul>li>a {
	font-family: "Source Sans Pro", sans-serif !important;
    line-height: 75px;
    font-size: 16px;
	letter-spacing: 0px;
}

nav.main_menu > ul > li > a:hover {
	font-weight: 800;
	letter-spacing: 0px;
}

.qbutton {
	font-family: "Source Sans Pro", sans-serif !important;
	border-radius: 50px;
	text-transform: none;
	border-color: #95AD47;
	background-color: #95AD47;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

.qbutton.grey {
	background-color: #cacaca;
	border-color: #cacaca;
}

.qbutton.grey:hover {
	color: #cacaca !important;
}

.vc_row.em_vc_row_middle {
	margin-left: 0px;
	margin-right: 0px;
}

.drop_down .second .inner > ul > li > a, .drop_down .second .inner > ul > li > ul > li > a,
.drop_down .second .inner > ul > li > ul > li > ul > li > a {
	font-family: "Source Sans Pro",sans-serif !important;
	font-size: 16px !important;
    letter-spacing: 1px;
}

.drop_down .second .inner ul li.sub ul li a i.q_menu_arrow {
	display: inline-block;
}

.drop_down .second .inner ul li:hover ul > li > ul {
    display: none;
}

.drop_down .second .inner ul li:hover ul > li:hover > ul {
	z-index: 20;
    display: block;
}

.textwidget {
	font-family: "Source Sans Pro" !important;
}

header.sticky nav.main_menu > ul > li > a, 
header.light.sticky nav.main_menu > ul > li > a, 
header.dark.sticky nav.main_menu > ul > li > a {
	color: #0a0a0a;
	font-family: "Source Sans Pro", sans-serif !important;
	font-weight: 400;
	letter-spacing: 0px;
}

p, body {
	font-family: "Source Sans Pro";
	font-size: 16px;
	letter-spacing: 0.7px;				   
}

.menu-item a {
	text-transform: none !important;
}
.qbutton:hover {
	background-color: #ffffff ;
	color: #95AD47 ;
}
.woocommerce .single_add_to_cart_button {
	font-family: "Source Sans Pro", sans-serif !important;
}

.woocommerce .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-page table.my_account_orders thead tr th {
	font-family: "Source Sans Pro", sans-serif !important;
}
.woocommerce table.cart td.actions input[type="submit"], .woocommerce input#place_order, .woocommerce-page input[type="submit"], .woocommerce .button {
	font-family: "Source Sans Pro", sans-serif !important;
}

.woocommerce .button, .woocommerce input[type=submit] {
	font-family: "Source Sans Pro", sans-serif;
	border-radius: 50px;
	text-transform: none;
	border-color: #dadada;
	background-color: #ffffff;
	color: #000000; 
	font-size: 16px;
	font-weight: 600;
}

.woocommerce .button:hover, .woocommerce input[type=submit]:hover {
	background-color: #95ad47;
	color: #ffffff;
	border-color: #95ad47;
}

.woocommerce .woocommerce-message a.button {
	font-family: "Source Sans Pro", sans-serif !important;
	border-radius: 50px !important;
	text-transform: none !important;
	border-color: #dadada !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: 600;
}

.woocommerce .woocommerce-message a.button:hover {
	background-color: #95ad47 !important;
	color: #ffffff !important;
	border-color: #95ad47 !important;
}

.post-type-archive-product .title, .single-product .title { 
	background-image: none !important;
}

.post-type-archive-product .title_holder {
	text-align: center !important; 
}

.single-product .title_holder {
	display: none !important;
}

.single-product .title { 
	background-image: none !important;
	height: 60px !important;
}

.vc_custom_1558076960744 {
	z-index: 1;
}

/* .product {
	height: 550px;
} */

.post-type-archive-product .title_size_medium h1, .single-product .title_size_medium h1 {
    font-family: "Montserrat-Bold";
	font-size: 40px;
}

.woocommerce .product h1.product_title {
	font-family: "Montserrat-Bold";
	font-size: 40px;
    text-transform: none;
}

.woocommerce div.product .summary p.price span.amount, .woocommerce div.product .summary p.price {
    color: #0a0a0a;
    margin-bottom: 20px;
    font-family: "Montserrat-Medium";
	font-size: 25px;
	font-weight: bold;
}

.woocommerce div.product .cart {
	margin-top: 10px;
}

.woocommerce div.product .cart button{
	position: relative !important;
	right: -35% !important;
	bottom: 20px !important;
	font-size: 20px;
	padding: 7px 60px !important;
	border-color: #95AD47 !important;
	background-color: #95AD47 !important;
	color: #ffffff !important;
	width: 100px !important;
}

.woocommerce div.product .cart button:hover {
	background-color: #ffffff !important;
	color: #95AD47 !important;
}

.text-hover {
	color: #95ad47;
	font-weight: bold;
}

footer .footer-payment-logo-mobile {
	display: none;
}

@media (max-width: 1005px) {
	.single-product .title { 
		background-image: none !important;
		height: 60px !important;
		display: none !important;
	}
}

@media (max-width: 768px) {
	/* .woocommerce-cart-form {
		margin-block-end: 50px;
	} */

	/* .product {
		height: 1050px;
	} */

	.title .not_responsive {
	    display: none !important;
	}

	.single-product .title { 
		height: 0px !important;
	}

	/* .single-product .content .container .container_inner {
	    padding: 0px !important;
	} */
}

@media (max-width: 600px) {
	/* .product {
		height: 1150px;
	} */

	.woocommerce div.product .cart button{
		width: 60% !important;
		text-align: center !important;
		right: 0px !important;
		bottom: 0px !important;
	}
}

@media (max-width: 450px) {
	footer .footer-payment-logo {
		display: none;
	}

	footer .footer-payment-logo-mobile {
		display: block;
	}

	.woocommerce div.product .cart button{
		width: 50% !important;
		text-align: center !important;
		right: 0px !important;
		bottom: 0px !important;
	}

	/* cart page table */
	.woocommerce table.cart {
		font-size: 3vw;
		margin: 0 auto;
	}

	.woocommerce-page table.cart thead tr th {
		font-size: 2.5vw;
	}

	.woocommerce table.cart div.coupon,
	.woocommerce table.cart div.coupon input,
	.woocommerce table.cart td.actions input[name="update_cart"] {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	h1, .h1, h1 a {
		font-size: 42px;
	}
	h4, .h4, h4 a {
	    font-size: 21px;
	}
	.woocommerce .coupon {
		margin-right: 0px !important;
		margin-top: 3%;
		margin-bottom: 3%;
	}
}

@media (max-width: 350px) {
	/* .product {
		height: 1000px;
	} */

	.woocommerce div.product .cart button{
		width: 50% !important;
		text-align: center !important;
		right: 0px !important;
		bottom: 0px !important;
	}

	h1 {
		font-size: 40px;
	}
}

.woocommerce-product-gallery__image {
	left: -2px;
}

.woocommerce-product-gallery__wrapper {
	border: none !important;
}

.button3 a{
	background: none !important;
	background-color: transparent !important;
	color: white !important;
	border-color: white !important;
}

.button3 a:hover {
	background: none !important;
	background-color: white !important;
	color: #95ad47 !important;
}

.text-hover:hover {
    text-decoration: underline;
}

.woocommerce .title .title_holder .container {
	background-color: white;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px;
}

/*woocommerce-font*/
.myaccount_user, .woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info,
.woocommerce div.message {
    font-family: "Montserrat-Bold";
}

.template_marker {
	color: red;
}

/* #ForestsClub Toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C0C0C0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #95AD47;
}

input:focus + .slider {
  box-shadow: 0 0 1px #95AD47;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.ourforest_toggle_lable p {
	position: relative;
	top: 3px;
	left: 5px;
	width: 110px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pf-active {
    color : #95AD47;
}

.pf-not-active {
    color : #C0C0C0;
}

.fc-card-label {
	font-weight: bold;
}

.fc-card-label-container {
	vertical-align: text-top;
    margin-right: 5px;
}

/* explaination box */
#fc_info_container {
	margin-top: 3.5%;
	background-color:#e8e7e7;
	padding: 20px;
	width: 50%;
}

#fc_icon_container {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}

#fc_info_text_container {
	display: inline-block;
	width: 80%;
	padding-left: 4%;
}

#fc_info_text_container p, #fc_info_text_container li {
	font-size: 14px;
	line-height: 19px;
}

#fc_info_text_container h3 {
	font-size: 18px;
}

#div_forest_club {
    position : relative;
    bottom : 15px;
    float: right;
}

@media (max-width: 450px) {
    #div_forest_club {
        left : 0%;
    }

    #fc_info_container {
		position: relative;
		width: 85%;
	}
}

#back_to_top {
	display: none;
  }
  
  .content {
	z-index: 101;
  }
  
  nav.main_menu > ul > li > a {
	height: 0% !important;
  }
  
  /* remove all outline on clicking element */
  *:focus {
	outline: 0;
	outline: none;
  }

/* Forest product on shop */
.postid-21735.woocommerce div.product .cart .quantity_select {
	display: none !important;
}

.postid-21735.woocommerce div.product .cart button{
	left: 0px !important;
}

.postid-21735 #em_pd_desc_extra, .postid-21735 #product_treemanager {
	display: none !important;
}

.product_cat-forestshop .cart .quantity_select {
	display: none !important;
}

.product_cat-forestshop .cart button{
	left: 0px !important;
}

/* Tree shop sub title */

#treeshop_switch {
	padding-left: 2%;
	margin-bottom: 30px;
}

#treeshop_switch .switch {
	scale: 0.7;
}

#treeshop_switch input:checked+.slider {
	background-color: silver;
}

.woocommerce-shop .title_outer .has_background.title .title_holder {
	position: relative;
}

.treeshop_section_text.active {
	color: #95ad47;
	font-weight: bold;
	letter-spacing: 0;
}

@media (max-width: 450px) {
    #treeshop_switch {
		padding-left: 0px;
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width: 450px) {
	footer .footer_col2 .column_inner,
	footer .footer_col3 .column_inner {
		display: flex;
	}
	footer .footer_col2 .column_inner .widget.widget_nav_menu,
	footer .footer_col3 .column_inner .widget.widget_nav_menu {
		width: 100%;
	}
	footer .footer_col4 .column_inner .textwidget {
		display: flex;
	}
	footer .footer_col4 .column_inner .textwidget p {
		margin-right: 20px;
	}
}

@media screen and (max-width: 850px) and (orientation: landscape) {
	footer .footer_col4 .column_inner .textwidget p i {
		font-size: 30px !important;
	}
}

.em-post-title {
	margin-top: 50px;
}

.em-post-title h2.entry_title {
	line-height: 49px;
	color: #333333;
}

.blog_holder article .post_info {
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;

	color: #555555;
	margin: 20px 0px;
}

.blog_holder article .post_info a {
	color: #555555;
}

.blog_holder article .post_text .post_text_inner ol {
    padding-left: 1.8em;
}

.blog_holder article .post_text .post_text_inner p, 
.blog_holder article .post_text .post_text_inner ul li,
.blog_holder article .post_text .post_text_inner ol li {
	font-family: 'Montserrat' !important;
	font-size: 14px;
	color: #555555;
	margin-bottom: 10px;
}

.em-blog-filter {
	text-align: right;
	color: #333333;
	margin-bottom: 1.5em;
	margin-right: 2%;
}

.em-blog-filter select {
	background: #FFFFFF;
	border: 1px solid #8C8C8C;
	padding: 5px;
	-webkit-appearance: button;
}

/* Woocommerce style */
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    max-width: 96%;
}

li .em-wc-close,
.em-wc-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
}

li .em-wc-close {
	top: 0;
}

.woocommerce-error.em-wc-error {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    width: fit-content;
	min-width: 50%;
}

.woocommerce-message.em-wc-message {
    list-style: none;
    background-color: #95ad4730;
    padding: 5px;
    margin: 0 15px 15px 0;
    width: fit-content;
    font-family: "Source Sans Pro";
    font-size: 16px;
    margin: 15px 0;
	min-width: 50%;
}

.woocommerce-error.em-wc-error li,
.woocommerce-message.em-wc-message {
    letter-spacing: 0.7px;
    font-weight: 400;
    position: relative;
    padding-right: 35px;
    line-height: normal;
	text-align: left;
}

.woocommerce-error.em-wc-error li {
	text-transform: initial;
    margin-bottom: 5px;
	background-color: #ffd7d7;
    padding: 5px 35px 5px 5px;
}

.woocommerce-error.em-wc-error li span.em-message-inner-error {
	margin-left: 30px;
    padding-right: 0px;
    display: block;
}

.em-wc-error .em-message-inner-error li,
.em-wc-message .em-message-inner-success {
	text-transform: lowercase;
	line-height: normal;
	display: inline-block;
    padding-left: 30px;
    text-align: left;
}

.em-message-inner-error:first-letter,
.em-message-inner-success::first-letter {
    text-transform: uppercase;
}

span.em-message-inner-success a,
span.em-message-inner-error a {
	font-weight: 600;
    text-decoration: underline;
	color: #303030 !important;
    background-color: unset !important;
    padding: unset !important;
    margin-left: 5px;
}

.woocommerce-error.em-wc-error li i,
.woocommerce-message.em-wc-message i {
	position: absolute;
    margin-right: 10px;
	top: 8px;
}

.woocommerce-error.em-wc-error li strong,
.woocommerce-message.em-wc-message strong {
    font-weight: 400;
}

.woocommerce-info.em-wc-message a.woocommerce-Button {
	text-align: left;
    font-weight: 400;
    font-style: normal;
	font-family: inherit;
	line-height: 26px;
	margin-left: 3px;
	text-transform: lowercase !important;
	border: unset;
	background: unset !important;
	padding: 0;
	color: #94ad47 !important;
	height: auto;
	text-decoration: underline;
}

.woocommerce-info.em-wc-message a.woocommerce-Button:active {
	all: none;
}
/* End of Woocommerce style */

/** START POPUP CSS **/
.em__popup {
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.25s ease-in-out;
	transition-delay: 0.65s, 0.2s;
}

.em__popup .inner {
	width: 420px;
	max-width: 95%;
	border-radius: 20px;
	box-shadow: 0 9px 23px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 100px;
	opacity: 0;
	transition: margin-bottom 0.4s cubic-bezier(0.42, 0.72, 0.37, 1.31),
		opacity 0.25s ease-in-out;
	transition-delay: 0s, 0s;
	border-top: 5px solid #95ad47;
	position: relative;
	z-index: 99999;
}

.em__popup .inner .em-popup-content {
	line-height: 27px;
	padding: 35px;
	max-height: calc(100vh - 260px);
	overflow: auto;
}

.em__popup .inner .close-icon {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: center;
	padding: 6px;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	color: #0a0a0a;
}

.em__popup .inner .close-icon:hover {
	color: #95ad47;
}

.em__popup.show {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s, 0s;
}

.em__popup .inner.show {
	transition-delay: 0.15s, 0.15s;
	margin-bottom: 0;
	opacity: 1;
}

.em-office {
	width: 100%;
	background: #363636;
	padding: 35px 0;
}

.em-office .em-office-content {
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.em-office .em-office-content .em-office-title {
	width: 25%;
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.em-office .em-office-content .em-office-locations {
	width: 75%;
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.em-office .em-office-content .em-office-locations .em-office-location {
	width: 33.3%;
	position: relative;
	color: #CACACA;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: normal;
}

.em-office .em-office-content .em-office-locations .em-office-location:not(:last-child)::after {
	content: "";
    position: absolute;
    right: 0;
    top: -25%;
    height: 150%;
    width: 1px;
    background-color: #999;
    transform: rotate(90deg);
}

.em-office .em-office-content .em-office-locations .em-office-location .em-office-country {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media (max-width: 480px) {
	.em-office {
		padding: 50px 0;
	}

	.em-office .em-office-content {
		flex-direction: column;
	}

	.em-office .em-office-content .em-office-title {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.em-office .em-office-content .em-office-locations {
		flex-direction: column;
		gap: 50px;
		width: 100%;
	}

	.em-office .em-office-content .em-office-locations .em-office-location:not(:last-child)::after {
        transform: unset;
        height: 50%;
        top: 130%;
        right: 50%;
    }
}

@media screen and (max-width: 480px),
(max-width: 992px) and (orientation: landscape) {
	.em__popup .inner {
		max-width: 90%;
		border-radius: 0px !important;
	}

	.em__popup .inner .footer img {
		border-radius: 0;
	}
}
/* End of popup */

/* Loading */
.em_loading {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 0.5s linear infinite;
}

.em_loadingwheel {
	color: #95AD47;
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	animation: mulShdSpin 1.3s infinite linear;
	transform: translateZ(0);
}

.em_loadingbar {
    width: 80%;
    height: 4px;
    background: linear-gradient(to right,#95ad47,#95ad47);
    background-color: #ccc;
    margin: 30px 0;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scrollLoading 1.2s ease-in-out infinite;
}

@keyframes mulShdSpin {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 
		2em -2em 0 0em, 3em 0 0 -1em, 
		2em 2em 0 -1em, 0 3em 0 -1em, 
		-2em 2em 0 -1em, -3em 0 0 -1em, 
		-2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
		3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
		-2em 2em 0 -1em, -3em 0 0 -1em, 
		-2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 
		2em -2em 0 0, 3em 0 0 0.2em, 
		2em 2em 0 0, 0 3em 0 -1em, 
		-2em 2em 0 -1em, -3em 0 0 -1em, 
		-2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
		3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
		-2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
		3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
		-2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
		3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
		-2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
		3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
		-2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
		3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
		-2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

@keyframes shadowPulse {
    33% {
    background: #FFF;
    box-shadow: -24px 0 #95AD47, 24px 0 #FFF;
    }
    66% {
    background: #95AD47;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #95AD47;
    }
}

@keyframes scrollLoading {
    50% {
        background-size:80%;
    }
    100%{
        background-position:125% 0;
    }
}
/* End loading */

/* loading ellipsis */
.em-loading-ellipsis {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
}

.em-loading-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #95AD47;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.em-loading-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.em-loading-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.em-loading-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.em-loading-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
