/* ### 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%;
    }
}
.prod-close {
    margin-top: 40px;
}

.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;
        }
        
        
:root {
    --primary: #250918;
    --secondary: #212529;
    --tertiary: #561b00;
    --quaternary: rgb(204, 153, 102);
    --quinary: rgba(204, 153, 102, .5);
}

section {
    padding: 80px 0;
    width: 100%;
    position: relative;
}

p:last-of-type {
    margin-bottom: 0;
}

.gap-10 { height: 10px; }
.gap-20 { height: 20px; }
.gap-30 { height: 30px; }
.gap-40 { height: 40px; }
.gap-50 { height: 50px; }
.gap-60 { height: 60px; }
.gap-70 { height: 70px; }
.gap-80 { height: 80px; }
.gap-90 { height: 90px; }
.gap-100 { height: 100px; }

.pinch-20 { margin: auto; width: 20%; }
.pinch-40 { margin: auto; width: 40%; }
.pinch-50 { margin: auto; width: 50%; }
.pinch-60 { margin: auto; width: 60%; }
.pinch-75 { margin: auto; width: 75%; }
.pinch-80 { margin: auto; width: 80%; }

.bg-primary {
    background-color: var(--primary);
}
    .bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5 {
        color: #fff;
    }
.bg-secondary {
    background-color: var(--secondary);
}
.bg-tertiary {
    background-color: var(--tertiary);
}

.bg-quaternary {
    background-color: var(--quaternary);
}
.bg-quinary {
    background-color: var(--quinary);
}

.flex-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.btn {
    width: auto;
    padding: 10px 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.5s ease;
}
.btn-primary {
    color: #fff;
    background-color: var(--quaternary);
    border: 1px solid var(--quaternary);
}
    .btn-primary:hover {
        color: var(--quaternary);
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid var(--quaternary);
    }
.btn-secondary {
    border: 1px solid #fff;
}
    .btn-secondary:hover {
        color: #888;
        background-color: #fff;
    }

/* ### CONTENT ### */

.trade-container b {
    color: var(--tertiary);
}

.subtext {
    font-size: 0.8em;
}

.trade-container .statement-container {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.trade-container .table-container {
    padding: 10px;
    background-color: var(--quaternary);
    color: #fff;
    border-radius: 4px;
}

.trade-container .table-container table {
    width: 100%;
}
    .trade-container .table-container table th {
        padding-bottom: 10px;
        font-size: 0.9em;
        line-height: 18px;
        color: var(--tertiary);
    }
        .trade-container .table-container table tr td {
            padding-bottom: 5px;
            font-size: 0.8em;
            line-height: 18px;
        }
            .trade-container .table-container table tr td:last-of-type {
                padding-bottom: 0;
            }

.trade-container table {
    width: 100%;
}
    .trade-container table th {
        padding: 5px 0;
        color: var(--tertiary);
    }
        .trade-container table tr td {
            padding: 5px 0;
        }
            .trade-container table tr td:last-of-type {
                padding-bottom: 0;
            }

.pagination-container-top {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 0.8em;
    color: var(--tertiary);
    border-bottom: 1px solid var(--tertiary);
}
    .pagination-container-top svg {
        cursor: pointer;
    }
.pagination-container-bottom {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 0.8em;
    color: var(--tertiary);
    border-top: 1px solid var(--tertiary);
}
    .pagination-container-bottom svg {
        cursor: pointer;
    }

.disabled {
    color: #ccc;
}

.products-row {
    row-gap: 40px;
}

.product-item {
    width: 100%;
}
    .product-item .img {
        margin-bottom: 5px;
        width: 100%;
        aspect-ratio: 1/1;
        background-color: #ccc;
        position: relative;
        overflow: hidden;
    }
        .product-item .img .inset {
            width: 100%;
            aspect-ratio: 1/1;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 1;
            transition: all 0.5s ease;
        }
            .product-item .img .inset:hover {
                transform: scale(1.2);
            }
        .product-item .img .price {
            padding: 0 10px;
            font-size: 0.8em;
            background-color: var(--quaternary);
            color: #fff;
            border-radius: 10px 0 0 0;
            position: absolute;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: 2;
        }
        .product-item .img .soldout {
            color: var(--tertiary);
            background-color: rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3;
        }
    .product-item .info {
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .product-item .qty {
        margin-bottom: 5px;
        font-size : 0.8em;
    }
        .product-item .qty .num,
        .product-item .qty .add {
            margin: 0 3px;
            color: #fff;
            border-radius: 20px;
            display: inline-block;
        }
        .product-item .qty .num {
            padding: 0 3px;
            background-color: var(--quaternary);
            border: 1px solid var(--quaternary);
        }
            .product-item .qty .num svg {
                cursor: pointer;
            }
        .product-item .qty .add {
            padding: 0 10px;
            background-color: var(--tertiary);
            border: 1px solid var(--tertiary);
            cursor: pointer;
            transition: all 0.5s ease;
        }
            .product-item .qty .add:hover {
                color: var(--tertiary);
                background-color: rgba(0, 0, 0, 0);
            }

@media (min-width: 992px) {
    .favourites-row {
        justify-content: center;
    }
}

/* ### SIDEBARS ### */

.trade-cart-toggle {
    position: relative;
}

.trade-cart-toggle::after {
    content: attr(data-cart-count);
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.2rem;
    border-radius: 999px;
    background-color: #fff;
    color: var(--tertiary);
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.trade-cart-toggle:not([data-cart-count])::after {
    display: none;
}

.trade-floating-actions {
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: 1050;
    pointer-events: none;
}

.trade-floating-actions .row > div {
    pointer-events: auto;
}

.trade-menu-toggle,
.trade-cart-toggle {
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 1.3rem;
}

.trade-menu-toggle {
    background-color: var(--tertiary);
}
.trade-cart-toggle {
    background-color: var(--quaternary);
}

.trade-menu-toggle:hover,
.trade-cart-toggle:hover {
    filter: brightness(1.08);
}

/* ### Menu Sidebar ### */

.trade-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    max-width: 80%;
    height: 100vh;
    padding: 1.5rem 1.5rem 2rem;
    background-color: #fff;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.trade-sidebar.is-open {
    transform: translateX(0);
}

.trade-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.trade-sidebar-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.trade-sidebar-close {
    color: var(--tertiary);
    border: none;
    background: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.trade-sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trade-sidebar-nav li + li {
    margin-top: 0.35rem;
}

.trade-sidebar-nav a {
    text-decoration: none;
    color: var(--secondary);
    font-size: 1rem;
}

.trade-sidebar-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .trade-floating-actions {
        top: 0.5rem;
    }
}

/* ### Cart Sidebar ### */

.trade-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 90%;
    height: 100vh;
    background-color: #fff;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.trade-cart-sidebar.is-open {
    transform: translateX(0);
}

.trade-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.trade-cart-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.trade-cart-close {
    border: none;
    background: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.trade-cart-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1rem 1rem;
    min-height: 0;
}


.trade-cart-items {
    flex: 1;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.trade-cart-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.trade-cart-item:last-child {
    border-bottom: none;
}

.trade-cart-item-thumb {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    flex-shrink: 0;
}

.trade-cart-item-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.trade-cart-item-title {
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 500;
}

.trade-cart-item-price-row {
    font-size: 0.85rem;
    opacity: 0.8;
}

.trade-cart-item-qty-row {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
}

.trade-cart-qty-btn {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 999px;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}

.trade-cart-qty-value {
    min-width: 1.2rem;
    text-align: center;
}

.trade-cart-item-remove {
    border: none;
    background: none;
    margin-left: auto;
    cursor: pointer;
    font-size: 0.9rem;
    opacity: 0.7;
}

.trade-cart-item-remove:hover {
    opacity: 1;
}

.trade-cart-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 0.75rem;
    margin-top: 0.5rem;
}

.trade-cart-total-row {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.trade-cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.trade-cart-delivery-value,
.trade-cart-discount-value,
.trade-cart-total-value {
    font-variant-numeric: tabular-nums;
}

.trade-cart-total-value {
    font-size: 1rem;
}

.trade-cart-checkout {
    width: 100%;
}

/* ### MEDIA QUERIES ### */

@media (max-width: 991.98px) {
    .pinch-50 { 
        margin: auto; width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
        overflow-x: visible !important;
    }
}

/* ===== Mobile optimisations ===== */

@media (max-width: 575.98px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .trade-sidebar,
    .trade-cart-sidebar {
        width: 100%;
        max-width: none;
    }

    .trade-floating-actions {
        top: 0.5rem;
        padding: 0 0.5rem;
    }

    .trade-floating-actions .container {
        padding-left: 0;
        padding-right: 0;
    }

    .trade-menu-toggle,
    .trade-cart-toggle {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.4rem;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    }
    
    .product-item .img .price,
    .product-item .qty .num,
    .product-item .qty .add {
        font-size: 1.5em;
    }

    .product-item .img .price {
        padding: 0 20px;
        border-radius: 30px 0 0 0;
    }
    .product-item .qty .num {
        padding: 0 10px;
        border-radius: 30px;
    }
    .product-item .qty .add {
        padding: 0 20px;
        border-radius: 30px;
    }

    .product-item .info {
        font-size: 1.2em;
        line-height: 1.3em;
    }
}

/* Mobile: stack dashboard tables into compact cards */
@media (max-width: 767.98px) {

    .dashboard-table table,
    .dashboard-table thead,
    .dashboard-table tbody,
    .dashboard-table th,
    .dashboard-table td,
    .dashboard-table tr {
        width: 100%;
    }

    /* Hide normal table header; we use data-label instead */
    .dashboard-table thead {
        display: none;
    }

    .dashboard-table tbody {
        display: block;
    }

    .dashboard-table tr {
        display: block;
        margin-bottom: 0.5rem;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.5rem;
        padding: 0.35rem 0.75rem;
        background-color: rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }

    .dashboard-table td {
        display: block;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0.35rem 0;
        font-size: 0.9rem;
    }

    .dashboard-table td:last-child {
        border-bottom: none;
    }

    /* Default: label + value on ONE line to save depth */
    .dashboard-table td::before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        opacity: 0.65;
        margin-right: 0.35rem;
        display: inline;
    }

    /* Make invoice + amount / date-paid sit SIDE BY SIDE */
    .dashboard-table td[data-label="Invoice"],
    .dashboard-table td[data-label="Amount Due"],
    .dashboard-table td[data-label="Date Paid"] {
        display: inline-block;
        width: auto;
        margin-right: 1rem;
        border-bottom: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    /* Special: Your Statement – drop the word DATE (client request) */
    .statement-container .dashboard-table td[data-label="Date"]::before {
        content: '';
    }

    /* “Pay” cell: keep it on its own line, no label */
    .dashboard-table td[data-label="Pay"] {
        padding-top: 0.4rem;
    }

    .dashboard-table td[data-label="Pay"]::before {
        display: none;
    }

    /* Optional: checkbox a tiny bit larger for touch */
    .dashboard-table td[data-label="Pay"] input {
        transform: scale(1.1);
    }

    /* If you ever have action buttons in a cell, make them full-width on mobile */
    .dashboard-table td[data-label="Actions"] button,
    .dashboard-table td[data-label="Pay"] button {
        width: 100%;
        margin-top: 0.25rem;
    }
}

/* iPad / tablet: tidy up "Your statement" table so it doesn't collide */
@media (min-width: 768px) and (max-width: 991.98px) {

    .statement-container .table-container table {
        font-size: 0.85rem;
        table-layout: fixed;
        width: 100%;
    }

    .statement-container .table-container th,
    .statement-container .table-container td {
        padding: 0.35rem 0.5rem;
    }

    /* Date column – keep narrow, don't wrap weirdly */
    .statement-container .table-container th:nth-child(1),
    .statement-container .table-container td:nth-child(1) {
        width: 14%;
        white-space: nowrap;
    }

    /* Delivery address gets most of the width and can wrap */
    .statement-container .table-container th:nth-child(2),
    .statement-container .table-container td:nth-child(2) {
        width: 46%;
        white-space: normal;
    }

    /* Invoice, Amount Due, Pay – keep them compact, no wrapping */
    .statement-container .table-container th:nth-child(3),
    .statement-container .table-container td:nth-child(3),
    .statement-container .table-container th:nth-child(4),
    .statement-container .table-container td:nth-child(4),
    .statement-container .table-container th:nth-child(5),
    .statement-container .table-container td:nth-child(5) {
        white-space: nowrap;
    }
}

@media (max-width: 575.98px) {

    /* Make each product card a bit more compact */
    .product-item {
        font-size: 0.9em;
    }

    /* Shrink and centre the image block */
    .product-item .img {
        margin: 0 auto 4px;
        max-width: 140px;          /* keeps it smaller than half-screen width */
        aspect-ratio: 4 / 5;       /* slightly taller than wide, but not huge */
    }

    .product-item .img .inset {
        aspect-ratio: 4 / 5;
    }

    /* Slightly smaller info text to save vertical space */
    .product-item .info {
        font-size: 0.85em;
        line-height: 1.3em;
    }
}