/** Shopify CDN: Minification failed

Line 503:2 Expected identifier but found "*"
Line 585:2 Expected identifier but found "*"
Line 1124:2 Expected identifier but found "*"
Line 3832:85 Unexpected "{"

**/
@charset "UTF-8";
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }
    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: 'Roboto', sans-serif; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::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 element helpers ================*/
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; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.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 to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.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
    - Based on CSS Wizardry grid
==============================================================================*/
.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; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.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%; }

/* Tenths */
.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%; }

/* Twelfths */
.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; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
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; }

/*================ Icons ================*/
.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; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.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 ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.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; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@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 #d4d4d4; } }
/*================ Links & Buttons ================*/
.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; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #d4d4d4;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/ico-select.svg?v=53569193904132550091779013781);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

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

/*================ Error styles ================*/
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; }

/*================ MODULES ================*/
/*================ Site Header ================*/
html, body {
  overflow-x: hidden; }
  html .fixedposition, body .fixedposition {
    position: fixed !important; }

.feefowidget-overall-rating-container, .feefowidget-based-on-container, .feefowidget-logo-container {
  display: none; }

.no-overflow {
  overflow: hidden; }

#MainContent {
  background-color: #FAFAFA; }

.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; }

.bc-sf-search-suggestion {
  min-width: auto !important; }

#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 {
  background: linear-gradient(180deg, #fafafa 0%, #e7e7e7 100%); }
  #shopify-section-header header .header-top .payment-icons-currency-div {
    display: flex;
    align-items: center; }
    #shopify-section-header header .header-top .payment-icons-currency-div .BOLD-mc-picker .currentCurrency {
      margin-left: 10px; }
  #shopify-section-header header .header-top .payment-icons {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    padding-left: 0px;
    margin-top: 11px; }
    #shopify-section-header header .header-top .payment-icons li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px; }
      #shopify-section-header header .header-top .payment-icons li img {
        width: auto;
        height: 30px; }
      #shopify-section-header header .header-top .payment-icons li:first-of-type img {
        width: 75px;
        height: auto; }
      #shopify-section-header header .header-top .payment-icons li:last-of-type img {
        width: 85px;
        height: auto; }
  #shopify-section-header header .header-top .enquiry-div .enquiry {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px;
    text-align: right; }
    #shopify-section-header header .header-top .enquiry-div .enquiry a {
      display: inline-block;
      font-weight: bold;
      font-size: 18px;
      font-family: Roboto;
      line-height: 21px;
      color: #4A4A4A;
      text-decoration: none; }
#shopify-section-header header .header-right .cust-name {
  font-weight: bold; }
#shopify-section-header header .header-right .cart-div {
  margin-bottom: 23px; }
  #shopify-section-header header .header-right .cart-div a {
    height: 33px;
    width: 33px;
    float: right;
    margin-right: 30px;
    display: block; }
#shopify-section-header header .header-right .cart-items a {
  display: block;
  height: 33px;
  width: 33px;
  background-color: #356200;
  z-index: 1000;
  margin-bottom: -16px;
  position: relative;
  border-radius: 50%;
  margin-right: 14px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none; }
#shopify-section-header header .header-right .cart-items p {
  padding-top: 4px; }
#shopify-section-header header .header-right .icon-cart {
  height: 30px;
  width: 30px;
  margin-right: 30px;
  color: #4A4A4A; }
#shopify-section-header header .header-right .login-div ul {
  list-style: none;
  display: flex;
  float: right;
  align-items: baseline; }
  #shopify-section-header header .header-right .login-div ul li {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    padding-top: 18px;
    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; }

/* ---------------[ Site Header: XXS ]--------------- */
@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; } }
/* ---------------[ Site Header: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .feefowidget-mobile {
    display: none !important; }

  #shopify-section-header a[data-toggle="collapse"] {
    cursor: pointer; }
  #shopify-section-header header {
    min-height: 210px; }
    #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-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: 30px;
          color: #4A4A4A;
          margin-top: 5px; }
        #shopify-section-header header .header-icons-mobile > div .cart-items a {
          display: block;
          height: 33px;
          width: 33px;
          background-color: #356200;
          z-index: 1000;
          margin-bottom: -25px;
          position: relative;
          border-radius: 50%;
          float: none;
          margin-right: auto;
          margin-left: auto;
          border: 2px solid #fff;
          color: #fff;
          text-decoration: none; }
        #shopify-section-header header .header-icons-mobile > div .cart-items p {
          padding-top: 4px; }
        #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: 99999;
    top: 0;
    left: -100%;
    background: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
    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-color: rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid; }
      #shopify-section-header .navbar .dropdown > div {
        z-index: 21474383647; }
        #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 > a {
              padding: 8px 8px 8px 22px;
              text-decoration: none;
              font-size: 16px;
              display: block;
              transition: 0.3s;
              color: #4A4A4A;
              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: #4A4A4A;
              color: #FFFFFF; }
      #shopify-section-header .navbar .dropdown:hover .nav-mobile-collapse-link {
        background: #4A4A4A;
        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: #4a4a4a; }
      #shopify-section-header .navbar .login-createaccount > li {
        background: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781"); }
        #shopify-section-header .navbar .login-createaccount > li:first-of-type {
          border-top: 1px solid;
          border-color: #ffffff; }
        #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; } }

/* ---------------[ Site Footer: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  #shopify-section-header .header-left {
    padding-left: 20px;
    padding-top: 15px; }
    #shopify-section-header .header-left .header-search {
      padding-top: 24px; }
      #shopify-section-header .header-left .header-search input {
        width: 150px;
        height: 38px;
        margin-right: -3px;
        padding-left: 16px; }
      #shopify-section-header .header-left .header-search .btn {
        background-color: #DEDEDE;
        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: flex;
      display: -webkit-flex;
      float: none;
      background: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
      min-height: 63px; }
      #shopify-section-header .navbar .nav .dropdown {
        flex: 1;
        -webkit-box-flex: 1;
        -webkit-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: 16px;
          height: 100%;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          -webkit-align-items: center;
          justify-content: center;
          -webkit-justify-content: center; }
        #shopify-section-header .navbar .nav .dropdown:hover > a, #shopify-section-header .navbar .nav .dropdown.hover > a {
          background: #4A4A4A;
          color: #FFFFFF; }
        #shopify-section-header .navbar .nav .dropdown:hover > div, #shopify-section-header .navbar .nav .dropdown.hover > div {
          display: flex;
          display: -webkit-flex;
          flex-direction: row;
          -webkit-flex-direction: row;
          flex-wrap: wrap;
          -webkit-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 {
            flex: 1 1 70%;
            -webkit-flex: 1 1 70%;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            padding: 10px 10px 15px 10px;
            background: #EBEBEB;
            align-content: flex-start;
            -webkit-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: #4A4A4A;
                font-family: Roboto;
                font-size: 14px;
                line-height: 16px;
                background: #FFFFFF;
                display: block;
                padding: 10px; }
                #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: #4A4A4A;
                color: #FFFFFF; }
            #shopify-section-header .navbar .nav .dropdown > div > ul .large-list {
              width: 33.33%; }
          #shopify-section-header .navbar .nav .dropdown > div > div {
            background: rgba(56, 56, 56, 0.05);
            flex: 1 1 10%;
            -webkit-flex: 1 1 10%;
            padding: 10px;
            min-height: 247px;
            padding-bottom: 30px;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            -webkit-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: flex;
              display: -webkit-flex;
              flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              justify-content: center;
              -webkit-justify-content: center;
              align-content: flex-start;
              -webkit-align-content: flex-start; }
              #shopify-section-header .navbar .nav .dropdown > div > div > div > div a {
                display: flex;
                display: -webkit-flex;
                flex-direction: column-reverse;
                -webkit-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: flex;
                  display: -webkit-flex;
                  justify-content: center;
                  align-items: center;
                  -webkit-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: '';
      height: 1px;
      width: 100%;
      position: absolute;
      background: rgba(255, 255, 255, 0.4);
      top: 5px;
      z-index: 1;
      pointer-events: none; }
    #shopify-section-header .navbar:after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      background: rgba(255, 255, 255, 0.4);
      bottom: 5px;
      pointer-events: none; }
  #shopify-section-header .header-bottom {
    background-color: #FAFAFA;
    height: 46px; }
    #shopify-section-header .header-bottom > div {
      display: flex;
      display: -webkit-flex;
      padding-top: 2px; }
      #shopify-section-header .header-bottom > div > div {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex: 1;
        -webkit-flex: 1;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-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: #4A4A4A;
          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; } }
/* ---------------[ Site Footer: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  #shopify-section-header .logo-div {
    text-align: center; }
  #shopify-section-header .header-left {
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 0px; }
    #shopify-section-header .header-left .header-search {
      padding-top: 24px; }
      #shopify-section-header .header-left .header-search input {
        width: 180px;
        height: 38px;
        margin-right: -3px;
        padding-left: 16px; }
      #shopify-section-header .header-left .header-search .btn {
        background-color: #DEDEDE;
        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; } }
/* ---------------[ Site Footer: Desktop ]--------------- */
@media only screen and (min-width: 1200px) {
  #shopify-section-header .header-left {
    padding-left: 20px;
    padding-top: 15px; }
    #shopify-section-header .header-left .header-search {
      padding-top: 24px; }
      #shopify-section-header .header-left .header-search input {
        width: 207px;
        height: 38px;
        margin-right: -3px;
        padding-left: 16px; }
      #shopify-section-header .header-left .header-search .btn {
        background-color: #DEDEDE;
        height: 38px;
        line-height: 0px;
        border-radius: 0px; }
  #shopify-section-header .feefo-review {
    position: absolute;
    right: 15px;
    margin-top: -30px;
    z-index: 99; }
  #shopify-section-header .logo-div {
    padding: 0px;
    text-align: center; }
  #shopify-section-header .navbar .nav .dropdown > a {
    padding-top: 19px; }
  #shopify-section-header .navbar .nav .dropdown > div > div {
    flex: none;
    -webkit-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 .header-left .header-search input {
    width: 250px; }
  #shopify-section-header .navbar .nav .dropdown > div > div > div > div > a {
    min-width: 160px; } }
@media only screen and (min-width: 1400px) {
  #shopify-section-header .header-left .header-search input {
    width: 270px; } }
@-moz-document url-prefix() {
  .header-search .btn {
    margin-top: 0px !important; } }

/*================ Site Footer ================*/
#shopify-section-footer a[data-toggle="collapse"] {
  cursor: pointer; }
#shopify-section-footer footer .signup {
  background-color: #65676B;
  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: #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: #4A4A4A;
      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 .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: flex;
      display: -webkit-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      justify-content: center;
      -webkit-justify-content: center;
      margin-left: 0px;
      padding-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;
  text-align: center; }
  #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; }

/* ---------------[ Site Footer: Mobile Only ]--------------- */
@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;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-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 .social-links a .icon {
        width: 25px;
        height: 20px; }
  #shopify-section-footer footer .footer .payment-icons {
    padding-left: 0px;
    margin-bottom: 25px; }
    #shopify-section-footer footer .footer .payment-icons ul {
      padding-left: 15px; }
  #shopify-section-footer footer .signoff .footer-copy-right {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px; } }
/* ---------------[ Site Footer: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  #shopify-section-footer footer .footer .footer-main-links-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-menu {
      flex: 1;
      -webkit-flex: 1;
      width: 100%; }
    #shopify-section-footer footer .footer .footer-main-links-row .footer-logo {
      margin-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 .social-links a .icon {
        width: 50px;
        height: 30px; } }
/* ---------------[ Site Footer: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  #shopify-section-footer footer .footer .footer-main-links-row .footer-logo {
    margin-top: 0px; } }
/* ---------------[ Site Footer: Desktop ]--------------- */
/*================ FEATURED COLLECTION ================*/
.featured-collection-section {
  background-position: center;
  background-size: cover;
  height: auto; }
  .featured-collection-section .collection-title {
    margin-top: 60px; }
    .featured-collection-section .collection-title h2 {
      font-family: 'Roboto Slab', serif;
      font-size: 30px;
      line-height: 37px; }
    .featured-collection-section .collection-title > div {
      width: 118px;
      height: 1px;
      margin: 0px auto;
      border-bottom: 1px solid #979797; }
  .featured-collection-section .featured-products {
    margin-top: 51px; }
    .featured-collection-section .featured-products .featured-product {
      background-color: #FFFFFF;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .featured-collection-section .featured-products .featured-product .product-tag {
        position: absolute;
        background: white;
        height: 74px;
        width: 74px;
        border-radius: 50%;
        top: 6px;
        left: 6px; }
        .featured-collection-section .featured-products .featured-product .product-tag p {
          height: 66px;
          width: 66px;
          border-radius: 50%;
          margin-top: 2px;
          margin-left: 2px;
          padding-top: 22px; }
          .featured-collection-section .featured-products .featured-product .product-tag p .tag {
            text-decoration: none;
            color: #FFFFFF;
            font-family: 'Roboto Slab', serif;
            font-size: 18px;
            line-height: 21px;
            text-transform: uppercase; }
        .featured-collection-section .featured-products .featured-product .product-tag.new {
          border: 2px solid #DA8903; }
          .featured-collection-section .featured-products .featured-product .product-tag.new p {
            background: #DA8903; }
        .featured-collection-section .featured-products .featured-product .product-tag.sale {
          border: 2px solid #D0021B; }
          .featured-collection-section .featured-products .featured-product .product-tag.sale p {
            background: #D0021B; }
        .featured-collection-section .featured-products .featured-product .product-tag.bestseller {
          border: 2px solid #570068; }
          .featured-collection-section .featured-products .featured-product .product-tag.bestseller p {
            background: #570068;
            padding-top: 12px; }
            .featured-collection-section .featured-products .featured-product .product-tag.bestseller p .tag {
              font-size: 14px;
              line-height: 15px; }
      .featured-collection-section .featured-products .featured-product .personalised {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: -4px;
        right: 5px;
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 14px; }
        .featured-collection-section .featured-products .featured-product .personalised img {
          padding-right: 8px;
          padding-bottom: 2px; }
        .featured-collection-section .featured-products .featured-product .personalised.unavailable {
          right: 0px; }
      .featured-collection-section .featured-products .featured-product .price p {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px; }
      .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; }
      .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 Slab', serif;
              font-size: 15px;
              line-height: 18px;
              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: #4A4A4A;
            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: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
          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 {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
        .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); }

/* ---------------[ FEATURED COLLECTION: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .featured-collection-section .featured-products {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .featured-collection-section .featured-products > div {
      display: flex;
      display: -webkit-flex;
      flex: 0 1 45%;
      -webkit-flex: 0 1 45%; }
      .featured-collection-section .featured-products > div:nth-child(odd) {
        padding-right: 7px;
        padding-left: 0px; }
      .featured-collection-section .featured-products > div:nth-child(even) {
        padding-left: 7px;
        padding-right: 0px; }
    .featured-collection-section .featured-products .featured-product {
      position: relative;
      width: 100%;
      margin-bottom: 14px; }
      .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: 15px; }
        .featured-collection-section .featured-products .featured-product a > div .product-image > p {
          padding: 10px 10px 20px 10px; } }
/* ---------------[ FEATURED COLLECTION: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .featured-collection-section .featured-products {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center; }
    .featured-collection-section .featured-products > div {
      display: flex;
      display: -webkit-flex;
      flex: 0 1 33.33%;
      -webkit-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: 18px; }
        .featured-collection-section .featured-products .featured-product a > div .product-image > p {
          padding: 10px 10px 20px 10px; } }
/* ---------------[ FEATURED COLLECTION: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .featured-collection-section .featured-products > div {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%; }
    .featured-collection-section .featured-products > div:nth-child(4) {
      display: flex;
      display: -webkit-flex; } }
/* ---------------[ FEATURED COLLECTION: Desktop ]--------------- */
/*================ Customer Reviews ================*/
.customer-reviews-section .reviews-title {
  margin-top: 60px; }
  .customer-reviews-section .reviews-title h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 37px; }
  .customer-reviews-section .reviews-title > div {
    width: 118px;
    height: 1px;
    margin: 0px auto;
    border-bottom: 1px solid #979797; }

/*================ Home CTA Blocks ================*/
.home-cta-blocks-section {
  background: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
  height: auto; }
  .home-cta-blocks-section .cta-block-row {
    margin-top: 40px;
    margin-bottom: 48px; }
  .home-cta-blocks-section .cta-block a {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    text-decoration: none;
    height: 170px; }
    .home-cta-blocks-section .cta-block a .cta-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      -webkit-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;
        text-transform: uppercase;
        text-align: center; }
      .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; }

/* ---------------[ Home CTA Blocks: Mobile Only ]--------------- */
@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;
    -webkit-flex-direction: row;
    min-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%;
      -webkit-flex: 0 0 30%; }
    .home-cta-blocks-section .cta-block a .cta-content {
      padding-top: 10px;
      padding-bottom: 10px;
      flex: 0 0 70%;
      -webkit-flex: 0 0 70%; }
  .home-cta-blocks-section .cta-block:last-of-type {
    margin-bottom: 0px; } }
/* ---------------[ Home CTA Blocks: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .home-cta-blocks-section .cta-block a {
    min-height: 165px; }
  .home-cta-blocks-section .cta-block .cta-content {
    flex: 1 1 60%;
    -webkit-flex: 1 1 60%; }
  .home-cta-blocks-section .cta-block .cta-image {
    min-height: 165px;
    flex: 1 1 40%;
    -webkit-flex: 1 1 40%; } }
/* ---------------[ Home CTA Blocks: Laptop ]--------------- */
/* ---------------[ Home CTA Blocks: Desktop ]--------------- */
@media only screen and (min-width: 1200px) {
  .home-cta-blocks-section .cta-block a {
    min-height: 170px; }
  .home-cta-blocks-section .cta-block .cta-image {
    min-height: 170px; } }
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

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

/*================ Print Giftcard Styles ================*/
@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 ================*/
.homepage-carousel-section .carousel-inner .item {
  max-height: 500px;
  overflow: hidden; }
.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;
      margin-top: 15px; }
    .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;
      margin-bottom: 0; }
    .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
      color: #FFFFFF;
      font-family: 'Roboto Slab', serif; }
.homepage-carousel-section .cta-blocks-container .cta-block a {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding: 10px; }
    .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col p {
      color: #4A4A4A;
      font-family: 'Roboto Slab', serif;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 15px;
      text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      text-transform: uppercase; }
    .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col .cta-title {
      font-size: 24px;
      letter-spacing: 3px;
      line-height: 30px; }

/* ---------------[ HOMEPAGE CAROUSEL: xxs ]--------------- */
@media only screen and (max-width: 576px) {
  .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
    font-size: 40px !important;
    line-height: 34px !important; } }
/* ---------------[ HOMEPAGE CAROUSEL: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .homepage-carousel-section .cufflink-slide {
    display: flex;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    min-height: 300px;
    /*img{
    	position:absolute;
    	max-width:none;
    	height:100%;
    	left:-20%;
    }*/ }
    .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:before {
      width: 100%;
      left: 0;
      content: '';
      position: absolute;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: +1; }
    .homepage-carousel-section .cufflink-slide .carousel-caption {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      height: 100%;
      padding-top: 60px; }
      .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
        font-size: 50px;
        line-height: 45px; }
  .homepage-carousel-section .cta-blocks-container .cta-block {
    margin-top: 15px; }
    .homepage-carousel-section .cta-blocks-container .cta-block a {
      display: flex;
      display: -webkit-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-left-col {
        flex: 1 1 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        -webkit-flex: 1 1 70%;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        padding: 10px; }
        .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col p {
          color: #4A4A4A;
          font-family: 'Roboto Slab', serif;
          font-size: 12px;
          letter-spacing: 1px;
          line-height: 15px;
          text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          text-transform: uppercase; }
        .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col .cta-title {
          font-size: 24px;
          letter-spacing: 3px;
          line-height: 30px; }
      .homepage-carousel-section .cta-blocks-container .cta-block a .cta-right-col {
        flex: 1 1 30%;
        -webkit-flex: 1 1 30%; } }
/* ---------------[ HOMEPAGE CAROUSEL: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .homepage-carousel-section #myCarousel {
    margin-bottom: -2vw; }
  .homepage-carousel-section .container {
    width: 100%; }
  .homepage-carousel-section .cufflink-slide {
    overflow: hidden; }
    .homepage-carousel-section .cufflink-slide img {
      width: 100%; }
    .homepage-carousel-section .cufflink-slide .container {
      width: 100%;
      max-width: 1600px; }
    .homepage-carousel-section .cufflink-slide .carousel-caption {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      height: 100%;
      position: absolute;
      right: 0;
      /* 				left:50%; */
      left: 0;
      bottom: 0;
      padding-top: 0px;
      padding-bottom: 0px; }
      .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
        font-size: 40px;
        line-height: 40px; }
      .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: flex;
    display: -webkit-flex; }
    .homepage-carousel-section .cta-blocks-container .cta-block {
      flex: 1;
      -webkit-flex: 1;
      margin-right: 30px; }
      .homepage-carousel-section .cta-blocks-container .cta-block a {
        display: flex;
        display: -webkit-flex;
        height: 100%;
        min-height: 123px;
        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 a .cta-left-col {
          flex: 1 1 70%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          -webkit-flex: 1 1 70%;
          display: -webkit-flex;
          -webkit-flex-direction: column;
          -webkit-align-items: center;
          -webkit-justify-content: center;
          padding: 10px; }
          .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col p {
            color: #4A4A4A;
            font-family: 'Roboto Slab', serif;
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 15px;
            text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            text-transform: uppercase; }
          .homepage-carousel-section .cta-blocks-container .cta-block a .cta-left-col .cta-title {
            font-size: 24px;
            line-height: 24px; }
        .homepage-carousel-section .cta-blocks-container .cta-block a .cta-right-col {
          flex: 1 1 30%;
          -webkit-flex: 1 1 30%; }
      .homepage-carousel-section .cta-blocks-container .cta-block:last-of-type {
        display: none; }
      .homepage-carousel-section .cta-blocks-container .cta-block:nth-child(2) {
        margin-right: 0px; } }
/* ---------------[ HOMEPAGE CAROUSEL: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .homepage-carousel-section #myCarousel {
    margin-bottom: -3vw; }
  .homepage-carousel-section .container {
    width: 970px; }
  .homepage-carousel-section .cufflink-slide .carousel-caption {
    /* 				left:60%; */
    left: 0; }
    .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
      font-size: 60px;
      line-height: 60px; }
  .homepage-carousel-section .cta-blocks-container .cta-block:last-of-type {
    margin-right: 0px;
    display: block; }
  .homepage-carousel-section .cta-blocks-container .cta-block:nth-child(2) {
    margin-right: 30px; } }
/* ---------------[ HOMEPAGE CAROUSEL: Desktop ]--------------- */
@media only screen and (min-width: 1200px) {
  .homepage-carousel-section .container {
    width: 1170px; }
  .homepage-carousel-section .cufflink-slide .carousel-caption {
    /* 				left:65%; */ }
    .homepage-carousel-section .cufflink-slide .carousel-caption .slide-title {
      font-size: 70px;
      line-height: 64px; } }
@media only screen and (min-width: 2000px) {
  .homepage-carousel-section .cufflink-slide .carousel-caption {
    /* 				left:75%; */ } }
/*================ Home CTA Blocks ================*/
.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;
    padding: 0; }
  .homepage-footer-cta-blocks .content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 47px;
    padding-left: 15px;
    padding-right: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 49%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 49%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 49%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
    .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; }

/* ---------------[ Home CTA Blocks: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .homepage-footer-cta-blocks .shopnow-container {
    height: 250px; } }
/* ---------------[ Home CTA Blocks: Tablet ]--------------- */
/* ---------------[ Home CTA Blocks: Laptop ]--------------- */
/* ---------------[ Home CTA Blocks: Desktop ]--------------- */
/*================ Collection ================*/
.collection-products-section header {
  height: 136px;
  background: #DEDDE5;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat; }
  .collection-products-section header .collection-title {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 33px;
    text-transform: uppercase; }
.collection-products-section .filter-text {
  background: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
  height: 45px;
  margin-top: -45px;
  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;
  display: -webkit-flex; }
  .collection-products-section #bc-sf-filter-top-sorting p {
    flex: 0 0 50%;
    -webkit-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%;
    -webkit-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;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }
  .collection-products-section .product-items .featured-product {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
    margin: 10px; }
    .collection-products-section .product-items .featured-product .product-tag {
      position: absolute;
      background: white;
      display: none;
      height: 74px;
      width: 74px;
      border-radius: 50%;
      top: 6px;
      left: 6px; }
      .collection-products-section .product-items .featured-product .product-tag p {
        height: 66px;
        width: 66px;
        border-radius: 50%;
        margin-top: 2px;
        margin-left: 2px;
        padding-top: 22px; }
        .collection-products-section .product-items .featured-product .product-tag p .tag {
          text-decoration: none;
          color: #FFFFFF;
          font-family: 'Roboto Slab', serif;
          font-size: 18px;
          line-height: 21px;
          text-transform: uppercase; }
      .collection-products-section .product-items .featured-product .product-tag.new {
        border: 2px solid #DA8903; }
        .collection-products-section .product-items .featured-product .product-tag.new p {
          background: #DA8903; }
      .collection-products-section .product-items .featured-product .product-tag.sale {
        border: 2px solid #D0021B;
        display: block; }
        .collection-products-section .product-items .featured-product .product-tag.sale p {
          background: #D0021B; }
      .collection-products-section .product-items .featured-product .product-tag.bestseller {
        border: 2px solid #570068; }
        .collection-products-section .product-items .featured-product .product-tag.bestseller p {
          background: #570068;
          padding-top: 12px; }
          .collection-products-section .product-items .featured-product .product-tag.bestseller p .tag {
            font-size: 14px;
            line-height: 15px; }
    .collection-products-section .product-items .featured-product .personalised {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: -4px;
      right: 5px;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 12px;
      letter-spacing: 0.4px;
      line-height: 14px; }
      .collection-products-section .product-items .featured-product .personalised img {
        padding-right: 8px;
        padding-bottom: 2px; }
      .collection-products-section .product-items .featured-product .personalised.unavailable {
        right: 0px; }
    .collection-products-section .product-items .featured-product .price p {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 14px;
      line-height: 16px; }
    .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; }
    .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 Slab', serif;
            font-size: 15px;
            line-height: 18px;
            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: #4A4A4A;
          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: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
        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, .collection-products-section .product-items .featured-product:focus {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
      .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; }

/* ---------------[ Collection: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .collection-products-section header {
    background-size: 53%; }
    .collection-products-section header .row {
      height: 136px; }
      .collection-products-section header .row > div {
        height: 100%;
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center; }
        .collection-products-section header .row > div .collection-title {
          margin: 10px;
          word-break: break-word;
          text-align: center;
          font-size: 18px;
          line-height: 24px; }
  .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;
    -webkit-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;
    -webkit-flex: 0 1 50%;
    display: -webkit-flex; }
    .collection-products-section .product-items > div:nth-child(odd) > div {
      margin-right: 7px;
      margin-left: 0px; }
    .collection-products-section .product-items > div:nth-child(even) > div {
      margin-left: 7px;
      margin-right: 0px; }
  .collection-products-section .product-items .featured-product {
    position: relative; }
    .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: 15px; }
      .collection-products-section .product-items .featured-product a > div .product-image > p {
        padding: 10px 10px 20px 10px; } }
/* ---------------[ Collection: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .collection-products-section .product-items > div {
    flex: 0 0 50%;
    display: flex;
    -webkit-flex: 0 0 50%;
    display: -webkit-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: 18px; }
      .collection-products-section .product-items .featured-product a > div .product-image > p {
        padding: 10px 10px 20px 10px; } }
/* ---------------[ Collection: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .collection-products-section .product-items > div {
    flex: 0 0 33.33%;
    display: flex;
    -webkit-flex: 0 0 33.33%;
    display: -webkit-flex; } }
/* ---------------[ Collection: Desktop ]--------------- */
/*================ Product ================*/
.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: 0px;
    display: inline-block; }
  .product-section .product-info .ref {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap; }
  .product-section .product-info .price-div {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center; }
    .product-section .product-info .price-div .sale-text {
      display: inline-block;
      height: 35px;
      width: 77px;
      background: #D0021B;
      text-align: center;
      padding: 7px;
      color: #FFFFFF;
      font-family: 'Roboto Slab', serif;
      font-size: 18px;
      line-height: 21px; }
    .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: #356200;
      font-family: Roboto;
      font-size: 36px;
      line-height: 42px; }
  .product-section .product-info .product-info-box {
    margin-top: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0 30px 40px; }
    .product-section .product-info .product-info-box form {
      text-align: center; }
    .product-section .product-info .product-info-box > div .pplr-wrapper {
      width: 96%; }
  .product-section .product-info .engraved-giftwrap {
    display: flex;
    display: -webkit-flex; }
    .product-section .product-info .engraved-giftwrap > div {
      background-color: #FAFAFA;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
      flex: 1;
      -webkit-flex: 1;
      min-height: 106px; }
      .product-section .product-info .engraved-giftwrap > div > div {
        text-align: center; }
        .product-section .product-info .engraved-giftwrap > div > div img {
          height: auto;
          width: 71px; }
        .product-section .product-info .engraved-giftwrap > div > div p {
          margin-bottom: 0px; }
    .product-section .product-info .engraved-giftwrap .engraved {
      margin-right: 10px; }
    .product-section .product-info .engraved-giftwrap .giftwrap {
      margin-left: 10px; }
  .product-section .product-info .delivery-info {
    background: url("//www.thecufflinkstore.co.uk/cdn/shop/t/19/assets/grey-background-pattern.jpg?v=76029359310413012081779013781");
    padding: 15px 10px;
    text-align: center;
    /*Count down timer styles Start*/
    /*Count down timer styles End*/ }
    .product-section .product-info .delivery-info .trustblox-1-timer-textual.trustblox-1-style-text-only.trustblox-1-scheme-auto {
      color: white; }
    .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 .modal {
    z-index: 1111111; }
  .product-section .product-info .modal-body {
    padding: 0px; }
    .product-section .product-info .modal-body img {
      height: auto;
      width: 100%; }
    .product-section .product-info .modal-body button {
      position: absolute;
      right: 10px;
      top: 10px; }
  .product-section .product-info .modal.in .modal-dialog {
    margin-top: 100px; }
  .product-section .product-info .modal.fade .modal-dialog {
    margin-top: 100px; }
  .product-section .product-info form {
    margin-top: 15px; }
    .product-section .product-info form .bold_options {
      margin-bottom: 0px !important; }
    .product-section .product-info form .product-personalizer {
      margin: 5px !important;
      float: none; }
      .product-section .product-info form .product-personalizer button {
        height: 42px;
        width: auto;
        background-color: #356200;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 18px;
        line-height: 21px;
        margin-top: 8px;
        border-radius: 0px; }
        .product-section .product-info form .product-personalizer button:hover {
          background: #203c00;
          color: #FFFFFF; }
  .product-section .product-info .product-options-div {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center; }
    .product-section .product-info .product-options-div .selector-wrapper {
      display: flex;
      flex-direction: column;
      flex: 0 0 50%;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -webkit-flex: 0 0 50%;
      padding-right: 20px;
      max-width: 150px; }
      .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 #d4d4d4;
      opacity: 0.9;
      text-align: center;
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      margin-right: 15px; }
    .product-section .product-info .add-item-tocart button {
      height: 42px;
      width: 173px;
      background-color: #356200;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      margin-top: 8px;
      border: none; }
      .product-section .product-info .add-item-tocart button:hover {
        background: #203c00;
        color: #FFFFFF; }
  .product-section .product-info .ajaxified-cart-feedback {
    background: #f3f3f3;
    margin-top: 10px; }
  .product-section .product-info .cufflink-info-withimages {
    display: flex;
    display: -webkit-flex;
    margin-top: 41px;
    justify-content: space-around; }
    .product-section .product-info .cufflink-info-withimages > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      -webkit-align-items: center; }
      .product-section .product-info .cufflink-info-withimages > div img {
        max-width: 47px; }
      .product-section .product-info .cufflink-info-withimages > div p {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 13px;
        line-height: 15px;
        padding-top: 13px; }
  .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 p {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 13px;
      line-height: 24px; }
    .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 .featured-collection-section {
    padding-bottom: 70px;
    background: #FAFAFA; }
    .product-section .featured-collection-section h2 {
      color: #4A4A4A; }
  .product-section .homepage-footer-cta-blocks {
    margin-top: 0px; }

/* ---------------[ Product: Mobile Only ]--------------- */
@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 .cufflink-info-withimages {
        max-width: 400px; }
      .product-section .product-info .price-div {
        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 .add-item-tocart {
        display: flex;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        margin-top: 0px; }
      .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-info .modal-dialog {
        width: 95%; }
      .product-section .product-info .modal.in .modal-dialog {
        margin-top: 90px; }
      .product-section .product-info .modal.fade .modal-dialog {
        margin-top: 90px; }
      .product-section .product-info form > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        margin-bottom: 15px; }
      .product-section .product-info form > button {
        height: 42px;
        width: 100%;
        background-color: #356200;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 18px;
        line-height: 21px;
        border: none; }
    .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; } }
/* ---------------[ Product: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .product-section .product-info .modal-dialog {
    width: 95%; }
  .product-section .product-row {
    margin-top: 50px; }
  .product-section .product-image-div {
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse; }
    .product-section .product-image-div > div .MagicToolboxSelectorsContainer {
      margin-top: 20px; }
      .product-section .product-image-div > div .MagicToolboxSelectorsContainer a img {
        width: 71px;
        height: 71px; } }
/* ---------------[ Product: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .product-section .product-info .modal-dialog {
    width: 878px; } }
/* ---------------[ Product: Desktop ]--------------- */
/* ---------------[ Product: xxs ]--------------- */
@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 ================*/
.pagination {
  margin: 20px 0 0 0; }
  .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center; }
    .pagination ul li {
      padding-left: 5px;
      padding-right: 5px; }
      .pagination ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-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: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-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; }

/* ---------------[ Pagination: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .pagination ul {
    padding-left: 0px; }
    .pagination ul li {
      padding-left: 2px;
      padding-right: 2px; }
      .pagination ul li span {
        height: 25px;
        width: 25px; }
      .pagination ul li.page a {
        height: 25px;
        width: 25px; }
      .pagination ul li.active span {
        height: 25px;
        width: 25px; }
      .pagination ul li.first a, .pagination ul li.last a {
        height: 25px;
        width: 40px;
        font-size: 12px;
        line-height: 14px; }
      .pagination ul li.previous a, .pagination ul li.next a {
        height: 25px;
        width: 25px; }
      .pagination ul li.disabled {
        height: 25px; } }
/* ---------------[ Pagination: Tablet ]--------------- */
/* ---------------[ Pagination: Laptop ]--------------- */
/* ---------------[ Pagination: Desktop ]--------------- */
/*================ Cart ================*/
.cart-section {
  background: #FFFFFF; }
  .cart-section .responsive-table-row {
    display: flex;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    padding: 15px 15px; }
  .cart-section .cart-right-div, .cart-section .cart-quantity-price-div {
    display: flex;
    display: -webkit-flex; }
  .cart-section .cart-right-div {
    margin-left: 10px; }
  .cart-section > div h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .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;
        /* height: 50px; */
        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 form {
    margin-bottom: 60px; }
  .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 {
      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;
      padding-top: 20px; }
    .cart-section > div .cart-table .cartProducts .cart__cell--price {
      color: #4A4A4A;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      width: 130px;
      display: flex;
      align-items: center;
      justify-content: center;
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center; }
    .cart-section > div .cart-table .cartProducts .cart__cell--quantity {
      display: flex;
      align-items: center;
      justify-content: center;
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      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;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: flex-end;
      font-weight: bold; }
  .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;
    display: -webkit-flex;
    -webkit-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: 100%;
    background: #FFFFFF;
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
    border-radius: 0px;
    border: 1px solid #4A4A4A;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .cart-section > div .cart__buttons .update:hover {
      background: #4A4A4A;
      color: #FFFFFF; }
  .cart-section > div .cart__buttons .checkout {
    height: 60px;
    width: 100%;
    background-color: #356200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0px;
    text-transform: uppercase; }
    .cart-section > div .cart__buttons .checkout:hover {
      background: #203c00;
      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: #356200;
      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: #203c00;
        color: #FFFFFF; }

/* ---------------[ Cart: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .cart-section .responsive-table-row {
    flex-direction: column;
    -webkit-flex-direction: column; }
  .cart-section .cart-right-div {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%; }
  .cart-section .cart-quantity-price-div {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 0 20px; }
  .cart-section .mobile-cart-titles {
    display: flex !important;
    display: -webkit-flex !important;
    padding: 0 20px; }
    .cart-section .mobile-cart-titles p {
      width: 33%;
      font-weight: bold;
      text-align: center; }
      .cart-section .mobile-cart-titles p:first-of-type {
        text-align: left; }
      .cart-section .mobile-cart-titles p:last-of-type {
        text-align: right; }
  .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: 100%; }
  .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 {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    .cart-section > div .cart-table .cartProducts .cart__cell--product-des p {
      width: 100%;
      text-align: center; }
  .cart-section > div .cart-table .cartProducts .cart__cell--price {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 33%; }
  .cart-section > div .cart-table .cartProducts .cart__cell--quantity {
    justify-content: center;
    width: 33%; }
  .cart-section > div .cart-table .cartProducts .cart__cell--total {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 97%;
    margin-top: -30px;
    font-weight: normal; }
  .cart-section > div .cart-table .cartProducts .cart__cell--total-mobile {
    display: flex !important;
    display: -webkit-flex !important; }
  .cart-section > div .paypal {
    /* display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     
     display: -webkit-flex;
     -webkit-flex-direction: column; */
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin-top: 15px;
    width: 100%; }
    .cart-section > div .paypal p {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px; }
    .cart-section > div .paypal .additional-checkout-button:last-child {
      width: 100%;
      max-width: 400px; }
  .cart-section > div .cart__row .secure_image {
    text-align: center; }
    .cart-section > div .cart__row .secure_image img {
      height: 42px;
      width: 100%;
      margin-top: 20px; }
  .cart-section > div .cart__row .cart__buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-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; } }
.paypal-button.paypal-button-shape-rect {
  border-radius: 0; }

/* ---------------[ Cart: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .cart-section .cart-right-div {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%; }
  .cart-section .cart-quantity-price-div {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .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 > div .cart-table .cartProducts .cart__cell--price {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .cart-section > div .cart-table .cartProducts .cart__cell--quantity {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .cart-section > div .cart-table .cartProducts .cart__cell--total {
    width: 100%;
    text-align: right;
    margin-top: 20px; }
  .cart-section .paypal {
    float: right;
    text-align: right;
    width: 100%;
    margin-top: 15px; }
    .cart-section .paypal p {
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px; }
    .cart-section .paypal .additional-checkout-button:last-child {
      width: 100%;
      border-radius: 0; }
      .cart-section .paypal .additional-checkout-button:last-child .paypal-button.paypal-button-shape-rect {
        border-radius: 0; }
  .cart-section .cart__row .cart__buttons {
    text-align: right;
    align-self: flex-end;
    -webkit-align-self: flex-end; } }
/* ---------------[ Cart: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .cart-section .cart-right-div {
    flex-direction: row;
    -webkit-flex-direction: row; }
  .cart-section .cart-quantity-price-div {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .cart-section .cart-table .cart__cell--product-des {
    width: 300px; }
  .cart-section > div .cart-table .cartProducts .cart__cell--price {
    justify-content: center; }
  .cart-section > div .cart-table .cartProducts .cart__cell--quantity {
    justify-content: center; }
  .cart-section > div .cart-table .cartProducts .cart__cell--total {
    width: 200px;
    text-align: right;
    margin-top: 0px; } }
/* ---------------[ Cart: Desktop ]--------------- */
@media only screen and (min-width: 1200px) {
  .cart-section .cart-table .cart__cell--product-des {
    width: 425px; } }
/*================ Login ================*/
.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; }

/* ---------------[ Login: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .login-section {
    padding-top: 30px;
    padding-bottom: 50px; }

  #RecoverPasswordForm h2 {
    font-size: 28px; } }
/* ---------------[ Login: Tablet ]--------------- */
/* ---------------[ Login: Laptop ]--------------- */
/* ---------------[ Login: Desktop ]--------------- */
/*================Reset Password=============*/
.reset-password-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #ffffff; }
  .reset-password-section form h1 {
    color: #4A4A4A;
    font-family: 'Roboto Slab', serif;
    margin-top: 0px; }
  .reset-password-section .reset-password-main {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }

/* ---------------[ Reset Password: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .reset-password-section {
    padding-top: 30px;
    padding-bottom: 50px; } }
/*================ Form ================*/
.form-vertical {
  padding: 35px;
  text-align: center; }
  .form-vertical form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-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: #356200;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      border-radius: 0px; }
      .form-vertical form .btn:hover {
        background: #203c00;
        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;
      display: -webkit-flex;
      width: 100%; }
      .form-vertical form .form-div .form-div-half {
        flex: 1 1 50%;
        -webkit-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; }

/* ---------------[ Form: Mobile Only ]--------------- */
@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;
      -webkit-flex-direction: column; }
      .form-vertical form .form-div .form-div-half {
        flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        margin-right: 0px; } }
/* ---------------[ Form: Tablet ]--------------- */
/* ---------------[ Form: Laptop ]--------------- */
/* ---------------[ Form: Desktop ]--------------- */
/*================ Register ================*/
.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; }

/* ---------------[ Register: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .register-section {
    padding-top: 30px;
    padding-bottom: 50px; } }
/* ---------------[ Register: Tablet ]--------------- */
/* ---------------[ Register: Laptop ]--------------- */
/* ---------------[ Register: Desktop ]--------------- */
/*================ Activate Account ================*/
.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;
    display: -webkit-flex; }
    .activate_account-section #ActivateAccountForm .buttons .btn {
      margin-right: 10px; }
      .activate_account-section #ActivateAccountForm .buttons .btn:last-of-type {
        margin-right: 0px; }

/* ---------------[ Activate Account: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .activate_account-section {
    padding-top: 30px;
    padding-bottom: 50px; }
    .activate_account-section #ActivateAccountForm .buttons {
      flex-direction: column;
      -webkit-flex-direction: column; } }
/* ---------------[ Activate Account: Tablet ]--------------- */
/* ---------------[ Activate Account: Laptop ]--------------- */
/* ---------------[ Activate Account: Desktop ]--------------- */
/*================ Addresses ================*/
.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;
    display: -webkit-flex;
    margin: 0;
    padding: 0;
    margin-left: -20px; }
  .addresses-section .space-bar {
    color: #006eff; }
  .addresses-section .addresses-left {
    flex: 1 1 66.6667%;
    -webkit-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: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-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%;
    -webkit-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: #356200;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 18px;
      line-height: 21px;
      border-radius: 0px;
      padding: 15px 45px; }
      .addresses-section .addresses-right .btn:hover {
        background: #203c00;
        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); }

/* ---------------[ Addresses: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .addresses-section {
    padding-bottom: 50px; }
    .addresses-section .addresses-row {
      flex-direction: column;
      -webkit-flex-direction: column; }
      .addresses-section .addresses-row .addresses-left, .addresses-section .addresses-row .addresses-right {
        flex: 1 1 100%;
        -webkit-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; } }
/* ---------------[ Addresses: Tablet ]--------------- */
/* ---------------[ Addresses: Laptop ]--------------- */
/* ---------------[ Addresses: Desktop ]--------------- */
/*================ Account ================*/
.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; }

/* ---------------[ Account: Mobile Only ]--------------- */
@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; } }
/* ---------------[ Account: Tablet ]--------------- */
@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%; } }
/* ---------------[ Account: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .account-section .account-left {
    width: 66.66667%; }
  .account-section .account-right {
    width: 33.333%; } }
/* ---------------[ Account: Desktop ]--------------- */
/*================ Contact us ================*/
.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;
    text-transform: uppercase; }
  .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; }

/* ---------------[ Contact us: Mobile Only ]--------------- */
@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;
    -webkit-flex-direction: column; }
    .contact-section .contact-us-container > div .page-block-left {
      margin-bottom: 20px; } }
/* ---------------[ Contact us: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .contact-section .contact-us-container > div {
    display: flex;
    display: -webkit-flex; }
    .contact-section .contact-us-container > div .page-block-left {
      flex: 1 1 50%;
      -webkit-flex: 1 1 50%;
      margin-right: 20px; }
    .contact-section .contact-us-container > div .page-block-right {
      flex: 1 1 50%;
      -webkit-flex: 1 1 50%; } }
/* ---------------[ Contact us: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .contact-section .contact-us-container > div {
    display: flex;
    display: -webkit-flex; }
    .contact-section .contact-us-container > div .page-block-left {
      flex: 1 1 60%;
      -webkit-flex: 1 1 60%; }
    .contact-section .contact-us-container > div .page-block-right {
      flex: 1 1 40%;
      -webkit-flex: 1 1 40%; } }
/* ---------------[ Contact us: Desktop ]--------------- */
/*================ Page ================*/
.page-single {
  background: #ffffff; }
  .page-single .container {
    padding-bottom: 40px;
    color: #4A4A4A;
    font-size: 15px;
    line-height: 18px; }
    .page-single .container h2 {
      font-family: 'Roboto Slab', serif;
      color: #4a4a4a;
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase; }
    .page-single .container .page-block {
      background: #ffffff;
      padding: 40px;
      margin-bottom: 20px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
      .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: Mobile Only ]--------------- */
/* ---------------[ Page: Tablet ]--------------- */
/* ---------------[ Page: Laptop ]--------------- */
/* ---------------[ Page: Desktop ]--------------- */
/*================ Order ================*/
.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; }

/* ---------------[ Order: Mobile Only ]--------------- */
@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; } }
/* ---------------[ Order: Tablet ]--------------- */
@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%; } }
/* ---------------[ Order: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .order-section .account-left {
    width: 66.66667%; }
  .order-section .account-right {
    width: 33.333%; } }
/* ---------------[ Order: Desktop ]--------------- */
/*================ list-collections ================*/
.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: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap; }
    .list-collections-section .collection-list div {
      flex: 0 0 25%;
      -webkit-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; }

/* ---------------[ list-collections: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .list-collections-section .collection-list div {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 400px; } }
/* ---------------[ list-collections: Tablet ]--------------- */
/* ---------------[ list-collections: Laptop ]--------------- */
/* ---------------[ list-collections: Desktop ]--------------- */
/*================ 404 ================*/
.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: #356200;
      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: #203c00;
        color: #FFFFFF;
        text-decoration: none; }

/* ---------------[ 404: Mobile Only ]--------------- */
/* ---------------[ 404: Tablet ]--------------- */
/* ---------------[ 404: Laptop ]--------------- */
/* ---------------[ 404: Desktop ]--------------- */
/* ---------------[ Inner Page Banner ]--------------- */
.inner-page-banner {
  position: relative; }
  .inner-page-banner.dark {
    background: url(/cdn/shop/t/10/assets/grey-background-pattern.jpg?1700742…); }
    .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; }

/* ---------------[ Inner Page Banner: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .inner-page-banner h1 {
    font-size: 50px;
    line-height: 45px; } }
/* ---------------[ Inner Page Banner: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .inner-page-banner h1 {
    font-size: 60px;
    line-height: 60px; } }
/* ---------------[ Inner Page Banner: Laptop ]--------------- */
@media only screen and (min-width: 992px) {
  .inner-page-banner h1 {
    font-size: 60px;
    line-height: 60px; } }
/* ---------------[ Inner Page Banner: Desktop ]--------------- */
@media only screen and (min-width: 1200px) {
  .inner-page-banner h1 {
    font-size: 70px;
    line-height: 64px; } }
/* ---------------[ Inner Page styles ]--------------- */
.page-single .inner-page-welcome-text {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-top: 40px;
  padding-bottom: 40px; }
  .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: #356200;
  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; }

/* ---------------[ Inner Page Styles: Mobile Only ]--------------- */
@media only screen and (max-width: 767px) {
  .page-single .inner-page-welcome-text h2 {
    font-size: 1.8em; } }
/* ---------------[ Inner Page Styles: Tablet ]--------------- */
@media only screen and (min-width: 768px) {
  .inner-page-welcome-text {
    text-align: center; }

  .page-single .pull-out-blocks,
  .page-single .pull-out {
    display: flex;
    display: -webkit-flex; } }
/* ---------------[ Inner Page Styles: Laptop ]--------------- */
/* ---------------[ Inner Page Styles: Desktop ]--------------- */
