/* REMOVES SKU FROM PRODUCT PAGE */
.product-detail-container .meta-sku {
    display: none;
}

/* REMOVES SKU FROM COMPARE PRODUCT PAGE */
tr.sku {
    display: none;
}

/* IMAGE SIZE FOR ADMIN LOGIN PAGE */
  a.navbar-brand img {
    max-height: none !important;
    height: 300px !important;
    width: 100%;
}

/* DISPLAYS ONLY SOCIAL ICONS FOR SHARING AND NOT THE NAME IN TEXT */
.widget-socials-share.widget-socials__text a .text {
    display: none;
}

/* REMOVES THE BACKGROUND FROM SOCIAL MEDIA LOGO ON HOMEPAGE */

.footer-socials-container ul li a {
    background: none;
}

/* Footer Logo Properties */
.site-info__item .site-info__image img {
    height: 60px;
    width: 60px;
    max-width: none;
}

.header .header-middle .header-wrapper .header-items {
    width: 30%;
}
.header .header-middle .header__left .logo a img {
    max-height: 200px !important;
}

/** Display newsletter image on mobile */
@media (max-width: 767px) {
.newsletter-popup .modal-dialog .newsletter-popup-bg {
    display: block !important;
    width: 100%;
}
}

/** Increase logo height on mobile */
@media (max-width: 1199px) {
    .header-items-mobile.header-items-mobile--left, .header-items-mobile.header-items-mobile--right {
        width: 20%;
    }

    .header-items-mobile.header-items-mobile--center {
        width: 60%;
        justify-content: center;
    }

    .header-items-mobile.header-items-mobile--center .logo img {
        max-height: none !important;
        height: 70px;
    }
}