:root {
    --back-green-very-dark: #102e20;
    --back-green-dark: #18432f;
    --back-green-medium: #496b5b;
    --back-green-light: #c1d6cc;
    --back-blue-light: #cce5ff;
    --back-grey-standard: #f5f5f5;
    --back-grey-dark: #212121;
    --border-dark: rgba(18, 62, 42, 0.4);
    --border-standard: lightgrey;
    --border-medium: #aaa;
    --border-light: lightgrey;
    --text-dark-green: #123e2a;
    --bad-back: #f8d7da;
    --bad-back-light: #e3c8ca;
    --bad-back-dark: #b02330;
    --header-panel-grey: #f5f5f5;
    --good-back: #d4edda;
    --good-back-light: #c9e8d0;
    --good-font: #0b2e13;
    --purple-text: #8138C7;
    --text-standard: #2e2e2e;
    --text-grey:#5f6975;
    --green-gradient-top: linear-gradient(0deg, rgba(35,88,63,1) 0%, rgba(10,27,19,1) 100%);
    --standard-shadow: 0px 0 3px 0px rgba(0,0,0,0.25);
}

body, html {
    background-color: #d3dbd7;
    margin: 0;
    padding:0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    height: 100%;
    color: var(--text-standard);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-layout {
    display:flex;
    flex-direction:column;
    height:100vh;
}

.page-header-row {
    display: grid;
    grid-template-columns: 250px 1fr 300px;
    align-items: center;
    background: var(--green-gradient-top);
    background-color: var(--back-green-dark);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 2em 1em 2em;
}

.page-nav-menu {
    display: flex;
    flex-direction: row;
    font-size: 1.1em;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid var(--border-medium);
    text-transform: uppercase;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: var(--standard-shadow);
}

    .page-nav-menu .k-menu-horizontal {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background: #fff;
        width: 100%;
        padding: 0 !important;
        padding-block: 0 !important;
        min-height: 46px;
    }

        .page-nav-menu .k-menu-horizontal > .k-menu-item {
            padding: 0 1.5em;
            color: var(--text-standard);
        }

        .page-nav-menu .k-menu-horizontal > .k-menu-item:focus {
            outline: none;
            box-shadow: none;
        }

            .page-nav-menu .k-menu-horizontal > .k-menu-item:hover {
                background-color: #ebebeb;
            }

.k-menu-group .k-menu-link-text {
    font-size: 1.2em;
    min-width: 150px;
    padding:0.35em 0.5em;
}

.page-main-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.page-footer-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    background-color: var(--back-grey-dark);
    color: var(--border-medium);
    padding: 2em 3em;
    font-size: 1.2em;
    gap: 2em;
    box-sizing:border-box;
    width:100%;
}

    .page-footer-row > div {
        display:flex;
        flex-direction:column;
        flex:1 1 auto;
        height:100%;
        justify-content:center;
    }

.footer-border-right {
    border-right: 1px solid #424242;
}

.footer-logo-col {
    align-items: flex-end;
}

.footer-logo {
    width:100%;
    max-height:90px;
    opacity:0.6;
}

.page-footer-links {
    gap:0.35em;
}

    .page-footer-links > a {
        color: var(--border-medium);
        text-decoration:none;
    }

    .page-footer-links > a:hover {
        color: var(--border-light);
    }

.footer-copyright {
    background-color: #000;
    color: var(--border-medium);
    padding: 0.75em;
    font-size: 0.8em;
    text-align: center;
}

.main-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-logo {
    height: 80px;
}

.page-search-control {
    width:100%;
    max-width:500px;
    font-size:18px;
}

.page-search-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    max-width: 450px;
    margin:auto;
}

.page-search-wrap-inner {
    display: flex;
    flex-direction: row;
    width:100%;
}

.page-main-options-outer {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    box-sizing: border-box;
}

.page-main-options {
    display:flex;
    flex-direction:row;
}

    .page-main-options > a {
        padding:0 1em;
        border-right:1px solid var(--border-medium);
        color:#fff;
        text-decoration:none;
    }

    .page-main-options > a:hover {
        text-decoration:underline;
    }

    .page-main-options > a:last-child {
        border-right: none;
        padding-right:0;
    }

.page-header-tel {
    display:flex;
    flex-direction:row;
    flex:1 1 auto;
    align-items:center;
    font-size:1.6em;
    font-weight:300;
    gap:0.5em;
    color:var(--border-light);
}

.page-header-tel img {
    height:20px;
    opacity:0.8;
}

.wine-cellars-download {
    display: flex;
    flex-direction: row;
    gap:0.5em;
    text-decoration:none;
    color:#fff;
    align-items:center;
}

    .wine-cellars-download:hover {
        text-decoration: underline;
    }

    .wine-cellars-download img {
        height: 22px;
        filter: drop-shadow(3px 3px 2px rgb(0 0 0 / 0.4));
        transform:rotate(4deg);
    }

.product-list-breadcrumbs {
    display: flex;
    flex-direction: row;
    padding: 1em 0;
    font-size: 1.1em;
    gap: 0.75em;
    align-items: center;
}

    .product-list-breadcrumbs a {
        color:var(--text-standard);
        text-decoration:none;
    }

    .product-list-breadcrumbs a:hover {
        text-decoration: underline;
    }

.product-list-main {
    display:flex;
    flex-direction:row;
    width:100%;
}

.product-list-header {
    display:flex;
    flex-direction:row;
    align-items:center;
    padding-bottom: 1em;
    gap:2em;
    width:100%;
}

.product-showing-count {
    font-size: 1.2em;
}

.product-sort-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    margin-left:auto;
}

.product-sort-dropdown {
    background-color:#fff !important;
    border:1px solid var(--border-dark);
    width:180px;
}

.product-list-outer {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 0 2em 2em 2em;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.product-list-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.product-list {
    background-color:unset;
}

.product-list .k-pager {
    margin-right:1em;
}

.k-listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(20% - 8px));
    gap: 10px;
    padding-bottom:2em;
}

.product-list .k-card {
    height:100%;
}

.product-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    box-shadow: var(--standard-shadow);
    border: 1px solid var(--border-medium);
    line-height: 1.4em;
    text-align: center;
}

    .product-wrap > span {
        display: flex;
        flex-direction: row;
    }

    .product-wrap > .image-wrap {
        display: flex;
        flex-direction: column;
        height:300px;
        margin-bottom:1em;
    }

    .product-wrap > .image-wrap > img {
        width:100%;
        height:100%;
        object-fit:contain;
    }

    .product-wrap > .product-brand {
        font-size:1.4em;
        color:var(--text-dark-green);
        font-weight:500;
    }

    .product-wrap > .product-name {
        font-size: 1.1em;
        color: var(--text-dark-green);
    }

    .product-wrap > .product-vintage,
    .product-wrap > .product-strength {
        color: var(--text-grey);
        font-size: 0.9em;
        font-style: italic;
    }

    .product-wrap > .product-size {
    }

    .product-wrap > .product-strength {
    }

.no-product-photo {
    width:60px !important;
    opacity:0.4;
}

.main-carousel {
    border-width: 0 0 1px 0;
    box-shadow: var(--standard-shadow);
    border: 1px solid var(--border-medium);
    border-radius: 0.375em;
    box-sizing: border-box;
    width:100%;
}

    .main-carousel.home {
        height: 550px;
        border-width: 0 0 1px 0;
        border-radius:0;
    }

    .main-carousel.hero {
        height: 400px;
        margin-bottom: 1em;
    }

    .main-carousel.filter {
        width: calc(100% - 1.2em);
        height: 500px;
        margin-bottom: 1em;
    }

.carousel-template {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.carousel-gradient-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;    
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

    .main-carousel.home .carousel-gradient-overlay {
        padding: 3em 6em;
    }

    .main-carousel.hero .carousel-gradient-overlay {
        padding: 2.5em;
    }

    .main-carousel.filter .carousel-gradient-overlay {
        padding: 1.5em;
    }

.carousel-inner {
    display: flex;
    flex-direction: column;
    width: fit-content;
    border-radius: 0.5em;
    white-space: normal;
    box-sizing: border-box;
    min-width:30%;
    max-height:100%;
}

    .carousel-inner.Right {
        margin-left:auto;
    }

    .carousel-inner.Left {
        margin-right: auto;
    }

    .carousel-inner.Top {
        margin-bottom:auto;
    }

    .carousel-inner.Bottom {
        margin-top: auto;
    }

    .main-carousel.home .carousel-inner {
        max-width: 40%;
        padding: 2em 2.5em;
    }

    .main-carousel.hero .carousel-inner {
        max-width: 40%;
        padding: 2em 2.5em;
    }

    .main-carousel.filter .carousel-inner {
        max-width: 100%;
        padding: 1em;
    }


.carousel-filter-container {
    min-width: 330px;
    width: 100%;
}


.carousel-inner-light .carousel-inner {
    background-color: rgba(255,255,255,0.8);
    color: #000;
}

.carousel-inner-dark .carousel-inner {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

.carousel-title {
    font-size:2em;
    margin-bottom:0.25em;
}

.main-carousel.filter .carousel-title {
    font-size: 1.4em;
    font-weight:600;
}

.carousel-text {
    display: flex;
    flex-direction: column;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
}

.main-carousel.filter .carousel-text {
    font-size:1em;
}

.carousel-text p {
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
}

.standard-link-button {
    display: inline-block;
    background-color: #212121;
    color: #fff;
    border: 1px solid var(--border-standard);
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0.25em;
}

    .standard-link-button:hover {
        opacity: 0.8;
    }

.carousel-link-button {
    font-size: 1.2em;
    padding: 0.5em 1.5em;
    min-width: 170px;
}

.main-carousel.filter .carousel-link-button {
    font-size: 1em;
    padding: 0.5em 1em;
    min-width: 140px;
}

.carousel-link-outer {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
}

.standard-article-wrap {
    display: flex;
    flex-direction: column;
    padding: 2.5em 2em;
    box-sizing: border-box;
    align-items: center;
}

.centre-article .article-text {
    align-items:center;
    text-align:center;
    max-width:700px
}

.article-green {
    background-color:var(--back-green-dark);
    color:#fff;
}

    .article-green .article-title,
    .article-green .article-sub-title {
        color: #fff;
    }

.article-title {
    font-size: 2em;
    color: var(--text-dark-green);
    font-weight: 600;
}

.big-article-link {
    font-size:1.3em;
    color:var(--text-dark-green);
    font-weight:600;
}

.article-sub-title {
    font-size: 1.4em;
    color: var(--text-dark-green);
    font-weight:500;
}

.article-inner-wrap {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:2em;
    align-items:center;
    max-width:1100px;
}

    .article-inner-wrap.centre-article {
        display: grid;
        grid-template-columns: 1fr;
    }

.article-text {
    position:relative;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

    .article-text p {
        margin-block-start: 0;
        margin-block-end: 0;
    }

.article-text-inner {
    position: relative;
    padding: 2em 0;
}

.article-image-wrap {
    display: flex;
    flex-direction: column;
}

.article-image-wrap > img {
    width:100%;
    border:1px solid var(--border-standard);
    border-radius:0.375em;
    box-shadow:var(--standard-shadow);
}

.article-white-logo-back {
    position:absolute;
    width:100%;
    height:100%;
    opacity:0.15;
}

.article-link {
    font-size: 1.2em;
    padding: 0.75em 1.5em;
    min-width: 170px;
}

.article-right {
    text-align: right;
}

.article-spacer {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--border-dark);
}

.article-white {
    background:#fff;
}

.filters-wrap-outer {
    display: flex;
    flex-direction: column;
}

.hide-product-filters {
    display: none;
}

.filter-wrap {
    display: flex;
    flex-direction: column;
    color: #212529;
    background-color: #fff;
    box-shadow: var(--standard-shadow);
    border: 1px solid var(--border-medium);
    border-radius: 0.375em;
    padding: 0 1.5em;
    font-size: 1em;
    margin-bottom: 1em;
    width: 330px;
    max-width: 330px;
    box-sizing:border-box;
    margin-right:1.2em;
}

.filter-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
    color: var(--text-dark-green);
    justify-content: space-between;
    font-weight: 500;
    height: 50px;
    min-height: 50px;
}

.filter-header-top {
    position:sticky;
    top:0;
    z-index:30;
    background:#fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.4em;
    color: var(--text-dark-green);
    justify-content: space-between;
    font-weight: 500;
    padding:1.2em;
    border-bottom:1px solid var(--border-standard);
}

.filter-body {
    display: flex;
    flex-direction: column;
    padding: 0 0 1em 0em;
}

.filter-value-row {
    display:flex;
    flex-direction:row;
    gap:0.5em;
    padding:0 0 0.5em 0;
    align-items:baseline;
    white-space:break-spaces;
    word-wrap:anywhere;
}

.filter-checkbok {
}

.filter-show-more {
    display: flex;
    flex-direction: row;
    padding: 0.5em 0;
    font-weight:500;
    text-decoration:underline;
}

    .filter-show-more:hover {
        text-decoration:none;
        opacity:0.8;
    }

.filter-label {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5em;
    justify-content: space-between;
    align-items: baseline;
}

.filter-count {
    color: var(--text-grey);
    word-wrap:normal;
}

.contact-us-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto auto auto;
    padding: 2em;
    width: 100%;
    max-width: 1000px;
    gap:1em;
}

.contact-form-inner-wrap {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:4em;
}

.contact-form-outer {
    display: flex;
    flex-direction: row;
    gap:0.5em;
    flex-wrap:wrap;
}

.form-group {
    display: flex;
    flex-direction: column;
    width:100%;
}

.form-main-button {
    min-width:150px;
    margin-top:1em;
}

.address-large {
    display: flex;
    flex-direction: column;
    font-size:1.2em;
    padding-top:1.6em;
}

.k-pager, .k-pager.focus {
    background-color: unset !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 1em;
}

.k-pager-numbers-wrap {
    gap:0.25em;
    font-size: 24px !important;
}

.k-pager-nav.k-button,
.k-pager-numbers > .k-button {
    background-color: #fff !important;
    padding: 0.7em !important;
    border-radius: 0.45em;
    min-width:40px !important;
}

.k-pager-nav.k-button.k-disabled {
    opacity:0.6 !important;
}

.k-pager-numbers {
    gap: 0.25em;
    margin:0 0.25em;
    padding:0 0.25em;
    border-style:dotted;
    border-width:0 1px;
    border-color:var(--border-medium);
}


.k-pager-numbers .k-selected {
    background-color: var(--back-green-dark) !important;
    color:#fff !important;
}

.k-pager-info {
    font-size:1.2em;
}

.filter-header > div {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
}

.filter-subcategory {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--border-standard);
    margin-bottom: 0.5em;
    font-weight: 500;
}

.filter-selected-count {
    display: flex;
    flex-direction: row;
}

.filter-row-selected {
    font-weight:500;
    color:var(--purple-text);
}

.main-menu-toggle {
    position:absolute;
    top:1em;
    left:1em;
    border:1px solid var(--border-standard);
}

.full-nav-menu-outer {
    display:flex;
    flex-direction:row;
    position:fixed;
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100vh;
    z-index:40;
}



@keyframes menu-inner-slide {
    from {
        margin-left: -300px;;
    }

    to {
        margin-left:0;
    }
}

.full-nav-menu-inner {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    min-width: 300px;
    box-shadow: var(--standard-shadow);
    animation: menu-inner-slide 0.5s ease-in-out;
    box-sizing: border-box;
}

.full-nav-nozone {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.full-nav-menu-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
    color: var(--text-dark-green);
    justify-content: space-between;
    font-weight: 500;
    padding: 0.5em 1em;
}

.full-nav-menu-item-wrap {
    display: flex;
    flex-direction: column;
    height:100%;
    box-sizing:border-box;
}

.product-chips-wrap {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items:center;
}

.product-chips-wrap-inner {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:0.35em;
}

    .product-chips-wrap-inner .k-chip {
    }

.full-nav-tree .k-treeview-lines {
    display:flex;
    flex-direction:column;
    gap:0.2em;

}

.full-nav-tree .k-treeview-item {
    border-top:1px solid var(--border-standard);
    padding:0.2em;
}

.full-nav-tree .k-treeview-leaf {
    width:100%;
}

.full-nav-tree .k-treeview-mid {
    display: flex;
    flex-direction: row-reverse;
    padding:0.2em;
    box-sizing:border-box;
}

.full-nav-tree .k-treeview-bot {
    display: flex;
    flex-direction: row-reverse;
    padding: 0.2em;
    box-sizing: border-box;
}

.full-nav-tree .k-treeview-item {
    
}

.full-nav-tree .k-treeview-toggle {
    -webkit-margin-start: unset;
    margin-inline-start: unset;
}

.full-nav-tree-head {
    font-weight:bold;
}

.full-nav-tree-sub {
    margin-left:1em;
    text-decoration:none;
    color:var(--text-dark-green);
}

.search-results-for-wrap {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:0.5em;
    font-size:1.4em;
    font-weight:500;
    background-color:var(--back-green-light);
    border:1px solid var(--border-standard);
    padding:0.75em 1.5em;
    border-radius:0.375em;
    margin-bottom:1em;
}

.page-not-found {
    display:flex;
    flex-direction:column;
    padding-top:3em;
    align-items:center;
    color:var(--text-dark-green);
    font-size:1.2em;
}

.page-not-found img {
    max-width:150px;
    width:100%;
    margin-bottom:1.2em;
}

    .page-not-found h1 {
        font-size: 3em;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    .page-not-found h2 {
        margin-block-start: 0;
        margin-block-end: 0;
    }

.clear-search-wrap {
    display:flex;
    gap:0.5em;
    text-decoration:none;
    align-items:center;
    color:#fff;
    background-color:darkred;
    font-size14px;
    font-size:12px;
    padding:0.4em 0.8em;
    border-radius:0.5em;
    margin-left:1em;
}

    .clear-search-wrap:hover {
        opacity:0.8;
    }

.k-scrollview.k-scrollview-light kendo-scrollview-pager, .k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
    background-color: transparent !important;
}


.main-nav-link {
    text-decoration: none !important;
    color:var(--text-dark-green);
    

}