/* These changes were requested by Aaron Miceli to hide ALL PRICING from web store */

.list-price {
display: none !important;
}

.recommendation-price { 
    display: none !important;
}

.sale-price { 
    display: none !important;
}

.product-price { 
    display: none !important;
}

.add-to-cart-container { 
    display: none !important;
}




/* Price hiding overrides end */


/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

#footer-custom .newsletter-column input { color: #fff !important; }

#second-nav-custom ul.second-nav-links li.second-nav-outer-list {
    color: #fff !important;
}

#second-nav-custom .trust-badges p {
    color: #fff !important;
}

.Product-Page-Policies {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#featured-custom .product-wrapper-link {
   height: 360px; }

.HOME_SEO {
    font-size: 15px;
}

/*--- The code below hides the message that displays if a promotional code has been applied
      "Promo code 32fbb56a0eada5276bcbadde5686e73d applied at checkout"      ---*/

.promo-message {
display: none !important;
}

.flyout-promo-message {
display: none !important;
}

.cart-page-layout .cart-other-options .promo-message {
display: none !important;
}



.promotional-banner-wrap {
  background-color: yellow !important;
}
.promotional-banner-text {
  color: #121211;
  font-size: 18px !important;
  animation-name: pulse;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.promotional-banner-link {
  color: white !important;
}
@keyframes pulse {
  0% {transform: scale(1);}
  15% {transform: scale(1.1);}
  45% {transform: scale(1);}
}