del .amount::before,
ins .amount::before {
  margin-right: 5px;
}

del .amount::before {
  content: 'Was:';
}

ins .amount::before {
  content: 'Now:';
}



/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
    #mega_main_menu {
    	display: none;
    }
.uk-navbar-flip {
    float: right;
    top: 0px;
    position: relative;
	}
}


/*Screen*/
@media (min-width: 767px) {
    .mobile {
    	display: none;
    }
	nav {
    position: relative;
    height: 0px;
	}
}

/*Mobile Navigation*/
@media (max-width: 767px) {
    .uk-offcanvas .uk-panel {
    margin: 0px 0px 5px 0px;
   }
    .uk-panel.widget_search {
    padding-bottom: 15px;
  }
    .uk-accordion.uk-text-left {
    padding-top: 5px;
  }
  .pif-has-gallery .wp-post-image--secondary {
    width: 265px !important;
    }
}

/*Logos*/
.desktop-logo {
    width: 130px;
    height: auto;
    position: relative;
    top: -90px;
}
.mobile-logo {
	width: 120px;
	height: auto;
}

/*Headerbar*/
.header-number {
    position: relative;
    right: 660px;
    top: 30px;
    z-index: 999 !important;
}
.aws-search-form.aws-show-clear {
    position: relative;
    top: -30px;
    z-index: 9999 !important;
    right: 370px;
}
.aws-container .aws-search-field {
    border: 1px solid #269005;
}
.aws-container .aws-search-form .aws-form-btn {
    background: #269005;
    border: 1px solid #269005;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background: #269005;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}
.header-account {
    position: relative;
    top: -70px;
}
.header-account a {
    color: #269005 !important;
}
.header-account a:hover {
    color: #9ab850 !important;
}

/*Mega Main Menu*/
#mega_main_menu.main_menu {
    top: -88px;
    position: relative;
}


/*Shop*/
.screen-reader-text {
    display: none;
}
.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 18px;
}
.product_title.entry-title {
    font-size: 24px;
    line-height: 26px;
}
.woocommerce-products-header__title.page-title {
    font-size: 24px;
    line-height: 26px;
}

/*Shop Products Dual*/
@media only screen and ( max-width: 980px ) {
.woocommerce-page ul.products li.product:nth-child(n) {
width: 47.5% !important;
margin-right: 2.5% !important;
}
.woocommerce-page ul.products li.product:nth-child(2n) {
margin-right: 0 !important;
}
}

/*Reviews BG*/
.home .tm-block.bottom-b.tm-block-default {
	background: url('/wp-content/uploads/home-reviews-bg-1024x430-1.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Footer*/
.footer-top .uk-h4.uk-margin-top-remove {
	color : #269005;
	text-transform: uppercase;
}
.tm-block.footer-top.tm-block-dark hr {
    border-top: 2px solid #269005;
    width: 12%;
}

.tm-block.top-teaser.tm-block-full-width.tm-block-primary {
    top: 20px;
}

/*Footer*/
.uk-text-center.uk-margin-bottom-large.tm-block.tm-block-dark {
    padding: 10px !important;
}