/** Ecom Toolbar **/

#widgetBar {
    display: flex;
    align-items: center;
    /* flex-direction: row;
    justify-content: right;
    padding: 1em 1.5em 0;
    position: relative;
    width: 100%;
    height: 40px;
    align-items: flex-start;
    color: #fff; */
}

#widgetBar div {
    margin-right: 1.5rem;
}

#widgetBar div.headwidget.account {
    margin-right: 0;
    height: 23px;
}

#widgetBar input[type="search"] {
    height: 23px;
    border: 1px solid white;
    outline: none;
}

#widgetBar .btn-search {
    width: 23px;
    height: 23px;
}

#widgetBar div#accountPanel {
    margin-right: 0;
}

#accountPanel {
    display: none;
    background: #fff;
    z-index: 1000;
    border: 1px solid #000;
    padding: .5em;
    border-radius: 4px;
    opacity: 1;
    width: 8em;
    /* right: 0; */
    position: absolute;
}

#accountPanel.open {
    display: block;
}

#acctMenu {
    list-style: none;
}

#acctMenu li {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}

#acctMenu a,
#acctMenu a:visited {
    color: #666;
    font-size: .9rem;
    font-weight: 400;
    cursor: pointer;
}

#acctMenu a:hover,
#acctMenu a:active {
    color: #000;
}

.shopAccount {
    max-height: 25px;
    cursor: pointer;
    margin-right: 0;
}

@media screen and (max-width: 1275px) {
    .shopAccount {
        margin-right: 2em;
    }
    #widgetBar div#accountPanel.open {
        margin-right: 3em;
    }
}

a.shoppingcart {
    cursor: pointer;
    position: relative;
    color: white;
}

a.shoppingcart svg,
a.shoppingcart img {
    width: 27px;
    height: 27px;
    vertical-align: bottom;
    fill: #fff;
}

a.shoppingcart svg:hover,
a.shoppingcart svg:active {
    /*fill: #BF202F;*/
    fill: #0f75bc;
}

a.shoppingcart .cartWidgetPrice {
    display: none;
}

a.shoppingcart .cartWidgetPrice.cartnonzero {
    display: inline;
    margin-right: .3em;
}

a.shoppingcart .cartWidgetItems {
    /*background: #0d9c00;*/
    background: #09897f;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: .7em;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    padding-top: 1px;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    top: -40%;
    right: -15%;
}

a.shoppingcart .cartWidgetItems.cartfull {
    display: flex;
}

span.currencySwitch a {
    color: #000;
}

span.currencySwitch a img {
    xpadding: 0 3px;
    width: 30px;
    filter: grayscale();
}

span.currencySwitch a:hover,
span.currencySwitch a:active,
span.currencySwitch a.selCurrency {
    color: #0f75bc;
}

span.currencySwitch a.selCurrency img {
    filter: none;
}

span.currencySep {
    margin: 0 .1em;
}


/** end ecom toolbar **/


@media only screen and (max-width: 1185px) {
    .head-line-menu .price-container {
        justify-content: center;
    }
}

@media only screen and (max-width: 599px) {
    #accountPanel {
        right: 1rem;
    }
}

@media only screen and (max-width: 420px) {
    #widgetBar input[type="search"] {
        width: 85px;
    }

    #widgetBar div {
        margin-right: .75rem;
    }
}