/* remove additional payment methods from cart */
.cart__row .cart__additional_checkout {
  display: none;
}

/******** Header ********/
#hello-bar {
  height: 80px;
  background-color: #3F5A2D;
  color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 1500;
  top: 0;
}
#hello-bar .wrapper {
  padding-top: 2px;
  height: 100%;
  text-align: center;
}
#hello-bar a {
  color: #fff;
}
#pdn_logo {
  padding-right: 3px;
  background-color: white;
}
#mobile_logo, #mobile_cart {
  display: none;
}
#search {
  width: 50%;
/*   margin: 0 auto; */
  display: inline-block;
  margin-left: -14%;
}
#search form {
  margin: 0;
}
#search .header-bar__search-submit {
  font-size: 22px;
  padding: 6px 4px;
}
#search .btn {
  color: #7D9A3D;
  background: transparent;
}
#search .header-bar__search-input[type="search"],
#search .header-bar__search-input[type="search"]:focus {
  width: 100% !important;
  height: 3em;
  border-color: #7D9A3D;
  padding: 5px 0 5px 30px;
  background-color: #F7FBF0;
  font-size: 16px;
  margin-bottom: 0;
}
#search .search-results {
  top: 30px;
}
#search .search-results a {
  color: #000;
}
#search .search-results .title {
  color: #000;
}
.info-wrapper {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  float: right;
  left: -210px;
}
#plant-tracker {
  display: inline-block;
  position: absolute;
  width: 220px;
  text-align: center;  
}
#plant-tracker img {
  border-radius: 3px;
}
#plant-tracker #tooltip {
  display: none; 
}
#plant-tracker:hover #tooltip {
  display: block;
  width: 210px;
  background-color: #fff;
  color: #415A2F;
  text-align: center;
  border: 5px solid #71A335;
  border-radius: 10px;
  padding: 5px;
  position: relative;
  z-index: 1000;
  left: 50%;
  margin-left: -105px;
  margin-top: 20px; 
}
#tooltip::after {
  content: "";
  position: absolute;
  top: -38%;
  left: 50%;
  margin-left: -30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent #71A335 transparent;
}
#cart-info {
  width: 220px;
  display: inline-block;
  position: absolute;
  top: 48px;
  text-align: center;
}


#google_translate_element a {
  color: #000000;
}


#main-nav {
  margin-top: -80px;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 500;  
}
.large--display-table-cell {
  vertical-align: top;
}
.site-header {
  padding: 0 0 20px 0;
}
.site-nav {
  margin-top: 0;
  border-top: none;
}
.site-nav__link, .site-nav--has-dropdown {
  padding: 0px 15px;
  font-weight:normal;
}
.site-nav__link:focus {
  outline: solid #7D7E2A;
}

.alpha-nav {
  border-top: none;
  font-size: smaller;
}
.alpha-nav a {
  padding: 0 8px;
}
.alpha-nav li {
  padding-top: 2px;
}

.site-nav__link .icon-chevron-down {
  width: calc(8em / 16);
  height: calc(8em / 16);
  margin-left: .5rem;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
svg.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
}
.site-nav--has-dropdown button {
  background-color: white;
  border: none;
}
.site-nav--has-dropdown:focus-within .site-nav__dropdown {
  display: block;
}
  

/****** End Header ******/

/******** Footer ********/
.site-footer .grid__item {
  margin-bottom: 50px;
}
.site-footer .quicklinks {
  column-count: 2;
  -moz-column-count: 2;
}
.site-footer ul.inline-list li {
  margin: 0 25px;
}
a, .text-link {
  color: #3F5A2D;
  font-weight: bold;
}

/****** End Footer ******/

/******** Content ********/
.main-content {
  margin-top: 160px !important;
}
.main-content, .site-footer {
  position: relative;
  background-color: white; 
}
.fallback-text {
  color: #000;
  background-color: #fff;
  font-size: 12px;
}
.badge--sold-out {
  background-color: #000; 
  top: 40%;
  margin-top: -60px;
  margin-left: -15px;
}
.social-sharing.is-clean a {
  color: #333 !important;
}

/****** End Content ******/

/******** Home Page ********/
.flexslider {
  height: 350px; 
}
.flex-control-nav {
  bottom: initial;
}
.email-sync-container {
  max-width: 1240px;
  margin: 0 auto;
}
.email-sync {
  float: left;
  margin: 5px 10px !important;
}
#why-buy-from-pdn {
  width: 60%;
  margin: 50px auto 20px;
}


/****** End Home Page ******/

/***** Product Page *****/
.product-page-name {
 margin: 0; 
}
.product-single #AddToCartForm {
  width: 43%;
}
.product-single__price {
  font-size: 30px;
}
.AddToCartBtn {
  margin-right: 15px;
  font-size: 24px;
}
.product-single .share-buttons-panel {
  margin-top: 20px;
}
#pdn-attributes-product {
  float: right; 
  max-width: 55%;
}
#pdn-attributes-product > p {
  margin: 0;  
}
.product-page-guarantee {
  width: 100px;
  margin: 0 auto;
}
.product-page-add-to-cart-form {
  margin: 0;
}
.add-to-wishlist, .add-to-wishlist:hover {
  background: none;
  color: #6ca32d;
  padding-bottom: 0 !important;
  padding-top: 10px;
/*   float: right; */
  max-width: 50%;
}
.add-to-wishlist .back-in-stock {
  padding: 5px;
  border-radius: 5px;
  margin: 5px 5px 0 0;
  background-color: #6ca32d;
  color: white;
}
.add-to-wishlist div#widget-fave-html {
  margin-top: 10px!important;
  margin-bottom: 21px;
  text-align: initial;
  color: #333;
}

#photo-info {
  margin: 0 auto;
  font-style: italic;
  font-size: small;
}
#icons {
  float: left;
}
.PE-shop-link {
  width: 50%;
  text-align: center;
}
.PE-shop-link a {
  font-weight: bold;
  color: white;
  background-color: #6ca32d;
  padding: 10px;
  display: block;
  border-radius: 10px;
}
.AddToCartText {
  font-size: 24px;
}
  

/*** End Product Page ***/

/***** Collection Page *****/
.pdn-attributes-collection {
  color: #000;
  font-size: smaller;
  text-align: left;
}
.pdn-attributes-collection p {
  margin: 0;
}
#category-banner {
  min-width: 750px;
  max-width: 970px;
  height: 225px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
#category-banner img {
  position: relative;
  top: -27px;
  width: 970px;
/*   min-height: 225px; */
}
#category-banner-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 5px;
}
#category-banner-text h1 {
  display: inline-block;
  padding-bottom: 2px;
  color: white;
  text-shadow: -2px -2px #000;
  font-size: 4em;
}
.common-name {
  font-size: .75em;
}
#category-snippet {
  margin: 0 auto 30px;
}
#more_info {
  scroll-margin-top: 150px;
}
#banner-plant-name {
  height: 27px;
  float: right;
  position: relative;
  background: rgba(255,255,255,.9);
  padding: 0 5px;
  border-radius: 0 0 0 5px;
  z-index: 10;
}
#banner-plant-name a {
  color: #327032;
}
.section-header__link--right {
  display: block;
  width: 100%;
  float: right;
}
#pdn-filters {
  width: 25%;
  float: left;
}
.product-single__quantity .quantity-selector {
  width: 75px;
  display: initial;
}
.product-single__quantity {
  margin: 0;
  float: left;
}
.AddToCartBtn {
  float: right;
}
.grid-link__title {
  min-height: 45px; 
}
.grid__item.small--one-half.medium--one-half.large--one-quarter.sold-out:hover,
.grid__item.small--one-half.medium--one-half.large--one-quarter:hover {
  background-color: #F7FBF0;
  background-clip: content-box;
}
.sold-out {
  position: relative;
}
.grid-link__image-centered {
  height: 90px;
  overflow: hidden;
}
.grid-view-product-name a {
  padding-bottom: 0;
}

/*** End Collection Page ***/

/******* Cart Page *******/
#pdn-logo-buttons {
  column-count: 2;
  padding-left: 20%;
    padding-top: 20px;
  margin-bottom: 85px;
}
#pdn-info {
  clear: both;
  text-align: left !important;
}
#pdn-international {
  display: none;
}
.shipping-bubble {
/*   height: 200px; */
  color: #000;
  border: 5px solid #5a8f00;
  border-radius: 10px;
/*   padding-right: 25px; */
  overflow: hidden;
}
#shipping-bubble-cart-text {
  max-width: 50%;
  float: left;
  margin-left: 10px;
}
#shipping-bubble img {
  max-width: 216px;
}
.checkout-step {
  padding: 0 10px;
  border-radius: 20px;
  background-color: #3F5A2D;
  color: yellow;  
}
#zip-needed {
    width: 60%;
  }

/***** End Cart Page *****/

/***** Photo Gallery *****/
.gallery-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-content:after {
  content: "";
  flex: auto;
}
.gallery-description ul {
  list-style: disc inside;
  padding-left: 40px;
}
.gallery-description li {
  margin: 0;
}
.gallery-thumb {
  width: 220px;
  float: left;
  margin: 0 10px 10px;
}
.gallery-caption {
  text-align: center;
  font-weight: bold;
}
.gallery-full-image {
  text-align: center;
  height: auto;
}
.gallery-button {
 border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer; 
  border-radius: 5px;
  margin-bottom: 15px;
}
.gallery-previous {
  color: #000!important;
  background-color: #ccc!important;
  position: fixed;
  top: 50%;
  left: 5%;
}
.gallery-next {
  color: #fff!important;
  background-color: #3F5A2D!important;
  margin-left: 10px;
  position: fixed;
  top: 50%;
  left: 85%;
}
/*** End Photo Gallery ***/

/*** Article ***/
.article-body-image-link {
  clear: right;
  float: right;
  width: 300px;
  margin: 20px;
  text-align: center;
}
.article h2 {
  margin:0;
  padding-top: 15px;
  font-size: 1.5em;
}
#article-list {
  column-count: 2;
  -moz-column-count: 2;
  -moz-column-break-inside:avoid;
  -webkit-column-break-inside:avoid;
  column-break-inside:avoid;
}
article h2 {
  font-style: italic;
}
.article-title-with-image h1 {
/*   display: inline-block; */
  padding-bottom: 2px;
  color: white;
  text-shadow: -2px -2px #000;
  font-size: 4em;
}
.article-title-with-image h2 {
  display: inline-block;
  padding-bottom: 2px;
  color: white;
  text-shadow: -2px -2px #000;
  font-size: 3em;
  margin-bottom: 0;
}
article .section-header {
  padding: 10px;
}
article h3 {
  display: inline-block;
}
#article-social {
  float: right; 
}
.byline {
  font-style: italic;
}
/*** End Article ***/

/*********Nextopia*********/
.nxt-ac-main {z-index: 10000 !important;}
.nxt-address .nxt-rpp, .nxt-address .nxt-sort-by, .nxt-address .nxt-change-view {margin-right:3px !important;}


/*** General ***/
* {
  outline: none;
}
a:focus {
  outline: solid #7D7E2A;
}
.add-to-wishlist a {
  color: gray;
}
.bulleted li {
  list-style: disc !important;
  margin-left: 15px;  
}
.mobile {
  display: none;
}
#tem-form {
  width: 80%;
  margin: 0 auto;
}
#tem-form td {
  border: none;
  text-align: right;
  padding: 0 10px 0 0;
}
#boilerplate {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px; 
}
.no-padding {
  padding: 0;
}
.new-catalog-thumbnail {
  text-align: center;
  width: 200px;
  margin: 20px 10px 0;
  float: left;
}
.clear {
  clear: both;
}
.ONG ul {
  float: left;
  list-style: none;
  margin: 0 10px 30px 0;
}
.grid__item.medium--one-half.large--one-third.text-center,
.grid__item.small--one-half.medium--one-third.large--one-third,
.grid__item.medium-down--one-half.large--one-third.text-center {
  margin-bottom: 40px;
  min-height: 180px;
}
.video-wrapper {
  height: 350px;
  padding-bottom: 0;
}
.mc-closeModal {
  right: initial !important;
  left: -10px !important;
}
h2.grid-view-product-name {
  font-size: 1.5em;
  min-height: 62px;
}
.product_price {
  float: right;
  margin: 5px 20px 0 0;
  font-size: 1.2em;
}
.titanum_video {
  width:50%; 
  float:left;
}
.anchor_link, .anchor {
  scroll-margin-top: 150px;
}


/** Recently **/
.r-inner { /* For Recently notification */
  background-color: #E2F5BF !important;
}
.r-desktop .r-button {
  text-align:center;
  width:100px;
  background-color:#3F5A2D;
  color:#fff;
  padding:2px 10px;
  border-radius:5px;
}
.r-mobile .r-button {
  text-align:center;
  width:80px;
  background-color:#3F5A2D;
  color:#fff;
  padding:2px 10px;
  border-radius:5px;
}
/** End Recently **/

/** SocialShopWave **/
.growave_wishlist_button {
  min-height: 60px;
}
.ssw-ask-question-link, .ssw-add-recommend {
  float: left !important;
}
#ssw-widget-recommends-html {
  margin-top: 40px;
}
.ssw-text-right a {
  float: none !important;
}
.ssw-add-recommend {
  margin-left: 10px;
}
.ssw-recommend-admin-reply .ssw-thumb > img {
  width: 48px !important;
  height: 48px !important;
}
.ssw-hide-fave-count {
  margin-right: 15px !important;
}
.ssw-nav > li.ssw-active > a { 
  color:rgb(108, 163, 45)!important;
  border-bottom: 3px solid rgb(108, 163, 45)!important; 
  font-size: 20px;
} 
.ssw-nav > li.ssw-active > a:hover { 
  color:rgb(108, 163, 45)!important;
  border-bottom: 3px solid rgb(108, 163, 45)!important; 
  font-size: 20px;
} 

/** End SocialShopWave **/

.question, .question:hover {
  font-size: small;
  background-color: #3F5A2D;
  padding: 2px 5px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: bold;
}
.question a, .question a:hover {
  color: #ffffff !important;
  font-weight: bold;
}
.sale-link {
  color: #F57E07 !important;
  background-color: #E1F4BE !important;
  text-align: center;
  padding: 0 10px !important;
  font-weight: bold;
}
.jlbg-link {
  font-weight: bold;
  color: #3F5A2D;
}
.donate-link {
  color: #FFFFFF !important;
  background-color: #3F5A2D !important;
  text-align: center;
  padding: 0 10px !important;
  font-weight: bold;
}

/** Podcast Page **/
.podcast-summary {
  clear: both;
  display: inline-block;
  margin: 0 0 50px 0 !important;
}
.podcast-thumb {
  width: 200px;
  float: left;
}
.podcast-snippet {
  margin: 0 30px;
  float: left;
  width: 75%;
}
.titan-gallery {
  text-align: center;
}
.titan-gallery-image {
  width: 50%;
  float: left;
  margin-bottom: 100px;
}
.titan-gallery-image img {
  max-height: 667px;
}
.titan-caption {
  font-size: 2em;
}
  
.titan-growth-chart {
  width: 20%; 
  float: left; 
  text-align: center; 
  padding: 20px; 
  margin-right: 10px; 
  border: solid 1px #8F1C36; 
  border-radius: 10px;
}
.titan-page-buy-section {
  float:right;
  width: 30%;
  margin:10px 10px 10px 30px;
}

/*** Mobile ***/
@media screen and (max-width: 1299px) { 
  #email-sync-container {
    max-width: 620px;
  }
}

@media screen and (max-width: 1200px) { 
  .titanum_video {
    width:50%; 
    margin: 0 auto;
    float:none;
  }
  .titan-growth-chart {
  width: 220px; 
  float: left; 
  text-align: center; 
  padding: 20px; 
  margin-right: 10px; 
  border: solid 1px #8F1C36; 
  }
}

@media screen and (max-width: 1200px) {
  #tagline {
    font-size: small;
  }
}


@media screen and (max-width: 990px) { 
  #cta-link-desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) { 
  .mobile {
    display: initial;
  }
  .desktop {
    display: none; 
  }
  #main-nav {
    display: none;
  }
  #mobile_logo {
    display: block;    
  }
  #pdn_logo {
    display: none;
  }
  .site-header__logo {
    float: left;
    margin-left: 10px;
  }
  #search {
    width: 60%;
    margin-left: -8%;
  }
  #MobileNav {
    margin-top: 36px;
    width: 100%;
  }
  .info-wrapper {
    display: none;
  }
  #mobile_cart {
    display: block;
    float: right; 
  }
  .mobile-nav-trigger {
    color: #fff;
  }
  .mobile-nav-trigger:focus,
  .mobile-nav-trigger:active {
    outline: none;
  }
  .mobile-nav {
    background-color: #F7FBF0;
    position: relative;
    z-index: 500;
  }
  .mobile-nav li a {
    color: #333 !important;
  }
  .header-bar {
    margin-top: 94px;
  }
  .main-content {
    margin-top: 85px !important;
  }
  .flexslider {
    height: initial;
    min-height: 102px;
  }
  #category-banner {
    min-width: 0;
    height: 164px;
  }
  #category-banner-text h1 {
    font-size: 3em;
  }
  .pdn-cart-attribute {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid__item.small--one-half.medium--one-third.large--one-third {
    width: 50%;
  }  
  .titan-page-buy-section {
    float:right;
    width: 225px;
    margin:10px 10px 10px 30px;
  }
  #why-buy-from-pdn {
    display:none;
  }
  #zip-needed {
    width: 100%;
  } 
  #zip-needed div {
    width: 100% !important;
    float: none !important;
  } 
}

@media screen and (max-width: 425px) {
  #tagline {
    display: none;
  }
  #search {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .main-content {
    margin-top: 95px !important;
  }
  .grid__item.medium--one-half.large--one-third.text-center {
    padding: 0;
  }
  .grid__item.small--one-half.medium--one-third.large--one-third {
    width: 100%;
  }
  #category-banner {
    min-width: 0;
    height: 91px;
  }
  #category-banner img {
    top: initial;
  }
  #category-banner-text h1 {
    font-size: 2em;
  }
  #banner-plant-name {
    display: none;
  }
  #pdn-attributes-product {
    width: 50%;
  }
  #pdn-refines {
    display: none;
  }
  .pdn-cart-attribute {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  #category-banner-text h1 {
    font-size: 2em;
  }
  #category-banner {
    height: 80px;
  }
}

@media screen and (max-width: 320px) {
  #category-banner-text h1 {
    font-size: 1.5em;
  }
  #category-banner {
    height: 67px;
  }
  #nxt-refines {
    display: none !important;
  }
}
