.kicon-grid:before {
content: "\e911";
}
.kicon-list:before {
content: "\e912";
}
.kicon-leaf:before {
content: "\e910";
}
.kicon-print:before {
content: "\e90f";
}
.kicon-dropdown:before {
content: "\e906";
}
.kicon-info:before {
content: "\e907";
}
.kicon-tick:before {
content: "\e908";
}
.kicon-link:before {
content: "\e909";
}
.kicon-minus:before {
content: "\e90a";
}
.kicon-plus:before {
content: "\e90b";
}
.kicon-suitcase:before {
content: "\e90c";
}
.kicon-cross:before {
content: "\e90d";
}
.kicon-search:before {
content: "\e90e";
}
.kicon-close:before {
content: "\e905";
}
.kicon-zip:before {
content: "\e800";
}
.kicon-play-triangle:before {
content: "\e801";
}
.kicon-download:before {
content: "\e802";
}
.kicon-speak:before {
content: "\e803";
}
.kicon-angle-left:before {
content: "\e804";
}
.kicon-zoom:before {
content: "\e805";
}
.site .spnav-25 + .page-content .page-header {
    margin-bottom: 30px;
    padding: 0;
    border: none;
}
.spnav-25 + .page-content .page-content-full {
    font-size: 24px;
    line-height: 2;
}
.spnav-25 .secondary-nav > ul.menu > li {
    margin: 0 5px;
}
.spnav-25 .secondary-nav > ul.menu {
    justify-content: space-between;
}
.spnav-25 .secondary-nav > ul.menu > li a {
    font-size: 14px;
}
.ko-playlists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.playlist-item {
    width: 45.12%;
    margin-bottom: 40px;
}
.ko-pl-thumb {
    display: block;
    position: relative;
}
.ko-pl-thumb img {
    display: block;
    width: 100%;
    filter: grayscale(1);
    transition: filter 0.35s;
}
.playlist-item:hover a.ko-pl-thumb img {
    filter: grayscale(0);
}
.ko-pl-title {
    color: #6C3527;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 10px 0;
}
.ko-pl-actions a {
    display: inline-block;
    padding: 15px 18px;
    background: #915D2C;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    font-size: 18px;
    transition: background 0.3s;
}
.ko-pl-actions a i {
    padding-right: 7px;
}
.ko-pl-actions a:not(:last-child) {
    margin-right: 14px;
}
.ko-pl-actions a:hover {
    background: #1D1D1D;
}
.ko-playlists-wrapper {
    margin: 45px 0 20px;
}
.spnav-25 + .page-content {
    padding-bottom: 5px;
    margin-bottom: 24px;
}
.ko-glossary-wrapper {
    padding: 40px 0 60px;
}
.ko-glossary-wrapper .page-header {
    margin-bottom: 50px;
}
.ko-glossary-wrapper .parent-page-title {
    margin-bottom: 5px;
}
.ko-glossary-cols {
    display: flex;
    justify-content: space-between;
}
.ko-glossary-info {
    width: 43%;
}
.ko-glossary-list {
    width: 53.55%;
    display: flex;
}
.ko-gloss-list-left {
    width: 40%;
    padding-right: 30px;
}
.ko-gloss-list-right {
    width: 60%;
    padding-left: 48px;
    border-left: 1px solid rgb(108 53 39 / 20%);
}
.ko-glossary-list a {
    display: block;
    text-decoration: none;
    font-size: 24px;
    line-height: 2;
    color: #6C3527;
    position: relative;
    top: -0.5em;
}
.ko-glossary-list a:hover {
    color: #1D1D1D;
}
.ko-gloss-img img {
    display: block;
    width: 100%;
    margin: 0 0 50px;
}
.ko-gloss-desc strong {
    font-size: 24px;
    line-height: 1.8;
    color: #6C3527;
}
.ko-gloss-desc {
    font-size: 18px;
    line-height: 1.667;
}
.ko-gloss-desc p {
    margin: 0 0 30px;
}
.single-glossary-wrapper {
    padding: 50px 0 80px;
}
.single-glossary-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    margin-bottom: 50px;
}
.single-glossary-header .page-header {
    margin: 0;
}
.single-gloss-header-right a {
    color: #915D2C;
    font-size: 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.single-gloss-header-right a i {
    font-size: 14px;
    padding-right: 6px;
}
.ko-gloss-img {
    max-width: 350px;
}
.single-gloss-lower-cols {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    margin-bottom: 45px;
}
.single-gloss-lower-cols.gloss-no-thumb .single-gloss-left {
    width: 100%;
}
.single-gloss-lower-cols.gloss-no-thumb .single-gloss-right {
    display: none;
}
.single-gloss-left {
    width: 34.1%;
    width: calc(100% - 400px);
}
.single-gloss-right {
    width: 57.37%;
    width: 350px;
}
.single-gloss-right img {
    display: block;
    width: 100%;
}
.single-gloss-title h2 {
    font-size: 36px;
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}
.single-gloss-title a {
    color: #A17F61;
    font-size: 27px;
    text-decoration: none;
    padding-left: 8px;
}
.sg-section-title {
    color: #6C3527;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sg-section-body {
    font-size: 18px;
    line-height: 2;
}
.single-gloss-section {
    margin-bottom: 35px;
}
.single-gloss-details .sg-section-title {
    text-transform: uppercase;
}
.single-gloss-section p {
    margin: 0 0 10px;
}
.single-gloss-thumb {
    position: relative;
}
.single-gloss-thumb a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #A17F61;
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.single-gloss-thumb a i {
    padding-right: 5px;
    font-size: 16px;
    line-height: 1;
}
.single-grape_glossary .secondary-nav .menu-item-784 a {
    font-weight: bold;
}
a.ko-pl-thumb i {
    position: absolute;
    width: 95px;
    height: 95px;
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,0.29);
    font-size: 35px;
    transform: translate(-50%, -50%);
}
.ko-pl-sub-title {
    font-size: 18px;
    margin: 10px 0 18px;
}
.ko-tools-wrapper .ko-pl-title {
    color: #915d2c;
    line-height: 1.5;
    text-transform: none;
}
.ko-tools-wrapper .ko-pl-sub-title {
    line-height: 1.667;
}
.ask-expert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}
.show-ask-expert .ask-expert-overlay {
    opacity: 0.46;
    visibility: visible;
}
.ask-expert-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -30%);
    z-index: 999;
    width: 94%;
    max-width: 1268px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}
.show-ask-expert .ask-expert-modal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.ask-expert-left {
    width: 44.28%;
}
.ask-expert-left img {
    opacity: 0;
    visibility: hidden;
    display: block;
}
.ask-expert-right {
    width: 55.72%;
    padding: 65px 65px 55px 55px;
}
.ask-expert-subtitle {
    color: #6C3527;
    font-size: 24px;
    text-transform: uppercase;
}
.ask-expert-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 12px;
}
.ask-expert-header {
    margin-bottom: 30px;
}
.ask-expert-desc {
    max-width: 547px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 45px;
}
.ask-expert-form .gfield label {
    display: block;
    width: 100%;
    color: #6C3527;
    font-size: 18px;
    margin-bottom: 8px;
}
.ask-expert-form .gfield.hidden_label > label {
    display: none;
}
.ask-expert-form .gform_heading {
    display: none;
}
.ask-expert-form .gform_wrapper .gfield input,.ask-expert-form .gform_wrapper .gfield select,.ask-expert-form .gform_wrapper .gfield textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #915D2C;
    border-radius: 2px;
    padding: 5px 12px;
}
.ask-expert-form .gform_wrapper .gfield textarea {
    padding-top: 12px;
    max-height: 140px;
    height: 140px;
    resize: none;
}
.ask-expert-form .gfield label .gfield_required_text {
    display: none;
}
.ask-expert-form .gfield label .gfield_required:before {content: '*';}
.ask-expert-form .gform_wrapper .gfield select {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}
.ask-expert-form .gform_wrapper .ginput_container_select {
    position: relative;
}
.ask-expert-form .gform_wrapper .ginput_container_select:before {content: '';width: 1px;height: 33px;background: #A17F61;opacity: 0.4;position: absolute;right: 42px;top: 50%;transform: translateY(-50%);}
.ask-expert-form .gform_wrapper .ginput_container_select:after {content: '';border: 5px solid transparent;border-top-color: #A17F61;position: absolute;top: 50%;right: 18px;margin-top: -3px;}
.ask-expert-form .gform_footer .button {
    background: #915D2C;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 2px;
    cursor: pointer;
}
.ask-expert-form .gform_footer .button:hover {
    background: #1D1D1D;
}
.ask-expert-close {
    position: absolute;
    top: 65px;
    right: 65px;
    color: #6C3527;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}
.page-secondary-nav.spnav-25 {
    background: #484948;
}
.ko-yt-player-top {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 50px;
}
.ko-yt-player-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ko-yt-videos {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.ko-yt-video-thumb img {
    display: block;
    width: 100%;
}
.ko-yt-video {
    width: 23.12%;
    margin-right: 2.5%;
    cursor: pointer;
    margin-bottom: 50px;
}
.ko-yt-video:nth-child(4n) {
    margin-right: 0;
}
.ko-yt-video-thumb {
    border: 6px solid transparent;
    transition: border 0.2s;
    margin-bottom: 28px;
}
.ko-yt-video.active .ko-yt-video-thumb {
    border-color: #885F3C;
}
.ko-yt-video-title {
    color: #885F3C;
    font-size: 24px;
    line-height: 1.5;
}
.wine-browse-toolbar,
.wine-reviews-toolbar,
.sales-tools-toolbar {
    background: #484948;
    position: relative;
    z-index: 3;
}

.browse-filters,
.reviews-filters,
.sales-tools-filters {
    display: flex;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
}

.browse-filter,
.reviews-filter,
.sales-tools-filter {
    position: relative;
    padding-right: 74px;
}

.browse-filter.browse-filter-inactive,
.reviews-filter.reviews-filter-inactive,
.sales-tools-filter.sales-tools-inactive {
    display: none;
}

.browse-filter-dropdown,
.reviews-filter-dropdown,
.sales-tools-filter-dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.2s, visibility 0.2s;
}
.browse-filter:hover .browse-filter-dropdown,
.reviews-filter:hover .reviews-filter-dropdown,
.sales-tools-filter:hover .sales-tools-filter-dropdown {
    opacity: 1;
    visibility: visible;
}
.browse-filter > a,
.reviews-filter > a,
.sales-tools-filter > a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Adobe Garamond Pro', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.browse-filter > a i,
.reviews-filter > a i,
.sales-tools-filter > a i {
    font-size: 60%;
    padding-left: 8px;
}
.browse-search-box,
.review-search-box,
.sales-search-box {
    width: 278px;
    display: flex;
    position: relative;
}
.browse-search-box input,
.review-search-box input,
.sales-search-box input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    height: 33px;
    outline: none;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Adobe Garamond Pro', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.browse-search-box ::-webkit-input-placeholder,
.review-search-box ::-webkit-input-placeholder,
.sales-search-box ::-webkit-input-placeholder {
color: #fff;
opacity: 0.5;
/*font-style: italic;*/
}
.browse-search-box ::-moz-placeholder,
.review-search-box ::-moz-placeholder,
.sales-search-box ::-moz-placeholder {
color: #fff;
opacity: 0.5;
font-style: italic;
}
.browse-search-box :-ms-input-placeholder,
.review-search-box :-ms-input-placeholder,
.sales-search-box :-ms-input-placeholder {
color: #fff;
opacity: 0.5;
font-style: italic;
}
.browse-search-box :-moz-placeholder,
.review-search-box :-moz-placeholder,
.sales-search-box :-moz-placeholder {
color: #fff;
opacity: 0.5;
font-style: italic;
}
.browse-search-box i,
.review-search-box i,
.sales-search-box i {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    color: #fff;
}
.browse-clear a,
.review-clear a,
.sales-tools-clear a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.5;
}
.browse-clear a i,
.review-clear a i,
.sales-tools-clear a i {
    font-size: 65%;
    padding-right: 8px;
}
.sales-tools-header {
    border-bottom: 2px solid rgb(112 112 112 / 20%);
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
.sales-tools-sub-title {
    font-size: 24px;
    color: #6C3527;
    text-transform: uppercase;
    line-height: 1.2;
}
h1.sales-tools-title {
    font-size: 36px;
    color: #1D1D1D;
    line-height: 1.2;
    margin: 0;
}
.sales-tools-grid-wrap {
    padding-top: 50px;
    padding-bottom: 80px;
    color: #1D1D1D;
}
.sales-tools-header-right {
    display: flex;
    align-items: center;
}
.sales-tools-my-portfolio a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #915D2C;
    color: #fff;
    font-size: 24px;
    border-radius: 1.25px;
    line-height: 1.1;
    padding: 5px 10px;
}
.sales-tools-my-portfolio a i:first-child {
    padding-right: 6px;
}
.sales-tools-my-portfolio a span {
    padding-left: 4px;
}
.sales-tools-result-count {
    margin-right: 20px;
    font-size: 24px;
    line-height: 1.1;
}
.single-toolkit-thumb {
    display: block;
    margin-bottom: 10px;
}
.sales-tools-grid {
    display: flex;
    flex-wrap: wrap;
}
.single-toolkit-tile {
    width: 19.5%;
    margin-right: 7.33%;
    margin-bottom: 75px;
}
.single-toolkit-tile:nth-child(4n) {
    margin-right: 0;
}
.single-toolkit-thumb img {
    display: block;
    width: 100%;
}
.toolkit-cat-name {
    color: #1D1D1D;
    opacity: 0.5;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 20px;
}
.toolkit-brand-name {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 10px;
    word-break: break-word;
}
.hide {
    display: none !important;
}
.tookit-name {
    color: #6C3527;
    font-size: 18px;
    line-height: 1.4;
    display: block;
    padding-bottom: 15px;
}
.tookit-actions {
    border-top: 1px solid rgb(112 112 112 / 20%);
    padding-top: 16px;
}
.tookit-actions a {
    font-size: 20px;
    display: inline-flex;
    text-decoration: none;
    color: #8E8E8E;
    margin-right: 18px;
}
a.add-to-folio i:nth-child(2) {
    font-size: 43%;
    padding-left: 2px;
}
.browse-load-more,
.reviews-load-more,
.sales-tools-more {
    text-align: center;
    width: 100%;
}
.browse-load-more a,
.reviews-load-more a,
.sales-tools-more a {
    border-radius: 1.25px;
    background: #915D2C;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding: 18px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.browse-load-more a i,
.reviews-load-more a i,
.sales-tools-more a i {
    font-size: 70%;
    padding-right: 9px;
}
.browse-load-more .ajaxing,
.reviews-load-more .ajaxing,
.sales-tools-more .ajaxing {
    position: relative;
    overflow: hidden;
}
.browse-load-more .ajaxing:before,
.reviews-load-more .ajaxing:before,
.sales-tools-more .ajaxing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #915D2C;
}
.browse-load-more .ajaxing:after,
.reviews-load-more .ajaxing:after,
.sales-tools-more .ajaxing:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    margin-top: -8px;
    margin-left: -8px;
    animation: ajaxing 1s infinite linear;
}
.no-results-found {
    width: 100%;
}
.browse-filter-dropdown,
.reviews-filter-dropdown,
.sales-tools-filter-dropdown {
    width: 830px;
    background: #f8f8f8;
    box-shadow: 0 5px 20px rgba(0,0,0,0.29);
    padding: 48px 30px 48px 48px;
    transform: translateY(38px);
    left: 0;
}


.st--dropdown-cat-title {
    font-size: 15px;/*Pete Changed - from 24px to 15px*/
    color: #6C3527;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}
.ko-checkbox {
    font-size: 12px; /*Pete Changed font from 18px to 12px*/
    line-height: 1.6;
}
.ko-checkbox.subchild {
    margin-left: 10px;
}
.ko-checkbox label input {
    display: none;
}
.ko-checkbox label {
    position: relative;
    display: block;
    padding-left: 20px;
}
.ko-checkbox label span:before {
    width: 14px;
    height: 14px;
    border-radius: 1px;
    border: 1px solid #1D1D1D;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    transition: border 0.2s;
}
.ko-checkbox label input:checked + span:before {
    border-color: #915D2C;
}
.ko-checkbox label input + span:after {
    content: "\e908";
    font-family: 'kobrandicons';
    position: absolute;
    color: #915D2C;
    font-size: 9px;
    position: absolute;
    left: 2px;
    top: 7px;
    transform: scale(0);
    transition: transform 0.2s;
}
.ko-checkbox label input:checked + span:after {
    transform: scale(1);
}
.ko-checkbox label input:checked + span {
    color: #915D2C;
}
.reviews-dropdown-inner,
.sales-tools-dropdown-inner.tools-category-dropdowns {
    display: flex;
    flex-wrap: wrap;
}
.sales-tools-cat-col {
    width: 50%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
}
.st-dropdown-cat-block {
    margin-bottom: 30px;
}
.browse-filter-dropdown:before,
.reviews-filter-dropdown:before,
.sales-tools-filter-dropdown:before {
    content: '';
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    top: -50px;
    left: 0;
}
.browse-filter-dropdown:after,
.reviews-filter-dropdown:after,
.sales-tools-filter-dropdown:after {
    content: "\e906";
    color: #f8f8f8;
    font-family: 'kobrandicons';
    position: absolute;
    bottom: 100%;
    transform: rotate(180deg) translateY(-11px);
    text-shadow: 0 5px 10px rgb(0 0 0 / 29%);
    left: 26px;
    font-size: 35px;
}
.page-header-right .sort-button.active {
    color: #1D1D1D;
}
.brand-region-name span {
    display: inline-block;
    padding: 15px 25px;
    background: #915D2C;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 60px;
}
.brand-region > h3 {
    margin-top: -20px;
    margin-bottom: 85px;
    font-size: 20px;
    color: #915d2c;
}
.brand-videos-modal-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: opacity 0.2s, visibility 0.2s;z-index: 99;}
.show-brand-videos .brand-videos-modal-overlay {
    opacity: 0.27;
    visibility: visible;
}
.brand-videos-modal {
    width: 94%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
    max-width: 1150px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.27);
    z-index: 99;
    padding: 40px;
}
.show-brand-videos .brand-videos-modal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.brand-videos-cols {
    display: flex;
    justify-content: space-between;
}
.brand-videos-sub-title {
    font-size: 24px;
    color: #6C3527;
    text-transform: uppercase;
}
.brand-videos-modal-close {
    cursor: pointer;
    color: #895F39;
    font-size: 19px;
    position: absolute;
    right: 35px;
    top: 35px;
    user-select: none;
}
.brand-videos-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    color: #1D1D1D;
}
.brand-videos-header {
    margin-bottom: 35px;
}
.brand-videos-player {
    width: 58.23%;
}
.brand-videos-list {
    width: 38.23%;
    max-height: 385px;
    overflow-y: auto;
}
.brand-vid-player-inner {
    position: relative;
    padding-top: 56.25%;
}
.brand-vid-player-inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.brand-video-item-title {
    font-size: 24px;
    margin-top: 16px;
    color: #6C3527;
}
.brand-video-item-subtitle {
    font-size: 18px;
    opacity: 0.5;
    color: #1D1D1D;
    margin-top: 5px;
}
.brand-yt-video-thumb img {
    display: block;
    width: 100%;
}
.brand-yt-video {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 16px;
    cursor: pointer;
}
.brand-yt-video-thumb {
    width: 43.4%;
}
.brand-yt-video-right {
    width: 50.73%
}
.brand-yt-video-title {
    font-size: 18px;
    color: #6C3527;
    line-height: 1.6;
}
.brand-yt-video-subtitle {
    margin-top: 4px;
    color: #1D1D1D;
    font-size: 18px;
    opacity: 0.5;
}
.brand-videos-footer {
    margin-top: 24px;
    display: flex;
}
.brand-vid-youtube a {
    display: inline-flex;
    background: #915D2C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    padding: 14px 18px;
    text-decoration: none;
}
.brand-vid-youtube a i {
    padding-right: 7px;
}
.brand-vid-subscribe a {
    background: #404040;
    color: #fff;
    display: inline-flex;
    padding: 14px 20px;
    margin-left: 20px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 18px;
}
.brand-yt-video.active {
    display: none;
}
.brand-hero a {
    position: relative;
}
.brand-hero a i {
    position: absolute;
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,0.29);
    font-size: 44px;
    transform: translate(-50%, -50%);
}
.brand-team-members-wrap {
    padding: 50px 0 60px;
}
.brand-team-members-grid {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
a.brand-member-gitem {
    width: 29.9%;
    margin-right: 5.15%;
    margin-bottom: 65px;
    position: relative;
}
a.brand-member-gitem:nth-child(3n) {
    margin-right: 0;
}
a.brand-member-gitem img {
    display: block;
}
a.brand-member-gitem:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.44;
    position: absolute;
    top: 0;
    left: 0;
}
.brand-member-overlay-header {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}
.bm-overlay-title {
    font-size: 24px;
    font-weight: bold;
}
.brand-team-member {
    padding-top: 95px;
}
.brand-team-member .page-header {
    margin-bottom: 40px;
}
.brand-member-right .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.brand-member-body strong, .brand-member-lower-details strong {
    font-size: 24px;
    color: #6C3527;
    line-height: 4;
}
.brand-sp-header-image {
    position: relative;
}
.brand-sp-header-image figcaption {
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.brand-sp-copy.content p {
    line-height: 2;
}
.brand-portfolio-wrapper {
    padding: 50px 0 40px;
}
.brand-portfolio-wrapper .page-header {
    margin-bottom: 24px;
}
.brand-portfolio {}
.brand-portfolio-grid {
    display: flex;
    flex-wrap: wrap;
}
a.product-grid-item {
    display: block;
    border: 1px solid #8D8D8D;
    text-decoration: none;
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: 40px;
}
.product-grid-thumb {
    background-color: rgba(255,255,255,0.5) !important;
}
.product-grid-lower {
    background: #fff;
    min-height: 158px;
    padding: 12px 24px;
    border-top: 1px solid #8D8D8D;
}
.product-grid-item-brand {
    font-size: 18px;
    color: #000000;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0;
}
.product-grid-item-name {
    color: #6C3527;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin: 6px 0;
    font-weight: 400;
}
.product-eco-tag {
    color: #5A8038;
    font-size: 18px;
}
.product-eco-tag i {
    padding-right: 9px;
}
a.product-grid-item:nth-child(4n) {
    margin-right: 0;
}
.reviews-dropdown-inner .ko-checkbox {
    width: 50%;
}
.reviews-score-range {
    display: flex;
    align-items: center;
}
.reviews-score-range > span {
    padding-left: 10px;
    padding-right: 10px;
}
.wine-reviews-lower {
    padding: 50px 0 80px;
    color: #1D1D1D;
}
.wine-reviews-header {
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid rgb(112 112 112 / 20%);
    margin-bottom: 60px;
}
.wine-reviews-header .page-header {
    margin: 0;
}
.wine-reviews-results-count {
    font-size: 24px;
    margin-right: 30px;
}
.wine-reviews-print a {
    display: inline-block;
    background: #915D2C;
    color: #fff;
    border-radius: 2px;
    padding: 12px 34px;
    line-height: 1.2;
    text-decoration: none;
}
.wine-reviews-print a i {
    padding-right: 5px;
}
.wine-reviews-header-right {
    display: flex;
    align-items: center;
}
.review-tile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}
.review-tile-left {
    width: 22.86%;
    background-color: #F0EEE6 !important;
}
.review-tile-right {
    width: 73.43%;
}
.review-tile-brand {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}
.review-tile-product-release {
    display: block;
    color: #6C3527;
    font-size: 18px;
    line-height: 1.4;
}
.review-tile-header {
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.review-tile-header h1 {
    line-height: 1;
}
.review-tile-secondary-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding-bottom: 34px;
    margin-bottom: 17px;
}
.review-tile-sec-header-title {
    font-size: 24px;
    font-weight: bold;
    color: #6C3527;
}


.review-tile-sec-pub {
    font-size: 18px;
    font-style: italic;
}

.review-body {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}
.reviewer-name {
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 55px;
}
.review-actions a {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    background: #915D2C;
    line-height: 1.2;
}
.review-actions a:not(:last-child) {
    margin-right: 30px;
}
.reviews-filter {
    padding-right: 50px;
}
.reviews-filter-dropdown.reviews-date-range {
    width: 350px;
    padding: 30px;
}
.reviews-filter-dropdown input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    height: 35px;
    border: 1px solid #ddd;
}
.reviews-score-range {
    width: 500px;
}
.wine-reviews-lower .container {
    max-width: 960px;
    width: calc(100% - 0px);
}
.reviews-filter[data-type="vintage"] .reviews-filter-dropdown {
    width: 400px;
    column-count: 3;
    font-size: 14px;
}
.reviews-filter[data-type="vintage"] .reviews-filter-dropdown .ko-checkbox {
    width: inherit;
    font-size: 14px;
}
.reviews-filter[data-type="vintage"] .reviews-filter-dropdown .ko-checkbox {
    width: 33.33%;
}
.reviews-filter-dropdown {
    padding: 30px;
    max-height: 50vh;
    overflow: auto;
}
.reviews-load-more {
    text-align: left;
}
.reviews-load-more a i {
    padding-left: 9px;
    padding-right: 0;
}
.single-product-wrapper {
    padding: 60px 0 80px;
    background: url('../img/ko--bg.jpg') no-repeat center top;
    background-size: cover;
}
.single-product-cols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
}
.single-product-left {
    width: 23.17%;
}
.single-product-right {
    width: 66.667%;
}
.parent-page-title a {
    color: #6c3527;
    text-decoration: none;
}
.product-release-switcher a {
    text-decoration: none;
    color: #6C3527;
}
.product-release-switcher {
    color: #6C3527;
    font-size: 24px;
    margin: 0 0 46px;
}

.product-description {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.667;
    margin: 0 0 40px;
}

.product-description p{
    margin-bottom: 5px;
}

.product-reviews-wrap {
    border: 1px solid rgb(112 112 112 / 20%);
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    color: #1D1D1D;
    padding: 24px 0;
    align-items: center;
    margin-bottom: 50px;
}
.product-review-scoring {
    font-size: 24px;
    color: #6C3527;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-review-publication {
    font-style: italic;
    margin: 4px 0 10px;
}
.product-review-vintage {
    opacity: 0.5;
}
.product-all-reviews-link a {
    background: #915D2C;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 25px;
    line-height: 1;
    white-space: nowrap;
}
.product-section {
    line-height: 1.667;
    font-size: 18px;
    margin-bottom: 34px;
}
.product-section-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
    color: #6C3527;
    margin: 0 0 24px;
}
.product-section-body p {
    margin: 0 0 24px;
}
.single-product-left img {
    display: block;
    width: 100%;
    max-width: 250px;
}
.single-product-vineyard,
.single-product-grapes {
    border-top: 1px solid rgb(112 112 112 / 70%);
    border-bottom: 1px solid rgb(112 112 112 / 70%);
    padding: 58px 0 20px;
    color: #1D1D1D;
}
.single-product-vineyard h2,
.single-product-grapes h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 30px;
}
.spg--cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spg--left {
    width: 19.05%;
}
.spg--right {
    width: 75.5%;
    line-height: 1.5;
}
.spg--name {
    display: block;
    font-size: 24px;
    color: #6C3527;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: none;
}
.single-product-grape {
    margin-bottom: 40px;
}
.single-product-related-block {
    padding-top: 45px;
}
.single-product-related-block .related-product-brand {
    font-size: 24px;
    color: #6C3527;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.single-product-related-block .related-products-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
}
.single-product-related-block .related-products-header {
    margin-bottom: 60px;
}
.single-product-related-block .product-grid-thumb {
    background-color: rgba(0,0,0,0.1) !important;
}
.single-product-related-block a.product-grid-item {
    border: none;
}
.single-product-related-block .product-grid-lower {
    border: none;
    padding-left: 0;
    background: none;
}
.tookit-name a {
    color: #6B3429;
    text-decoration: none;
}
.kits-downloads-header {
    font-size: 24px;
    margin-top: -20px;
    line-height: 1.2;
    border-bottom: 2px solid rgb(112 112 112 / 20%);
    padding-bottom: 35px;
    margin-bottom: 70px;

    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.kits-downloads-header .toolkit-link {
    margin: 6px 20px 0 auto;
    text-decoration: none;
    color: #8E8E8E;
}
.kits-downloads-header .link-copy-input {
    top: auto;
    bottom: 0;
}
.back-to-toolkit {
    font-size: 16px;
    display: inline-block;
    background: #915D2C;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    padding: 14px 24px;
    line-height: 1;
}
.back-to-toolkit:focus,
.back-to-toolkit:hover {
    color: #fff;
    text-decoration: none;
}
.sales-tools-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}
.show-tools-modal .sales-tools-modal-overlay {
    opacity: 1;
    visibility: visible;
}
.sales-tools-modal {
    width: 94%;
    max-width: 1110px;
    min-height: 200px;
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.27);
    padding: 40px 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.show-tools-modal .sales-tools-modal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.sales-tools-modal-close {
    cursor: pointer;
    color: #895F39;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.sales-tools-modal.ajaxing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}
.sales-tools-modal.ajaxing:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #1D1D1D;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-right-color: transparent;
    animation: ajaxing 1s infinite linear;
}
.tool-modal-cols {
    display: flex;
    justify-content: space-between;
}
.tool-modal-left {
    width: 34.3%;
}
.tool-modal-right {
    width: 55.66%;
}
.tool-modal-cat {
    font-size: 18px;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tool-modal-brand {
    color: #6C3527;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.tool-modal-title {
    font-size: 36px;
    line-height: 1.33;
    max-width: 450px;
    margin-bottom: 43px;
}
.tool-modal-files {
    max-width: 425px;
}
.tool-modal-file {
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    align-items: center;
}
.tool-modal-file a {
    display: inline-block;
    background: #915D2C;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    padding: 14px 24px;
    line-height: 1;
}
.tool-modal-file a i {
    padding-right: 8px;
}
.tool-modal-file:last-child {
    border-bottom: none;
}
.tool-modal-link {
    display: flex;
    max-width: 425px;
    color: #915D2C;
    align-items: center;
}
.tool-modal-link input {
    margin-left: 12px;
    border: 1px solid #915D2C;
    width: 100%;
    height: 48px;
    opacity: 0.4;
    padding: 0 12px;
}
.maps-list-wrapper {
    padding: 60px 0 70px;
}
.maps-list-header .page-header {
    margin-bottom: 60px;
}
.map-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
.map-list-item-thumb {
    width: 42.9%;
}
.map-list-item-right {
    width: 51.35%;
}
.map-list-item-thumb img {
    display: block;
    width: 100%;
}
.map-list-item-title {
    color: #6C3527;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.map-list-item-desc {
    line-height: 2;
    margin-bottom: 24px;
}
.map-list-switcher {
    border: 1px solid #797979;
    max-width: 355px;
    border-radius: 2px;
    background: #fff;
    position: relative;
}
.map-list-switcher a {
    text-decoration: none;
}
.map-switcher-country {
    padding: 16px 11px;
    font-size: 24px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.map-switcher-country:after {
    content: "\e906";
    font-family: 'kobrandicons';
    color: #797979;
    font-size: 21px;
    width: 55px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 5px;
    justify-content: center;
    border-left: 1px solid rgb(121 121 121 / 40%);
}
.map-switcher-options {
    position: absolute;
    border: 1px solid #707070;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background: #fff;
    padding: 0px 15px 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    transform: translateY(10px);
    z-index: 10;
}
.map-list-switcher:hover .map-switcher-options {
    opacity: 1;
    visibility: visible;
}
.map-switcher-options:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.map-list-children a,
.map-list-link a {
    display: block;
    padding: 16px 0;
    line-height: 1;
    font-size: 24px;
    color: #1D1D1D;
    border-bottom: 1px solid rgb(112 112 112 / 10%);
}
.map-list-children a:hover,
.map-list-link a:hover {
    color: #6c3527;
}
.map-list-children a {
    padding-left: 36px;
}
.map-details-wrapper {
    border-top: 1px solid rgb(112 112 112 / 50%);
    padding-top: 35px;
}
.map-details-wrapper h3 {
    color: #915D2C;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}
.map-viewer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.map-viewer-main {
    width: 70.7%;
    position: relative;
}
.map-viewer-layer-switcher {
    width: 26%;
}
.map-layer-switch {
    line-height: 2;
    margin-bottom: 5px;
    color: #1D1D1D;
    position: relative;
    padding-left: 110px;
    cursor: pointer;
    user-select: none;
}
.map-layer-switch > span:first-child {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 80px;
    top: 10px;
    transition: transform 0.2s;
}
.map-viewer-main-img img {
    display: block;
    width: 100%;
    height: auto;
}
.map-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.35s;
}
.map-layer.active {
    opacity: 1;
}
.map-labels {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.map-layer-switch:hover > span:first-child {
    transform: scale(1.35);
}
.browse-catalog-wrapper {
    padding: 50px 0 80px;
    background: url('../img/ko--bg.jpg') no-repeat center top;
    background-size: cover;
}
.browser-catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid rgb(112 112 112 / 20%);
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.browser-catalog-header .page-header {
    margin: 0;
}
.catalog-item-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.catalog-item-left {
    width: 22.86%;
}
.catalog-item-thumb > a {
    display: block;
    width: 100%;
    position: relative;
}
.catalog-item-thumb {
    background-color: #F0EEE6 !important;
}
.catalog-item-thumb .catalog-new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #915D2C;
    color: #fff;
    padding: 6px 16px;
    border-radius: 2px;
}
.catalog-item-middle {
    width: 19.1%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
.catalog-item-right {
    width: 50.9%;
}
.catalog-item {
    color: #1D1D1D;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(112 112 112 / 50%);
}
.catalog-item-brand {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.catalog-item-title {
    color: #6C3527;
    text-decoration: none;
    line-height: 1.4;
}
.catalog-item-country {
    margin: 20px 0;
}
.catalog-item-price {
    margin: 24px 0 30px;
}
.catalog-view-cta a {
    background: #915D2C;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 60px;
}
.catalog-item-right .map-list-switcher {
    margin-bottom: 28px;
}
.catalog-item:last-of-type {
    border: none;
    margin-bottom: 0;
}
.catalog-item-middle .product-eco-tag {
    margin-top: 20px;
}
.browse-catalog-right {
    display: flex;
    align-items: center;
}
.catalog-view-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #915D2C;
    width: 36px;
    height: 36px;
    border-radius: 1px;
    text-decoration: none;
    color: #D0D0D0;
}
.catalog-view-switch a.active {
    color: #fff;
    background: #915D2C;
}
.catalog-view-switch a:not(:last-child) {
    margin-right: 14px;
}
.catalog-results {
    margin-right: 25px;
}
.browse-filter {
    padding-right: 60px;
}
.browse-dropdown-inner {
    display: flex;
    flex-wrap: wrap;
}
.browse-dropdown-inner > div {
    width: 50%;
}
.browse-filter-dropdown {
    padding: 35px;
}

.browse-filter-dropdown.browse-price-range {
    width: 200px;
}

.reviews-dropdown-inner.tools-brands-dropdowns {
    /*max-height: 600px;
    overflow-y: auto;*/
}

.reviews-dropdown-inner, .sales-tools-dropdown-inner.tools-category-dropdowns {
    display: block;
    column-count: 2;
}

.reviews-dropdown-inner .ko-checkbox{
    width: 100%;
}

.event-category-filter-option input:checked + span {
    color: #8f908f;
}

.portfolio-filters-nav a.has-arrow:after {
    content: "\e906";
    font-family: 'kobrandicons' !important;
    font-size: 12px;
}

.sorting-dropdown-desktop {
    display: flex;
}

span.map-layer-more-title {
    position: absolute;
    border-radius: 12px;
    line-height: 1;
    padding: 5px 10px;
    font-size: 12px;
    right: 100%;
    right: calc(100% - 98px);
    top: 8px;
    white-space: nowrap;
    opacity: 0;
    width: 0;
    transition: width 0.1s, opacity 0.1s;
}

span.map-layer-more-title a {
    color: #fff;
    text-decoration: none;
}

.map-layer-switch:hover span.map-layer-more-title {
    opacity: 1;
    width: 75px;
}
.secondary-nav > ul > li {
    position: relative;
}

.secondary-nav > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    list-style: none;
    margin: 0;
    padding: 40px 0 10px 0;
    background: #484948;
    width: 220px;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.secondary-nav > ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.page-secondary-nav .secondary-nav > ul > li .sub-menu a {
    display: block;
    padding: 2px 10px;
    font-size: 16px;
}

.sellsheet-item-add.added .btn-brown {
    color: transparent;
    position: relative;
}

.sellsheet-item-add.added .btn-brown:before {
    content: 'Added';
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.single-product-vy-body {
    display: none;
    padding-top: 20px;
    line-height: 1.5;
}

.single-product-vy-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.browse-dropdown-inner.tools-brands-dropdowns span:before,
.browse-dropdown-inner.tools-brands-dropdowns span:after {
    display: none;
}

.browse-dropdown-inner.tools-brands-dropdowns label {
    padding-left: 0;
    cursor: pointer;
}

/* All Brands Sub Menu */
.menu-portfolio-item-holder {
    position: relative;
}

.menu-portfolio-item-holder .portfolio--menu {
    position: absolute;
    left: 100%;
    background: #fff;
    width: 60vw;
    max-width: 800px;
    top: 0;
    padding: 10px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.portfolio--menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.main-navigation ul#main-menu .menu-portfolio-item-holder .portfolio--menu ul li a {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 5px;
}

nav.main-navigation ul#main-menu .menu-portfolio-item-holder .portfolio--menu ul {
    column-count: 4;
}

.kobrand-portfolio-section-title {
    color: #895f39;
    margin-top: 17px;
    font-size: 16px;
}

.menu-portfolio-item-holder:hover .portfolio--menu {
    opacity: 1;
    visibility: visible;
}

/* End All Brands Menu */

.brand-page--caption {
    padding: 10px 0;
    color: #6b3529;
}

section.portfolio-directory-list .brands-list--wrapper {
    width: 100%;
    column-count: 1;
    column-gap: 0;
}

.brands-list {
    column-count: 3;
    column-gap: 14px;
}

.brand-list-item {
    margin-bottom: 24px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
}
.brand-list-item-title {
    margin-bottom: 5px;
}
.brand-list-item-title,.brand-list-item-title a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #6c3527;
    text-decoration: none;
}

.brand-list-item-country {
    font-size: 80%;
    font-style: italic;
    line-height: 1;
}


.ko-checkbox span:before,
.ko-checkbox span:after,
.sales-tools-filter[data-type="brands"] .ko-checkbox span:before,
.sales-tools-filter[data-type="brands"] .ko-checkbox span:after,
.reviews-filter[data-type="brands"] .ko-checkbox span:before,
.reviews-filter[data-type="brands"] .ko-checkbox span:after {
    display: none;
}

.ko-checkbox label,
.sales-tools-filter[data-type="brands"] .ko-checkbox label,
.reviews-filter[data-type="brands"] .ko-checkbox label {
    padding-left: 0;
}

.sales-tools-filter[data-type="brands"] .ko-checkbox,
.reviews-filter[data-type="brands"] .ko-checkbox {
    font-size: 12px;
    cursor: pointer;
}

.sales-tools-filter[data-type="brands"] .tools-brands-dropdowns,
.reviews-filter[data-type="brands"] .tools-brands-dropdowns {
    column-count: 3;
}

.link-copy-input {
    position: absolute;
    top: 100%;
    background: #ddd;
    padding: 5px;
    width: 100%;
    left: 0;
}

.tookit-actions {
    position: relative;
}

.link-copy-input input {
    width: 100%;
    border: 1px solid #8e8e8e;
    outline: none;
    height: 28px;
    padding: 4px;
}


.browse-filter[data-type="varietals"] .browse-dropdown-inner,
.reviews-filter[data-type="products"] .reviews-dropdown-inner.tools-brands-dropdowns,
.sales-tools-filter[data-type="products"] .sales-tools-dropdown-inner.tools-brands-dropdowns,
.sales-tools-filter[data-type="releases"] .sales-tools-dropdown-inner.tools-brands-dropdowns {
    column-count: 1;
}

.reviews-filter-grouped-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews-filter-grouped-items .ko-checkbox {
    width: 48%;
}

.kobrand-portfolio-grid-wrapper .add-to-folio .kicon-plus:before,
.is-in-folio .add-to-folio .kicon-plus:before {
    content: "\e90a";
}
.kobrand-portfolio-grid-wrapper {
    display: none;
}

.show-my-portfolio .kobrand-portfolio-grid-wrapper {
    display: block;
}

.show-my-portfolio .kobrand-portfolio-grid-wrapper + .sales-tools-grid {
    display: none;
}

.sellsheet-close {
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 0;
    background: #4d0003;
    color: #fff;
    font-size: 70%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.sellsheet-close:hover {
    background: #cb0009;
}

.ko-checkbox.disabled {
    display: none !important;
}

.avwp-av button.yes {
    background: #6B3529;
    border-radius: 5px;
}

.avwp-av {
    width: 600px;
    max-width: 90%;
    margin-left: 0;
    padding: 60px 50px;
    border-radius: 6px;
}

.avwp-av button {
    background: #000;
    font-size: 20px;
    max-width: 150px;
    transition: .35s ease;
}

.avwp-av h2 {
    margin-bottom: 30px;
    color: #6c3527;
    padding-bottom: 16px;
}

.avwp-av p {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
}

.sellsheet-build-product-filter.disabled {
    display: none;
}

.sellsheet-sub-type-item {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 14px;
    width: 500px;
    background: #fff;
    top: 100%;
    max-height: 350px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.sellsheet-sub-type-item .ko-checkbox {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.sellsheet-build-product-filter:hover .sellsheet-sub-type-item {
    font-size: 16px;
    opacity: 1;
    visibility: visible;
}

.sellsheet-sub-type-item .filter--group {
    width: 50%;
    padding-right: 5px;
}


.filter--group-options input + span {
    font-size: 13px;
}

.filter--group-hd {
    font-weight: bold;
}

.sellsheet-single-product > h2 small.sellsheet-product-brand {
    display: block;
    text-transform: none;
    font-size: 45px;
    color: #6b3529;
    line-height: 1;
    margin-bottom: 10px;
}

/* HM Edits */
.sticky-bar {
    top: 0;
}
.sticky-bar.stuck {
    width: 100%;
    position: fixed;
    top: 59px;
    left: 0;
    z-index: 11;
}

#sticky-nav-dect {
    background-color: #484948;
    height: 3px;
}
.sales-tools-filters {
    background-color: #484948;
}

.sticky-bar.stuck .news-evnets-filters,
.sticky-bar.stuck .reviews-filters,
.sticky-bar.stuck .sales-tools-filters,
.events-sub-nav.stuck,
.news-evnets-filters.stuck,
section.page-secondary-nav.stuck,
.sales-tools-filters.stuck,
.brand-page-toolbar-wrapper.stuck  {
    padding: 15px 0;
}
.brand-page-toolbar-wrapper img {
    transition: all .2s ease;
}
.brand-page-toolbar-wrapper.stuck img {
    max-height: 40px;
}
.history-timeline-dots {
    display: none;
}

.sb-hero-img {
    overflow: hidden;
}
.sb-hero-img img {
    display: block;
    opacity: 0;
}

.home .home-press-highlights {
    display: block;
    background: none;
}
    .home-press-highlights .slick-list {
        background: rgba(255,255,255,0.20);
    }
    .home-press-highlights .slick-track {
        background: rgba(255,255,255,0.25);
    }
.home-press-box-item {
    width: 20%;
}
    .home-press-box-item a.home-press-box {
        width: 100%;
        background: none;
    }
    .home-press-box-item .home-press-box-thumb {
        background: rgb(197 192 183 / 40%);
    }
    .home-press-box-item .home-press-box-location {
        max-width: 100%;
    }

.brand-page-toolbar img.show-on-print {
    display: none;
}

.sellsheet-single-product-left .bottle {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
    .sellsheet-single-product-left .bottle img {
        visibility: hidden;
        /* width: 80%; */
    }

    .fancybox-slide--iframe .fancybox-content {
        height: 100% !important;
    }
    .sticky-wrapper.fancy .brand-page-toolbar-wrapper {
        top: 0 !important;
    }

@media all and (max-width: 767px) {
    .sticky-bar.stuck {
        top: 53px;
    }
    .events-sub-nav.sticky {
        padding: 37px 0;
    }
}

/* halo code */
.s-builder-for-grid {
    display: flex;
}
.s-builder-for-grid .column.left {
    width: 60%;
}
.s-builder-for-grid .column.right {
    width: 40%;
    padding-left: 10px;
}
.s-builder-for-grid .column.right .s-builder-form-row {
    height: 100%;
    margin-bottom: 0;
}
#recently-sell-sheet-wrapper-inner {
    max-height: 466px;
    overflow-y: auto;
}
#recently-sell-sheet-list {
    margin: 0;
    padding-left: 20px;
}
    #recently-sell-sheet-list li {
        margin: 0 !important;
        padding-bottom: 10px;
        letter-spacing: -5px;
    }
    #recently-sell-sheet-list li:last-child {
        padding-bottom: 0;
    }
        #recently-sell-sheet-list li span {
            display: inline-block;
            vertical-align: middle;
            letter-spacing: 0;
        }
        #recently-sell-sheet-list li .title {
            width: calc(100% - 201px);
            padding-right: 10px;
        }

@media all and (max-width: 767px) {
    .s-builder-for-grid {
        flex-direction: column-reverse;
    }
    .s-builder-for-grid .column {
        width: 100% !important;
    }
    .s-builder-for-grid .column.right {
        margin-bottom: 40px;
    }
    #recently-sell-sheet-list li span {
        width: 100% !important;
        padding: 0;
        display: block;
    }
}

@media all and (max-width: 767px) {

    .hidden-xs {
        display: none;
    }

}

/* Reviews Sort-by Styles */
.custom-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 2rem;
}

#selectedValue {
    padding-right: 10px;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

.select2-container--default .select2-results__option {
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: inherit !important;
    padding-right: 8px !important;
    
}
.select2-results__option:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

/* Change color for specific dropdown filter */
.browse-filter[data-type="price-range"] > a {
    color: #484948 !important; 
     pointer-events: none !important;
 }
 
 
 /* Hide price dropdown filter */
 .browse-filter-dropdown.browse-price-range {
   width: 200px;
     display:none !important;
     pointer-events: none !important;
 }

 .brand-member-name{
    display: flex;
    justify-content: space-between;
 }
/* estilo boton print bio */

.bio-print a {
    display: inline-block;
    background: #915D2C;
    color: #fff;
    border-radius: 2px;
    padding: 12px 34px;
    line-height: 1.2;
    text-decoration: none;
}
.bio-print a i {
    padding-right: 5px;
}

.qr-view-one-prod {
    position: absolute;
    top: 0;
    right: 35px;
    display: flex;
    max-width: 135px;
    align-items: center;
}

.qr-view-three-prod {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 95px;
    padding-top: 20px;
}

.qr-view-three-prod span {
    text-align: center;
}
.qr-view-one-prod span {
    text-align: left;
    color: #000;
}

.qr-view-one-prod span, .qr-view-three-prod span {
    font-size: 1rem;
}

.qr-view-one-prod .product-qr-code, .qr-view-three-prod .product-qr-code {
    width: 85px;
    height: 85px;
}

.sellsheet-product-brand span {
    display: block;
    text-align: center;
    padding: 0 160px;
}

.tools-category-dropdowns {

                    display: flex !important;

                    flex-wrap: wrap;

}

/* turn the wrapper into a 2-column layout */

.sales-tools-dropdown-inner {

column-count: 3;           /* or use column-width with responsive MQs */

  column-gap: 48px;

  column-fill: balance;      /* helps even out column heights */

  width: 100%;

                    /* vendor prefixes for wider support */

  -webkit-column-count: 3;

  -webkit-column-gap: 48px;

  -webkit-column-fill: balance;

  -moz-column-count: 3;

  -moz-column-gap: 48px;

  -moz-column-fill: balance;

}

 

/* keep each category block from splitting across columns */

.st-dropdown-cat-block {

  -moz-column-break-inside: avoid;

  display: block;     /* ensures proper column flow */

  margin-bottom: 18px;

                    height: 100%;

    width: 100%;

    margin: 0 auto;

    margin-top: 10px;

}

 

/* optional: make 1 or 3 columns at different widths */

@media (max-width: 900px) {

  .sales-tools-dropdown-inner { column-count: 3; }

}

@media (min-width: 1400px) {

  .sales-tools-dropdown-inner { column-count: 3; }

}