html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  color: #222222;
  font-family: "Calluna", Times, "Times New Roman", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#wrapper {
  background: white;
}
#wrapper.menu-affixed {
  padding-top: 48px;
}

p, ul, ol, dl, h1, h2, h3, h4, blockquote, table, form {
  margin-bottom: 2.52rem;
}

h1, h2, h3, h4, h5, h6, th, strong, b, .bold {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h1, h2, h3 {
  font-family: "Playfair Display", "Calluna", Times, "Times New Roman", Georgia, serif;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.07;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.07;
  font-weight: 400;
}

h3 {
  font-size: 2.1rem;
  line-height: 1.15;
}

h4 {
  font-size: 1.9rem;
  line-height: 1.25;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.8rem;
    text-align: center;
  }
}
ul, ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

a, a:visited, a:active {
  text-decoration: none;
  color: #d68735;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #d68735;
}
a.wrapper-link {
  text-decoration: none;
  display: block;
}
a.wrapper-link, a.wrapper-link *:not(.button) {
  color: inherit;
}

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

::selection {
  background: #d68735;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #d68735;
  color: white;
  text-shadow: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  background: #f1f1f1;
  padding: 12px 13px;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 1.4rem;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px dotted #d68735;
}

textarea {
  height: 200px;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

label,
.label {
  font-size: 1.4rem;
  line-height: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #222;
}
label:focus,
.label:focus {
  color: #d68735;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  color: #222222;
  line-height: 1.2rem;
  text-transform: none;
  letter-spacing: none;
}

abbr[title],
abbr[data-original-title] {
  cursor: default;
  border-bottom: none;
}

select,
.select2-container .select2-choice {
  display: block;
  width: 100%;
  background: #f1f1f1;
  height: 45px;
  line-height: 45px;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 1.4rem;
  position: relative;
}

select:focus {
  outline: none;
}

.form-row {
  margin-bottom: 1.89rem;
}
.form-row input,
.form-row textarea {
  margin: 0;
}

.button, .product-enquiry a,
a.button,
button,
input[type=submit],
input[type=button] {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 0;
  color: white;
  background: black;
  font-weight: 700;
  padding: 12px 20px 13px 20px;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s;
}
.button:hover, .product-enquiry a:hover, .button:focus, .product-enquiry a:focus,
a.button:hover,
a.button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  text-decoration: none;
  background: #323232;
  background: rgba(0, 0, 0, 0.75);
}
.button.button--orange, .product-enquiry a.button--orange,
a.button.button--orange,
button.button--orange,
input[type=submit].button--orange,
input[type=button].button--orange {
  background: #d68735;
}
.button.button--orange:hover, .product-enquiry a.button--orange:hover, .button.button--orange:focus, .product-enquiry a.button--orange:focus,
a.button.button--orange:hover,
a.button.button--orange:focus,
button.button--orange:hover,
button.button--orange:focus,
input[type=submit].button--orange:hover,
input[type=submit].button--orange:focus,
input[type=button].button--orange:hover,
input[type=button].button--orange:focus {
  background: #ad6720;
}
.button.button--cta, .button.checkout-button, button.button#place_order, .product-enquiry a.button--cta, .product-enquiry a.checkout-button,
a.button.button--cta,
button.button--cta,
input[type=submit].button--cta,
input[type=button].button--cta {
  background: #16a3a0;
}
.button.button--cta:hover, .button.checkout-button:hover, button.button#place_order:hover, .product-enquiry a.button--cta:hover, .product-enquiry a.checkout-button:hover, .button.button--cta:focus, .button.checkout-button:focus, button.button#place_order:focus, .product-enquiry a.button--cta:focus, .product-enquiry a.checkout-button:focus,
a.button.button--cta:hover,
a.button.button--cta:focus,
button.button--cta:hover,
button.button--cta:focus,
input[type=submit].button--cta:hover,
input[type=submit].button--cta:focus,
input[type=button].button--cta:hover,
input[type=button].button--cta:focus {
  background: #0d8988;
}
.button.button--outline, .product-enquiry a,
a.button.button--outline,
button.button--outline,
input[type=submit].button--outline,
input[type=button].button--outline {
  border: 1px solid black;
  background: transparent;
  color: black;
}
.button.button--outline:hover, .product-enquiry a:hover, .button.button--outline:focus, .product-enquiry a:focus,
a.button.button--outline:hover,
a.button.button--outline:focus,
button.button--outline:hover,
button.button--outline:focus,
input[type=submit].button--outline:hover,
input[type=submit].button--outline:focus,
input[type=button].button--outline:hover,
input[type=button].button--outline:focus {
  background: rgba(0, 0, 0, 0.1);
}
.button:disabled, .product-enquiry a:disabled, .button.disabled, .product-enquiry a.disabled,
a.button:disabled,
a.button.disabled,
button:disabled,
button.disabled,
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=button]:disabled,
input[type=button].disabled {
  cursor: default;
  cursor: not-allowed;
  background: #222222;
  opacity: 0.5;
}

table {
  width: 100%;
  border: none;
}

th {
  border-bottom: 2px solid black;
}

td {
  border-bottom: 1px solid black;
}

th, td {
  padding: 10px 0;
  vertical-align: middle;
}

tr:last-child td, tr:last-child th {
  border-bottom: 0;
}

.panel {
  background-color: transparent;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  border-radius: 0;
}

.alert, .woocommerce-message,
.woocommerce-error,
.woocommerce-notice {
  list-style: none;
  width: 100%;
  padding: 20px 25px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  background-color: #fef9f3;
  color: #d68735;
  border: 1px solid #d68735;
  margin-bottom: 2.52rem;
}
.alert a:not(.button), .woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-notice a:not(.button),
.alert a:not(.button):hover,
.alert a:not(.button):focus {
  color: #d68735;
  text-decoration: underline;
}
.alert a:not(.button):hover, .woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-notice a:not(.button):hover,
.alert a:not(.button):focus,
.woocommerce-message a:not(.button):focus,
.woocommerce-error a:not(.button):focus,
.woocommerce-notice a:not(.button):focus {
  opacity: 0.6;
}

.alert--success, .woocommerce-notice--success {
  background-color: #f7ffff;
  color: #16a3a0;
  border: 1px solid #16a3a0;
}
.alert--success a:not(.button), .woocommerce-notice--success a:not(.button),
.alert--success a:not(.button):hover,
.alert--success a:not(.button):focus {
  color: #16a3a0;
  text-decoration: underline;
}

.alert--error, .woocommerce-error {
  background-color: #fff6f5;
  color: #d63e35;
  border: 1px solid #d63e35;
}
.alert--error a:not(.button), .woocommerce-error a:not(.button),
.alert--error a:not(.button):hover,
.alert--error a:not(.button):focus {
  color: #d63e35;
  text-decoration: underline;
}

.page-content,
.product-archive-container {
  padding-top: 2.52rem;
  padding-bottom: 2.52rem;
}
@media (min-width: 992px) {
  .page-content,
.product-archive-container {
    padding-top: 5.04rem;
    padding-bottom: 5.04rem;
  }
}

@media (min-width: 600px) {
  .container-fluid,
#container,
#masthead .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  body.tax-product_cat h1.page-title,
body.post-type-archive-product h1.page-title {
    float: left;
  }
}
@media (min-width: 1200px) {
  .container-fluid,
#container,
#masthead .container-fluid {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.navbar {
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
}

/* Main masthead */
#masthead {
  min-height: 75px;
  background: white;
}
@media (max-width: 1199px) {
  #masthead .container-fluid {
    padding: 0;
  }
}
#masthead .navbar-nav > li > a {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.8rem;
}
#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li > a:focus {
  outline: none;
  background: transparent;
  color: #d68735;
}
#masthead .navbar-toggle {
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 30px 15px 29px 15px;
  background: #eee;
}
#masthead .navbar-toggle.collapsed {
  background: white;
}

#logo {
  width: 190px;
  height: 40px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: 190px 40px;
  margin: 0 auto;
  float: left;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -95px;
}

.your-order {
  float: right;
}

.your-order-link {
  position: relative;
  display: block;
  padding: 24px 15px;
}
.your-order-link .order-qty {
  position: absolute;
  bottom: 17px;
  right: 9px;
}

#main-menu-collapse {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #eee;
}
#main-menu-collapse .navbar-nav {
  margin: 0;
}
#main-menu-collapse .navbar-nav > li > a {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 12px 15px;
}

.navbar-toggle .icon-bar {
  background: black;
  width: 25px;
  height: 1px;
}

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

.order-qty {
  display: inline-block;
  background: #d68735;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 1.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.your-order-icon {
  display: block;
  background-image: url("../img/bag.svg");
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 25px 26px;
}

@media (min-width: 1200px) {
  .navbar .container-fluid {
    position: relative;
  }
  .navbar .container-fluid .menu-tel {
    position: absolute;
    top: 4px;
    font-size: 1.3rem;
    opacity: 0.7;
    float: none;
  }
  .navbar .container-fluid .menu-tel a {
    font-size: 1.3rem !important;
  }
}

/* Category menu */
#categories {
  background: white;
}
#categories.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #000;
  z-index: 9999;
}
#categories .navbar-nav > li > a {
  font-weight: 700;
  padding: 12px 15px;
  color: #222;
  text-align: center;
  border-top: 1px solid #ddd;
}
#categories .navbar-nav > li > a:hover, #categories .navbar-nav > li > a:focus {
  outline: none;
  background: transparent;
  color: #d68735;
}
#categories .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#categories .navbar-toggle {
  float: none;
  padding: 11px 15px;
  margin: 0;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #aaa;
  background: none;
  border-radius: 0;
}
#categories .navbar-toggle.collapsed {
  color: #222;
}
#categories .navbar-nav .open .dropdown-menu > li > a {
  line-height: inherit;
  padding: 12px 15px;
  text-align: center;
  background: white;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

#masthead .navbar-nav > li.current-menu-item > a,
#categories .navbar-nav > li.current-menu-item > a,
body.woocommerce-cart #account-menu li.order a,
body.woocommerce-checkout #account-menu li.order a,
body.woocommerce-account #account-menu li.my-account a {
  color: #d68735;
}

body.woocommerce-cart span.your-order-icon,
body.woocommerce-checkout span.your-order-icon {
  background-image: url("../img/bag-selected.svg");
}

@media (min-width: 1200px) {
  #logo {
    width: 230px;
    height: 48px;
    background-size: 230px 48px;
    margin-left: -115px;
    top: 26px;
  }

  #masthead {
    min-height: 100px;
  }

  #main-menu-collapse {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
  }

  #main-menu-collapse .navbar-nav > li > a {
    border-top: none;
    width: auto;
    padding: 0;
  }

  #account-menu,
#main-menu-collapse {
    margin-top: 38px;
  }

  #main-menu-collapse .navbar-nav > li > a {
    margin-right: 20px;
  }

  #main-menu-collapse .navbar-nav > li:last-child > a {
    margin-right: 0;
  }

  #account-menu.navbar-nav > li > a {
    margin-left: 20px;
  }

  #account-menu.navbar-nav > li:first-child > a {
    margin-left: 0;
  }

  #categories .navbar-toggle {
    display: none;
  }

  #categories .navbar-nav > li > a {
    padding: 15px 0;
    background: transparent;
    border: 0;
  }

  #categories .navbar-nav > li > a:hover,
#categories .navbar-nav > li > a:focus {
    background: transparent;
  }

  #categories .navbar-nav > li > a {
    margin-right: 20px;
  }

  #categories .navbar-nav > li:last-child > a {
    margin: 0;
  }

  #categories .navbar-collapse {
    text-align: center;
  }

  #categories .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  #categories .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
  }

  .dropdown-menu {
    z-index: 1000;
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-top: 1px solid #000;
  }

  #categories .dropdown-menu {
    left: -15px;
  }

  .dropdown-menu > li > a {
    padding: 12px 15px;
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
  }

  #masthead .container-fluid {
    position: relative;
  }
  #masthead .container-fluid #main-menu-collapse .navbar-nav > li.wpml-ls-item > a {
    margin: 0;
  }
  #masthead .container-fluid li.wpml-ls-item {
    position: absolute;
    top: 4px;
    right: 135px;
    opacity: 0.7;
  }
  #masthead .container-fluid li.wpml-ls-item a {
    font-size: 1.3rem !important;
  }
  #masthead .container-fluid li.wpml-ls-item + li.wpml-ls-item {
    margin-right: 60px;
  }
  #masthead .container-fluid .wpml-ls-flag {
    display: none;
  }
  #masthead .container-fluid .wpml-ls-menu-item .wpml-ls-flag + span {
    margin: 0;
  }
}
a.your-order-link,
a.order-contents,
li.my-account a {
  opacity: 0.3;
  cursor: default;
}

footer {
  border-top: 1px solid black;
  background: white;
  padding-top: 5.04rem;
  padding-bottom: 5.04rem;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer a,
footer a:visited,
footer a:hover,
footer a:focus,
footer a:active {
  color: inherit;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #d68735;
}

@media (max-width: 767px) {
  footer {
    padding-top: 2.52rem;
  }
  footer li + li {
    border-top: 1px solid #eee;
  }
  footer li a {
    display: block;
    padding: 12px 0;
  }

  .footer-col + .footer-col {
    margin-top: 5.04rem;
  }
}
@media (max-width: 991px) {
  body.page-template-template-contact .footer-col--contact {
    display: none;
  }
}
.wpml-ls-statics-footer {
  opacity: 0.7;
}
.wpml-ls-statics-footer:hover {
  opacity: 1;
}
.wpml-ls-statics-footer li {
  font-size: 1.5rem;
}
.wpml-ls-statics-footer li a {
  color: inherit;
  text-decoration: none;
}
.wpml-ls-statics-footer li a:hover, .wpml-ls-statics-footer li a:focus {
  color: #d68735;
  background: transparent;
  text-decoration: none;
}
.wpml-ls-statics-footer li.wpml-ls-current-language a {
  color: #d68735;
}
.wpml-ls-statics-footer li.wpml-ls-current-language a:hover {
  background: transparent;
}

.home-cat-panel {
  overflow: hidden;
  min-height: 350px;
}
.home-cat-panel .home-cat-panel__content {
  -webkit-transition: transform 1.3s ease-out 0s;
  -moz-transition: transform 1.3s ease-out 0s;
  -o-transition: transform 1.3s ease-out 0s;
  transition: transform 1.3s ease-out 0s;
  padding: 40px 20px 6px 20px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.home-cat-panel .home-cat-panel__image {
  width: 100%;
  height: auto;
  background: none;
  display: block;
  max-width: 480px;
  margin: 0 auto;
  -webkit-transition: transform 1.3s ease-out 0s;
  -moz-transition: transform 1.3s ease-out 0s;
  -o-transition: transform 1.3s ease-out 0s;
  transition: transform 1.3s ease-out 0s;
}
@media (min-width: 600px) {
  .home-cat-panel .home-cat-panel__content {
    padding: 50px 20px 12px 20px;
  }
}
@media (min-width: 992px) {
  .home-cat-panel {
    max-height: 700px;
  }
  .home-cat-panel .home-cat-panel__content {
    position: absolute;
    top: 120px;
    left: 120px;
    width: 33%;
    text-align: left;
    padding: 0;
  }
  .home-cat-panel .home-cat-panel__content h2 {
    font-size: 4.2rem;
  }
  .home-cat-panel .home-cat-panel__image {
    width: auto;
    max-width: none;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .home-cat-panel:hover .home-cat-panel__content {
    transform: scale(1.02);
  }
  .home-cat-panel:hover .home-cat-panel__image {
    transform: scale(1.08);
  }
}
@media (max-width: 1199px) {
  .home-cat-panel .home-cat-panel__content {
    left: 60px;
  }
}

.entry-content--basic-page {
  max-width: 40em;
  margin: 0 auto;
}
.entry-content--basic-page img {
  max-width: 100%;
  height: auto;
}
.entry-content--basic-page .attachment-post-thumbnail {
  display: block;
  margin-bottom: 2.52rem;
}
@media (min-width: 992px) {
  .entry-content--basic-page {
    float: none;
  }
}
@media (min-width: 1200px) {
  .entry-content--basic-page {
    width: 60%;
  }
}

.opening-hours th,
.opening-hours td {
  border: 0;
  padding: 0;
}
.opening-hours th {
  width: 33%;
}

.contact-address-title {
  margin-top: 5.04rem;
}

#container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col2-set {
  margin-top: 2.52rem;
}

@media (min-width: 992px) {
  .col2-set {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
  .col2-set .col-1,
.col2-set .col-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}
.woocommerce-info {
  margin-bottom: 2.52rem;
}

.woocommerce-store-notice {
  padding-right: 15px;
  padding-left: 15px;
  background: #1f8e75;
  color: white;
  font-size: 1.55rem;
  line-height: 1.3;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  text-align: center;
}
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  display: block;
  opacity: 0.75;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
  opacity: 1;
}
@media (max-width: 500px) {
  .woocommerce-store-notice br {
    display: none;
  }
}
@media (min-width: 600px) {
  .woocommerce-store-notice {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .woocommerce-store-notice {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url("../img/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.product-container {
  overflow: hidden;
}

body.single-product .summary {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 600px) {
  body.single-product .summary {
    margin-left: -50px;
    margin-right: -50px;
  }
}

div.product, div.home-cat-panel {
  position: relative;
}

div.product .product-image, div.home-cat-panel .product-image,
.thumbs img {
  background: #ffeeee;
  background: -moz-linear-gradient(-45deg, #ffeeee 0%, #dccccc 100%);
  background: -webkit-linear-gradient(-45deg, #ffeeee 0%, #dccccc 100%);
  background: linear-gradient(135deg, #ffeeee 0%, #dccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffeeee", endColorstr="#dccccc",GradientType=1 );
  width: 100vw;
  height: 100vw;
  overflow: hidden;
}

div.product .product-image img, div.home-cat-panel .product-image img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: block;
}

.product-content-container {
  margin-top: 50px;
}
@media (min-height: 800px) {
  .product-content-container {
    margin-top: 100px;
  }
}

.thumbs {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5000;
}
.thumbs img {
  width: 100%;
  height: auto;
  /* border: 1px solid transparent;
  border: 1px solid #eeeeee;
  border: 1px solid rgba( 0,0,0,0.1 ); */
}
.thumbs a {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  cursor: pointer;
  display: none;
}
.thumbs a:nth-child(-n+4) {
  display: block;
}
.thumbs a.current img {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.price {
  font-size: 2.4rem;
  text-decoration: none;
  border: 0;
  letter-spacing: -0.02em;
}
.price ins {
  text-decoration: none;
}
.price del {
  font-size: 1.4rem;
  text-decoration: line-through;
  letter-spacing: 0;
}

.variations {
  margin-bottom: 1rem;
}
.variations .value div {
  display: inline-block;
  margin-left: 10px;
}
.variations .value div:first-child {
  margin-left: 0;
}
.variations td.label {
  display: none;
}
.variations input[type=radio] + label {
  font-weight: 400;
  cursor: pointer;
  background: transparent;
  text-align: center;
  border: 1px solid black;
  margin: 0;
  font-size: 1.6rem;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 2px;
}
.variations input[type=radio] + label:hover {
  background: gainsboro;
  background: rgba(0, 0, 0, 0.1);
}
.variations input[type=radio] + label.selected {
  font-weight: 700;
  background: black;
  color: white;
}

.quantity,
.quantity input {
  display: none;
  height: 0;
  width: 0;
}

.reset_variations {
  display: none !important;
}

.related-products {
  overflow: hidden;
  background: #eee;
  padding-top: 50px;
}
.related-products h2 {
  text-align: center;
}
.related-products ul.products {
  margin-bottom: 0;
}
.related-products li.product, .related-products li.home-cat-panel {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body.single-product .summary {
    margin-left: -15px;
    margin-right: -15px;
  }

  div.product, div.home-cat-panel {
    height: calc( 95vh - 151px );
    min-height: 600px;
    background: #ffeeee;
    background: -moz-linear-gradient(-45deg, #ffeeee 0%, #dccccc 100%);
    background: -webkit-linear-gradient(-45deg, #ffeeee 0%, #dccccc 100%);
    background: linear-gradient(135deg, #ffeeee 0%, #dccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffeeee", endColorstr="#dccccc",GradientType=1 );
  }

  div.product .product-image, div.home-cat-panel .product-image {
    background: none;
    width: auto;
    height: auto;
  }

  div.product .product-image img, div.home-cat-panel .product-image img {
    width: auto;
    height: 97%;
    position: absolute;
    right: 120px;
    bottom: 0;
    background: none;
  }

  .thumbs {
    right: 60px;
    top: 70px;
  }

  .thumbs a {
    display: block;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .thumbs a {
    width: 75px;
    height: 75px;
  }
}
.product-enquiry {
  font-style: italic;
}
.product-enquiry a {
  font-weight: 400;
}

.related .products h2,
.related .products .price {
  display: none;
}
@media (max-width: 991px) {
  .related .products li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .related .products li:nth-child(4) {
    display: none;
  }
}

ul.products {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  clear: both;
  margin-top: 1.4rem;
  list-style: none;
}

li.product, li.home-cat-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
li.product:hover, li.home-cat-panel:hover {
  opacity: 0.65;
}
li.product:nth-of-type(2n+1), li.home-cat-panel:nth-of-type(2n+1) {
  clear: left;
}
li.product img, li.home-cat-panel img {
  width: 100%;
  height: auto;
}
li.product a, li.home-cat-panel a {
  color: #222222;
}
li.product .price, li.home-cat-panel .price {
  font-size: 1.6rem;
}

.woocommerce-loop-product__title {
  font-family: "Playfair Display", "Calluna", Times, "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 0;
}

.product-archive-img img {
  display: block;
}

.woocommerce-ordering {
  margin-bottom: 2.52rem;
}
.woocommerce-ordering select {
  background: white;
  height: 1.9rem;
  font-size: 1.6rem;
  border: none;
  margin: 0;
}

@media (min-width: 992px) {
  li.product, li.home-cat-panel {
    width: 33.333333%;
  }

  li.product:nth-of-type(2n+1), li.home-cat-panel:nth-of-type(2n+1) {
    clear: none;
  }

  li.product:nth-of-type(3n+1), li.home-cat-panel:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  li.product, li.home-cat-panel {
    width: 25%;
  }

  li.product:nth-of-type(3n+1), li.home-cat-panel:nth-of-type(3n+1) {
    clear: none;
  }

  li.product:nth-of-type(4n+1), li.home-cat-panel:nth-of-type(4n+1) {
    clear: left;
  }
}
.woocommerce-cart-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.woocommerce-cart-form,
.cart-collaterals {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.woocommerce-cart-form__contents {
  margin: 0;
}

.cart-empty,
.return-to-shop {
  text-align: center;
}

.product-quantity,
.product-price {
  display: none;
}

.product-remove {
  width: 5%;
  text-align: center;
}

.product-thumbnail {
  width: 25%;
  text-align: center;
}

.product-name {
  width: 45%;
  text-align: left;
}

.product-subtotal {
  width: 25%;
  text-align: right;
}

.product-name a {
  font-weight: 700;
}

table.cart tr.cart_item {
  border-top: 1px solid #ccc;
}

.product-thumbnail img {
  max-width: 100px;
  height: auto;
}

table.cart .variation dt, table.cart .variation dd {
  display: inline-block;
}

table.cart .variation dd p {
  margin: 0;
}

td.actions {
  padding: 30px 0;
}
td.actions .coupon label {
  display: none;
}

.cart_totals, .order-review-content {
  padding: 30px;
  background: #f1f1f1;
}
.cart_totals table, .order-review-content table {
  margin-bottom: 1.4rem;
}
.cart_totals th, .order-review-content th {
  width: 40%;
  border: 0;
  vertical-align: top;
}
.cart_totals td, .order-review-content td {
  width: 60%;
  text-align: right;
  border: 0;
  vertical-align: top;
}
.cart_totals .order-total, .order-review-content .order-total {
  border-top: 1px solid black;
}

.includes_tax {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  .actions input,
.actions button {
    display: block;
    width: 100%;
    margin-bottom: 1.26rem;
  }
}
@media (min-width: 768px) {
  .woocommerce-ordering {
    float: right;
    margin-top: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .woocommerce-cart-form {
    width: 55%;
  }

  .cart-collaterals {
    width: 45%;
  }

  .cart_totals, .order-review-content {
    padding: 40px;
  }

  .actions {
    overflow: hidden;
  }

  .coupon {
    float: left;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .coupon input {
    width: 60%;
  }
  .coupon button {
    width: 36%;
  }

  button[name=update_cart] {
    float: right;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart-form {
    width: 62%;
    margin-right: 6%;
  }

  .cart-collaterals {
    width: 32%;
  }
}
.button.checkout-button, button.button#place_order, .product-enquiry a.checkout-button {
  display: block;
  width: 100%;
}

.woocommerce-NoticeGroup {
  width: 100%;
}

.col2-set#customer_details {
  margin-top: 0;
}
.col2-set#customer_details .col-1,
.col2-set#customer_details .col-2 {
  width: 100%;
}

.checkout {
  margin-top: 5.04rem;
}

@media (min-width: 992px) {
  .checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #customer_details,
.order-review-wrapper {
    width: 48%;
  }

  .order-review-wrapper {
    max-width: 520px;
  }

  .woocommerce-form-login,
.woocommerce-form-coupon {
    width: 50%;
  }
}
.create-account,
#ship-to-different-address {
  padding-left: 20px;
}

#ship-to-different-address label {
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: none;
}

.order-review-content .product-name {
  text-align: left;
}
.order-review-content .product-total {
  text-align: right;
}

.woocommerce-invalid-required-field input {
  background-color: #fff6f5;
}
.woocommerce-invalid-required-field label {
  color: #d63e35;
}

.woocommerce-shipping-methods,
.payment_methods {
  list-style: none;
}
.woocommerce-shipping-methods li label,
.payment_methods li label {
  font-size: 1.8rem;
  text-transform: none;
}

.woocommerce-shipping-methods li label {
  font-size: 1.5rem;
}

.payment_methods label,
.payment_methods input[type=radio] + label {
  margin: 0;
  font-weight: 700;
}
.payment_methods input[type=radio][name=payment_method] {
  display: none;
}

/* Select2 amendments */
.select2-container--default .select2-selection--single {
  background-color: #f1f1f1;
  border: 0;
  border-radius: 0px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(214, 135, 53, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d68735;
}

.select2-results__option:focus,
.select2-selection:focus {
  outline: none;
}

.woocommerce-order-received #wrapper {
  background-color: #f1f1f1;
}
.woocommerce-order-received #wrapper h1 {
  text-align: center;
}

.woocommerce-order {
  background: #ffffff;
  padding: 70px 80px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .woocommerce-order {
    padding: 20px;
  }
}
.woocommerce-order section {
  margin-top: 5.04rem;
}

.woocommerce-order-details table .product-total,
.woocommerce-order-details table tfoot td {
  text-align: right;
}

.woocommerce-account.logged-in .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li + li {
  border-top: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul a {
  display: block;
  padding: 9px 0;
  color: #222222;
}
.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul a:focus {
  color: #d68735;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #d68735;
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    width: 30%;
  }

  .woocommerce-MyAccount-content {
    width: 64%;
  }
}
.gform_fields {
  list-style: none;
  padding: 0;
}

.gfield {
  margin-bottom: 1.89rem;
}
.gfield input,
.gfield textarea {
  margin: 0;
}

.gfield_required,
.gfield_label_before_complex,
.gform_validation_container {
  display: none;
}

.ginput_complex span {
  display: block;
}
.ginput_complex span + span {
  margin-top: 1.89rem;
}

.gfield_description {
  margin: 5px 0;
  color: #666666;
  font-style: italic;
  font-size: 1.6rem;
}

.gfield:not(.gfield_contains_required):not(.captcha) .gfield_label:after {
  content: "(optional)";
  text-transform: none;
  font-style: italic;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 3px;
}

/*# sourceMappingURL=main.css.map */
