
.logo-top.d-table-cell span {
  display: none;
}

.media-heading.h4 a {
    color: #d60e8c;
}

/* =========================================================
   Message Attachment - Uppy Modal Fix
========================================================= */



.sg-message-attachment-image img {
  max-width: 150px;
  max-height: 150px;
}


.sg-message-attachment-image {
    display: inline-block;
    padding: 0 4px;
    /* border: 1px solid; */
}




/* Customer Account - Currency Selector */
.sg-account-currency {
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 16px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;
}




.sg-account-currency::before {
    content: "Currency";
    font-size: 14px;
    font-weight: 600;
    color: #333;
}


.sg-account-currency::before {
    content: "Please select your local currency";
    font-size: 14px;
    font-weight: 600;
    color: #d00;
}

.sg-account-currency .switcher {
    margin: 0;
}

.sg-account-currency .switcher .switcher-label {
    display: none;
}

.sg-account-currency .switcher .switcher-trigger {
    margin: 0;
}

.sg-account-currency .switcher .switcher-trigger strong {
    font-weight: 500;
}