/* 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 */

/* Dropdown Button */
.dropbtn {
  background-color: #0069B5;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

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

/* 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: black;
  padding: 12px 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 {
    padding-top: 10px;
    padding-bottom: 10px;

}

.HOME_SEO {
    font-size: 15px;
}

.promotional-banner-wrap .promotional-banner-text {
	font-size:	16px!important;
    color:#fff;
    background-color: #de0d04;
    text-shadow: 1px 1px 1px #000;
}
.promo .container-wrap.container-fluid {
    padding-top: 0px!important;
    padding-bottom: 0px!important;   
}
#page-cart .promotional-banner-wrap, #page-one_page_checkout .promotional-banner-wrap {
    display: block !important;
}

.hours {
    border: #c2c2c2 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}

.homepage-make-logo:hover {
    background: #ddd;
    border-radius: 10px;
}
.page-subheader-component h3 {
    color: #0245b3;
    font-size: 14px; }
.hours {
    border: #c2c2c2 1px solid;
    padding-right: 15px;
    padding-left: 15px;
}
.hours-operation-module ul li.today { font-weight: 600; }

.store-logo-module .store-logo-link img { margin: 5px 0; max-height: 70px; }

#second-nav-custom ul.second-nav-links li.second-nav-outer-list:nth-child(4):hover ul.second-nav-inner-list {display: block;}
/*--- Show logo on tablet ---*/
#main-nav-custom .nav-row .col-md-6:first-child {
	display: table-cell;
}

.promotional-banner-wrap {
  background-color: red !important;
}
.promotional-banner-text {
  color: white;
  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);}
}