.cart-total-badge {
    margin-right: 15px;
    display: block;
    white-space: nowrap;
}
.cart-total-badge img {
    margin-bottom: 4px;
}

.cart-total-badge .total-cart-items {
    font-family: "King EdwardC";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #e3c5a0;
}

#fancybox-wrap {
    width: auto !important;
    background-color: transparent;
}

#fancybox-outer {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}


#fancybox-content {
    width: auto !important;
    background-color: #e3c5a0;
    color: #413729;
    font-size: 20px;
    box-shadow: 0 0 10px #111;
}
