body#checkout #header .header-nav .logo {
    height: 45px;
    width: auto;
}

body#checkout #header .lnk-header-row {
    display: flex;
    align-items: center;
}

body#checkout #header .header-nav .block-social {
    width: 100%;
}

body#checkout #header .header-nav .block-social ul {
    margin-bottom: 0;
}

body#checkout #header .lnk-header-row .mobile {
    width: 100%;
}

body#checkout #header .lnk-header-row #contact-link .nav-txt {
    display: block !important;
}


body#checkout section.checkout-step .forgot-password {
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 10px;
}

@media (min-width: 768px) {
    
    body#checkout #header .header-nav #_desktop_logo {
        text-align: center;
        flex-grow: 1;
    }

    body#checkout #header .header-nav {
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    body#checkout #header .lnk-header-row #contact-link {
        display: block !important;
    }
    
}


@media (max-width: 768px) {
    #product #description .product-description img{
        max-width: 100%;
        height: auto;
    }
}
.contact-rich .block .icon i {
    font-size: 2rem;
    color: #37474F;
}
