html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: "Roboto", -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-bottom: 60px;
}

.eg-footnote {
    font-size: smaller;
}

.eg-ultralightbg {
    background-color: #F5F5F5;
}

.eg-disabled-link {
    pointer-events: none;
    cursor: default;
    color: #A9A9A9 !important; 
}
}
/*------------Flavour Colours---------------------*/
.eg-vegan {
    color: #287610;
}

/* Chocolate */
.eg-egp-choc {
    color: #794237;
}

.eg-egp-choc-darkbg {
    background-color: #794237 !important;
    color: #FFFFFF !important;
}

.eg-egp-uvan-darkbg {
    background-color: #C4901C !important;
    color: #FFFFFF !important;
}

.eg-egp-uber-darkbg {
    background-color: #800E69 !important;
    color: #FFFFFF !important;
}

.eg-egp-ucar-darkbg {
    background-color: #A35A1A !important;
    color: #FFFFFF !important;
}

.eg-egp-choc-lightbg {
    background-color: #EBDED9;
}

.eg-egp-ucar-lightbg {
    background-color: #FFF0D4;
}

.eg-egp-uvan-lightbg {
    background-color: #FFF0D4;
}

.eg-egp-uber-lightbg {
    background-color: #F5DEEC;
}

.eg-egp-uvan {
    color: #C4901C;
}

.eg-egp-uber {
    color: #800E69;
}

.eg-egp-ucar {
    color: #A35A1A;
}

/*------------Nutrition Styles---------------------*/

.eg-nutrition-header {
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.eg-nutrition-cell {
    padding: 3px;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
}




.eg-carbs {
    background-color: #738A05;
    color: white;
}

.eg-aminos {
    background-color: #2DAAA8;
    color: white;
}

.eg-protein-wpi {
    background-color: #1C7978;
    color: white;
}

.eg-protein-rice {
    background-color: #2D5F5E;
    color: white;
}

.eg-minerals {
    background-color: #4B5CA6;
    color: white;
}

.eg-vitamins {
    background-color: #B6356D;
    color: white;
}

.eg-choline {
    background-color: #7444A9;
    color: white;
}


/*------------Nav Styles---------------------*/
.navbar-brand {
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-nav > .nav-item {
    padding-left: 15px;
}

a.nav-link {
    color: #000000;
    text-decoration: none;
}

.eg-navbar {
    margin-top: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url('../images/EGBGS.jpg');
    background-size: 100% 90px;
    background-repeat: no-repeat;
}

.eg-navContainer {
    padding-left: 0px;
    background-image: url('../images/EGBGR.jpg');
    background-repeat: repeat-x;
    background-position-x: 10%;
}

.navbar-toggler {
    margin-bottom: 50px;
}

.eg-buy-button {
    background: #ffc300;
    border-radius: 4px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.eg-btn-warning {
    color: #fff;
    background-color: #ffc300;
    border-color: #ffc300; /* Customize the border color */
}

.eg-btn-warning:hover,
.eg-btn-warning:focus,
.eg-btn-warning:active,
.eg-btn-warning.active {
    background-color: #e6b200; /* Customize the hover background color */
    border-color: #e6b200; /* Customize the hover border color */
    color: #fff; /* Ensure the text color remains white */
}



a.eg-buy-link {
    color: #fff;
}

/*------------EG Buttons---------------------*/
.eg-trans-button {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
}

.eg-reseller-online {
    background: #A35A1A;
    border-radius: 4px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.eg-reseller-instore {
    background: #F2AF0D;
    border-radius: 4px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.eg-reseller-delivery {
    background: #FC6A03;
    border-radius: 4px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*------------EG Boxes---------------------*/
.eg-icon-box {
    text-align: left;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0,10%)0px 2px 15px;
    padding: 40px 30px;
    width: 100%;
}

    .eg-icon-box h4 {
        color: #EDBE1C;
        margin-bottom: 8px;
    }

    .eg-icon-box h6 {
        color: #CA992C;
    }

.eg-icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #F2AF0D;
    border-radius: 50px;
    transition: 0.5s;
}

.eg-colour-box {
    padding: 30px;
    background: #ffc300;
    border-radius: 4px;
    color: #fff;
}

.eg-reseller-box {
    position: relative;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 30px;
    border-radius: 10px;
}

/*------------EG Tables---------------------*/

.eg-table-cell {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

.eg-table-head {
    font-weight: bold;
    border-left: 1px solid #000000;
}

.eg-table-headtopleft {
    text-transform: uppercase;
}

.eg-table-headleft {
    text-transform: uppercase;
    border-top: 1px solid #000000;
}

.eg-nutritionHead {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.eg-nutritionTable .row {
    margin-left: 0px;
    margin-right: 0px;
}

.eg-nutritionTable div {
    font-family: Roboto;
}

.eg-border-none {
    border: none;
}

.eg-border-left-none {
    border-left: none;
}

.eg-border-right-none {
    border-right: none;
}

.eg-border-top-none {
    border-top: none;
}

.eg-border-bottom-none {
    border-bottom: none;
}

/*------------Bootstrap Card-------------------*/

.card {
    border: 1px solid #EDBE1C; /* Change the border color */
}

.card-title {
    color: #7D5F1B;
}

/*------------Bootstrap Accordion-------------------*/

.accordion .accordion-item {
    border: 1px solid #EDBE1C; /* Change the border color */
    background-color: #FFFFFF;
    margin-bottom: 3px;
}

.accordion .accordion-header .accordion-button {
    background-color: #FFFFFF;
    color: #7D5F1B;
    padding: 10px 20px;
    font-weight: bold;
}

    .accordion .accordion-header .accordion-button:not(.collapsed) {
        background-color: #EBDE7B; /* Change the background color when active */
        color: #7D5F1B; /* Ensure text color remains the same when active */
    }

.accordion .accordion-header .accordion-button:focus {
    box-shadow: none; /* Remove the focus box shadow */
}

/* Custom styles for the accordion */
.accordion .accordion-header .accordion-button {
    --bs-accordion-btn-icon: url("/images/vectors/AccordionArrowDark.svg"); /* Path to your custom SVG */
}

/* Optionally, you can also customize the active icon if it's different */
.accordion .accordion-header .accordion-button:not(.collapsed) {
    --bs-accordion-btn-active-icon: url("/images/vectors/AccordionArrowDark.svg"); /* Path to your custom SVG */
}

/*------------EG Literature References---------------------*/
.eg-LitCardTitle {

}
.eg-LitReference {
    font-size: 0.85em;
    color: #666666;
}

.eg-LitSummary {

}

/*------------Breakpoint Values---------------------*/
.dropdown-menu {
    margin-right: 14px;
}


/* S */
@media all and (min-width:576px) {
    .eg-navContainer {
        max-width: 526px;
    }

    .container {
        max-width: 526px;
    }

    body {
        margin-bottom: 540px;
    }

    .footer {
        height: 580px;
    }

    .dropdown-menu {
        margin-right: 14px;
    }
}

/* M */
@media all and (min-width:768px) {
    .eg-navContainer {
        max-width: 706px;
    }

    .container {
        max-width: 706px;
    }

    .dropdown-menu {
        padding-left: 0px;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    body {
        margin-bottom: 380px;
    }

    .footer {
        height: 380px;
    }
}

/* L */
@media all and (min-width:992px) {
    .eg-navContainer {
        max-width: 946px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-top: -48px;
    }

    .dropdown-menu {
        width: 250px !important;
    }

    .container {
        max-width: 946px;
    }

    body {
        margin-bottom: 200px;
    }

    .footer {
        height: 200px;
    }

    .dropdown-menu {
        width: 212px;
    }
}

/* XL */
@media all and (min-width:1200px) {
    .eg-navContainer {
        max-width: 1126px;
    }

    .container {
        max-width: 1126px;
    }

    .dropdown-menu {
        width: 212px;
    }
}