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

#mobile-header-custom {
	height: 80px;
}

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

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

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


.featured-products-module .featured-products .featured-product {
    width: 100%;
    }

@media (min-width: 750px) { .featured-products-module .featured-products .featured-product {
    width: 23%;
    margin: 10px;
    } }

.promotional-banner-wrap .promotional-banner-text {
    font-size: 14px;
    color: #fff;
}

.text-color-dark .promotional-banner-wrap .promotional-banner-link {
    color: #fff; }

.promotional-banner-wrap {
    display: none;
    padding: 0 35px 0 0;
    position: relative;
    background-color: #c20 !important;
    /* Old banner background color - background-color: #1960c9!important; */
}
.promo .container-wrap.container-fluid {
    padding-top: 0px!important;
    padding-bottom: 0px!important;   
}

#banner-custom .container-wrap {
  padding: 0; }
#page-cart .promotional-banner-wrap, #page-one_page_checkout .promotional-banner-wrap {
    display: block !important;
}

#banner-custom .container-wrap {
  padding: 0; }

.page-subheader-component h1, .page-subheader-component h2 { font-size: 23px; }

.HOME_SEO {
    font-size: 15px;
    text-align: left;
}

.brand-header {
    text-align: center;
}

.top-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch; }

.top-custom ul li {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  text-align: center; }

.top-custom ul li a {
  display: block;
  padding: 5px 0;
  font-weight: 500;
  width: 100%;
  text-align: center; }

.top-custom ul li a:hover {
  text-decoration: none;
  background: #000; }



.discount-page-cta a {
    border: 1px solid #1267d2;
    border-radius: 2px;
    display: inline-block;
    font-size: 15px;
    color: f7f7f7 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 130px;
    background-color: #1267d2;
    padding: 8px;
}

.discount-page-cta a:hover {
    border: 1px solid #3f83d8;
    color: #f7f7f7;
    background-color: #3f83d8;
}

.discount-page-borders { 
    border:2px dashed #ddd;
    padding: 25px; }

@keyframes wiggle {
    0% { transform: translate3d(0, 0, 0); }
   75% { transform: translate3d(0, 0, 0); }
   80% { transform: translate3d(7px, 0, 0); }
   85% { transform: translate3d(-7px, 0, 0); }
   90% { transform: translate3d(7px, 0, 0); }
   95% { transform: translate3d(-7px, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.wiggle { animation: wiggle 5s infinite; }
.wiggle:hover { animation: none; }
.hours { border: #c2c2c2 1px solid; padding-right: 15px; padding-left: 15px; }
.hours-operation-module ul li.today { font-weight: 600; }

/* GM Guidelines */

.acdelco_logo {
	max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6em;
}

@media screen and (max-width: 767px) {
    #footer-custom .container-wrap .row.row-full-height-md .block-modules {
    	width: 100%;
    }
}

.logo_text {
	font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.comp_name {
	font-size: 13px;
}

.dealer_info {
    margin-top: 2px!important;
}

/* Header */
.brand_logos {
	width: 300px;
    margin-left: auto;
    margin-right: auto;
}

ul.links-list {
    font-size: 13px!important;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}
.promotional-banner-wrap.text-wrapping {
    background-color: #c71919!important; }

.promotional-banner-text {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 15px!important; }
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

.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);}
}