/**
 * Nutralife Products
 * http://manik.me
 *
 * Copyright (c) 2017 MD Sultan N.
 * Licensed under the GPLv2+ license.
 */
.product-banner {
  background-color: #FCFCFC;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 250px;
  background-size: cover;
  overflow: hidden; }
  .product-banner .product-header-banner {
    max-width: 100%;
    height: auto; }

.single-product-media {
  background-color: #e6e7e8;
  padding: 20px;
  overflow: hidden; }
  .single-product-media .product-media-left {
    width: 40%;
    float: left; }
  .single-product-media .product-media-right {
    padding-left: 5%;
    width: 55%;
    float: left; }
  .single-product-media .product-title-link:hover {
    color: inherit;
    text-decoration: none; }
  .single-product-media .product-media-title {
    color: #cd171e;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase; }
  .single-product-media .product-media-sizes {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase; }
  .single-product-media .single-product-thumb {
    width: 100% !important;
    height: auto; }
  .single-product-media.product-loop {
    min-height: 350px;
    background-color: transparent !important; }
    .single-product-media.product-loop .product-media-title {
      font-size: 1em;
      height: 38px; 
	  overflow: hidden; }
    .single-product-media.product-loop .product-short-description {
      width: 100% !important;
      max-width: none;
      min-height: 168px;
      margin-bottom: 20px; }
    .single-product-media.product-loop .product-read-more-btn {
      font-size: 1em; }
    .single-product-media.product-loop .product-media-sizes {
      display: none; }
  .single-product-media.single .product-media-title {
    font-weight: 600; }

.product-description {
  color: #626262 !important; }
  .product-description > h2 {
    margin-top: 0;
    color: #626262 !important; }
  .product-description h2 {
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #626262 !important; }
  .product-description h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 0;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
    color: #626262 !important; }

.single-product-meta {
  margin-top: 30px; }
  .single-product-meta ul li {
    color: #cd171e;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase; }

.external-source-link-btn {
  text-transform: uppercase;
  display: block;
  width: 90%;
  color: #626262;
  border: 2px solid #626262;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.2em;
  font-weight: 400;
  transition: all 0.6s; }
  .external-source-link-btn:hover {
    text-decoration: none;
    color: #cd171e;
    border-color: #cd171e; }

.related-product-title {
  font-size: 2.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #626262; }

.product-read-more-btn {
  border: 2px solid #626262;
  padding: 5px 30px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #cd171e;
  transition: all 0.6s; }
  .product-read-more-btn:hover {
    text-decoration: none;
    color: #cd171e;
    border-color: #cd171e; }

.taxonomy-label-wrapper .taxonomy-label {
  text-transform: uppercase;
  color: #cd171e;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px; }
  .taxonomy-label-wrapper .taxonomy-label i {
    margin-left: 8px;
    font-weight: 600;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: top; }

.taxonomy-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0 !important; }
  .taxonomy-list li {
    list-style: none;
    padding-left: 0; }
    .taxonomy-list li a {
      text-transform: uppercase;
      font-weight: 600;
      color: #4c4d4f;
      transition: all 0.6s; }
      .taxonomy-list li a.active {
        color: #cd171e; }
      .taxonomy-list li a:hover {
        text-decoration: none;
        color: #cd171e; }

.product-buy-button {
  color: #cd171e;
  font-size: 1.4em;
  text-transform: uppercase;
  border: 2px solid #cd171e;
  padding: 11px 20px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-table;
  font-weight: 600; }
  .product-buy-button:hover {
    text-decoration: none;
    color: #cd171e; }

.product-page-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2em !important;
  color: #4c4d4f;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px; }

.taxonomy-list-wrapper {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.08); }

.taxonomy-meta-wrapper {
  overflow: hidden;
  margin-bottom: 20px; }

.taxonomy-meta {
  background-color: #cd171e;
  color: #fff;
  text-align: center;
  padding: 40px 20px; }
  .taxonomy-meta .taxonomy-meta-title {
    color: inherit;
    font-weight: 600;
    text-transform: uppercase; }

.taxonomy-meta-image {
  line-height: 1;
  margin: 0;
  padding: 0; }
  .taxonomy-meta-image .img {
    line-height: 1;
    margin: 0;
    padding: 0; }

.breadcrumbs {
  margin-bottom: 30px; }

.trail-items .trail-item::after {
  padding: 0 0.2em; }
.trail-items .trail-item, .trail-items a {
  text-transform: uppercase;
  color: #626262;
  font-weight: 400; }
  .trail-items .trail-item:hover, .trail-items a:hover {
    text-decoration: none;
    color: #cd171e; }
.trail-items .trail-end {
  color: #000 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.related-blog-wrapper {
  height: 168px;
  position: relative;
  overflow: hidden; }
  .related-blog-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }
  .related-blog-wrapper img {
    width: 100% !important;
    height: 100% !important; }
  .related-blog-wrapper .related-blog-title {
    font-size: 1em;
    text-align: left;
    width: 90%;
    font-weight: 600;
    position: absolute;
    top: 0;
    line-height: 1.4em;
    padding-left: 5%;
    padding-top: 15%;
    color: #fff;
    z-index: 9; }
    .related-blog-wrapper .related-blog-title:after {
      content: '';
      border-top: 4px solid #cd171e;
      position: absolute;
      bottom: -20px;
      width: 30%;
      left: 50%;
      transform: translate(-50%); }

.taxonomy-banner {
  position: relative;
  overflow: hidden;
  max-height: 450px; }
  .taxonomy-banner .container {
    position: relative;
    overflow: hidden; }
  .taxonomy-banner .taxonomy-banner-image {
    max-width: 100%;
    height: auto; }
  .taxonomy-banner .taxonomy-banner-text {
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .taxonomy-banner .taxonomy-banner-title {
    text-transform: uppercase;
    font-size: 3.5em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2; }
  .taxonomy-banner p {
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.6em; }

.taxonomy-meta-desc {
  text-align: left; }
  .taxonomy-meta-desc a {
    border: 1px solid #fff;
    line-height: 1;
    padding: 6px 30px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    color: #fff; }
    .taxonomy-meta-desc a:hover {
      text-decoration: none;
      color: #fff; }

.blog-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#Top_bar.is-sticky {
  z-index: 999999 !important; }

.tax-title-link {
  text-align: center; }
  .tax-title-link .tax-title {
    font-size: 1.2em;
    color: #cd171e;
    line-height: 1.3em;
    font-weight: 600;
    min-height: 42px; }
  .tax-title-link:hover {
    text-decoration: none;
    color: #cd171e; }

.breadcrumbs-wrap .breadcrumbs {
  margin-bottom: 30px; }

.non-popular-tax-title-link {
  font-size: 1em;
  color: #cd171e;
  line-height: 1.1em;
  font-weight: 600;
  border: 1px solid #626262;
  padding: 5px 30px;
  margin: 5px 4px;
  display: inline-block; }
  .non-popular-tax-title-link:hover {
    text-decoration: none;
    color: #cd171e; }

.tax-image-link img {
  max-height: 230px !important;
  width: auto !important; }

.nutralife-popular-taxonomy {
  padding: 70px 0 0 0;
  overflow: visible; }

.popular-category-label {
  position: absolute;
  top: 0;
  margin-left: -11px;
  background: #cd171e;
  padding: 10px 30px 10px 18px;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em; }
  .popular-category-label:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 41px solid #e6e7e8;
    border-left: 12px solid transparent; }

.js .slicknav_menu {
  display: none; }

.align_center {
  text-align: center; }

.mobile-menu-wrapper {
  display: none; }

.breadcrumbs-mobile-tax-wrapper .taxonomy-list-wrapper {
  display: none; }

@media only screen and (max-width: 1170px) and (min-width: 960px) {
  .taxonomy-meta-wrapper {
    padding-left: 5% !important; } }
@media only screen and (max-width: 1170px) {
  .taxonomy-list-column {
    display: none; }
    .taxonomy-list-column + div {
      width: 100% !important;
      margin-left: 0 !important; }

  .mobile-menu-wrapper {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 30px;
    position: relative; }
    .mobile-menu-wrapper .tax-responsive-menu-toggle {
      font-size: 22px;
      line-height: 34px;
      color: #cd171e; }
    .mobile-menu-wrapper .tax-mobile-menu-label {
      margin-top: -5px;
      vertical-align: middle;
      display: inline-block;
      margin-left: 5px; }
    .mobile-menu-wrapper + nav {
      display: inline-block;
      vertical-align: text-top;
      margin-top: -3px; }

  .menu-active .taxonomy-list-wrapper {
    display: block;
    z-index: 99; }
  .menu-active .taxonomy-list {
    display: block !important; }

  .taxonomy-list-column {
    display: none; }
    .taxonomy-list-column + div {
      width: 100% !important;
      margin-left: 0 !important; }

  .taxonomy-list-wrapper {
    height: auto !important;
    position: absolute;
    display: none;
    top: 30px;
    margin-top: .5em;
    background: #fff;
    min-width: 12em;
    border-radius: 0 0 .2em .2em;
    z-index: 0;
    padding: 10px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3); }
    .taxonomy-list-wrapper .taxonomy-list {
      display: block; }
    .taxonomy-list-wrapper .taxonomy-label i {
      display: none !important; } }
@media only screen and (min-width: 960px) {
  .no-gutter {
    position: relative;
    overflow: hidden;
    max-height: 405px; }
    .no-gutter .column {
      width: 50% !important;
      margin: 0 !important; }

  .taxonomy-meta-image .taxonomy-meta-thumb {
    min-height: 405px !important; }

  .no-gutter .column:first-child {
    background-color: #cd171e;
    padding-bottom: 100%; }

  .product-description {
    padding-left: 30px; }

  .product-short-description {
    max-width: 70%; }

  .single-product-media.related-product {
    min-height: 366px; }

  .double-cols-parent {
    overflow: hidden; }
    .double-cols-parent .pager_wrapper {
      margin-bottom: 20px; }
    .double-cols-parent .three-fourth {
      min-height: 600px; }

  .taxonomy-meta-image .taxonomy-meta-thumb {
    display: none; } }
.single-product-media.related-product .product-media-left, .single-product-media.related-product .product-media-right {
  width: 100%;
  float: none;
  clear: both;
  padding: 0 !important; }
.single-product-media.related-product .single-product-thumb {
  max-height: 250px;
  width: auto !important;
  margin: 0 auto;
  display: block; }
.single-product-media.related-product .product-media-title {
  font-size: 1em;
  line-height: 1.7em;
  margin-top: 20px; }

.taxonomy-banner .taxonomy-banner-text {
  z-index: 9; }

.related-blog-wrapper {
  margin-bottom: 20px; }

@media only screen and (max-width: 960px) {
  .product-banner, .taxonomy-banner {
    max-height: auto !important;
    min-height: auto !important; }

  .product-page-title, .related-product-title {
    line-height: 1.2; }

  .single-product-media.product-loop {
    min-height: auto !important; }

  .no-gutter .column {
    width: 100% !important;
    clear: both; }

  .one-second.column {
    width: 75%; }

  .taxonomy-meta-wrapper {
    background-image: none !important;
    background-size: 50% 100%;
    background: transparent;
    background-color: transparent !important; }
    .taxonomy-meta-wrapper .taxonomy-meta-image {
      display: block; }
      .taxonomy-meta-wrapper .taxonomy-meta-image img {
        width: 100%; }

  .taxonomy-banner p {
    display: none; }

  .taxonomy-meta-image {
    max-width: 550px;
    margin: 0 auto !important; } }
@media only screen and (min-width: 760px) {
  .taxonomy-meta-wrapper {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #cd171e; } }
@media only screen and (max-width: 760px) {
  .taxonomy-banner p {
    display: none; }

  .taxonomy-banner .taxonomy-banner-title {
    font-size: 1.5em; }

  #Content .double-cols-parent .column {
    width: 100%;
    clear: both;
    float: none; }
  #Content .taxonomy-list {
    display: none; }

  .taxonomy-meta-image .taxonomy-meta-thumb {
    display: block; } }
@media only screen and (max-width: 460px) {
  .mobile-menu-wrapper {
    margin-bottom: 10px; } }

/*# sourceMappingURL=nutralife-products.css.map */
