﻿html {
  line-height: 1.15;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
   }



body {
  margin: 0; }


article,
aside,
footer,
header,
nav,
section {
  display: block; }


h1 {
  font-size: 2em;
  margin: 0.67em 0; }



figcaption,
figure,
main {
  
  display: block; }


figure {
  margin: 1em 40px; }


hr {
  box-sizing: content-box;
  
  height: 0;
  
  overflow: visible;
   }


pre {
  font-family: monospace, monospace;
  
  font-size: 1em;
   }



a {
  background-color: transparent;
  
  -webkit-text-decoration-skip: objects;
   }


abbr[title] {
  border-bottom: none;
  
  text-decoration: underline;
  
  text-decoration: underline dotted;
   }


b,
strong {
  font-weight: inherit; }


b,
strong {
  font-weight: bolder; }


code,
kbd,
samp {
  font-family: monospace, monospace;
  
  font-size: 1em;
   }


dfn {
  font-style: italic; }


mark {
  background-color: #ff0;
  color: #000; }


small {
  font-size: 80%; }


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }



audio,
video {
  display: inline-block; }


audio:not([controls]) {
  display: none;
  height: 0; }


img {
  border-style: none; }


svg:not(:root) {
  overflow: hidden; }



button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  
  font-size: 100%;
  
  line-height: 1.15;
  
  margin: 0;
   }


button,
input {
  
  overflow: visible; }


button,
select {
  
  text-transform: none; }


button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
   }


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }


fieldset {
  padding: 0.35em 0.75em 0.625em; }


legend {
  box-sizing: border-box;
  
  color: inherit;
  
  display: table;
  
  max-width: 100%;
  
  padding: 0;
  
  white-space: normal;
   }


progress {
  display: inline-block;
  
  vertical-align: baseline;
   }


textarea {
  overflow: auto; }


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
   }


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }


[type="search"] {
  -webkit-appearance: textfield;
  
  outline-offset: -2px;
   }


[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }


::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
   }



details,
menu {
  display: block; }


summary {
  display: list-item; }



canvas {
  display: inline-block; }


template {
  display: none; }



[hidden] {
  display: none; }


*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }


form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }


a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }


.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }


.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }


.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }


.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }






.one-whole {
  width: 100%; }


.one-half {
  width: 50%; }


.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }


.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }


.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }


.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }


.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }


.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }


.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

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

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


@media only screen and (max-width: 749px) {
  
  .small--one-whole {
    width: 100%; }

  
  .small--one-half {
    width: 50%; }

  
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  
  .medium-up--one-whole {
    width: 100%; }

  
  .medium-up--one-half {
    width: 50%; }

  
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }


body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }


.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }


.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }


.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }


.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }


.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }


@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px;
      font-weight: normal; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }

.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }


#shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour,
#shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour {
  padding-left: 35px; }
  @media only screen and (max-width: 767px) {
    #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour,
    #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour {
      padding-left: 52px; } }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    vertical-align: middle;
    left: 10px;
    border: 1px solid rgba(155, 155, 155, 0.5); }
    @media only screen and (max-width: 767px) {
      #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour:before,
      #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour:before {
        left: 30px;
        height: 22px;
        width: 22px; } }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour img,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour img {
    display: none; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-beige:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-beige:before {
    background: #f5f5dc; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-black:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-black:before {
    background: #000000; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-blue:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-blue:before {
    background: #0000df; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-brown:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-brown:before {
    background: #964b00; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-gold:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-gold:before {
    background-image: url(../png/colour-goldflj3mn.png);
    background-size: cover; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-green:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-green:before {
    background: #025c02; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-grey:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-grey:before {
    background: #98a2a8; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-lilac:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-lilac:before {
    background: #c8a2c8; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-navy:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-navy:before {
    background: #000080; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-multi-colour:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-multi-colour:before {
    background-image: url(../png/colour-multi-colouredzcz5k1.png);
    background-size: cover; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-orange:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-orange:before {
    background: #ff8a00; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-pink:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-pink:before {
    background: #ffc0cb; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-purple:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-purple:before {
    background: #800080; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-red:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-red:before {
    background: #ff0000; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-silver:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-silver:before {
    background-image: url(../png/colour-silver381iz7.png);
    background-size: cover; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-turquoise:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-turquoise:before {
    background: #40e0d0; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-white:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-white:before {
    background: #ffffff; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-wine:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-wine:before {
    background: #722f37; }
  #shopify-section-header .navbar .nav .dropdown > div > ul li .menu-ties-by-colour.menu-yellow:before,
  #shopify-section-header .navbar .dropdown > div > ul > li .menu-ties-by-colour.menu-yellow:before {
    background: #ffd200; }

#shopify-section-header .navbar .nav .dropdown > div.menu-ties-by-style strong,
#shopify-section-header .navbar .dropdown > div.menu-ties-by-style strong {
  display: block;
  padding: 0px 8px 8px 8px; }
  @media only screen and (max-width: 767px) {
    #shopify-section-header .navbar .nav .dropdown > div.menu-ties-by-style strong,
    #shopify-section-header .navbar .dropdown > div.menu-ties-by-style strong {
      padding: 8px 8px 8px 8px; } }
#shopify-section-header .navbar .nav .dropdown > div.menu-ties-by-style > ul ul,
#shopify-section-header .navbar .dropdown > div.menu-ties-by-style > ul ul {
  padding-left: 0; }
  #shopify-section-header .navbar .nav .dropdown > div.menu-ties-by-style > ul ul > li,
  #shopify-section-header .navbar .dropdown > div.menu-ties-by-style > ul ul > li {
    width: 100%; }


input,
textarea,
select {
  
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }


select {
  
  
   }

select::-ms-expand {
  display: none; }


input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }



html, body {
  overflow-x: hidden; }
  html .fixedposition, body .fixedposition {
    position: fixed !important; }

.no-overflow {
  overflow: hidden; }

#MainContent {
  background-color: #FFFFFF; }

.fixedPositionSuggestionBox {
  position: fixed !important;
  top: 110px !important; }

.searchMaincontent:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #62656961;
  z-index: 999; }

.search-wrapper-minheight {
  min-height: 57px; }

#shopify-section-header header #header-promo {
  margin: 0 -15px;
  overflow: hidden;
  text-align: center; }
  #shopify-section-header header #header-promo p {
    padding: 10px;
    margin-bottom: 0px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px; }
  #shopify-section-header header #header-promo a {
    text-decoration: underline; }
#shopify-section-header header .header-top {
  position: relative;
  overflow: hidden;
  height: auto; }
  #shopify-section-header header .header-top > div {
    text-align: center; }
    #shopify-section-header header .header-top > div > p {
      padding: 10px;
      margin-bottom: 0px;
      font-family: Roboto;
      font-size: 16px;
      line-height: 19px; }
      #shopify-section-header header .header-top > div > p a {
        text-decoration: underline; }
#shopify-section-header header .header-right .cust-name {
  font-weight: bold; }
#shopify-section-header header .header-right .telephone-link {
  padding-top: 9px;
  display: block;
  font-size: 1.5rem;
  font-family: 'Roboto Slab', serif; }
#shopify-section-header header .header-right .telephone-link a {
  font-size: 2.3rem;
  color: #094421;
  white-space: nowrap; }
#shopify-section-header header .header-right .cart-div {
  margin-top: 0;
  margin-bottom: 17px;
   }
  #shopify-section-header header .header-right .cart-div > a {
    height: 33px;
    width: 50px;
    display: flex;
    float: right;
    align-items: baseline;
    flex: 0; }
#shopify-section-header header .header-right .cart-items p {
  height: 27px;
  width: 27px;
  background-color: #E66E00;
  z-index: 1000;
  position: relative;
  border-radius: 50%;
  margin-left: 3px;
  
  color: #fff;
  padding-top: 4px;
  padding-left: 0px; }
#shopify-section-header header .header-right .icon-cart {
  height: 31px;
  width: 30px;
  color: #4A4A4A; }
#shopify-section-header header .header-right .login-div ul {
  list-style: none;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  float: right;
  align-items: baseline;
  margin-top: 0;
  flex-wrap: wrap;
  padding-left: 0px; }
  #shopify-section-header header .header-right .login-div ul li {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
    padding-right: 5px; }
    #shopify-section-header header .header-right .login-div ul li a {
      color: #4A4A4A; }
    #shopify-section-header header .header-right .login-div ul li:last-of-type {
      padding-right: 0px; }

.center-block {
  float: none; }

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


@media only screen and (max-width: 320px) {
  #shopify-section-header header .header-top .enquiry-div .enquiry {
    font-size: 12px;
    line-height: 14px; }
    #shopify-section-header header .header-top .enquiry-div .enquiry a {
      font-size: 16px;
      line-height: 18px; } }

@media only screen and (max-width: 767px) {
  #shopify-section-header a[data-toggle="collapse"] {
    cursor: pointer; }
  #shopify-section-header header {
    min-height: 193px; }
    #shopify-section-header header .header-top .enquiry-div .enquiry {
      text-align: center;
      padding-top: 8px; }
    #shopify-section-header header .header-main .logo-div {
      text-align: center; }
      #shopify-section-header header .header-main .logo-div img {
        height: 63px; }
    #shopify-section-header header .header-right {
      margin-top: 25px; }
    #shopify-section-header header .padding-xs-none {
      padding-left: 0px;
      padding-right: 0px; }
    #shopify-section-header header .sticky {
      position: fixed !important;
      top: 0;
      width: 100%; }
    #shopify-section-header header .header-icons-mobile {
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      min-height: 52px;
      z-index: 9999;
      background: #FFFFFF; }
      #shopify-section-header header .header-icons-mobile > div {
        text-align: center;
        padding-top: 3px;
        border-right: 1px solid #dedede;
        min-height: 50px; }
        #shopify-section-header header .header-icons-mobile > div .menu-button-mobile span {
          font-size: 30px;
          cursor: pointer; }
        #shopify-section-header header .header-icons-mobile > div .btn {
          height: 38px;
          line-height: 0px;
          border-radius: 0px;
          margin-top: 5px;
          background: #ffffff; }
          #shopify-section-header header .header-icons-mobile > div .btn:focus {
            outline: 0; }
        #shopify-section-header header .header-icons-mobile > div .icon-cart {
          height: 30px;
          width: 30px;
          margin-right: 5px;
          color: #4A4A4A;
          margin-top: 7px; }
        #shopify-section-header header .header-icons-mobile > div .cart-div a {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; }
        #shopify-section-header header .header-icons-mobile > div .cart-items {
          margin-top: 6px; }
          #shopify-section-header header .header-icons-mobile > div .cart-items p {
            display: inline-block;
            height: 33px;
            width: 33px;
            background-color: #E66E00;
            z-index: 1000;
            position: relative;
            border-radius: 50%;
            float: none;
            margin-right: auto;
            margin-left: auto;
            
            color: #fff;
            text-decoration: none;
            padding-top: 6px;
            margin-bottom: 0px; }
        #shopify-section-header header .header-icons-mobile > div:last-of-type {
          border-right: none; }
  #shopify-section-header .stickySearchbar {
    position: fixed;
    top: 52px;
    width: 100%; }
  #shopify-section-header .serchInput {
    z-index: 9999;
    background: #FFFFFF; }
    #shopify-section-header .serchInput form {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
    #shopify-section-header .serchInput input {
      width: 70%;
      max-width: 300px;
      height: 38px;
      margin-right: -3px;
      padding-left: 16px; }
    #shopify-section-header .serchInput .btn {
      background-color: #DEDEDE;
      height: 38px;
      line-height: 0px;
      border-radius: 0px;
      margin-top: -3px;
      margin-left: -1px; }
  #shopify-section-header .navbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -100%;
    background: #094521;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center; }
    #shopify-section-header .navbar > ul {
      margin-bottom: 0px;
      margin-top: 0px; }
    #shopify-section-header .navbar .dropdown {
      text-align: left; }
      #shopify-section-header .navbar .dropdown .nav-mobile-collapse-link {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        display: block;
        transition: 0.3s;
        color: #FFFFFF;
        font-family: 'Roboto Slab', serif;
        letter-spacing: 1px;
        min-height: 63px;
        padding-top: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      #shopify-section-header .navbar .dropdown > div > ul {
        list-style: none;
        padding-left: 10px; }
        #shopify-section-header .navbar .dropdown > div > ul > li {
          background: #FAFAFA;
          border-bottom: 1px solid #dedede; }
          #shopify-section-header .navbar .dropdown > div > ul > li strong {
            padding-left: 22px !important; }
          #shopify-section-header .navbar .dropdown > div > ul > li a {
            padding: 8px 8px 8px 22px;
            text-decoration: none;
            font-size: 16px;
            display: block;
            transition: 0.3s;
            color: #094521;
            font-family: 'Roboto Slab', serif;
            letter-spacing: 1px;
            min-height: 40px; }
            #shopify-section-header .navbar .dropdown > div > ul > li a img {
              position: absolute;
              right: 45px;
              margin-top: 5px; }
          #shopify-section-header .navbar .dropdown > div > ul > li:hover > a {
            background: #094521;
            color: #FFFFFE; }
      #shopify-section-header .navbar .dropdown:hover .nav-mobile-collapse-link {
        background: #203c00;
        color: #FFFFFF; }
      #shopify-section-header .navbar .dropdown .caret {
        position: absolute;
        right: 50px;
        top: 30px; }
    #shopify-section-header .navbar .login-createaccount {
      padding-top: 30px;
      text-transform: uppercase;
      background: #203c00; }
      #shopify-section-header .navbar .login-createaccount > li {
        background: #094521; }
        #shopify-section-header .navbar .login-createaccount > li:first-of-type {
          border-top: 1px solid rgba(255, 255, 255, 0.4); }
        #shopify-section-header .navbar .login-createaccount > li .nav-mobile-collapse-link {
          font-size: 16px; }
  #shopify-section-header .menu-open {
    width: 100%;
    left: 0; }
    #shopify-section-header .menu-open .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      height: 45px;
      width: 25px;
      margin-left: 50px;
      text-decoration: none;
      color: #FFFFFF; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  30% {
    opacity: 0;
    margin-top: 15px; }

  90% {
    opacity: 1; }

  100% {
    margin-top: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  30% {
    opacity: 0;
    margin-top: 15px; }

  90% {
    opacity: 1; }

  100% {
    margin-top: 0; } }


@media only screen and (min-width: 768px) {
  #shopify-section-header .site-logo img {
    height: 63px;
    margin-top: 8px; }
  #shopify-section-header .header-left .payment-icons {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: left;
    justify-content: left;
    padding-left: 0px;
    margin-top: 12px; }
    #shopify-section-header .header-left .payment-icons li {
      display: inline-block;
      padding-right: 5px; }
      #shopify-section-header .header-left .payment-icons li img {
        height: 30px;
        width: auto; }
  #shopify-section-header .header-left .header-search {
    padding-top: 5px;
    padding-bottom: 16px; }
    #shopify-section-header .header-left .header-search input {
      width: 150px;
      height: 38px;
      margin-right: -4px;
      padding-left: 16px;
      border: 1px solid #cec2aa; }
    #shopify-section-header .header-left .header-search .btn {
      background-color: #d4c9b3;
      height: 38px;
      line-height: 0px;
      border-radius: 0px;
      margin-top: -3px; }
  #shopify-section-header .affix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000; }
  #shopify-section-header .navbar-row {
    min-height: 60px; }
  #shopify-section-header .navbar {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0px;
    border: none; }
    #shopify-section-header .navbar .nav {
      display: -webkit-flex;
      display: flex;
      float: none;
      background: #094521;
      min-height: 63px; }
      #shopify-section-header .navbar .nav .dropdown {
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
        float: none;
        position: static; }
        #shopify-section-header .navbar .nav .dropdown > a {
          color: #FFFFFF;
          font-family: 'Roboto Slab', serif;
          font-size: 14px;
          letter-spacing: 1px;
          min-height: 63px;
          padding-top: 23px; }
        #shopify-section-header .navbar .nav .dropdown:hover > a, #shopify-section-header .navbar .nav .dropdown.hover > a {
          background: #203c00;
          color: #FFFFFF; }
        #shopify-section-header .navbar .nav .dropdown:hover > div, #shopify-section-header .navbar .nav .dropdown.hover > div {
          display: -webkit-flex;
          -webkit-flex-wrap: wrap;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s; }
        #shopify-section-header .navbar .nav .dropdown > div {
          display: none;
          position: absolute;
          background-color: #EBEBEB;
          width: 100%;
          height: auto !important;
          left: 0;
          z-index: 2147483647;
          list-style: none;
          min-height: 247px; }
          #shopify-section-header .navbar .nav .dropdown > div > ul {
            -webkit-flex: 1 0 70%;
            flex: 1 1 70%;
            display: -webkit-flex;
            -webkit-flex-wrap: wrap;
            display: flex;
            flex-wrap: wrap;
            padding: 10px 10px 15px 10px;
            background: #E8E3D8;
            align-content: flex-start;
            min-height: 247px; }
            #shopify-section-header .navbar .nav .dropdown > div > ul li {
              text-align: left;
              display: block;
              padding: 8px;
              width: 50%; }
              #shopify-section-header .navbar .nav .dropdown > div > ul li a {
                color: #094521;
                font-family: Roboto;
                font-size: 14px;
                line-height: 16px;
                background: #FFFFFF;
                display: block;
                padding: 10px;
                position: relative; }
                #shopify-section-header .navbar .nav .dropdown > div > ul li a img {
                  float: right; }
              #shopify-section-header .navbar .nav .dropdown > div > ul li:hover > a {
                background: #094521;
                color: #FFFFFF;
                text-decoration: none; }
            #shopify-section-header .navbar .nav .dropdown > div > ul .large-list {
              width: 33.33%; }
          #shopify-section-header .navbar .nav .dropdown > div > div {
            
            background: #E8E3D8;
            -webkit-flex: 1 1 10%;
            flex: 1 1 10%;
            padding: 10px;
            padding-bottom: 30px;
            display: -webkit-flex;
            display: flex;
            min-height: 247px;
            flex-direction: column; }
            #shopify-section-header .navbar .nav .dropdown > div > div > p {
              color: #4A4A4A;
              font-family: Roboto;
              font-size: 15px;
              line-height: 18px;
              margin-bottom: 0px; }
            #shopify-section-header .navbar .nav .dropdown > div > div > div {
              display: -webkit-flex;
              -webkit-flex-wrap: wrap;
              display: flex;
              flex-wrap: wrap;
              -webkit-justify-content: center;
              justify-content: center;
              align-content: flex-start; }
              #shopify-section-header .navbar .nav .dropdown > div > div > div > div a {
                display: -webkit-flex;
                -webkit-flex-wrap: wrap;
                display: flex;
                flex-direction: column-reverse;
                margin: 10px;
                background-color: #FFFFFF;
                min-width: 160px;
                text-decoration: none; }
                #shopify-section-header .navbar .nav .dropdown > div > div > div > div a .cta-left-col {
                  display: -webkit-flex;
                  display: flex;
                  -webkit-justify-content: center;
                  justify-content: center;
                  align-items: center; }
                  #shopify-section-header .navbar .nav .dropdown > div > div > div > div a .cta-left-col p {
                    color: #4A4A4A;
                    font-family: roboto;
                    font-size: 14px;
                    line-height: 16px;
                    padding: 15px 10px;
                    margin-bottom: 0px; }
                #shopify-section-header .navbar .nav .dropdown > div > div > div > div a .cta-right-col {
                  height: 160px; }
    #shopify-section-header .navbar:before {
      content: '';
      width: 100%;
      position: absolute;
      border: 1px dashed rgba(255, 255, 255, 0.2);
      top: 4px;
      z-index: 1;
      pointer-events: none; }
    #shopify-section-header .navbar:after {
      content: '';
      width: 100%;
      position: absolute;
      border: 1px dashed rgba(255, 255, 255, 0.2);
      bottom: 4px;
      pointer-events: none; }
  #shopify-section-header .header-bottom {
    background-color: #E8E3D8;
    height: 46px; }
    #shopify-section-header .header-bottom > div {
      display: -webkit-flex;
      display: flex;
      padding-top: 2px; }
      #shopify-section-header .header-bottom > div > div {
        -webkit-box-pack: center;
        -webkit-align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex: 1;
        flex: 1;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center; }
        #shopify-section-header .header-bottom > div > div img {
          padding-right: 10px;
          height: 19px; }
        #shopify-section-header .header-bottom > div > div .freeDeliveryImg {
          height: 15px; }
        #shopify-section-header .header-bottom > div > div p {
          padding-top: 13px;
          color: #094521;
          font-family: Roboto;
          font-size: 14px;
          line-height: 16px;
          font-weight: bold; }
        #shopify-section-header .header-bottom > div > div:last-of-type p {
          padding-top: 15px; } }

@media only screen and (min-width: 992px) {
  #shopify-section-header .logo-div {
    text-align: center; }
  #shopify-section-header .header-left .header-search input {
    width: 170px;
    height: 38px;
    margin-right: -4px;
    padding-left: 16px; }
  #shopify-section-header .header-left .header-search .btn {
    height: 38px;
    line-height: 0px;
    border-radius: 0px; }
  #shopify-section-header .navbar .nav .dropdown > div > ul > li {
    width: 33.33%; }
  #shopify-section-header .navbar .nav .dropdown > div > ul .large-list {
    width: 25%; }
  #shopify-section-header .navbar .nav .dropdown > div > div > div > div > a {
    min-width: 160px; } }

@media only screen and (min-width: 1200px) {
  #shopify-section-header .header-left .header-search input {
    width: 207px;
    height: 38px;
    margin-right: -4px;
    padding-left: 16px; }
  #shopify-section-header .header-left .header-search .btn {
    height: 38px;
    line-height: 0px;
    border-radius: 0px; }
  #shopify-section-header .logo-div {
    padding-left: 0px;
    text-align: center; }
  #shopify-section-header .navbar .nav .dropdown > div > div {
    flex: none; }
    #shopify-section-header .navbar .nav .dropdown > div > div > p {
      text-align: left;
      padding-left: 10px; }
    #shopify-section-header .navbar .nav .dropdown > div > div > div > div > a {
      min-width: 140px; } }
@media only screen and (min-width: 1300px) {
  #shopify-section-header .navbar .nav .dropdown > div > div > div > div > a {
    min-width: 160px; } }
@-moz-document url-prefix() {
  .header-search .btn {
    margin-top: 0px !important; } }


#shopify-section-footer a[data-toggle="collapse"] {
  cursor: pointer; }
#shopify-section-footer footer .signup {
  background-color: #094521;
  height: auto;
  padding-bottom: 30px; }
  #shopify-section-footer footer .signup h3 {
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase; }
  #shopify-section-footer footer .signup p {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px; }
  #shopify-section-footer footer .signup .input-group {
    height: 42px; }
    #shopify-section-footer footer .signup .input-group .input-group-addon {
      border-radius: 0px;
      border: 1px solid rgba(155, 155, 155, 0.4);
      background-color: #FFFFFF; }
      #shopify-section-footer footer .signup .input-group .input-group-addon input[type=checkbox] {
        transform: scale(1.5);
        margin-right: 8px; }
      #shopify-section-footer footer .signup .input-group .input-group-addon label {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        line-height: 15px; }
    #shopify-section-footer footer .signup .input-group .form-control {
      height: 42px;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      border: 1px solid rgba(155, 155, 155, 0.4);
      border-radius: 0px;
      box-shadow: none; }
    #shopify-section-footer footer .signup .input-group .input-group-btn:last-child .signup-btn {
      height: 42px;
      border-radius: 0px;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      border: 1px solid rgba(155, 155, 155, 0.4);
      background-color: #FFFFFF; }
  #shopify-section-footer footer .signup .further-information {
    padding-top: 15px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: bold; }
    #shopify-section-footer footer .signup .further-information a {
      color: #FFFFFF;
      text-decoration: underline;
      font-weight: normal; }
#shopify-section-footer footer .footer {
  margin-top: 52px; }
  #shopify-section-footer footer .footer .footer-main-links-row {
    padding-bottom: 50px; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu h3 a {
      opacity: 0.5;
      color: #7F6A40;
      font-family: 'Roboto Slab', serif;
      font-size: 18px;
      line-height: 21px;
      display: block; }
      #shopify-section-footer footer .footer .footer-main-links-row .footer-menu h3 a:hover {
        text-decoration: none; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #shopify-section-footer footer .footer .footer-main-links-row .footer-menu ul li a {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
        display: block;
        padding: 5px 5px 5px 0px; }
        #shopify-section-footer footer .footer .footer-main-links-row .footer-menu ul li a:hover {
          text-decoration: none; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu .footer-logo {
      margin-bottom: 25px; }
      #shopify-section-footer footer .footer .footer-main-links-row .footer-menu .footer-logo img {
        height: 49px; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu .contact-num {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 28px;
      font-weight: bold;
      line-height: 33px;
      text-decoration: none;
      display: block; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu .contact-mail {
      color: #4A4A4A;
      font-family: Roboto;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      text-decoration: none;
      display: block; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu .contact-address {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 14px;
      line-height: 18px; }
  #shopify-section-footer footer .footer .payment-icons {
    clear: both; }
    #shopify-section-footer footer .footer .payment-icons img {
      height: 42px; }
    #shopify-section-footer footer .footer .payment-icons ul {
      margin-bottom: 50px;
      list-style: none;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-justify-content: center;
      justify-content: center;
      margin-left: 0px; }
      #shopify-section-footer footer .footer .payment-icons ul li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px; }
#shopify-section-footer footer .signoff [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }
#shopify-section-footer footer .signoff .footer-copy-social-row {
  border-top: 1px solid rgba(155, 155, 155, 0.5); }
#shopify-section-footer footer .signoff .footer-copy-right {
  margin-top: 25px;
  margin-bottom: 44px; }
  #shopify-section-footer footer .signoff .footer-copy-right p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 13px; }
    #shopify-section-footer footer .signoff .footer-copy-right p a {
      color: #4A4A4A; }
#shopify-section-footer footer .signoff .social-links {
  margin-top: 25px;
  margin-bottom: 44px;
  text-align: right; }
  #shopify-section-footer footer .signoff .social-links ul li a {
    color: #4A4A4A; }


@media only screen and (max-width: 767px) {
  #shopify-section-footer footer .shopnow .shopnow-left {
    height: 250px; }
  #shopify-section-footer footer .shopnow .shopnow-right {
    height: 250px; }
  #shopify-section-footer footer .signup .input-group {
    display: flex;
    flex-direction: column;
    height: auto; }
  #shopify-section-footer footer .signup .input-group-btn {
    width: 100%; }
  #shopify-section-footer footer .signup .signup-btn {
    height: 42px;
    width: 100%;
    margin-top: 15px;
    border-radius: 0px;
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    line-height: 21px;
    border: 1px solid rgba(155, 155, 155, 0.4); }
  #shopify-section-footer footer .input-group {
    width: 100%; }
  #shopify-section-footer footer .footer .footer-main-links-row {
    padding-bottom: 25px; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu h3 {
      margin-top: 0px; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu .footer-logo {
      text-align: center; }
    #shopify-section-footer footer .footer .footer-main-links-row .feefo-review {
      margin-bottom: 20px;
      text-align: center;
      margin-left: -10px; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu-list {
      padding: 15px 8px 8px 32px;
      transition: 0.3s;
      border-top: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-top: -1px; }
      #shopify-section-footer footer .footer .footer-main-links-row .footer-menu-list .caret {
        position: absolute;
        top: 25px;
        right: 20px; }
      #shopify-section-footer footer .footer .footer-main-links-row .footer-menu-list ul li {
        margin-right: 25px; }
        #shopify-section-footer footer .footer .footer-main-links-row .footer-menu-list ul li a {
          padding: 20px 0px 20px 0px;
          border-bottom: 1px solid #e7e7e7; }
        #shopify-section-footer footer .footer .footer-main-links-row .footer-menu-list ul li:last-of-type a {
          border-bottom: none; }
    #shopify-section-footer footer .footer .footer-main-links-row .contact-us {
      text-align: center; }
      #shopify-section-footer footer .footer .footer-main-links-row .contact-us .contact-num {
        padding-top: 20px; }
  #shopify-section-footer footer .footer .social-links {
    margin-bottom: 25px;
    text-align: center; }
    #shopify-section-footer footer .footer .social-links a {
      color: #4A4A4A; }
  #shopify-section-footer footer .footer .payment-icons {
    padding-left: 0px;
    margin-bottom: 25px; }
  #shopify-section-footer footer .signoff .footer-copy-right {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  #shopify-section-footer footer .footer .footer-main-links-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu {
      -webkit-flex: 1;
      flex: 1;
      width: 100%; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-logo {
      margin-top: 20px; } }

@media only screen and (min-width: 992px) {
  #shopify-section-footer footer .footer .footer-main-links-row .footer-logo {
    margin-top: 0px; }
  #shopify-section-footer footer .footer .footer-main-links-row .feefo-review {
    margin-left: 10px; } }


.featured-collection-section {
  background: #ffffff;
  margin-bottom: 20px; }
  .featured-collection-section .collection-title {
    margin-top: 30px; }
    .featured-collection-section .collection-title h2 {
      color: #094521;
      font-family: 'Roboto Slab', serif;
      font-size: 22px;
      letter-spacing: 2.75px;
      line-height: 27px;
      text-transform: uppercase; }
    .featured-collection-section .collection-title > div {
      width: 118px;
      height: 1px;
      margin: 0px auto;
      border: 1px solid #C5B89E; }
  .featured-collection-section .featured-products {
    margin-top: 31px; }
    .featured-collection-section .featured-products .featured-product {
      background-color: #FFFFFF; }
      .featured-collection-section .featured-products .featured-product .product-tag {
        position: absolute;
        height: 74px;
        width: 74px;
        top: 6px;
        left: 6px;
        z-index: 99; }
      .featured-collection-section .featured-products .featured-product .personalised {
        font-family: Roboto, san-serif;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: auto;
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 14px; }
      .featured-collection-section .featured-products .featured-product .personalised span {
        color: #4A4A4A; }
      .featured-collection-section .featured-products .featured-product .price p {
        color: #094521;
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 19px;
        font-weight: 200; }
      .featured-collection-section .featured-products .featured-product .price .onsale-original {
        color: #D0021B;
        font-family: Roboto;
        font-size: 16px;
        line-height: 19px; }
      .featured-collection-section .featured-products .featured-product .price .saleprice {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        line-height: 15px;
        font-weight: normal; }
      .featured-collection-section .featured-products .featured-product > a {
        z-index: 9999; }
        .featured-collection-section .featured-products .featured-product > a > div {
          text-align: center; }
          .featured-collection-section .featured-products .featured-product > a > div .product-image {
            text-decoration: none; }
            .featured-collection-section .featured-products .featured-product > a > div .product-image > p {
              color: #4A4A4A;
              font-family: Roboto;
              font-size: 16px;
              letter-spacing: 2px;
              line-height: 19px;
              padding: 10px 10px 0 10px; }
        .featured-collection-section .featured-products .featured-product > a:hover {
          text-decoration: none; }
      .featured-collection-section .featured-products .featured-product .product-card__overlay {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.15s ease-in; }
        .featured-collection-section .featured-products .featured-product .product-card__overlay .product-card__overlay-btn {
          position: relative;
          top: 50%;
          -ms-transform: translateY(-45%);
          -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
          transition: all 0.15s ease-in;
          border-radius: 0px; }
          .featured-collection-section .featured-products .featured-product .product-card__overlay .product-card__overlay-btn:hover {
            background: #203c00;
            transition: all 0s; }
        .featured-collection-section .featured-products .featured-product .product-card__overlay .btn {
          display: inline-block;
          width: auto;
          text-decoration: none;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap;
          cursor: pointer;
          border: 1px solid transparent;
          -moz-user-select: none;
          -ms-user-select: none;
          -webkit-user-select: none;
          user-select: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: #094521;
          color: #fff;
          font-size: 0.8125em;
          font-weight: 700;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          padding: 15px 45px; }
      .featured-collection-section .featured-products .featured-product:hover .product-card__overlay {
        visibility: visible;
        opacity: 1; }
      .featured-collection-section .featured-products .featured-product:hover .product-card__overlay-btn {
        -ms-transform: translateY(-85%);
        -webkit-transform: translateY(-85%);
        transform: translateY(-85%); }
      .featured-collection-section .featured-products .featured-product:hover .product-image img {
        opacity: 0.5; }
  .featured-collection-section .collectionButton {
    display: inline-block;
    width: 247px;
    min-height: 42px;
    padding: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }


@media only screen and (max-width: 767px) {
  .featured-collection-section .featured-products {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap; }
    .featured-collection-section .featured-products > div {
      display: flex;
      flex: 0 1 45%; }
      .featured-collection-section .featured-products > div:nth-child(odd) {
        padding-right: 7px; }
      .featured-collection-section .featured-products > div:nth-child(even) {
        padding-left: 7px; }
    .featured-collection-section .featured-products .featured-product {
      position: relative; }
      .featured-collection-section .featured-products .featured-product .price {
         }
      .featured-collection-section .featured-products .featured-product a > div {
        padding-bottom: 25px; }
        .featured-collection-section .featured-products .featured-product a > div .product-image > p {
          padding: 15px 10px 35px 10px; } }

@media only screen and (min-width: 768px) {
  .featured-collection-section .featured-products {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .featured-collection-section .featured-products > div {
      display: flex;
      flex: 0 1 33.33%; }
      .featured-collection-section .featured-products > div:nth-child(4) {
        display: none; }
    .featured-collection-section .featured-products .featured-product {
      position: relative;
      width: 100%; }
      .featured-collection-section .featured-products .featured-product .price {
        position: absolute;
        width: 100%;
        bottom: 0; }
      .featured-collection-section .featured-products .featured-product a > div {
        padding-bottom: 25px; }
        .featured-collection-section .featured-products .featured-product a > div .product-image > p {
          padding: 25px 10px 30px 10px; } }

@media only screen and (min-width: 992px) {
  .featured-collection-section .featured-products > div {
    display: flex;
    flex: 0 1 25%; }
    .featured-collection-section .featured-products > div:nth-child(4) {
      display: flex; } }


.home-cta-blocks-section {
  background: url("../jpg/grey-background-patterngke1nt.jpg");
  height: auto; }
  .home-cta-blocks-section .cta-block-row {
    margin-top: 40px;
    margin-bottom: 48px; }
  .home-cta-blocks-section .cta-block a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    height: 170px; }
    .home-cta-blocks-section .cta-block a .cta-content {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column;
      background: #ffffff; }
      .home-cta-blocks-section .cta-block a .cta-content p {
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 10px; }
      .home-cta-blocks-section .cta-block a .cta-content .maintext {
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 37px;
        text-transform: uppercase; }


@media only screen and (max-width: 767px) {
  .home-cta-blocks-section .cta-block-row {
    margin-top: 30px;
    margin-bottom: 20px; }
  .home-cta-blocks-section .cta-block a {
    flex-direction: row;
    height: 123px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 15px; }
    .home-cta-blocks-section .cta-block a .cta-image {
      min-height: 123px;
      flex: 0 0 30%; }
    .home-cta-blocks-section .cta-block a .cta-content {
      padding-top: 10px;
      padding-bottom: 10px;
      flex: 0 0 70%; }
  .home-cta-blocks-section .cta-block:last-of-type {
    margin-bottom: 0px; } }

@media only screen and (min-width: 768px) {
  .home-cta-blocks-section .cta-block a {
    height: 165px; }
  .home-cta-blocks-section .cta-block .cta-content {
    flex: 1 1 60%; }
  .home-cta-blocks-section .cta-block .cta-image {
    min-height: 165px;
    flex: 1 1 40%; } }


@media only screen and (min-width: 1200px) {
  .home-cta-blocks-section .cta-block a {
    height: 170px; }
  .home-cta-blocks-section .cta-block .cta-image {
    min-height: 170px; } }

.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }


@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }

.homepage-carousel-section {
  background: #C5B89E; }
  .homepage-carousel-section .carousel-inner .item {
    max-height: 500px; }
  .homepage-carousel-section .cufflink-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 6%; }
    .homepage-carousel-section .cufflink-slide .carousel-solid-bg {
      height: 500px;
      height: 33vw; }
    .homepage-carousel-section .cufflink-slide .carousel-caption {
      left: 0;
      right: 0; }
      .homepage-carousel-section .cufflink-slide .carousel-caption a {
        display: inline-block;
        width: 173px;
        min-height: 42px;
        padding: 10px;
        background-color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        text-shadow: none; }
      .homepage-carousel-section .cufflink-slide .carousel-caption p {
        color: #FFFFFF;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 19px;
        text-transform: uppercase; }
      .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
        color: #FFFFFF;
        font-family: 'Roboto Slab', serif;
        font-size: 60px;
        letter-spacing: 7px;
        line-height: 75px; }
  .homepage-carousel-section .cta-blocks-container .cta-block {
    border: 5px solid #ffffff;
    overflow: hidden; }
    .homepage-carousel-section .cta-blocks-container .cta-block a {
      background-color: #FFFFFF;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
      position: relative;
      transition: all 1s;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s; }
      .homepage-carousel-section .cta-blocks-container .cta-block a .cta-col {
        -webkit-flex: 1;
        flex: 1;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px; }
        .homepage-carousel-section .cta-blocks-container .cta-block a .cta-col .cta-title {
          color: #FFFFFF;
          font-family: 'Roboto Slab', serif;
          font-size: 22px;
          letter-spacing: 2.75px;
          line-height: 27px;
          text-align: center;
          text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          text-transform: uppercase;
          z-index: 99; }
      .homepage-carousel-section .cta-blocks-container .cta-block a:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0);
        transition: background 1.5s;
        -webkit-transition: background 1.5s;
        -moz-transition: background 1.5s;
        -o-transition: background 1.5s; }
      .homepage-carousel-section .cta-blocks-container .cta-block a:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .homepage-carousel-section .cta-blocks-container .cta-block a:hover:before {
          background: rgba(4, 33, 15, 0.5);
          transition: background 0.5s;
          -webkit-transition: background 0.5s;
          -moz-transition: background 0.5s;
          -o-transition: background 0.5s; }


@media only screen and (max-width: 576px) {
  .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
    font-size: 36px !important;
    line-height: 36px !important; } }

@media only screen and (max-width: 767px) {
  .homepage-carousel-section .cufflink-slide {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    min-height: 300px; }
    .homepage-carousel-section .cufflink-slide img, .homepage-carousel-section .cufflink-slide .carousel-solid-bg {
      position: absolute;
      max-width: none;
      height: 100%; }
    .homepage-carousel-section .cufflink-slide .carousel-solid-bg {
      width: 100%; }
    .homepage-carousel-section .cufflink-slide .carousel-caption {
      display: flex;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 100%;
      padding-top: 60px; }
      .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
        font-size: 50px;
        line-height: 65px; }
  .homepage-carousel-section .cta-blocks-container {
    margin-top: 40px;
    margin-bottom: 40px; }
    .homepage-carousel-section .cta-blocks-container .cta-block {
      margin-top: 15px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
      .homepage-carousel-section .cta-blocks-container .cta-block a {
        display: flex;
        min-height: 123px;
        background-color: #FFFFFF;
        text-decoration: none;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; }
        .homepage-carousel-section .cta-blocks-container .cta-block a .cta-col {
          flex: 0 0 100%;
          display: flex;
          flex-direction: column;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          padding: 10px; }
      .homepage-carousel-section .cta-blocks-container .cta-block:first-of-type {
        margin-top: 0px; } }

@media only screen and (min-width: 768px) {
  .homepage-carousel-section .container {
    width: 100%; }
  .homepage-carousel-section .cufflink-slide img {
    width: 100%; }
  .homepage-carousel-section .cufflink-slide .carousel-caption {
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px; }
    .homepage-carousel-section .cufflink-slide .carousel-caption.fade-right:before {
      width: 80%;
      left: 30%;
      content: '';
      position: absolute;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 70%); }
    .homepage-carousel-section .cufflink-slide .carousel-caption.fade-left:before {
      width: 80%;
      left: 0;
      content: '';
      position: absolute;
      height: 100%;
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 70%); }
  .homepage-carousel-section .cta-blocks-container {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px; }
    .homepage-carousel-section .cta-blocks-container .cta-block {
      -webkit-flex: 1;
      flex: 1;
      margin-right: 30px; }
      .homepage-carousel-section .cta-blocks-container .cta-block a {
        display: flex;
        height: 100%;
        min-height: 185px;
        background-color: #FFFFFF;
        text-decoration: none;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .homepage-carousel-section .cta-blocks-container .cta-block:last-of-type {
        margin-right: 0px; } }

@media only screen and (min-width: 992px) {
  .homepage-carousel-section .container {
    width: 970px; } }

@media only screen and (min-width: 1200px) {
  .homepage-carousel-section .container {
    width: 1170px; } }

.homepage-footer-cta-blocks {
  margin-top: 70px; }
  .homepage-footer-cta-blocks .shopnow-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 391px;
    display: table; }
  .homepage-footer-cta-blocks .content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 47px; }
    .homepage-footer-cta-blocks .content .header-text {
      color: #FFFFFF;
      font-family: 'Roboto Slab', serif;
      font-size: 30px;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase; }
    .homepage-footer-cta-blocks .content .sub-text {
      color: #FFFFFF;
      font-family: 'Roboto Slab', serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase; }
    .homepage-footer-cta-blocks .content a {
      display: inline-block;
      width: 173px;
      min-height: 42px;
      padding: 10px;
      background-color: #FFFFFF;
      cursor: pointer;
      text-decoration: none;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
      text-shadow: none; }


@media only screen and (max-width: 767px) {
  .homepage-footer-cta-blocks .shopnow-container {
    height: 250px; } }




.collection-products-section {
  margin-bottom: 70px; }
  .collection-products-section header .collection-title {
    color: #7F6A40;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 33px;
    text-transform: uppercase; }
  .collection-products-section .filter-text {
    background: #094521;
    height: 45px;
    margin-top: 10px;
    display: table;
    width: 100%; }
    .collection-products-section .filter-text p {
      color: #FFFFFF;
      font-family: 'Roboto Slab', serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 16px;
      text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      display: table-cell;
      vertical-align: middle;
      padding-left: 19px; }
  .collection-products-section #bc-sf-filter-top-sorting {
    display: flex; }
    .collection-products-section #bc-sf-filter-top-sorting p {
      flex: 0 0 50%;
      padding: 20px 0 0 10px;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 15px;
      line-height: 18px; }
    .collection-products-section #bc-sf-filter-top-sorting div {
      flex: 0 0 50%;
      text-align: right;
      padding-right: 10px;
      padding-top: 10px; }
      .collection-products-section #bc-sf-filter-top-sorting div select {
        height: 36px;
        background-color: #FFFFFF;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
        margin-left: 10px; }
  .collection-products-section .filter-menu {
    background-color: #FFFFFF;
    padding: 10px 15px; }
  .collection-products-section .pagination-text {
    padding-left: 15px;
    padding-top: 30px; }
    .collection-products-section .pagination-text p {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 15px;
      line-height: 18px; }
  .collection-products-section .product-items {
    display: flex;
    flex-wrap: wrap; }
    .collection-products-section .product-items .featured-product {
      background-color: #FFFFFF;
      margin: 10px; }
      .collection-products-section .product-items .featured-product .product-tag {
        position: absolute;
        display: none;
        height: 74px;
        width: 74px;
        display: block;
        top: 6px;
        left: 6px;
        z-index: 99; }
      .collection-products-section .product-items .featured-product .price p {
        color: #094521;
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 19px; }
      .collection-products-section .product-items .featured-product .price .onsale-original {
        color: #D0021B;
        font-family: Roboto;
        font-size: 16px;
        line-height: 19px; }
      .collection-products-section .product-items .featured-product .price .saleprice {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        line-height: 15px;
        padding-left: 4px;
        font-weight: normal; }
      .collection-products-section .product-items .featured-product > a {
        z-index: 9999; }
        .collection-products-section .product-items .featured-product > a > div {
          text-align: center; }
          .collection-products-section .product-items .featured-product > a > div .product-image {
            text-decoration: none; }
            .collection-products-section .product-items .featured-product > a > div .product-image > p {
              color: #4A4A4A;
              font-family: Roboto;
              font-size: 16px;
              letter-spacing: 2px;
              line-height: 19px;
              padding: 10px 10px 0 10px; }
        .collection-products-section .product-items .featured-product > a:hover {
          text-decoration: none; }
      .collection-products-section .product-items .featured-product .product-card__overlay {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.15s ease-in; }
        .collection-products-section .product-items .featured-product .product-card__overlay .product-card__overlay-btn {
          position: relative;
          top: 50%;
          -ms-transform: translateY(-45%);
          -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
          transition: all 0.15s ease-in;
          border-radius: 0px; }
          .collection-products-section .product-items .featured-product .product-card__overlay .product-card__overlay-btn:hover, .collection-products-section .product-items .featured-product .product-card__overlay .product-card__overlay-btn:focus {
            background: #203c00;
            transition: all 0s; }
        .collection-products-section .product-items .featured-product .product-card__overlay .btn {
          display: inline-block;
          width: auto;
          text-decoration: none;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap;
          cursor: pointer;
          border: 1px solid transparent;
          -moz-user-select: none;
          -ms-user-select: none;
          -webkit-user-select: none;
          user-select: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: #094521;
          color: #fff;
          font-size: 0.8125em;
          font-weight: 700;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          padding: 15px 45px; }
      .collection-products-section .product-items .featured-product:hover .product-card__overlay, .collection-products-section .product-items .featured-product:focus .product-card__overlay {
        visibility: visible;
        opacity: 1; }
      .collection-products-section .product-items .featured-product:hover .product-card__overlay-btn, .collection-products-section .product-items .featured-product:focus .product-card__overlay-btn {
        -ms-transform: translateY(-85%);
        -webkit-transform: translateY(-85%);
        transform: translateY(-85%); }
      .collection-products-section .product-items .featured-product:hover .product-image img, .collection-products-section .product-items .featured-product:focus .product-image img {
        opacity: 0.5; }
  .collection-products-section .pagination {
    width: 100%;
    text-align: center; }


@media only screen and (max-width: 767px) {
  .collection-products-section header {
    background-size: 53%; }
    .collection-products-section header .collection-title {
      margin-top: 53px; }
  .collection-products-section .filter-menu {
    padding: 0px; }
  .collection-products-section #bc-sf-filter-options-wrapper {
    margin-bottom: 15px; }
  .collection-products-section #bc-sf-filter-tree {
    padding-left: 15px;
    padding-right: 15px; }
  .collection-products-section #bc-sf-filter-top-sorting {
    flex-direction: column;
    text-align: center;
    padding-top: 0px; }
    .collection-products-section #bc-sf-filter-top-sorting p {
      padding-top: 0px; }
    .collection-products-section #bc-sf-filter-top-sorting div {
      padding-left: 40px;
      text-align: center;
      padding-bottom: 10px; }
  .collection-products-section .pagination-text {
    text-align: center; }
  .collection-products-section .product-items > div {
    flex: 0 1 50%;
    display: flex; }
    .collection-products-section .product-items > div:nth-child(odd) > div {
      padding-right: 7px; }
    .collection-products-section .product-items > div:nth-child(even) > div {
      padding-left: 7px; }
  .collection-products-section .product-items .featured-product {
    position: relative;
    width: 100%;
    margin: 0px; }
    .collection-products-section .product-items .featured-product .price {
      position: absolute;
      width: 100%;
      bottom: 0; }
    .collection-products-section .product-items .featured-product a > div {
      padding-bottom: 25px; }
      .collection-products-section .product-items .featured-product a > div .product-image > p {
        padding: 15px 10px 35px 10px; } }

@media only screen and (min-width: 768px) {
  .collection-products-section .product-items > div {
    flex: 0 1 50%;
    display: flex; }
  .collection-products-section .product-items .featured-product {
    position: relative;
    width: 100%; }
    .collection-products-section .product-items .featured-product .price {
      position: absolute;
      width: 100%;
      bottom: 0; }
    .collection-products-section .product-items .featured-product a > div {
      padding-bottom: 10px; }
      .collection-products-section .product-items .featured-product a > div .product-image > p {
        padding: 25px 10px 30px 10px; } }

@media only screen and (min-width: 992px) {
  .collection-products-section .product-items > div {
    flex: 0 1 33.33%;
    display: flex; } }


.product-section {
  background: #FFFFFF; }
  .product-section .product-row {
    margin-bottom: 37px; }
  .product-section .product-info h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 10px; }
  .product-section .product-info .ref {
    font-family: Roboto;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    margin-bottom: 15px;
    float: right; }
  .product-section .product-info .price-div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .product-section .product-info .price-div .sale-price {
      color: #D0021B;
      font-family: Roboto;
      font-size: 36px;
      line-height: 42px;
      margin-left: 15px;
      margin-right: 15px; }
    .product-section .product-info .price-div .regular-price {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px; }
    .product-section .product-info .price-div .price {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 36px;
      line-height: 42px; }
  .product-section .product-info .wrapper-div {
    border: 1px dashed #094521;
    margin-top: 20px; }
  .product-section .product-info .product-info-box {
    padding: 0px 25px 25px 25px; }
    .product-section .product-info .product-info-box form {
      text-align: center; }
  .product-section .product-info .engraved-giftwrap {
    display: flex; }
    .product-section .product-info .engraved-giftwrap p {
      width: 100%;
      text-align: center;
      color: #094521;
      font-family: Roboto;
      font-size: 16px;
      line-height: 19px;
      font-weight: bold; }
  .product-section .product-info .delivery-info {
    background: #E8E3D8;
    padding: 15px 10px;
    margin: 0px;
    text-align: center;
    
     }
    .product-section .product-info .delivery-info .trustblox-1-timer-textual.trustblox-1-style-text-only.trustblox-1-scheme-auto {
      color: #4A4A4A; }
    .product-section .product-info .delivery-info .trustblox-1-timer-textual.trustblox-1-style-text-only {
      border: 0px;
      padding: 0px; }
    .product-section .product-info .delivery-info .trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-message {
      display: block;
      margin-right: 0px;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px; }
    .product-section .product-info .delivery-info .trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-timer {
      display: inline;
      margin-right: 0px;
      font-family: Roboto;
      font-size: 14px;
      line-height: 16px; }
    .product-section .product-info .delivery-info .trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-instruction {
      display: inline;
      font-family: Roboto;
      font-size: 14px;
      line-height: 16px; }
  .product-section .product-info form {
    margin-top: 0px; }
    .product-section .product-info form .product-personalizer {
      margin: 5px !important; }
    .product-section .product-info form > button {
      
      width: 100%;
      background-color: #E66E00;
      margin-top: 20px;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      padding: 15px 30px;
      border: 2px solid #E66E00;
      text-transform: uppercase; }
      .product-section .product-info form > button:hover {
        background-color: white;
        border: 2px solid #E66E00;
        color: #da6800; }
  .product-section .product-info .product-options-div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-section .product-info .product-options-div .selector-wrapper {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex: 1 1 100%;
      flex: 1 1 100%;
    
      
      
      
      
      
      
      
       }
      .product-section .product-info .product-options-div .selector-wrapper .swatch {
        margin: 1em 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .header {
        margin: 0.5em 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch input {
        display: none; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch label {
        
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        
        float: left;
        
        min-width: 48px !important;
        height: 48px !important;
        
        margin-right: 10px;
        
        border: #ccc 1px solid;
        
        background-color: #ddd;
        
        font-size: 13px;
        text-align: center;
        line-height: 35px;
        white-space: nowrap;
        text-transform: uppercase; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch-element label {
        padding: 0 10px; }
      .product-section .product-info .product-options-div .selector-wrapper .color.swatch-element label {
        padding: 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch input:checked + .selected-swatch {
        width: 52px;
        height: 52px;
        margin-right: 10px;
        border: 1px dashed #094521; }
        .product-section .product-info .product-options-div .selector-wrapper .swatch input:checked + .selected-swatch label {
          margin-left: 1px;
          margin-top: 1px; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .swatch-element {
        float: left;
        -webkit-transform: translateZ(0);
        
        -webkit-font-smoothing: antialiased;
        
        
        
        position: relative; }
      .product-section .product-info .product-options-div .selector-wrapper .crossed-out {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .swatch-element .crossed-out {
        display: none; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .swatch-element.soldout .crossed-out {
        display: block; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .swatch-element.soldout label {
        filter: alpha(opacity=60);
        
        -khtml-opacity: 0.6;
        
        -moz-opacity: 0.6;
        
        opacity: 0.6;
         }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .tooltip {
        text-align: center;
        background: gray;
        color: #fff;
        bottom: 100%;
        padding: 10px;
        display: block;
        position: absolute;
        width: 100px;
        left: -23px;
        margin-bottom: 15px;
        
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        z-index: 10000;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .tooltip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid gray 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch .swatch-element:hover .tooltip {
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      .product-section .product-info .product-options-div .selector-wrapper .swatch.error {
        background-color: #e8d2d2 !important;
        color: #333333 !important;
        padding: 1em;
        border-radius: 5px; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch.error p {
        margin: 0.7em 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch.error p:first-child {
        margin-top: 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch.error p:last-child {
        margin-bottom: 0; }
      .product-section .product-info .product-options-div .selector-wrapper .swatch.error code {
        font-family: monospace; }
      .product-section .product-info .product-options-div .selector-wrapper label {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
        margin-right: 15px;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .product-section .product-info .product-options-div .selector-wrapper select {
        min-height: 37px;
        background-color: #f4f4f4;
        color: #333;
        border: 0;
        max-width: 100%;
        padding: 0 10px; }
      .product-section .product-info .product-options-div .selector-wrapper:last-of-type {
        padding-left: 0px; }
  .product-section .product-info .add-item-tocart {
    padding-top: 20px; }
    .product-section .product-info .add-item-tocart label {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 14px;
      line-height: 16px;
      margin-right: 15px;
      text-transform: uppercase; }
    .product-section .product-info .add-item-tocart input {
      height: 42px;
      width: 42px;
      border: 1px solid rgba(155, 155, 155, 0.4);
      opacity: 0.9;
      text-align: center;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      margin-right: 15px; }
  .product-section .product-info .cufflink-info-withimages {
    display: -webkit-flex;
    display: flex;
    margin-top: 41px;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    .product-section .product-info .cufflink-info-withimages > div {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      align-items: center; }
      .product-section .product-info .cufflink-info-withimages > div img {
        max-width: 60px; }
      .product-section .product-info .cufflink-info-withimages > div p {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        line-height: 16px;
        padding-top: 18px; }
  .product-section .product-info .product-description {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 13px;
    line-height: 24px; }
  .product-section .product-info .tags-shipping-returns a[data-toggle="collapse"] {
    cursor: pointer; }
  .product-section .product-info .tags-shipping-returns > div {
    transition: 0.3s;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    position: relative;
    margin-top: -1px; }
    .product-section .product-info .tags-shipping-returns > div h3 {
      margin-top: 0px;
      margin-bottom: 0px; }
      .product-section .product-info .tags-shipping-returns > div h3 a {
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        height: 50px;
        padding: 15px 0px 8px 1px; }
      .product-section .product-info .tags-shipping-returns > div h3 img {
        position: absolute;
        top: 12px;
        right: 4px;
        height: 22px;
        color: #4A4A4a;
        opacity: 0.3; }
    .product-section .product-info .tags-shipping-returns > div > div {
      padding: 0 8px 0px 32px; }
    .product-section .product-info .tags-shipping-returns > div:last-of-type {
      border-bottom: none; }
    .product-section .product-info .tags-shipping-returns > div #returns p {
      margin-bottom: 0px; }
    .product-section .product-info .tags-shipping-returns > div p {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 13px;
      line-height: 24px; }
  .product-section .featured-collection-section {
    padding-bottom: 70px;
    background: #FAFAFA; }
    .product-section .featured-collection-section h2 {
      color: #4A4A4A; }


@media only screen and (max-width: 767px) {
  .product-section {
    margin-top: 15px; }
    .product-section .product-info {
      margin-top: 15px; }
      .product-section .product-info h1 {
        text-align: center;
        font-size: 24px;
        line-height: 28px; }
      .product-section .product-info .ref {
        float: none;
        text-align: center; }
      .product-section .product-info .cufflink-info-withimages {
        max-width: 400px; }
      .product-section .product-info .price-div {
        -webkit-justify-content: center;
        justify-content: center; }
      .product-section .product-info .delivery-info {
        text-align: center; }
      .product-section .product-info .product-options-div .selector-wrapper {
        width: 150px;
        padding-left: 5px; }
      .product-section .product-info .cufflink-info-withimages {
        margin-left: auto;
        margin-right: auto; }
      .product-section .product-info .price-div .price {
        font-size: 32px;
        line-height: 36px; }
    .product-section .product-image-div > div {
      text-align: center; }
      .product-section .product-image-div > div .MagicToolboxSelectorsContainer {
        margin-top: 20px; }
        .product-section .product-image-div > div .MagicToolboxSelectorsContainer a img {
          width: 71px;
          height: 71px; } }

@media only screen and (min-width: 768px) {
  .product-section .product-row {
    margin-top: 50px; }
  .product-section .product-info-main {
    display: -webkit-flex;
    display: flex; }
    .product-section .product-info-main .product-info {
      
      padding-right: 10px; }
    .product-section .product-info-main .related-products {
      flex: 0 0 20%; }
      .product-section .product-info-main .related-products .sale-icon {
        margin-bottom: 15px; }
      .product-section .product-info-main .related-products p {
        margin-bottom: 0px;
        background: #094521;
        color: white;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
        padding: 10px; }
      .product-section .product-info-main .related-products ul {
        list-style: none;
        background-color: rgba(197, 184, 158, 0.2);
        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: 0px; }
        .product-section .product-info-main .related-products ul li {
          padding: 10px; }
          .product-section .product-info-main .related-products ul li img {
            height: 60px;
            width: 60px; }
  .product-section .product-image-div > div {
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .product-section .product-image-div > div .MagicToolboxSelectorsContainer {
      margin-top: 20px; }
      .product-section .product-image-div > div .MagicToolboxSelectorsContainer a img {
        width: 71px;
        height: 71px; }
  .product-section .product-image-div .MagicToolboxSlides .mz-figure {
     } }

@media only screen and (min-width: 992px) {
  .product-section .product-info-main .product-info {
    padding-right: 20px; }
  .product-section .product-image-div ul li img {
    max-width: 70px;
    max-height: 70px; } }

@media only screen and (min-width: 1200px) {
  .product-section .product-info-main .product-info {
     }
  .product-section .product-info-main .related-products {
    flex: 0 0 15%; }
    .product-section .product-info-main .related-products ul li img {
      height: 70px;
      width: 70px; } }

@media only screen and (max-width: 420px) {
  .product-section .product-info .product-options-div .selector-wrapper {
    width: auto;
    padding-left: 0px; }
  .product-section .product-info .add-item-tocart {
    margin-left: 10px; } }

.pagination {
  margin: 20px 0 0 0; }
  .pagination ul {
    list-style: none;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .pagination ul li {
      padding-left: 5px;
      padding-right: 5px; }
      .pagination ul li a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center; }
        .pagination ul li a:hover {
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) !important; }
      .pagination ul li span {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        background-color: #FFFFFF;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px; }
      .pagination ul li.page a {
        height: 36px;
        width: 36px;
        background-color: #FFFFFF;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px; }
      .pagination ul li.active span {
        height: 36px;
        width: 36px;
        background-color: #4A4A4A;
        box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5);
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px; }
      .pagination ul li.first a, .pagination ul li.last a {
        height: 36px;
        width: 70px;
        background-color: #FFFFFF;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none; }
      .pagination ul li.previous a, .pagination ul li.next a {
        height: 100%;
        height: 36px;
        width: 36px;
        background-color: #FFFFFF;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px; }
        .pagination ul li.previous a img, .pagination ul li.next a img {
          height: 16px;
          padding-left: 10px;
          padding-right: 10px; }
      .pagination ul li.disabled {
        opacity: 0.5;
        height: 28px;
        padding-top: 2px; }






.cart-section {
  background: #FFFFFF; }
  .cart-section > div h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .cart-section > div form {
    margin-bottom: 60px; }
  .cart-section > div .shipping-cart-text {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 13px;
    line-height: 24px; }
    .cart-section > div .shipping-cart-text > div {
      transition: 0.3s;
      border-top: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      width: 100%;
      position: relative;
      margin-top: -1px; }
      .cart-section > div .shipping-cart-text > div h3 a {
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        
        padding: 0px 0px 8px 1px; }
      .cart-section > div .shipping-cart-text > div h3 img {
        position: absolute;
        top: 17px;
        right: 4px;
        height: 22px;
        color: #4A4A4a;
        opacity: 0.3; }
  .cart-section > div .cart-table {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
    border: 0;
    margin-bottom: 20px;
    width: 100%; }
    .cart-section > div .cart-table .cartProducts td {
      padding: 20px; }
    .cart-section > div .cart-table .cartProducts .cart__cell--product-des .product-title {
      color: #4A4A4A;
      font-family: 'Roboto Slab', serif;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 500;
      text-decoration: none; }
    .cart-section > div .cart-table .cartProducts .cart__cell--product-des > p a > {
      color: #006eff;
      text-decoration: none;
      font-size: 15px;
      line-height: 18px;
      text-decoration: none; }
    .cart-section > div .cart-table .cartProducts .cart__cell--image {
      width: 180px; }
    .cart-section > div .cart-table .cartProducts .cart__cell--price {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      width: 130px; }
    .cart-section > div .cart-table .cartProducts .cart__cell--quantity {
      width: 130px; }
      .cart-section > div .cart-table .cartProducts .cart__cell--quantity input {
        height: 42px;
        width: 42px;
        border: 1px solid rgba(155, 155, 155, 0.4);
        opacity: 0.9;
        text-align: center; }
    .cart-section > div .cart-table .cartProducts .cart__cell--total {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      width: 200px; }
  .cart-section > div textarea {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  .cart-section > div .cartSpecialInstructions {
    display: flex;
    flex-direction: column; }
  .cart-section > div .cart__buttons .cart__subtotal {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700; }
  .cart-section > div .cart__buttons .cart__taxes {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 18px;
    line-height: 21px; }
  .cart-section > div .cart__buttons .update {
    height: 42px;
    width: 173px;
    background-color: #356200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0px; }
    .cart-section > div .cart__buttons .update:hover {
      background: #203c00;
      color: #FFFFFF; }
  .cart-section > div .cart__buttons .checkout {
    height: 42px;
    width: 173px;
    background-color: #E66E00;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0px; }
    .cart-section > div .cart__buttons .checkout:hover {
      background: #e9563d;
      color: #FFFFFF; }
  .cart-section .cart-empty {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px; }
    .cart-section .cart-empty h1 {
      margin-top: 0px;
      font-size: 30px;
      line-height: 34px; }
    .cart-section .cart-empty .empty-text {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px; }
    .cart-section .cart-empty .supports-cookies a {
      display: inline-block;
      padding: 15px 45px;
      width: auto;
      background-color: #E66E00;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      margin-top: 30px;
      border-radius: 0px; }
      .cart-section .cart-empty .supports-cookies a:hover {
        background: #e9563d;
        color: #FFFFFF; }

.dynamic-checkout__content .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D:first-child {
  margin-left: auto !important; }


@media only screen and (max-width: 767px) {
  .cart-section > div .responsive-table tr {
    display: table-row; }
  .cart-section > div .responsive-table td {
    display: table-cell;
    float: none; }
  .cart-section > div .cart-table .cartProducts td {
    padding: 10px; }
  .cart-section > div .cart-table .cartProducts .cart__cell--image {
    width: 180px; }
  .cart-section > div .cart-table .cartProducts .cart__cell--product-des {
    text-align: left; }
    .cart-section > div .cart-table .cartProducts .cart__cell--product-des .product-title {
      font-size: 14px;
      line-height: 17px; }
  .cart-section > div .cart-table .cartProducts .cart__cell--price {
    display: none;
    width: 130px; }
  .cart-section > div .cart-table .cartProducts .cart__cell--quantity {
    text-align: center;
    width: 100px; }
  .cart-section > div .cart-table .cartProducts .cart__cell--total {
    width: 120px;
    text-align: right; }
  .cart-section > div .cart__row .cart__buttons {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .cart-section > div .cart__row .cart__buttons .update {
      margin-top: 25px;
      margin-bottom: 10px;
      width: 100%;
      max-width: 400px; }
    .cart-section > div .cart__row .cart__buttons .checkout {
      width: 100%;
      max-width: 400px; } }

@media only screen and (max-width: 576px) {
  .cart-section > div .cart-table .cartProducts .cart__cell--product-des .product-title {
    font-size: 12px;
    line-height: 15px; } }

@media only screen and (min-width: 768px) {
  .cart-section .cart-table .cart__cell--image {
    width: 180px; }
  .cart-section .cart-table .cart__cell--price, .cart-section .cart-table .cart__cell--quantity {
    width: 130px; }
  .cart-section .cart-table .cart__cell--total {
    width: 200px;
    text-align: right; }
  .cart-section .cart__row {
    display: flex; }
    .cart-section .cart__row .cart__buttons {
      text-align: right;
      align-self: flex-end; }
      .cart-section .cart__row .cart__buttons .update, .cart-section .cart__row .cart__buttons .checkout {
        width: 150px; } }

@media only screen and (min-width: 992px) {
  .cart-section .cart__row .cart__buttons .update, .cart-section .cart__row .cart__buttons .checkout {
    width: 173px; } }


.login-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #ffffff; }
  .login-section .login-main {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  .login-section #CustomerLoginForm h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    margin-top: 0px; }
  .login-section #RecoverPasswordForm p {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px; }
  .login-section #RecoverPasswordForm h2 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    margin-top: 0px; }
  .login-section #customerGuestLogin {
    margin-top: 20px; }
    .login-section #customerGuestLogin h2 {
      color: #4A4A4A;
      font-family: 'Roboto Slab', serif;
      margin-top: 0px;
      margin-bottom: 15px; }


@media only screen and (max-width: 767px) {
  .login-section {
    padding-top: 30px;
    padding-bottom: 50px; }

  #RecoverPasswordForm h2 {
    font-size: 28px; } }




.form-vertical {
  padding: 35px;
  text-align: center; }
  .form-vertical form {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .form-vertical form label {
      font-size: 0.75em;
      font-weight: 700;
      color: #666;
      text-transform: uppercase; }
    .form-vertical form input, .form-vertical form textarea {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 13px 15px;
      background-color: #f4f4f4;
      color: #333;
      border: 0;
      max-width: 100%;
      font-size: 16px;
      font-family: Roboto;
      line-height: 1.375; }
    .form-vertical form p {
      width: 100%;
      text-align: center; }
      .form-vertical form p a {
        color: #006eff;
        text-decoration: none;
        transition: color 0.1s ease-in,background-color 0.1s ease-in;
        font-size: 16px;
        line-height: 19px;
        font-family: Roboto; }
    .form-vertical form .btn {
      background-color: #E66E00;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      border-radius: 0px; }
      .form-vertical form .btn:hover {
        background: #e9563d;
        color: #FFFFFF; }
    .form-vertical form .errors {
      background-color: #ec523e;
      color: #fff;
      width: 100%;
      text-align: center;
      padding: 13px 15px;
      margin-bottom: 10px; }
      .form-vertical form .errors ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .form-vertical form .errors ul li {
          font-size: 16px;
          font-family: Roboto; }
    .form-vertical form .form-success {
      background-color: #59ac6c;
      color: #fff;
      width: 100%;
      text-align: center;
      padding: 13px 15px;
      margin-bottom: 10px;
      font-size: 16px;
      font-family: Roboto; }
    .form-vertical form .text-link {
      transition: color 0.1s ease-in, background-color 0.1s ease-in;
      color: #006eff;
      text-decoration: none;
      display: inline;
      border: 0 none;
      background: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 19px;
      font-family: Roboto; }
    .form-vertical form select {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 13px 15px;
      background-color: #f4f4f4;
      color: #333;
      font-size: 16px;
      font-family: Roboto;
      line-height: 1.375; }
    .form-vertical form .form-div {
      display: flex;
      width: 100%; }
      .form-vertical form .form-div .form-div-half {
        flex: 1 1 50%;
        margin-right: 10px;
        text-align: left; }
        .form-vertical form .form-div .form-div-half:last-of-type {
          margin-right: 0px; }
    .form-vertical form .set-default input {
      width: auto;
      display: inline-block;
      margin-right: 5px; }
    .form-vertical form .set-default label {
      width: auto;
      display: inline-block; }


@media only screen and (max-width: 767px) {
  .form-vertical {
    padding: 35px 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .form-vertical form .form-div {
      flex-direction: column; }
      .form-vertical form .form-div .form-div-half {
        flex: 1 1 100%;
        margin-right: 0px; } }




.register-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #ffffff; }
  .register-section .register-main {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  .register-section #CreateAccountForm h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    margin-top: 0px; }


@media only screen and (max-width: 767px) {
  .register-section {
    padding-top: 30px;
    padding-bottom: 50px; } }




.activate_account-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #ffffff; }
  .activate_account-section .activate-main {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  .activate_account-section #ActivateAccountForm .subtext {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px; }
  .activate_account-section #ActivateAccountForm .buttons {
    width: 100%;
    display: flex; }
    .activate_account-section #ActivateAccountForm .buttons .btn {
      margin-right: 10px; }
      .activate_account-section #ActivateAccountForm .buttons .btn:last-of-type {
        margin-right: 0px; }


@media only screen and (max-width: 767px) {
  .activate_account-section {
    padding-top: 30px;
    padding-bottom: 50px; }
    .activate_account-section #ActivateAccountForm .buttons {
      flex-direction: column; } }




.addresses-section {
  padding-bottom: 60px;
  background: #FFFFFF; }
  .addresses-section h1 {
    font-family: 'Roboto Slab', serif;
    color: #4a4a4a;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .addresses-section .addresses-row {
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: -20px; }
  .addresses-section .space-bar {
    color: #006eff; }
  .addresses-section .addresses-left {
    flex: 1 1 66.6667%;
    margin-left: 20px; }
    .addresses-section .addresses-left > div {
      background: #ffffff;
      min-height: 135px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .addresses-section .addresses-left > div h2 {
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        color: #4a4a4a;
        font-size: 28px; }
    .addresses-section .addresses-left .edit-form {
      margin-bottom: 20px;
      padding: 35px 40px;
      text-align: left; }
      .addresses-section .addresses-left .edit-form h3 {
        margin-top: 0px;
        font-family: 'Roboto Slab', serif;
        color: #4a4a4a; }
      .addresses-section .addresses-left .edit-form form {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        -webkit-justify-content: center;
        justify-content: center; }
        .addresses-section .addresses-left .edit-form form label {
          margin-bottom: 3px; }
        .addresses-section .addresses-left .edit-form form input {
          margin-bottom: 15px; }
        .addresses-section .addresses-left .edit-form form select {
          margin-bottom: 15px; }
        .addresses-section .addresses-left .edit-form form .addressProvince {
          width: 100%;
          text-align: left; }
        .addresses-section .addresses-left .edit-form form .text-link {
          margin-left: auto;
          margin-right: auto; }
        .addresses-section .addresses-left .edit-form form h4 {
          margin-top: 0px;
          font-family: 'Roboto Slab', serif;
          color: #4a4a4a; }
    .addresses-section .addresses-left .address-display-div {
      padding: 40px; }
      .addresses-section .addresses-left .address-display-div p {
        font-family: Roboto;
        font-size: 16px;
        line-height: 22px;
        color: #4a4a4a; }
      .addresses-section .addresses-left .address-display-div .address-text {
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 16px;
        line-height: 22px; }
      .addresses-section .addresses-left .address-display-div .text-link {
        transition: color 0.1s ease-in, background-color 0.1s ease-in;
        color: #006eff;
        text-decoration: none;
        display: inline;
        border: 0 none;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 19px;
        font-family: Roboto; }
      .addresses-section .addresses-left .address-display-div .address-edit-toggle {
        margin-right: 2px; }
      .addresses-section .addresses-left .address-display-div .address-delete {
        margin-left: 2px; }
      .addresses-section .addresses-left .address-display-div .edit-form {
        padding: 0px;
        margin-top: 20px; }
      .addresses-section .addresses-left .address-display-div hr:last-of-type {
        display: none; }
  .addresses-section .addresses-right {
    flex: 1 1 33.33%;
    height: 135px;
    margin-left: 20px;
    background: #ffffff; }
    .addresses-section .addresses-right > div {
      padding: 40px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
    .addresses-section .addresses-right p {
      margin-bottom: 0px; }
    .addresses-section .addresses-right .btn {
      width: 100%;
      background-color: #E66E00;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      border-radius: 0px;
      padding: 15px 45px; }
      .addresses-section .addresses-right .btn:hover {
        background: #e9563d;
        color: #FFFFFF; }
  .addresses-section .pagination {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .addresses-section .return-text {
    text-align: center; }
    .addresses-section .return-text a {
      display: inline-block;
      width: 247px;
      min-height: 42px;
      padding: 10px;
      background-color: #FFFFFF;
      cursor: pointer;
      text-decoration: none;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      margin-top: 39px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }


@media only screen and (max-width: 767px) {
  .addresses-section {
    padding-bottom: 50px; }
    .addresses-section .addresses-row {
      flex-direction: column; }
      .addresses-section .addresses-row .addresses-left, .addresses-section .addresses-row .addresses-right {
        flex: 1 1 100%; }
      .addresses-section .addresses-row .addresses-left {
        margin-right: 0px; }
        .addresses-section .addresses-row .addresses-left .edit-form {
          max-width: 100%;
          padding: 35px; }
        .addresses-section .addresses-row .addresses-left .address-display-div .edit-form {
          padding: 0px; }
      .addresses-section .addresses-row .addresses-right {
        margin-top: 20px; }
    .addresses-section .pagination ul {
      padding-left: 0px; } }




.account-section {
  padding-bottom: 60px;
  background: #ffffff; }
  .account-section h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .account-section .account-row {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px; }
    .account-section .account-row .account-left, .account-section .account-row .account-right {
      float: left;
      padding-left: 20px; }
      .account-section .account-row .account-left > div, .account-section .account-row .account-right > div {
        background: #ffffff;
        padding: 40px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .account-section .account-row .account-left h2, .account-section .account-row .account-right h2, .account-section .account-row .account-left h3, .account-section .account-row .account-right h3 {
        margin-top: 0px;
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif; }
      .account-section .account-row .account-left h2, .account-section .account-row .account-right h2 {
        font-size: 28px;
        padding-bottom: 10px; }
    .account-section .account-row .account-left p {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 16px;
      line-height: 22px; }
    .account-section .account-row .account-right .address-text {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 16px;
      line-height: 22px; }
    .account-section .account-row .account-right a {
      transition: color 0.1s ease-in, background-color 0.1s ease-in;
      color: #006eff;
      text-decoration: none;
      display: inline;
      border: 0 none;
      background: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 19px;
      font-family: Roboto; }


@media only screen and (max-width: 767px) {
  .account-section {
    padding-bottom: 50px; }
    .account-section .account-row .account-left {
      width: 100%; }
      .account-section .account-row .account-left table {
        width: 100%; }
    .account-section .account-row .account-right {
      width: 100%;
      margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .account-section .account-left {
    width: 100%;
    margin-bottom: 15px; }
    .account-section .account-left table {
      width: 100%; }
  .account-section .account-right {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .account-section .account-left {
    width: 66.66667%; }
  .account-section .account-right {
    width: 33.333%; } }


.contact-section {
  padding-bottom: 40px;
  background: #ffffff; }
  .contact-section h1 {
    font-family: 'Roboto Slab', serif;
    color: #4a4a4a;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .contact-section .page-block {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  .contact-section .page-block-right h4 {
    font-family: 'Roboto Slab', serif;
    color: #4a4a4a;
    margin-top: 0px;
    margin-bottom: 15px; }
  .contact-section .rte h1, .contact-section .rte h4 {
    font-family: 'Roboto Slab', serif;
    color: #4a4a4a; }
  .contact-section .rte p {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px; }
  .contact-section .contact-form {
    padding: 0px; }
    .contact-section .contact-form label {
      display: none; }


@media only screen and (max-width: 767px) {
  .contact-section .contact-form {
    padding: 0px;
    max-width: 100%; }
  .contact-section .contact-us-container > div {
    flex-direction: column; }
    .contact-section .contact-us-container > div .page-block-left {
      margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .contact-section .contact-us-container > div {
    display: flex; }
    .contact-section .contact-us-container > div .page-block-left {
      flex: 1 1 50%;
      margin-right: 20px; }
    .contact-section .contact-us-container > div .page-block-right {
      flex: 1 1 50%; } }

@media only screen and (min-width: 992px) {
  .contact-section .contact-us-container > div {
    display: flex; }
    .contact-section .contact-us-container > div .page-block-left {
      flex: 1 1 60%; }
    .contact-section .contact-us-container > div .page-block-right {
      flex: 1 1 40%; } }


.page-single {
  background: #ffffff; }
  .page-single .container {
    padding-bottom: 40px;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.5; }
    .page-single .container h1 {
      font-family: 'Roboto Slab', serif;
      color: #4a4a4a;
      font-size: 24px;
      font-size: clamp(1.5rem, 5vw, 3rem);
      line-height: 30px;
      text-transform: uppercase;
      text-align: center;
      margin-block: 4rem 4rem;
      position: relative; }
      .page-single .container h1:after {
        content: '';
        width: 118px;
        height: 1px;
        background: #C5B89E;
        position: absolute;
        bottom: -11px;
        left: calc(50% - 59px); }
    .page-single .container .page-block {
      background: #ffffff;
      margin-bottom: 20px; }
      .page-single .container .page-block h2, .page-single .container .page-block h3, .page-single .container .page-block h4 {
        font-family: 'Roboto Slab', serif;
        color: #4a4a4a; }
  .page-single .container .content-page {
    max-width: 800px;
    margin: 0 auto; }
  .page-single .product-section .product-info .tags-shipping-returns > div h3 a {
    font-size: 18px; }
  .page-single .product-section .product-info .tags-shipping-returns > div p {
    font-size: 16px; }
    .page-single .product-section .product-info .tags-shipping-returns > div p:last-child {
      margin-bottom: 3rem; }






.order-section {
  padding-bottom: 60px;
  background: #ffffff; }
  .order-section .font-bold {
    font-weight: bold; }
  .order-section h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .order-section .account-row {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px; }
    .order-section .account-row .account-left, .order-section .account-row .account-right {
      float: left;
      padding-left: 20px; }
      .order-section .account-row .account-left > div, .order-section .account-row .account-right > div {
        background: #ffffff;
        padding: 40px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .order-section .account-row .account-left h2, .order-section .account-row .account-right h2, .order-section .account-row .account-left h3, .order-section .account-row .account-right h3 {
        margin-top: 0px;
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif; }
      .order-section .account-row .account-left h2, .order-section .account-row .account-right h2 {
        font-size: 28px;
        padding-bottom: 10px; }
    .order-section .account-row .account-left p {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 16px;
      line-height: 22px; }
    .order-section .account-row .account-left table th {
      padding-bottom: 5px; }
    .order-section .account-row .account-right .address-text {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 16px;
      line-height: 22px; }
    .order-section .account-row .account-right a {
      transition: color 0.1s ease-in, background-color 0.1s ease-in;
      color: #006eff;
      text-decoration: none;
      display: inline;
      border: 0 none;
      background: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 19px;
      font-family: Roboto; }
    .order-section .account-row .account-right h3:last-of-type {
      margin-top: 25px; }


@media only screen and (max-width: 767px) {
  .order-section {
    padding-bottom: 50px; }
    .order-section .account-row .account-left {
      width: 100%; }
      .order-section .account-row .account-left table {
        width: 100%; }
        .order-section .account-row .account-left table .order-total:before {
          font-weight: bold; }
        .order-section .account-row .account-left table .subtotal-tr {
          border-top: 1px solid #333; }
    .order-section .account-row .account-right {
      width: 100%;
      margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .order-section text-right {
    text-align: right !important; }
  .order-section .account-left {
    width: 100%;
    margin-bottom: 15px; }
    .order-section .account-left table {
      width: 100%; }
      .order-section .account-left table dl {
        margin-bottom: 0px; }
      .order-section .account-left table .total-text {
        text-align: right; }
      .order-section .account-left table td {
        padding-top: 5px;
        padding-bottom: 5px; }
      .order-section .account-left table tbody tr:last-of-type td {
        padding-bottom: 30px; }
      .order-section .account-left table .quantity {
        padding-left: 20px; }
      .order-section .account-left table .subtotal-tr {
        border-top: 1px solid #333; }
        .order-section .account-left table .subtotal-tr td {
          padding-top: 30px; }
  .order-section .account-right {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .order-section .account-left {
    width: 66.66667%; }
  .order-section .account-right {
    width: 33.333%; } }


.list-collections-section {
  padding-bottom: 30px; }
  .list-collections-section .collection-title {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 33px;
    text-transform: uppercase; }
  .list-collections-section .collection-list {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap; }
    .list-collections-section .collection-list div {
      flex: 0 0 25%;
      margin: 10px;
      text-align: center;
      background-color: #FFFFFF;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .list-collections-section .collection-list div p a {
        color: #4A4A4A;
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        line-height: 18px;
        display: inline-block;
        padding: 10px;
        padding-bottom: 0px; }


@media only screen and (max-width: 767px) {
  .list-collections-section .collection-list div {
    flex: 0 0 100%;
    max-width: 400px; } }




.page-not-found-section {
  background: #ffffff; }
  .page-not-found-section .page-not-found-div {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px; }
    .page-not-found-section .page-not-found-div h1 {
      margin-top: 0px;
      font-size: 30px;
      line-height: 34px;
      text-transform: uppercase; }
    .page-not-found-section .page-not-found-div .empty-text {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px; }
    .page-not-found-section .page-not-found-div > div a {
      display: inline-block;
      padding: 15px 45px;
      width: auto;
      background-color: #E66E00;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      margin-top: 30px;
      border-radius: 0px; }
      .page-not-found-section .page-not-found-div > div a:hover {
        background: #e9563d;
        color: #FFFFFF;
        text-decoration: none; }






.homepage-tile-collection-section {
  position: relative; }
  .homepage-tile-collection-section .cufflink-slide {
    max-height: 500px; }
    .homepage-tile-collection-section .cufflink-slide .carousel-caption > a {
      display: block;
      text-decoration: none; }
      .homepage-tile-collection-section .cufflink-slide .carousel-caption > a > div {
        display: inline-block;
        width: 173px;
        min-height: 42px;
        padding: 10px;
        background-color: #094521;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        text-shadow: none; }
      .homepage-tile-collection-section .cufflink-slide .carousel-caption > a:hover {
        text-decoration: none; }


@media only screen and (max-width: 576px) {
  .homepage-tile-collection-section .cufflink-slide .carousel-caption .slide-title {
    font-size: 30px !important;
    letter-spacing: 2.5px !important;
    line-height: 45px !important; } }

@media only screen and (max-width: 767px) {
  .homepage-tile-collection-section .cufflink-slide {
    display: flex;
    align-items: flex-end;
    min-height: 300px; }
    .homepage-tile-collection-section .cufflink-slide img {
      position: absolute;
      max-width: none;
      height: 100%; }
    .homepage-tile-collection-section .cufflink-slide .carousel-caption {
      display: flex;
      flex-direction: column;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      bottom: 0px;
      height: 100%; }
      .homepage-tile-collection-section .cufflink-slide .carousel-caption > a {
        padding: 15px 55px;
        background: #FFFFFF; }
      .homepage-tile-collection-section .cufflink-slide .carousel-caption p {
        color: #094521;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        letter-spacing: 2.13px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: none; }
      .homepage-tile-collection-section .cufflink-slide .carousel-caption .slide-title {
        font-size: 40px;
        letter-spacing: 7.5px;
        line-height: 55px; } }

@media only screen and (min-width: 768px) {
  .homepage-tile-collection-section .cufflink-slide img {
    width: 100%;
    max-height: 500px; }
  .homepage-tile-collection-section .cufflink-slide .carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px; }
    .homepage-tile-collection-section .cufflink-slide .carousel-caption > a {
      padding: 15px 55px;
      background: #FFFFFF; }
    .homepage-tile-collection-section .cufflink-slide .carousel-caption p {
      color: #094521;
      font-family: 'Roboto Slab', serif;
      font-size: 16px;
      letter-spacing: 2.13px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase;
      text-shadow: none; }
    .homepage-tile-collection-section .cufflink-slide .carousel-caption .slide-title {
      font-size: 40px;
      letter-spacing: 7.5px;
      line-height: 55px; } }

@media only screen and (min-width: 992px) {
  .homepage-tile-collection-section .cufflink-slide .carousel-caption > a {
    padding: 27px 82px; }
  .homepage-tile-collection-section .cufflink-slide .carousel-caption .slide-title {
    font-size: 60px;
    line-height: 75px; } }


.collection-list-section .collection-title {
  margin-top: 30px;
  margin-bottom: 20px; }
  .collection-list-section .collection-title h2 {
    color: #094521;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    letter-spacing: 2.75px;
    line-height: 27px;
    text-transform: uppercase; }
  .collection-list-section .collection-title > div {
    width: 118px;
    height: 1px;
    margin: 0px auto;
    border: 1px solid #C5B89E; }
.collection-list-section .homepageScroll {
  margin-bottom: 50px; }
  .collection-list-section .homepageScroll .slick-slide > div {
    padding: 8px; }
.collection-list-section .collection-single {
  overflow: hidden; }
  .collection-list-section .collection-single a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    position: relative;
    transition: all 1.5s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s; }
    .collection-list-section .collection-single a p {
      align-self: flex-end;
      margin-bottom: 30px;
      color: #FFFFFF;
      font-family: 'Roboto Slab', serif;
      font-size: 22px;
      letter-spacing: 2.75px;
      line-height: 27px;
      text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      z-index: 99; }
    .collection-list-section .collection-single a:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0);
      transition: background 1.5s;
      -webkit-transition: background 1.5s;
      -moz-transition: background 1.5s;
      -o-transition: background 1.5s; }
    .collection-list-section .collection-single a:hover {
      text-decoration: none;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .collection-list-section .collection-single a:hover:before {
        background: rgba(4, 33, 15, 0.5);
        transition: background 0.5s; }







.homepage-text-block .collection-list-block {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  float: none;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  padding-left: 0px;
  padding-right: 0px; }
  .homepage-text-block .collection-list-block .collection-text {
    padding: 20px;
    background: #E8E3D8; }
  .homepage-text-block .collection-list-block .collection-logo-image {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .homepage-text-block .collection-list-block .collection-logo-image img {
      height: 43px; }


@media only screen and (max-width: 767px) {
  .homepage-text-block .collection-list-block {
    flex-direction: column-reverse; } }

@media only screen and (min-width: 768px) {
  .homepage-text-block .collection-list-block .collection-text {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%; }
  .homepage-text-block .collection-list-block .collection-logo-image {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%; } }

@media only screen and (min-width: 992px) {
  .homepage-text-block .collection-list-block .collection-text {
    -webkit-flex: 1 0 70%;
    flex: 1 1 70%; }
  .homepage-text-block .collection-list-block .collection-logo-image {
    -webkit-flex: 1 0 30%;
    flex: 1 1 30%; } }


.inner-page-banner {
  position: relative; }
  .inner-page-banner.dark {
    background-color: #064d25; }
    .inner-page-banner.dark:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); }
  .inner-page-banner h1,
  .inner-page-banner p {
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    text-align: center; }
  .inner-page-banner h1 {
    margin-bottom: 10px;
    margin-top: 0; }
  .inner-page-banner p {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 19px; }
    .inner-page-banner p:first-child {
      margin-top: 70px; }
  .inner-page-banner img {
    padding: 30px 0 0; }


@media only screen and (max-width: 767px) {
  .inner-page-banner h1 {
    font-size: 50px;
    line-height: 45px; } }

@media only screen and (min-width: 768px) {
  .inner-page-banner h1 {
    font-size: 60px;
    line-height: 60px; } }

@media only screen and (min-width: 992px) {
  .inner-page-banner h1 {
    font-size: 60px;
    line-height: 60px; } }

@media only screen and (min-width: 1200px) {
  .inner-page-banner h1 {
    font-size: 70px;
    line-height: 64px; } }

.page-single .inner-page-welcome-text {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-top: 40px;
  padding-bottom: 10px; }
  .page-single .inner-page-welcome-text h2 {
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 20px; }

.page-single .pull-out-blocks .btn,
.page-single .pull-out .btn {
  position: absolute;
  bottom: 55px; }
.page-single .pull-out-blocks .page-block,
.page-single .pull-out .page-block {
  padding: 30px 30px 100px; }

.page-single .pull-out-blocks.no-button .page-block {
  padding-bottom: 30px; }

.page-single .pull-out h3 {
  font-family: 'Roboto Slab', serif; }
  .page-single .pull-out h3 strong {
    display: block; }

.page-single .btn,
#contact_form .btn {
  width: 173px;
  padding: 5px;
  background-color: #0a4521;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 18px;
  line-height: 28px;
  margin-top: 8px;
  border-radius: 0; }

#contact_form label {
  display: none; }

#enquiry {
  padding-top: 100px;
  margin-top: -60px; }
  #enquiry p {
    font-size: 1.2em;
    padding-bottom: 20px; }

.col-with-tick {
  background-image: url("../png/td-minitickzu4emh.png");
  background-repeat: no-repeat;
  background-position: 15px top;
  padding-left: 60px;
  min-height: 38px;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 10px; }


@media only screen and (max-width: 767px) {
  .page-single .inner-page-welcome-text h2 {
    font-size: 1.8em; } }

@media only screen and (min-width: 768px) {
  .inner-page-welcome-text {
    text-align: center; }

  .page-single .pull-out-blocks,
  .page-single .pull-out {
    display: -webkit-flex;
    display: flex; }

  .tick-row {
    display: -webkit-flex;
    display: flex; } }


.bc-sf-filter-option-swatch-image {
  border: 1px solid gray !important; }


.bold-bundles-widget:first-of-type:before {
  display: block;
  content: "Frequently Bought Together";
  color: #094521;
  font-size: 22px;
  line-height: 27px;
  text-align: left;
  margin: 10px 0px; }

.homepageScroll {
  display: none; }

.homepageScroll .slick-slider {
  display: block; }

@media only screen and (min-width: 992px) {
  .product-section .product-info .modal-dialog {
    width: 878px; } }
.paypal {
  margin-top: 30px;
  width: 100%; }

.paypal .dynamic-checkout__content ul {
  justify-content: flex-end; }

feefowidget-container-floating-service .feefowidget-alignment-bottom, feefowidget-container-floating-service .feefowidget-alignment-left, feefowidget-container-floating-service .feefowidget-alignment-right, html #PureChatWidget.purechat {
  z-index: 50 !important; }

.container h2 {
  font-family: 'Roboto Slab', serif;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase; }

#shopify-section-cart-template .money-details {
  display: none; }

#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar p {
  margin: 0;
  padding: 0; }

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px; }

#cookie-bar .cb-enable {
  background: #007700; }

#cookie-bar .cb-enable:hover {
  background: #009900; }

#cookie-bar .cb-disable {
  background: #990000; }

#cookie-bar .cb-disable:hover {
  background: #bb0000; }

#cookie-bar .cb-policy {
  background: #0033bb; }

#cookie-bar .cb-policy:hover {
  background: #0055dd; }