@media (max-width: 1920px) and (min-width: 1024px){
    .fixed-menu{
        background: #ffffff;
    }
}
@media (min-width: 1200px){
    .fixed-menu .container{
        max-width:1600px !important;
    }
}
#header.header5 .blockcart-link span b{
    font-weight:400
}
@media (max-width: 767px){
    #wrapper {
        position: relative;
    }
    #header.header5 .blockcart-link span{
        display: block;
    }
    #header.header5 .blockcart-link span b{
        display:none;
    }
    #header #_mobile_cart .blockcart a {
        line-height: 1;
        display: inline-flex;
        align-items:center;
    }
}
.product_added_ls,
.product_added_ls_desc{
    color: white;
    background-color: #d4a93d;
    border-radius: 50%;
    font-size: 23px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_added_ls{
    margin-bottom: 0.2rem;
}
.product_added_ls_desc{
    margin-right: 0.5rem;
}
.added-item-desc{
    display: flex;
    color: #d4a93d;
    align-items: center;
}
.added-item{
    display: flex;
    justify-content: center;
}
.panel-discount-countdown{
    display: flex !important;
}
.panel-discount-countdown .countdown-time,
.panel-discount-countdown .countdown-text{
    color: #d4a93d;
}
.cart-detailed-totals .cart-voucher .promo-name {
    padding: 0;
}
#cart-subtotal-discount, .cart-voucher .cart-summary-line .float-xs-right {
    display: block;
}
.cart-detailed-totals .cart-voucher .promo-name .cart-summary-line{
    justify-content: space-between;
}
.cart-detailed-totals .cart-voucher .promo-name .cart-summary-line:after{
    display: none;
}
.ets_pr_highlight_bar_wrapper
{
    display: flex !important;
    font-size: 23px;
    justify-content: center;
}
.ets_pr_display_highlight_bar .ets_pr_close::after,
.ets_pr_display_highlight_bar .ets_pr_close::before {
    background: transparent!important;
    color: transparent!important;
}

