/* ### GENRAL ###  */

html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-margin-top: 400px;
}

body {
    height: 100%;
    font-family: source-sans-pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #212529;
}

a {
    color: #561b00;
}

a:hover {
    color: #561b00;
}

h1,
h2,
h3,
h4 {
    margin: 10px 0;
    padding: 0;
    font-weight: 200;
    font-size: 32px;
    color: #561b00;
}

h1 {
    margin: 10px 0;
    font-size: 48px;
    line-height: 58px;
    color: #250918;
}


p {
    margin-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type=number] {
    -moz-appearance:textfield;
}

button, input, optgroup, select, textarea {
    padding-left: 4px!Important;
}
.visit-museum {
    width: 180px;
    font-size: 26px;
    font-weight: 300;
}
.museum-image {
    margin-top: -20px;
}
.icon-margin {
    margin-right: 10px;
}
.mugshots {
    font-size: 24px;
    font-weight: 700;
}
.tagline {
    font-size: 18px;
    font-weight: 300;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:460px;
  overflow:auto;  
  margin-top:20px
}
#table-scroll-small {
  height:225px;
  overflow:auto;  
  margin-top:20px
}
#table-wrapper table {
  width:100%
}
#table-wrapper table thead th .text {
  position:absolute;   
  z-index:2
}

.blackout {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.modal {
    width: 40%;
    height: auto;
    position: fixed;
    top: 20%;
    left: 30%;
    bottom: auto;
    background: #fff;
    z-index: 100;
    display: none;
}
    .modal .modal-close-button {
        margin: 14px 0;
        cursor: pointer;
        color: #c00;
    }
    .modal .modal-title {
        margin-bottom: 10px;
        font-size: 28px;
    }
    
.separator {
    height: 80px;
}

.separator-sm {
    height: 40px;
}
.separator-10 {
    height: 10px;
}
.separator-20 {
    height: 20px;
}
.separator-30 {
    height: 30px;
}
.separator-40 {
    height: 40px;
}
.separator-60 {
    height: 60px;
}

.separator-lg {
    height: 120px;
}

.separator-line {
    margin: 40px 0;
    border-top: 1px solid #c9ac51;
}

.separator-line-sm {
    margin: 20px 0;
    border-top: 1px solid #c9ac51;
}

.opening-times {
    font-size: 14px;
    font-style: oblique;
}

/* ### NAVIGATION ###  */
.logo {
    width: 362px;
}
.logo-shrink {
    width: 200px;
}
.menu-wrapper {
    width: 100%;
    color: #fff;
    font-weight: 400;
    background-color: #CA9A32;
    text-transform: uppercase;
    z-index: 99;
    top: -100px;
    transition: all 0.5s ease;
}
    .menu-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .menu-wrapper ul li {
            padding: 15px;
            display: inline-block;
            margin: 0 3.8px;
            transition: all 0.5s ease;
        }
    .menu-wrapper .menu {
        border-top: 1px solid #CA9A32;
        border-left: 1px solid #CA9A32;
        border-right: 1px solid #CA9A32;
        cursor: pointer;
    }
        .menu-wrapper .menu:hover {
            background: #fff;
            color: #250918;
        }
.empty {
    padding-left: 93px !important;
    padding-right: 93px !important;
}
    .empty:hover {
        background: #CA9A32 !important;
        cursor: default;
    }
.cart-badge {
    padding-left: 8px;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 27px;
}
.burger {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
.mega-menu {
    width: 100%;
    position: absolute;
    top: 67px;
    right: 0;
    display: none;
    z-index: 99;
}
.mega-menu-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    text-transform: none;
    border-right: 1px solid #CA9A32;
    border-bottom: 1px solid #CA9A32;
    border-left: 1px solid #CA9A32;
    cursor: default;
    transition: all 0.5s ease;
}
    .dropdown a,
    .mega-menu-inner a {
        transition: all 0.5s ease;
    }
    .dropdown a:hover,
    .mega-menu-inner a:hover {
        text-decoration: none;
        color: #CA9A32 !important;
    }
    .mega-menu-inner .heading {
        margin-bottom: 25px;
        font-weight: 600;
    }
    .mega-menu-inner .special-top-heading {
        margin-bottom: 25px;
        font-weight: 600;
        color: #D50000;
    }
        .mega-menu-inner .special-top-heading a {
            color: #D50000;
        } 
    .mega-menu-inner .special-heading {
        margin-top: 10px;
        font-weight: 600;
        color: #D50000;
        text-align: center;
        line-height: 26px;
    }
        .mega-menu-inner .special-heading a {
            color: #D50000;
        }
    .mega-menu-inner .bottom-heading {
        margin-top: 10px;
        font-weight: 600;
        text-align: center;
    }
    .mobile-menu ul,
    .dropdown ul,
    .mob-dropdown ul,
    .mega-menu-inner ul {
        margin: 0;
        padding: 0;
    }
    .mobile-menu ul li,
    .dropdown ul li,
    .mob-dropdown ul li,
    .mega-menu-inner ul li {
        margin: 0;
        padding: 0;
        display: list-item;
    }
.dropdown {
    padding: 20px 15px;
    position: absolute;
    top: 67px;
    right: 80px;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    text-transform: none;
    border-right: 1px solid #CA9A32;
    border-bottom: 1px solid #CA9A32;
    border-left: 1px solid #CA9A32;
    cursor: default;
    display: none;
    z-index: 99;
}
.mob-dropdown {
    width: 75%;
    padding: 20px 15px;
    position: absolute;
    top: 36px;
    right: 0;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    text-transform: none;
    border-right: 1px solid #CA9A32;
    border-bottom: 1px solid #CA9A32;
    border-left: 1px solid #CA9A32;
    cursor: default;
    display: none;
    z-index: 99;
}
.menu:hover .cart-badge {
    background: #000;
    color: #fff;
}
.menu:hover a {
	color: #000;
    text-decoration: none;
}
.menu a {
	color: #fff;
}
.cart-black {
    display: none;
}
.mob-container {
    position: relative;
}
.mobile-menu {
    padding: 0 15px;
    width: 75%;
    background: #fff;
    color: #250918;
    border-right: 1px solid #CA9A32;
    border-bottom: 1px solid #CA9A32;
    border-left: 1px solid #CA9A32;
    font-weight: 400;
    text-transform: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1;
    display: none;
}
    .mobile-menu ul li {
        padding: 7.5px 0;
        border-bottom: 1px solid #250918;
    }
        .mobile-menu ul li:last-child {
            border-bottom: 0;
        }
.mob-menu-sub {
    margin: 0;
    padding-left: 20px;
    max-height: 350px;
    overflow-x: scroll;
    display: none;
}
    .mob-menu-sub ul li {
        padding: 0;
        border-bottom: 0;
    }
    .mob-menu-sub .heading {
        font-weight: 600;
    }
    .mob-menu-sub .special-top-heading {
        font-weight: 600;
        color: #D50000;
    }
        .mob-menu-sub .special-top-heading a {
            color: #D50000;
        } 
    .mob-menu-sub .special-heading {
        font-weight: 600;
        color: #D50000;
        line-height: 26px;
    }
        .mob-menu-sub .special-heading a {
            color: #D50000;
        }
    .mob-menu-sub .bottom-heading {
        font-weight: 600;
    }
.sub-arrow {
    margin-top: 12px;
    font-size: 14px;
    float: right;
    transition: all 0.3s ease;
}
.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transition: all 0.3s ease;
}
.home-tagline {
    padding: 30px 0;
    font-size: 48px;
    font-weight: 200;
    line-height: 58px;
    color: #250918;
}
.home-tagline-small {
    padding: 24px 0;
    font-size: 36px;
    font-weight: 200;
    line-height: 48px;
    color: #250918;
}
.red-band {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #250918;
    vertical-align: middle;
    line-height: 28px;
}
.gold-band {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 400;
    color: #250918;
    background-color: #CA9A32;
    vertical-align: middle;
    line-height: 28px;
}
.white-button {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(256,256,256,0.3);
    transition: all 0.5s ease;
    cursor: pointer;
    line-height: 26px;
}
	.white-button a {
		color: #fff;
        text-decoration: none;  
}
    .white-button:hover {
        border: 1px solid rgba(256,256,256,1);
        text-decoration: none;  
    }
.red-button {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid rgba(37,9,24,0.2);
    transition: all 0.5s ease;
    cursor: pointer;
    line-height: 26px;
}
	.red-button a {
    text-decoration: none;
}
	.red-button:hover {
    border: 1px solid rgba(37,9,24,1);
    text-decoration: none;
}
.banner-image {
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.social-icon {
    width: 50px;
}
.social-icon-shrink {
    margin-top: 10px;
    width: 30px;
}
.nav-fixed-wrapper {
    height: 90px;
    position: fixed;
    z-index: 9999999999;
    display: none;
}
.meltshots-shrink {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 700;
}
.navigation-margin {
    height: 133px;
    background: #250b1a;
}
.nav-gap {
    height: 270px;
}
.nav-fixed-wrapper,
.nav-wrapper {
    padding: 18px 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #250b1a;
}
    .nav-wrapper a,
    .nav-wrapper a:hover,
    .nav-wrapper a:visited {
        color: #fff;
        text-transform: uppercase;
    }
    .nav-wrapper ul {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .nav-wrapper ul li {
        margin: 0 27px;
        padding: 5px 0;
        display: inline;
    }
    .nav-lower li {
        margin: 0 20px;
        padding: 5px 0;
        display: inline;
    }
    .nav-wrapper .cart-icon {
        margin-top: -12px;
    }
    .nav-wrapper .nav-line {
        margin: 10px 0;
        width: 100%;
        border-bottom: 1px solid #876639;
    }
    .nav-wrapper .nav-login {
        padding: 0 5% 0 0;
        width: 100%;
        text-align: right;
    }

.scrolltop {
    padding: 20px;
    position: fixed;
    bottom: 5%;
    right: 10%;
    color: #fff;
    border-radius: 50%;
    background-color: #250b1a;
    opacity: 0.5;
    cursor:pointer;
    font-size: 24px;
    display: none;
    z-index: 20;
}

.anchor{
  display: block;
  height: 136px; /*same height as header*/
  margin-top: -136px; /*same height as header*/
  visibility: hidden;
}

.anchor_brilliant {
    padding-top: 160px;
}

.basket-add {
    font-style: normal !important;
}
/* ### MOBILE NAVIGATION ###  */

.mob-menu-icon {
    cursor: pointer;
    font-size: 24px;
}

.mob-menu {
    width: 200px;
    display: none;
    position: fixed;
    top: 133px;
    left: 5%;
    background: #fff;
    z-index: 20;
    border-right: 2px solid #561b00;
    border-bottom: 2px solid #561b00;
    border-left: 2px solid #561b00;
}
    .mob-menu ul {
        margin: 0;
        padding: 0;
    }
    .mob-menu ul li {
        margin: 0 24px;
        padding: 5px 0;
        display: block;
    }
        .mob-menu ul li a,
        .mob-menu ul li a:hover,
        .mob-menu ul li a:active {
            color: #561b00;
        }

/* ### CONTENT ###  */

.home-banner {
    width: 100%;
}

.content-block {
    padding: 10px 0;
}
    .content-block a {
        color: #561b00;
        font-style: normal;
        font-weight: 600;
    }

.text-area {
    padding-left: 11%;
    padding-right: 11%;
}

.subheading {
    font-size: 24px;
    font-family: source-sans-pro, sans-serif;
    color: #561B00;
    line-height: 36px;
    text-transform: uppercase;
}
.cream-box-col {
    line-height: 25px;
    height: 100%;
    padding: 25px;
    color: #561B00;
    background-color: #ecd5a9;
}
.cream-box {
    padding: 35px;
    color: #561B00;
    background-color: #ecd5a9;
}
    .cream-box .left-heading {
        padding: 20px 0;
        font-family: great-vibes, sans-serif;
        font-size: 48px;
        line-height: 48px;
        color: #fff;
    }
    .cream-box .heading {
        font-size: 48px;
        line-height: 54px;
        color: #561B00;
    }
    
.img-height {
    margin: 0 auto;
    height: 160px !important;
}
.white-box {
    padding: 15px;
    color: #561B00;
    background-color: #fff;
}
    .white-box .heading {
        font-size: 24px;
        line-height: 30px;
        color: #561B00;
        text-transform: uppercase;
    }
.gold-button {
    font-size: 27px;
    color: #fff;
    background-color: #D1972B;
}
.gold-upper {
    margin: 5px 0 14px 0;
    padding-left: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #D1972B;
    text-transform: uppercase;
}
.img-info-gold {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #D1972B;
}
.prod-heading {
    font-size: 32px;
    line-height: 38px;
    color: #561B00;
}
.no-bold {
    font-weight: 400;
}
.recipe-button:hover {
    text-decoration: none;
}
.marimba-red {
    color: #561B00;
}
.product-add-gold {
    padding: 3px 10px;
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    background: #D1972B;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
    .product-add-gold:hover {
        text-decoration: none;
    }

.img-full {
    width: 100%;
}

.zoom a,
.zoom a:hover,
.zoom a:visited {
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

.img-zoom-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.img-zoom-container > .img-zoom {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.img-zoom-container:hover > .img-zoom {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);    
}


.img-zoom-text-top,
.img-zoom-text-bottom,
.img-zoom-text-middle {
    margin: 12px;
    width: 60%;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    line-height: 30px;
    position: absolute;
    border-bottom: 1px solid #c8a34d;
}

.img-zoom-text-top {
    top: 0;
}

.img-zoom-text-bottom {
    bottom: 0;
}

.img-zoom-text-middle {
    width: 70%;
    top: 10%;
    left: 12%;
    border: 0;
    font-size: 32px;
    line-height: 40px;
}

.img-zoom-dummy {
    width: 100%;
    visibility: hidden;
}

.img-info {
    padding: 10px;
    width: 100%;
    color: #250b1a;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
}

.map-title {
    padding: 10px;
    color: #ffffff;
    background-color: #c9ac51;
}

.map-select {
    padding: 10px;
    width: 100%;
    background: #e3e3e3;
    border: 0;
}

.general-modal {
   margin: 0 auto;
   padding: 20px;
   width: 30%;
   background: rgba(256,256,256,0.8);
   border: 1px solid #c3a342;
   display: none;
   position: fixed;
   top: 10vh;
   left: 35%;
   z-index: 99;
   overflow-y: auto;
   max-height: 90vh;
}
    .general-modal a,
    .general-modal a:hover,
    .general-modal a:visited {
        color: #000;
        font-weight: bold;
    }
    .general-modal i {
        cursor: pointer;
    }
    .general-modal input,
    .add-remove input {
        margin: 0 10px;
        width: 40px;
        text-align: center;
    }
    .general-modal .product-add,
    .add-remove .product-add,
    .login-box .product-add {
        margin: 0 10px;
        padding: 3px 10px;
        background: #bbb;
        cursor: pointer;
        display: inline-block;
    }

.offer-modal {
    margin: 0 auto;
    padding: 10px;
    width: 45%;
    background: rgba(256,256,256,0.8);
    border: 1px solid #c3a342;
    display: none;
    position: fixed;
    top: 15vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    overflow-y: auto;
    max-height: 90vh;
    text-align: center;
}
    .offer-modal .offer-box {
        width: 100%;
        height: 200px;
        background: #ccc;
    }
    .offer-modal .action-button {
        margin-top: 10px;
        padding: 8px 30px;
        color: #fff;
        background-color: #c9ac51;
        display: inline-block;
        cursor: pointer;
    }
    .offer-close {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
    }

   .offer-modal img {
       width: 100%;
   }

.price {
    font-size: 32px;
}

.ingredients {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dbd3d3;
}

.close-modal {
    cursor: pointer;
}

.trade-box {
    cursor: pointer;
}
    .trade-box a,
    .trade-box a:hover,
    .trade-box a:visited {
        color: inherit;
        font-style: normal;
        font-weight: inherit;
        text-decoration: none;
    }

.trade-heading {
    padding: 5px;
    font-size: 24px;
    background: #250b1a;
    color: #fff;
    transition: 0.3s;
}

.trade-box:hover .trade-heading {
    background: #c8a34d;
}

.trade-body {
    padding: 5px 0 20px 0;
    font-size: 18px;
    background: #bebebe;
    transition: 0.3s;
}

.trade-box:hover .trade-body {
    background: #dbd3d3;
}

.login-box {
    padding: 10px;
    font-size: 18px;
    border: 1px solid #c8a34d;
}

.login-box a,
.login-box a:hover,
.login-box a:visited {
    color: #000;
    text-decoration: none;
}

.contact-number {
    font-size: 28px;
}
    .contact-number a,
    .contact-number a:hover,
    .contact-number a:visited {
        color: #000;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
    }

.badge-primary {
    background: #c8a34d;
}

/* ### FORMS ###  */

.form-container {
    padding: 10px;
    background-color: #dbd3d3;
}
    .form-container input,
    .form-container textarea {
        width: 100%;
        border: 0;
    }
    .form-container textarea {
        height: 250px;
    }

.contact-form-submit {
    padding: 10px 30px;
    color: #fff;
    background-color: #c9ac51;
    display: inline-block;
    cursor: pointer;
}

/* ### FORMS ###  */

.form-holder {
    padding: 0;
}

    .form-holder .form-input {
        margin: 8px 0;
    }

    .form-holder .form-input input,
    .form-holder .form-input textarea {
        padding: 2px 4px;
        width: 100%;
        font-size: 16px;
        background: #E3E3E3;
        border: 0;
    }

    .form-holder .form-input .form-submit {
        width: 30%;
        display: inline-block;
        border: 0;
        background: #c9ac51;
        color: #fff;
        font-size: 16px;
    }

    .form-submit-mand {
        padding: 10px 5px;
        width: 100%;
        font-size: 16px;
        background: #ffcccb;
        border: 1px solid #fe5656 !important;
        border-radius: 3px;
    }

    .form-holder .form-input .form-input-error {
        margin: 12px 0 0 0;
        padding: 4px;
        color: #fff;
        background: #fe5656;
        border-radius: 3px;
        position: relative;
        display: none;
    }

        .form-holder .form-input .form-input-error::before {
            margin: 0;
            border: solid;
            border-color: #fe5656 transparent;
            border-width: 0 8px 8px 8px;
            content: "";
            top: -8px;
            left: 5%;
            position: absolute;
            z-index: 10;
        }

    .form-holder .form-input .form-submit-error {
        margin: 0 5px 0 0;
        padding: 4px;
        width: 68.4%;
        background: #ffcccb;
        border: 1px solid #fe5656;
        border-radius: 3px;
        color: #fe5656;
        text-align: left;
        vertical-align: top;
        display: none;
    }

.g-recaptcha {
    display: inline-block;
}

/* ### FOOTER ###  */

.footer {
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #876639;
}
    .footer .footer-content {
        padding: 10px 0;
    }
    .footer a,
    .footer a:hover,
    .footer a:visited {
        color: #000;
    }
    .footer i {
        margin: 0 5px;
        font-size: 32px;
    }
    .footer ul {
        margin: 0 0 20px 0;
        padding: 0;
    }
        .footer ul li {
            margin: 0;
            padding: 0 10px;
            border-right: 1px solid #3e3e3e;
            display: inline;
        }
            .footer ul li:last-child {
                padding-right: 0;
                border-right: 0;
            }
                .footer ul li a,
                .footer ul li a:hover,
                .footer ul li a:visited {
                    color: #3e3e3e;
                    text-decoration: none;
                }

/* ### MEDIA QUERIES ###  */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    html {
        height: 100%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .mugshots {
        font-size: 14px;
        font-weight: 700;
    }
    .banner-image {
        height: 200px;
    }
    h1 {
        font-size: 60px;
    }
    .text-area {
        padding-left: 0;
        padding-right: 0;
    }
    .general-modal {
        width: 95%;
        top: 1%;
        left: 2.5%;
    }
        .general-modal img {
            width: 40%;
        }
    .nav-wrapper .nav-login {
        padding: 0 13% 0 0;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
   html {
       height: 100%;
   }
   .offer-modal {
       width: 90%;
   }
}


@media (max-width: 990px) {
    .cart-badge {
        padding-left: 0;
        text-align: center;
    }
    .nav-wrapper .nav-login {
        padding: 0 9% 0 0 !important;
    }
    .nav-wrapper ul li {
        margin: 0 8px !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .social-icon {
        width: 30px;
    }
    .nav-gap {
        height: 141px;
    }
    .logo {
        width: 80%;
    }
    .cart-badge {
        text-align: center;
    }
    .menu-wrapper {
        top: 85px;
    }
    html {
        height: 100%;
    }
    .nav-wrapper ul li {
        margin: 0 20px;
    }
}

@media (max-width: 600.98px) {
    html {
        height: 100%;
    }
}

.header-top-placeholder,
.menu-placeholder {
    width: 100%;
    height: 50px;
}

.menu-placeholder {
    display: none;
}

.global-header-top {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #FFFFFF80;
    background-color: #000000;
    border-bottom: 1px solid #FFFFFF80;
    position: fixed;
    top: 0;
    z-index: 100;
}
    .global-header-top a {
        color: #FFFFFF80;
    }
    .global-header-top .active {
        color: #FFFFFF;
    }
    .global-header-top .global-linton-link,
    .global-header-top .global-marimba-link,
    .global-header-top .global-teasup-link {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 29px;
        border-top: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid rgba(0, 0, 0, 0);
        display: inline-block;
        transition: all 0.5s ease;
    }
        .global-header-top .global-linton-link:hover {
            color: #fff;
            border-bottom: 10px solid #14426A;
        }
        .global-header-top .global-marimba-link:hover {
            color: #fff;
            border-bottom: 10px solid #CA9A32;
        }
        .global-header-top .global-teasup-link:hover {
            color: #fff;
            border-bottom: 10px solid #085854;
        }

.global-header-top-fixed {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #FFFFFF80;
    background-color: #000000;
    border-bottom: 1px solid #FFFFFF80;
    position: fixed;
    top: 0;
    display: none;
    z-index: 99;
}
    .global-header-top-fixed a {
        color: #FFFFFF80;
    }
    .global-header-top-fixed .active {
        color: #FFFFFF;
    }
    .global-header-top-fixed .global-linton-link,
    .global-header-top-fixed .global-marimba-link,
    .global-header-top-fixed .global-teasup-link {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 29px;
        border-top: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid rgba(0, 0, 0, 0);
        display: inline-block;
        transition: all 0.3s ease;
    }
        .global-header-top-fixed .global-linton-link:hover {
            color: #fff;
            border-bottom: 10px solid #14426A;
        }
        .global-header-top-fixed .global-marimba-link:hover {
            color: #fff;
            border-bottom: 10px solid #CA9A32;
        }
        .global-header-top-fixed .global-teasup-link:hover {
            color: #fff;
            border-bottom: 10px solid #085854;
        }

.global-header {
    padding: 15px 0 25px 0;
    background-color: #250918;
}
    .global-header .global-logo {
        height: 90px;
    }

.global-header-teasup {
    padding: 15px 0 25px 0;
    background-color: #042927;
}
    .global-header-teasup .global-logo {
        height: 90px;
    }

.global-header-linton {
    padding: 15px 0 25px 0;
    background-color: #14426A;
}
    .global-header-linton .global-logo {
        height: 90px;
    }

.global-navigation {
    padding: 6px 0;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 38px;
    background-color: #40403F;
    text-transform: uppercase;
    z-index: 100;
}
    .global-navigation a {
        color: #fff;
    }
        .global-navigation a:hover {
            text-decoration: none;
        }
    .global-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .global-navigation ul li {
            margin: 0 14px;
            display: inline;
        }
    .global-navigation .global-cart {
        height: 26px;
    }
    .global-navigation .global-navigation-highlight {
        padding: 0 15px;
        background-color: rgba(46, 44, 47, 0);
        display: inline-block;
        transition: all 0.5s ease;
    }
        .global-navigation .global-navigation-highlight:hover {
            background-color: rgba(46, 44, 47, 1);
        }
    .global-navigation .active {
        padding: 0 15px;
        background-color: rgba(46, 44, 47, 1);
        display: inline-block;
    }
    .global-navigation .global-badge {
        padding: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #250918;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
    }
    .global-navigation .mega-menu {
        border-top: 6px solid #40403F;
        top: 38px;
        z-index: 100;
    }
        .global-navigation .mega-menu a {
            color: #000;
        }
        .global-navigation .mega-menu ul li {
            padding: 0;
            margin: 0;
            display: block;
        }

.global-navigation-fixed {
    padding: 6px 0;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 38px;
    background-color: #40403F;
    text-transform: uppercase;
    position: fixed;
    top: 50px;
    display: none;
    z-index: 99;
}
    .global-navigation-fixed a {
        color: #fff;
    }
        .global-navigation-fixed a:hover {
            text-decoration: none;
        }
    .global-navigation-fixed ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .global-navigation-fixed ul li {
            margin: 0 20px;
            display: inline;
        }
    .global-navigation-fixed .global-cart {
        height: 26px;
    }
    .global-navigation-fixed .global-navigation-highlight {
        padding: 0 15px;
        background-color: rgba(46, 44, 47, 0);
        display: inline-block;
        transition: all 0.5s ease;
    }
        .global-navigation-fixed .global-navigation-highlight:hover {
            background-color: rgba(46, 44, 47, 1);
        }
    .global-navigation-fixed .active {
        padding: 0 15px;
        background-color: rgba(46, 44, 47, 1);
        display: inline-block;
    }
    .global-navigation-fixed .global-badge {
        padding: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #250918;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
    }

.global-burger-wrap {
    margin: auto;
    line-height: 40px;
}

.global-menu-fixed {
    width: 100%;
    color: #fff;
    line-height: 38px;
    background-color: #40403F;
    text-transform: uppercase;
    position: absolute;
    top: 230px;
    display: none;
    z-index: 99;
}
    .global-menu-fixed a {
        color: #fff;
        text-decoration: none;
    }
    .global-menu-fixed ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .global-menu-fixed ul li {
            margin: 0;
            padding: 0;
        }