/* Custom Header Styles */

/* Header Style Overrides */
.is-sticky #site-header.fixed-scroll {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .oceanwp-sticky-header-holder img.custom-logo {
        max-height: none !important;
    }
}

/* Hiding erroneous duplicate #site-header-inner element that appear after the header */ 
#site-header + #site-header-inner {
    display: none;
}
#site-header-inner .container {
    position: relative;
}

#site-navigation-wrap {
    float: none;
    position: inherit;
    right: auto;
}

#site-navigation-wrapper, .header-bottom, .bottom-header-wrap {
    height: 40px;
}

#site-navigation-wrap .dropdown-menu > li > a, .oceanwp-mobile-menu-icon a, .after-header-content-inner > a {
    line-height: 40px !important;
}


/* General Elements */
.mobile-menu {
    line-height: 40px;
}
.oceanwp-custom-menu-icon > a {
    /*font-size: 18px;*/
    line-height: 40px;
}

/* Logo */ 
#site-header #site-logo {
    margin-right: 10px;
}

@media screen and (min-width: 960px) {
    #site-header .oceanwp-social-menu {
        margin-right: 20px;
    }
}

/* Social */
#site-header .oceanwp-social-menu {
    display: flex;
    float: none;
    position: static;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    #site-header .oceanwp-social-menu {
        justify-content: center;
    }
}

/* Wishlist */
#site-header a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, #site-header span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
    font-family: 'simple-line-icons' !important;
    content: '\e08a';
    font-size: inherit;
    position: relative;
    bottom: 2px;
}

/* Cart */
#site-header .wcmenucart {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    height: 41px;
    text-transform: uppercase;
    white-space: nowrap;
}
#site-header .wcmenucart .wcmenucart-count {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
}
#site-header .wcmenucart .wcmenucart-count i {
    /*font-size: 18px;*/
}
#site-header .owp-mini-cart {
    color: #333;
}

/* Search */
/* Search > Toggle */
.toggle-search {
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 -10px;
}
/* Search > Form */
.header-searchform {
    display: block;
    position: relative;
}
.header-searchform input[type="search"] {
    background: #fff;
    position: relative;
    margin: 0;
    max-width: 100%;
    padding: 6px 48px 6px 12px;
    z-index: 2;
}
.header-searchform button {
    background-color: transparent !important; 
    border: 0;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 40px;
    z-index: 2;
}
#searchform-custom {
    width: 320px;
}

#searchform-custom-collapsable {
    border-top: none;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    padding: 0;
}
#searchform-custom-collapsable {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    left: 32px;
    transition: opacity 0.25s ease-in-out;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

#site-header .header-tools {
    position: static;
}

@media only screen and (min-width: 768px) { 
    #searchform-custom-collapsable {
        left: unset;
        right: 32px;
        width: 320px;
    }
}

.search-open #searchform-custom-collapsable {
    opacity: 1;
    pointer-events: initial;
}

@media only screen and (max-width: 767px) {
    .search-open #site-logo {
        opacity: 0;
    }
}

body.default-breakpoint .center-logo #site-logo {
    float: none;
    position: relative;
    left: 0;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
/* End Custom Header Styles. */