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

/* nav list */
#mobile-header .mobile-nav {
	list-style: none;
    margin-bottom: 0;
}

#mobile-header .mobile-dropdown-toggle {
	padding: 10px 10px 10px 35px;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 14pt;
    color: #000;
    font-weight: 400;
    display: block;
}

#mobile-header .mobile-dropdown-toggle::before {
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #000;
    transition: all .3s ease-in-out;
}

#mobile-header .mobile-dropdown-toggle.active::before {
	transform: rotate(90deg);
}

.mobile-mega-wrap {
	list-style: none;
    margin-bottom: 0;
}

.mobile-mega-wrap .mobile-dropdown-toggle-child {
	padding: 10px 10px 10px 60px;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 14pt;
    color: #000;
    font-weight: 400;
    display: block;
}

#mobile-header .mobile-dropdown-toggle:hover,
#mobile-header .mobile-dropdown-toggle:focus {
	text-decoration: none;
}

#mobile-drop-downs .menu-row.slider-tab.open {
	height: auto;
    padding: 0 !important;
}

.mobile-mega-menu {
	display: none;
}

.themeNavList {
	margin-bottom: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.themeNavListLink {
	background-color: #00324f;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.themeNavListLink:hover,
.themeNavListLink:focus {
	background-color: #00426b;
    color: #fff;
}

.d-none {
	display: none !important;
}

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

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

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