.shopify-button-wrapper {
  display: flex;
  justify-content: center;
}

.whiskies-hubdb .off-canvas {
  overflow: hidden
}

.whiskies-hubdb .off-canvas__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left .5s ease-in-out;
  transition: left .5s ease-in-out;
  position: relative
}

.whiskies-hubdb .off-canvas__inner.left.push {
  left: calc(-100% - 24px)
}

.whiskies-hubdb .off-canvas__inner.active.left.push {
  left: 0
}

.whiskies-hubdb .off-canvas__inner.active.left.push .off-canvas__off {
  opacity: 1
}

.whiskies-hubdb .off-canvas__inner.active.left.push .off-canvas__main:before {
  background-color: rgba(0,0,0,.5);
  pointer-events: initial
}

.whiskies-hubdb .off-canvas__main {
  min-width: calc(100% + 24px);
  position: relative;
  margin-top: 0;
  padding-left: 24px
}

.whiskies-hubdb .off-canvas__main:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 12px;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
  pointer-events: none
}

.whiskies-hubdb .off-canvas__off {
  min-width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  margin-top: 0;
  position: relative
}

.whiskies-hubdb .off-canvas__close {
  position: absolute;
  top: -7px;
  right: -12px;
  font-size: 42px;
  line-height: 42px;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

.whiskies-hubdb .off-canvas__close:focus,
.whiskies-hubdb .off-canvas__close:hover {
  cursor: pointer;
  opacity: .75
}

.whiskies-hubdb .is-stuck .off-canvas__close {
  top: 6px
}

.whiskies-hubdb .off-canvas__close-label {
  font-size: 14px;
  vertical-align: top;
  text-transform: uppercase
}

.whiskies-hubdb .off-canvas__close-icon {
  margin-left: -9px
}

.whiskies-hubdb .page-back__link .icon {
  margin-left: -4px
}



/* .whiskies-hubdb fieldset *+* {
margin-top: 24px;
}  */

.whiskies-hubdb .js-sticky--medium {
  padding: 24px 0 24px 0;
}

.whiskies-hubdb .cta {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
    ;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 25px;
  color: #060d0a;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #060d0a;
  border-radius: 0;
  letter-spacing: .2px;
  overflow: hidden;
  z-index: 1;
}

.whiskies-hubdb .cta--simple {
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}


.whiskies-hubdb .cta__label {
  z-index: 1;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.whiskies-hubdb .cta--simple .cta__label {
  position: relative;
  padding-bottom: 3px;
}

.whiskies-hubdb .cta__label:before {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  content: '';
  background-color: #ddcc6b;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.whiskies-hubdb .cta--simple:focus .cta__label:before,
.whiskies-hubdb .cta--simple:hover .cta__label:before {
  -webkit-animation-name: line-width-breath;
  animation-name: line-width-breath;
}
@keyframes line-width-breath {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 45%;
    right: 45%;
  }

  100% {
    left: 0;
    right: 0;
  }
}

.whiskies-hubdb .cta--form {
  padding: 0;
}

.whiskies-hubdb .cta--form button, 
.whiskies-hubdb .cta--form input[type=button],
.whiskies-hubdb .cta--form input[type=reset],
.whiskies-hubdb .cta--form input[type=submit] {
  padding: 12px 33px 12px 33px;
  line-height: 1.5em;
  letter-spacing: .2px;
  border: 0;
}

.whiskies-hubdb .form-field {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.whiskies-hubdb .form-fields__inner {
    max-height: 200px;
    overflow-y: auto;
}
.whiskies-hubdb fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.whiskies-hubdb .form-field--product-search {
  max-width: none;
  margin-bottom: 24px;
}
.whiskies-hubdb .form-field--product-search:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: '\e909';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.whiskies-hubdb .form-field__helper-text {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  -webkit-transform: translateY(115%);
  -ms-transform: translateY(115%);
  transform: translateY(115%);
}
.whiskies-hubdb .form-field--product-search .form-field__input {
  padding-left: 35px;
  border-bottom-color: #ddcc6b;
}

.whiskies-hubdb input[type=color]::placeholder, 
.whiskies-hubdb input[type=date]::placeholder, 
.whiskies-hubdb input[type=datetime-local]::placeholder, 
.whiskies-hubdb input[type=datetime]::placeholder, 
.whiskies-hubdb input[type=email]::placeholder, 
.whiskies-hubdb input[type=file]::placeholder, 
.whiskies-hubdb input[type=month]::placeholder, 
.whiskies-hubdb input[type=number]::placeholder, 
.whiskies-hubdb input[type=password]::placeholder, 
.whiskies-hubdb input[type=search]::placeholder, 
.whiskies-hubdb input[type=tel]::placeholder, 
.whiskies-hubdb input[type=text]::placeholder, 
.whiskies-hubdb input[type=time]::placeholder, 
.whiskies-hubdb input[type=url]::placeholder, 
.whiskies-hubdb input[type=week]::placeholder,
.whiskies-hubdb select::placeholder, 
.whiskies-hubdb textarea::placeholder {
  color: #7f7e76;
}

.whiskies-hubdb .products__filter {
  margin-top: 42px;
}
.whiskies-hubdb .u--uppercase {
  text-transform: uppercase !important;
}
.whiskies-hubdb .products__filter__title {
  border-bottom: 1px solid #060d0a;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}
.whiskies-hubdb .products__filter .accordion {
  border-bottom: 0;
  margin-top: 0;
}

.whiskies-hubdb .accordion-header {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 0;
  cursor: pointer;
  border-top: 1px solid #7f7e76;
  font-weight: 700;
}
.whiskies-hubdb .products__filter .accordion-header {
  border-top: 0;
  margin: 6px 0;
  font-weight: 400;
}
.whiskies-hubdb .accordion-header .accordion__link {
  display: block;
  position: relative;
  padding: 12px 24px 12px 0;
  color: #060d0a;
}
.whiskies-hubdb .accordion-header .accordion__link:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: '\e902';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  font-size: 30px;
}
.whiskies-hubdb .accordion-header .accordion__link:hover {
  text-decoration: underline;
}

.whiskies-hubdb .accordion-header.active .accordion__link:after {
  content: '\e900';
}

.whiskies-hubdb .accordion-content {
  margin-top: 0;
  display: none;
  padding: 12px 0 36px 0;
}
.whiskies-hubdb .products__filter .accordion-content {
  margin: 0 0 24px 0;
  padding: 0;
}


.whiskies-hubdb .form-field + .form-field {
  margin-top: 24px;
}

.whiskies-hubdb .form-field__legend.hide-text1+* {
  margin-top: 0;
}
.whiskies-hubdb .form-field__legend {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
}

.whiskies-hubdb input[type=checkbox] {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.whiskies-hubdb input[type=checkbox]+input[type=hidden]+label,
.whiskies-hubdb input[type=checkbox]+label {
  position: relative;
  display: block;
  padding-left: 42px;
  line-height: 30px;
  -webkit-transition: opacity 222ms ease;
  transition: opacity 222ms ease;
}





.whiskies-hubdb .form-field--checkbox .form-field__label, 
.whiskies-hubdb .form-field--radio .form-field__label {
  font-size: 16px;
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
.whiskies-hubdb .products__filter .form-field__label {
  font-size: 13px;
}
.whiskies-hubdb input[type=checkbox]+input[type=hidden]+label:before, 
.whiskies-hubdb input[type=checkbox]+label:before {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background-color: transparent;
  border: 1px solid #060d0a;
}


.whiskies-hubdb input[type=checkbox]:checked+input[type=hidden]+label:after, 
.whiskies-hubdb input[type=checkbox]:checked+label:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  font-size: 36px;
  line-height: 36px;
  color: #ddcc6b;
  content: '\e90b';
}

.whiskies-hubdb form input[type=radio] {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.whiskies-hubdb input[type=radio]+label {
  position: relative;
  display: block;
  padding-left: 42px;
  line-height: 30px;
  -webkit-transition: opacity 222ms ease;
  transition: opacity 222ms ease;
}

.whiskies-hubdb input[type=radio]+label:before {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background-color: transparent;
  border: 1px solid #060d0a;
  border-radius: 100%;
}

.whiskies-hubdb input[type=radio]:checked+label:after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background-color: #ddcc6b;
  border-radius: 100%;
}


.whiskies-hubdb .hide-text1 {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.whiskies-hubdb .filters__button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
    ;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 72px;
  margin-top: 24px;
}
.whiskies-hubdb .filters__button-group .form-field {
  width: auto;
  width: 100%;
  margin-top: 0;
}
.whiskies-hubdb .filters__button-group>*+* {
  margin-top: 0;
}

.whiskies-hubdb .products__search__outer {
  margin-bottom: 24px;
  padding-top: 24px;
}
.whiskies-hubdb .products__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
    ;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.whiskies-hubdb .off-canvas__toggle {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
    ;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 25px;
  color: #060d0a;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #060d0a;
  border-radius: 0;
  letter-spacing: .2px;
  overflow: hidden;
  z-index: 1;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.whiskies-hubdb .product-filter-sort-group {
  margin-top: 0;
  padding-left: 12px;
  -webkit-flex-basis: 69%;
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.whiskies-hubdb .product-filter-sort-group .form-fields {
  margin-top: 0;
}

.whiskies-hubdb .products__search--Tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}

.whiskies-hubdb .products__search--Tabs .cta {
  margin-right: 25px;
}

.whiskies-hubdb .products__search-title {
  margin-top: 24px;
}


.whiskies-hubdb .products__search__outer .items-count {
  margin-top: 24px;
}

.whiskies-hubdb .products__list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
    ;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.whiskies-hubdb .product-item {
  margin-top: 0;
  width: 100%;
  padding: 12px 12px 12px 12px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: border-color .5s, opacity .5s;
  transition: border-color .5s, opacity .5s;
  position: relative;
}

.whiskies-hubdb .product-item a.img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whiskies-hubdb .product-item img, 
.whiskies-hubdb .product-item picture {
  width: 100%;
}

.whiskies-hubdb .product-item__description {
  margin-top: 0;
  font-size: 13px;
}
.whiskies-hubdb .product-item__title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.whiskies-hubdb .product-item__year {
  margin-top: 0;
  font-size: 13px;
}

.whiskies-hubdb .product-item .cta__container {
  margin-top: 0;
  font-size: 13px;
}

.whiskies-hubdb .product-item:hover {
  cursor: pointer;
  border-color: #060d0a;
}


{# Pagination #}
.whiskies-hubdb .pagination {
  list-style: none;
  margin: 24px 0 0 0;
  text-align: center;
  max-width: none
}

.whiskies-hubdb .pagination li {
  display: inline-block;
  margin: 0 1em;
  vertical-align: top
}

.whiskies-hubdb .pagination .first .page-link:before,
.whiskies-hubdb .pagination .last .page-link:before,
.whiskies-hubdb .pagination .next .page-link:before,
.whiskies-hubdb .pagination .prev .page-link:before {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #3f3f3b;
  line-height: 35px
}

.whiskies-hubdb .pagination .first .page-link {
  font-weight: 700
}

.whiskies-hubdb .pagination .prev {
  float: left
}

.whiskies-hubdb .pagination .prev .page-link:before {
  content: '\e908'
}

.whiskies-hubdb .pagination .prev .page-link {
  background-color: #f1f1f1
}

.whiskies-hubdb .pagination .next {
  float: right
}

.whiskies-hubdb .pagination .next .page-link:before {
  content: '\e906'
}

.whiskies-hubdb .pagination .next .page-link {
  background-color: #f1f1f1
}

.whiskies-hubdb .pagination .last .page-link {
  font-weight: 700
}

.whiskies-hubdb .pagination .description {
  font-size: 13px;
  display: inline-block!important;
  line-height: 35px
}

.whiskies-hubdb .pagination .disabled {
  opacity: .3
}

.whiskies-hubdb .pagination .active .page-link {
  background-color: #060d0a!important;
  color: #fff
}

.whiskies-hubdb .page-link {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #060d0a;
  font-size: 13px;
  -webkit-transition: background-color 222ms ease-in-out,opacity 222ms ease-in-out;
  transition: background-color 222ms ease-in-out,opacity 222ms ease-in-out
}

.whiskies-hubdb .page-link:hover {
  background-color: #f1f1f1;
  opacity: .75;
  text-decoration: none
}

.whiskies-hubdb li:not(.disabled) .page-link:active {
  position: relative;
  top: 1px
}

.whiskies-hubdb .overlay .page-link {
  color: #fff
}

.whiskies-hubdb .overlay .page-link:hover {
  color: #060d0a
}

.whiskies-hubdb .page-no-link {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #060d0a;
  font-size: 13px
}

.whiskies-hubdb .PagedList-pageCountAndLocation a {
  color: #060d0a;
  text-decoration: none;
  font-size: 14px
}

.whiskies-hubdb .pagination .PagedList-skipToNext a,
.whiskies-hubdb .pagination .PagedList-skipToPrevious a {
  color: #060d0a;
  text-decoration: none;
  border-bottom: 1px solid #ddcc6b;
  margin-bottom: 2px
}

.whiskies-hubdb .pagination .PagedList-pageCountAndLocation {
  opacity: 1
}

.whiskies-hubdb .pagination li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #060d0a;
  font-size: 13px;
  -webkit-transition: background-color 222ms ease-in-out, opacity 222ms ease-in-out;
  transition: background-color 222ms ease-in-out, opacity 222ms ease-in-out;
}

.whiskies-hubdb .pagination li a.active {
  background-color: #060d0a !important;
  color: #fff;
}

.whiskies-hubdb .pagination li a:hover {
  background-color: #f1f1f1;
  opacity: .75;
  text-decoration: none;
}

.filter-tags .status {
  display: none;
}

@media only screen and (min-width: 601px) {
  .whiskies-hubdb .pagination li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .whiskies-hubdb .whiskies-hubdb .js-sticky--medium {
    padding-right: 24px;
  }
  .whiskies-hubdb .whiskies-hubdb .products__filter__title {
    margin-top: 30px;
  }
  .whiskies-hubdb .off-canvas__inner.left.push {
    left: -314px
  }

  .whiskies-hubdb .off-canvas__main {
    min-width: calc(100% + 24px)
  }

  .whiskies-hubdb .off-canvas__main:before {
    right: 0;
    left: 0
  }

  .whiskies-hubdb .off-canvas__off {
    min-width: 290px
  }

  .whiskies-hubdb .off-canvas__close {
    right: 12px
  }

  .whiskies-hubdb .pagination {
    margin: 48px 0 0 0
  }

  .whiskies-hubdb .pagination .first .page-link:before,
  .whiskies-hubdb .pagination .last .page-link:before,
  .whiskies-hubdb .pagination .next .page-link:before,
  .whiskies-hubdb .pagination .prev .page-link:before {
    line-height: 60px
  }

  .whiskies-hubdb .pagination .description {
    display: none!important;
    line-height: 60px
  }

  .whiskies-hubdb .page-link {
    width: 60px;
    height: 60px;
    line-height: 60px
  }

  .whiskies-hubdb .page-no-link {
    width: 60px;
    height: 60px;
    line-height: 60px
  }

  .whiskies-hubdb .filters__button-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .whiskies-hubdb .products__search__outer {
    margin-bottom: 36px;
    padding-top: 24px;
  }
  .whiskies-hubdb .products__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .whiskies-hubdb .off-canvas__toggle {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .whiskies-hubdb .product-filter-sort-group {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 240px;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .whiskies-hubdb .product-filter-sort-group .form-fields {
    width: 100%;
  }

  .whiskies-hubdb .products__search-title {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: 0;
  }

  .whiskies-hubdb .product-item {
    width: 50%;
    padding: 24px 24px 12px 24px;
  }

}

@media only screen and (min-width: 901px) {
  .whiskies-hubdb .js-sticky--medium {
    padding-right: 48px;
  }
  .whiskies-hubdb .products__filter .accordion-header {
    margin: 0 0 12px 0;
  }
  .whiskies-hubdb .off-canvas__inner.left.push {
    left: 0
  }

  .whiskies-hubdb .off-canvas__main {
    min-width: calc(100% - 290px);
    padding-left: 0
  }

  .whiskies-hubdb .off-canvas__off {
    opacity: 1
  }

  .whiskies-hubdb .off-canvas__close {
    display: none
  }

  .whiskies-hubdb .pagination {
    margin: 72px 0 0 0
  }
  .whiskies-hubdb .products__search__outer {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .whiskies-hubdb .off-canvas__toggle {
    display: none;
  }

  .whiskies-hubdb .products__search--Tabs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .whiskies-hubdb .product-item {
    width: 50%;
  }
}

@media only screen and (min-width: 1201px) {
  .whiskies-hubdb .product-item {
    width: 33%;
  }
  .whiskies-hubdb .product-item--link .cta__container {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .whiskies-hubdb .product-item .cta__container {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .whiskies-hubdb .product-item:hover .cta__container {
    opacity: 1;
    pointer-events: auto;
  }

}

@media only screen and (min-width: 1501px) {
  .whiskies-hubdb .product-item {
    width: 25%;
  }
}

@media only screen and (min-width: 1801px) {
  .whiskies-hubdb .product-item {
    width: 20%;
  }
}




{##}


{##}



/*  -------------------------------------post -page  ------------------------*/


.whiskies_banner .banner_inner.content-blocks {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.whiskies_banner .content-blocks__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.whiskies_banner 
.content-block-image-gallery {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: auto;
  max-width: 100%;
}

.whiskies_banner 
.content-block__inner {
  min-height: calc(100vh - 0px - 0px);
  padding: calc(6.333333vw);
}

.whiskies_banner 
.content-block__image-container {
  -webkit-transition: opacity 333ms ease-in-out;
  transition: opacity 333ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  overflow: hidden;
}

.whiskies_banner .content-block__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  overflow: visible;
  margin-top: 0;
}

.whiskies_banner .content-block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  margin-top: 0;
}

.whiskies_banner .content-block__content {
  padding-left: 120px;
  text-align: left;
  padding-right: 120px;
  max-width: 1440px;
  bottom: 100px;
  left: 0;
  position: absolute;
  margin-top: 0;
  z-index: 5;
  width: 100%;
}

.whiskies_banner .content-block__content-inner {
  width: 100%;
}

.whiskies_banner .content-block__header {
  -webkit-transition: opacity 333ms ease-in-out 666ms;
  transition: opacity 333ms ease-in-out 666ms;
  position: relative;
}

.whiskies_banner .content-block__title {
  width: 70%;
  margin: 0;
  color: #f1f1f1;
  font-size: 50px;
  line-height: 1.1em;
}

.whiskies_banner 
.content-block__footer {
  -webkit-transition: opacity 333ms ease-in-out 888ms;
  transition: opacity 333ms ease-in-out 888ms;
  display: inline-block;
  overflow: hidden;
  margin-top: 21px;
  position: relative;
}

.whiskies_banner .scroll-to--hero__text {
  padding: 12px 32px;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  display: block;
  position: unset;
  top: unset;
  left: unset;
  -webkit-transition: opacity 444ms ease-in-out;
  transition: opacity 444ms ease-in-out;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 0;
  letter-spacing: .2px;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}



.whiskies_banner .scroll-to--hero__text:before {
  background-color: #937017;
  content: '';
  width: calc(100% + 40px);
  -webkit-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1), -webkit-transform .5s cubic-bezier(.77,0,.175,1);
}

.whiskies_banner .scroll-to--hero__text:hover:before {
  -webkit-transform: skewX(-27deg) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-20px);
  transform: skewX(-27deg) translateX(-20px);
}

.whiskies_banner .scroll-to--hero__text:hover {
  border: 1px solid #c69214;
}

.whiskies_post_page .product-section {
  margin: 32.4px 0 63px;
}

.whiskies_post_page .product-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whiskies_post_page .product-section .image-col {
  width: 50%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies_post_page .product-section .picture {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  font-size: 0;
  display: block;
}

.whiskies_post_page .product-section .picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  font-size: 16px;
}

.whiskies_post_page .product-section .picture:before {
  content: '';
  display: inline-block;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 0;
  height: 0;
}

.whiskies_post_page .product-section .picture:after {}

.whiskies_post_page .product-section .content-col {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.whiskies_post_page .product-section .content-col .header__title {
  margin-top: 40px;
  padding-left: 65px;
  padding-right: 65px;
  font-size: 28px;
  color: #c69214;
  text-transform: uppercase;
  margin-bottom: 0;
}

.whiskies_post_page .product-section .content-col .product-article__description {
  width: 50%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 25%;
  color: #101820;
}

.whiskies_post_page .product-section .content-col .product-article__description p {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.whiskies_post_page .tasting-note-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  margin-top: 32.4px;
  margin-bottom: 32.4px;
}

.whiskies_post_page .tasting-note-section .tasting_inner {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies_post_page .tasting-note-section  .row_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whiskies_post_page .tasting-note-section .tasting-notes__details {
  padding: 0 80px 0 20px;
  text-align: left;
  width: 50%;
  margin-top: 0;
}

.whiskies_post_page .tasting-note-section  .column {
  width: 50%;
  margin-top: 0;
}

.whiskies_post_page .tasting-note-section .header__title {
  margin-top: 40px;
  font-size: 28px;
  color: #c69214;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Crimson Text", serif;
}

.whiskies-hubdb .product-article__description p mark {
  font-family: "Crimson Text", serif;
  color: #998714;
  background-color: transparent;
  font-size: 1.15em;
  font-style: italic;
  padding-right: 4px;
  vertical-align: baseline;
}

.whiskies_post_page .tasting-note-section .content_sec {
  margin-top: 24px;
}

.whiskies_post_page .tasting-note-section  .row_wrap.reverse {
  flex-direction: row-reverse;
}

.whiskies_post_page .tasting-note-section .row_wrap.reverse .column.tasting-notes__details {
  padding: 0 20px 0 80px;
}

.whiskies_post_page .tasting-note-section .content_sec p:last-child {
  margin-bottom: 0;
}



.whiskies_post_page  .bg_content {
  margin: 32.4px 0;
  position: relative;
}

.whiskies_post_page .bg_content .content-blocks--hero {
  position: relative;
  z-index: 2;
}

.whiskies_post_page .bg_content  .content-blocks__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.whiskies_post_page .bg_content .content-block--image-bg {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: auto;
  max-width: 100%;
}

.whiskies_post_page .bg_content  .content-block__inner {
  min-height: calc(100vh - 0px - 0px);
  padding: 196px calc(6.333333vw) calc(6.333333vw);
  position: relative;
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.whiskies_post_page .bg_content .content-block__image-container {
  -webkit-transition: opacity 333ms ease-in-out;
  transition: opacity 333ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  overflow: hidden;
}

.whiskies_post_page .bg_content .content-block__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  overflow: visible;
  margin-top: 0;
}

.whiskies_post_page .bg_content .content-block__image-container:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  content: '';
  background: #060d0a;
  opacity: 0;
  -webkit-transition: opacity 444ms ease-in-out;
  transition: opacity 444ms ease-in-out;
}

.whiskies_post_page .bg_content:hover .content-block__image-container:after {
  opacity: 0.6;
}

.whiskies_post_page .bg_content .content-block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  margin-top: 0;
}

.whiskies_post_page .bg_content .content-block__content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: flex;
  max-width: 700px;
  /*   height: 100%; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 99;
  align-items: flex-end;
}

.whiskies_post_page .bg_content .content-block__content-inner {
  position: relative;
  text-align: left;
  width: 100%;
}

.whiskies_post_page .bg_content .content-block__header {
  -webkit-transition: opacity 333ms ease-in-out 666ms;
  transition: opacity 333ms ease-in-out 666ms;
  padding-bottom: 0;
  margin-bottom: 22px;
  position: relative;
}

.whiskies_post_page .bg_content .content-block__header .content-block__title {
  margin: 0;
  color: #f1f1f1;
  line-height: 1.1em;
}

.whiskies_post_page .bg_content .content-block__body {
  -webkit-transition: opacity 333ms ease-in-out 777ms;
  transition: opacity 333ms ease-in-out 777ms;
  position: relative;
  margin-top: 24px;
}

.whiskies_post_page .bg_content .content-block__description {
  font-size: 21px;
  color: #f1f1f1;
}

.whiskies_post_page .bg_content .content-block__description p {
}

.whiskies_post_page .bg_content .content-block__description p:last-child {
  margin: 0;
}

.whiskies_post_page .bg_content .content-block__description p {
  line-height: 1.14285714286;
}


.whiskies_post_page .product-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 32.4px;
  margin-bottom: 32.4px;
  position: relative;
}

.whiskies_post_page .product-info .row {
  text-align: center;
}

.whiskies_post_page .product-info  .small-24 {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies_post_page .product-info div>h2.header__title {
  padding-top: 40px;
  padding-left: 65px;
  padding-right: 65px;
  font-size: 28px;
  color: #c69214;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
  margin-bottom: 0;
}
.whiskies_post_page .product-section .content-col .product-article__description p:last-child{
  margin-bottom:0;
}
.whiskies_post_page .product-info  .accordion-content {
  padding: 30px 0 48px 0;
  display: block;
}

.whiskies_post_page .product-info .product-properties {
  margin-top: 7vh;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.whiskies_post_page .product-info .product-properties__item--quarter {
  width: 25%;
  padding: 10px;
  margin-top: 0;
  min-height: 75px;
  height: 15vh;
  max-height: 125px;
}

.product-properties__item--quarter {}

.whiskies_post_page .product-info .product-properties__item--quarter h6.header__title {
  font-size: 1rem;
  color: #c69214;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
  margin: 0;
  line-height: 1.5em;
  font-weight: 700;
}

.whiskies_post_page .product-info .product-properties__item--quarter p {
  margin: 0;
  font-size: .9rem;
}

.whiskies_post_page .product-info .product-properties__item--quarter p a {
  color: #060d0a;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  letter-spacing: .2px;
  background-color: transparent;
  -webkit-transition: color 222ms ease-in-out;
  transition: color 222ms ease-in-out;
}

.whiskies_post_page .product-info .product-properties__item--quarter p a:hover:before {
  text-decoration: none;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: line-width-breath;
  animation-name: line-width-breath;
}

.whiskies_post_page .product-info .product-properties__item--quarter p a:before {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  content: '';
  background-color: #ddcc6b;
}
.whiskies_banner .scroll-to--hero__text{
  cursor: pointer;
}


.whiskies_banner .scroll-to--hero__text:hover {
  opacity: 0.8;
}


.whiskies_post_page .share .product-information--social-container {
  flex-direction: column;
}

.whiskies_post_page .product-section .content-col .product-article__description p span {
  font-family: "Crimson Text", serif;
  color: #998714;
  background-color: transparent;
  font-size: 1.15em;
  font-style: italic;
  padding-right: 4px;
  vertical-align: baseline;
}


.whiskies_post_page .share.row--inside {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 24px;
}

.whiskies_post_page .share .product-information--social-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}

.whiskies_post_page .share div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.whiskies_post_page .share .cta__container {
  text-align: right;
}

.whiskies_post_page .share .cta__container .cta {
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  color: #060d0a;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  border-radius: 0;
  letter-spacing: .2px;
  overflow: hidden;
  z-index: 1;
}

.whiskies_post_page .share .cta__container .cta__label {
  position: relative;
  padding-bottom: 3px;
  color: #a59c94;
  z-index: 1;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  font-size: 13px;
  line-height: 24px;
}

.whiskies_post_page .share .cta__container .cta__label:before {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  content: '';
  background-color: #ddcc6b;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.whiskies_post_page .share .cta__container:hover .cta__label:before {
  -webkit-animation-name: line-width-breath;
  animation-name: line-width-breath;
}

.whiskies_post_page .share .icon-previous {
  display: inline-block;
  text-decoration: none;
  margin-left: -4px;
  vertical-align: middle;
  font-size: 21px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.whiskies_post_page .share .icon-previous:before {
  content: "\e908";
}

.whiskies_post_page .share .social-share .share-links {
  text-align: left;
  line-height: 46px;
}

.whiskies_post_page .share .social-share .share-links .share-link {
  text-transform: uppercase;
  color: #a59c94;
  display: inline-block;
  -webkit-transition: opacity 222ms ease-in-out;
  transition: opacity 222ms ease-in-out;
}

.whiskies_post_page .share .social-share .share-links a:not(:first-child) {
  margin-left: 24px;
}



.whiskies_post_page .share .social-share .share-links a .icon.icon-twitter:before {
  content: "\e90a";
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.whiskies_post_page .share .social-share .share-links a .icon {
  font-size: 20px;
  display: inline;
  color: #a59c94;
}

.whiskies_post_page .share .social-share .hide-text1 {
  display: none;
}

.whiskies_post_page .share .social-share  .icon.icon-facebook:before {
  content: "\e903";
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.whiskies_post_page .share .social-share .share-links:hover {
  opacity: .8;
}
.whiskies_banner .scroll-to--hero__text a {
  color: #fff;
}

.whiskies_post_page .share .product-information--social-container {
  flex-direction: column;
}


/*  post page type 4  */

.cm-whiskies_wrapper .whiskies_post_page.type_four .product-section {
  margin-top: 0;
}

.cm-whiskies_wrapper .whiskies_post_page.type_four .product-section .content-col .header__title {
  font-size: 39px;
  margin-left: 16.66667%;
  width: 66.66667%;
  line-height: 1.3em;
  margin-bottom: 40px;
}

.cm-whiskies_wrapper .whiskies_post_page.type_four .product-section .content-col {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.cm-whiskies_wrapper .whiskies_post_page.type_four .product-section .content-col .product-article__description {
  width: 75%;
  margin-left: 12.5%;
}


.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-blocks {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-blocks__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block--image-bg {
  margin-top: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: auto;
  max-width: 100%;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__image-container {
  -webkit-transition: opacity 333ms ease-in-out;
  transition: opacity 333ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  overflow: hidden;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  overflow: visible;
  margin-top: 0;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  margin-top: 0;
  display: block;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__content {
  width: 80%;
  max-width: 700px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  z-index: 5;
  position: relative;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__content-inner {
  width: 100%;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__header {
  -webkit-transition: opacity 333ms ease-in-out 666ms;
  transition: opacity 333ms ease-in-out 666ms;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__title.h3 {
  color: #f1f1f1;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  line-height: 1.1em;
  margin-bottom:0;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__footer {
  margin-top: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 333ms ease-in-out 888ms;
  transition: opacity 333ms ease-in-out 888ms;
  position: relative;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__footer .cta--video-play {
  border-radius: 50%;
  padding: 12px;
  width: 80px;
  height: 80px;
  position: relative;
  color: #fff;!;
  border: 1px solid #fff;!;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  letter-spacing: .2px;
  overflow: hidden;
  z-index: 1;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__footer .cta__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__footer .icon.icon-video-play {
  font-size: 34px;
  margin-left: 0;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  width: auto;
  height: auto;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__footer .icon.icon-video-play:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e911";
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__footer .cta--video-play:before {
  background-color: rgba(255, 255, 255, .75);
  content: '';
  width: calc(100% + 40px);
  -webkit-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1), -webkit-transform .5s cubic-bezier(.77,0,.175,1);
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .poster_wrapper:hover .content-block__footer .cta--video-play:before {
  -webkit-transform: skewX(-27deg) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-20px);
  transform: skewX(-27deg) translateX(-20px);
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .poster_wrapper:hover .content-block__footer .cta--video-play .cta__label {
  color: #060d0a !important;
}





/* ------ video popup  */
.cm-whiskies_wrapper .whiskies_post_page .video-popup{
  display: none;
  position: fixed;
  background: #000;
  top: 0;
  margin: 0;
  padding: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 50vh;
  opacity: 1;
}

.cm-whiskies_wrapper .whiskies_post_page.open .video-popup{
  display: block;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup .logo{
  position: absolute;
  left: 20px;
  top: 20px;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup  .logo a{
  margin-top: -9px;
  display: block;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup  .logo a span{
  background-size: 55.5625em 45em;
  background-position: -43.5em -8.2em;
  width: 4.3125em;
  height: 3.875em;
  display: block;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup .p-close {
  top: 20px;
  position: absolute;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.5em;
  z-index:999;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup .p-close i {
  font-size: 1.8em;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup .iframe-wrap {
  margin: 80px 0 0 0;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: calc(100vh - 80px);
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup .iframe-wrap iframe{
  width: 100vw;
  min-height: 65%;
  margin-top: -40px;
  height: auto;
}


.cm-whiskies_wrapper .whiskies_post_page .video-popup .bk {
  display: block;
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  bottom: 10px;
  letter-spacing: .2px;
}

.cm-whiskies_wrapper .whiskies_post_page .video-popup .bk .down-arrow {
  display: block;
  padding: 0;
  background-position: center;
  margin: 0;
  height: 15px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
}



.cm-whiskies_wrapper .whiskies_post_page .poster_section {
  margin: 0 100px;
}

.cm-whiskies_wrapper .whiskies_post_page.type_four .product-section {
  margin-bottom: 60px;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__inner {
  padding-top: 100px;
  padding-bottom: calc(6.333333vw);
  padding-left: calc(6.333333vw);
  padding-right: calc(6.333333vw);
  min-height: auto;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__inner .cta__label:before {
  display: none;
}
.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__image-container:after{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  content: '';
  background: #060d0a;
  opacity: 0;
  -webkit-transition: opacity 444ms ease-in-out;
  transition: opacity 444ms ease-in-out;
}

.cm-whiskies_wrapper .whiskies_post_page .poster_section .content-blocks__inner:hover .content-block__image-container:after{
  opacity:0.6
}

/*   Reviews */
.cm-whiskies_wrapper .whiskies_post_page .review-section {
  margin: 32.4px 0;
  position: relative;
  background-color: #101820;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .row {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .small-24.column {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .review-container {
  padding-top: 96px;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section h3.header__title {
  font-size: 1.7rem;
  letter-spacing: 3px;
  font-weight: 400;
  color: #c69214;
  text-transform: uppercase;
  text-align: center;
  line-height:24px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Crimson Text", serif;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .related-reviews__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  margin-top:24px;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .review-item {
  width: 33%;
  margin-top: 10px;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .review-item__inner {
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section h4 {
  font-size: 1.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  color: #c69214;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section h3 {
  color: #a59c94;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: .8rem;
  font-family: 'Lato';
  line-height: 24px;

}

.cm-whiskies_wrapper .whiskies_post_page .review-section p {
  font-size: .8rem;
  line-height: 24px;
  margin-bottom: 0;

}

.cm-whiskies_wrapper .whiskies_post_page .review-section .review__more {
  margin-top: 30px;
  font-size: .7rem;
  line-height:24px;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .review__more a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .2px;
  background-color: transparent;
  -webkit-transition: color 222ms ease-in-out;
  transition: color 222ms ease-in-out;
}

.cm-whiskies_wrapper .whiskies_post_page .review-section .review__more a:hover {
  text-decoration: underline;
}

/*  type 3*/
.whiskies-hubdb {}

.whiskies-hubdb .whiskies_post_page.type_three {}

.whiskies-hubdb .whiskies_post_page.type_three .top_section_wrapper {
  margin-top: 42px;
  margin-bottom: 32.4px;
}

.whiskies-hubdb .whiskies_post_page.type_three .top_row {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  display: flex;
}


.whiskies-hubdb .whiskies_post_page.type_three .top_left .picture {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
  font-size: 0;
  display: block;
}
.whiskies-hubdb .whiskies_post_page.type_three .top_left .picture img {

  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  font-size: 16px;
}
.whiskies-hubdb .whiskies_post_page.type_three .top_left {
  padding-top: 36px;
  padding-bottom: 24px;
}
.whiskies-hubdb .whiskies_post_page.type_three .top_right .right_row {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.whiskies-hubdb .whiskies_post_page.type_three .top_right .right_col {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies-hubdb .whiskies_post_page.type_three .top_right h1.product-article_title {
  font-size: 34px;
  color: #c69214;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: 400;
  margin-bottom: 0;
}

.whiskies-hubdb .whiskies_post_page.type_three .top_right .product-article_description h4 {
  line-height: 34px;
  color: #101820;
  font-size: 22px;
  font-weight: normal;
}

.whiskies-hubdb .whiskies_post_page.type_three .top_right .product-article_description p {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.whiskies-hubdb .whiskies_post_page.type_three  .share.row--inside {
  margin-right: 0;
  margin-left: 0;
}

.whiskies-hubdb .whiskies_post_page.type_three .share.row--inside .product-information--social-container {
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  -webkit-box-align: start;
  flex-direction: row;
}

.whiskies-hubdb .whiskies_post_page.type_three .share.row--inside .cta__container {
  text-align: left;
}

.whiskies-hubdb .whiskies_post_page.type_three .share.row--inside .product-information--social-container>div {
  width: auto;
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper {
  margin-top: 24px;
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_detail_row {
  padding: 30px 0 48px 0;
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper  .row_inside {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: -12px;
  margin-left: -12px;
  display: flex;
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .image--split-page {
  width: 45.83333%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_content {
  width: 54.16667%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_content .taste-detail_header {
  color: #c69214;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: 'Crimson Text';
}

.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_content .taste-detail_content p {
  font-size: 16px;
  line-height: 1.5em;
  max-width: 44em;
  margin-bottom: 0;
}
.whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_detail_row .row_inside:not(:first-child) {
  margin-top: 24px;
}

.whiskies-hubdb .whiskies_post_page.type_three section.product-info {
  margin-top: 24px;
}

.whiskies-hubdb .whiskies_post_page.type_three .product-info div>h2.header__title {
  font-size: 28px;
  line-height: 1.3em;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.whiskies-hubdb .whiskies_post_page.type_three section.product-info .small-24 {
  padding-left: 0;
  padding-right: 0;
}

.whiskies-hubdb .whiskies_post_page.type_three .product-properties__item--quarter h6.header__title {
  font-size: 13px;
}

.whiskies-hubdb .whiskies_post_page.type_three .product-info .product-properties__item--quarter p {
  font-size: 13px;
}

.whiskies-hubdb .whiskies_post_page.type_three .product-info .product-properties__item--quarter {
  padding: 0;
}


.whiskies-hubdb .whiskies_post_page.type_three .share-links {
  line-height: 46px;
  text-align: left;
}
.whiskies-hubdb .whiskies_post_page.type_three .share-link {
  margin-top: 0;
  display: inline-block;
  color: #060d0a;
  -webkit-transition: opacity 222ms ease-in-out;
  transition: opacity 222ms ease-in-out;
  text-transform: uppercase;
  color: #a59c94;
}
.whiskies-hubdb .whiskies_post_page.type_three .share-link:not(:first-child) {
  margin-left: 24px;
}
.whiskies-hubdb .whiskies_post_page.type_three .hide-text1 {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.whiskies-hubdb .whiskies_post_page.type_three .icon-twitter:before {
  content: "\e90a";
}
.whiskies-hubdb .whiskies_post_page.type_three .icon-facebook:before {
  content: "\e903";
}

.whiskies-hubdb .whiskies_post_page.type_three .share-link:hover {
  opacity: .8;
}
.whiskies-hubdb .whiskies_post_page.type_three .share-links a.share-icons:not(:first-child) {
  margin-left: 24px;
}

.whiskies-hubdb .whiskies_post_page.type_three .share-links a.share-icons {
  text-transform: uppercase;
  color: #a59c94;
  margin-top: 0;
  display: inline-block;
}

.whiskies-hubdb .whiskies_post_page.type_three .share-links a.share-icons .icon {
  font-size: 20px;
}
.whiskies-hubdb .whiskies_post_page.type_three .share-links a.share-icons:hover {
  opacity: .8;
}


.whiskies-hubdb .whiskies_post_page.type_three .top_left .picture {
  position: sticky;
  top: 0;
}

/*   type2 */
.whiskies-hubdb .whiskies_post_page.type2 .top_left .picture {
  position: sticky;
  top: 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_section_wrapper {
  margin-top: 42px;
  margin-bottom: 32.4px;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_row {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  display: flex;
}

.whiskies-hubdb .whiskies_post_page.type2  .top_left {
  width: 45.83333%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 0;
  padding-top: 36px;
  padding-bottom: 24px;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_right {
  width: 37.5%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 4.16667%;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_left .picture {
  position: relative;
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_left .picture img {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  font-size: 16px;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_right .right_row {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.whiskies-hubdb .whiskies_post_page.type2 .top_right .right_row .right_col {
  width: 100%;
  margin-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.whiskies-hubdb .whiskies_post_page.type2  .share.row--inside {
  margin: 0 0 6px 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .product-information--social-container {
  justify-content: flex-start;
  flex-direction: row;
  padding: 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .share .cta__container {
  text-align: left;
}

.whiskies-hubdb .whiskies_post_page.type2 .share .cta__container a.cta {
  font-size: 16px;
  line-height: 1.5em;
  font-family: Lato, sans-serif;
  color: #060d0a;
}

.whiskies-hubdb .whiskies_post_page.type2 .share .cta__container a.cta .cta__label {
  font-size: 16px;
  line-height: 1.5em;
  color: #060d0a;
}

.whiskies-hubdb .whiskies_post_page.type2 h1.product-article_title {
  font-size: 89px;
  line-height: 1em;
  margin-bottom:0;
}

.whiskies-hubdb .whiskies_post_page.type2 .product-info {
  margin-top: 7vh;
}

.whiskies-hubdb .whiskies_post_page.type2 .product-info .accordion-content {
  padding: 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .product-info .small-24 {
  padding: 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .product-info .product-properties__item--quarter {
  padding: 0;
  text-align: center;
}

.whiskies-hubdb .whiskies_post_page.type2 .product-info .product-properties__item--quarter h6.header__title {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
  color: #060d0a;
  text-transform: capitalize;
  font-family: 'Lato';
}

.whiskies-hubdb .whiskies_post_page.type2 .product-info .product-properties__item--quarter p {
  font-size: 13px;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper {
  border-bottom: 1px solid #7f7e76;
  margin-top: 24px;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper .taste_accordion-header {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 0;
  cursor: pointer;
  border-top: 1px solid #7f7e76;
  font-weight: 700;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper .taste_accordion-header .taste_accordion__link {
  display: block;
  position: relative;
  padding: 12px 24px 12px 0;
  color: #060d0a;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper .taste_accordion-header .taste_accordion__link:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: '\e902';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  font-size: 30px;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper .taste_accordion-header.active .taste_accordion__link:after {
  content: '\e900';
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content {
  padding: 30px 0px 48px;
  margin: 0px;
/*   display:none; */
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content p {
  font-size: 26px;
  line-height: 1.5em;
  max-width: 44em;
  margin-bottom: 0;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content p mark {
  font-family: "Crimson Text", serif;
  color: #998714;
  background-color: transparent;
  font-size: 1.15em;
  font-style: italic;
  padding-right: 4px;
  vertical-align: baseline;
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share {
  margin-top: 24px;
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links {
  line-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links a.share-icons {
  margin-left: 24px;
  text-transform: uppercase;
  color: #a59c94;
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links .light-brown {
  text-transform: uppercase;
  color: #a59c94;
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links .icon.icon-twitter:before {
  content: "\e90a";
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links .icon {
  font-size: 20px;
}

.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links .icon.icon-facebook:before {
  content: "\e903";
}


.whiskies-hubdb .whiskies_post_page.type2 .social-share .share-links a.share-icons:hover {
  opacity: .8;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper .taste_accordion-header .taste_accordion__link:hover {
  text-decoration: underline;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content h6.header__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content  h5 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom:0;
}
.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content .taste_accordion__item:not(:first-child) h6 {
  margin-top: 24px;
}

/* .whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content {
  display: none; 
} */
.whiskies-hubdb .whiskies_post_page.type_three .product-info .product-properties__item--quarter sub {
  font-size: 10px;
}

.whiskies-hubdb .whiskies_post_page.type2 .taste_accordion_wrapper  .acoordion_content_wrapper{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}



@media only screen and (min-width: 601px) {

  .cm-whiskies_wrapper .whiskies_post_page.open .video-popup  .logo a{
    margin-top: -12px;
  }

  .cm-whiskies_wrapper .whiskies_post_page.open .video-popup .logo{
    font-size: 30px;
  }


}


@media only screen and (min-width: 901px) {
  .cm-whiskies_wrapper .whiskies_post_page.open .video-popup  .logo a{
    margin-top: -12px;
  }
  .cm-whiskies_wrapper .whiskies_post_page .col12.img-col {
    width: 45.83333%;
    padding: 36px 10px 24px 0;
    margin-left: 0;
  }

  .cm-whiskies_wrapper .whiskies_post_page .cont-col {
    margin-left: 4.16667%;
    width: 50%;
  }
  .whiskies-hubdb .whiskies_post_page.type_four .product-section .image-col {
    width: 41.66667%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cm-whiskies_wrapper .whiskies_post_page.type_four .product-information--social-container {
    flex-direction: row;
    column-gap: 60px;
  }
}


@media only screen and (min-width: 1201px) {

  .cm-whiskies_wrapper .whiskies_post_page.open .video-popup  .logo a{
    margin-top: -18px;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_left {
    width: 37.5%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 0;
    margin-left: 8.33333%;
  }

}

@media only screen and (min-width: 1501px) {
  .cm-whiskies_wrapper .whiskies_post_page.open .video-popup  .logo a{
    margin-top: -18px;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_left .picture {
    max-height: calc(100vh - (0px * 2));
  }
}


@media (min-width:1801px){

  .whiskies-hubdb .whiskies_post_page.type_three .top_right {
    width: 37.5%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
  }


}

@media (max-width:1801px){
  .whiskies-hubdb .whiskies_post_page.type_three .top_right {
    width: 41.66667%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
}


@media (max-width:1200px){
  .whiskies_banner .content-block__title {
    font-size: 43px;
  }
  .whiskies_post_page .product-section .content-col .header__title {
    font-size: 26px;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_left {
    width: 41.66667%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 4.16667%;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_right {
    width: 45.83333%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
  .whiskies-hubdb .whiskies_post_page.type2 .top_right {
    width: 50%;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 4.16667%;
  }

  .whiskies-hubdb .whiskies_post_page.type2 h1.product-article_title {
    font-size: 70px;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .product-info .product-properties__item--quarter {
    width: 33.33%;
  }
}




@media (max-width:900px){
  .whiskies_banner .content-block__title {
    width: 60%;
    font-size: 36px;
  }
  .whiskies_post_page .product-section {
    margin-top: 24px;
  }

  .whiskies_post_page .product-section .row {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .whiskies_post_page .product-section .image-col {
    width: 100%;
  }

  .whiskies_post_page .product-section .content-col .header__title {
    font-size: 39px;
    width: 66.66667%;
    margin-left: 16.66667%;
  }

  .whiskies_post_page .product-section .content-col .product-article__description {
    width: 66.66667%;
    margin-left: 16.66667%;
  }

  .whiskies_post_page .tasting-note-section .row_wrap {
    display: block;
  }

  .whiskies_post_page .tasting-note-section .tasting-notes__details {
    padding: 15px;
    text-align: center;
    width: 100%;
  }

  .whiskies_post_page .tasting-note-section .header__title {
    font-size: 39px;
  }

  .whiskies_post_page .tasting-note-section .column {
    width: 100%;
  }

  /*   .whiskies_post_page .tasting-note-section .image--split-page {
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
  */
  .whiskies_post_page .tasting-note-section .row_wrap.reverse .column.tasting-notes__details {
    padding: 15px;
    text-align: center;
  }

  .whiskies_post_page .bg_content .content-block__inner {
    padding-top: 154px;
  }

  .whiskies_post_page .tasting-note-section {
    margin-bottom: 0;
  }

  .whiskies_post_page .bg_content {
    margin: 24px 0;
  }



  .whiskies_post_page .product-info div>h2.header__title {
    font-size: 39px;
  }

  .whiskies_post_page .product-info .product-properties__item--quarter {
    width: 33.33%;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_content .taste-detail_header {
    font-size: 26px;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .top_left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .top_right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .top_row {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .top_section_wrapper {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .whiskies-hubdb .whiskies_post_page.type2 h1.product-article_title {
    font-size: 55px;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .product-info .product-properties__item--quarter {
    width: 25%;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .taste_accordion-content p {
    font-size: 20px;
  }
}

@media (max-width:600px){

  .whiskies_banner .content-block__inner {
    min-height: calc(80vh);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
  }

  .whiskies_banner .content-block__content {
    width: 100%;
    bottom: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .whiskies_banner .content-block__title {
    width: 80%;
    margin: 0 auto;
    font-size: 31px;
    line-height: 1.1em;
  }
  .whiskies_post_page .product-section {
    margin-top: 19.2px;
  }

  .whiskies_post_page .product-section .content-col .header__title {
    width: 100%;
    margin-left: 0;
    font-size: 22px;
    margin-top: 0;
  }

  .whiskies_post_page .product-section .content-col .product-article__description {
    width: 100%;
    margin-left: 0;
  }

  .whiskies_post_page .product-section .content-col .product-article__description p {
    font-size: .9rem;
    max-width: inherit;
  }

  .whiskies_post_page .product-section {
    margin-bottom: 19.2px;
  }

  .whiskies_post_page .tasting-note-section {
    margin-top: 19.2px;
  }

  .whiskies_post_page .tasting-note-section .header__title {
    margin-top: 0;
    font-size: 22px;
  }

  .whiskies_post_page .tasting-note-section .content_sec {
    margin-top: 22px;
  }

  .whiskies_post_page .bg_content {
    margin: 19.2px 0;
  }

  .whiskies_post_page .bg_content .content-blocks--hero {
    margin: 0 19.2px;
  }

  .whiskies_post_page .tasting-note-section .row_wrap {
    /* margin-bottom: 20px; */
  }

  .whiskies_post_page .bg_content .content-block__inner {
    padding: 12px 24px 24px;
  }

  .whiskies_post_page .bg_content .content-block__description p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .whiskies_post_page .product-info div>h2.header__title {
    padding-top: 0;
  }

  .whiskies_post_page .product-info {
    margin-top: 19.2px;
    margin-bottom: 19.2px;
  }

  .whiskies_post_page .product-info div>h2.header__title {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .whiskies_post_page .product-info .product-properties {
    margin-top: 0;
    text-align: center;
  }

  .whiskies_post_page .product-info .product-properties__item--quarter {
    width: 50%;
  }

  .whiskies_post_page .share .product-information--social-container {
    flex-direction: column;
  }
}


.recent-posts-wrapper {
  margin: 32.4px 0;
}

.recent-posts-wrapper .page-center {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.recent-posts-wrapper .related-products {
  padding-top: 30px;
}

.recent-posts-wrapper .header__title {
  font-size: 28px;
  color: #c69214;
  text-transform: uppercase;
  text-align: center;
  font-family: "Crimson Text", serif;
}

.recent-posts-wrapper .multiple-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}  

.recent-posts-wrapper .product-item {
  padding: 24px 24px 12px 24px;
  border: 1px solid #fff !important;
  -webkit-transition: border-color .5s, opacity .5s;
  transition: border-color .5s, opacity .5s;
  text-align: center;
  /*   height: 100%; */
  min-height: 1px;
  /*   width: 594px !important; */
}

.recent-posts-wrapper .product-item__inner {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recent-posts-wrapper .not-bg {
  width: 100%;
  display: block;
}

.recent-posts-wrapper .not-bg img {
  display: block;
  width: 100%;
}

.recent-posts-wrapper .related-product__details {
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  opacity: 0;
  margin-top: 24px;
}

.recent-posts-wrapper  .details__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
}

.recent-posts-wrapper .product-item__description {
  font-size: 22px;
  color: #c69214;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
}

.recent-posts-wrapper .product-item__title {
  font-weight: 400;
  font-size: 16px;
}

.recent-posts-wrapper .details__content:before {
  background-color: #fff;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recent-posts-wrapper .cta__container {
  margin-top: 15px;
  font-size: 13px;
}


.recent-posts-wrapper a.cta{
  padding: 5px 15px;
  font-size: 13px;
  border: 1px solid #060d0a;
  line-height: 1.5em;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #060d0a;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-radius: 0;
  letter-spacing: .2px;
  overflow: hidden;
  z-index: 1;
  letter-spacing: normal;
}

.recent-posts-wrapper .product-item:hover .related-product__details {
  -webkit-transition: bottom ease-in 5s;
  transition: bottom ease-in 5s;
  -webkit-transition: opacity ease-in .3s;
  transition: opacity ease-in .3s;
  bottom: 0;
  opacity: .7;
}

.recent-posts-wrapper .details__content:before {
  background-color: #fff;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recent-posts-wrapper .slick-list {
  overflow: hidden;
  margin: 0 50px;
  padding: 0 !important;
}

.recent-posts-wrapper a.cta:before {
  content: '';
  width: calc(100% + 40px);
  -webkit-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  display: block;
  background-color: #c69214;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1), -webkit-transform .5s cubic-bezier(.77,0,.175,1);
}

.recent-posts-wrapper a.cta:hover:before {
  -webkit-transform: skewX(-27deg) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-20px);
  transform: skewX(-27deg) translateX(-20px);
}

.recent-posts-wrapper a.cta:hover .cta__label {
  color: #fff;
}

.recent-posts-wrapper .cta__label {
  z-index: 1;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}



.recent-posts-wrapper  button.slick-prev {
  bottom: inherit;
  border: 1px solid #101820;
  left: 7%;
  right: 88px;
  position: absolute;
  z-index: 1;
  width: 54px;
  height: 54px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: opacity 222ms ease-in-out, -webkit-transform 222ms ease-in-out;
  transition: opacity 222ms ease-in-out, -webkit-transform 222ms ease-in-out;
  transition: opacity 222ms ease-in-out, transform 222ms ease-in-out;
  transition: opacity 222ms ease-in-out, transform 222ms ease-in-out, -webkit-transform 222ms ease-in-out;
}

.recent-posts-wrapper  button.slick-prev:before {
  font-family: icomoon;
  font-size: 34px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: #000;
  opacity: .75;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.recent-posts-wrapper  button.slick-next {
  bottom: inherit;
  border: 1px solid #101820;
  right: 7%;
  position: absolute;
  width: 54px;
  height: 54px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: opacity 222ms ease-in-out, -webkit-transform 222ms ease-in-out;
  transition: opacity 222ms ease-in-out, -webkit-transform 222ms ease-in-out;
  transition: opacity 222ms ease-in-out, transform 222ms ease-in-out;
  transition: opacity 222ms ease-in-out, transform 222ms ease-in-out, -webkit-transform 222ms ease-in-out;
}


.recent-posts-wrapper  button.slick-next:before {
  font-family: icomoon;
  font-size: 34px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: #000;
  opacity: .75;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.recent-posts-wrapper .cta__container{
  margin-top:15px;
}




.whiskies-hubdb .select2-container {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
}
.whiskies-hubdb .select2-container {
  z-index: 4;
  width: auto;
  padding: 0;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #998714;
  text-align: left;
  background-color: transparent;
  border-radius: 0;
}
.whiskies-hubdb .form-field .select2-container {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #060d0a;
  border-radius: 0;
}
.whiskies-hubdb .select2-container .select2-selection--single {
  display: block;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}
.whiskies-hubdb .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.whiskies-hubdb .select2-container .select2-selection--single {
  height: auto !important;
  padding: 10px 24px 10px 24px;
  line-height: 28px;
  font-weight: 700;
}
.whiskies-hubdb .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 18px 0 0;
  margin: -2px 0;
}
.whiskies-hubdb .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline;
  line-height: 28px;
  vertical-align: bottom;
  color: #060d0a;
  font-size: 16px;
  font-weight: 400;
}
.whiskies-hubdb .select2-selection__arrow {
  height: auto !important;
}

.whiskies-hubdb .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
}
.whiskies-hubdb .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 30px;
  right: 10px;
  bottom: auto;
  left: auto;
  display: inline-block;
}
.whiskies-hubdb .select2-selection__arrow b {
  left: 0 !important;
  margin: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.whiskies-hubdb .select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.whiskies-hubdb .select2-selection__arrow b:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  color: #060d0a;
  content: '\e90c';
  -webkit-transform: translateX(-50%) translateY(-66%);
  -ms-transform: translateX(-50%) translateY(-66%);
  transform: translateX(-50%) translateY(-66%);
  font-size: 34px;
}

body .select2-results__option {
  padding: 6px 17px 6px 24px;
  margin-bottom: 0;
  color: #060d0a;
  font-size: 16px;
  font-weight: 700;
}
body  .select2-results__option[aria-selected] {
  cursor: pointer;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected], 
body .select2-container--default .select2-results__option[aria-selected=true] {
  color: #060d0a;
  background-color: #fff;
}

body .select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

body .select2-container--open .select2-selection__arrow b:after {
  content: '\e90d';
}





@media (max-width:1200px){

  .recent-posts-wrapper .header__title {
    font-size: 26px;
  }
}

@media (max-width:900px){

  .recent-posts-wrapper .header__title {
    font-size: 39px;
  }
}

@media (max-width:600px){
  .recent-posts-wrapper .header__title {
    font-size: 22px;
  }
  .recent-posts-wrapper .product-item {
    padding: 12px;
  }
}



{#  #}

.listing_bottom_sec {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.listing_bottom_sec .card_row {
  margin: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing_bottom_sec  a.item_wrapper {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  margin-top: 0;
  padding: 12px;
  letter-spacing: 0;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.listing_bottom_sec .item_row {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 25.1045vw;
      min-height: 482px;
}

.listing_bottom_sec .item_image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: opacity 333ms ease-in-out;
  transition: opacity 333ms ease-in-out;
}

.listing_bottom_sec .item__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  overflow: visible;
  margin-top: 0;
}

.listing_bottom_sec .item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  margin-top: 0;
  display: block;
}

.listing_bottom_sec .item_image-container:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  content: '';
  background: #060d0a;
  opacity: 0;
  -webkit-transition: opacity 444ms ease-in-out;
  transition: opacity 444ms ease-in-out;
}

.listing_bottom_sec .item_wrapper:hover .item_image-container:after {
  opacity: .6;
}

.listing_bottom_sec .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  z-index: 5;
  width: 100%;
  position: relative;
}

.listing_bottom_sec .item__content .item__content-inner {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.listing_bottom_sec .item__content  .item_-block__header {
  -webkit-transition: opacity 333ms ease-in-out 666ms;
  transition: opacity 333ms ease-in-out 666ms;
  position: relative;
}

.listing_bottom_sec .item__content .item_-block__header h2 {
  margin-top: 6px !important;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #f1f1f1;
  margin: 0;
  font-size: 1.5em;
}

.listing_bottom_sec .item__content .item__body {
  -webkit-transition: opacity 333ms ease-in-out 777ms;
  transition: opacity 333ms ease-in-out 777ms;
  position: relative;
  margin-top: 24px;
  min-height: 105px;
  display: none;
  opacity: 0; 
}

.listing_bottom_sec a.item_wrapper:hover .item__body {
  display: block;
  opacity: 1;
} 

.listing_bottom_sec .item__content .item__body .item_-block__description {
  max-width: none;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}

.listing_bottom_sec .item__content .item__body .item_-block__description p {
  margin: 0;
}

.listing_bottom_sec .item__content .cta--simple {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 25px;
  text-align: center;
  border-radius: 0;
  letter-spacing: .2px;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  margin-top: 24px;
}

.listing_bottom_sec .item__content .cta--simple .cta__label {
  position: relative;
  padding-bottom: 3px;
}


.listing_bottom_sec .item__content .cta--simple .cta__label:before {
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  content: '';
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.listing_bottom_sec .item_wrapper:hover .item__content .cta--simple .cta__label:before {
  -webkit-animation-name: line-width-breath;
  animation-name: line-width-breath;
}

.listing_bottom_sec {
  position: relative;
  margin: 19.2px 0;
}

.recent-posts-wrapper .product-items-wrap {
  display: flex
    ;
  justify-content: center;
  flex-wrap: wrap;
}

.recent-posts-wrapper .product-items-wrap .product-item {
  width: 33.33%;
}
.recent-posts-wrapper .product-item.no-img .related-product__details {
  position: static;
}

.recent-posts-wrapper .product-item.no-img .related-product__details {
  position: static;
  opacity: 1;
  margin-top: 0;
}


.recent-posts-wrapper .product-item.no-img .cta__container {
  opacity: 1;
}

.recent-posts-wrapper .product-item.no-img .details__content {
  position: static;
}
.whiskies-hubdb .recent-posts-wrapper  .product-item .cta__container {
  margin-top: 15px;
}

.whiskies-hubdb .filter-tags {
  margin-right: -12px;
  margin-left: -12px;
  display: none;
  margin-top: 24px;
}
.whiskies-hubdb .filter-tags__item {
  display: inline-block;
  color: #060d0a;
  margin: 0 12px 0 6px;
  -webkit-transition: opacity 222ms ease-in-out;
  transition: opacity 222ms ease-in-out;
}
.whiskies-hubdb .filter-tags__icon {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.whiskies-hubdb .filter-tags__item:hover {
  text-decoration: none;
  opacity: .75;
  color: #060d0a;
}

.whiskies-hubdb a.reset-form {
  background-color: transparent;
  padding: 12px 33px 12px 33px;
  line-height: 1.5em;
  letter-spacing: .2px;
  border: 0;
}

.whiskies-hubdb .products__filter .cta {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: transparent;
}
.whiskies-hubdb .products__filter .cta--filter:before,
.whiskies-hubdb .products__filter .inputfile+label:before {
  content: '';
  width: calc(100% + 40px);
  -webkit-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  transform: skewX(-27deg) translateX(-100%) translateX(-20px);
  display: block;
  background-color: #ddcc6b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1), -webkit-transform .5s cubic-bezier(.77,0,.175,1);
}

.whiskies-hubdb .products__filter .cta--filter:focus:before, 
.whiskies-hubdb .products__filter .cta--filter:hover:before, 
.whiskies-hubdb .products__filter .inputfile+label:focus:before,
.whiskies-hubdb .products__filter .inputfile+label:hover:before {
  -webkit-transform: skewX(-27deg) translateX(-20px);
  -ms-transform: skewX(-27deg) translateX(-20px);
  transform: skewX(-27deg) translateX(-20px);
} 

.whiskies-hubdb .filters__button-group input#filter-submit {
  background-color: transparent;
} 
.whiskies-hubdb .product-item .img-link {
  text-decoration: none;
}
.select2-container--default .select2-results>.select2-results__options {
  max-width: 240px;
}


@keyframes line-width-breath {
  0% {
    left: 0;
    right: 0
  }

  50% {
    left: 45%;
    right: 45%
  }

  to {
    left: 0;
    right: 0
  }
}

@media only screen and (min-width: 601px) {
  .whiskies-hubdb .listing_bottom_sec {
    margin: 24px 0;
  }
}

@media only screen and (min-width: 901px) {
  .whiskies-hubdb .listing_bottom_sec {
    margin: 32.4px 0;
  }
  .whiskies-hubdb .filter-tags {
    display: block;
  }

}

@media (max-width: 1440px) {
  .listing_bottom_sec .item_row {
    min-height: 366px;
}
}

@media only screen and (max-width: 1200px) {
  .recent-posts-wrapper .product-items-wrap .product-item {
    width: 50%;
  }

  .cm-whiskies_wrapper .whiskies_post_page .poster_section {
    margin: 0 60px;
  }
.listing_bottom_sec a.item_wrapper {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  }
  .listing_bottom_sec .item_row {
    min-height: 612px;
  }
}


@media (max-width:900px){
  .cm-whiskies_wrapper .whiskies_post_page .review-section .review-item {
    width: 100%;
  }
  .cm-whiskies_wrapper .whiskies_post_page .review-section .review-item__inner {
    margin-bottom: 40px;
  }
  .cm-whiskies_wrapper .whiskies_post_page .review-section .review-container {
    padding-top: 48px;
  }
  .cm-whiskies_wrapper .whiskies_post_page .poster_section {
    margin: 0 19.2px;
  }
  .cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__title.h3 {
    font-size: 2.5rem;
  }
}


@media only screen and (max-width: 767px) {
  .recent-posts-wrapper .product-items-wrap .product-item {
    width: 100%;
  }

  .cm-whiskies_wrapper .whiskies_post_page.type_four .product-section .content-col .header__title {
    width: 100%;
    margin-left: 0;
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .cm-whiskies_wrapper .whiskies_post_page.type_four .product-section .content-col .product-article__description {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }

  .cm-whiskies_wrapper .whiskies_post_page.type_four .bg_content .content-block__inner {
    min-height: calc(80vh);
  }
  .cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__title.h3 {
    font-size: 2.1rem;
  }
  .cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__inner {
    padding: 50px;
  }
  .cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__image:after {
    opacity: 0.6;
  }


  .whiskies-hubdb .whiskies_post_page.type_three .top_left {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_right {
    width: 100%;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_section_wrapper {
    margin-top: 24px;
    margin-bottom: 19.2px;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .top_left .picture {
    margin-bottom: 24px;
  }
  .whiskies-hubdb .whiskies_post_page.type_three .top_right .product-article_description p {
    font-size: .9rem;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .share.row--inside .product-information--social-container {
    justify-content: center;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .row_inside {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .image--split-page {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .taste_detail_wrapper .taste_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .whiskies-hubdb .whiskies_post_page.type_three .share-links {
    text-align: center;
  }
  .whiskies-hubdb .whiskies_post_page.type2 .top_section_wrapper {
    margin-top: 24px;
  }
  .whiskies-hubdb .whiskies_post_page.type2 .product-information--social-container {
    justify-content: center;
  }
  .whiskies-hubdb .whiskies_post_page.type2 h1.product-article_title{
    color: #101820;
    font-size: 22px;
  }
  .whiskies-hubdb .whiskies_post_page.type2 .top_left .picture {
    margin-bottom: 24px;
  }
  .whiskies-hubdb .whiskies_post_page.type2 .top_right{
    padding-left:12px;
    padding-right:12px;
  }
  .whiskies-hubdb .whiskies_post_page.type2 .product-info {
    margin-top: 24px;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .product-info .product-properties__item--quarter {
    width: 50%;
  }

  .whiskies-hubdb .whiskies_post_page.type2 .share.row--inside {
    margin-bottom: 2px;
  }
  .cm-whiskies_wrapper .whiskies_post_page .poster_section .content-block__title.h3 {
    width: 100%;
  }
  .listing_bottom_sec a.item_wrapper {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .listing_bottom_sec .item_row {
    min-height: 107vw;
  }
}