/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
#header .header-nav
{
    padding-bottom: 0;
    padding-top: 0.35rem;
}

#desktop_logo img.logo
{
    width:100%;
    max-width:200px;
}

#desktop-header-container .col-header-right svg
{
    height:20px;
}

.product-description .rte-content table
{
    max-width:100% !important;
}

#reassurance_footer
{
    background-color: rgb(228, 228, 228);
}

.product-miniature .product-title a:hover
{
    color: #ff3800;
    text-decoration: underline;
}

#wrapper .block-title
{
    border-bottom: none;
}

@media(max-width:500px)
{
    nav.header-nav .justify-content-between
    {
        display: block;
    }

    nav.header-nav .justify-content-between .right-nav
    {
        text-align: center !important;
    }

}