/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
    .tm-headerbar-right.uk-flex.uk-flex-middle {
    display: none;
    }
  .home #tm-top-b {
    padding-top: 0px;
  }
}


/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
    /*Home Explore*/
    .home-text-center-img {
        margin-top: 200px;
    }
    .tm-headerbar.tm-headerbar-container .woocommerce-product-search > button:nth-child(3) {
    display: none
    }
    .tm-headerbar.tm-headerbar-container #woocommerce-product-search-field-0 {
        padding-left: 10px;
    }
}

/*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;
  }
}

/*Logos*/
.desktop-logo {
    width: 240px;
    height: auto;
}
.mobile-logo {
  width: 170px;
  height: auto;
}
/*Breadcrumbs*/
.home .uk-breadcrumb {
    display: none;
}

/*Hero Image*/
.home #tm-top-a .uk-container {
    max-width: 1920px;
}



/*Subscribe*/
#tm-bottom-c {
    background: #00227c;
    border-bottom: 8px solid #ba0a15;
}
#tm-bottom-c h2 {
    color: #fff;
}

/*Shop*/
.screen-reader-text {
    display: none;
}
.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 24px;
}
.product_title.entry-title {
    font-size: 30px;
    line-height: 38px;
}
.wsmsb_title {
    font-size: 22px;
    line-height: 26px;
}
.woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 38px;
}
.alignright {
    width: 100px !important;
    height: auto !important;
}

/*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;
}
}


/*Footer*/
#tm-bottom-d a, .uk-link {
    color: #818181;
}
#tm-bottom-d a:hover, .uk-link:hover {
    color: #ba0a15;
}

/*Best Sellers*/
#atw_style15 .atw--single_item .atw_item_bottom {
  padding-bottom: 25px !important;
}