/* Overrides */
.woocommerce ul.products li.product .button {
  display: block;
  text-align: center;
}

.woocommerce ul.products li.product .added_to_cart {
  position: absolute;
}
.Mcart_thumbnail {
    max-width: 100px;
}
.Mcart_thumbnail img {
  height: auto;
}
.shopContent select {
    margin-right: 20px !important;
}

/* Header Redesign 21-Feb-2020 */
.main-header .container,
.promotion .slick-track,
.promotion .promo-item,
.promotion .promo-content,
.hero-section .container,
.landing-page .woocommerce .products {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.main-header .top {
  background: url('/wp-content/uploads/2020/02/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 1em 2em;
}

.main-header .bottom {
  background: #303038;
  padding: 0.5em 2em;
}

.main-header .container {
  justify-content: space-between;
  max-width: 1440px;
  flex-wrap: wrap;
}

.main-header .bottom .container {
  max-width: 1540px;
}

.main-header .sticky-menu {
  background: #303038;
  padding: 0.5em 2em;
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99999;
}

.main-header ul {
  padding: 0;
  margin: 0;
}

.main-header li {
  list-style: none;
  display: inline-block;
}

.main-header .sub-menu li a {
  color: white !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  text-decoration: none;
}

.main-header .sub-menu .current-menu-parent > a,
.main-header .sub-menu .current-menu-item > a,
.main-header .sub-menu li a:hover {
  color: #4fbc92 !important;
}

.main-header .sub-menu .sub-menu .current-menu-item > a {
    background: #303038;
}

.main-header .woocommerce-menu>ul li,
.main-header .woocommerce-menu>ul li a {
  font-size: 1.2em;
  color: white;
}

.main-header .side-menu {
  line-height: 0;
  margin-right: 5em;
}

.main-header .logo {
  line-height: 0;
  margin-right: auto;
}

.main-header .logo img {
  max-width: none;
  max-height: 70px;
}

.main-header .woocommerce-menu {
  margin-left: 2em;
}

/* Top Header */
.promotion {
  width: 60% !important;
/*   max-height: 107px; */
  overflow: hidden;
}

.promotion .promo-item {
  justify-content: space-around;
}

.promotion .promo-item img {
    width: auto !important;
}

/* Hero Section */
.hero-section {
  padding: 3em;
  position: relative;
}

.hero-section:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  background: url('/wp-content/uploads/2020/02/hero-bg.jpg') no-repeat center center;
  background-size: cover;
}

.hero-section .content {
    max-width: 45%;
}

.hero-section .title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  position: relative;
}

.hero-section .title:before {
  content: "";
  height: 60%;
  width: 2px;
  background: white;
  display: block;
  position: absolute;
  left: -0.6em;
  top: calc(50% - 30%);
}

.hero-section .description {
  display: block;
  font-size: 1.2em;
  color: white;
  margin-bottom: 1.5em;
}

.hero-section .button,
.CTA .button {
  background: #303038 !important;
  border: none !important;
  text-align: center;
  line-height: 1.4;
}

.hero-section .button:hover,
.CTA .button:hover,
.woocommerce .CTA .button:hover { /* override woocommerce style */
  background: white !important;
  color: #4fbc92 !important;
}

.main-header .logo .mobile,
.promotion .mobile {
  display: none;
  max-height: 30px;
}

/* Landing Page */
.landing-page .hero-section {
  background: url('/wp-content/uploads/2020/02/hero-bg.jpg') no-repeat center center;
  background-size: cover;
}
.landing-page .hero-section:before {
  display: none;
}
.landing-page .hero-section .image {
    position: relative;
    z-index: 0;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
}
.landing-page .hero-section .title {
    line-height: 1;
}
.landing-page .hero-section .title:before {
    height: 100%;
    top: 0;
}
.landing-page .hero-section .subtitle {
    font-size: 1.6em;
    font-weight: 700 !important;
    line-height: 1.4;
}
.landing-page .term-description {
    margin-top: 3em;
}
.landing-page .term-description p {
    padding: 0;
    margin-bottom: 0.5em;
}
.landing-page .content-section .title:before {
    content: "";
    width: 60px;
    height: 8px;
    background: black;
    display: block;
    margin-bottom: 0.5em;
}
.landing-page .content-section .title {
    font-size: 2em;
    position: relative;
    font-weight: 700;
}

.landing-page .woocommerce .products:before,
.landing-page .woocommerce .products:after {
    display: none;
}
.landing-page .woocommerce .products {
    justify-content: space-between;
}
.landing-page .woocommerce .products .product {
    position: static !important;
    height: auto !important;
}
.landing-page .bottom-section {
    text-align: center;
}
.landing-page .bottom-section .button {
    background: #303038;
    border-color: #303038;
}
.landing-page .bottom-section .button:hover {
    background: white;
    border-color: #4ebb91;
    color: #4ebb91 !important;
}

.landing-page .readmore-btn, .shopTable .term-description .readmore-btn {
    padding: 0.5em 2em;
    background: transparent;
    border: 1px solid;
    border-color: #4ebb91;
    color: #4ebb91;
    margin-top: 1em;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.landing-page .readmore-btn:hover, .shopTable .term-description .readmore-btn:hover {
    color: white;
    border-color: #303038;
    background: #303038;
}
.term-description a {
    color: #4ebb91;
}
.landing-page .woocommerce-pagination {
    margin-bottom: 3em;
}

/* Contact Us 22-Apr-20 */
.contactus-widget {
    background: #4ebb91;
    padding: 1em;
    color: white;
    background-image: url(https://purerunning.com.au/wp-content/uploads/2018/06/footer-green-section-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactus-widget a {
    color: white !important;
    font-weight: 700;
}
.contactus-widget > div {
    padding: 1em;
    border: 1px solid white;
}

/* Reviews Section 27-May-20 */
#reviews .contributions-title,
.woocommerce #reviews #comments #contributions-list-title,
#reviews .product-rating-summary h3,
.woocommerce #reviews h3.contribution-title,
.woocommerce-page #reviews h3.contribution-title {
    font-size: 1.5em;
}
#reviews .contributions-form-title {
    font-size: 1.2em;
}
#reviews .product-rating-details {
    font-size: 0.8em;
}
.woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar {
    background: #4ebb91;
}
#reviews #comments {
    max-width: unset;
}
.woocommerce .star-rating span::before {
    color: #4ebb91;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.7em;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce #reviews .woocommerce-review__published-date {
    color: rgba(0, 0, 0, .4) !important;
    font-weight: 600;
}
.woocommerce-review__dash {
    display: none;
}
.woocommerce #reviews .woocommerce-review__author {
    display: flex;
    width: fit-content;
    align-items: center;
}
.contribution-badge {
    background: #4ebb91;
    font-size: 0.6em;
    text-transform: uppercase;
}
.contribution-actions a {
    font-size: 0.9em !important;
    margin-right: 0.2em;
}
.contribution-actions > span {
    font-size: 0.9em !important;
}
.woocommerce #reviews .contribution-actions>a.edit-comment .edit-icon, .woocommerce-page #reviews .contribution-actions>a.edit-comment .edit-icon {
    font-size: 1.5em;
}
.star-rating-selector:not(:checked) input:checked~label.checkbox {
    color: #4ebb91;
}

/* Menu changes 18-Jun-20 */
.main-header li {
    position: relative;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0;
}
.main-header ul .sub-menu {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 1;
    background: #4fbc92;
    top: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}
.main-header ul .sub-menu li {
    width: 100%;
    padding: 0;
}
.main-header ul .sub-menu a {
    display: block;
    padding: 0.5em 1em;
}
.main-header ul .sub-menu a:hover {
    background: #303038;
}

/* Fixes 19-Jun-20 */
.product-tags a {
    display: block;
}
.InstaFeedWrap {
  width: 100%;
}
.widget.woocommerce {
    padding-bottom: 1em;
}
.ShopMenu li.titled a {
    font-size: 16px;
    text-transform: uppercase;
    color: #4fbc92;
    border: none;
    padding: 0 0 4px;
    font-weight: 700;
}
.cart_slide_wrap {
  overflow: auto;
}

.FeaturedCat a {
    text-decoration: none;
    color: black;
}
.FeaturedCat .description {
    background: white;
    z-index: 1;
    position: relative;
    box-shadow: 10px 10px 16px rgba(0,0,0,.12);
    padding: 0.5em 1em;
    box-sizing: border-box;
    margin-bottom: 3em;
}
.FeaturedCat.holder_1 .description {
    max-width: 600px;
    transform: translateY(-38%);
}
.FeaturedCat.holder_2 .description {
    max-width: 580px;
}
.FeaturedCat.holder_3 .description {
    max-width: 495px;
}
.FeaturedCat.holder_4 .description {
    max-width: 720px;
}
.FeaturedCat_holder img {
    min-height: 370px;
}
.socialshare_wrapper .icon {
    padding: 0.5em;
    font-size: 1rem;
}
.star-rating+.price {
    margin: 0;
}
.price {
    margin-top: 1.25em;
}

.FeaturedCatsWrap .read-more {
    width: 100%;
    background-color: #4fbc92;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5em 0;
    transition: all 0.3s ease;
}
.FeaturedCatsWrap .read-more:hover {
    background: #303038;
}

#PushMenuWrap {
    max-width: 600px;
    overflow: hidden;
}

.PushMenu {
    width: 100%;
}
.PushMenu .menu-item-has-children,
.PushMenu .push-shop {
    position: relative;
}
.PushMenu .menu-item-has-children .icon,
.PushMenu .push-shop .icon {
/*     content: "\f107";
    font-family: 'FontAwesome'; */
    position: absolute;
    top: 0;
    font-size: 3.1rem;
    line-height: 1.4;
    right: 0;
    font-weight: 700;
    color: #4fbc92;
    cursor: pointer;
}
.PushMenu .sub-menu.pushopened {
    position: relative;
    left: 0;
    padding-left: 2em;
    font-size: 0.65rem;
    visibility: visible;
    opacity: 1;
    display: block;
}

@media (max-width: 1400px) {  
  .hero-section .image {
    width: 35%;
    height: auto;
  }

  .hero-section .content {
    width: 65%;
    padding: 0;
  }
  .FeaturedCat_holder img {
      min-height: 260px;
  }
}

@media (max-width: 1440px) {
  .FeaturedCat.holder_1 .description {
      transform: translateY(-32%);
  }
}
@media (max-width: 1300px) {
  .FeaturedCat.holder_1 .description {
      transform: translateY(-27%);
  }
}
@media (max-width: 1280px) {
  .FeaturedCat.holder_1 .description {
      transform: translateY(-26%);
  }
}
@media (max-width: 1200px) {
  .main-header .bottom,
  .main-header .sticky-menu {
    padding: 1em 2em;
  }

  .main-header .side-menu {
    position: absolute;
    top: 0.4em;
    z-index: 1;
  }

  .main-header .logo {
    margin: 0 auto;
    width: 100%;
  }

  .main-header .sub-menu {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }

  .main-header .woocommerce-menu {
    position: absolute;
    right: 0;
    top: 0;
  }

  .promotion {
    width: 70% !important;
  }

  .hero-section .image {
    width: 35%;
  }

  .hero-section .content {
    width: 65%;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .FeaturedCat.holder_1 .description {
      transform: translateY(-11%);
  }
  .featuredProductImg img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .main-header .container > .sub-menu {
    display: none;
  }
  
  .CTA {
    width: 100%;
    text-align: center;
  }

  .promotion {
    width: 100% !important;
    margin-bottom: 1em;
  }

  .main-header .sticky-menu .sub-menu {
    display: none;
  }

  #hero {
    padding: 3em 1em;
  }

  .hero-section .image {
    position: absolute;
    right: 0;
  }

  .hero-section .content {
    width: 60%;
    margin: 0;
  }

  .hero-section .title {
    font-size: 2em;
  }
  .landing-page .hero-section .subtitle {
      font-size: 1.4em;
  }
  .FeaturedCat.holder_1 .description {
      transform: translateY(-5%);
  }
  #PushMenuWrap {
    max-width: none;
    width: 60vw;
  }
}

@media (max-width: 480px) {
  /* Overrides */
  .woocommerce ul.products li.product .added_to_cart {
    position: relative;
    z-index: 1;
    top: -68px;
    text-align: right;
  }
  .main-header .sticky-menu .logo .desktop,
  .promotion .desktop {
    display: none;
  }

  .main-header .sticky-menu .logo .mobile,
  .promotion .mobile {
    display: block;
  }
  
  .promotion .mobile {
    max-height: none;
  }

  .main-header .sticky-menu .side-menu {
    top: 0;
  }

  .main-header .logo {
    width: calc(100% - 34px);
    margin: 0 0 0 auto;
  }

  .main-header .sticky-menu .logo {
    width: calc(100% - 130px);
    margin: 0 auto 0 34px;
  }

  .main-header .woocommerce-menu {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .main-header .sticky-menu .woocommerce-menu {
    position: absolute;
    right: 0;
    top: -0.6em;
    width: auto;
  }

  .main-header .bottom li:first-child {
    padding: 0;
  }
  .main-header li .sub-menu,
  .main-header li:hover .sub-menu {
      height: 0 !important;
      display: none !important;
  }

  .CTA .button {
    display: block;
    width: 100%;
  }
  .landing-page .hero-section {
    padding: 3em 1.5em;
  }
  .landing-page .hero-section .title {
    font-size: 1.6em;
  }
  
  .landing-page .woocommerce .products .product {
    width: 100% !important;
  }
  .shopSidebar li a, .product-tags a {
    padding: 0.3em 0 0 12px !important;
    display: inline-block;
  }
  .product-tags a {
    display: block;
  }
  .shopSidebar li:before, .product-tags a:before {
    content: '-';
    display: inline-block;
    position: relative;
    left: -8px;
  }
  .shopSidebar li:before {
    left: 4px;
  }
  .shopSidebar li.titled a {
    padding: 0 !important;
  }
  .shopSidebar li.titled:before {
    display: none;
  }
  .FeaturedCat.holder_1 .description {
      transform: translateY(-0%);
  }
  .shopTable {
    display: flex;
    flex-direction: column;
  }
  .shopTable .shopSidebar {
    order: 2;
  }
  #PushMenuWrap {
    width: 100vw;
  }
}