/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
h1, .uk-h1 {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: -40px;
}
.footer-brands {
  width: 50px !important;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 45px;
}
}


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

/*Logos*/
.desktop-logo {
  width: 300px;
  height: auto;
  margin-top: 20px;
}
.mobile-logo {
    width: 180px;
    height: auto;
}
.footer-logo {
    width: 100%;
    height: auto;
}
.footer-brands {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

/*Toolbar*/
.tm-toolbar .uk-float-left {
  float: none;
}
.slogan-text {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
}

/*Background*/
/*Home Story*/
#tm-top-b { 
  background: url('/wp-content/uploads/home-bg-1.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Home Why Choose Us*/
.home #tm-top-d { 
  background: url('/wp-content/uploads/home-bg-2.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Shop BG*/
.uk-block.tm-block-main.uk-block-default {
	  background: url('/wp-content/uploads/home-bg-2.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Shop*/
.screen-reader-text {
    display: none;
}
.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 24px;
}
.product_title.entry-title {
    font-size: 26px;
    line-height: 36px;
}
.wsmsb_title {
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 38px;
}
.woocommerce-loop-category__title {
	font-size: 16px;
	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;
}
}

/*Contact Form*/
.powered-by {
    display: none !important;
}

/*Footer*/
#tm-bottom-c li {
	line-height: 30px;
}
#tm-bottom-c a {
	color: #fff;
}
#tm-bottom-d a {
	color: #fff;
}
.locations-footer {
	margin-left: 20px;
}

/*Menus Button*/
.uk-subnav.uk-flex-center {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uk-subnav > * > :hover, .uk-subnav > * > :focus {
background: url('/wp-content/uploads/button-bg.png') no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;