/* Minification failed. Returning unminified contents.
(2729,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2730,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2752,21): run-time error CSS1039: Token not allowed after unary operator: '-form-control-disabled'
(2757,32): run-time error CSS1039: Token not allowed after unary operator: '-form-background'
(2772,40): run-time error CSS1039: Token not allowed after unary operator: '-form-control-color'
(2778,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2779,21): run-time error CSS1039: Token not allowed after unary operator: '-form-control-disabled'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
.proxima-font {
  font-family: "proxima-nova", sans-serif, Arial; }

.trajan-font {
  font-family: "trajan-pro-3", sans-serif; }

.helvetica-font {
  font-family: "helvetica-neue", sans-serif, Arial; }

.centralise {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.bg-lighter-grey {
  background: #dadbdf; }

.bg-light-grey {
  background: #f5f5f5; }

.bg-grey {
  background: #F8F7F6; }

.bg-dark-grey {
  background: #c6c6c5; }

@media (min-width: 450px) and (max-width: 767px) {
  .col-xs-mid-6-450 {
    width: 50% !important; } }

@media (min-width: 500px) and (max-width: 767px) {
  .col-xs-mid-6-500 {
    width: 50% !important; } }

@media (min-width: 550px) and (max-width: 767px) {
  .col-xs-mid-6-550 {
    width: 50% !important; } }

@media (min-width: 600px) and (max-width: 767px) {
  .col-xs-mid-6-600 {
    width: 50% !important; } }

@media (min-width: 650px) and (max-width: 767px) {
  .col-xs-mid-6-650 {
    width: 50% !important; } }

@media (min-width: 700px) and (max-width: 767px) {
  .col-xs-mid-6-700 {
    width: 50% !important; } }

.display-inline-block {
  display: inline-block; }

.display-inherit {
  display: inherit; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.clear-both {
  clear: both; }

.rb-label:hover {
  cursor: pointer; }

.styled-checkbox-wrapper {
  display: inline-block;
  margin: 10px 10px 0 0; }
  .styled-checkbox-wrapper:last-of-type {
    margin-right: 0; }
  .styled-checkbox-wrapper .styled-checkbox {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    display: inline-block;
    background: -webkit-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#ccc',GradientType=0 );
    margin: 0 10px 0 0;
    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
    position: relative;
    /*label:hover::after {
	        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	        filter: alpha(opacity=30);
	        opacity: 0.3;
        }*/
    /*
            Use this selector if you manually write out the checkbox element on the view...
            
            input[type=checkbox]:checked + label:after {

            Otherwise, use this multi-part selector if using htmlhelpers; the hh rendered checkbox has an additional hidden input that sits between it
            and the label...

            HH rendered checkboxes had to be used in this project; 'manually' created checkboxes didn't bind. 
        */ }
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox] {
      visibility: hidden; }
    .styled-checkbox-wrapper .styled-checkbox label {
      cursor: pointer;
      position: absolute;
      width: 26px;
      height: 26px;
      left: 1px;
      top: 1px;
      /*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/
      background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
      background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
      background: -o-linear-gradient(top, #fff 0%, #fff 100%);
      background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
      background: linear-gradient(top, #fff 0%, #fff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); }
    .styled-checkbox-wrapper .styled-checkbox label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 14px;
      height: 7px;
      background: transparent;
      top: 8px;
      left: 6px;
      border: 3px solid #000;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox]:checked + label:after,
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox]:checked + input[type=hidden] + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  .styled-checkbox-wrapper span {
    display: inline-block; }
    .styled-checkbox-wrapper span:hover {
      cursor: pointer; }

body {
  /*padding-top: 190px;*/
  /*padding-bottom: 50px;*/
  /*background-color: $bg-grey;*/
  background-color: #F9F7F6;
  font-family: "raleway", sans-serif, Arial;
  font-variant-numeric: lining-nums proportional-nums; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column; }

.underline {
  text-decoration: underline; }

.bold {
  font-weight: bold !important;
  font-weight: 700; }

.background-section {
  width: 100%;
  position: relative;
  z-index: 0; }

.section-one {
  /*background-color: #E6DECB33;*/ }

.section-two {
  background-color: #79866C; }

.backgroundTransparent {
  background-color: transparent !important; }

.white-background {
  background: white !important;
  border-radius: 12px;
  padding: 32px !important; }

.white-background .form-control {
  border-radius: 4px; }

.white-background label {
  width: 100%;
  color: black;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.overflow-hidden {
  overflow: hidden; }

.vinyard-green {
  color: #79866C; }

.display-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.justify-content-end {
  justify-content: end; }

.justify-content-between {
  justify-content: space-between; }

.align-items-center {
  align-items: center; }

.margin-top-minus-10 {
  margin-top: -10px; }

/* Remove annoying iOS styling */
input {
  -webkit-appearance: none;
  border-radius: 0; }

/* Apart from on checkboxes... */
input[type=checkbox] {
  -webkit-appearance: checkbox; }

/* and radios... */
input[type=radio] {
  -webkit-appearance: radio; }

input[type=number] {
  -moz-appearance: textfield; }

.container {
  background-color: #F9F7F6; }

.form-control {
  border-radius: 0; }

.make-bold {
  font-weight: 600; }

.category-products .product-thumb-summary,
.other-products-summaries .product-thumb-summary {
  padding-bottom: 10px; }
  .category-products .product-thumb-summary img,
  .other-products-summaries .product-thumb-summary img {
    display: inline-block;
    margin-top: 10px; }
    .category-products .product-thumb-summary img.full-width,
    .other-products-summaries .product-thumb-summary img.full-width {
      width: 100%;
      max-width: 100%; }

.product-thumb-detail .product-thumb-link {
  color: inherit; }
  .product-thumb-detail .product-thumb-link:hover {
    text-decoration: none; }
  .product-thumb-detail .product-thumb-link:focus {
    outline: none; }
  .product-thumb-detail .product-thumb-link h3 {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.product-thumb-detail .quantity {
  text-align: center;
  max-height: 46px;
  display: inline-flex;
  display: -webkit-inline-flex; }
  .product-thumb-detail .quantity input {
    border: 1px solid #8E8E8D;
    text-align: center;
    padding: 8px 5px;
    width: 55px; }
  .product-thumb-detail .quantity .up-downs {
    display: inline-block; }
    .product-thumb-detail .quantity .up-downs img {
      margin: 0 0 0 -1px;
      display: block;
      padding: 7px 6px;
      border: 1px solid #8E8E8D; }
    .product-thumb-detail .quantity .up-downs img:first-of-type {
      border-bottom: none; }

a.button {
  text-decoration: none;
  color: white; }
  a.button:hover, a.button:visited a.button:link {
    color: white; }

.button {
  border: none;
  background-color: #79866C;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  color: white; }

a.plain-button {
  text-decoration: none;
  color: white;
  border: none;
  color: white; }
  a.plain-button:hover, a.plain-button:visited a.plain-button:link {
    color: white; }

.plain-button-container {
  background-color: #79866C;
  max-width: 230px;
  padding-top: 10px;
  padding-bottom: 10px; }

select.form-control:focus,
input.form-control:focus,
button:focus,
input:focus {
  border-color: #8E8E8D;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(134, 134, 134, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(134, 134, 134, 0.6); }
  select.form-control:focus.input-validation-error,
  input.form-control:focus.input-validation-error,
  button:focus.input-validation-error,
  input:focus.input-validation-error {
    border-color: #8E8E8D;
    outline: 0;
    background-image: url(/content/images/site/HOT/validation-error.png);
    background-repeat: no-repeat;
    background-position: right; }

.form-control.input-validation-error {
  background-image: url(/content/images/site/HOT/validation-error.png);
  background-repeat: no-repeat;
  background-position: right; }

#mini-basket {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 450px;
  padding: 15px;
  border: 1px solid #8E8E8D;
  z-index: 99999 !important;
  right: 0; }
  #mini-basket .remove-from-basket i {
    padding: 0;
    color: #79866C !important; }

#mini-basket.out {
  display: block; }

body, html {
  margin: 0;
  padding: 0; }

.dynamic-background {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  background-color: transparent;
  z-index: 1;
  top: 0;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 101;
  color: white;
  padding-bottom: 15px; }

.header-image img {
  width: 100%;
  height: 100%;
  filter: brightness(50%); }

@media (max-width: 768px) {
  .header-image img {
    max-width: 100%;
    min-height: 100vw;
    object-fit: cover;
    overflow: hidden;
    background-size: cover; } }

@media (max-width: 576px) {
  .header-image img {
    max-width: 100%;
    min-height: 150vw;
    object-fit: cover;
    overflow: hidden;
    background-size: cover; } }

.navbar.scrolled {
  background-color: #79866C; }

.nav.navbar-nav.main-nav {
  display: flex;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  float: none; }

@media (min-width: 1400px) {
  .nav.navbar-nav.main-nav {
    width: 100%; } }

.nav.navbar-nav.main-nav li:last-child > .navbar-submenu {
  right: 8px; }

.nav > li > a {
  padding: 10px;
  word-wrap: break-word; }
  .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent; }

.main-nav > li > a {
  padding: 10px;
  /*color: white;*/
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word; }
  .main-nav > li > a:hover, .main-nav > li > a:focus {
    border-bottom: 1px solid white;
    background-color: transparent; }

.invert-color-button {
  color: #79866C;
  background: white;
  border: none !important;
  text-decoration: none !important;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 56px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }
  .invert-color-button:hover {
    background-color: #79866C; }
  .invert-color-button:focus {
    color: #79866C; }

.invert-color-button:hover {
  color: white;
  background-color: #79866C !important;
  border: none !important; }

.invert-color-button:hover i {
  color: black !important; }

.invert-color-button a {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.greenButton {
  color: white !important;
  background: #79866C;
  border-radius: 25px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border: none; }
  .greenButton:hover {
    background-color: white !important;
    color: #79866C !important;
    border: 1px solid #79866C;
    text-decoration: none; }
  .greenButton:focus {
    color: white; }

.greenButton:hover i {
  color: black !important; }

.navbar-submenu-large {
  width: 650px !important; }

.navbar-sub-submenu-large {
  width: 300px !important; }

.navbar-menu-wines {
  position: inherit !important; }

@media (min-width: 992px) {
  .navbar-submenu-wines {
    left: 0px;
    width: 100% !important; }
  .navbar-submenu-champagnes {
    left: 25%;
    width: 60% !important; } }

.navbar-submenu-other-drinks {
  right: 0px;
  width: 700px !important; }

.mobile-nav-dropdown {
  display: none;
  position: fixed;
  top: 80px;
  z-index: 999;
  background: #79866C;
  width: 100%;
  height: 100%;
  left: 0; }
  .mobile-nav-dropdown li a {
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px; }

.displayme {
  display: block !important; }

.pointer {
  cursor: pointer; }

.navbar-header.navbar-fixed-top {
  height: 60px; }
  .navbar-header.navbar-fixed-top .account-icon {
    height: 23px; }
  .navbar-header.navbar-fixed-top .fa.logout-icon {
    font-size: 27px !important;
    height: 23px;
    position: relative;
    top: 2px; }

.btn-grey {
  background: #79866C !important;
  color: white !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 20px !important; }

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 0; }
  .form-horizontal .control-label.bootstrap-padding {
    padding-left: 15px; }

.nav-wine-by-type {
  padding: 0 30px !important;
  border-right: 1px solid #ccc;
  margin-top: 45px;
  margin-bottom: 45px; }

.nav-wine-by-grape {
  padding: 0 55px 0 55px !important;
  border-right: 1px solid #ccc;
  margin-top: 45px;
  margin-bottom: 45px; }

.nav-wine-by-country {
  padding: 0 55px 0 55px !important;
  border-right: 1px solid #ccc;
  margin-top: 45px;
  margin-bottom: 45px; }

.nav-wine-by-other {
  padding: 0 90px 0 55px !important;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 235px !important; }

.nav-wine-by-wotm {
  width: 200px !important;
  padding: 30px 0px 0px 0px !important; }
  .nav-wine-by-wotm .wine-of-the-month img {
    height: 150px; }

.nav-border-right {
  padding: 0 55px !important;
  border-right: 1px solid #ccc;
  margin-top: 45px;
  margin-bottom: 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-border-right {
      padding: 0 24px !important; } }

.nav-withoutborder-right {
  padding: 0 55px !important;
  margin-top: 45px;
  margin-bottom: 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-withoutborder-right {
      padding: 0 24px !important; } }

.navbar-submenu .nav-border-right:last-of-type {
  border-right: none; }

li.seperator {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px; }

.li-no-padding > li > a {
  position: relative;
  display: block;
  padding: 10px 5px !important; }

.li-no-padding > li > a#mini-basket-header {
  position: relative;
  display: block;
  padding: 8px 5px !important; }

.li-no-padding li {
  padding-left: 0 !important;
  padding-right: 0 !important; }

li.login-register-nav {
  padding-left: 0 !important; }

.fn-search-bar {
  margin-top: 30px;
  position: relative; }

.top-search-button {
  padding: 0;
  border: none;
  background: #ffffff !important;
  position: absolute;
  top: 6px;
  right: 10px; }
  .top-search-button:focus {
    box-shadow: none; }
  .top-search-button .fa {
    color: #79866C !important; }

.top-search-input {
  padding: 10px 50px 10px 10px;
  border: 1px solid #ccc;
  width: 100%; }

.fa.fa-shopping-basket.top-nav {
  padding: 0 !important;
  color: #494c59 !important;
  /*Dot over basket - not currently on LV - if wanted simply copy this bit*/ }
  .fa.fa-shopping-basket.top-nav.fa-basket-contains:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #81d025;
    position: absolute;
    top: 0;
    left: 13px;
    border-radius: 18px; }

.margin-left-0 {
  margin-left: 0 !important; }

.navbar-nav > li.login-register > a {
  display: inline-block;
  padding: 15px 0; }

.gold-text {
  color: #79866C !important;
  /*font-weight: 600;*/ }

.favourites-text {
  text-transform: uppercase; }

img.favourites-nav {
  height: 18px;
  padding-right: 2px;
  padding-bottom: 5px; }

.standard-text {
  color: #333333; }

.bold-text {
  font-weight: 600;
  text-transform: uppercase; }

.directions {
  color: #494c59 !important; }

.dropdown-search {
  padding: 15.9px 15px;
  background: #79866C;
  margin-left: -4px;
  border: 0;
  width: 5%; }
  .dropdown-search .fa {
    padding: 0;
    color: white !important; }

.dropdown-input {
  width: 95%;
  padding: 10px;
  border: none;
  background: #ffffff; }
  .dropdown-input:focus {
    box-shadow: none; }

#login-register-nav #login-register {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 280px;
  padding: 15px;
  border: 1px solid #8E8E8D;
  z-index: 100; }
  #login-register-nav #login-register h2 {
    margin-top: 0 !important;
    font-size: 20px !important; }

.nav-topbar {
  padding: 30px 0;
  background: red;
  border: none; }
  .nav-topbar a {
    color: #000000 !important; }
    .nav-topbar a:hover, .nav-topbar a:focus {
      text-decoration: none; }
  .nav-topbar .fa {
    padding: 0;
    color: #ffffff;
    font-size: 26px !important;
    display: block !important; }
  .nav-topbar #login-register a {
    color: #000000 !important; }
  .nav-topbar .site-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 260px; }
  .nav-topbar .container {
    background: inherit; }
  .nav-topbar .header-icon-row {
    display: flex;
    height: 127px;
    align-items: center; }
    .nav-topbar .header-icon-row #mini-basket-header, .nav-topbar .header-icon-row #login-register-header {
      color: #ffffff !important; }
    .nav-topbar .header-icon-row .header-col-border-right {
      margin-right: 20px;
      padding: 20px 20px 20px 0;
      border-right: 1px solid #646672; }
      .nav-topbar .header-icon-row .header-col-border-right a {
        color: #ffffff; }
    .nav-topbar .header-icon-row .header-col-border-left {
      margin-left: 20px;
      padding: 20px 0 20px 20px;
      border-left: 1px solid #646672;
      position: relative; }

.nav.navbar-nav {
  text-transform: uppercase; }

.navbar-collapse.collapse {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nav-outer {
  background: white;
  border-bottom: 1px solid #8E8E8D; }

.navbar-fixed-top.navbar-nav > li {
  /*border-top: 1px solid $grey-text;
    border-bottom: 1px solid $grey-text;*/
  padding: 0 13px; }

.navbar-nav > li {
  /*border-top: 1px solid $grey-text;
    border-bottom: 1px solid $grey-text;*/
  padding: 0 8px; }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: auto !important;
  left: auto !important;
  z-index: 1030;
  background: #79866C;
  width: 100%; }

.navbar {
  margin-bottom: 0px;
  border: none;
  min-height: 81px;
  /*a {
        color: #000;
    }*/ }
  @media (min-width: 992px) {
    .navbar {
      margin-bottom: -1px; } }

.navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px; }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; } }

.side-logo {
  position: absolute;
  left: -75px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }

.right-side-slide {
  position: absolute;
  right: 20px;
  top: -40px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }

.top-slide {
  position: absolute;
  top: 88px !important;
  left: -100%;
  padding: 10px 0;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out; }
  .top-slide .container {
    background: none; }

.navbar-fixed-top .side-logo {
  position: absolute;
  left: 5px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }

.navbar-fixed-top .right-side-slide {
  position: absolute;
  right: 20px;
  top: 0 !important;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }

.navbar-fixed-top .top-slide.activeslide {
  position: absolute;
  right: 0;
  left: 0;
  background: #494c59;
  width: 100%;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  border-bottom: 1px solid #8E8E8D;
  padding: 10px 0; }

.navbar-fixed-top .top-slide {
  position: absolute;
  right: 0;
  left: -100%;
  background: #494c59;
  padding: 10px 0;
  width: 100%;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out; }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  color: #79866C;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

.navbar > .container .navbar-brand:hover,
.navbar > .container-fluid .navbar-brand:hover {
  background-color: #79866C;
  color: #fff;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.fa {
  padding: 15px 5px 15px 5px;
  font-size: 19px !important;
  color: #79866C; }

.navbar-nav li > .navbar-submenu {
  position: absolute;
  display: none;
  background-color: #fff;
  z-index: 9999;
  border-bottom: 5px solid #79866C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 200px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #8E8E8D;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #8E8E8D;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #8E8E8D; }
  .navbar-nav li > .navbar-submenu--right {
    right: 8px; }
  .navbar-nav li > .navbar-submenu.large {
    width: 250px; }
  .navbar-nav li > .navbar-submenu > div {
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    width: initial; }
    .navbar-nav li > .navbar-submenu > div h2 {
      margin: 0;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600; }
    .navbar-nav li > .navbar-submenu > div ul {
      padding-left: 0; }
      .navbar-nav li > .navbar-submenu > div ul li {
        list-style: none; }
        .navbar-nav li > .navbar-submenu > div ul li.nav-primary-item a {
          color: #79866C !important;
          font-weight: 600;
          text-transform: none; }
        .navbar-nav li > .navbar-submenu > div ul li.view-all {
          margin-top: 10px; }
          .navbar-nav li > .navbar-submenu > div ul li.view-all.no-margin {
            margin-top: 0; }
          .navbar-nav li > .navbar-submenu > div ul li.view-all a {
            color: #79866C !important;
            font-weight: 600;
            text-transform: none; }

@media (max-width: 1090px) {
  #login-register-nav #login-register {
    left: -52px; } }

@media (max-width: 1120px) {
  #mini-basket {
    left: -156% !important; } }

@media (min-width: 992px) {
  .navbar-fixed-top .side-logo {
    width: 32px;
    top: 4px; } }

@media (max-width: 991px) {
  .navbar-submenu {
    width: 100%; }
  .navbar-nav li > .navbar-submenu {
    position: inherit;
    display: none;
    background-color: #fff;
    z-index: 9999;
    border-bottom: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    width: 100%; }
  .navbar-nav li > .navbar-submenu > div {
    padding: 0;
    display: inline-block;
    vertical-align: top; }
    .navbar-nav li > .navbar-submenu > div ul {
      padding-left: 15px; }
      .navbar-nav li > .navbar-submenu > div ul li {
        padding: 5px 0; }
  .top-slide {
    position: absolute;
    left: -100%;
    padding: 10px 0;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out; }
  .navbar-fixed-top .top-slide {
    position: absolute;
    right: 0;
    left: -100%;
    top: 88px !important;
    background: #494c59;
    padding: 10px 0;
    width: 100%;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out; }
  .dropdown-search {
    padding: 15.9px 15px;
    background: #79866C;
    margin-left: -4px;
    border: 0;
    width: 10% !important; }
  .dropdown-input {
    width: 90% !important; }
  .navbar-header.navbar-fixed-top {
    height: 80px;
    /*background: #494c59;*/
    padding: 15px;
    /*border-bottom: 1px solid $white;*/ }
    .navbar-header.navbar-fixed-top .small-logo {
      width: 60px; }
    .navbar-header.navbar-fixed-top .fa {
      color: #ffffff;
      font-size: 25px !important;
      padding: 0; }
    .navbar-header.navbar-fixed-top a:hover {
      text-decoration: none; }
  .side-logo {
    position: absolute;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    left: 0 !important;
    top: 1px;
    width: 49px;
    right: 0 !important;
    margin: 0 auto; }
  .navbar-fixed-top .side-logo {
    position: absolute;
    left: 10px !important;
    top: 5px !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
  .right-side-slide {
    position: absolute;
    left: 20px;
    top: 0 !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
  .navbar-fixed-top .right-side-slide {
    position: absolute;
    left: 10px;
    top: 0 !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    width: 150px; }
  .nav-outer {
    background: white;
    border-bottom: none !important;
    border-top: none !important; }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: inline-block;
    z-index: 99999;
    padding: 0;
    box-shadow: none;
    border: none;
    float: none;
    margin: 0;
    position: relative;
    top: 5px; }
    .navbar-toggle .navbar-toggle-text {
      display: inline-block;
      position: relative;
      top: -2px;
      margin: 0 5px 0 0; }
    .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
      box-shadow: none;
      border: none; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-collapse.collapse.in {
    display: block !important;
    position: fixed;
    top: 60px;
    background: white;
    z-index: 999;
    width: 100%; }
  .image-overlay {
    position: absolute;
    /* Position the overlay relative to the container */
    top: 0;
    /* Align to the top */
    left: 0;
    /* Align to the left */
    color: white;
    /* Text color */
    padding: 5px;
    /* Padding for text */ } }

@media screen and (min-width: 992px) {
  .mobile-nav-dropdown {
    display: none !important; }
  .navbar-nav {
    float: left;
    margin: 0; }
    .navbar-nav.li-no-padding {
      margin-left: 0 !important; } }

@media (max-width: 450px) {
  .hide-xxxs {
    display: none !important; }
  .dropdown-search {
    width: 20% !important; }
  .dropdown-input {
    width: 80% !important; } }

.admin-link a {
  color: #ffffff; }

#login-response, #signin-response {
  color: red;
  margin-top: 10px;
  font-weight: 600; }

.login-register-mobile {
  display: none;
  padding: 0 15px;
  background: #ffffff;
  border-bottom: 8px solid #79866C;
  top: 90px;
  left: 0;
  width: 100%;
  position: absolute; }
  .login-register-mobile #login-register-header {
    display: none; }
  .login-register-mobile .forgotten-password {
    display: inline-block;
    margin-bottom: 20px; }
  .login-register-mobile .logged-in-mobile {
    padding-top: 20px;
    padding-bottom: 20px; }
    .login-register-mobile .logged-in-mobile a {
      font-size: 16px;
      text-decoration: none; }
      .login-register-mobile .logged-in-mobile a:hover {
        color: #79866C; }
      .login-register-mobile .logged-in-mobile a img {
        position: relative;
        top: -2px;
        margin: 0 5px 0 0; }

.top-nav-tel {
  margin-top: 15px;
  display: inline-block; }
  .top-nav-tel > img {
    height: 20px;
    margin-right: 10px; }

.feature-bar-wrapper {
  background-color: #79866C;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 10px; }
  .feature-bar-wrapper > div {
    background-color: #79866C; }
    .feature-bar-wrapper > div a {
      text-decoration: none;
      margin-right: 20px; }
      .feature-bar-wrapper > div a:last-of-type {
        margin-right: 0; }
      .feature-bar-wrapper > div a:hover {
        text-decoration: none; }
      .feature-bar-wrapper > div a > span {
        color: #ffffff;
        font-size: 12px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .feature-bar-wrapper > div a > span {
    font-size: 11px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .feature-bar-wrapper > div a > span {
    font-size: 11px; } }

@media (max-width: 630px) {
  .feature-bar-wrapper div.hidden-xss {
    display: none; }
  .feature-bar-wrapper div.col-xs-6 {
    width: 100%; } }

/* Fix to stop basket overlaying the nav at certain sizes */
@media (min-width: 992px) and (max-width: 1390px) {
  .navbar-fixed-top .nav.navbar-nav.main-nav {
    width: 92%; } }

#navbar-main {
  position: relative; }

.header-desktop-logo {
  height: 40px;
  vertical-align: central; }

.proxima-font {
  font-family: "proxima-nova", sans-serif, Arial; }

.trajan-font {
  font-family: "trajan-pro-3", sans-serif; }

.helvetica-font {
  font-family: "helvetica-neue", sans-serif, Arial; }

.centralise {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.bg-lighter-grey {
  background: #dadbdf; }

.bg-light-grey {
  background: #f5f5f5; }

.bg-grey {
  background: #F8F7F6; }

.bg-dark-grey {
  background: #c6c6c5; }

@media (min-width: 450px) and (max-width: 767px) {
  .col-xs-mid-6-450 {
    width: 50% !important; } }

@media (min-width: 500px) and (max-width: 767px) {
  .col-xs-mid-6-500 {
    width: 50% !important; } }

@media (min-width: 550px) and (max-width: 767px) {
  .col-xs-mid-6-550 {
    width: 50% !important; } }

@media (min-width: 600px) and (max-width: 767px) {
  .col-xs-mid-6-600 {
    width: 50% !important; } }

@media (min-width: 650px) and (max-width: 767px) {
  .col-xs-mid-6-650 {
    width: 50% !important; } }

@media (min-width: 700px) and (max-width: 767px) {
  .col-xs-mid-6-700 {
    width: 50% !important; } }

.display-inline-block {
  display: inline-block; }

.display-inherit {
  display: inherit; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.clear-both {
  clear: both; }

.rb-label:hover {
  cursor: pointer; }

.styled-checkbox-wrapper {
  display: inline-block;
  margin: 10px 10px 0 0; }
  .styled-checkbox-wrapper:last-of-type {
    margin-right: 0; }
  .styled-checkbox-wrapper .styled-checkbox {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    display: inline-block;
    background: -webkit-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#ccc',GradientType=0 );
    margin: 0 10px 0 0;
    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
    position: relative;
    /*label:hover::after {
	        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	        filter: alpha(opacity=30);
	        opacity: 0.3;
        }*/
    /*
            Use this selector if you manually write out the checkbox element on the view...
            
            input[type=checkbox]:checked + label:after {

            Otherwise, use this multi-part selector if using htmlhelpers; the hh rendered checkbox has an additional hidden input that sits between it
            and the label...

            HH rendered checkboxes had to be used in this project; 'manually' created checkboxes didn't bind. 
        */ }
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox] {
      visibility: hidden; }
    .styled-checkbox-wrapper .styled-checkbox label {
      cursor: pointer;
      position: absolute;
      width: 26px;
      height: 26px;
      left: 1px;
      top: 1px;
      /*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/
      background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
      background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
      background: -o-linear-gradient(top, #fff 0%, #fff 100%);
      background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
      background: linear-gradient(top, #fff 0%, #fff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); }
    .styled-checkbox-wrapper .styled-checkbox label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 14px;
      height: 7px;
      background: transparent;
      top: 8px;
      left: 6px;
      border: 3px solid #000;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox]:checked + label:after,
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox]:checked + input[type=hidden] + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  .styled-checkbox-wrapper span {
    display: inline-block; }
    .styled-checkbox-wrapper span:hover {
      cursor: pointer; }

.treble-widget {
  margin: 20px 0 20px 0; }

.footer-content {
  padding: 20px 15px;
  background-color: #F9F7F6;
  color: black;
  font-size: 13px; }
  .footer-content a {
    color: black; }
  .footer-content .trustpilot-container {
    background: #626470;
    padding: 14px 0 6px 0; }
  .footer-content .container {
    background-color: #F9F7F6; }
  .footer-content .button {
    margin-top: 0 !important;
    padding: 7px 10px;
    max-width: 193px; }
    @media (max-width: 1199px) {
      .footer-content .button {
        padding: 11px 10px; } }
  .footer-content .button-outline {
    background-color: #494c59;
    border: 1px solid #ffffff; }
  .footer-content .footer-contact {
    color: #a1a3a8;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 13px; }
  .footer-content .footer-emphasis {
    font-weight: bold;
    text-decoration: underline; }
  .footer-content .footer-pages {
    list-style: none;
    padding-left: 0;
    /*a {
            color: black;
            font-weight: 100;
            font-size: 13px;
        }*/ }
  .footer-content input {
    color: #000; }
  .footer-content .custom-btn-color {
    background-color: #79866C;
    color: white; }
  .footer-content .custom-btn-color:hover {
    background-color: #6b7a5a;
    color: #ffffff; }

.footer-logos {
  background-color: #EEEEED;
  padding: 0px; }
  .footer-logos .container {
    text-align: center;
    background-color: #EEEEED; }
    .footer-logos .container .logo-wrapper {
      display: inline-block; }
      .footer-logos .container .logo-wrapper a {
        text-decoration: none; }
      .footer-logos .container .logo-wrapper img {
        padding-right: 0px; }
        .footer-logos .container .logo-wrapper img.final {
          padding-right: 0; }

@media (max-width: 767px) {
  .footer-logos .container .logo-wrapper img {
    padding-top: 15px; } }

.social-media-footer .fa {
  font-size: 19px !important;
  color: #494C59;
  background: white;
  border-radius: 20px;
  padding: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  margin-right: 8px;
  opacity: 1;
  transition: ease-in-out 300ms; }
  .social-media-footer .fa.last {
    margin-right: 0; }
  .social-media-footer .fa:hover {
    opacity: 0.5; }

.width-100-perc {
  width: 100%; }

@media (max-width: 992px) {
  .footer-content {
    padding-top: 20px;
    /*background-color: #494c59;*/
    /*color: #fff;*/
    text-align: center; } }

.info-modal .modal-content {
  border-radius: 0; }
  .info-modal .modal-content .modal-header {
    border-bottom: none;
    text-align: center; }
    .info-modal .modal-content .modal-header h2 {
      font-size: 34px;
      font-weight: 600; }
    .info-modal .modal-content .modal-header .close {
      opacity: 0.6;
      transition-duration: 200ms; }
      .info-modal .modal-content .modal-header .close:hover {
        opacity: 1; }
  .info-modal .modal-content .modal-body {
    padding: 0 40px 0 40px; }
    .info-modal .modal-content .modal-body label {
      font-weight: 400; }
    .info-modal .modal-content .modal-body .row {
      margin-bottom: 20px; }
  .info-modal .modal-content .modal-footer {
    border-top: none;
    text-align: center;
    margin-bottom: 20px; }
    .info-modal .modal-content .modal-footer .btn-signup {
      background-color: #79866C;
      color: #fff;
      border-radius: 0;
      font-size: 20px;
      white-space: pre-line; }

.home-temp-banner {
  text-align: center;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  font-weight: 100;
  background: #ff5b02;
  background: -webkit-linear-gradient(left, #79866C, #79866C);
  background: -o-linear-gradient(right, #79866C, #79866C);
  background: -moz-linear-gradient(right, #79866C, #79866C);
  background: linear-gradient(to right, #79866C, #79866C); }
  .home-temp-banner span {
    text-decoration: underline;
    font-weight: 500; }

.featured-page {
  background-color: #000; }
  .featured-page img {
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
    .featured-page img:hover {
      opacity: 0.6; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px !important;
  line-height: 20px;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1 !important;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #79866C !important; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  position: absolute;
  border: 0;
  outline: none;
  background: transparent;
  top: -50px; }

.home-page.nav-cat-header {
  color: white;
  cursor: default;
  border: none;
  background-color: #494c59;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 50px;
  padding: 18px 50px;
  border-radius: 0;
  line-height: 1.42857143;
  text-align: center;
  /*&.color-one {
        background-color: $bg-light-brown;
    }

    &.color-two {
        background-color: #494C59;
    }

    &.color-three {
        background-color: $bg-medium-grey;
    }*/ }

.nav-cat-bg {
  margin-top: 10px;
  margin-bottom: 10px;
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,247,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(248,247,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,247,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,247,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,247,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,247,246,1) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$bg-grey', GradientType=0 ); }

.home-page.nav-tabs > li.active > a,
.home-page.nav-tabs > li.active > a:focus,
.home-page.nav-tabs > li.active > a:hover {
  color: white;
  cursor: default;
  border: none;
  background-color: #494c59;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 50px;
  padding: 18px 50px;
  border-radius: 0; }

.home-page.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: none;
  border-radius: 4px 4px 0 0;
  color: #333;
  cursor: default;
  background-color: #F8F7F6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 50px;
  cursor: pointer;
  padding: 18px 50px;
  border-radius: 0; }

.home-page.nav-tabs {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center; }

.home-page.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  /* background-color: red; */
  display: table-cell; }

@media (max-width: 992px) {
  .home-page.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    /* background-color: red; */
    display: inline-block;
    width: 50%; } }

@media (max-width: 768px) {
  .home-page.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    /* background-color: red; */
    display: block;
    width: 100%; } }

.product-thumb-summary.slick-slide {
  text-align: center !important;
  outline: none;
  opacity: 1;
  -moz-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms; }

.category-products.slick-initialized.slick-slider {
  margin-bottom: 0; }
  .category-products.slick-initialized.slick-slider div.slick-track {
    display: inline-block; }

/*.product-thumb-summary.slick-slide.slick-active:hover {
    background-color: #F5F5F5;
    border-radius: 5px;
}*/
.product-thumb-link img {
  transition: transform 0.3s ease;
  display: block; }

.product-thumb-link:hover img {
  transform: scale(1.05); }

.three-slide-left {
  left: -70px !important;
  width: 37px !important;
  height: 37px !important; }

.three-slide-right {
  right: -70px !important;
  width: 37px !important;
  height: 37px !important; }

.margin-top-20 {
  margin-top: 20px; }

@media (max-width: 992px) {
  .three-slide-left {
    display: none !important; }
  .three-slide-right {
    display: none !important; } }

h4.line-next {
  position: relative;
  z-index: 1;
  overflow: hidden; }

h4.line-next:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #cccdd0;
  margin-left: 10px; }

div.carousel-widget .slick-dots {
  right: 25%; }

div.carousel-widget .widget-item-text {
  font-family: proxima-nova, sans-serif, Arial;
  position: absolute;
  left: 0;
  top: 10%;
  width: 95%;
  text-align: left;
  color: #fff;
  padding-left: 10%;
  padding-right: 20px;
  color: black; }
  @media (max-width: 767px) {
    div.carousel-widget .widget-item-text {
      top: 5%;
      padding-left: 5%; } }

div.carousel-widget .widget-item-button {
  font-family: helvetica-neue,sans-serif,Arial;
  background-color: #86754d;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px; }

div.carousel-widget h1 {
  font-family: trajan-pro-3,sans-serif;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  padding-bottom: 9px;
  display: inline-block;
  color: black; }
  @media (max-width: 767px) {
    div.carousel-widget h1 {
      margin-bottom: 0 !important;
      margin-top: 0 !important; } }

div.carousel-widget p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px; }

.homepage-banners div.carousel-widget .slick-dots {
  right: 0; }
  .homepage-banners div.carousel-widget .slick-dots button:focus {
    box-shadow: none; }

div.index-header-wrapper {
  position: relative; }
  div.index-header-wrapper .index-header-img-link img {
    width: 100%; }
  div.index-header-wrapper .index-header-inner-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%; }
    div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row {
      height: 50%; }
      div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item {
        display: inline-block;
        width: 50%;
        height: 100%;
        opacity: 0.8;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
        div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item div {
          padding: 40px;
          font-family: "trajan-pro-3", sans-serif;
          color: #fff;
          font-size: 28px;
          text-transform: uppercase;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: center; }
          @media (max-width: 991px) {
            div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item div {
              font-size: 21px;
              padding: 15px; } }
        div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item:hover {
          text-decoration: none;
          opacity: 1;
          -moz-transition-duration: 1s;
          -o-transition-duration: 1s;
          -webkit-transition-duration: 1s;
          transition-duration: 1s; }
        div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item.c-left {
          float: left; }
        @media (max-width: 640px) {
          div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item {
            width: 100%; } }
      div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row.index-header-inner-row.c-top .c-left {
        background-color: #494C59; }
      div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row.index-header-inner-row.c-top .c-right {
        background-color: #79866C; }
      div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row.index-header-inner-row.c-bottom .c-left {
        background-color: #9b9b9b; }
      div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row.index-header-inner-row.c-bottom .c-right {
        background-color: #C02828; }
    @media (max-width: 767px) {
      div.index-header-wrapper .index-header-inner-wrap {
        position: relative;
        width: 100%; }
        div.index-header-wrapper .index-header-inner-wrap .index-header-inner-row a.subset-item div {
          transform: initial;
          font-size: 18px;
          padding: 10px; } }

.homepage-sub-links {
  font-family: "trajan-pro-3", sans-serif; }
  .homepage-sub-links a {
    display: block;
    text-align: center;
    color: #333333;
    text-decoration: none;
    padding: 0 0 20px 0;
    position: relative;
    font-size: 20px;
    line-height: 21px;
    height: 60px; }
    .homepage-sub-links a:hover span {
      font-weight: bold; }
      .homepage-sub-links a:hover span:after {
        height: 15px; }
    .homepage-sub-links a span {
      transition: ease-out 100ms;
      -webkit-transition: ease-out 200ms;
      -moz-transition: ease-out 200ms;
      -o-transition: ease-out 200ms; }
      .homepage-sub-links a span:before {
        content: "";
        width: 2px;
        height: 30px;
        background: #c6c6c5;
        position: absolute;
        top: -4px;
        right: -15px; }
      .homepage-sub-links a span:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: ease-out 100ms;
        -webkit-transition: ease-out 200ms;
        -moz-transition: ease-out 200ms;
        -o-transition: ease-out 200ms; }
      .homepage-sub-links a span.sub1:after {
        background: #494C5A; }
      .homepage-sub-links a span.sub2:after {
        background: #79866C; }
      .homepage-sub-links a span.sub3:after {
        background: #9b9b9b; }
      .homepage-sub-links a span.sub4:after {
        background: #C02828; }
      .homepage-sub-links a span.sub5:after {
        background: #494C5A; }
      .homepage-sub-links a span.sub6:after {
        background: #79866C; }
      .homepage-sub-links a span.final-sub:before {
        display: none; }

@media (max-width: 767px) {
  .homepage-banners div.carousel-widget .slick-dots {
    right: 0;
    bottom: -65px; }
  .homepage-sub-links .sub-links-xs-margin {
    margin-bottom: 25px; }
  .homepage-sub-links a:hover span {
    font-weight: normal; }
  .homepage-sub-links a span.sub2:before {
    display: none; } }

.home-search-container {
  color: white;
  cursor: default;
  border: none;
  background-color: #494c59;
  border-radius: 0;
  padding: 12px 50px;
  text-align: center; }

.home-search-input {
  width: 80%;
  padding: 8px;
  border: 0px;
  color: #494C59;
  text-align: center;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.home-search-button {
  padding: 8.9px 10px 8px 10px;
  background: #79866C;
  margin-left: -4px;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  .home-search-button .fa {
    padding: 0;
    color: white !important; }

/*Hide placeholder on smaller devices*/
@media (max-width: 600px) {
  .home-search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent; }
  .home-search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent; }
  .home-search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent; }
  .home-search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent; } }

.home-social {
  font-family: "trajan-pro-3", sans-serif;
  background-color: #f2f2f2;
  color: #494d59;
  padding: 00px; }
  .home-social div.connect {
    padding: 20px; }
    .home-social div.connect p {
      text-transform: none;
      font-family: "proxima-nova", sans-serif, Arial;
      font-size: 18px; }
    .home-social div.connect h3 {
      text-transform: capitalize;
      font-size: 28px; }

@media (min-width: 768px) and (max-width: 991px) {
  .homepage-sub-links a {
    font-size: 18px;
    line-height: 18px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .homepage-sub-links a {
    font-size: 19px; } }

.homepage-strapline {
  font-family: "trajan-pro-3", sans-serif;
  color: #79866C;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-size: 22px; }

.country-letters {
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
  height: 45px;
  padding: 0;
  margin: 0; }
  .country-letters li {
    float: left;
    display: block;
    font-size: 23px;
    width: 3.82%;
    text-align: center; }
    .country-letters li.inactive {
      display: block;
      color: #8E8E8D; }
    .country-letters li a {
      color: #333333;
      text-decoration: none;
      display: block; }
      .country-letters li a:hover {
        color: #79866C; }

.region-list {
  display: flex;
  flex-wrap: wrap; }
  .region-list h2 {
    font-family: "raleway", sans-serif, Arial;
    font-size: 20px;
    color: #222222;
    display: flex;
    flex-wrap: wrap; }
  .region-list a {
    color: #333333; }

.region-container {
  padding: 0px 10px;
  margin-bottom: 16px; }

.region-wrap {
  height: 100%;
  background-color: white;
  padding-bottom: 15px;
  border-radius: 12px;
  padding: 5px; }
  .region-wrap h2,
  .region-wrap div {
    padding: 0 15px 0 15px; }

@media (max-width: 420px) {
  .col-xxs-12 {
    width: 100%; } }

@media (max-width: 767px) {
  .country-letters {
    height: 85px; }
    .country-letters li {
      width: 7.5%; }
  .region-list h2 {
    font-size: 16px; } }

.map-container #map {
  width: 100%;
  height: 600px; }

.gm-style-iw {
  width: 350px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid #79866C;
  border-radius: 10px 10px 10px 10px; }

.region-info-window {
  margin-bottom: 10px; }
  .region-info-window h3 {
    font-family: "trajan-pro-3", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #79866C;
    color: white;
    margin: 0; }
  .region-info-window .region-description {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 350px; }
  .region-info-window .region-link {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
    margin-right: 1px;
    padding: 15px 5px 0 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden; }
    .region-info-window .region-link a {
      color: #79866C; }
  .region-info-window .bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); }

.page-banner,
.product-list-banner {
  margin-bottom: 45px; }
  .page-banner .banner-content,
  .product-list-banner .banner-content {
    padding: 15px;
    background-color: #F8F7F6;
    font-size: 15px;
    position: absolute;
    top: 60px;
    left: 60px;
    width: 450px; }
    .page-banner .banner-content h1,
    .product-list-banner .banner-content h1 {
      font-family: "proxima-nova", sans-serif, Arial;
      margin: 0 0 15px 0;
      font-size: 30px;
      text-transform: uppercase; }

.products-favourite-position {
  position: absolute;
  right: 0;
  top: 0; }

.page-banner {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .page-banner .banner-content,
  .product-list-banner .banner-content {
    position: static;
    width: initial; } }

.en-primeur-enquire {
  color: #ffffff !important;
  background-color: #79866C !important;
  border-color: #79866C !important;
  padding: 6px 12px !important; }

h2.recommended {
  color: #79866C;
  text-align: center;
  font-family: "proxima-nova", sans-serif, Arial;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px; }

.recommended-row {
  background-color: #79866C;
  margin-bottom: 50px; }

.recommended-product-summary-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 10px 0 20px; }
  .recommended-product-summary-wrap a {
    color: #ffffff; }
  .recommended-product-summary-wrap .padding-for-bottleshot {
    padding-left: 80px !important; }
  .recommended-product-summary-wrap a.recommended-product-selection-wrap {
    color: #ffffff; }
    .recommended-product-summary-wrap a.recommended-product-selection-wrap:hover {
      text-decoration: none; }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap:hover .product-thumb > img {
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        opacity: 0.7; }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap:hover .product-summary {
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        opacity: 0.7; }
    .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-description {
      margin-top: 5px; }
    .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-thumb {
      width: 76px;
      float: left;
      margin-right: 5px; }
      @media screen and (max-width: 400px) {
        .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-thumb {
          width: 20% !important; }
          .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-thumb > img {
            width: 100%; } }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-thumb > img {
        max-height: 226px; }
    .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary {
      width: auto; }
      @media screen and (max-width: 1090px) {
        .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary {
          width: 72%;
          float: right; } }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary .product-list-header {
        position: relative; }
        .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary .product-list-header > h3 {
          margin-top: 0;
          font-size: 18px;
          margin-bottom: 5px; }
        .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary .product-list-header .recommended-product {
          position: absolute;
          top: 0;
          right: 0; }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary .product-region {
        text-transform: uppercase; }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary.recommended h3 {
        margin-right: 80px; }
      .recommended-product-summary-wrap a.recommended-product-selection-wrap .product-summary.recommended .product-region {
        margin-right: 80px; }
  .recommended-product-summary-wrap .iconography img + img {
    margin-left: 5px; }
  .recommended-product-summary-wrap .iconography .img-container {
    position: relative;
    width: 15%;
    display: inline-block;
    /****************************** TEXTO ***************************/ }
    .recommended-product-summary-wrap .iconography .img-container + .img-container {
      margin-left: 5px; }
    .recommended-product-summary-wrap .iconography .img-container .image {
      position: relative;
      display: inline-block;
      width: 40px;
      height: auto; }
    .recommended-product-summary-wrap .iconography .img-container .image + .tooltiptext2 {
      visibility: hidden;
      width: 150px;
      background-color: #6a6e80;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      top: -3px;
      left: 110%;
      font-size: 14px;
      font-family: Arial;
      opacity: 0;
      transition: opacity 1s;
      text-transform: uppercase; }
    .recommended-product-summary-wrap .iconography .img-container .image + .tooltiptext2::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #6a6e80 transparent transparent; }
    .recommended-product-summary-wrap .iconography .img-container .image:hover + .tooltiptext2 {
      visibility: visible;
      opacity: 1; }
    .recommended-product-summary-wrap .iconography .img-container .tooltip {
      position: relative;
      display: inline-block;
      border-bottom: 1px dotted black;
      font-weight: bold;
      font-size: 150%; }
    .recommended-product-summary-wrap .iconography .img-container .tooltip .tooltiptext {
      visibility: hidden;
      width: 150%;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      top: -8px;
      left: 110%;
      font-size: 150%;
      font-family: Arial;
      /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
      opacity: 0;
      transition: opacity 1s; }
    .recommended-product-summary-wrap .iconography .img-container .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent black transparent transparent; }
    .recommended-product-summary-wrap .iconography .img-container .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1; }
  .recommended-product-summary-wrap .add-to-basket-wrapper {
    padding: 5px 15px 0 0px;
    display: inline-block;
    width: 100%;
    height: 50px; }
  .recommended-product-summary-wrap .product-regular-colour {
    color: #ffffff; }
  .recommended-product-summary-wrap .quantity-change {
    background-color: white; }
  .recommended-product-summary-wrap .product-summary-separator > hr {
    border-top: 1px solid #ECEDEE;
    margin-top: 10px; }

.product-summary-wrap a {
  color: #333333; }
  .product-summary-wrap a:hover {
    text-decoration: none; }

.product-summary-wrap a.product-selection-wrap {
  color: inherit; }
  .product-summary-wrap a.product-selection-wrap:hover {
    text-decoration: none; }
    .product-summary-wrap a.product-selection-wrap:hover .product-thumb > img {
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      opacity: 0.7; }
    .product-summary-wrap a.product-selection-wrap:hover .product-summary {
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      opacity: 0.7; }
  .product-summary-wrap a.product-selection-wrap .product-description {
    margin-top: 5px; }
  .product-summary-wrap a.product-selection-wrap .product-thumb {
    width: 76px;
    float: left;
    margin-right: 5px; }
    @media screen and (max-width: 400px) {
      .product-summary-wrap a.product-selection-wrap .product-thumb {
        width: 20% !important; }
        .product-summary-wrap a.product-selection-wrap .product-thumb > img {
          width: 100%; } }
    .product-summary-wrap a.product-selection-wrap .product-thumb > img {
      max-height: 226px; }
  .product-summary-wrap a.product-selection-wrap .product-summary {
    width: auto; }
    @media screen and (max-width: 1090px) {
      .product-summary-wrap a.product-selection-wrap .product-summary {
        width: 72%;
        float: right; } }
    .product-summary-wrap a.product-selection-wrap .product-summary .product-list-header {
      position: relative; }
      .product-summary-wrap a.product-selection-wrap .product-summary .product-list-header > h3 {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 5px; }
      .product-summary-wrap a.product-selection-wrap .product-summary .product-list-header .recommended-product {
        position: absolute;
        top: 0;
        right: 0; }
    .product-summary-wrap a.product-selection-wrap .product-summary .product-region {
      text-transform: uppercase; }
    .product-summary-wrap a.product-selection-wrap .product-summary.recommended h3 {
      margin-right: 80px; }
    .product-summary-wrap a.product-selection-wrap .product-summary.recommended .product-region {
      margin-right: 80px; }

.product-summary-wrap .iconography img + img {
  margin-left: 5px; }

.product-summary-wrap .iconography .img-container {
  position: relative;
  width: 15%;
  display: inline-block;
  /****************************** TEXTO ***************************/ }
  .product-summary-wrap .iconography .img-container + .img-container {
    margin-left: 5px; }
  .product-summary-wrap .iconography .img-container .image {
    position: relative;
    display: inline-block;
    width: 40px;
    height: auto; }
  .product-summary-wrap .iconography .img-container .image + .tooltiptext2 {
    visibility: hidden;
    width: 150px;
    background-color: #6a6e80;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 110%;
    font-size: 14px;
    font-family: Arial;
    opacity: 0;
    transition: opacity 1s;
    text-transform: uppercase; }
  .product-summary-wrap .iconography .img-container .image + .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6a6e80 transparent transparent; }
  .product-summary-wrap .iconography .img-container .image:hover + .tooltiptext2 {
    visibility: visible;
    opacity: 1; }
  .product-summary-wrap .iconography .img-container .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-weight: bold;
    font-size: 150%; }
  .product-summary-wrap .iconography .img-container .tooltip .tooltiptext {
    visibility: hidden;
    width: 150%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 110%;
    font-size: 150%;
    font-family: Arial;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s; }
  .product-summary-wrap .iconography .img-container .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent; }
  .product-summary-wrap .iconography .img-container .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

.product-summary-wrap .add-to-basket-wrapper {
  background-color: #F8F7F6;
  padding: 5px 15px 0 0px;
  display: inline-block;
  width: 100%;
  height: 50px; }

.product-summary-wrap .product-summary-separator > hr {
  border-top: 1px solid #ECEDEE;
  margin-top: 10px; }

.hidden {
  display: none; }

@media (min-width: 992px) {
  .product-summary-wrap {
    position: relative;
    padding-bottom: 50px; }
    .product-summary-wrap a.product-selection-wrap .product-summary {
      width: auto;
      position: relative;
      overflow: hidden;
      /*&:after {
                      content: "";
                      text-align: right;
                      position: absolute;
                      bottom: 0;
                      right: 0;
                      width: 70%;
                      height: 1.5em;
                      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 247, 246, 1) 50%);
                    }*/ } }
    @media screen and (min-width: 992px) and (max-width: 1090px) {
      .product-summary-wrap a.product-selection-wrap .product-summary .type-specific-details .product-sale-price p {
        margin-top: 10px; } }

@media (min-width: 992px) {
    .product-summary-wrap .product-bottom {
      position: absolute;
      bottom: 0px;
      /*            width: 100%;
            padding-right: 20px;
*/ } }

@media (min-width: 1200px) {
  .product-summary-wrap .padding-for-bottleshot {
    padding-left: 80px; }
  .product-summary-wrap a.product-selection-wrap .product-summary {
    width: auto;
    position: relative;
    overflow: hidden;
    /*&:after {
                      content: "";
                      text-align: right;
                      position: absolute;
                      bottom: 0;
                      right: 0;
                      width: 70%;
                      height: 1.3em;
                      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 247, 246, 1) 50%);
                    }*/ }
    .product-summary-wrap a.product-selection-wrap .product-summary .iconography-list {
      margin-bottom: 10px !important; } }
  @media screen and (min-width: 1200px) and (max-width: 1090px) {
    .product-summary-wrap a.product-selection-wrap .product-summary .type-specific-details .product-sale-price p {
      margin-top: 10px; } }

@media (max-width: 991px) {
  .product-summary-wrap .product-summary .iconography-list {
    margin-top: 20px !important; } }

@media screen and (max-width: 991px) and (max-width: 1090px) {
  .product-summary-wrap .product-summary .type-specific-details .product-sale-price p {
    margin-top: 10px; } }

@media (max-width: 991px) {
  .product-summary-wrap .product-summary .product-list-header {
    color: #86754d; }
    .product-summary-wrap .product-summary .product-list-header .recommended-product {
      top: 30px !important; } }

/*@media(max-width:$screen-xs-max) {

        .product-summary-wrap {
        
            a.product-selection-wrap {
            
                .product-summary {
                    width: auto;
                    height: 220px;
                    position: relative;
                    overflow: hidden;
                    
                    &:after {
                      content: "";
                      text-align: right;
                      position: absolute;
                      bottom: 0;
                      right: 0;
                      width: 70%;
                      height: 1.3em;
                      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 247, 246, 1) 50%);
                    }
                }

            }
        }
    }*/
.case-product a {
  color: inherit; }
  .case-product a:hover {
    text-decoration: none; }
    .case-product a:hover > h3, .case-product a:hover img, .case-product a:hover .tasting-notes {
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      opacity: 0.7; }
  .case-product a > h3 {
    text-align: center;
    font-family: "proxima-nova", sans-serif, Arial;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px; }
    .case-product a > h3 span.case-saving {
      margin-left: 15px; }
  .case-product a div.tasting-notes {
    font-size: 0.9em; }

.product-save {
  color: #D0021B; }

.product-usual {
  text-decoration: line-through; }

.product-discount-colour {
  color: #D0021B; }

.product-header-wrapper {
  text-align: left; }
  .product-header-wrapper h1, .product-header-wrapper .h1 {
    font-family: "raleway", sans-serif, Arial;
    /*font-size: 34px;*/
    /*text-transform: uppercase;*/
    display: inline-block;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #A8A38D;*/
    margin-bottom: 15px;
    color: black;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word; }

.ww-container {
  position: relative;
  width: 100%;
  height: 80px; }
  .ww-container .ww-temperature-scale {
    background-image: linear-gradient(-221deg, #e9e392 0%, #ba000f 100%);
    height: 18px;
    width: 100%;
    position: absolute;
    top: 24px; }
  .ww-container .ww-divider {
    position: absolute;
    border: 1px solid #79866C;
    width: 1px;
    top: 9px;
    height: 49px; }
  .ww-container .ww-segment {
    position: absolute;
    text-align: center;
    top: 9px;
    width: 20%;
    height: 49px;
    outline: 0; }
  .ww-container .ww-pointer {
    margin: auto;
    position: relative;
    top: -5px; }
  .ww-container .ww-label {
    position: absolute;
    color: #4a4a4a;
    text-align: center;
    top: 60px;
    width: 20%; }

.ww-banner-title {
  font-family: ProximaNova-Regular;
  font-size: 30px;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: left; }

.ww-banner-text {
  font-family: ProximaNova-Regular;
  font-size: 20px;
  color: #9b9b9b;
  letter-spacing: 0;
  text-align: left; }

@media (min-width: 767px) {
  .flex-for-split {
    display: flex; } }

.download-list-button {
  margin-top: 0; }

.list-svg-btn {
  vertical-align: middle; }

.facet {
  margin-bottom: 15px;
  border-bottom: 1px black solid;
  padding-bottom: 8px; }
  .facet .facet-name-indicator .indicator-active {
    display: none; }
  .facet .facet-name-indicator .indicator-inactive {
    display: inline-block; }
  .facet.active .indicator-active {
    display: inline-block; }
  .facet.active .indicator-inactive {
    display: none; }
  .facet .facet-name {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 5px; }
    .facet .facet-name span.facet-name-indicator {
      float: right;
      font-weight: 600; }
    .facet .facet-name:hover {
      cursor: pointer; }
  .facet .facet-items {
    display: none;
    overflow: hidden;
    width: 100%; }
    .facet .facet-items.in {
      display: none; }
    .facet .facet-items .facet-item {
      margin: 5px 0;
      font-size: 14px;
      font-family: Raleway;
      font-weight: 700;
      line-height: 24px; }
      .facet .facet-items .facet-item .facet-check {
        vertical-align: middle;
        margin: -4px 5px 0 0; }
        .facet .facet-items .facet-item .facet-check:hover {
          cursor: pointer; }
      .facet .facet-items .facet-item :root {
        --form-control-color: #79866C;
        --form-control-disabled: #959495; }
      .facet .facet-items .facet-item *,
      .facet .facet-items .facet-item *:before,
      .facet .facet-items .facet-item *:after {
        box-sizing: border-box; }
      .facet .facet-items .facet-item body {
        margin: 0; }
      .facet .facet-items .facet-item form {
        display: grid;
        place-content: center;
        min-height: 100vh; }
      .facet .facet-items .facet-item .form-control {
        font-family: system-ui, sans-serif;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.1;
        display: grid;
        grid-template-columns: 1em auto;
        gap: 0.5em; }
      .facet .facet-items .facet-item .form-control + .form-control {
        margin-top: 1em; }
      .facet .facet-items .facet-item .form-control--disabled {
        color: var(--form-control-disabled);
        cursor: not-allowed; }
      .facet .facet-items .facet-item input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--form-background);
        font: inherit;
        color: currentColor;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid currentColor;
        border-radius: 0.2em;
        display: inline-grid;
        place-content: center; }
      .facet .facet-items .facet-item input[type="checkbox"]::before {
        content: "";
        width: 0.6em;
        height: 0.6em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        background-color: #79866C;
        border-radius: 0.05em; }
      .facet .facet-items .facet-item input[type="checkbox"]:checked::before {
        transform: scale(1); }
      .facet .facet-items .facet-item input[type="checkbox"]:disabled {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed; }
      .facet .facet-items .facet-item > label {
        margin: 0; }
        .facet .facet-items .facet-item > label:hover {
          cursor: pointer; }
      .facet .facet-items .facet-item .facet-count {
        display: inline;
        font-weight: 400; }
        .facet .facet-items .facet-item .facet-count:hover {
          cursor: pointer; }
    .facet .facet-items .show-more {
      font-weight: bold;
      margin-top: 10px;
      text-decoration: underline; }
      .facet .facet-items .show-more:hover {
        cursor: pointer; }
    .facet .facet-items .show-more-items {
      display: none; }
  @media (max-width: 767px) {
    .facet .facet-items {
      display: none; } }

.facet-view {
  border-top: 1px black solid;
  padding-top: 8px;
  margin-top: 8px;
  margin-bottom: 16px; }

.product-page {
  /* Accordion */ }
  .product-page h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600; }
  .product-page h2.h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600; }
  .product-page h3 {
    color: #79866C;
    text-align: center; }
  .product-page a[href]:not(.btn):not(.li) {
    color: #000000;
    text-decoration: none; }
  .product-page a[href]:not(.btn):not(.li):hover {
    color: #000000;
    text-decoration: none; }
  .product-page a:not([href]) {
    color: #000000;
    text-decoration: none; }
  .product-page a.btn {
    padding-top: 0;
    background-color: transparent; }
  .product-page .svg-btn {
    position: relative;
    top: 6px; }
  .product-page hr {
    border-color: #79866C; }
  .product-page .img-centre {
    margin-left: auto;
    margin-right: auto;
    display: table; }
    @media (max-width: 767px) {
      .product-page .img-centre {
        max-width: 140px; } }
    @media (min-width: 768px) {
      .product-page .img-centre {
        /*width: 90%;*/ } }
  .product-page .summary-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5rem; }
  .product-page .product-basket-grid {
    display: inline-block;
    margin-right: auto;
    margin-left: auto; }
  .product-page .grey-background {
    background-color: #f5f5f5; }
  .product-page .grey-fade {
    background-image: linear-gradient(white, #f5f5f5);
    height: 7px; }
  .product-page .grey-full {
    background-color: #f5f5f5;
    height: 7px; }
  .product-page .product-offer-circle {
    position: relative;
    height: 75px;
    width: 75px;
    background-color: #79866C;
    border-radius: 50%;
    display: inline-block;
    margin: auto; }
    .product-page .product-offer-circle.larger {
      height: 105px;
      width: 105px;
      border: 3px solid white; }
    .product-page .product-offer-circle.grey {
      background-color: #494c59; }
  .product-page .product-offer-circle-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff; }
    .product-page .product-offer-circle-text.higher {
      top: 45%; }
  .product-page .product-offer-small-text {
    text-align: center;
    font-size: 0.9em; }
  .product-page .product-offer-large-text {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold; }
  .product-page .accordion-buttons {
    position: relative;
    float: right;
    height: 21px;
    top: -4px; }
  .product-page .panel-hot-product {
    border-bottom: 1px solid #8E8E8D; }
  .product-page .panel-heading-hot-product {
    cursor: pointer;
    padding-bottom: 0px;
    padding-top: 17px; }

.single-page-basket .add-to-basket-container {
  background: #F8F7F6;
  border: 1px solid #e1dfdd;
  padding: 20px; }
  @media (max-width: 550px) {
    .single-page-basket .add-to-basket-container {
      text-align: center; } }

div.product-earn-points {
  color: #8E8E8D; }

.add-to-basket-container {
  /*
    .per-case {
        border-top: 1px solid #e6e6e6;
    }*/ }
  .add-to-basket-container .product-quantity-change {
    margin-top: 1px;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    box-shadow: none !important; }
  .add-to-basket-container .num-bottles.product {
    min-width: 8rem; }
  @media (max-width: 767px) {
    .add-to-basket-container .product-offers {
      display: flex;
      flex-direction: column; } }
  .add-to-basket-container .product-offer {
    padding: 6px 14px;
    margin-right: 8px;
    color: #ffffff;
    max-width: 11em; }
    .add-to-basket-container .product-offer.red {
      background-color: #C02828; }
    .add-to-basket-container .product-offer.gold {
      background-color: #79866C; }
    .add-to-basket-container .product-offer.wider {
      max-width: fit-content; }
  .add-to-basket-container .always-center-basket {
    text-align: center;
    margin: auto; }
  @media (max-width: 767px) {
    .add-to-basket-container .small-center-basket {
      text-align: center;
      margin: auto; } }
  .add-to-basket-container .per-bottle .price {
    display: inline-block;
    width: 95px;
    /*padding-top: 10px;*/
    /*font-size: 20px;*/
    font-weight: bold; }
    .add-to-basket-container .per-bottle .price .add-to-basket {
      z-index: 1; }
      .add-to-basket-container .per-bottle .price .add-to-basket.product {
        padding: 10px 50px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .add-to-basket-container .per-bottle .price .add-to-basket.product {
            padding: 10px 20px; } }
      .add-to-basket-container .per-bottle .price .add-to-basket.gift {
        padding: 10px 61px;
        background-color: white;
        border: solid 1px #333333 !important;
        color: #333333 !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          .add-to-basket-container .per-bottle .price .add-to-basket.gift {
            padding: 10px 31px; } }
    .add-to-basket-container .per-bottle .price .price-block-outer {
      text-align: left;
      width: 100%; }
      .add-to-basket-container .per-bottle .price .price-block-outer .product-original-price {
        display: inline-block; }
      .add-to-basket-container .per-bottle .price .price-block-outer .product-discount-price {
        display: inline-block;
        margin-right: 15px; }
      .add-to-basket-container .per-bottle .price .price-block-outer .product-discount-colour {
        display: inline-block; }
      .add-to-basket-container .per-bottle .price .price-block-outer .product-regular-colour {
        color: #79866C; }
      .add-to-basket-container .per-bottle .price .price-block-outer .socials {
        margin-top: -60px;
        z-index: -999; }
      .add-to-basket-container .per-bottle .price .price-block-outer .download-sheet {
        font-size: 15px; }
    .add-to-basket-container .per-bottle .price .appended-per-bottle.out-of-stock {
      white-space: nowrap; }
    .add-to-basket-container .per-bottle .price.product {
      width: 100%;
      text-align: center; }
      .add-to-basket-container .per-bottle .price.product div.product-discount-price span {
        /*color: #D0021B;*/
        line-height: 34px;
        font-size: 34px;
        font-weight: 600; }
      .add-to-basket-container .per-bottle .price.product div.product-discount-value {
        color: #333333;
        line-height: 20px; }
      .add-to-basket-container .per-bottle .price.product div.product-original-price {
        text-decoration: line-through;
        color: #7d7d7d;
        line-height: 18px; }
      .add-to-basket-container .per-bottle .price.product div.product-price {
        /*text-align: left;*/
        font-size: 28px; }
        @media (max-width: 550px) {
          .add-to-basket-container .per-bottle .price.product div.product-price {
            text-align: center; } }
    @media (max-width: 550px) {
      .add-to-basket-container .per-bottle .price {
        display: block;
        width: auto; } }
  .add-to-basket-container .per-bottle .quantity {
    display: inline-flex;
    display: -webkit-inline-flex; }
    .add-to-basket-container .per-bottle .quantity input {
      border: 1px solid #8E8E8D;
      text-align: center;
      padding: 8px 5px;
      max-width: 45px; }
    .add-to-basket-container .per-bottle .quantity .up-downs {
      display: inline-block; }
      .add-to-basket-container .per-bottle .quantity .up-downs img {
        display: block;
        padding: 6px 6px;
        border: 1px solid #8E8E8D; }
      .add-to-basket-container .per-bottle .quantity .up-downs img:first-of-type {
        border-bottom: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .add-to-basket-container .per-bottle .price {
    width: 95px; }
    .add-to-basket-container .per-bottle .price .appended-per-bottle {
      white-space: nowrap; } }

ul.other-products-tabs {
  border-bottom: 0px; }

.other-products-tabs.nav-tabs > li.active > a, .home-page.nav-tabs > li.active > a:focus, .home-page.nav-tabs > li.active > a:hover {
  color: #494c59;
  cursor: default;
  border: none;
  border-bottom: solid 4px;
  border-bottom-color: #79866C;
  border-radius: 1px 1px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 50px;
  padding: 18px 50px;
  border-radius: 0; }

.other-products-tabs.nav-tabs > li > a {
  margin-right: 2px;
  color: #494c59;
  cursor: default;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 50px;
  cursor: pointer;
  padding: 18px 50px;
  border-radius: 0; }

.other-products-tabs.nav-tabs {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center; }

.other-products-tabs.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: table-cell; }

@media (max-width: 992px) {
  .other-products-tabs.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
    width: 50%; } }

ul.other-products-tabs-cachet {
  border-bottom: 0px; }

.other-products-tabs-cachet.nav-tabs > li.active > a, .home-page.nav-tabs > li.active > a:focus, .home-page.nav-tabs > li.active > a:hover {
  color: #494c59;
  cursor: default;
  border: none;
  border-bottom: solid 4px;
  border-bottom-color: #79866C;
  border-radius: 1px 1px 0 0;
  text-transform: none;
  padding: 10px 50px;
  border-radius: 0;
  color: black;
  font-size: 18px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.other-products-tabs-cachet.nav-tabs > li > a {
  margin-right: 2px;
  color: #494c59;
  cursor: default;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 50px;
  cursor: pointer;
  border-radius: 0;
  color: black;
  font-size: 18px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.other-products-tabs-cachet.nav-tabs {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  color: black;
  font-size: 18px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.other-products-tabs-cachet.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: table-cell; }

@media (max-width: 992px) {
  .other-products-tabs-cachet.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
    width: 50%; } }

/* Default styles for larger devices */
.responsive-div {
  position: relative;
  text-align: right;
  padding-top: 50px;
  padding-right: 50px; }

/* Styles for xs and sm devices (max-width 767px) */
@media (max-width: 767px) {
  .responsive-div {
    text-align: center;
    padding-top: 50px;
    padding-right: 0;
    /* Override the right padding for smaller devices */ } }

.alternative-product-strip {
  background: #8b2534;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: bold; }

.promotion-icon-strip {
  background: #79866C;
  padding: 2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .promotion-icon-strip img {
    width: 40px;
    margin-right: 10px; }

@media (max-width: 550px) {
  .payment-images {
    text-align: center;
    z-index: 1; } }

.ep-nl-signup {
  border: none;
  background-color: #79866C;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 18px;
  max-width: 350px; }

.promotion-icon-strip {
  background: #79866C;
  padding: 2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .promotion-icon-strip img {
    width: 40px;
    margin-right: 10px; }

.alternative-product-strip {
  background: #8b2534;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: bold;
  /*    text-transform: uppercase;
*/ }

@media (max-width: 550px) {
  .payment-images {
    text-align: center;
    z-index: 1; } }

.ep-nl-signup {
  border: none;
  background-color: #79866C;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 18px;
  max-width: 350px; }

ul.product-tabs {
  border-bottom: 0px; }

.product-tabs.nav-tabs > li.active > a, .home-page.nav-tabs > li.active > a:focus, .home-page.nav-tabs > li.active > a:hover {
  color: #494c59;
  cursor: default;
  border: none;
  border-bottom: solid 4px;
  border-bottom-color: #79866C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 50px;
  padding: 18px 50px;
  border-radius: 0;
  outline: 0; }

.product-tabs.nav-tabs > li > a {
  margin-right: 2px;
  border: none;
  color: #494c59;
  cursor: default;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 50px;
  cursor: pointer;
  padding: 18px 50px;
  border-radius: 0;
  outline: 0; }

.product-tabs.nav-tabs {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center; }

.product-tabs.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  /* background-color: red; */
  display: table-cell; }

@media (max-width: 992px) {
  .product-tabs.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    /* background-color: red; */
    display: inline-block;
    width: 50%; } }

@media (max-width: 768px) {
  .product-tabs.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    /* background-color: red; */
    display: block;
    width: 100%; } }

@media (max-width: 768px) {
  .product-image {
    margin: 0 auto;
    display: block; }
  .other-products-tabs.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    /* background-color: red; */
    display: block;
    width: 100%; } }

.product-detail-stretch {
  min-height: 200px; }

.iconography-box {
  float: right; }
  .iconography-box .icon-inner img {
    display: block;
    text-align: center;
    margin: auto; }
  .iconography-box .icon-inner .tooltiptext2 {
    display: block;
    margin-top: 5px;
    text-align: center; }
  .iconography-box .icon-inner + .icon-inner {
    margin-top: 5px; }

.section-product-detail {
  /*.product-description {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid $grey-text;
    }*/ }
  .section-product-detail .product-sku {
    font-weight: 600; }
  .section-product-detail .product-additional-detail div.product-detail-row {
    position: relative;
    width: 100%;
    /*div {
                display: inline-block;
            }*/ }
    .section-product-detail .product-additional-detail div.product-detail-row .name {
      font-weight: 600;
      width: 120px;
      float: left; }
    .section-product-detail .product-additional-detail div.product-detail-row .value {
      width: auto;
      overflow: hidden; }
  .section-product-detail .product-purchase-wrapper {
    padding: 20px 20px 20px 0px; }
    .section-product-detail .product-purchase-wrapper img.payment-icon {
      margin-right: 10px; }
      .section-product-detail .product-purchase-wrapper img.payment-icon:last-of-type {
        margin-right: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .section-product-detail .product-purchase-wrapper img.payment-icon {
    margin-right: 1px; }
    .section-product-detail .product-purchase-wrapper img.payment-icon:last-of-type {
      margin-right: 0; } }

div.section-image {
  z-index: 1; }

.wom-product-detail {
  /*.product-description {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid $grey-text;
    }*/ }
  .wom-product-detail h1 {
    margin-top: 0;
    font-family: inherit !important; }
  .wom-product-detail h3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .wom-product-detail .product-sku {
    font-weight: 600; }
  .wom-product-detail .product-additional-detail div.product-detail-row {
    position: relative;
    width: 100%;
    /*div {
                display: inline-block;
            }*/ }
    .wom-product-detail .product-additional-detail div.product-detail-row .name {
      font-weight: 600;
      width: 120px;
      float: left; }
    .wom-product-detail .product-additional-detail div.product-detail-row .value {
      width: auto;
      overflow: hidden; }
  .wom-product-detail .product-purchase-wrapper {
    background: none;
    padding: 0; }
    .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price-trade-cost {
      text-align: left; }
      .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price-trade-cost .price {
        padding-top: 0;
        width: 300px;
        text-align: left; }
        .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price-trade-cost .price #wom-discounted-product #product-discount-price {
          /*font-size: 26px;*/
          line-height: 26px; }
        .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price-trade-cost .price #wom-discounted-product #product-original-price {
          /*font-size: 18px;*/
          color: #79866C; }
      .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price-trade-cost .quantity-wrapper {
        float: none;
        vertical-align: top; }
      .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price-trade-cost .add-btn {
        font-size: 14px !important;
        border: 1px solid #79866C !important;
        padding: 9px 10px 9px 10px !important; }
    .wom-product-detail .product-purchase-wrapper img.payment-icon {
      margin-right: 10px; }
      .wom-product-detail .product-purchase-wrapper img.payment-icon:last-of-type {
        margin-right: 0; }
  .wom-product-detail #wom-info-wrapper {
    text-align: left; }
    .wom-product-detail #wom-info-wrapper #wom-more-info {
      background-color: #9b9b9b;
      border: 1px solid #9b9b9b !important;
      padding: 9px 10px 9px 10px; }
    .wom-product-detail #wom-info-wrapper #wom-meet-producer {
      background-color: #FFFFFF;
      color: #373737 !important;
      border: 1px solid #373737 !important;
      padding: 9px 10px 9px 10px; }

@media (max-width: 550px) {
  .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .quantity-wrapper {
    margin: 10px 0 0 0; }
  .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price {
    /*font-size: 18px;*/ }
  .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .price.product div.product-price {
    text-align: left; } }

@media (max-width: 767px) {
  .wom-product-detail h1 {
    margin-top: 40px; }
  .iconography-box {
    margin-top: 10px;
    float: left; }
    .iconography-box .icon-inner {
      display: inline-block; }
      .iconography-box .icon-inner img {
        display: block;
        text-align: center;
        margin: auto; }
      .iconography-box .icon-inner .tooltiptext2 {
        display: block;
        margin-top: 5px;
        text-align: center; }
      .iconography-box .icon-inner + .icon-inner {
        margin-left: 5px;
        margin-top: 5px; }
  .payment-images {
    z-index: 10;
    margin-bottom: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .quantity-wrapper {
    float: right; }
  .wom-product-detail #wom-info-wrapper {
    margin-top: 0;
    text-align: right; } }

@media (min-width: 1200px) {
  .wom-product-detail .product-purchase-wrapper .add-to-basket-container .per-bottle .quantity-wrapper {
    float: right; }
  .wom-product-detail #wom-info-wrapper {
    margin-top: 0;
    text-align: right; } }

a.spec-sheet {
  color: #79866C;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
  transition-duration: 0.5s;
  text-decoration: underline; }
  a.spec-sheet:hover {
    opacity: 0.8;
    transition-duration: 0.5s; }

.pair-with-by {
  background-color: #F8F7F6; }

.single-case-page .explore-case-wines {
  border-top: 1px solid #8E8E8D; }

.case-product .custom-headers h4 {
  font-weight: 600; }

.case-product .custom-headers h5 {
  font-weight: 600;
  margin-bottom: 5px; }

.case-product .case-rrp {
  color: #79866C; }

.case-product .product-description {
  margin-bottom: 25px; }

.case-product img {
  max-width: 100%; }

.favourites-message {
  background-color: transparent;
  cursor: pointer; }

.social-share-buttons > div {
  display: inline-block;
  vertical-align: middle; }

.social-share-buttons img {
  max-width: 28px; }

.centred-in-box {
  margin-left: auto;
  margin-right: auto;
  /*width: 90%;*/
  text-align: center; }

div.delivery-content-wrapper div.delivery-content-standard {
  margin: 0 -7.5px; }
  div.delivery-content-wrapper div.delivery-content-standard > div {
    padding: 0 7.5px;
    margin-top: 10px; }
    div.delivery-content-wrapper div.delivery-content-standard > div > div {
      padding: 15px 10px;
      color: #333333;
      text-align: center;
      display: table;
      width: 100%; }
      div.delivery-content-wrapper div.delivery-content-standard > div > div > span {
        display: table-cell;
        vertical-align: middle; }

div.delivery-content-wrapper div.delivery-content-xs {
  padding: 15px 15px 5px 0;
  background-color: #F8F7F6;
  color: #333333; }
  div.delivery-content-wrapper div.delivery-content-xs ul {
    padding-left: 30px; }

a.product-read-more-button, a.product-read-less-button {
  font: bolder;
  color: black;
  text-decoration: none;
  cursor: pointer; }

hr.en-primeur {
  border-top: 1px solid #8E8E8D; }

img.borderless-image {
  display: block;
  padding: 0;
  margin: 0;
  margin-left: 48%; }

div.gradient-underlay {
  width: 100%;
  background-image: linear-gradient(-180deg, #ffffff 0%, #eceae5 100%); }

div.darker-colour {
  background-color: #eceae5; }

div.inherit-color {
  background-color: inherit; }

div.delivery-block {
  height: 2.5em;
  width: 75%; }

.product-offer-circle {
  position: relative;
  height: 75px;
  width: 75px;
  background-color: #79866C;
  border-radius: 50%;
  display: inline-block;
  margin: auto; }
  .product-offer-circle.larger {
    height: 105px;
    width: 105px;
    border: 3px solid white; }
  .product-offer-circle.grey {
    background-color: #494c59; }

.product-offer-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff; }
  .product-offer-circle-text.higher {
    top: 45%; }

.product-offer-small-text {
  text-align: center;
  font-size: 0.9em; }

.product-offer-large-text {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }

button.add-custom-case-to-basket {
  color: #fff;
  text-transform: uppercase;
  background-color: #79866C;
  display: inline-block;
  padding: 10px 30px;
  border: none !important;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }
  button.add-custom-case-to-basket:hover {
    text-decoration: none;
    background-color: #606a55; }
  button.add-custom-case-to-basket:focus {
    text-decoration: none; }
  button.add-custom-case-to-basket:disabled, button.add-custom-case-to-basket [disabled] {
    background-color: #79866C !important;
    opacity: 0.3; }

a.configure-custom-case {
  color: #fff;
  text-transform: uppercase;
  background-color: #79866C;
  display: inline-block;
  padding: 10px 30px;
  border: none !important;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }
  a.configure-custom-case:hover {
    text-decoration: none;
    background-color: #606a55; }
  a.configure-custom-case:focus {
    text-decoration: none; }

.case-details-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 992px) {
    .case-details-container {
      height: 320px; } }

@media (max-width: 991px) {
  .case-basket-container {
    text-align: center; } }

@media (min-width: 1200px) {
  .case-divider {
    display: none; } }

.case-count {
  font-size: 16px; }
  @media (min-width: 1200px) {
    .case-count {
      float: right;
      margin-top: 8px; } }

#toasts {
  position: fixed;
  top: 5px;
  right: 5px;
  margin-left: 5px;
  z-index: 1100; }
  #toasts .alert {
    text-align: right;
    padding: 15px;
    border-radius: 0;
    float: right;
    clear: right;
    background-color: white;
    margin-bottom: 5px; }
  #toasts .alert-hot {
    color: white;
    background-color: #79866C; }
  #toasts .alert-red {
    color: white;
    background-color: #DA4453; }
  #toasts .alert-green {
    color: white;
    background-color: #37BC9B; }
  #toasts .alert-blue {
    color: white;
    background-color: #4A89DC; }
  #toasts .alert-yellow {
    color: white;
    background-color: #F6BB42; }
  #toasts .alert-orange {
    color: white;
    background-color: #E9573F; }

.treble-widget div.widget-item {
  display: inline-block;
  width: 33%;
  background-color: #494c59; }
  .treble-widget div.widget-item div {
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
    .treble-widget div.widget-item div:hover {
      opacity: 0.6; }

.benefit {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.dynamic-widget {
  text-align: center; }
  .dynamic-widget div.widget-item {
    display: inline-block;
    background-color: white;
    position: relative; }
    .dynamic-widget div.widget-item a {
      text-decoration: none; }
    .dynamic-widget div.widget-item.transparent {
      background-color: transparent; }
    .dynamic-widget div.widget-item div {
      -moz-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      -webkit-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
      .dynamic-widget div.widget-item div.hover:hover {
        opacity: 0.6; }
    .dynamic-widget div.widget-item div.widget-item-text {
      font-family: "raleway", sans-serif, Arial;
      position: absolute;
      left: 0px;
      /*bottom: 10%;*/
      width: 100%;
      text-align: left;
      color: white;
      padding-left: 10%;
      padding-right: 20px;
      color: black; }
      .dynamic-widget div.widget-item div.widget-item-text h1, .dynamic-widget div.widget-item div.widget-item-text .h1 {
        font-family: "raleway", sans-serif, Arial;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: white;
        padding-bottom: 9px;
        display: inline-block; }
      .dynamic-widget div.widget-item div.widget-item-text p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px; }
      .dynamic-widget div.widget-item div.widget-item-text span.widget-item-button {
        font-family: "helvetica-neue", sans-serif, Arial;
        background-color: #79866C;
        border: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 24px; }
    .dynamic-widget div.widget-item div.widget-item-button {
      width: 100%;
      margin-top: 0px;
      font-family: "proxima-nova", sans-serif, Arial;
      background-color: #79866C;
      color: white;
      border: 0px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 20px;
      font-weight: 500;
      padding: 14px 20px; }
  .dynamic-widget div.widget-item-mobile {
    background-color: #494c59;
    position: relative; }
    .dynamic-widget div.widget-item-mobile a {
      text-decoration: none; }
    .dynamic-widget div.widget-item-mobile div {
      -moz-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      -webkit-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
      .dynamic-widget div.widget-item-mobile div.hover:hover {
        opacity: 0.6; }
    .dynamic-widget div.widget-item-mobile div.widget-item-text {
      font-family: "proxima-nova", sans-serif, Arial;
      position: absolute;
      left: 0px;
      width: 100%;
      text-align: center;
      color: white; }
      @media (min-width: 401px) {
        .dynamic-widget div.widget-item-mobile div.widget-item-text {
          padding-left: 10%;
          padding-right: 10%; } }
      @media (max-width: 400px) {
        .dynamic-widget div.widget-item-mobile div.widget-item-text {
          padding-left: 15px;
          padding-right: 15px; } }
      .dynamic-widget div.widget-item-mobile div.widget-item-text h1, .dynamic-widget div.widget-item-mobile div.widget-item-text .h1 {
        font-family: "trajan-pro-3", sans-serif;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: white;
        padding-bottom: 9px;
        display: inline-block; }
        @media (max-width: 345px) {
          .dynamic-widget div.widget-item-mobile div.widget-item-text h1, .dynamic-widget div.widget-item-mobile div.widget-item-text .h1 {
            font-size: 28px; } }
        @media (max-width: 410px) {
          .dynamic-widget div.widget-item-mobile div.widget-item-text h1, .dynamic-widget div.widget-item-mobile div.widget-item-text .h1 {
            margin-top: 0; } }
      .dynamic-widget div.widget-item-mobile div.widget-item-text p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px; }
    .dynamic-widget div.widget-item-mobile span.widget-item-button {
      font-family: "helvetica-neue", sans-serif, Arial;
      background-color: #79866C;
      border: 0px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      padding: 12px 24px; }
    .dynamic-widget div.widget-item-mobile div.widget-item-button-mobile {
      width: 100%;
      margin-top: 0px;
      font-family: "proxima-nova", sans-serif, Arial;
      background-color: #79866C;
      color: white;
      border: 0px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 20px;
      font-weight: 500;
      padding: 14px 20px; }

@media (max-width: 768px) {
  .treble-widget div.widget-item {
    display: inline-block;
    width: 100%;
    background-color: #494c59; }
    .treble-widget div.widget-item div {
      -moz-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      -webkit-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
      .treble-widget div.widget-item div:hover {
        opacity: 0.6; }
      .treble-widget div.widget-item div img {
        margin: 0 auto; } }

.wine-of-the-month {
  padding: 15px;
  text-align: center;
  color: #79866C;
  background-color: #F8F7F6;
  font-size: 16px; }
  .wine-of-the-month a.wot-link {
    text-decoration: none;
    color: inherit; }
    .wine-of-the-month a.wot-link div.wot-title {
      font-family: "trajan-pro-3", sans-serif;
      line-height: 23px;
      font-size: 23px;
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-bottom: 15px;
      text-align: center;
      color: #79866C; }
    .wine-of-the-month a.wot-link h3 {
      text-transform: uppercase;
      color: #333333;
      font-size: 18px; }
    .wine-of-the-month a.wot-link div.price-saving {
      line-height: 18px; }
  .wine-of-the-month button.add-set-to-basket {
    color: #fff;
    text-transform: uppercase;
    background-color: #79866C;
    margin: 15px;
    display: inline-block;
    padding: 10px 30px;
    border: none !important;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
    .wine-of-the-month button.add-set-to-basket:hover {
      text-decoration: none;
      background-color: #606a55; }
    .wine-of-the-month button.add-set-to-basket:focus {
      text-decoration: none; }

.wot-surround {
  border: 2px solid #EAEAEA;
  padding: 15px; }

.blog-categories {
  height: 100%; }
  .blog-categories:before {
    content: "";
    height: 100%;
    background: #dadbdf;
    position: absolute;
    bottom: 0;
    width: 9600px;
    right: 100%; }
  .blog-categories h2 {
    color: #79866C;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold; }
  .blog-categories a {
    color: #333333;
    padding: 5px 0;
    display: block; }

.article-categories a {
  color: #333333; }

.article-content img {
  max-width: 100%; }

.blog-block {
  border-bottom: 1px solid #dadbdf;
  margin-bottom: 20px; }
  .blog-block a {
    color: #333333; }
    .blog-block a:hover {
      text-decoration: none; }
  .blog-block .blog-date {
    text-transform: uppercase;
    color: #79866C;
    font-size: 18px; }
  .blog-block h2 {
    font-weight: 600;
    font-size: 22px; }
  .blog-block .btn-read-more {
    color: #79866C;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-size: 16px; }

.blog-container h1 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #dadbdf; }

.blog-content {
  padding-left: 15px; }
  @media (max-width: 1199px) {
    .blog-content {
      padding-left: 0; } }

.blog-homepage-thumb {
  border-radius: 16px; }

.trajan-text {
  font-family: "trajan-pro-3", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  color: #85764A; }

.gold-btn {
  background-color: #79866C !important; }

.gold-bar {
  border-top: 10px solid #85764A;
  margin: 30px 0; }

.glossary-title {
  font-size: 18px;
  font-weight: 500; }

.page-content h1 {
  font-family: "trajan-pro-3", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px; }

.page-content table p.signature {
  font-family: "trajan-pro-3";
  font-weight: 600;
  font-size: 18px; }

.news-block {
  background: #dddddd;
  border-bottom: 10px solid #494C5A; }
  .news-block .right-image-arrow {
    background: url("/Content/Images/Site/HOT/right-blue.png");
    background-repeat: no-repeat;
    float: right; }

.news-block:hover {
  background: #ffffff;
  border-bottom: 10px solid #86764a; }
  .news-block:hover .right-image-arrow {
    background: url("/Content/Images/Site/HOT/right-gold.png");
    background-repeat: no-repeat;
    float: right; }
  .news-block:hover .read-more-text {
    color: #86764a; }

.gold-box {
  background: #79866C;
  text-align: center;
  color: white;
  padding: 20px;
  width: 200px; }

.width-100-max-200 {
  width: 100% !important;
  max-width: 200px !important; }

.article-content a {
  color: #79866C;
  text-decoration: none; }

.link-arrow {
  color: #333333;
  text-decoration: none; }
  .link-arrow:hover, .link-arrow:active, .link-arrow:focus {
    text-decoration: none; }
  .link-arrow img {
    position: relative;
    top: -2px;
    margin-right: 5px; }

@media (max-width: 1200px) {
  .page-banner-container.with-image .page-banner-content {
    position: inherit !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important; } }

.page-banner-container {
  position: relative; }
  .page-banner-container h1 {
    margin: 0 0 10px 0; }
  .page-banner-container span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    display: block; }
  .page-banner-container.with-image .page-banner-content {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #ffffff;
    padding: 20px;
    border-bottom: 8px solid #79866C;
    width: 40%; }
    .page-banner-container.with-image .page-banner-content h1 {
      margin: 0 0 10px 0;
      font-family: "trajan-pro-3", sans-serif; }
    .page-banner-container.with-image .page-banner-content.block-transparent {
      border: none;
      width: auto;
      padding: 0;
      background: none;
      color: #ffffff;
      bottom: 40px;
      left: 50px;
      top: auto; }
      .page-banner-container.with-image .page-banner-content.block-transparent h1 {
        font-size: 55px; }

.need-help-block h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d1d0cf; }

.other-regions-list .other-regions-heading {
  font-size: 16px; }

.other-regions-list ul li {
  margin-bottom: 10px; }
  .other-regions-list ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 18px; }
    .other-regions-list ul li a img {
      margin: 0 5px 0 0;
      position: relative;
      top: -2px; }
    .other-regions-list ul li a:hover {
      color: #79866C; }

@media (max-width: 767px) {
  .page-banner-container .page-banner-content {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%; }
    .page-banner-container .page-banner-content h1 {
      font-size: 32px; }
    .page-banner-container .page-banner-content.block-transparent {
      color: #333333;
      bottom: 0;
      left: 0;
      top: auto;
      padding-top: 30px; }
      .page-banner-container .page-banner-content.block-transparent h1 {
        font-size: 30px; }
      .page-banner-container .page-banner-content.block-transparent span {
        font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .page-banner-container .page-banner-content {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%; }
    .page-banner-container .page-banner-content.block-transparent {
      color: #333333;
      bottom: 0;
      left: 0;
      top: auto;
      padding-top: 30px; }
      .page-banner-container .page-banner-content.block-transparent h1 {
        font-size: 36px; }
      .page-banner-container .page-banner-content.block-transparent span {
        font-size: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-md {
    text-align: right; }
  .trade-link-custom-margin {
    margin-top: 12px;
    display: inline-block; } }

.contact-details span {
  color: #79866C;
  font-weight: bold; }

.contact-details a {
  text-decoration: none;
  color: #333333; }

@media (max-width: 767px) {
  .get-directions h1 {
    font-size: 32px; }
  .get-directions .contact-details {
    font-size: 14px;
    margin-top: 20px; }
  .get-directions iframe {
    height: 200px; } }

.pager-wrap {
  text-align: center; }
  .pager-wrap ul.pagination li a {
    margin-left: 8px;
    margin-right: 8px;
    color: #79866C;
    border-color: #D9D9D9;
    /*height:64px;
                width:64px;*/
    border-radius: 50%; }
    .pager-wrap ul.pagination li a.active {
      border-color: #91918D;
      color: white;
      background-color: #79866C;
      z-index: 3; }
    .pager-wrap ul.pagination li a.increment {
      line-height: 1.1;
      background: none;
      border: none; }
      .pager-wrap ul.pagination li a.increment > span {
        /*color: #222;*/
        color: #79866C;
        font-weight: bold;
        font-size: 19px; }
        .pager-wrap ul.pagination li a.increment > span:hover {
          background-color: #f9f9f7; }
    .pager-wrap ul.pagination li a:hover:not(.active) {
      background-color: #f9f9f7;
      border-color: #C7C7C6; }
  .pager-wrap ul.pagination li span.paging-ellipsis {
    background: none;
    border: none;
    font-weight: bold; }

@media (max-width: 340px) {
  .price-trade .quantity-wrapper .quantity {
    display: none !important; } }

div#about-us-wrapper div#top-section {
  background-image: url(/Content/Images/Site/HOT/barrels.jpg);
  padding: 20px 20px 40px 20px;
  margin-bottom: 10px;
  position: relative; }
  div#about-us-wrapper div#top-section div#about-us-content {
    background: #fff;
    width: 50%;
    position: relative;
    z-index: 1; }
    div#about-us-wrapper div#top-section div#about-us-content div#au-internal {
      padding: 30px; }
      div#about-us-wrapper div#top-section div#about-us-content div#au-internal h2 {
        margin-top: 0;
        font-family: "trajan-pro-3", sans-serif; }
    div#about-us-wrapper div#top-section div#about-us-content div#au-border {
      height: 7px;
      background-color: #79866C; }
  div#about-us-wrapper div#top-section div#discover-more {
    background-color: #494C59;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0; }
    div#about-us-wrapper div#top-section div#discover-more div#links-wrapper {
      text-align: center; }
      div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div {
        display: inline-block; }
      div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal {
        text-align: left;
        width: 400px;
        margin-bottom: 20px; }
        div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal h4 {
          color: #79866C;
          font-family: "trajan-pro-3", sans-serif;
          display: inline-block;
          margin-bottom: 20px; }
        div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal a {
          width: 180px;
          display: inline-block;
          color: #fff;
          background-image: url("~/Content/Images/Site/HOT/page-bullet.png");
          background-repeat: no-repeat;
          padding-left: 25px;
          margin-bottom: 10px; }
          div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal a.page-link {
            margin-right: 10px; }

div#about-us-wrapper div#mid-section a {
  position: relative; }
  div#about-us-wrapper div#mid-section a img {
    max-width: 100%; }

div#about-us-wrapper div#mid-section div#meet-the-experts {
  text-align: center;
  position: absolute;
  color: #fff;
  margin-left: 60px; }
  div#about-us-wrapper div#mid-section div#meet-the-experts div#top {
    font-size: 40px;
    line-height: 40px; }
  div#about-us-wrapper div#mid-section div#meet-the-experts div#bottom {
    margin-top: 5px;
    font-family: "trajan-pro-3", sans-serif;
    font-size: 50px;
    line-height: 50px; }

@media (max-width: 767px) {
  div#about-us-wrapper div#top-section div#about-us-content {
    width: 100%; }
  div#about-us-wrapper div#top-section div#discover-more {
    position: relative; }
    div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal {
      width: 100%;
      padding-left: 30px; }
      div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal > div {
        display: block; } }

@media (max-width: 420px) {
  div#about-us-wrapper div#top-section div#about-us-content {
    width: 100%; }
  div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal h4 {
    color: #79866C;
    font-family: "trajan-pro-3", sans-serif;
    display: inline-block;
    margin-bottom: 20px; }
  div#about-us-wrapper div#top-section div#discover-more div#links-wrapper div#internal a {
    width: 100%;
    display: block; }
  div#about-us-wrapper div#mid-section {
    text-align: center; }
    div#about-us-wrapper div#mid-section div#meet-the-experts {
      text-align: center;
      position: absolute;
      color: #fff;
      margin-left: 30px; } }

.sitemap a {
  color: #333333;
  font-size: 16px; }

div#events-calendar-wrapper {
  padding: 20px 30px;
  background-color: #79866C;
  color: #ffffff;
  margin-bottom: 15px; }
  div#events-calendar-wrapper a {
    font-weight: bold;
    color: #ffffff; }

div#events-how-to-book-wrapper {
  padding: 20px 30px;
  background-color: #EEEEEE;
  color: #4C4F5C; }
  div#events-how-to-book-wrapper a {
    color: #4C4F5C; }
    div#events-how-to-book-wrapper a#htb-email-link {
      color: #79866C;
      font-weight: bold; }

.mtt-title {
  width: 100%;
  text-align: center; }

.mtt-title h1 {
  color: #4a4c59;
  width: auto;
  padding-bottom: 10px;
  border-bottom: solid #87754d 7px;
  display: inline-block;
  text-transform: uppercase;
  font-family: arial; }

.mtt-body p {
  text-align: center; }

.mtt-block-gold {
  background-color: #87754d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  height: 70px;
  align-items: center;
  display: -webkit-flex;
  display: flex; }

.mtt-job {
  font-weight: normal; }

.mtt-body .mtt-opening {
  font-size: 16px; }

.mtt-block-grey {
  background-color: #494d59;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  height: 70px;
  align-items: center;
  display: -webkit-flex;
  display: flex; }

.mtt-block-grey .grey {
  margin: auto;
  text-align: center;
  font-size: 18px; }

.mtt-block-gold .gold {
  margin: auto;
  text-align: center;
  font-size: 18px; }

.mtt-body .grey-block {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 0px 0px 20px 0;
  background-color: #f2f2f2; }

.mtt-team {
  font-size: 16px;
  font-weight: 550;
  color: #4a485d; }

.mtt-first {
  font-size: 17px; }

.mtt-last {
  font-weight: bold;
  font-size: 16px; }

.mtt-block {
  width: 100%;
  margin: auto;
  padding: 20px 8%; }

.mtt-section-container {
  height: 60px;
  margin-top: 0px;
  display: table; }

.mtt-section-header {
  display: table-cell;
  vertical-align: middle; }

.text-align-center {
  text-align: center; }

.grey-block {
  background: #f2f2f2; }

.mtt-sub-title {
  color: #4f4e53; }

@media (max-width: 450px) {
  .mtt-block-grey .grey {
    font-size: 12px; }
  .mtt-block-gold .gold {
    font-size: 12px; } }

/*Bootstrap accordion overrides*/
a.accordion-toggle {
  text-decoration: none; }

.panel-heading-hot {
  background-color: #ffffff !important;
  color: #000000 !important;
  cursor: pointer;
  margin: 0.6em 0; }

.panel-default-hot {
  border: none;
  border-bottom: 1px solid #c6c6c5; }

.glyphicon-plus {
  -webkit-text-stroke: 1px; }

ul.sub-menu {
  /*background-color: #494c59;*/
  margin: 0;
  padding: 10px 10px 20px 0px;
  list-style: none;
  color: black; }
  ul.sub-menu li a:hover {
    text-decoration: none; }
  ul.sub-menu li.parent-page {
    margin-bottom: 5px;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: normal; }
    ul.sub-menu li.parent-page a {
      font-weight: bold;
      margin-left: 0; }
      ul.sub-menu li.parent-page a::before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  ul.sub-menu li.with-child a {
    margin-bottom: 6px; }
  ul.sub-menu li.with-child div {
    color: black;
    margin-top: -30px;
    padding: 5px;
    font-weight: bold;
    cursor: pointer; }
  ul.sub-menu li.child-page a {
    border-left: 1px solid;
    margin-left: 45px;
    font-size: .9em; }
  ul.sub-menu li a {
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    color: black; }
    ul.sub-menu li a::before {
      content: ' ';
      display: inline-block;
      width: 19px;
      height: 19px;
      margin-right: 5px;
      margin-top: 10px;
      margin-bottom: -5px; }

@media (min-width: 992px) {
  div#modal-add-address .modal-lg {
    width: 600px; } }

div#modal-add-address .add-address-divide {
  margin-top: 15px;
  margin-bottom: 10px; }

div.panel-heading {
  display: inline-block;
  width: 100%; }

.panel-heading {
  background-color: transparent !important; }

div#address-book-wrapper h1 {
  margin-top: 0;
  margin-bottom: 20px; }

div.standard-panel-bg {
  padding: 15px 25px;
  background-color: #f5f5f5; }
  div.standard-panel-bg.alt {
    background-color: #EEEEEE; }

div.user-welcome {
  color: #79866C;
  height: 100%;
  font-size: 1.5em; }
  div.user-welcome hr {
    border: 3px solid;
    background-color: #79866C;
    width: 30%;
    position: absolute; }
  div.user-welcome h1 {
    font-size: 2em; }
  div.user-welcome .welcome-content {
    margin: 50px 0 0 0;
    font-size: 18px; }
  div.user-welcome .trade-well {
    margin-top: 15px;
    padding: 15px;
    font-weight: 600;
    background-color: #79866C;
    position: absolute;
    bottom: 10px;
    left: 35px;
    right: 35px;
    font-size: 14px;
    color: #fff; }
    div.user-welcome .trade-well a {
      color: #fff;
      text-decoration: underline; }
  div.user-welcome .trade-offer {
    background-color: #f5f5f5; }

.loyalty-landing {
  font-size: 1.2em;
  color: black; }
  .loyalty-landing .outer-circle {
    margin: 1em;
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px solid #79866C;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%); }
  .loyalty-landing .inner-circle {
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    position: relative;
    border: 2px solid #79866C;
    border-radius: 50%; }
  .loyalty-landing .loyalty-icon {
    width: 2em; }
  .loyalty-landing .points-value {
    font-size: 4.5em;
    font-weight: bold;
    color: #79866C;
    position: relative;
    top: -.2em; }
  .loyalty-landing .points-worth {
    position: relative;
    top: -1.5em; }
  .loyalty-landing .points-cash {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    top: -1em; }

.select-trade-account {
  background-color: #79866C;
  color: white;
  font-size: 1.2em; }
  .select-trade-account .annotation {
    opacity: .6;
    text-align: right;
    border-right: 1px solid; }

@media (max-width: 768px) {
  div.user-welcome .trade-well {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0; } }

.retail-wrapper .subheading {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #f5f5f5; }

.slick-dot-wrapper .slick-dots {
  position: unset !important; }

@media (max-width: 767px) {
  .retail-wrapper .subheading {
    margin-top: 30px; } }

.proxima-font {
  font-family: "proxima-nova", sans-serif, Arial; }

.trajan-font {
  font-family: "trajan-pro-3", sans-serif; }

.helvetica-font {
  font-family: "helvetica-neue", sans-serif, Arial; }

.centralise {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.bg-lighter-grey {
  background: #dadbdf; }

.bg-light-grey {
  background: #f5f5f5; }

.bg-grey {
  background: #F8F7F6; }

.bg-dark-grey {
  background: #c6c6c5; }

@media (min-width: 450px) and (max-width: 767px) {
  .col-xs-mid-6-450 {
    width: 50% !important; } }

@media (min-width: 500px) and (max-width: 767px) {
  .col-xs-mid-6-500 {
    width: 50% !important; } }

@media (min-width: 550px) and (max-width: 767px) {
  .col-xs-mid-6-550 {
    width: 50% !important; } }

@media (min-width: 600px) and (max-width: 767px) {
  .col-xs-mid-6-600 {
    width: 50% !important; } }

@media (min-width: 650px) and (max-width: 767px) {
  .col-xs-mid-6-650 {
    width: 50% !important; } }

@media (min-width: 700px) and (max-width: 767px) {
  .col-xs-mid-6-700 {
    width: 50% !important; } }

.display-inline-block {
  display: inline-block; }

.display-inherit {
  display: inherit; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.clear-both {
  clear: both; }

.rb-label:hover {
  cursor: pointer; }

.styled-checkbox-wrapper {
  display: inline-block;
  margin: 10px 10px 0 0; }
  .styled-checkbox-wrapper:last-of-type {
    margin-right: 0; }
  .styled-checkbox-wrapper .styled-checkbox {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    display: inline-block;
    background: -webkit-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    background: linear-gradient(top, #ccc 0%, #ccc 40%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#ccc',GradientType=0 );
    margin: 0 10px 0 0;
    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
    position: relative;
    /*label:hover::after {
	        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	        filter: alpha(opacity=30);
	        opacity: 0.3;
        }*/
    /*
            Use this selector if you manually write out the checkbox element on the view...
            
            input[type=checkbox]:checked + label:after {

            Otherwise, use this multi-part selector if using htmlhelpers; the hh rendered checkbox has an additional hidden input that sits between it
            and the label...

            HH rendered checkboxes had to be used in this project; 'manually' created checkboxes didn't bind. 
        */ }
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox] {
      visibility: hidden; }
    .styled-checkbox-wrapper .styled-checkbox label {
      cursor: pointer;
      position: absolute;
      width: 26px;
      height: 26px;
      left: 1px;
      top: 1px;
      /*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/
      background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
      background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
      background: -o-linear-gradient(top, #fff 0%, #fff 100%);
      background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
      background: linear-gradient(top, #fff 0%, #fff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); }
    .styled-checkbox-wrapper .styled-checkbox label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 14px;
      height: 7px;
      background: transparent;
      top: 8px;
      left: 6px;
      border: 3px solid #000;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox]:checked + label:after,
    .styled-checkbox-wrapper .styled-checkbox input[type=checkbox]:checked + input[type=hidden] + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  .styled-checkbox-wrapper span {
    display: inline-block; }
    .styled-checkbox-wrapper span:hover {
      cursor: pointer; }

.gray-info-bar {
  background-color: #494C5A;
  color: white;
  font-size: 1.2em; }
  .gray-info-bar .annotation {
    text-align: center; }

.trade-list {
  margin: 0; }
  @media (max-width: 991px) {
    .trade-list {
      display: block; } }
  .trade-list img {
    margin-right: 10px; }
  .trade-list li {
    padding-bottom: 10px; }
    .trade-list li:last-child {
      padding-bottom: 0; }
  .trade-list > div {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .trade-list > div {
        margin-bottom: 10px; } }
  .trade-list a {
    font-weight: 600;
    color: #494c59;
    text-decoration: none;
    text-transform: uppercase; }

.last-order h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.last-order dl dt span {
  font-weight: 500; }

.last-order .gold-text a {
  text-decoration: none;
  color: #79866C !important;
  text-transform: uppercase; }

.black-text {
  color: black !important; }

.product-search h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.product-search .top-search-button {
  background: #494c59 !important;
  border: none !important; }
  .product-search .top-search-button .fa {
    background: #494c59 !important;
    border: none !important;
    color: white; }

.bold-text-uppercase {
  font-weight: 600;
  text-transform: uppercase; }

.grey-text {
  color: #494c59; }

.add-to-basket-container .add-btn {
  background: #79866C;
  color: white;
  text-decoration: none;
  /*padding: 9px 20px 9px 20px;*/
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #79866C !important;
  display: inline-block; }

.add-to-basket-container .add-btn:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #86744C; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

.per-case a {
  text-transform: uppercase;
  text-decoration: none;
  color: #494c59;
  font-weight: 600; }

.trade-out-of-stock {
  text-transform: uppercase;
  color: #494c59;
  font-size: 16px;
  border: 1px solid #494c59;
  padding: 5px;
  float: right;
  margin-top: -5px; }

.cta-alternative {
  text-align: left;
  margin-top: 5px;
  background-color: #D5CFC3;
  font-size: 13px;
  color: #79866C;
  cursor: pointer;
  padding-bottom: 1px; }
  .cta-alternative img {
    float: left;
    position: absolute;
    vertical-align: top; }
  .cta-alternative div {
    margin-left: 40px;
    padding: 0 3px 0 3px;
    display: inline-block; }

.alternative-divider {
  border-top: 1px solid silver;
  margin-top: 6px;
  margin-bottom: 6px; }

.cta-leadtime {
  margin-top: 5px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  padding-bottom: 1px; }
  .cta-leadtime img {
    float: left;
    position: absolute;
    vertical-align: top; }
  .cta-leadtime div {
    margin-left: 40px;
    padding: 0 5px 0 5px;
    display: inline-block; }

.price-trade {
  display: inline-block;
  width: 100%; }
  .price-trade .price-trade-cost {
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 100%; }
    @media (max-width: 550px) {
      .price-trade .price-trade-cost {
        text-align: center; } }
  .price-trade .quantity-wrapper {
    display: inline; }
    @media (max-width: 550px) {
      .price-trade .quantity-wrapper {
        float: none;
        margin: 10px 0 10px 0; } }

.six-twelve-bottles {
  margin-top: 15px; }
  .six-twelve-bottles a {
    display: inline-flex; }
    .six-twelve-bottles a > img {
      margin-right: 5px;
      vertical-align: middle; }
    .six-twelve-bottles a.right {
      float: right; }

@media (max-width: 370px) {
  .six-twelve-bottles a {
    display: block; }
    .six-twelve-bottles a.right {
      float: none;
      margin-top: 15px; }
  .quantity-wrapper.oos {
    margin-top: 10px;
    float: none; }
  .quantity-wrapper .out-of-stock > span {
    white-space: nowrap;
    display: block; }
  .per-case {
    margin-top: 10px; } }

.view-product-trade a {
  color: #79866C !important;
  text-decoration: none;
  text-transform: uppercase; }

.trade-offer {
  text-align: center; }
  .trade-offer img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 462px; }
  .trade-offer .bold-text-uppercase {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px; }

.top-trade-bar h1 {
  font-family: "trajan-pro-3", sans-serif;
  margin: 0;
  font-size: 26px; }

.top-trade-bar .user-welcome {
  padding: 20px; }

#personalised-menu {
  margin-bottom: 30px; }
  #personalised-menu.nav-tabs {
    border-bottom: none; }
    #personalised-menu.nav-tabs > li {
      float: none; }
      #personalised-menu.nav-tabs > li a {
        color: #000;
        border: none; }
        #personalised-menu.nav-tabs > li a:hover {
          border-radius: 0; }
      #personalised-menu.nav-tabs > li.active > a {
        color: #79866C;
        border: none; }
        #personalised-menu.nav-tabs > li.active > a:before {
          content: '>';
          margin-right: 5px; }
      #personalised-menu.nav-tabs > li.recent-products {
        margin-bottom: 0; }

.account-manager {
  background-color: #F8F7F6;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  padding: 20px 0; }
  .account-manager img {
    padding-bottom: 15px;
    border-radius: 133px; }
  .account-manager p {
    padding-top: 15px;
    border-top: 1px solid #ccc; }

.delivery-run {
  background-color: #F8F7F6;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 20px; }
  .delivery-run p {
    margin: 0; }
  .delivery-run .fa {
    font-size: 2em !important;
    color: #000;
    padding: 0 15px 15px 0;
    float: left; }

@media (max-width: 768px) {
  #personalised-menu {
    margin-top: 30px;
    text-align: center; }
  .order-history-last-order {
    text-align: center; }
  .aligncenter {
    text-align: center; } }

h2.trade-subheader {
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 10px 0;
  margin: 15px 0 15px 0; }

.product-summary-wrap {
  background: white;
  padding: 20px; }
  .product-summary-wrap h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold; }

.recommended-product-summary-wrap h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold; }

.toggle-personalised-menu {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold; }
  .toggle-personalised-menu .facet-indicator {
    color: #79866C; }

@media (max-width: 767px) {
  h2.trade-subheader {
    font-size: 24px; }
  .equal-height {
    height: auto !important; }
  div.user-welcome .trade-well {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0; }
  .trade-list-column {
    border: none;
    margin-bottom: 25px; }
    .trade-list-column li {
      margin: 0 0 5px 0; }
  #personalised-menu {
    display: none;
    margin-top: 0; }
    #personalised-menu.active {
      display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .equal-height {
    height: auto !important; }
  div.user-welcome .trade-well {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0; }
  .trade-list-column {
    border: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .trade-list-column {
    border: none; } }

@media (min-width: 1200px) {
  .trade-list li {
    margin: 0 100px 0 0; }
  .list-lg-inline {
    padding-left: 0px;
    margin-left: -5px;
    list-style: none; }
    .list-lg-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px; }
  .left-border-lg {
    border-left: 1px solid #A3A3A3; } }

/* Filters */
.filter-button {
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #f5f5f5;
  padding: 15px; }

.filter-button:focus {
  outline: none; }

.filter-button:active,
.filter-button.is-checked {
  background-color: #79866C; }

.filter-button.is-checked {
  color: white; }

.button-group {
  margin-bottom: 30px; }

.product-item {
  /*width: 45%;
    margin-right: 20px;
    margin-bottom: 20px;*/ }
  .product-item .price {
    font-size: 18px;
    margin-bottom: 5px; }
    .product-item .price .product-original-price {
      text-decoration: line-through; }
    .product-item .price .discount-price {
      float: left;
      margin-bottom: 6px; }
      .product-item .price .discount-price .discount-highlight {
        color: #D0021B;
        font-weight: 600; }
  .product-item .price-trade .quantity-wrapper {
    float: none; }

@media (max-width: 991px) {
  .product-item {
    /*width: 100%;
        margin-right: 0;*/ } }

input#bin-or-name {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #c6c6c5;
  padding: 10px; }

#trade-products-wrap #trade-products-insert {
  text-align: center; }

.filter-placeholder {
  position: relative; }

#trade-filters-refreshing {
  background-color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 93%;
  display: none; }

.trade-switch-account-header {
  text-align: center;
  color: #79866C; }

.price-calculator {
  /* Placeholder to push values down so they line up with the textboxes */
  /* Label-TextBox pair with gold underline */ }
  .price-calculator h1 {
    font-family: "proxima-nova", sans-serif, Arial;
    text-transform: none;
    font-size: 32px;
    padding-bottom: 16px;
    margin-bottom: 26px;
    border-bottom: 3px solid #79866C;
    width: 10.7em;
    margin-left: 10px; }
  .price-calculator .left-margin {
    margin-left: 10px; }
  .price-calculator .edit-value {
    height: 72px;
    /* Space between label and textbox */
    margin-bottom: 26px; }
    .price-calculator .edit-value label {
      margin-bottom: 12px; }
  .price-calculator .includes-vat {
    margin-left: 10px; }
  .price-calculator .top-margin {
    height: 36px; }
  .price-calculator .readonly-value {
    border-bottom: 2px solid #8E8E8D;
    margin: 0px 10px 40px 10px;
    height: 22px; }
    .price-calculator .readonly-value label {
      background-color: transparent; }
  .price-calculator .calculator-product-container {
    float: left;
    width: 140px; }
  .price-calculator .product-text {
    width: 130px; }
  .price-calculator .calculator-container {
    float: left;
    width: 92px; }
  .price-calculator .calculator-text {
    box-sizing: border-box;
    color: darkblue;
    position: absolute;
    width: 82px; }
  .price-calculator .calculator-button {
    right: 11px;
    top: 3px;
    cursor: pointer;
    position: absolute; }
  .price-calculator .calculation-container {
    float: left;
    width: 98px;
    text-align: center; }
  .price-calculator .calculation-column {
    margin-top: 5px;
    padding-left: 18px;
    padding-right: 5px; }
  .price-calculator .manually-changed {
    color: #79866C; }
  .price-calculator .delete-button {
    margin-top: 5px;
    margin-left: 4px;
    cursor: pointer; }
  .price-calculator .divider {
    display: none; }
  .price-calculator .add-line {
    background-color: #79866C; }

.price-calculator-banner {
  position: relative;
  color: white;
  background-color: black;
  font-family: "raleway", sans-serif, Arial; }
  @media (max-width: 767px) {
    .price-calculator-banner img {
      opacity: .4; } }
  .price-calculator-banner .banner-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding: 26px 0;
    /*Small*/
    /*Medium*/
    /*Desktop*/
    /*Mobile*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .price-calculator-banner .banner-content {
        padding: 5px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .price-calculator-banner .banner-content {
        padding: 16px 0; } }
    @media (min-width: 768px) {
      .price-calculator-banner .banner-content {
        left: 5%; } }
    @media (max-width: 767px) {
      .price-calculator-banner .banner-content {
        padding: 26px 10px; } }
    .price-calculator-banner .banner-content h3 {
      padding: 0;
      margin: 0;
      font-size: 2em;
      font-weight: bold; }
    .price-calculator-banner .banner-content .banner-button {
      width: fit-content;
      padding: 10px 22px;
      border-radius: 23px;
      color: #79866C;
      font-weight: 700;
      font-size: 1.2em;
      /*Mobile*/ }
      @media (max-width: 767px) {
        .price-calculator-banner .banner-content .banner-button {
          margin: 0 auto; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .price-calculator .product-container {
    font-size: 12px;
    width: 94px; }
  .price-calculator .product-text {
    width: 90px; }
  .price-calculator .calculator-container {
    font-size: 12px;
    width: 80px; }
  .price-calculator .calculator-text {
    width: 75px; }
  .price-calculator .calculator-button {
    right: 4px; }
  .price-calculator .calculation-container {
    font-size: 12px;
    width: 80px; }
  .price-calculator .calculation-column {
    padding-left: 18px;
    padding-right: 1px; }
  .price-calculator .delete-button {
    margin-left: 14px; }
  .price-calculator .line-2-md {
    visibility: hidden;
    height: 14px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .price-calculator .product-container {
    width: 200px; }
  .price-calculator .product-text {
    width: 190px; }
  .price-calculator .calculator-container {
    width: 120px; }
  .price-calculator .calculator-text {
    width: 110px; }
  .price-calculator .calculation-breaker {
    clear: both; }
  .price-calculator .calculation-container {
    width: 112px; }
  .price-calculator .delete-button {
    margin-top: 9px; }
  .price-calculator .divider {
    display: block;
    border-bottom: 2px solid #79866C;
    margin: 20px 10px 50px 10px; } }

@media (max-width: 767px) {
  .price-calculator .product-container {
    width: 100%;
    height: 70px; }
  .price-calculator .product-text {
    margin-left: 10px;
    width: 90%; }
  .price-calculator .calculator-container {
    width: 100%;
    height: 70px; }
  .price-calculator .calculator-text {
    margin-left: 10px;
    width: 90%; }
  .price-calculator .line2 {
    margin-left: 15px; }
  .price-calculator .calculator-button {
    right: 9%; }
  .price-calculator .calculation-container {
    width: 50%;
    text-align: left; }
  .price-calculator .divider {
    display: block;
    border-bottom: 2px solid #79866C;
    margin: 20px 10px 50px 10px; }
  .price-calculator .delete-button {
    margin-top: 0; } }

#trade-login-popup .modal-dialog {
  width: 50%; }
  @media (max-width: 767px) {
    #trade-login-popup .modal-dialog {
      width: 100%; } }

.manage-product-item {
  width: 43%;
  background: white;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 12px; }
  @media (max-width: 767px) {
    .manage-product-item {
      width: 97%; } }

.trade-phone {
  text-decoration: underline;
  color: #ffffff; }
  .trade-phone:hover {
    color: #9b9b9b; }

.order-history {
  background-color: #F8F7F6;
  margin: 0; }
  .order-history .order-history-header {
    font-weight: 600;
    margin: 0;
    padding: 20px 0; }
  .order-history .order-history-detail {
    margin: 0;
    background: white;
    padding: 20px 0;
    border: 1px solid #ccc; }
    .order-history .order-history-detail span {
      font-weight: 600; }
    .order-history .order-history-detail .add-btn {
      background: #79866C;
      color: white;
      text-decoration: none;
      padding: 10px 30px;
      font-weight: 500;
      text-transform: uppercase;
      border: none !important;
      position: absolute;
      top: -10px;
      /*right: 30px;*/ }
    .order-history .order-history-detail .add-btn:hover {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      background: #86744C; }

.loyalty-minus {
  width: 1rem;
  color: darkred; }

.loyalty-redeemed {
  color: darkred; }

.order-header {
  background-color: #494d59;
  color: #fff;
  padding: 20px;
  margin: 0; }
  .order-header h3 {
    margin-top: 0;
    margin-bottom: 5px; }

.order-notes-header {
  background-color: #79866C;
  color: #fff;
  padding: 20px;
  margin: 0; }
  .order-notes-header h3 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0; }

div.order-on-wrap,
div.payment-status-wrap {
  margin-top: 5px;
  margin-bottom: 5px; }

.order-sub-header {
  background-color: #86744c;
  color: #fff;
  font-weight: 600; }

.order-items {
  margin-bottom: 20px; }
  .order-items .order-items-header {
    margin-top: 25px;
    background-color: #494d59;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border: 1px solid #ccc;
    background: white;
    margin: 0; }
  .order-items .order-item {
    border-bottom: 1px solid #8E8E8D;
    padding: 20px;
    background: white;
    border: 1px solid #ccc;
    margin: 0;
    border-top: 0; }

.order-items-header {
  margin-top: 25px;
  background-color: #494d59;
  color: black;
  padding: 20px;
  border: 1px solid #ccc;
  background: white;
  margin: 0;
  font-size: 16px; }

.order-item {
  border-bottom: 1px solid #8E8E8D;
  padding: 20px;
  background: white;
  border: 1px solid #ccc;
  margin: 0;
  font-weight: 600;
  border-top: 0; }
  .order-item a {
    color: black;
    text-decoration: none; }

.grey-bg {
  background: #F8F7F6;
  padding: 25px; }

.back-to-history img {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.back-to-history a {
  color: #494c59;
  font-size: 14px;
  text-decoration: none; }
  .back-to-history a img {
    position: relative;
    top: -2px;
    margin-right: 3px; }

.add-btn {
  background: #79866C;
  color: white !important;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: none !important;
  position: initial;
  /*top: -10px;
    right: 30px;*/
  display: inline-block; }

.add-btn:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #86744C;
  text-decoration: none;
  color: white; }

@media (max-width: 991px) {
  .order-history .order-history-detail .add-btn {
    background: #79866C;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    border: none !important;
    position: initial;
    /*top: -10px;
        right: 30px;*/ } }

.basket-icon {
  position: relative; }

.basket-badge {
  position: absolute;
  top: -10px;
  right: -2px;
  border-radius: 10px;
  height: 1.3em;
  background-color: #FF3C38;
  padding: 3px 4px 3px 3px;
  color: #ffffff; }

.basket-qty {
  margin-top: -7px; }

#mini-basket {
  color: #000000; }
  #mini-basket .btn {
    color: #ffffff !important; }

div#basket-main h1 {
  margin-top: 0;
  margin-bottom: 0; }

div#basket-main div#basket-total {
  font-size: 20px; }
  div#basket-main div#basket-total span#total-label {
    display: inline-block;
    margin-right: 20px; }

div#basket-main #basket-bg {
  background-color: #f5f5f5;
  padding: 15px 25px; }

div#basket-main #basket-total-bg {
  background-color: #EEEEEE;
  padding: 15px 25px; }
  div#basket-main #basket-total-bg span#total-value {
    color: #79866C; }
  div#basket-main #basket-total-bg h2 {
    font-size: 36px;
    margin-top: 0; }

.basket-item {
  margin-top: 25px; }
  .basket-item a.product-list-header {
    color: inherit; }
    .basket-item a.product-list-header:hover {
      text-decoration: underline; }
    .basket-item a.product-list-header h3 {
      display: inline-block;
      font-size: 20px; }
      .basket-item a.product-list-header h3:hover {
        text-decoration: underline; }
    .basket-item a.product-list-header > span {
      text-transform: uppercase;
      font-size: 14px; }
  .basket-item .price-details > div {
    line-height: 16px;
    font-size: 16px; }
  .basket-item .price-details .gift-box {
    margin-top: 3px;
    color: #8E8E8D;
    font-size: 14px; }
  .basket-item .price-details .sub-total {
    color: #79866C;
    margin-top: 5px; }
  .basket-item .basket-quantity-options {
    position: relative; }
    .basket-item .basket-quantity-options .update-quantity {
      font-size: 0; }
      .basket-item .basket-quantity-options .update-quantity input.quantity {
        display: inline-block;
        padding: 10px 7px 9px;
        text-align: center;
        vertical-align: top;
        font-size: 14px; }
      .basket-item .basket-quantity-options .update-quantity .up-downs {
        display: inline-block;
        vertical-align: middle; }
        .basket-item .basket-quantity-options .update-quantity .up-downs img {
          display: block;
          padding: 7px 6px;
          border: 1px solid #8E8E8D; }
        .basket-item .basket-quantity-options .update-quantity .up-downs img:first-of-type {
          border-bottom: none; }
      .basket-item .basket-quantity-options .update-quantity button.confirm-quantity-change {
        display: inline-block;
        vertical-align: middle;
        padding: 11px 30px 12px;
        margin-right: 30px;
        font-size: 14px; }
        .basket-item .basket-quantity-options .update-quantity button.confirm-quantity-change:disabled, .basket-item .basket-quantity-options .update-quantity button.confirm-quantity-change [disabled] {
          opacity: 0.3; }
    .basket-item .basket-quantity-options .remove-from-basket {
      display: inline-block;
      font-size: 14px;
      margin-top: 0;
      vertical-align: middle; }
  .basket-item h3 {
    margin-top: 0;
    font-size: 18px; }

.proceed-to-checkout {
  width: 100%;
  text-align: center;
  background-color: #417505; }
  .proceed-to-checkout:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #86744C;
    text-decoration: none;
    color: white; }
  .proceed-to-checkout.standard-width {
    width: inherit; }

.basket-leadtime {
  font-size: 13px;
  color: #79866C;
  cursor: pointer; }

@media (max-width: 767px) {
  .basket-item .basket-quantity-options {
    margin-top: 15px; } }

div#checkout-wrapper hr {
  border-top-color: #DBDBDB; }

div#checkout-wrapper div#checkout-bg h1 {
  margin-top: 0;
  font-size: 30px; }

div#checkout-wrapper div#checkout-bg h2 {
  font-size: 24px; }

div#checkout-wrapper div#checkout-bg .voucher-entry input {
  width: 100%;
  margin-top: 5px; }

div#checkout-wrapper div#checkout-bg .voucher-entry .add-btn {
  padding: 7px 13px; }

@media (min-width: 768px) {
  div#checkout-wrapper div#checkout-bg .addresses {
    border-right: 1px solid #DBDBDB; } }

div#checkout-wrapper div#checkout-bg .basket .discount-detail > div {
  font-size: 20px; }

div#checkout-wrapper div#checkout-bg .basket .discount-detail .total-label {
  font-weight: 600; }

div#checkout-wrapper .discount-error {
  margin-top: 10px;
  color: #ff0000;
  font-size: 14px; }

div#checkout-wrapper .discount-warning {
  margin-top: 10px;
  color: blue;
  font-size: 14px; }

div#checkout-wrapper .uk-delivery-alert {
  background-color: #cacaca;
  border-radius: 5px;
  margin-top: 14px;
  padding: 10px; }

div#checkout-wrapper .payment-buttons input {
  width: 100%;
  padding: 10px 0 10px 0; }

div#checkout-wrapper div.checkout-validation-summary div.validation-summary-errors ul {
  padding-left: 15px; }
  div#checkout-wrapper div.checkout-validation-summary div.validation-summary-errors ul li::before {
    background-image: url(/content/images/site/HOT/validation-error.png);
    background-repeat: no-repeat;
    content: ' ';
    width: 25px;
    height: 15px;
    display: inline-block; }

div#sage-pay-info > div {
  display: inline-block; }

div#guest-sign-up-wrapper div#guest-signup-header {
  color: #79866C; }

div#guest-sign-up-wrapper div#guest-sign-up-details {
  text-align: left;
  display: inline-block; }
  div#guest-sign-up-wrapper div#guest-sign-up-details > div {
    color: #4A4A4A;
    display: block; }
    div#guest-sign-up-wrapper div#guest-sign-up-details > div input {
      width: 300px; }

div#guest-sign-up-wrapper button#guest-signup {
  background: #79866C; }

div#guest-sign-up-wrapper a#guest-signup-continue-shopping {
  color: #79866C; }

/* ML, 29/03/2017. Responsive, adaptable form styling. */
div.form-field-container {
  position: relative;
  width: 100%; }
  div.form-field-container label {
    margin-top: 5px;
    font-weight: bold; }
  div.form-field-container .right {
    width: auto;
    overflow: hidden; }
    div.form-field-container .right input[type="text"],
    div.form-field-container .right input[type="password"],
    div.form-field-container .right input[type="number"],
    div.form-field-container .right input[type="tel"],
    div.form-field-container .right input[type="email"], div.form-field-container .right input[type="url"],
    div.form-field-container .right select,
    div.form-field-container .right textarea {
      display: inline-block;
      width: 100%; }
  div.form-field-container .left {
    margin-right: 5px;
    float: left;
    padding-top: 7px; }
    div.form-field-container .left.block {
      float: none; }

div.form-field-container input[type="text"],
div.form-field-container input[type="password"],
div.form-field-container input[type="number"],
div.form-field-container input[type="tel"],
div.form-field-container input[type="email"], div.form-field-container input[type="url"],
div.form-field-container select,
div.form-field-container textarea,
div.form-field-style input[type="text"],
div.form-field-style input[type="password"],
div.form-field-style input[type="number"],
div.form-field-style input[type="tel"],
div.form-field-style input[type="email"],
div.form-field-style input[type="url"],
div.form-field-style select,
div.form-field-style textarea {
  width: 100%; }

.porequired {
  color: #C02828;
  margin-top: 5px; }

@media (max-width: 767px) {
  div.form-field-container .left {
    float: none;
    padding-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  div.form-field-container .left {
    float: none;
    padding-top: 0; } }

.loyalty-banner {
  position: relative; }
  .loyalty-banner .loyalty-banner-form {
    position: absolute;
    z-index: 1;
    top: 1em;
    max-width: 500px;
    background-color: white;
    padding: 1em 3em; }
    .loyalty-banner .loyalty-banner-form h1 {
      font-family: "helvetica-neue", sans-serif, Arial;
      color: #79866C;
      text-transform: uppercase; }
    .loyalty-banner .loyalty-banner-form .loyalty-signup-button {
      width: 100%;
      background-color: #79866C; }
    @media (min-width: 992px) {
      .loyalty-banner .loyalty-banner-form {
        right: 5%; } }
    @media (max-width: 991px) {
      .loyalty-banner .loyalty-banner-form {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; } }

.loyalty-faqs h2 {
  font-family: "trajan-pro-3", sans-serif;
  margin-left: 0.3em; }

.loyalty-faqs h3 {
  font-weight: bold;
  margin-left: 0.6em;
  margin-top: 0; }

.loyalty-benefits-bar {
  padding: 1em;
  padding-right: 4em;
  color: #ffffff;
  background-color: #79866C;
  display: flex;
  justify-content: space-around; }
  @media (max-width: 991px) {
    .loyalty-benefits-bar {
      display: none; } }
  @media (max-width: 1199px) {
    .loyalty-benefits-bar div.b5 {
      display: none; } }
  .loyalty-benefits-bar .loyalty-benefit {
    display: flex !important;
    align-items: center !important; }
  .loyalty-benefits-bar img {
    height: 3em !important; }

.loyalty-benefits-carousel {
  color: #ffffff;
  background-color: #79866C; }
  .loyalty-benefits-carousel img {
    height: 3em !important; }

.loyalty-benefits-small {
  display: none; }
  @media (max-width: 991px) {
    .loyalty-benefits-small {
      display: block; } }

.loyalty-basket-banner {
  font-family: "proxima-nova", sans-serif, Arial;
  background-color: #79866C;
  color: #ffffff;
  margin: 1em 1px; }
  .loyalty-basket-banner .heading {
    font-family: "trajan-pro-3", sans-serif; }
  .loyalty-basket-banner .description {
    margin-top: 4px; }
  .loyalty-basket-banner .button {
    text-align: center;
    text-transform: capitalize !important;
    background-color: #ffffff;
    color: #79866C;
    padding: 10px 10px;
    margin-top: 4px; }
    .loyalty-basket-banner .button:hover {
      color: #79866C; }

a.result-title {
  text-decoration: none !important;
  font-size: 17px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1em; }

.search-spec {
  font-size: 13px;
  line-height: 1.5em; }
  .search-spec .description {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    .search-spec .description a {
      text-decoration: none !important; }

div.search-results h1 {
  font-size: 14px !important; }

div.search-products a[href]:not(.btn):not(.li) {
  color: #000000;
  text-decoration: underline; }

div.search-products div.sr-summary {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.search-header-div {
  display: flex;
  flex-wrap: wrap; }

.search-header-item .panel {
  height: 100%; }

.search-header-item {
  margin-bottom: 20px; }

.sr-summary {
  background-color: #F5F5F5; }

.error-message {
  text-align: center;
  color: #494C5A; }
  .error-message .error-image {
    margin: 0 auto;
    max-width: 100%; }
  .error-message h1 {
    font-size: 76px;
    font-weight: 600;
    margin: 50px 0; }
  .error-message h2 {
    font-size: 46px;
    font-weight: 600; }
  .error-message a {
    padding: 15px;
    color: #fff;
    background-color: #494C5A;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none; }

.not-found-container {
  color: #494C5A;
  font-size: 16px; }
  @media (max-width: 767px) {
    .not-found-container {
      text-align: center; } }
  .not-found-container h1 {
    font-size: 100px;
    color: #79866C;
    font-weight: bold; }
  .not-found-container h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #494C5A;
    font-size: 28px; }
  .not-found-container .not-found-btn {
    border: none;
    background-color: #79866C;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase; }
  .not-found-container .not-found-link {
    color: #79866C;
    text-transform: uppercase; }

.producers-list .add-to-basket-wrapper {
  padding: 20px;
  background: #F8F7F6; }

.producers-list a {
  color: #333333;
  text-decoration: none; }

.producers-list .product-thumb {
  width: 76px;
  float: left;
  margin-right: 15px; }

.producers-list .product-summary {
  width: auto; }

.producers-list .producer-margin-0 {
  margin: 0; }

.producers-list .producers-sub-heading {
  font-size: 18px;
  margin: 0;
  font-weight: bold; }

.country-divider {
  background-color: #79866C;
  height: 10px; }

.country-wrap {
  background-color: white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 5px; }
  .country-wrap h2,
  .country-wrap div {
    padding: 0 15px 0 15px; }

.country-info {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px; }

.country-name {
  margin: 0;
  font-family: "raleway", sans-serif, Arial; }

.no-padding {
  padding: 0 !important; }

.round-thumb {
  border-radius: 40px; }

.competition-wrap {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 15px; }
  .competition-wrap h1 {
    margin: 15px;
    color: #79866C; }
  .competition-wrap #competition-content {
    margin: 15px; }
  .competition-wrap form {
    margin: 15px; }
    .competition-wrap form label {
      display: block;
      color: #494C5A; }
    .competition-wrap form input[type=submit] {
      position: absolute;
      bottom: 0;
      right: 15px;
      border-radius: 0;
      color: #fff;
      background-color: #494C5A;
      border: none;
      width: 50%;
      text-transform: uppercase; }
  .competition-wrap .competition-result {
    margin: 30px;
    font-size: 24px; }
  .competition-wrap .terms {
    margin: 15px;
    color: #494C5A; }

div.gifts-sub-links {
  font-family: "trajan-pro-3", sans-serif; }
  div.gifts-sub-links a {
    display: block;
    text-align: center;
    color: #333333;
    text-decoration: none;
    padding: 0 0 20px 0;
    position: relative;
    font-size: 18px;
    line-height: 21px; }
    div.gifts-sub-links a img {
      max-width: 100%;
      width: 100%;
      opacity: 1;
      transition: ease-out 100ms;
      -webkit-transition: ease-out 200ms;
      -moz-transition: ease-out 200ms;
      -o-transition: ease-out 200ms; }
    div.gifts-sub-links a div.tile-text-wrapper {
      display: inline-block;
      width: 100%;
      height: 50px;
      text-align: center;
      color: #ffffff;
      padding: 0 5px; }
      div.gifts-sub-links a div.tile-text-wrapper img {
        max-width: 100%; }
      div.gifts-sub-links a div.tile-text-wrapper.sub1 {
        background: #494C5A; }
      div.gifts-sub-links a div.tile-text-wrapper.sub2 {
        background: #79866C; }
      div.gifts-sub-links a div.tile-text-wrapper.sub3 {
        background: #9b9b9b; }
      div.gifts-sub-links a div.tile-text-wrapper.sub4 {
        background: #C02828; }
      div.gifts-sub-links a div.tile-text-wrapper.sub5 {
        background: #494C5A; }
      div.gifts-sub-links a div.tile-text-wrapper.sub6 {
        background: #79866C; }
    div.gifts-sub-links a:hover {
      font-weight: bold; }
      div.gifts-sub-links a:hover img {
        opacity: 0.8; }

@media (min-width: 500px) and (max-width: 767px) {
  div.gifts-sub-links {
    font-family: "trajan-pro-3", sans-serif; }
    div.gifts-sub-links a div.tile-text-wrapper img {
      max-width: 100%; }
    div.gifts-sub-links a div.tile-text-wrapper.sub1 {
      background: #494C5A; }
    div.gifts-sub-links a div.tile-text-wrapper.sub2 {
      background: #79866C; }
    div.gifts-sub-links a div.tile-text-wrapper.sub3 {
      background: #C02828; }
    div.gifts-sub-links a div.tile-text-wrapper.sub4 {
      background: #9b9b9b; }
    div.gifts-sub-links a div.tile-text-wrapper.sub5 {
      background: #79866C; }
    div.gifts-sub-links a div.tile-text-wrapper.sub6 {
      background: #494C5A; } }

@media (max-width: 767px) {
  .gifts-sub-links .sub-links-xs-margin {
    margin-bottom: 0; }
  .gifts-sub-links img {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .gifts-sub-links a {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .gifts-sub-links a {
    margin-top: 10px;
    font-size: 19px; } }

@media (min-width: 1200px) {
  .gifts-sub-links a {
    margin-top: 20px; } }

.gift-summary-wrap {
  text-align: center; }
  .gift-summary-wrap .gift-wrap {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
    .gift-summary-wrap .gift-wrap .product-summary-wrap {
      margin-bottom: 10px;
      border-bottom: 5px solid #79866C; }
      .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap div.product-wrap-inner {
        display: inline-block;
        color: #333333;
        opacity: 1;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
        .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap div.product-wrap-inner:hover {
          opacity: 0.7; }
        .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap div.product-wrap-inner .top-wrap {
          margin-bottom: 15px; }
          .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap div.product-wrap-inner .top-wrap h3 {
            font-family: "proxima-nova", sans-serif, Arial;
            font-weight: 700;
            margin: 0;
            font-size: 20px;
            height: 35px;
            color: inherit; }
        .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap div.product-wrap-inner .product-thumb {
          width: 76px;
          float: left;
          margin-right: 0px;
          width: 100%; }
          .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap div.product-wrap-inner .product-thumb > img {
            max-height: 226px;
            max-width: 100%;
            width: initial; }

@media (max-width: 767px) {
  .gift-summary-wrap .gift-wrap {
    width: 100%;
    max-width: 530px; }
    .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap > div .top-wrap {
      height: 55px; }
    .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap > div .product-thumb > img {
      max-width: 100%;
      width: initial; } }

@media (min-width: 992px) {
  .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap .product-summary {
    width: auto;
    height: 220px;
    position: relative;
    overflow: hidden; }
    .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap .product-summary:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%;
      height: 1.5em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f7f6 50%); } }

@media (min-width: 1200px) {
  .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap .product-summary {
    width: auto;
    height: 220px;
    position: relative;
    overflow: hidden; }
    .gift-summary-wrap .gift-wrap .product-summary-wrap a.product-selection-wrap .product-summary:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%;
      height: 1.3em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f7f6 50%); } }

@media (max-width: 991px) {
  .gift-summary-wrap .gift-wrap .product-summary-wrap .product-summary .product-list-header .recommended-product {
    top: 30px !important; } }

/* Gifts add to basket section*/
div.add-to-basket-container.add-to-basket-gifts div.per-bottle div.price-trade div.price-trade-cost div.price {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px; }
  div.add-to-basket-container.add-to-basket-gifts div.per-bottle div.price-trade div.price-trade-cost div.price span.gold-text {
    font-size: 26px;
    font-weight: 700; }

div.add-to-basket-container.add-to-basket-gifts div.per-bottle div.price-trade div.price-trade-cost div.quantity-wrapper {
  margin-top: 0;
  float: none; }

.gift-add-to-basket {
  background: #F8F7F6;
  border: 1px solid #e1dfdd;
  padding: 20px; }
  .gift-add-to-basket .options .price-difference {
    display: inline; }
  .gift-add-to-basket .options .option-out-of-stock {
    color: #666666; }
  .gift-add-to-basket .options span.option-out-of-stock {
    text-transform: uppercase; }
    .gift-add-to-basket .options span.option-out-of-stock .fa {
      color: #666666;
      padding: 0 0 0 5px;
      font-size: 15px !important; }
  .gift-add-to-basket .per-bottle {
    text-align: right;
    margin-top: 20px; }

@media (max-width: 1199px) {
  .gift-add-to-basket .per-bottle {
    text-align: left; } }

.benefits-center {
  margin: auto; }

.fn-process-favourite {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  box-shadow: none !important; }
  .fn-process-favourite img {
    width: 30px;
    height: 27px;
    display: none; }
  .fn-process-favourite .icon-favourite, .fn-process-favourite .icon-favourite-solid {
    display: none; }
  .fn-process-favourite[disabled="disabled"] {
    opacity: 0.6; }
  .fn-process-favourite[data-is-favourite="true"] .icon-favourite-solid {
    display: block; }
  .fn-process-favourite[data-is-favourite="false"] .icon-favourite {
    display: block; }

.margin-0 {
  margin: 0px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-right-0 {
  margin-right: 0px; }

.margin-5 {
  margin: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-10 {
  margin: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-15 {
  margin: 15px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-20 {
  margin: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-25 {
  margin: 25px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-30 {
  margin: 30px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-35 {
  margin: 35px; }

.margin-left-35 {
  margin-left: 35px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-40 {
  margin: 40px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-45 {
  margin: 45px; }

.margin-left-45 {
  margin-left: 45px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-50 {
  margin: 50px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.padding-0 {
  padding: 0px; }

.padding-left-0 {
  padding-left: 0px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.padding-right-0 {
  padding-right: 0px; }

.padding-5 {
  padding: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-10 {
  padding: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-15 {
  padding: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-20 {
  padding: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-25 {
  padding: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-30 {
  padding: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-35 {
  padding: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-40 {
  padding: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-45 {
  padding: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-50 {
  padding: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.width-0 {
  width: 0px; }

.width-10 {
  width: 10px; }

.width-20 {
  width: 20px; }

.width-30 {
  width: 30px; }

.width-40 {
  width: 40px; }

.width-50 {
  width: 50px; }

.width-60 {
  width: 60px; }

.width-70 {
  width: 70px; }

.width-80 {
  width: 80px; }

.width-90 {
  width: 90px; }

.width-100 {
  width: 100px; }

.width-110 {
  width: 110px; }

.width-120 {
  width: 120px; }

.width-130 {
  width: 130px; }

.width-140 {
  width: 140px; }

.width-150 {
  width: 150px; }

.width-160 {
  width: 160px; }

.width-170 {
  width: 170px; }

.width-180 {
  width: 180px; }

.width-190 {
  width: 190px; }

.width-200 {
  width: 200px; }

.width-210 {
  width: 210px; }

.width-220 {
  width: 220px; }

.width-230 {
  width: 230px; }

.width-240 {
  width: 240px; }

.width-250 {
  width: 250px; }

.width-260 {
  width: 260px; }

.width-270 {
  width: 270px; }

.width-280 {
  width: 280px; }

.width-290 {
  width: 290px; }

.width-300 {
  width: 300px; }

.width-310 {
  width: 310px; }

.width-320 {
  width: 320px; }

.width-330 {
  width: 330px; }

.width-340 {
  width: 340px; }

.width-350 {
  width: 350px; }

.width-360 {
  width: 360px; }

.width-370 {
  width: 370px; }

.width-380 {
  width: 380px; }

.width-390 {
  width: 390px; }

.width-400 {
  width: 400px; }

.width-410 {
  width: 410px; }

.width-420 {
  width: 420px; }

.width-430 {
  width: 430px; }

.width-440 {
  width: 440px; }

.width-450 {
  width: 450px; }

.width-460 {
  width: 460px; }

.width-470 {
  width: 470px; }

.width-480 {
  width: 480px; }

.width-490 {
  width: 490px; }

.width-500 {
  width: 500px; }

.height-0 {
  height: 0px; }

.height-10 {
  height: 10px; }

.height-20 {
  height: 20px; }

.height-30 {
  height: 30px; }

.height-40 {
  height: 40px; }

.height-50 {
  height: 50px; }

.height-60 {
  height: 60px; }

.height-70 {
  height: 70px; }

.height-80 {
  height: 80px; }

.height-90 {
  height: 90px; }

.height-100 {
  height: 100px; }

.height-110 {
  height: 110px; }

.height-120 {
  height: 120px; }

.height-130 {
  height: 130px; }

.height-140 {
  height: 140px; }

.height-150 {
  height: 150px; }

.height-160 {
  height: 160px; }

.height-170 {
  height: 170px; }

.height-180 {
  height: 180px; }

.height-190 {
  height: 190px; }

.height-200 {
  height: 200px; }

.height-210 {
  height: 210px; }

.height-220 {
  height: 220px; }

.height-230 {
  height: 230px; }

.height-240 {
  height: 240px; }

.height-250 {
  height: 250px; }

.height-260 {
  height: 260px; }

.height-270 {
  height: 270px; }

.height-280 {
  height: 280px; }

.height-290 {
  height: 290px; }

.height-300 {
  height: 300px; }

.height-310 {
  height: 310px; }

.height-320 {
  height: 320px; }

.height-330 {
  height: 330px; }

.height-340 {
  height: 340px; }

.height-350 {
  height: 350px; }

.height-360 {
  height: 360px; }

.height-370 {
  height: 370px; }

.height-380 {
  height: 380px; }

.height-390 {
  height: 390px; }

.height-400 {
  height: 400px; }

.height-410 {
  height: 410px; }

.height-420 {
  height: 420px; }

.height-430 {
  height: 430px; }

.height-440 {
  height: 440px; }

.height-450 {
  height: 450px; }

.height-460 {
  height: 460px; }

.height-470 {
  height: 470px; }

.height-480 {
  height: 480px; }

.height-490 {
  height: 490px; }

.height-500 {
  height: 500px; }

.font-size-0 {
  font-size: 0px; }

.font-size-2 {
  font-size: 2px; }

.font-size-4 {
  font-size: 4px; }

.font-size-6 {
  font-size: 6px; }

.font-size-8 {
  font-size: 8px; }

.font-size-10 {
  font-size: 10px; }

.font-size-12 {
  font-size: 12px; }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px; }

.font-size-18 {
  font-size: 18px; }

.font-size-20 {
  font-size: 20px; }

.font-size-22 {
  font-size: 22px; }

.font-size-24 {
  font-size: 24px; }

.font-size-26 {
  font-size: 26px; }

.font-size-28 {
  font-size: 28px; }

.font-size-30 {
  font-size: 30px; }

.font-size-32 {
  font-size: 32px; }

.font-size-34 {
  font-size: 34px; }

.font-size-36 {
  font-size: 36px; }

.font-size-38 {
  font-size: 38px; }

.font-size-40 {
  font-size: 40px; }

.font-size-42 {
  font-size: 42px; }

.font-size-44 {
  font-size: 44px; }

.font-size-46 {
  font-size: 46px; }

.font-size-48 {
  font-size: 48px; }

.font-size-50 {
  font-size: 50px; }

@media (max-width: 991px) {
  .slick-prev {
    display: block !important;
    left: 10px !important;
    width: 30px !important;
    height: auto !important;
    background-color: transparent;
    z-index: 1; }
  .slick-next {
    display: block !important;
    right: 10px !important;
    width: 30px !important;
    height: auto !important;
    background-color: transparent; } }

.validation-summary-errors li {
  list-style-type: none; }
  .validation-summary-errors li:before {
    content: '> '; }

.middle {
  margin-top: 25%;
  margin-bottom: 25%; }

.headerbanner {
  background: #e4e0d7;
  color: #79866C;
  text-align: center;
  margin-top: -1px;
  position: relative;
  padding: 10px;
  font-size: 23px;
  margin-top: -1px; }

.button-style {
  display: inline-block;
  margin-left: 10px;
  background: #e4e0d7;
  border: solid 1px #79866C;
  color: #79866C !important;
  border-radius: 0;
  padding: 8px 20px; }

.button-style:hover {
  display: inline-block;
  margin-left: 10px;
  background: #79866C;
  border: solid 1px #79866C;
  color: #FFF !important;
  border-radius: 0;
  padding: 8px 20px; }

.headermessage {
  display: inline-block;
  font-size: 18px; }

.border-right {
  border-right: 1px solid #ccc; }
  @media (max-width: 767px) {
    .border-right-xs--none {
      border-right: none; } }

.right-0 {
  right: 0; }

.hover-grow {
  transition: transform 0.3s ease;
  display: block; }
  .hover-grow:hover {
    transform: scale(1.05); }

/*.img-hover-grow {
    &:hover {
        img {
            transform: scale(1.05);
        }
    }

    img {
        transition: transform 0.3s ease;
        display: block;
    }
}*/
.hover-colour-green:hover {
  color: #79866C !important; }

.hover-bold:hover {
  font-weight: bold !important; }

.padding-top-110 {
  padding-top: 110px; }

.max-width-70 {
  max-width: 70px; }

.fn-toggle-read-more {
  cursor: pointer;
  font-weight: bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .fn-toggle-read-more:hover {
    color: #79866C; }

.text-gold {
  color: #79866C; }

.trip-advisor-overlap-content {
  position: relative;
  top: -100px; }

.trip-advisor-cancel-overlap {
  height: 100px; }
  @media (min-width: 992px) {
    .trip-advisor-cancel-overlap {
      display: none; } }

.wine-whenever-checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px; }

.fn-wine-whenever-billing-container {
  margin-top: 10px;
  padding: 15px;
  background: #f5f5f5; }

.disabled-button {
  opacity: 0.5; }

.align-top td {
  vertical-align: top !important; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #79866C; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

/* Rounded sliders */
.slider.round {
  border-radius: 17px; }

.slider.round:before {
  border-radius: 50%; }

.hot-breadcrumb {
  background: transparent;
  margin-bottom: 1em; }
  .hot-breadcrumb a:not([href]) {
    opacity: .7;
    text-decoration: none;
    font-weight: 700; }

.split-layout {
  position: relative; }
  .split-layout h1 {
    color: black;
    font-size: 40px;
    font-family: Raleway;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
    margin-bottom: .5em; }
  @media (min-width: 768px) {
    .split-layout:after {
      content: "";
      width: 50%;
      height: 100%;
      background: white;
      position: absolute;
      top: 0;
      right: 0; } }
  .split-layout .right-col {
    background: #ffffff;
    position: relative; }
    .split-layout .right-col .margined {
      position: relative;
      z-index: 10; }

.split-layout2 {
  background: white;
  position: relative; }
  .split-layout2 .container {
    background: transparent; }
  .split-layout2 h1, .split-layout2 h2.h1 {
    color: black;
    font-size: 40px;
    font-family: Raleway;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
    margin-bottom: .5em; }
  @media (min-width: 768px) {
    .split-layout2:after {
      content: "";
      width: 50%;
      height: 100%;
      /*background: #F9F7F6;*/
      background: #F9F7F6;
      position: absolute;
      top: 0;
      right: 0; } }
  .split-layout2 .right-col {
    background: #F9F7F6;
    position: relative; }
    .split-layout2 .right-col .margined {
      position: relative;
      z-index: 10; }

.title {
  font-size: 24px;
  font-weight: 700;
  word-wrap: break-word;
  color: black; }

.title-white {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word;
  color: white; }

.link {
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word; }

.divider {
  width: 100%;
  height: 0px;
  border: 1px solid black;
  opacity: 0.5; }

.text-container-large {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; }

.member-name {
  color: black;
  font-weight: bold; }

.padding-right-80 {
  padding-right: 80px; }

.padding-right-8 {
  padding-right: 8px; }

.button-container {
  margin-top: 16px;
  font-size: 14px; }

.members-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 30px; }

.member-item {
  flex: 0 0 calc(20% - 30px);
  margin: 15px;
  text-align: center; }

.person-image-container {
  margin-top: 10px;
  margin-bottom: 20px; }

.person-image-container img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  object-fit: cover; }

.title-text {
  color: #79866C;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px; }

h2 {
  color: black;
  font-size: 24px;
  font-family: Raleway;
  font-weight: 400;
  word-wrap: break-word; }

.content {
  align-self: stretch;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

/*h1 {
    margin-top: 16px;
    width: 100%;
    color: #79866C;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
}*/
h1.homepage-h1 {
  margin-top: 20px;
  width: 100%;
  color: white;
  font-size: 36px;
  font-weight: 700;
  word-wrap: break-word; }

.contentHtml {
  margin-top: 8px;
  margin-bottom: 40px;
  width: 100%;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.white-background {
  background-color: white; }

.full-width-submit {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.producer-margin-0 {
  margin: 0; }

.padding-0-10 {
  padding: 0px 10px; }

.product-container {
  background-color: white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 16px 24px;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 335px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15); }

.product-name {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.product-info {
  margin-top: 4px;
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  word-wrap: break-word; }

.product-info-detail {
  color: #222222;
  font-size: 12px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word; }

.product-price {
  display: inline-block;
  color: #160E26;
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word; }

.product-discount-price {
  display: inline-block;
  /*color: #C02828;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.quantity-wrapper {
  margin-top: 5px; }

.cta-alternative {
  display: flex;
  flex-direction: column;
  /*    align-items: center;
    gap: 8px;*/ }

.cta-notify-click {
  font-weight: 600; }

.button-container {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center; }

.button-container .greenButton {
  margin-top: 16px;
  font-size: 14px;
  font-family: Raleway;
  line-height: 24px; }

.product-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }

.price-trade-cost {
  margin-top: 5px; }

/* Small devices (576px and up) */
@media (min-width: 576px) {
  .product-container {
    min-height: 335px; } }

/* Medium devices (768px and up) */
@media (min-width: 768px) {
  .product-container {
    min-height: 395px; } }

/* Large devices (992px and up) */
@media (min-width: 992px) {
  .product-container {
    min-height: 375px; } }

/* X-Large devices (1200px and up) */
@media (min-width: 1200px) {
  .product-container {
    min-height: 375px; } }

.background-f9f7f6 {
  background: #F9F7F6; }

.text-container {
  width: 100%;
  color: black;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.country-info {
  font-size: 16px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.country-link {
  color: #222222;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word; }

.no-decoration {
  color: #222222;
  text-decoration: none; }

.margin-top-16 {
  margin-top: 16px; }

.read-more-container {
  width: 100%;
  color: #222222;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.wine-portfolio-title {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  color: black;
  font-size: 24px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word; }

.product-name {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.product-price {
  display: inline-block;
  color: #160E26;
  font-size: 14px;
  font-family: Raleway;
  line-height: 24px;
  word-wrap: break-word; }

.line-through {
  text-decoration: line-through; }

.margin-right-8 {
  margin-right: 8px; }

.discount-price {
  display: inline-block;
  color: #C02828;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.regular-price {
  color: #160E26;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.border-divider {
  margin-top: 32px;
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
  border: 1px #979797 solid; }

.border-radius-12 {
  width: 100%;
  border-radius: 12px; }

.producer-product-container {
  background-color: white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 5px;
  justify-content: center;
  text-align: center;
  padding: 16px 24px;
  position: relative;
  min-height: 300px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15); }

.button-container {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center; }

.button-container a {
  margin-top: 16px;
  width: 160px;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px; }

.producer-header-image {
  width: 80px;
  height: 80px;
  border-radius: 9999px; }

.producer-logo-image {
  height: 80px; }

.contact-us-title {
  margin-bottom: 8px;
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.link-text {
  color: black;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word; }

.margin-top-8 {
  margin-top: 8px; }

.half-width {
  width: 50%; }

.navbar-style {
  background-color: #79866C; }

.header-image {
  position: relative; }

.header-image img {
  width: 100%; }

.image-overlay {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-40%); }

.custom-text-alignment {
  color: white; }

.header-text {
  font-size: 36px; }

.header-paragraph {
  font-family: Raleway;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px; }

.logo-img {
  height: 40px;
  vertical-align: central; }

.main-nav-link {
  color: white; }

.menu-item {
  padding: 0px; }

.menu-item-search {
  padding-left: 15px; }

.search-icon {
  color: white;
  padding: 0px;
  padding-right: 5px; }

.transparent-button {
  color: white;
  border: 1px solid white;
  border-radius: 25px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 47px; }
  .transparent-button:hover {
    background-color: white; }
    .transparent-button:hover path {
      fill: #000000; }
  .transparent-button path {
    fill: #ffffff; }
  .transparent-button:focus {
    color: white; }

.transparent-button:hover {
  color: black;
  background-color: white !important; }

.transparent-button:hover i {
  color: black !important; }

.navbar-header {
  padding-bottom: 5px; }

.display-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.display-inline-block {
  display: inline-block; }

.text-right {
  text-align: right; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.mobile-nav-dropdown ul.nav li {
  font-size: 24px; }

@media (max-width: 992px) {
  .custom-text-alignment {
    text-align: center; } }

@media (max-width: 992px) {
  .custom-text-alignment {
    text-align: center; } }

.favourite-wrapper {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px; }

.favourite-wrapper img {
  vertical-align: middle; }

.favourite-wrapper span {
  margin-left: 5px; }

.quantity-and-add {
  display: flex;
  width: 100%; }

.quantity {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: flex;
  align-items: center; }

.add-to-basket {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%; }

.margin-top-10 {
  margin-top: 10px; }

.producer-margin-0 {
  margin: 0; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.padding-0-10 {
  padding: 0px 10px; }

.product-container {
  background-color: white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 16px 24px;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 335px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15); }

.product-name {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.product-info {
  margin-top: 4px;
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  word-wrap: break-word; }

.product-info-detail {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word; }

.product-price {
  display: inline-block;
  color: #160E26;
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word; }

.product-discount-price {
  display: inline-block;
  /*color: #C02828;*/
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.quantity-wrapper {
  margin-top: 5px; }

.button-container {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center; }

.product-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }

.price-trade-cost {
  margin-top: 5px; }

/* Small devices (576px and up) */
@media (min-width: 576px) {
  .product-container {
    min-height: 335px; } }

/* Medium devices (768px and up) */
@media (min-width: 768px) {
  .product-container {
    min-height: 395px; } }

/* Large devices (992px and up) */
@media (min-width: 992px) {
  .product-container {
    min-height: 375px; } }

/* X-Large devices (1200px and up) */
@media (min-width: 1200px) {
  .product-container {
    min-height: 375px; } }

.font-size-24 {
  font-size: 24px; }

.font-weight-700 {
  font-weight: 700; }

.line-height-32 {
  line-height: 32px; }

.button-text {
  text-align: center;
  color: white;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

@media (min-width: 768px) {
  .sm-padding-right-5 {
    padding-right: 5px; }
  .sm-padding-left-5 {
    padding-left: 5px; } }

.register-form label {
  margin-bottom: 8px; }

.widet-1-overlap {
  position: relative; }

@media (max-width: 576px) {
  .widet-1-overlap {
    top: -70px; } }

@media (min-width: 576px) {
  .widet-1-overlap {
    top: -70px; } }

@media (min-width: 768px) {
  .widet-1-overlap {
    top: -70px; } }

@media (min-width: 992px) {
  .widet-1-overlap {
    margin-top: -5%; } }

@media (min-width: 1200px) {
  .widet-1-overlap {
    margin-top: -5%; } }

@media (max-width: 992px) {
  .custom-mobile-header-padding {
    margin-top: -250px;
    margin-bottom: -300px; } }

@media (max-width: 768px) {
  .custom-mobile-header-padding {
    margin-top: -400px;
    margin-bottom: -400px; } }

@media (max-width: 576px) {
  .custom-mobile-header-padding {
    margin-top: -350px;
    margin-bottom: -300px; } }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.inline-flex {
  display: inline-flex; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.gap-16 {
  gap: 16px; }

.border-1px-solid {
  border: 1px solid rgba(0, 0, 0, 0.5); }

.margin-top-16 {
  margin-top: 16px; }

.margin-bottom-16 {
  margin-bottom: 16px; }

@media (min-width: 992px) {
  .text-md-right {
    text-align: right !important; }
  .text-md-left {
    text-align: left !important; }
  .center-block.md-right {
    margin-right: 0;
    margin-left: auto; } }

.display-none {
  display: none; }

.background-transparent {
  background-color: transparent !important; }

.padding-80-0 {
  padding: 80px 0; }

.overflow-hidden {
  overflow: hidden; }

.padding-right-35 {
  padding-right: 35px; }

.margin-top-20 {
  margin-top: 20px; }

.text-center {
  text-align: center; }

.our-people-title {
  width: 445px;
  text-align: center;
  color: black;
  font-size: 24px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word; }

.our-people-subtitle {
  width: 1110px;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.our-people-link {
  margin-bottom: 32px;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word; }

.nav-cat-bg {
  background-color: #f8f8f8; }

.product-thumb-summary {
  margin: 0; }

.product-thumb-detail {
  margin: 0; }

.img-circle {
  border-radius: 50%; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.page-banner-content {
  text-align: center; }

.country-container {
  padding: 0px 10px; }

.country-wrap {
  min-height: 100px; }

.flag-circle {
  padding: 0px !important;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.flag-circle img {
  display: inline;
  margin: 0 auto;
  margin-left: -25%;
  height: 100%;
  width: auto; }

.more-producers {
  display: none;
  padding: 0px; }

.show-more-producers {
  margin-top: 16px  !important;
  font-weight: 600;
  cursor: pointer;
  margin-top: 7px; }

.footer-content {
  padding-top: 30px; }

.img-height-40 {
  height: 40px; }

.vertical-align-middle {
  vertical-align: middle; }

.padding-60-20 {
  padding: 60px 20px; }

.text-black {
  color: black; }

.font-size-14 {
  font-size: 14px; }

.font-weight-400 {
  font-weight: 400; }

.line-height-24 {
  line-height: 24px; }

.word-wrap {
  word-wrap: break-word; }

.social-icon {
  height: 32px;
  margin: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.newsletter-input {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px; }

.input-group-btn-custom {
  border-radius: 0px;
  font-weight: 700;
  font-size: 14px; }

.padding-20-20 {
  padding: 20px 20px; }

.text-center {
  text-align: center; }

.widget-background a {
  color: inherit; }

.widget-background2 a {
  color: inherit; }

.row-spacing > [class*='col-'] {
  margin-bottom: 20px; }

.image-container img {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .align-sm-left {
    text-align: left !important; }
  .align-sm-right {
    text-align: right !important; } }

@media (min-width: 992px) {
  .align-md-left {
    text-align: left !important; }
  .align-md-right {
    text-align: right !important; } }

.flex-container-center {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex; }

.flex-container {
  margin-top: 27px;
  width: 100%;
  height: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex; }

.footer-flex-container {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex; }

.footer-flex-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex; }

.footer-mobile-flex-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex; }

.footer-mobile-flex-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex; }

.flex-column-center {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex; }

.flex-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.flex-inline {
  display: inline-flex; }

.background-white {
  background: white; }

.person-h1 {
  color: black;
  font-size: 24px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word; }

.colour-white {
  color: white; }

.grape-icon {
  width: 24px;
  padding-top: 20px;
  margin-left: 0px;
  padding-bottom: 0px; }

.book-icon {
  width: 24px;
  padding-top: 20px;
  margin-left: 10px;
  color: black; }

.widget-background {
  background-color: white;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column; }

.col-spacing {
  padding-right: 10px;
  padding-left: 10px; }

.d-flex.align-items-center {
  display: flex;
  align-items: center; }

.flex-fill {
  flex: 1; }

.flex-grow-1 {
  flex-grow: 1; }

.widget-background2 {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column; }

.image-container2 img {
  max-width: 100%;
  height: auto; }

.display-block {
  display: block; }

.inner-text {
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.box img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden; }

.top-radius {
  border-radius: 15px 15px 0 0;
  /* Top left and top right corners */ }

.left-radius {
  border-radius: 15px 0 0 15px;
  /* Top left and bottom left corners */ }

@media (min-width: 992px) {
  .box img {
    border-radius: 15px 0 0 15px; }
  .right-padding-0 {
    padding-right: 0px; } }

@media (max-width: 992px) {
  .box img {
    border-radius: 15px 15px 0 0; } }

.widget-image {
  display: flex; }

@media (min-width: 992px) {
  .widget-image {
    height: 100%; } }

.widget-background {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 15px; }

@media (min-width: 992px) {
  .md-padding-right-10 {
    padding-right: 39px !important; } }

@media (max-width: 992px) {
  .md-padding-right-10 {
    padding-left: 39px !important;
    padding-right: 39px !important; } }

.job-title {
  color: black; }

.gap-14 {
  gap: 14px; }

.gap-8 {
  gap: 8px; }

.align-stretch {
  align-self: stretch; }

.remember-me-checkbox {
  width: 24px;
  height: 24px;
  margin: 0px; }

.remember-me {
  color: black;
  margin: 0px;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word; }

.button-register {
  width: 100%;
  height: 100%;
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #79866C;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: none; }

.log-in-button {
  width: auto;
  height: 100%;
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #79866C;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: none; }

.forgotten-your-password {
  width: 100%;
  color: #4A4C58;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word; }

.other-products-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15); }

.other-products-summaries a:hover .product-name {
  text-decoration: underline; }

.padding-12 {
  padding: 12px; }

.bottom-0 {
  bottom: 0px; }

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.bin-number {
  opacity: 0.50;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word; }

.trade-product-name {
  margin-top: 4px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.trade-product-divider {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 100%;
  border: 1px rgba(0, 0, 0, 0.1) solid; }

.padding-0-20 {
  padding: 0px 20px; }

.producer-flex-inline {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex; }

.remember-me-flex {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex; }

@media (min-width: 768px) {
  .desktop-margin-right-30 {
    margin-right: 30px; } }

@media (max-width: 767.98px) {
  .mobile-margin-top-30 {
    margin-top: 30px; } }

.product-pricing {
  text-decoration: none !important; }

.trade-with-facets {
  background: #4A4C58;
  padding-bottom: 50px; }

.trade-with-facets .container {
  background: #4A4C58; }

.trade-with-facets-info {
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex; }

.trade-with-facets-info-text {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word; }

.margin-top-32 {
  margin-top: 32px; }

.margin-top-24 {
  margin-top: 24px; }

#tradeAccountSelect {
  color: white;
  background-color: #4A4C58;
  border: 1px solid white; }

.user-address-notification {
  padding: 16px 32px;
  border-radius: 12px; }

.select-style {
  width: auto;
  display: inline-block;
  background-color: transparent;
  color: white; }

.panel {
  padding: 24px;
  background: white;
  border-radius: 12px; }

.panel-heading {
  margin-bottom: 8px;
  color: #4A4C58;
  font-size: 24px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word; }

.panel-text a {
  margin-bottom: 8px;
  color: #4A4C58;
  font-size: 14px;
  font-family: Raleway;
  line-height: 24px;
  word-wrap: break-word;
  text-decoration: underline; }

.panel-text-bold {
  font-weight: 700; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.load-bar{position:fixed;bottom:0;height:5px;width: 100%;z-index:2000}.load-bar-container{float:left;width:50%;height:100%;overflow:hidden}.load-bar .load-bar-container:last-child{float:right;-moz-transform-origin:top right;-ms-transform-origin:top right;-webkit-transform-origin:top right}.load-bar-base{float:left;width:100%;height:100%;overflow:hidden;position:relative;background:#159756}.color{width:100%;height:100%;float:left;position:absolute}.base1 .red{background:#da4733;-webkit-animation:move_left_red 4s infinite linear;-moz-animation:move_left_red 4s infinite linear;-ms-animation:move_left_red 4s infinite linear;animation:move_left_red 4s infinite linear}.base1 .blue{background:#3b78e7;-webkit-animation:move_left_blue 4s infinite linear;-moz-animation:move_left_blue 4s infinite linear;-ms-animation:move_left_blue 4s infinite linear;animation:move_left_blue 4s infinite linear}.base1 .yellow{background:#fdba2c;-webkit-animation:move_left_yellow 4s infinite linear;-moz-animation:move_left_yellow 4s infinite linear;-ms-animation:move_left_yellow 4s infinite linear;animation:move_left_yellow 4s infinite linear}.base1 .green{background:#159756;-webkit-animation:move_left_green 4s infinite linear;-moz-animation:move_left_green 4s infinite linear;-ms-animation:move_left_green 4s infinite linear;animation:move_left_green 4s infinite linear}@-webkit-keyframes move_left_red{0%{-webkit-transform:translateX(100%)}100%,25%,50%,75%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_left_red{0%{-moz-transform:translateX(100%)}100%,25%,50%,75%{-moz-transform:translateX(0%)}}@-ms-keyframes move_left_red{0%{-ms-transform:translateX(100%)}100%,25%,50%,75%{-ms-transform:translateX(0%)}}@keyframes move_left_red{0%{transform:translateX(100%)}100%,25%,50%,75%{transform:translateX(0%)}}@-webkit-keyframes move_left_blue{0%,25%{-webkit-transform:translateX(100%)}100%,50%,75%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_left_blue{0%,25%{-moz-transform:translateX(100%)}100%,50%,75%{-moz-transform:translateX(0%)}}@-ms-keyframes move_left_blue{0%,25%{-ms-transform:translateX(100%)}100%,50%,75%{-ms-transform:translateX(0%)}}@keyframes move_left_blue{0%,25%{transform:translateX(100%)}100%,50%,75%{transform:translateX(0%)}}@-webkit-keyframes move_left_yellow{0%,25%,50%{-webkit-transform:translateX(100%)}100%,75%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_left_yellow{0%,25%,50%{-moz-transform:translateX(100%)}100%,75%{-moz-transform:translateX(0%)}}@-ms-keyframes move_left_yellow{0%,25%,50%{-ms-transform:translateX(100%)}100%,75%{-ms-transform:translateX(0%)}}@keyframes move_left_yellow{0%,25%,50%{transform:translateX(100%)}100%,75%{transform:translateX(0%)}}@-webkit-keyframes move_left_green{0%,25%,50%,75%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_left_green{0%,25%,50%,75%{-moz-transform:translateX(100%)}100%{-moz-transform:translateX(0%)}}@-ms-keyframes move_left_green{0%,25%,50%,75%{-ms-transform:translateX(100%)}100%{-ms-transform:translateX(0%)}}@keyframes move_left_green{0%,25%,50%,75%{transform:translateX(100%)}100%{transform:translateX(0%)}}.base2 .red{background:#da4733;-webkit-animation:move_right_red 4s infinite linear;-moz-animation:move_right_red 4s infinite linear;-ms-animation:move_right_red 4s infinite linear;animation:move_right_red 4s infinite linear}.base2 .blue{background:#3b78e7;-webkit-animation:move_right_blue 4s infinite linear;-moz-animation:move_right_blue 4s infinite linear;-ms-animation:move_right_blue 4s infinite linear;animation:move_right_blue 4s infinite linear}.base2 .yellow{background:#fdba2c;-webkit-animation:move_right_yellow 4s infinite linear;-moz-animation:move_right_yellow 4s infinite linear;-ms-animation:move_right_yellow 4s infinite linear;animation:move_right_yellow 4s infinite linear}.base2 .green{background:#159756;-webkit-animation:move_right_green 4s infinite linear;-moz-animation:move_right_green 4s infinite linear;-ms-animation:move_right_green 4s infinite linear;animation:move_right_green 4s infinite linear}@-webkit-keyframes move_right_red{0%{-webkit-transform:translateX(-100%)}100%,25%,50%,75%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_right_red{0%{-moz-transform:translateX(-100%)}100%,25%,50%,75%{-moz-transform:translateX(0%)}}@-ms-keyframes move_right_red{0%{-ms-transform:translateX(-100%)}100%,25%,50%,75%{-ms-transform:translateX(0%)}}@keyframes move_right_red{0%{transform:translateX(-100%)}100%,25%,50%,75%{transform:translateX(0%)}}@-webkit-keyframes move_right_blue{0%,25%{-webkit-transform:translateX(-100%)}100%,50%,75%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_right_blue{0%,25%{-moz-transform:translateX(-100%)}100%,50%,75%{-moz-transform:translateX(0%)}}@-ms-keyframes move_right_blue{0%,25%{-ms-transform:translateX(-100%)}100%,50%,75%{-ms-transform:translateX(0%)}}@keyframes move_right_blue{0%,25%{transform:translateX(-100%)}100%,50%,75%{transform:translateX(0%)}}@-webkit-keyframes move_right_yellow{0%,25%,50%{-webkit-transform:translateX(-100%)}100%,75%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_right_yellow{0%,25%,50%{-moz-transform:translateX(-100%)}100%,75%{-moz-transform:translateX(0%)}}@-ms-keyframes move_right_yellow{0%,25%,50%{-ms-transform:translateX(-100%)}100%,75%{-ms-transform:translateX(0%)}}@keyframes move_right_yellow{0%,25%,50%{transform:translateX(-100%)}100%,75%{transform:translateX(0%)}}@-webkit-keyframes move_right_green{0%,25%,50%,75%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0%)}}@-moz-keyframes move_right_green{0%,25%,50%,75%{-moz-transform:translateX(-100%)}100%{-moz-transform:translateX(0%)}}@-ms-keyframes move_right_green{0%,25%,50%,75%{-ms-transform:translateX(-100%)}100%{-ms-transform:translateX(0%)}}@keyframes move_right_green{0%,25%,50%,75%{transform:translateX(-100%)}100%{transform:translateX(0%)}}

