.site-header {
    flex-direction: column;
}

.site-header {
    position: relative;
    z-index: 9;
}

.site-header__top {
    background: #111;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.site-header__notice .site-header__wrapper.us-notice {
    justify-content: center;
}

.site-header__notice img {
    height: 20px;
    max-width: 22px;
}

.site-header__notice {
    background: #111;
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.site-header__wrapper {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
}

.site-header__wrapper .site-header__language img {
    display: none;
}

.site-header__notice .site-header__notice__image {
    grid-column: 1;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-self: center;
}

.site-header__notice div:first-child img {
    margin-right: 10px;
}

.site-header__message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    flex-shrink: 0;
}

.site-header__social {
    grid-column: 3;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-self: end;
}


.site-header__message {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-header__social-link {
    display: inline-flex;
    margin: 0 5px;
}

.site-header__logo img {
    max-height: 50px;
}

.site-header__nav-list {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.site-header__nav-link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.site-header__icons {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.site-header__icon {
    position: relative;
    display: inline-flex;
}

.site-header__icon--cart .site-header__counter,
.site-header__icon--compare .site-header__counter {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #c49a6c;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
}

.site-header__toggle {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0.5rem;
}

.site-header__toggle span {
    height: 2px;
    width: 24px;
    background: #000;
    display: block;
}

.site-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-header__main .site-header__icon--flag {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .site-header__main .site-header__icon--flag {
        margin-right: 0px;
    }
}

.site-header__main__logo img {
    max-height: 50px;
}

.site-header__nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.site-header__nav a {
    text-decoration: none;
    font-weight: bold;
}

a.site-header__store-link.find-a-store {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 0px;
}

a.site-header__store-link.find-a-store img {
    margin-right: 10px;
}

.site-header__branding {
    flex-basis: 300px;
}

@media screen and (max-width: 768px) {
    .site-header__branding {
        flex-basis: 200px;
    }
}

.site-header__tools {
    flex-basis: 340px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.site-header__tools > div {
    margin: 0 8px;
    display: flex;
}

.site-header__tools > div > * {
    display: flex;
    align-items: center;
}

.site-header__tools img {
    height: 35px;
}

.site-header__account > a {
    display: block;
    height: 35px;
    width: 35px;
}
.site-header__cart > a {
    width: 35px;
    height: 35px;
    display: flex;
    gap: 5px;
}
.site-header__cart > a svg {
    height: 100%;
}
.site-header__cart > a span {
    font-size: 13px;
}
.site-header__cart .ext_mini_cart_custom_cart_link {
    cursor: pointer;
}

.site-header__cart .ext_mini_cart_custom_cart_li {
    position: relative;
}
.site-header__cart .ext_mini_cart_custom_cart_li img {
    width: auto;
}
.site-header__cart .ext_mini_cart_custom_cart_li .ext_mini_cart_dropdown {
    display: none !important;
}
.site-header__cart .ext_mini_cart_custom_cart_li .ext_mini_cart_custom_cart_link {
    display: flex;
}
.site-header__cart .ext_mini_cart_custom_cart_li .ext_mini_cart_custom_cart_link .ext_mini_crt_items:first-child {
    display: none !important;
}
.site-header__search .iws-search-container {
    border: none;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .site-header__cart > a {
        width: 32px;
        height: 32px;
    }
    .site-header__account > a {
        width: 25px;
        height: 25px;
    }
    .site-header__compare span.site-header__compare_counter {
        top: -14px;
        right: -10px;
    }
}

.site-header__search .iws-search-container form .iws-search-input-wrapper {
    border: none;
    box-shadow: none;
}

span.site-header__counter,
span.site-header__compare_counter  {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #c99870;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    font-size: 10px !important;
}

nav.site-header__nav {
    flex: 1;
    justify-items: center;
}

.header__row {
    width: 100%;
}

.site-header__branding img {
    width: 100% !important;
    max-height: inherit !important;
    height: auto !important;
}

/* EC NEW CSS */
.yoast-breadcrumb-wrapper {
    background: #24221f;
    padding: 15px 0;
    width: 100%;
    position: relative;
    z-index: 8;
}

.yoast-breadcrumb-wrapper #breadcrumbs {
    font-size: 12px;
    margin: 0;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}
.yoast-breadcrumb-wrapper #breadcrumbs a {
    color: white !important; 
}
.yoast-breadcrumb-wrapper #breadcrumbs .breadcrumb_last {
    font-weight: 600;
}

.iws-search-container .iws-search-submit {
    background: transparent !important;
}

.site-header__search {
    margin: 0 3px !important;
}

.site-header__compare {
    position: relative;
}

/* END - EC NEW CSS */