﻿/* Mobile: when the screen size window is between 0px and 375px */
@media only screen and (min-width: 0px) and (max-width: 320px) {
    /*.navbar-header.navbar-right.pull-right {
        margin-right: 40px;
    }*/
	.landingpagemargins
	{
		margin-top:195px; 
	}
	
    .rmSlide {
        max-height: 80% !important;
        height: 80% !important;
        width: auto !important;
        top: inherit !important;
    }

    .RadMenuPopup_Bootstrap {
        right: 54.7px !important;
        top: 90px !important;
        font-family: inherit !important;
        color: dimgrey !important;
        font-size: medium !important;
        position: fixed !important;
        max-height: 450px !important;
        /*height: 414px !important;*/
        z-index: 10000;
    }

    .rnvRootGroupWrapper {
        height: 61px;
        /*background-image: url("../Content/images/ECOM/lynas%20favicon.png");*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: 150px;
        padding-left: 200px;
        padding-top: 1px;
    }

    .rnvSlide {
        display: block;
        height: 414px;
        visibility: visible;
        transition: none 0s ease 0s;
        bottom: -2px;
    }

    .rnvUL {
        font-size: x-large;
        font-weight: bold;
    }

    .rnvItem:nth-child(2) .rnvLink {
        background-color: #f5f5f5;
        padding-top: 10px;
    }

    .rnvItem:nth-child(4) {
        background-color: #f5f5f5;
    }

    .rnvItem:nth-child(6) {
        background-color: #f5f5f5;
    }

    .rnvRootGroup rnvGroup {
        padding-top: 20px;
        padding-left: 10%;
    }

    .RadNavigation .rnvMore.rnvRight {
        margin: 1px;
        height: 52px !important;
        width: 80px !important;
        /*float: left;*/
        border: hidden;
    }
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
    .rnvRootGroupWrapper {
        /*Company Logo in Nav Bar*/
        background-image: url('../../Content/images/ECOM/lynas food outlet logo.png') !important;
        background-size: 100px !important;
    }
	.landingpagemargins
	{
		margin-top:195px; 
	}
}

/* Mobile: when the screen size window is between 375px and 800px */
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .rmSlide {
        /*max-height: 80% !important;
        height: 80% !important;
        width: auto !important;
        top: inherit !important;*/
    }
	
	.landingpagemargins
	{
		margin-top:195px; 
	}
	
    .RadMenuPopup_Bootstrap {
        right: 54.7px !important;
        top: 90px !important;
        font-family: inherit !important;
        color: dimgrey !important;
        font-size: medium !important;
        position: fixed !important;
        /*height: 414px !important;*/
        z-index: 10000;
    }
    /*.navbar-header.navbar-right.pull-right {
        margin-right: 40px;
    }*/

    .rnvRootGroupWrapper {
        height: 56px;
        background-size: 53px;
        background-repeat: no-repeat;
        background-position: center;
        font-size: medium;
        padding-left: 71px;
    }

    .rnvSlide {
        display: block;
        height: 414px;
        visibility: visible;
        transition: none 0s ease 0s;
        bottom: -2px;
    }

    .rnvUL {
        font-size: x-large;
    }

    .rnvPopup .rnvUL {
        margin: 0;
        padding: 0;
        height: 400px !important;
        list-style: none;
        overflow-y: scroll !important;
        box-sizing: border-box;
    }

    .rnvItem:nth-child(2) .rnvLink {
        background-color: #f5f5f5;
    }

    .rnvItem:nth-child(4) {
        background-color: #f5f5f5;
    }

    .rnvItem:nth-child(6) {
        background-color: #f5f5f5;
    }

    .rnvItem:nth-child(8) {
        background-color: #f5f5f5;
    }

    .rnvRootGroup rnvGroup {
        padding-top: 20px;
        padding-left: 10%;
    }

    .RadNavigation .rnvMore.rnvRight {
        margin: -1px;
        height: 90px !important;
        width: 80px !important;
        border: hidden;
        box-shadow: none;
        margin-right: 15px !important;
    }

    .rnvItem:nth-child(1) {
        padding-bottom: 40px;
        text-align: left;
    }

    .rnvRootLink:nth-child(1) .rnvLink {
        text-align: center;
    }

    .rnvMorePopup {
        height: 100%;
    }
}

/* Browser (Medium) : when the screen size window is between 800px and 1500px */
@media only screen and (min-width: 800px) and (max-width: 1500px) {
    .navbar-header.navbar-right.pull-right {
        margin-right: 15px;
    }

	.landingpagemargins
	{
		margin-top:150px; 
		margin-left:100px; 
		margin-right:100px;
	}
	
    .rmSlide {
        /*height: auto !important;

        width: auto !important;
        top: inherit !important;*/
        top: 28px !important;
    }

    .RadMenuPopup_Bootstrap {
        right: 54.7px !important;
        top: 50px !important;
        font-family: inherit !important;
        color: dimgrey !important;
        font-size: medium !important;
        position: fixed !important;
        height: auto !important;
        z-index: 10000;
    }

    .rnvRootGroupWrapper {
        height: 56px;
        /* background-image: url("../Content/images/ECOM/lynas%20favicon.png"); */
        background-size: 53PX;
        background-repeat: no-repeat;
        background-position: 100px;
        /* padding-left: 79px; */
    }

    .RadNavigation .rnvRootGroup {
        margin: 0px auto 0px auto !important;
    }

    .rnvUL {
        font-size: x-large;
    }

    .rnvRootGroup rnvGroup {
        padding-top: 20px;
        padding-left: 10%;
    }
}

/* Browser Large: when screen size window is between 1500px and 2000px */
@media only screen and (min-width: 1500px) and (max-width: 10000px) {
    .navbar-header.navbar-right.pull-right {
        margin-right: 15px;
    }

	.landingpagemargins
	{
		margin-top:150px; 
		margin-left:100px; 
		margin-right:100px;
	}
	
    .rmSlide {
        /*height: auto !important;
        width: auto !important;
        top: inherit !important;*/
        top: 28px !important;
    }

    .RadMenuPopup_Bootstrap {
        right: 54.7px !important;
        top: 50px !important;
        font-family: inherit !important;
        color: dimgrey !important;
        font-size: medium !important;
        position: fixed !important;
        height: auto !important;
        z-index: 99999 !important;
    }

    .rnvRootGroupWrapper {
        height: 55px;
        /* background-image: url("../Content/images/ECOM/lynas%20favicon.png"); */
        background-size: 53PX;
        background-repeat: no-repeat;
        background-position: 209px;
        /*padding-left: 191px; */
        padding-top: -4px;
        display: block;
        background-color: #f8f8f8 !important;
    }

    .RadNavigation .rnvRootGroup {
        margin: 0px auto 0px auto !important;
    }

        .RadNavigation .rnvRootGroup .RadNavigation .rnvUL {
            display: table;
            margin: 0px auto 0px auto;
        }

    /*.RadMenu .rmSlide {
        top: 30px !important;
    }*/

    .RadMenu .rmGroup .rmContent {
        top: 0px !important;
    }

    .rmVertical .rmGroup .rmLevel2 {
        top: -10px !important;
    }
}
/*Apply to all*/
.rnvItem {
    color: #005EB8;
}

.rmItem {
    font-weight: bold;
}

.footer {
    position: fixed;
    text-align: center;
    bottom: 0;
    margin: 0 auto;
}

.main {
    padding: 16px;
    margin-bottom: 30px;
}

.m-navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .m-navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .m-navbar a:hover {
            background: #f1f1f1;
            color: black;
        }

        .m-navbar a.active {
            background-color: #4CAF50;
            color: white;
        }

.RadNavigation_Bootstrap .rnvRootGroupWrapper {
    border-color: #ddd;
    /* color: #333; */
    /* background-color: #f5f5f5; */
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block !important;
    padding: 10px;
}

body {
    /*font-family: 'Montserrat' !important;*/
    /* font-family: 'arial;sans-serif' !important;*/
    margin-bottom: 60px !important;
}

.ab-basket {
    color: #005EB8 !important;
}

.RadNavigation .rnvRootGroupWrapper {
    border-width: 0px !important;
    height: 90px !important;
}

.RadNavigation .rnvRootLink {
    padding: 33px !important;
}

.rnvRootLink {
    color: #333;
    background-color: transparent !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
    border-color: transparent !important;
}

.rnvLink {
    color: #005EB8 !important;
}

.rnvLast:nth-child(3) {
    /*position: absolute !important;
    right: 0px !important;*/
    margin-right: 200px !important;
}

.ab-hyperLinks {
    width: 80px;
    color: dimgrey;
    /*font-weight: bold;*/
    font-size: medium;
}

.navbar-toggle {
    float: left !important;
    margin-left: 15px;
}

.navbar-right > li {
    float: left;
}

.ab-companyLogo {
    /*width: 95px;*/
    max-height: 90px;
    max-width: 300px;
}

/*Collapsed Mobile RadMenu Position*/

.rmToggle {
    right: 6px !important;
}

/*Up Triangle that points to toggle position*/
.RadMenuPopup::before, .RadMenuPopup::after {
    right: 3.4em !important;
    width: 2px !important;
    z-index: 99999 !important;
}

/*Collapsed RadMenu Toggle*/
.rmRootToggle {
    /*color: white !important;*/
    border-style: none !important;
}

/*Browser RadMenu Dropdown Height Position*/
.RadMenu_Bootstrap .rmGroup.rmVertical {
    top: 15px !important;
}

.ab-basketNav {
    /*top: 5px !important;*/
    color: dimgrey !important;
    font-family: inherit !important;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 20px 0 20px 30px;
    font-family: inherit !important;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    z-index: 99999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
    z-index: 99999;
}
/*Cookie Consent End*/

.ab-logo-pos {
    /*transform: translateX(-50%) !important;*/
    /*left: 10% !important;*/
    /* position: relative !important;*/
}

.ab-logo-size {
    max-width: 200px !important;
    /*transform: translateX(-50%) !important;*/
    /*left: 10% !important;*/
    /* position: relative !important;*/
}
/* Mobile: when the screen size window is between 0px and 750px */
@media only screen and (min-width: 495px) and (max-width: 800px) {
    /*Company Logo displaed in middle on small screens*/
    .ab-navbar-logo-small {
        /* transform: translateX(-50%) !important;*/
        left: 10% !important;
        position: absolute !important;
    }

    /*.ab-sm-menu-position {
        right: 83%;
        float: left !important;
        position: absolute !important;
        top: 12px;
    }*/
}

@media only screen and (min-width: 0px) and (max-width: 494px) {
    /*Company Logo displaed in middle on small screens*/
    .ab-navbar-logo-small {
        /* transform: translateX(-50%) !important;*/
        left: 10% !important;
        position: absolute !important;
    }

    /*.ab-sm-menu-position {
        right: 83%;
        float: left !important;
        position: absolute !important;
        top: 12px;
    }*/
}

/* Mobile: when the screen size window is between 0px and 750px */
@media only screen and (min-width: 0px) and (max-width: 800px) {
    /*Company Logo displaed in middle on small screens*/
    /*.ab-navbar-logo-small {
        transform: translateX(-50%) !important;
        left: 50% !important;
        position: absolute !important;
    }*/
}

@media(min-width:768px) {
    #sm-view {
        display: none;
    }
}

@media(max-width:767px) {
    #lg-view {
        display: none;
    }

    #sm-view {
        font-size: 14px;
    }
}

/* Navbar Mobile Adjustments Start */
#content-desktop {
    display: block;
}

#content-desktop-custom {
    display: flex;
}

#content-desktop-menu {
    display: block;
}

#content-mobile {
    display: none;
}

#basket-desktop {
    display: block;
}

.basket-mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    #content-desktop-menu {
        display: none !important;
    }

    #content-mobile {
        display: block;
    }

    .basket-mobile {
        display: block;
    }
}
/* Navbar Mobile Adjustments End */

.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.ab-navFooter {
    padding-top: 50px;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: lightgray;
    height: 1px;
}