﻿.search-box-container input[type="text"]{
    padding: 10px;
}

.store-page-title-meet h2,
.dSubAreasRight h2,
.dSubAreasLeft h2,
h2.store-page-title-partnership {
    margin-bottom: 0;
}
dd{
    margin-left: 40px;
}
dt{
    font-weight: 400;
}

.dFooter{
    padding-bottom:0;
}

.store-nav{
    padding-top:0;
}

@media screen and (min-width: 768px){
    .store-nav{
        padding-top:150px;
    }
}

.menu.active, .submenu.active {
    background-color: white;
}
.overlay.active {
    background-color: rgba(0,0,0,.4);
    z-index: 100;
}

.img-fluid {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: 100%;
}

ul.dropdown{
    padding-left:0;
}

/* setting hard pixel values combat thead different root px value */ 


@media screen and (max-width: 767px){

    .menu-list a, .menu-list button, .submenu-list a, .submenu-list button, .auth-button a {
        font-size: 14px;
    }
    header {
        padding: 14px;
    }
    header .hamburger {
        font-size: 35px;
    }

    .menu-header {
        padding: 14px;
    }
    
    .menu-header p {
        font-size: 21px;
    }


}

.best-sellers img {
    max-width: 150px;
}

.store-page-button-no-space{
    box-sizing: content-box;
}

a:not([href]) {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: #002159;
}

footer{
    margin-top:4rem;
}

header.store {
    background-size: cover;
}
.footer__ICLE {
    font-family: 'adobe-garamond-pro';
}

.nav__logo img {
    max-height: 40px;
}

@media screen and (min-width: 767px) {
    .nav__logo img {
        max-height: unset;
    }
}


.dStoreFull{
    padding-top:2.25rem;
}

body {
    font-family: inherit;
    background-color:white;
}

header {
    font-family: open-sans;
}

footer a:hover {
    color: white;
}

li > a.current-page::after {
    transform: scalex(1);
    background-color: #c6531a;
}

li:hover > a.current-page::after {
    background-color: #002159;
}