/* 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;
}
/* end fix the thumbnail arrows */

.custom-html-module img {
 height: auto;
 max-width: 50%;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 50%;
}

.promotional-banner-wrap {
  background-color: red !important;
}
.promotional-banner-text {
  color: white;
  font-size: 18px !important;
  animation-name: pulse;
  animation-duration: .8s;
  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);}
}
/*
.shipping-postal-code
{
  display: none;
}

.shipping-quote-submit
{
  display: none;
}

span.quote-need-estimate:contains("Calculate estimated shipping to") {
  display: none;
}

.shipping-quote {
display: none;
}

.display-quote {
display: none;
}

.display-quote-form {
display: none;
}

.quote-no-amount {
display: none;
}
/*

/* Dropdown Button */
.dropbtn {
  background-color: #134A9C;
  color: light grey;
  padding: 14px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #1456b8;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: grey;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {
    display: none;
}

#logo-custom .store-logo-module img {
    padding-top: 22px;
}