.clorox-shop-header header {
}

.clorox-shop-header .clorox-shop-header__home {
    background-color: #FEBF36;
    display: none;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__home { display: block; }
}

.clorox-shop-header .clorox-shop-header__home a {
    color: #3F3F3F;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin: 9px 0 11px 13px;
}

.clorox-shop-header .clorox-shop-header__wrapper-outer {
    background-color: #275B3B;
}

.clorox-shop-header .clorox-shop-header__wrapper-inner {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.clorox-shop-header .clorox-shop-header__wrapper {
    align-items: center;
    display: flex;
    position: relative;
}

.clorox-shop-header .clorox-shop-header__logo {
    display: inline-block;
    height: 26px;
    line-height: 0;
    margin: 42px 0 42px 15px;
    width: 91px;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__logo {
        height: 45px;
        margin: 42px 0;
        width: 204px;
    }
}

.clorox-shop-header .pinesol-icon {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.clorox-shop-header .pinesol-icon--logo {
    background-image: url('assets/logo-store.png');
}

.clorox-shop-header .pinesol-shop-title {
    color: #FFF;
    font-family: "Barlow Condensed", Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    margin: 0 23px 0 20px;
    text-transform: uppercase;
    max-width: 45%;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .pinesol-shop-title {
        font-size: 1em;
        margin: 0 0 0 20px;
        max-width: none;
    }
}

@media screen and (min-width: 800px) {
    .clorox-shop-header .pinesol-shop-title {
        font-size: 1.375em;
    }
}

.clorox-shop-header .clorox-shop-header__trigger {
    bottom: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 41px;
    height: 35px;
    margin-top: -17px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    line-height: 0;
    padding: 0;
    display: block;
    appearance: none;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__trigger {
        display: none;
    }
}

.clorox-shop-header .icon-bar {
    background-color: #FFF;
    display: block;
    width: 23px;
    margin: 5px auto 0;
    height: 2px;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility li a {
        color: #FFF;
    }
}

.clorox-shop-header.clorox-shop-menu--open .clorox-shop-header__nav-utility {
    overflow: visible;
    visibility: visible;
    height: auto;
}

/* -----------------------------------------------------------------------------
// Header: Nav - Utility
// ----------------------------------------------------------------------------- */

.clorox-shop-header .clorox-shop-header__nav-utility {
    background-color: #F7F7F7;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility {
        background-color: transparent;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: column;
    }
}

@media screen and (min-width: 950px) {
    .clorox-shop-header .clorox-shop-header__nav-utility {
        flex-direction: row;
    }
}

.clorox-shop-header.clorox-shop-menu--open .clorox-shop-header__nav-utility {
    overflow: visible;
    visibility: visible;
    height: auto;
}

.clorox-shop-header .clorox-shop-header__nav-utility-list {
    margin: 0;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility-list {
        border-top: 0;
    }
}

.clorox-shop-header .clorox-shop-header__nav-utility-item {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility-item {
        display: inline-block;
        font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
        border-bottom: 0;
        padding: 0;
        margin-right: 30px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .clorox-shop-header .clorox-shop-header__nav-utility-item {
        margin-right: 23px;
    }

    .clorox-shop-header .clorox-shop-header__nav-utility-item:last-child { margin-right: 0; }
}

.clorox-shop-header .clorox-shop-header__nav-utility-item--cart {
    padding: 15px 0 0;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility-item--cart {
        padding: 0;
    }
}

.clorox-shop-header .clorox-shop-header__nav-utility-item.main-nav {
    margin-bottom: 0;
}

.clorox-shop-header .clorox-shop-header__nav-utility-item.main-nav .menu {
    align-items: flex-start;
    flex-direction: column;
}

.clorox-shop-header .clorox-shop-header__nav-utility-item.main-nav .menu .menu-item {
    margin-right: 0;
    margin-bottom: 20px;
}

.clorox-shop-header .clorox-shop-header__nav-utility-item.main-nav .menu .menu-item a {
    text-transform: none;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility-item.main-nav {
        display: none;
    }
}

.clorox-shop-header .clorox-shop-header__nav-utility-action {
    color: #397147;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-utility-action {
        font-size: 0.875em;
    }

    .clorox-shop-header .clorox-shop-header__nav-utility-action:hover {
        color: #63C265;
    }
}

.clorox-shop-header .clorox-shop-header__nav-utility-action--cart {
    position: relative;
}

.clorox-shop-header .clorox-shop-header__cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

/*===================================================================================
// Site search box in the nav
//=================================================================================== */
.clorox-shop-header .clorox-shop-search__wrapper {
    position: relative;
}

.clorox-shop-header .clorox-shop-search__error {
    color: red;
}

.clorox-shop-header .nav-site-search {
    margin: 0 auto 1em;
    position: relative;
    right: auto;
    transition: none;
    width: 225px !important;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .nav-site-search {
        margin: 0 0 0 43px;
    }
}

.clorox-shop-header .nav-site-search input {
    width: 181px;
}

/* Styling for placeholder text inside the search box */
.clorox-shop-header ::-webkit-input-placeholder { font-style: italic; }
.clorox-shop-header ::-moz-placeholder { font-style: italic; }
.clorox-shop-header ::-ms-input-placeholder { font-style: italic; }
.clorox-shop-header input:-moz-placeholder { font-style: italic; }

.clorox-shop-header input[type="text"] {
    -webkit-appearance: none;
}

.clorox-shop-header .icon-search {
    border: 0;
    background-color: transparent;
    color: #54BA61;
    font-size: 1.1em;
    height: 20px;
    padding: 0;
    position: absolute;
    width: 20px;
    overflow: hidden;
    top: 9px;
    right: 7px;
    -webkit-appearance: none;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/wp-content/themes/electro/css/fonts/fontawesome-webfont.woff") format("woff2"), url("/wp-content/themes/electro/css/fonts/fontawesome-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }

.clorox-shop-header .icon-search:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
}

/*===================================================================================
// Site navigation menu
//=================================================================================== */
.clorox-shop-header .clorox-shop-header__nav-primary {
    display: none;
    margin: 21px auto 23px;
    max-width: 1140px;
}

.clorox-shop-header .menu-shop-nav-container {
    margin-left: 0;
}

@media screen and (min-width: 900px) {
    .clorox-shop-header .clorox-shop-header__nav-primary {
        display: block;
    }

    .clorox-shop-header .menu-shop-nav-container {
        margin-left: 1em;
    }
}

.clorox-shop-header .menu-shop-nav-container .menu {
    font-family: "Barlow Condensed", Helvetica, Verdana, Arial, sans-serif;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.clorox-shop-header .menu-shop-nav-container .menu-item {
    margin-right: 30px;
}

.clorox-shop-header .menu-shop-nav-container .menu-item:last-child {
    margin-right: 0;
}

.clorox-shop-header .menu-shop-nav-container .menu-item a {
    color: #397147;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.clorox-shop-header .menu-shop-nav-container .menu-item a:hover {
    color: #63C265;
}
