
header .logo img {
    position: absolute;
    top: 1rem;
    left: 0;
    height: auto;
    width: 100%;
    margin: auto 0;
    border-radius:1rem;
}

body{
    background-image: url("/vrExhibitor/Areas/CommonPortal/Content/Themes/inhousefarming/images/body_background.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
}

.flyout {
    width: 250px;
}


.product .button, .product button {
    /*font-size: .8rem*/
    font-size: 1rem
}

.information-banner section, .product {
    /*font-size: .8rem*/
    font-size: 1.1rem
}

.add-to-cart {
    font-size: .8rem !important;
}

.summaryform img {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.checkmarklist {
    list-style-type: "?";
    margin-left: 10px;
}

    .checkmarklist li {
        margin-bottom: 10px;
        padding-left: 10px;
    }


.sub-navigation .nav-item.selected:after {
    border-right: 7px solid #004494;
    right: -4px;
}

.style-copyright {
    color: #004494;
}

.sub-navigation {
    width: 210px !important;
}



/*
li a.submenu.sub
            color: red;
  font-size: 1.5em;
}
ol>li a.submenu
{
            background-color: yellow;
}
ol>li a.sub 
{
            background-color: green!important;
}
ol li::marker
{
            color: blue;
  font-size: 1.5em;
  background-color: yellow;
}
*/

