

/* #region anchors */

a.no-color {
  color: inherit !important;
}
a.no-color:hover,
a.no-color:link {
  color: inherit !important;
}
a.no-hover:hover,
a.no-hover:link {
  text-decoration: none !important;
}
a.no-style {
  font-style: normal !important;
}
a.no-style:after {
  font-style: normal !important;
}
a.fancy,
a.fancy:after {
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 17px;
  font-style: italic;
  text-decoration: none;
  line-height: 1.2;
}
a.fancy:after {
  content: "\00a0\00a0\203A";
}
a.buttonlike {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 35px;
  background-color: transparent;
  text-align: center;
  color: #333333;
  border: 1px solid #dddddd;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
  cursor: pointer;
}
a.buttonlike.buttonlike-tight {
  padding: 0 20px;
}
a.buttonlike.buttonlike-loose {
  padding: 0 50px;
}
a.buttonlike:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
a.arrow {
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 70px;
}
a.arrow:hover,
a.arrow:link {
  text-decoration: none !important;
}
a[name] {
  position: relative;
  top: -65px;
  height: 0;
  font-size: 0;
}
/* #endregion */

/* #region header */

.header-jumps {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 1049;
}
.header-jumps a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  background-color: #404965;
  color: white;
  font-size: 30px;
}
.header-jumps a + a {
  margin-left: 5px;
}
.header-jumps.sticky {
  display: flex;
}
.header {
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 13px;
}
.header a {
  color: inherit !important;
}
.header a:hover,
.header a:link {
  color: inherit !important;
}
.header a:hover,
.header a:link {
  text-decoration: none !important;
}
.header .header-upper {
  min-height: 173px;
  padding: 20px 0;
  background-color: #000c31;
  color: white;
}
.header .header-lower {
  margin-top: -40px;
  padding: 20px 0;
  background-color: #000c31;
  color: white;
}
.header .header-lower .row {
  justify-content: space-between;
}
.header .header-lower .header-center {
  display: none;
}
.header .header-left {
  order: 2;
  padding-top: 10px;
}
.header .header-center {
  order: 1;
}
.header .header-right {
  order: 3;
  padding-top: 10px;
}
.header .header-dropdown {
  text-align: center;
  text-transform: uppercase;
}
.header .header-dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.header .header-dropdown ul li {
  margin: 0;
  padding: 0;
}
.header .header-logos .header-logos-warrant,
.header .header-logos .header-logos-name {
  display: block;
  margin: 0 auto;
}
.header .header-logos .header-logos-warrant {
  width: 130px;
  margin-bottom: 0.5em;
}
.header .header-logos .header-logos-name {
  width: 200px;
}
.header .header-login {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  /*nav {
            display: flex;
            flex-direction: column;

            & > * {
                //display: inline-block;
                //margin-left: 1.5rem;
                &:first-child {
                    //margin-left: 0;
                }
            }

            .gold {
                color: @color-text-gold !important;
            }
        }*/

}
.header .header-search {
  display: flex;
  height: 25px;
}
.header .header-basket {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  height: 25px;
  line-height: 25px;
}
.header .header-basket div {
  flex-grow: 1;
  height: 100%;
  border: 1px solid #404965;
  text-align: left;
  padding: 0 10px;
}
.header .header-basket div i {
  color: #404965;
  margin-right: 5px;
}
.header .header-basket div span[data-segment="count"] {
  display: inline;
}
.header .header-basket div span[data-segment="noun"] {
  display: inline;
}
.header .header-basket div span[data-segment="total"] {
  display: inline;
}
.header .header-basket a {
  height: 100%;
  background-color: #404965;
  color: white;
  padding: 0 10px;
  text-align: right;
}
@media (min-width: 576px) {
  .header .header-lower {
    margin-top: -65px;
  }
  .header .header-lower.sticky {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 2px solid #575b69;
  }
  .header .header-lower.sticky .header-center {
    display: block;
  }
  .header .header-left {
    order: 1;
    padding-top: 0;
  }
  .header .header-left .header-dropdown {
    text-align: left;
  }
  .header .header-center {
    order: 2;
  }
  .header .header-right {
    order: 3;
    padding-top: 0;
  }
  .header .header-right .header-dropdown {
    text-align: right;
  }
  .header .header-login {
    text-align: right;
  }
  .header .header-login nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header .header-login nav > * {
    margin-left: 1.5rem;
  }
  .header .header-login nav > *:first-child {
    margin-left: 0;
  }
  .header .header-login nav .gold {
    color: #b59a66 !important;
  }
  .header .header-basket div span[data-segment="count"] {
    display: inline;
  }
  .header .header-basket div span[data-segment="noun"] {
    display: none;
  }
  .header .header-basket div span[data-segment="total"] {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .header-basket div span[data-segment="count"] {
    display: inline;
  }
  .header .header-basket div span[data-segment="noun"] {
    display: inline;
  }
  .header .header-basket div span[data-segment="total"] {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header-basket div span[data-segment="count"] {
    display: inline;
  }
  .header .header-basket div span[data-segment="noun"] {
    display: inline;
  }
  .header .header-basket div span[data-segment="total"] {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .header .header-search {
    margin-right: 20%;
  }
  .header .header-basket {
    margin-left: 20%;
  }
}
/* #endregion */

/* #region top nav */

.topnav {
  background-color: #efefef;
  color: #333333;
}
.topnav .topnav-bar {
  height: 50px;
}
.topnav .topnav-bar .row {
  height: 100%;
}
.topnav .topnav-bar .row .topnav-bar-button a {
  color: inherit !important;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 13px;
  white-space: nowrap;
}
.topnav .topnav-bar .row .topnav-bar-button a:hover,
.topnav .topnav-bar .row .topnav-bar-button a:link {
  color: inherit !important;
}
.topnav .topnav-bar .row .topnav-bar-button a:hover,
.topnav .topnav-bar .row .topnav-bar-button a:link {
  text-decoration: none !important;
}
.topnav .topnav-bar .row .topnav-bar-search {
  height: 25px;
  display: flex;
}
.topnav .topnav-bar .row .topnav-bar-search input {
  flex-grow: 1;
  height: 100%;
  padding: 0 10px;
  background-color: #d6d6d6;
  color: #333333;
  border-width: 0;
  border-radius: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 11px;
}
.topnav .topnav-bar .row .topnav-bar-search button {
  height: 100%;
  background-color: #bcbcbc;
  color: #333333;
  border-width: 0;
  border-radius: 0;
}
.topnav .topnav-menu {
  padding-bottom: 20px;
  display: none;
}
.topnav .topnav-menu > ul {
  display: flex;
  flex-direction: column;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.topnav .topnav-menu > ul > li {
  cursor: default;
  flex: 1 1 auto;
}
.topnav .topnav-menu > ul > li > a {
  color: inherit !important;
  display: block;
  text-align: left;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 2px 5px;
}
.topnav .topnav-menu > ul > li > a:hover,
.topnav .topnav-menu > ul > li > a:link {
  color: inherit !important;
}
.topnav .topnav-menu > ul > li > a:hover,
.topnav .topnav-menu > ul > li > a:link {
  text-decoration: none !important;
}
.topnav .topnav-menu > ul > li > div {
  z-index: 101;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: none;
  flex-direction: column;
  padding: 15px;
  background-color: inherit;
  line-height: 18px;
}
.topnav .topnav-menu > ul > li > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topnav .topnav-menu > ul > li > div > ul > li > a {
  color: inherit !important;
}
.topnav .topnav-menu > ul > li > div > ul > li > a:hover,
.topnav .topnav-menu > ul > li > div > ul > li > a:link {
  color: inherit !important;
}
.topnav .topnav-menu > ul > li > div > ul > li.title {
  font-weight: bold;
}
.topnav .topnav-menu > ul > li > div > ul > li.gold,
.topnav .topnav-menu > ul > li > div > ul > li.gold a {
  color: #b59a66;
}
.topnav .topnav-menu > ul > li > div > ul > li.separator-sm {
  display: none;
}
.topnav .topnav-menu > ul > li:hover {
  background-color: #d6d6d6;
}
.topnav .topnav-menu > ul > li:hover > div {
  display: flex;
}
@media (min-width: 576px) {
  .topnav .topnav-bar {
    display: none;
  }
  .topnav .topnav-menu {
    display: block !important;
    padding-bottom: 0;
  }
  .topnav .topnav-menu > ul {
    flex-direction: row;
    width: 100%;
    line-height: 50px;
    padding: 0;
  }
  .topnav .topnav-menu > ul > li {
    position: relative;
  }
  .topnav .topnav-menu > ul > li > a {
    text-align: center;
    padding: 0 5px;
  }
  .topnav .topnav-menu > ul > li > div {
    display: none;
    flex-direction: row;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px;
    width: auto;
    white-space: nowrap;
  }
  .topnav .topnav-menu > ul > li > div > ul {
    padding: 10px;
  }
  .topnav .topnav-menu > ul > li > div > ul li.separator-xs {
    display: none;
  }
  .topnav .topnav-menu > ul > li > div > ul li.separator-sm {
    display: block;
  }
  .topnav .topnav-menu > ul > li:last-child > div {
    left: unset;
    right: 0;
  }
}
/* #endregion */

/* #region footer */

footer#footer {
  background-color: #000c31;
  padding: 20px;
  color: white;
}
footer#footer ul {
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer#footer ul li a {
  color: inherit;
}
footer#footer ul li + li:before {
  content: "\00a0\00a0\007C\00a0\00a0\00a0";
}
footer#footer hr {
  margin: 6px 0;
  border-color: #4e515c;
}
footer#footer .fa-stack .fas {
  color: #263050;
}
footer#footer .fa-stack .fab {
  color: #000c31;
}
footer#footer .fa-stack:hover .fas {
  color: #525a73;
}
/* #endregion */

/* #region main */

main {
  background-color: white;
}
/* #endregion */
/* #region sections */
section {
  padding: 50px 0;
}
section.default-message {
  background-color: #404965;
  color: white;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
  padding: 20px 0;
}
section.default-hero {
  background-color: #000c31;
  color: white;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
  padding: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black;
}
section.default-hero h1 {
  text-transform: uppercase;
  margin: 0;
}
section.default-hero h2,
section.default-hero h3 {
  margin: 0;
}
section.default-go {
  background-color: #000c31;
  color: white;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 75px 0;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black;
}
section.default-go a {
  color: inherit !important;
}
section.default-go a:hover,
section.default-go a:link {
  color: inherit !important;
}
section.default-nav.default-nav-tabs {
  padding-bottom: 0;
}
section.default-nav.default-nav-tabs .container {
  padding-bottom: 30px;
}
section.default-white {
  background-color: white;
  color: #333333;
}
section.default-white .fa-stack .fas {
  color: #777777;
}
section.default-white .fa-stack .fab {
  color: white;
}
section.default-white .fa-stack:hover .fas {
  color: #929292;
}
section.default-grey {
  background-color: #efefef;
  color: #333333;
}
section.default-grey .fa-stack .fas {
  color: #777777;
}
section.default-grey .fa-stack .fab {
  color: #efefef;
}
section.default-grey .fa-stack:hover .fas {
  color: #929292;
}
section.default-blue {
  background-color: #000c31;
  color: white;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
}
section.default-blue .fa-stack .fas {
  color: #777777;
}
section.default-blue .fa-stack .fab {
  color: #000c31;
}
section.default-blue .fa-stack:hover .fas {
  color: #929292;
}
section.default-blue:last-child {
  border-bottom: 4px solid #575b69;
}
section.default-blue + .default-blue {
  border-top: 4px solid #575b69;
}
section.default-blue-with-quotes {
  background-color: #000c31;
  color: white;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
  overflow: hidden;
}
section.default-blue-with-quotes .container {
  position: relative;
}
section.default-blue-with-quotes .container::before,
section.default-blue-with-quotes .container::after {
  position: absolute;
  color: #999999;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 400px;
  opacity: 0.2;
  text-shadow: none;
}
section.default-blue-with-quotes .container::before {
  content: "“";
  top: -270px;
  left: 0;
}
section.default-blue-with-quotes .container::after {
  content: "”";
  bottom: -430px;
  right: 0;
}
section.default-blue-with-quotes .fa-stack .fas {
  color: #777777;
}
section.default-blue-with-quotes .fa-stack .fab {
  color: #000c31;
}
section.default-blue-with-quotes .fa-stack:hover .fas {
  color: #929292;
}
section.default-blue-with-quotes:last-child {
  border-bottom: 4px solid #575b69;
}
section.default-blue-with-quotes + .default-blue {
  border-top: 4px solid #575b69;
}
section.default-beige {
  background-color: #faf9f5;
  color: #333333;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
}
section.default-beige .fa-stack .fas {
  color: #777777;
}
section.default-beige .fa-stack .fab {
  color: #faf9f5;
}
section.default-beige .fa-stack:hover .fas {
  color: #929292;
}
section.default-beige-with-quotes {
  background-color: #faf9f5;
  color: #333333;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
  overflow: hidden;
}
section.default-beige-with-quotes .container {
  position: relative;
}
section.default-beige-with-quotes .container::before,
section.default-beige-with-quotes .container::after {
  position: absolute;
  color: #999999;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 400px;
  opacity: 0.2;
  text-shadow: none;
}
section.default-beige-with-quotes .container::before {
  content: "“";
  top: -270px;
  left: 0;
}
section.default-beige-with-quotes .container::after {
  content: "”";
  bottom: -430px;
  right: 0;
}
section.default-beige-with-quotes .fa-stack .fas {
  color: #777777;
}
section.default-beige-with-quotes .fa-stack .fab {
  color: #faf9f5;
}
section.default-beige-with-quotes .fa-stack:hover .fas {
  color: #929292;
}
section.default-black {
  background-color: black;
  color: white;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
}
section.default-black .fa-stack .fas {
  color: #777777;
}
section.default-black .fa-stack .fab {
  color: black;
}
section.default-black .fa-stack:hover .fas {
  color: #929292;
}
section.default-tabs {
  padding: 0;
}
section.default-tabs nav {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
section.default-tabs nav a {
  display: block;
  flex-grow: 1;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  color: inherit;
  text-align: center;
  border-bottom: 5px solid #efefef;
}
section.default-tabs nav a img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
section.default-tabs nav a span {
  display: block;
  padding: 0.25em 0 0.5em;
}
section.default-tabs nav a:hover {
  text-decoration: none;
  border-bottom-color: #d9d9dc;
}
section.default-tabs nav a.active {
  border-bottom-color: #b59a66;
}
section.default-tabs h2 {
  background-color: #000c31;
  color: white;
  margin: 20px 0;
  padding: 20px;
}
section.default-map {
  padding: 0;
  height: 400px;
}
section.default-subscribe,
section.default-invitation {
  padding: 100px 0;
  color: white;
  text-align: center;
  text-shadow: 0 0 3px #333333, 0 0 3px #333333;
}
section.default-subscribe h3,
section.default-invitation h3 {
  font-style: italic;
}
section.default-subscribe input[type="text"],
section.default-invitation input[type="text"] {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid white;
  color: white;
}
section.default-subscribe input[type="text"][disabled],
section.default-invitation input[type="text"][disabled] {
  color: #999999;
}
section.default-subscribe select,
section.default-invitation select {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid white;
  color: white;
}
section.default-subscribe select[disabled],
section.default-invitation select[disabled] {
  color: #999999;
}
section.default-subscribe input[type="submit"],
section.default-invitation input[type="submit"] {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  color: white;
  border: 1px solid white;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
  cursor: pointer;
}
section.default-subscribe input[type="submit"]:hover,
section.default-invitation input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.default-subscribe input[type="submit"].disabled,
section.default-invitation input[type="submit"].disabled {
  pointer-events: none;
  border-color: #777777;
  color: #777777;
}
section.default-subscribe {
  background: black url('../Images/Sections/subscribe.jpg') repeat-x top center;
}
section.default-invitation {
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  background-position: top center;
  background-color: #000c31;
}
section.default-history {
  padding: 150px 0;
  background-color: #000c31;
  background-image: url('../Images/Sections/history.jpg');
  background-repeat: repeat;
  color: white;
  position: relative;
  overflow: hidden;
}
section.default-history::after {
  content: "1749";
  position: absolute;
  bottom: -250px;
  right: -50px;
  color: white;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 400px;
  opacity: 0.3;
  text-shadow: none;
}
section.default-issuu {
  background-color: #353535;
  color: white;
  padding: 0;
}
section.default-issuu .container {
  padding-top: 50px;
}
section.default-issuu iframe {
  border: none;
  width: 100%;
  height: 280px;
}
section.home-carousel {
  position: relative;
  padding: 0;
}
section.home-carousel .carousel .carousel-indicators {
  bottom: 0px;
  margin-bottom: 0;
}
section.home-carousel .carousel .carousel-indicators > li {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
section.home-carousel .carousel .carousel-indicators > li::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #dddddd;
  border-radius: 50%;
}
section.home-carousel .carousel .carousel-indicators > li::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
section.home-carousel .carousel .carousel-indicators > li.active::before {
  background-color: white;
}
section.home-carousel .carousel .carousel-indicators > li.active::after {
  border-color: white;
  display: block;
}
section.home-carousel .carousel .carousel-item {
  background-repeat: repeat;
  background-position: top center;
  min-height: 480px;
}
section.home-carousel .carousel .carousel-item .carousel-caption {
  position: unset;
  margin: 40px 0;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black;
}
section.home-carousel .carousel .carousel-item .carousel-caption .button {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  padding: 0 70px;
  background-color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  color: white;
  border: 1px solid white;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
  cursor: pointer;
}
section.home-carousel .carousel .carousel-item .carousel-caption .button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.home-enprimeur {
  background: #efefef url('../Images/Home/enprimeur-bg.jpg') repeat top center;
  padding: 0;
}
section.home-enprimeur .content {
  background-color: white;
  position: relative;
}
section.home-enprimeur .content .images {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.home-enprimeur .content .images img:last-child {
  padding-top: 15px;
  display: none;
}
section.home-enprimeur .content .text a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  background-color: transparent;
  text-align: center;
  font-style: italic;
  color: #333333;
  border: 1px solid #dddddd;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
  cursor: pointer;
}
section.home-enprimeur .content .text a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
section.home-offers-primary {
  padding-bottom: 0;
}
section.home-offers-secondary {
  padding-top: 0;
}
section.xmas2020-offer {
  background: #efefef url('../Images/Features/Xmas2020/Offer-Bg.jpg') repeat bottom center;
  padding: 0;
}
section.xmas2020-offer .content {
  background-color: white;
  position: relative;
}
section.xmas2020-offer .content .images {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.xmas2020-offer .content .images img:last-child {
  padding-top: 15px;
  display: none;
}
section.xmas2020-offer .content .text a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  background-color: transparent;
  text-align: center;
  font-style: italic;
  color: #333333;
  border: 1px solid #dddddd;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
  cursor: pointer;
}
section.xmas2020-offer .content .text a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media (min-width: 576px) {
  section.default-issuu iframe {
    height: 440px;
  }
}
@media (min-width: 768px) {
  section.default-issuu iframe {
    height: 560px;
  }
  section.home-enprimeur {
    padding: 100px 0;
  }
  section.home-enprimeur .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: inherit;
  }
  section.home-enprimeur .content .images img:last-child {
    display: inline-block;
  }
  section.home-enprimeur .content .text {
    padding: 75px;
  }
  section.home-offers-secondary {
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  section.default-issuu iframe {
    height: 700px;
  }
  section.home-enprimeur .content .images img {
    position: absolute;
  }
  section.home-enprimeur .content .images img:first-child {
    top: -50px;
    left: 0;
    max-width: 90%;
    max-height: 90%;
  }
  section.home-enprimeur .content .images img:last-child {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 0;
    max-width: 75%;
    max-height: 75%;
  }
  section.home-carousel .carousel .carousel-item .carousel-caption {
    margin: 80px 0;
  }
}
@media (min-width: 1200px) {
  section.default-issuu iframe {
    height: 840px;
  }
}
/* #endregion */

.specifications table {
  width: 100%;
}
.specifications table tr td {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
}
.specifications table tr td:first-child {
  width: 40%;
  padding-right: 12px;
}
.specifications table tr td:last-child {
  width: 60%;
}
.specifications.specifications-is-collapsible > h2::after {
  display: inline-block;
  content: " \203A";
  background-color: red;
}
.specifications.specifications-is-collapsed > h2::after {
  display: inline-block;
  content: " \203A";
  transform: rotate(90);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.specifications.specifications-is-collapsed > div {
  display: none;
}
.buybuttons .buybuttons-item {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px;
}
.buybuttons .buybuttons-item h2 {
  margin: 0;
  display: flex;
}
.buybuttons .buybuttons-item h2 span:first-child {
  text-align: left;
  flex-grow: 1;
}
.buybuttons .buybuttons-item h2 span:last-child {
  text-align: right;
  flex-grow: 1;
}
.buybuttons .buybuttons-item h4 {
  margin: 0;
  display: flex;
  color: #777777;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
}
.buybuttons .buybuttons-item h4 span:first-child {
  text-align: left;
  flex-grow: 1;
}
.buybuttons .buybuttons-item h4 span:last-child {
  text-align: right;
  flex-grow: 1;
}
.buybuttons .buybuttons-item p {
  color: #999999;
  text-align: right;
}
.buybuttons .buybuttons-item p:last-child {
  margin-bottom: 0;
}
/* #region results */

table.results {
  width: 100%;
  border-collapse: collapse;
}
table.results > thead > tr > th,
table.results > tbody > tr > th,
table.results > tfoot > tr > th,
table.results > thead > tr > td,
table.results > tbody > tr > td,
table.results > tfoot > tr > td {
  padding: 10px 10px;
  vertical-align: top;
}
table.results > thead > tr > th.td-table,
table.results > tbody > tr > th.td-table,
table.results > tfoot > tr > th.td-table,
table.results > thead > tr > td.td-table,
table.results > tbody > tr > td.td-table,
table.results > tfoot > tr > td.td-table {
  padding: 9px 0;
}
table.results > thead > tr > th.td-table > table,
table.results > tbody > tr > th.td-table > table,
table.results > tfoot > tr > th.td-table > table,
table.results > thead > tr > td.td-table > table,
table.results > tbody > tr > td.td-table > table,
table.results > tfoot > tr > td.td-table > table {
  width: 100%;
}
table.results > thead > tr > th.td-table > table > thead > tr > th,
table.results > tbody > tr > th.td-table > table > thead > tr > th,
table.results > tfoot > tr > th.td-table > table > thead > tr > th,
table.results > thead > tr > td.td-table > table > thead > tr > th,
table.results > tbody > tr > td.td-table > table > thead > tr > th,
table.results > tfoot > tr > td.td-table > table > thead > tr > th,
table.results > thead > tr > th.td-table > table > tbody > tr > th,
table.results > tbody > tr > th.td-table > table > tbody > tr > th,
table.results > tfoot > tr > th.td-table > table > tbody > tr > th,
table.results > thead > tr > td.td-table > table > tbody > tr > th,
table.results > tbody > tr > td.td-table > table > tbody > tr > th,
table.results > tfoot > tr > td.td-table > table > tbody > tr > th,
table.results > thead > tr > th.td-table > table > thead > tr > td,
table.results > tbody > tr > th.td-table > table > thead > tr > td,
table.results > tfoot > tr > th.td-table > table > thead > tr > td,
table.results > thead > tr > td.td-table > table > thead > tr > td,
table.results > tbody > tr > td.td-table > table > thead > tr > td,
table.results > tfoot > tr > td.td-table > table > thead > tr > td,
table.results > thead > tr > th.td-table > table > tbody > tr > td,
table.results > tbody > tr > th.td-table > table > tbody > tr > td,
table.results > tfoot > tr > th.td-table > table > tbody > tr > td,
table.results > thead > tr > td.td-table > table > tbody > tr > td,
table.results > tbody > tr > td.td-table > table > tbody > tr > td,
table.results > tfoot > tr > td.td-table > table > tbody > tr > td {
  padding: 1px 10px;
  vertical-align: top;
}
table.results > thead > tr > th.td-table > table > thead,
table.results > tbody > tr > th.td-table > table > thead,
table.results > tfoot > tr > th.td-table > table > thead,
table.results > thead > tr > td.td-table > table > thead,
table.results > tbody > tr > td.td-table > table > thead,
table.results > tfoot > tr > td.td-table > table > thead {
  display: none;
}
table.results > thead > tr > th.td-table > table > thead > tr > th,
table.results > tbody > tr > th.td-table > table > thead > tr > th,
table.results > tfoot > tr > th.td-table > table > thead > tr > th,
table.results > thead > tr > td.td-table > table > thead > tr > th,
table.results > tbody > tr > td.td-table > table > thead > tr > th,
table.results > tfoot > tr > td.td-table > table > thead > tr > th {
  font-weight: normal;
  color: #999999;
}
table.results > thead > tr.tr-header > th,
table.results > tbody > tr.tr-header > th,
table.results > tfoot > tr.tr-header > th,
table.results > thead > tr.tr-header > td,
table.results > tbody > tr.tr-header > td,
table.results > tfoot > tr.tr-header > td {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #4d4d4d;
  background-color: #4d4d4d;
  color: white;
  font-weight: bold;
}
table.results > thead > tr.tr-category,
table.results > tbody > tr.tr-category,
table.results > tfoot > tr.tr-category {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dddddd;
}
table.results > thead > tr.tr-category > td,
table.results > tbody > tr.tr-category > td,
table.results > tfoot > tr.tr-category > td {
  background-color: white;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.2;
}
table.results > thead > tr.tr-category > td a,
table.results > tbody > tr.tr-category > td a,
table.results > tfoot > tr.tr-category > td a {
  color: inherit !important;
}
table.results > thead > tr.tr-category > td a:hover,
table.results > tbody > tr.tr-category > td a:hover,
table.results > tfoot > tr.tr-category > td a:hover,
table.results > thead > tr.tr-category > td a:link,
table.results > tbody > tr.tr-category > td a:link,
table.results > tfoot > tr.tr-category > td a:link {
  color: inherit !important;
}
table.results > thead > tr.tr-wine,
table.results > tbody > tr.tr-wine,
table.results > tfoot > tr.tr-wine {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dddddd;
}
table.results > thead > tr.tr-wine > td,
table.results > tbody > tr.tr-wine > td,
table.results > tfoot > tr.tr-wine > td {
  background-color: #f4f4f4;
}
table.results > thead > tr.tr-more,
table.results > tbody > tr.tr-more,
table.results > tfoot > tr.tr-more {
  display: none;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #dddddd;
}
table.results > thead > tr.tr-more > td,
table.results > tbody > tr.tr-more > td,
table.results > tfoot > tr.tr-more > td {
  background-color: #f4f4f4;
  padding-top: 0;
}
table.results > thead > tr.tr-none > td,
table.results > tbody > tr.tr-none > td,
table.results > tfoot > tr.tr-none > td {
  padding: 20px 10px;
  background-color: #f4f4f4;
  border-top: 1px solid #dddddd;
  color: #dc3545;
  text-align: center;
}
table.results > thead > tr.tr-footer > td,
table.results > tbody > tr.tr-footer > td,
table.results > tfoot > tr.tr-footer > td {
  padding-bottom: 0;
}
table.results > thead > tr.has-warning > td,
table.results > tbody > tr.has-warning > td,
table.results > tfoot > tr.has-warning > td {
  background-color: #f2eeda;
}
table.results > thead > tr.has-error > td,
table.results > tbody > tr.has-error > td,
table.results > tfoot > tr.has-error > td {
  background-color: #f8d7da;
}
table.results > tbody {
  border-bottom: 1px solid #dddddd;
}
table.results.results-responsive {
  display: flex;
  flex-direction: column;
}
table.results.results-responsive > thead,
table.results.results-responsive > tbody {
  display: flex;
  flex-direction: column;
}
table.results.results-responsive > thead > tr,
table.results.results-responsive > tbody > tr {
  display: flex;
  flex-direction: row;
}
table.results.results-responsive > thead > tr.tr-category > td,
table.results.results-responsive > tbody > tr.tr-category > td,
table.results.results-responsive > thead > tr.tr-more > td,
table.results.results-responsive > tbody > tr.tr-more > td,
table.results.results-responsive > thead > tr.tr-none > td,
table.results.results-responsive > tbody > tr.tr-none > td {
  width: 100%;
}
table.results.results-responsive > thead > tr.tr-more,
table.results.results-responsive > tbody > tr.tr-more {
  display: none;
}
table.results.results-responsive > thead > tr > th,
table.results.results-responsive > tbody > tr > th,
table.results.results-responsive > thead > tr > td,
table.results.results-responsive > tbody > tr > td {
  display: block;
}
table.results-style-default th.td-attributes,
table.results-style-default td.td-attributes {
  width: 92px;
}
table.results-style-default th.td-attributes th.td-colour,
table.results-style-default td.td-attributes th.td-colour,
table.results-style-default th.td-attributes td.td-colour,
table.results-style-default td.td-attributes td.td-colour {
  width: 42px;
}
table.results-style-default th.td-attributes th.td-vintage,
table.results-style-default td.td-attributes th.td-vintage,
table.results-style-default th.td-attributes td.td-vintage,
table.results-style-default td.td-attributes td.td-vintage {
  width: auto;
}
table.results-style-default th.td-wine,
table.results-style-default td.td-wine {
  width: auto;
}
table.results-style-default th.td-read,
table.results-style-default td.td-read {
  width: 85px;
}
table.results-style-default th.td-region,
table.results-style-default td.td-region {
  width: 150px;
}
table.results-style-default th.td-formats,
table.results-style-default td.td-formats {
  width: 330px;
}
table.results-style-default th.td-formats th.td-size,
table.results-style-default td.td-formats th.td-size,
table.results-style-default th.td-formats td.td-size,
table.results-style-default td.td-formats td.td-size {
  width: 75px;
  text-align: right;
}
table.results-style-default th.td-formats th.td-cases,
table.results-style-default td.td-formats th.td-cases,
table.results-style-default th.td-formats td.td-cases,
table.results-style-default td.td-formats td.td-cases {
  width: 40px;
  text-align: center;
}
table.results-style-default th.td-formats th.td-bottles,
table.results-style-default td.td-formats th.td-bottles,
table.results-style-default th.td-formats td.td-bottles,
table.results-style-default td.td-formats td.td-bottles {
  width: 45px;
  text-align: center;
}
table.results-style-default th.td-formats th.td-price,
table.results-style-default td.td-formats th.td-price,
table.results-style-default th.td-formats td.td-price,
table.results-style-default td.td-formats td.td-price {
  width: auto;
  text-align: right;
}
table.results-style-default th.td-formats th.td-tax,
table.results-style-default td.td-formats th.td-tax,
table.results-style-default th.td-formats td.td-tax,
table.results-style-default td.td-formats td.td-tax {
  width: 40px;
  text-align: left;
}
table.results-style-default th.td-formats th.td-buy,
table.results-style-default td.td-formats th.td-buy,
table.results-style-default th.td-formats td.td-buy,
table.results-style-default td.td-formats td.td-buy {
  width: 50px;
  text-align: right;
}
table.results-style-default th th.td-label,
table.results-style-default td th.td-label,
table.results-style-default th td.td-label,
table.results-style-default td td.td-label {
  width: 150px;
}
table.results-style-default th th.td-label img,
table.results-style-default td th.td-label img,
table.results-style-default th td.td-label img,
table.results-style-default td td.td-label img {
  border: 1px solid #dddddd;
}
table.results-style-default th th.td-details,
table.results-style-default td th.td-details,
table.results-style-default th td.td-details,
table.results-style-default td td.td-details {
  width: auto;
}
table.results-style-default th.td-formats th.td-buy {
  text-align: left;
  padding-left: 0;
}
table.results-style-default.results-responsive th,
table.results-style-default.results-responsive td {
  outline-width: 0px;
  outline-style: dotted;
  outline-color: blue;
}
table.results-style-default.results-responsive th.td-attributes,
table.results-style-default.results-responsive td.td-attributes {
  width: auto;
  flex: 0 0 92px;
}
table.results-style-default.results-responsive th.td-wine,
table.results-style-default.results-responsive td.td-wine {
  flex: 1 1;
}
table.results-style-default.results-responsive th.td-read,
table.results-style-default.results-responsive td.td-read {
  width: auto;
  flex: 0 0 85px;
}
table.results-style-default.results-responsive th.td-region,
table.results-style-default.results-responsive td.td-region {
  width: auto;
  flex: 0 0 150px;
}
table.results-style-default.results-responsive th.td-formats,
table.results-style-default.results-responsive td.td-formats {
  width: auto;
  flex: 0 0 330px;
}
@media (max-width: 991px) {
  table.results-style-default th.td-region,
  table.results-style-default td.td-region {
    display: none;
  }
  table.results-style-default th.td-formats,
  table.results-style-default td.td-formats {
    width: 240px;
  }
  table.results-style-default th.td-formats th.td-cases,
  table.results-style-default td.td-formats th.td-cases,
  table.results-style-default th.td-formats td.td-cases,
  table.results-style-default td.td-formats td.td-cases {
    display: none;
  }
  table.results-style-default th.td-formats th.td-bottles,
  table.results-style-default td.td-formats th.td-bottles,
  table.results-style-default th.td-formats td.td-bottles,
  table.results-style-default td.td-formats td.td-bottles {
    display: none;
  }
  table.results-style-default.results-responsive th,
  table.results-style-default.results-responsive td {
    outline-color: red;
  }
  table.results-style-default.results-responsive th.td-region,
  table.results-style-default.results-responsive td.td-region {
    display: none;
  }
  table.results-style-default.results-responsive th.td-formats,
  table.results-style-default.results-responsive td.td-formats {
    flex: 0 0 240px;
  }
}
@media (max-width: 767px) {
  table.results-style-default th.td-read,
  table.results-style-default td.td-read {
    display: none;
  }
  table.results-style-default.results-responsive th.td-read,
  table.results-style-default.results-responsive td.td-read {
    display: none;
  }
}
@media (max-width: 575px) {
  table.results-style-default.results-responsive > thead > tr,
  table.results-style-default.results-responsive > tbody > tr {
    flex-wrap: wrap;
  }
  table.results-style-default.results-responsive > thead > tr > th.td-table > table > thead,
  table.results-style-default.results-responsive > tbody > tr > th.td-table > table > thead,
  table.results-style-default.results-responsive > thead > tr > td.td-table > table > thead,
  table.results-style-default.results-responsive > tbody > tr > td.td-table > table > thead {
    display: table-header-group;
  }
  table.results-style-default.results-responsive th,
  table.results-style-default.results-responsive td {
    outline-color: green;
  }
  table.results-style-default.results-responsive th.td-attributes,
  table.results-style-default.results-responsive td.td-attributes {
    flex: 0 0 50px;
  }
  table.results-style-default.results-responsive th.td-attributes > table,
  table.results-style-default.results-responsive td.td-attributes > table {
    display: flex;
    flex-direction: column;
  }
  table.results-style-default.results-responsive th.td-attributes > table > tbody,
  table.results-style-default.results-responsive td.td-attributes > table > tbody {
    display: flex;
    flex-direction: column;
  }
  table.results-style-default.results-responsive th.td-attributes > table > tbody > tr,
  table.results-style-default.results-responsive td.td-attributes > table > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  table.results-style-default.results-responsive th.td-attributes > table > tbody > tr > td.td-colour,
  table.results-style-default.results-responsive td.td-attributes > table > tbody > tr > td.td-colour,
  table.results-style-default.results-responsive th.td-attributes > table > tbody > tr > td.td-vintage,
  table.results-style-default.results-responsive td.td-attributes > table > tbody > tr > td.td-vintage {
    display: block;
    width: 100%;
    text-align: center;
  }
  table.results-style-default.results-responsive th.td-attributes > table > tbody > tr > td.td-colour,
  table.results-style-default.results-responsive td.td-attributes > table > tbody > tr > td.td-colour {
    order: 2;
  }
  table.results-style-default.results-responsive th.td-attributes > table > tbody > tr > td.td-colour .icon,
  table.results-style-default.results-responsive td.td-attributes > table > tbody > tr > td.td-colour .icon {
    width: 18px;
    height: 18px;
  }
  table.results-style-default.results-responsive th.td-attributes > table > tbody > tr > td.td-vintage,
  table.results-style-default.results-responsive td.td-attributes > table > tbody > tr > td.td-vintage {
    order: 1;
  }
  table.results-style-default.results-responsive th.td-read,
  table.results-style-default.results-responsive td.td-read {
    flex: 0 0 100%;
    order: 1;
    border-top-width: 0;
    text-align: center;
  }
  table.results-style-default.results-responsive th.td-formats,
  table.results-style-default.results-responsive td.td-formats {
    flex: 0 0 100%;
    border-top-width: 0;
  }
  table.results-style-default.results-responsive th.td-formats th.td-size,
  table.results-style-default.results-responsive td.td-formats th.td-size,
  table.results-style-default.results-responsive th.td-formats td.td-size,
  table.results-style-default.results-responsive td.td-formats td.td-size {
    text-align: left;
  }
  table.results-style-default.results-responsive th.td-formats th.td-price,
  table.results-style-default.results-responsive td.td-formats th.td-price,
  table.results-style-default.results-responsive th.td-formats td.td-price,
  table.results-style-default.results-responsive td.td-formats td.td-price {
    text-align: right;
  }
  table.results-style-default.results-responsive th.td-formats th.td-tax,
  table.results-style-default.results-responsive td.td-formats th.td-tax,
  table.results-style-default.results-responsive th.td-formats td.td-tax,
  table.results-style-default.results-responsive td.td-formats td.td-tax {
    width: 70px;
    text-align: left;
  }
  table.results-style-default.results-responsive th th.td-label,
  table.results-style-default.results-responsive td th.td-label,
  table.results-style-default.results-responsive th td.td-label,
  table.results-style-default.results-responsive td td.td-label {
    display: none;
  }
}
table.results-style-account-wines .td-colour {
  width: 45px;
}
table.results-style-account-wines .td-wine {
  width: auto;
}
table.results-style-account-wines .td-cases {
  width: 50px;
  text-align: center;
}
table.results-style-account-wines .td-bottles {
  width: 50px;
  text-align: center;
}
table.results-style-account-wines .td-tax {
  width: 40px;
  text-align: center;
}
table.results-style-account-wines .td-purchaseprice {
  width: 80px;
  text-align: center;
}
table.results-style-account-wines .td-valuationprice {
  width: 80px;
  text-align: center;
}
table.results-style-account-wines .td-brokingprice {
  width: 80px;
  text-align: center;
}
table.results-style-account-wines .td-status {
  width: 100px;
  text-align: center;
}
table.results-style-account-wines .td-buttons {
  width: 170px;
  text-align: right;
}
table.results-style-account-wines.results-responsive .td-colour {
  flex: 0 0 45px;
}
table.results-style-account-wines.results-responsive .td-wine {
  flex: 1 1;
}
table.results-style-account-wines.results-responsive .td-cases {
  flex: 0 0 50px;
}
table.results-style-account-wines.results-responsive .td-bottles {
  flex: 0 0 50px;
}
table.results-style-account-wines.results-responsive .td-tax {
  flex: 0 0 40px;
}
table.results-style-account-wines.results-responsive .td-purchase {
  flex: 0 0 75px;
}
table.results-style-account-wines.results-responsive .td-valuation {
  flex: 0 0 75px;
}
table.results-style-account-wines.results-responsive .td-status {
  flex: 0 0 100px;
}
@media (max-width: 575px) {
  table.results-style-accountwines.results-responsive > thead > tr,
  table.results-style-accountwines.results-responsive > tbody > tr {
    flex-wrap: wrap;
  }
  table.results-style-accountwines.results-responsive > thead > tr > th,
  table.results-style-accountwines.results-responsive > tbody > tr > th,
  table.results-style-accountwines.results-responsive > thead > tr > td,
  table.results-style-accountwines.results-responsive > tbody > tr > td {
    text-align: left;
  }
  table.results-style-accountwines.results-responsive th.td-cases,
  table.results-style-accountwines.results-responsive th.td-bottles,
  table.results-style-accountwines.results-responsive th.td-tax,
  table.results-style-accountwines.results-responsive th.td-purchase,
  table.results-style-accountwines.results-responsive th.td-valuation,
  table.results-style-accountwines.results-responsive th.td-status {
    display: none;
  }
  table.results-style-accountwines.results-responsive .td-colour {
    flex: 0 0 45px;
    order: 1;
  }
  table.results-style-accountwines.results-responsive .td-wine {
    flex: 1 1 50%;
    order: 2;
  }
  table.results-style-accountwines.results-responsive .td-cases {
    flex: 0 0 50%;
    order: 3;
    border-top-width: 0;
  }
  table.results-style-accountwines.results-responsive .td-cases:before {
    content: "Cases: ";
  }
  table.results-style-accountwines.results-responsive .td-bottles {
    flex: 0 0 50%;
    order: 4;
    border-top-width: 0;
  }
  table.results-style-accountwines.results-responsive .td-bottles:before {
    content: "Bottles: ";
  }
  table.results-style-accountwines.results-responsive .td-tax {
    flex: 0 0 50%;
    order: 5;
    border-top-width: 0;
  }
  table.results-style-accountwines.results-responsive .td-tax:before {
    content: "Tax: ";
  }
  table.results-style-accountwines.results-responsive .td-purchase {
    flex: 0 0 50%;
    order: 7;
    border-top-width: 0;
  }
  table.results-style-accountwines.results-responsive .td-purchase:before {
    content: "Purchase Price: ";
  }
  table.results-style-accountwines.results-responsive .td-valuation {
    flex: 0 0 50%;
    order: 8;
    border-top-width: 0;
  }
  table.results-style-accountwines.results-responsive .td-valuation:before {
    content: "Valuation Price: ";
  }
  table.results-style-accountwines.results-responsive .td-status {
    flex: 0 0 50%;
    order: 6;
    border-top-width: 0;
  }
  table.results-style-accountwines.results-responsive .td-status:before {
    content: "Status: ";
  }
}
table.results-style-accounttrade .td-colour {
  width: 45px;
}
table.results-style-accounttrade .td-wine {
  width: auto;
}
table.results-style-accounttrade .td-cases {
  width: 50px;
  text-align: center;
}
table.results-style-accounttrade .td-bottles {
  width: 50px;
  text-align: center;
}
table.results-style-accounttrade .td-tax {
  width: 40px;
  text-align: center;
}
table.results-style-accounttrade .td-price {
  width: 75px;
  text-align: center;
}
table.results-style-accounttrade .td-status {
  width: 100px;
  text-align: center;
}
table.results-style-accounttrade .td-buttons {
  width: 100px;
  text-align: right;
}
table.results-style-accounttrade.results-responsive .td-colour {
  flex: 0 0 45px;
}
table.results-style-accounttrade.results-responsive .td-wine {
  flex: 1 1;
}
table.results-style-accounttrade.results-responsive .td-cases {
  flex: 0 0 50px;
}
table.results-style-accounttrade.results-responsive .td-bottles {
  flex: 0 0 50px;
}
table.results-style-accounttrade.results-responsive .td-tax {
  flex: 0 0 40px;
}
table.results-style-accounttrade.results-responsive .td-price {
  flex: 0 0 75px;
}
table.results-style-accounttrade.results-responsive .td-status {
  flex: 0 0 100px;
}
table.results-style-accounttrade.results-responsive .td-buttons {
  flex: 0 0 100px;
}
@media (max-width: 575px) {
  table.results-style-accounttrade.results-responsive > thead > tr,
  table.results-style-accounttrade.results-responsive > tbody > tr {
    flex-wrap: wrap;
  }
  table.results-style-accounttrade.results-responsive > thead > tr > th,
  table.results-style-accounttrade.results-responsive > tbody > tr > th,
  table.results-style-accounttrade.results-responsive > thead > tr > td,
  table.results-style-accounttrade.results-responsive > tbody > tr > td {
    text-align: left;
  }
  table.results-style-accounttrade.results-responsive th.td-cases,
  table.results-style-accounttrade.results-responsive th.td-bottles,
  table.results-style-accounttrade.results-responsive th.td-tax,
  table.results-style-accounttrade.results-responsive th.td-price,
  table.results-style-accounttrade.results-responsive th.td-valuation,
  table.results-style-accounttrade.results-responsive th.td-status,
  table.results-style-accounttrade.results-responsive th.td-buttons {
    display: none;
  }
  table.results-style-accounttrade.results-responsive .td-colour {
    flex: 0 0 45px;
  }
  table.results-style-accounttrade.results-responsive .td-wine {
    flex: 1 1 50%;
  }
  table.results-style-accounttrade.results-responsive .td-cases {
    flex: 0 0 50%;
    border-top-width: 0;
  }
  table.results-style-accounttrade.results-responsive .td-cases:before {
    content: "Cases: ";
  }
  table.results-style-accounttrade.results-responsive .td-bottles {
    flex: 0 0 50%;
    border-top-width: 0;
  }
  table.results-style-accounttrade.results-responsive .td-bottles:before {
    content: "Bottles: ";
  }
  table.results-style-accounttrade.results-responsive .td-tax {
    flex: 0 0 50%;
    border-top-width: 0;
  }
  table.results-style-accounttrade.results-responsive .td-tax:before {
    content: "Tax: ";
  }
  table.results-style-accounttrade.results-responsive .td-price {
    flex: 0 0 50%;
    border-top-width: 0;
  }
  table.results-style-accounttrade.results-responsive .td-price:before {
    content: "Price: ";
  }
  table.results-style-accounttrade.results-responsive .td-status {
    flex: 0 0 50%;
    border-top-width: 0;
  }
  table.results-style-accounttrade.results-responsive .td-buttons {
    flex: 0 0 50%;
    border-top-width: 0;
  }
}
table.results-style-accountnotifications .td-date {
  width: 150px;
}
table.results-style-accountnotifications .td-wine {
  width: auto;
}
table.results-style-accountnotifications .td-log {
  width: 300px;
}
table.results-style-accountnotifications.results-responsive .td-colour {
  flex: 0 0 150px;
}
table.results-style-accountnotifications.results-responsive .td-wine {
  flex: 1 1;
}
table.results-style-accountnotifications.results-responsive .td-cases {
  flex: 0 0 300px;
}
@media (max-width: 767px) {
  table.results-style-accountnotifications.results-responsive > thead > tr,
  table.results-style-accountnotifications.results-responsive > tbody > tr {
    flex-wrap: wrap;
  }
  table.results-style-accountnotifications.results-responsive > thead > tr > th,
  table.results-style-accountnotifications.results-responsive > tbody > tr > th,
  table.results-style-accountnotifications.results-responsive > thead > tr > td,
  table.results-style-accountnotifications.results-responsive > tbody > tr > td {
    text-align: left;
  }
  table.results-style-accountnotifications.results-responsive th.td-date,
  table.results-style-accountnotifications.results-responsive th.td-log {
    display: none;
  }
  table.results-style-accountnotifications.results-responsive .td-date {
    flex: 1 1 100%;
    order: 3;
  }
  table.results-style-accountnotifications.results-responsive .td-wine {
    flex: 1 1 100%;
    order: 1;
  }
  table.results-style-accountnotifications.results-responsive .td-log {
    flex: 1 1 100%;
    order: 2;
  }
}
/* #endregion */

/* icons */

span.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: default;
}
span.icon.icon-colour.icon-colour-red {
  background-color: #990000;
  box-shadow: inset 0px -8px 8px #660000;
}
span.icon.icon-colour.icon-colour-white {
  background-color: #009900;
  box-shadow: inset 0px -8px 8px #006600;
}
span.icon.icon-colour.icon-colour-rose {
  background-color: #cc3399;
  box-shadow: inset 0px -8px 8px #990066;
}
span.icon.icon-colour.icon-colour-sweet {
  background-color: #ffcc00;
  box-shadow: inset 0px -8px 8px #cc9900;
}
span.icon.icon-colour.icon-colour-whisky,
span.icon.icon-colour.icon-colour-otherspirits,
span.icon.icon-colour.icon-colour-orange {
  background-color: #ca5108;
  box-shadow: inset 0px -8px 8px #ac4608;
}
span.icon.icon-colour.icon-colour-mixedcase {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUZDwIs/4+8vgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAUUlEQVQ4y2NUUNb5z4AE5BWUkbkMDx/cZcAnz0SJ5ocP7iIMIEcz3AXkamZgYGBgokQzRhiQqlleQRlhADma4S4gVzMDAwMDEyWaR9PBsEkHAK2EXvDedBOqAAAAAElFTkSuQmCC');
}
/* item */

.item-row.item-row-alternative .item-col-tile {
  order: 1;
}
.item-row.item-row-alternative .item-col-text {
  order: 2;
}
@media (min-width: 768px) {
  .item-row.item-row-alternative .item-col-tile {
    order: 2;
  }
  .item-row.item-row-alternative .item-col-text {
    order: 1;
  }
}
/* figure */

figure.tile {
  position: relative;
  display: block;
  margin: 0 30px 30px 0;
  min-height: 100px;
  background-color: #dddddd;
  z-index: 1;
}
figure.tile img {
  display: block;
  max-width: 100%;
  width: 100%;
}
figure.tile::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border: 2px solid #dddddd;
  z-index: -1;
}
figure.tile figcaption {
  position: absolute;
  bottom: 20px;
  right: 30px;
  padding-left: 60px;
  text-align: right;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 24px;
  color: white;
  text-shadow: 0 0 3px #333333, 0 0 3px #333333;
}
figure.tile blockquote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px;
  background-color: rgba(87, 91, 105, 0.9);
  border: 1px solid rgba(87, 91, 105, 0.9);
  color: white;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
figure.tile:hover blockquote {
  opacity: 1;
  transition: 0.2s;
}
figure.tile.tile-desaturated {
  filter: grayscale(30%);
}
figure.tile.tile-compact {
  margin: 0 20px 20px 0;
}
figure.tile.tile-compact:after {
  top: 20px;
  left: 20px;
}
figure.tile.tile-compact figcaption {
  bottom: 15px;
  right: 20px;
  padding-left: 40px;
  font-size: 16px;
}
figure.tile.tile-compact blockquote {
  padding: 12px 15px;
}
figure.tile.tile-darktext figcaption {
  color: #000c31;
  text-shadow: none;
}
@media (min-width: 768px) {
  figure.tile.tile-tl {
    margin: 30px 0 0 30px;
  }
  figure.tile.tile-tl:after,
  figure.tile.tile-tl blockquote {
    top: -30px;
    left: -30px;
  }
  figure.tile.tile-tl figcaption {
    top: 20px;
    left: 30px;
    bottom: unset;
    right: unset;
    padding-right: 60px;
    text-align: left;
  }
}
/* vintage chart */

.charts-key {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.charts-key i {
  display: block;
  width: 100%;
  height: 20px;
}
.charts-key i.keep {
  background-color: #293460;
}
.charts-key i.keep-drink {
  background-color: #1a5790;
}
.charts-key i.drink {
  background-color: #038da6;
}
.charts-key i.drink-up {
  background-color: #096b6c;
}
.vintagechart .vintagechart-key i {
  display: block;
  width: 100%;
  height: 20px;
}
.vintagechart .vintagechart-key i.keep {
  background-color: #293460;
}
.vintagechart .vintagechart-key i.keep-drink {
  background-color: #1a5790;
}
.vintagechart .vintagechart-key i.drink {
  background-color: #038da6;
}
.vintagechart .vintagechart-key i.drink-up {
  background-color: #096b6c;
}
.vintagechart .vintagechart-region {
  *zoom: 1;
}
.vintagechart .vintagechart-region:before,
.vintagechart .vintagechart-region:after {
  content: " ";
  display: table;
}
.vintagechart .vintagechart-region:after {
  clear: both;
}
.vintagechart .vintagechart-region .vintagechart-locations {
  float: left;
  width: 20%;
}
.vintagechart .vintagechart-region .vintagechart-scores {
  float: left;
  width: 80%;
}
.vintagechart table {
  width: 100%;
  border-collapse: collapse;
  border-left: none;
  border-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.vintagechart table tr td,
.vintagechart table tr th {
  background-color: white;
  background-image: -ms-linear-gradient(top, white 0%, #ecedf0 100%);
  /* IE10 */
  background-image: -moz-linear-gradient(top, white 0%, #ecedf0 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, white 0%, #ecedf0 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #ecedf0));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, white 0%, #ecedf0 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(top, white 0%, #ecedf0 100%);
  /* Proposed W3C Markup */
  text-align: center;
  border: solid 1px #e1e1e1;
  padding: 5px;
}
.vintagechart table tr td a,
.vintagechart table tr th a {
  color: inherit !important;
}
.vintagechart table tr td a:hover,
.vintagechart table tr th a:hover,
.vintagechart table tr td a:link,
.vintagechart table tr th a:link {
  color: inherit !important;
}
.vintagechart table tr td.location,
.vintagechart table tr th.location {
  text-align: left;
  border-bottom: solid 1px #e1e1e1;
}
.vintagechart table tr th {
  font-weight: bold;
}
.vintagechart table tr td.keep,
.vintagechart table tr td.keep-drink,
.vintagechart table tr td.drink,
.vintagechart table tr td.drink-up {
  background-image: none;
  color: white;
  padding: 0px;
}
.vintagechart table tr td.keep a,
.vintagechart table tr td.keep-drink a,
.vintagechart table tr td.drink a,
.vintagechart table tr td.drink-up a {
  color: inherit !important;
  display: block;
  padding: 5px;
  text-decoration: none;
}
.vintagechart table tr td.keep a:hover,
.vintagechart table tr td.keep-drink a:hover,
.vintagechart table tr td.drink a:hover,
.vintagechart table tr td.drink-up a:hover,
.vintagechart table tr td.keep a:link,
.vintagechart table tr td.keep-drink a:link,
.vintagechart table tr td.drink a:link,
.vintagechart table tr td.drink-up a:link {
  color: inherit !important;
}
.vintagechart table tr td.keep {
  background-color: #293460;
}
.vintagechart table tr td.keep-drink {
  background-color: #1a5790;
}
.vintagechart table tr td.drink {
  background-color: #038da6;
}
.vintagechart table tr td.drink-up {
  background-color: #096b6c;
}
.filter {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 50px 0;
}
.filter.filter-compact {
  padding: 20px 0;
}
.filter.filter-basic {
  padding: 0;
  background-color: white;
}
.filter h2 {
  margin-bottom: 20px;
}
.filter .form-check .form-check-label:before {
  background-color: #efefef;
  border: 1px solid #d2d2d2;
}
.filter select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #efefef;
  color: #333333;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
}
.filter select option {
  color: #333333;
}
.filter button.light,
.filter input[type="submit"].light {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  background-color: transparent;
  color: #333333;
  border: 1px solid #d2d2d2;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
}
.filter button.dark,
.filter input[type="submit"].dark {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  background-color: #b59a66;
  color: white;
  border-width: 0;
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-size: 16px;
}
.filter input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #efefef;
  color: #333333;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}
.filter .form-group[data-type="primarygroup"] input[type="text"] {
  height: 40px;
}
.results-controls .btn {
  border: 1px solid #dddddd;
  background-color: transparent;
  padding: 10px 15px;
}
.results-controls a {
  color: inherit !important;
}
.results-controls a:hover,
.results-controls a:link {
  color: inherit !important;
}
.results-controls a.disabled {
  color: #777777;
}
#basketModal .modal-footer > :not(:last-child) {
  margin-right: 0;
}
#basketModal .modal-footer > :not(:first-child) {
  margin-left: 0;
  margin-top: 7px;
}
.subscribe-popup {
  position: fixed;
  right: 30px;
  right: calc(50% - (970px / 2) - 15px - 230px);
  bottom: -130px;
  width: 230px;
  background-color: #faf9f5;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  border: 1px solid #dddddd;
  color: #333333;
}
.subscribe-popup .subscribe-popup-header {
  padding: 10px 15px;
}
.subscribe-popup .subscribe-popup-body {
  padding: 0 15px 10px;
  display: none;
}
@media (max-width: calc(1520px)) {
  .subscribe-popup {
    right: 30px;
  }
}
/* rating */

.rating {
  font-size: 1em;
}
.rating input {
  display: none;
}
.rating i {
  cursor: pointer;
  color: #e6e6e6;
  font-size: 30px;
}
.rating i.active {
  color: #c6a651;
}
/* slider */

.slider .slider-handle {
  background: #c6a651 !important;
}
.slider .slider-tick.in-selection {
  background: #ebdfc2 !important;
}
.slider .slider-selection {
  background: #ebdfc2 !important;
}
/* label */

.label {
  display: inline-block;
  max-height: 300px;
  overflow-y: hidden;
  position: relative;
}
.label i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: white;
  text-shadow: 0px 0px 3px #333333, 0px 0px 3px #333333;
}
.dev-popup {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 230px;
  padding: 10px 15px;
  background-color: #faf9f5;
  background-image: url('../Images/Sections/weave.png');
  background-repeat: repeat;
  border: 1px solid #dddddd;
  color: #333333;
}
.steps {
  display: flex;
  width: 100%;
}
.steps .steps-item {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.steps .steps-item::before {
  position: absolute;
  top: 15px;
  right: 50%;
  content: "";
  width: 100%;
  height: 0;
  border-top: 10px solid #dddddd;
  z-index: 2;
}
.steps .steps-item a {
  display: inline-block;
  color: #999999;
  padding-top: 40px;
  position: relative;
}
.steps .steps-item a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-color: #efefef;
  border-color: #dddddd;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  z-index: 3;
}
.steps .steps-item:first-child::before {
  display: none;
}
.steps .steps-item.past::before,
.steps .steps-item.present::before {
  border-top-color: #b59a66;
}
.steps .steps-item.past a,
.steps .steps-item.present a {
  color: #b59a66;
}
.steps .steps-item.past a::before,
.steps .steps-item.present a::before {
  border-color: #b59a66;
}
.steps .steps-item.past.past a::before,
.steps .steps-item.present.past a::before {
  background-color: #b59a66;
}
.steps .steps-item.past.present a,
.steps .steps-item.present.present a {
  font-weight: bold;
  color: #333333;
}
.steps .steps-item.past.present a::before,
.steps .steps-item.present.present a::before {
  background-color: white;
}
.steps .steps-item.disconnected::before {
  border-top-style: dotted;
}
.steps .steps-item.disconnected a {
  cursor: pointer;
}
.steps .steps-item.disconnected a::before {
  content: "?";
  font-weight: bold;
  font-size: 16px;
  color: #dddddd;
  background-color: white;
}
@media (min-width: 576px) {
  /*.steps {
          flex-direction:column;
          .steps-item {
              text-align:left;
              a {
                  width:100%;
              }
          }
      }*/
}
