/* Header */
.navigationWrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigationWrap .targetLink {
	background-color: #0F609C;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
@media (max-width: 991.98px) {
    .navigationWrap .dropbtn,
    .navigationWrap .targetLink {
        padding: 15px 10px;
        font-size: 14px;
    }
    
}
.navigationWrap .targetLink:hover,
.navigationWrap .targetLink:focus {
	background-color: #0e6eb3;
    text-decoration: none;
}

/* START: Sister Stores */
#sisterStore .title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;    
    margin-bottom: 2em;
}
#sisterStore .storeLogos {
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
}
#sisterStore .storeLogos > div {
	max-width: 175px;
}
/* END: Sister Stores */

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

#main-nav-custom .main-nav-links div .track-order {

   	display: inline !important;
}



#featured-custom .product-wrapper-link {
    height: 360px;
}
.promotional-banner-wrap {
    color: #333131;
    background-color: #ffff37!important;
}

#second-nav-custom ul.second-nav-links li.second-nav-outer-list {
    margin-left: 12px;
}

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

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

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

/* Adjust the logo size fitting */
#logo-custom .store-logo-module {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    max-width: 340px;
    min-height: 51px;
}