/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Colours */
.black {
  color: #1d1d1d;
}

.white {
  color: #fefefe;
}

.color-1 {
  color: #1d1d1d;
}

.color-2 {
  color: #fefefe;
}

.color-3 {
  color: #444141;
}

.color-4 {
  color: #f1f1f0;
}

.color-5 {
  color: #d9d9d9;
}

.color-6 {
  color: #686565;
}

.color-7 {
  color: #f3eae2;
}

.color-1-bg {
  background-color: #1d1d1d;
  color: #fefefe;
  border-color: #fefefe;
}
.color-1-bg h1, .color-1-bg h2, .color-1-bg h3, .color-1-bg h4, .color-1-bg h5, .color-1-bg a:not(.button) {
  color: #fefefe;
}
.color-1-bg hr {
  border-bottom: 1px solid #fefefe;
}
.color-1-bg a {
  color: #d9d9d9;
}
.color-1-bg a:hover {
  color: #fefefe;
}
.color-1-bg a.button,
.color-1-bg a.link--previous,
.color-1-bg .button a,
.color-1-bg button,
.color-1-bg input[type=submit] {
  background-color: #fefefe !important;
  color: #1d1d1d !important;
  border: 1px solid #fefefe !important;
}
.color-1-bg a.button:focus,
.color-1-bg a.button:active,
.color-1-bg a.button:hover,
.color-1-bg a.link--previous:hover,
.color-1-bg .button a:hover,
.color-1-bg .button a:focus,
.color-1-bg .button a:active,
.color-1-bg button:hover,
.color-1-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #fefefe !important;
  border: 1px solid #fefefe !important;
}

.color-2-bg {
  background-color: #fefefe;
  color: #1d1d1d;
  border-color: #1d1d1d;
}
.color-2-bg h1, .color-2-bg h2, .color-2-bg h3, .color-2-bg h4, .color-2-bg h5, .color-2-bg a:not(.button) {
  color: #1d1d1d !important;
}
.color-2-bg hr {
  border-bottom: 1px solid #1d1d1d;
}
.color-2-bg a {
  color: #686565;
}
.color-2-bg a:hover {
  color: #1d1d1d;
}
.color-2-bg a.button,
.color-2-bg a.link--previous,
.color-2-bg .button a,
.color-2-bg button,
.color-2-bg input[type=submit] {
  background-color: #444141 !important;
  color: #fefefe !important;
  border: 1px solid #444141 !important;
}
.color-2-bg a.button:focus,
.color-2-bg a.button:active,
.color-2-bg a.button:hover,
.color-2-bg a.link--previous:hover,
.color-2-bg .button a:hover,
.color-2-bg .button a:focus,
.color-2-bg .button a:active,
.color-2-bg button:hover,
.color-2-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
}

.color-3-bg {
  background-color: #444141;
  color: #fefefe;
  border-color: #fefefe;
}
.color-3-bg h1, .color-3-bg h2, .color-3-bg h3, .color-3-bg h4, .color-3-bg h5, .color-3-bg a:not(.button) {
  color: #fefefe !important;
}
.color-3-bg hr {
  border-bottom: 1px solid #fefefe;
}
.color-3-bg a {
  color: #d9d9d9;
}
.color-3-bg a:hover {
  color: #fefefe;
}
.color-3-bg a.button,
.color-3-bg a.link--previous,
.color-3-bg .button a,
.color-3-bg button,
.color-3-bg input[type=submit] {
  background-color: #f1f1f0 !important;
  color: #fefefe !important;
  border: 1px solid #f1f1f0 !important;
}
.color-3-bg a.button:focus,
.color-3-bg a.button:active,
.color-3-bg a.button:hover,
.color-3-bg a.link--previous:hover,
.color-3-bg .button a:hover,
.color-3-bg .button a:focus,
.color-3-bg .button a:active,
.color-3-bg button:hover,
.color-3-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #fefefe !important;
  border: 1px solid #fefefe !important;
}

.color-4-bg {
  background-color: #f1f1f0;
  color: #1d1d1d;
  border-color: #1d1d1d;
}
.color-4-bg h1, .color-4-bg h2, .color-4-bg h3, .color-4-bg h4, .color-4-bg h5, .color-4-bg a:not(.button) {
  color: #1d1d1d !important;
}
.color-4-bg hr {
  border-bottom: 1px solid #1d1d1d;
}
.color-4-bg a {
  color: #d9d9d9;
}
.color-4-bg a:hover {
  color: #fefefe;
}
.color-4-bg a.button,
.color-4-bg a.link--previous,
.color-4-bg .button a,
.color-4-bg button,
.color-4-bg input[type=submit] {
  background-color: #444141 !important;
  color: #1d1d1d !important;
  border: 1px solid #444141 !important;
}
.color-4-bg a.button:focus,
.color-4-bg a.button:active,
.color-4-bg a.button:hover,
.color-4-bg a.link--previous:hover,
.color-4-bg .button a:hover,
.color-4-bg .button a:focus,
.color-4-bg .button a:active,
.color-4-bg button:hover,
.color-4-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
}

.color-5-bg {
  background-color: #d9d9d9;
  color: #1d1d1d;
  border-color: #1d1d1d;
}
.color-5-bg h1, .color-5-bg h2, .color-5-bg h3, .color-5-bg h4, .color-5-bg h5, .color-5-bg a:not(.button) {
  color: #1d1d1d !important;
}
.color-5-bg hr {
  border-bottom: 1px solid #1d1d1d;
}
.color-5-bg a {
  color: #444141;
}
.color-5-bg a:hover {
  color: #fefefe;
}
.color-5-bg a.button,
.color-5-bg a.link--previous,
.color-5-bg .button a,
.color-5-bg button,
.color-5-bg input[type=submit] {
  background-color: #444141 !important;
  color: #fefefe !important;
  border: 1px solid #444141 !important;
}
.color-5-bg a.button:focus,
.color-5-bg a.button:active,
.color-5-bg a.button:hover,
.color-5-bg a.link--previous:hover,
.color-5-bg .button a:hover,
.color-5-bg .button a:focus,
.color-5-bg .button a:active,
.color-5-bg button:hover,
.color-5-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
}

.color-6-bg {
  background-color: #686565;
  color: #fefefe;
  border-color: #fefefe;
}
.color-6-bg h1, .color-6-bg h2, .color-6-bg h3, .color-6-bg h4, .color-6-bg h5, .color-6-bg a:not(.button) {
  color: #fefefe !important;
}
.color-6-bg hr {
  border-bottom: 1px solid #fefefe;
}
.color-6-bg a {
  color: #f1f1f0;
}
.color-6-bg a:hover {
  color: #1d1d1d;
}
.color-6-bg a.button,
.color-6-bg a.link--previous,
.color-6-bg .button a,
.color-6-bg button,
.color-6-bg input[type=submit] {
  background-color: #444141 !important;
  color: #1d1d1d !important;
  border: 1px solid #444141 !important;
}
.color-6-bg a.button:focus,
.color-6-bg a.button:active,
.color-6-bg a.button:hover,
.color-6-bg a.link--previous:hover,
.color-6-bg .button a:hover,
.color-6-bg .button a:focus,
.color-6-bg .button a:active,
.color-6-bg button:hover,
.color-6-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #fefefe !important;
  border: 1px solid #fefefe !important;
}

.color-7-bg {
  background-color: #f3eae2;
  color: #1d1d1d;
  border-color: #1d1d1d;
}
.color-7-bg h1, .color-7-bg h2, .color-7-bg h3, .color-7-bg h4, .color-7-bg h5, .color-7-bg a:not(.button) {
  color: #1d1d1d !important;
}
.color-7-bg hr {
  border-bottom: 1px solid #1d1d1d;
}
.color-7-bg a {
  color: #444141;
}
.color-7-bg a:hover {
  color: #1d1d1d;
}
.color-7-bg a.button,
.color-7-bg a.link--previous,
.color-7-bg .button a,
.color-7-bg button,
.color-7-bg input[type=submit] {
  background-color: #444141 !important;
  color: #fefefe !important;
  border: 1px solid #444141 !important;
}
.color-7-bg a.button:focus,
.color-7-bg a.button:active,
.color-7-bg a.button:hover,
.color-7-bg a.link--previous:hover,
.color-7-bg .button a:hover,
.color-7-bg .button a:focus,
.color-7-bg .button a:active,
.color-7-bg button:hover,
.color-7-bg input[type=submit]:hover {
  background-color: transparent !important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
}

/* Social media */
.social-media-links {
  display: none;
}
@media (min-width: 1000000px) {
  .social-media-links {
    display: inline-block;
  }
  #header .social-media-links {
    padding-left: 6px;
    margin-left: 10px;
    /*border-left: 1px solid #aaaaac;*/
  }
}
#mobile-top-header .social-media-links {
  display: inline-block;
}
@media (min-width: 1000000px) {
  #mobile-top-header .social-media-links {
    display: none;
  }
}
.scrolled .social-media-links {
  display: none;
}
#footer .social-media-links {
  clear: both;
  display: block;
  line-height: 3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.social-media-links ul {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
header .social-media-links ul {
  text-align: right;
}
@media (min-width: 1000000px) {
  header .social-media-links ul {
    text-align: right;
    margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  #footer .social-media-links ul {
    float: right;
  }
}
.social-media-links ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.social-media-links ul li:before {
  display: none !important;
}
.social-media-links ul li a {
  font-size: 20px;
  text-decoration: none !important;
  display: inline;
}
html[data-theme=light] .social-media-links ul li a {
  color: #fefefe;
}
html[data-theme=dark] .social-media-links ul li a {
  color: #1d1d1d;
}
html[data-theme=light] .social-media-links ul li a:hover {
  color: #444141;
}
html[data-theme=dark] .social-media-links ul li a:hover {
  color: #fefefe;
}
#footer .social-media-links ul li a {
  font-size: 20px;
}
html[data-theme=light] #footer .social-media-links ul li a {
  color: #1d1d1d;
}
html[data-theme=dark] #footer .social-media-links ul li a {
  color: #f1f1f0;
}
html[data-theme=light] #footer .social-media-links ul li a:hover {
  color: #fefefe;
}
html[data-theme=dark] #footer .social-media-links ul li a:hover {
  color: #fefefe;
}
#mobile-top-header .social-media-links ul li a {
  color: #ffffff;
}
#mobile-top-header .social-media-links ul li a:hover {
  color: #ffffff;
}

/* Forms */
form {
  margin: 0 auto 40px;
}

.form-item {
  margin: 0 0 15px;
}

label {
  display: block;
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -mox-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 7px;
  width: 100%;
  max-width: calc(100% - 14px);
}
html[data-theme=light] input[type=text],
html[data-theme=light] input[type=password],
html[data-theme=light] input[type=email],
html[data-theme=light] input[type=number],
html[data-theme=light] input[type=tel],
html[data-theme=light] select,
html[data-theme=light] textarea {
  background-color: #ffffff;
  color: #333333;
}
html[data-theme=dark] input[type=text],
html[data-theme=dark] input[type=password],
html[data-theme=dark] input[type=email],
html[data-theme=dark] input[type=number],
html[data-theme=dark] input[type=tel],
html[data-theme=dark] select,
html[data-theme=dark] textarea {
  background-color: #333333;
  color: #ffffff;
}

a.button,
a.link--previous,
.button a,
button,
input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 11px 20px;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Cormorant", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
html[data-theme=light] a.button,
html[data-theme=light] a.link--previous,
html[data-theme=light] .button a,
html[data-theme=light] button,
html[data-theme=light] input[type=submit] {
  background-color: #444141;
  border: 1px solid #444141;
  color: #fefefe;
}
html[data-theme=dark] a.button,
html[data-theme=dark] a.link--previous,
html[data-theme=dark] .button a,
html[data-theme=dark] button,
html[data-theme=dark] input[type=submit] {
  background-color: #f1f1f0;
  border: 1px solid #f1f1f0;
  color: #1d1d1d;
}
html[data-theme=light] a.button.reverse,
html[data-theme=light] a.link--previous.reverse,
html[data-theme=light] .button a.reverse,
html[data-theme=light] button.reverse,
html[data-theme=light] input[type=submit].reverse {
  background-color: #fefefe;
  border: 1px solid #fefefe;
  color: #444141;
}
html[data-theme=dark] a.button.reverse,
html[data-theme=dark] a.link--previous.reverse,
html[data-theme=dark] .button a.reverse,
html[data-theme=dark] button.reverse,
html[data-theme=dark] input[type=submit].reverse {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #f1f1f0;
}

a.button:focus,
a.button:active,
a.button:hover,
a.link--previous:hover,
.button a:hover,
.button a:focus,
.button a:active,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
html[data-theme=light] a.button:focus,
html[data-theme=light] a.button:active,
html[data-theme=light] a.button:hover,
html[data-theme=light] a.link--previous:hover,
html[data-theme=light] .button a:hover,
html[data-theme=light] .button a:focus,
html[data-theme=light] .button a:active,
html[data-theme=light] button:hover,
html[data-theme=light] input[type=submit]:hover {
  background-color: transparent;
  border-color: #444141;
  color: #444141;
}
html[data-theme=dark] a.button:focus,
html[data-theme=dark] a.button:active,
html[data-theme=dark] a.button:hover,
html[data-theme=dark] a.link--previous:hover,
html[data-theme=dark] .button a:hover,
html[data-theme=dark] .button a:focus,
html[data-theme=dark] .button a:active,
html[data-theme=dark] button:hover,
html[data-theme=dark] input[type=submit]:hover {
  background-color: #1d1d1d;
  border-color: #f1f1f0;
  color: #f1f1f0;
}
html[data-theme=light] a.button:focus.reverse,
html[data-theme=light] a.button:active.reverse,
html[data-theme=light] a.button:hover.reverse,
html[data-theme=light] a.link--previous:hover.reverse,
html[data-theme=light] .button a:hover.reverse,
html[data-theme=light] .button a:focus.reverse,
html[data-theme=light] .button a:active.reverse,
html[data-theme=light] button:hover.reverse,
html[data-theme=light] input[type=submit]:hover.reverse {
  background-color: #444141;
  border: 1px solid #444141;
  color: #fefefe;
}
html[data-theme=dark] a.button:focus.reverse,
html[data-theme=dark] a.button:active.reverse,
html[data-theme=dark] a.button:hover.reverse,
html[data-theme=dark] a.link--previous:hover.reverse,
html[data-theme=dark] .button a:hover.reverse,
html[data-theme=dark] .button a:focus.reverse,
html[data-theme=dark] .button a:active.reverse,
html[data-theme=dark] button:hover.reverse,
html[data-theme=dark] input[type=submit]:hover.reverse {
  background-color: #f1f1f0;
  border: 1px solid #f1f1f0;
  color: #1d1d1d;
}

a.button {
  display: inline-block;
}

a.button.solid:hover, a.button.solid:active, a.button.solid:focus {
  background-color: #ffffff !important;
}

/* Cancellation form */
#contact-message-cancelleation-form-form h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
}
#contact-message-cancelleation-form-form .field--name-field-date-ordered,
#contact-message-cancelleation-form-form .field--name-field-date-received,
#contact-message-cancelleation-form-form .field--name-field-details-of-goods {
  margin-top: 30px;
  padding-top: 20px;
}
#contact-message-cancelleation-form-form .field--name-field-details-of-goods {
  clear: both;
}
@media (min-width: 768px) {
  #contact-message-cancelleation-form-form .field--name-field-date-ordered,
#contact-message-cancelleation-form-form .field--name-field-date-received {
    display: inline-block;
  }
  #contact-message-cancelleation-form-form .field--name-field-date-ordered {
    padding-right: 30px;
  }
}
#contact-message-cancelleation-form-form input[type=submit] {
  width: auto;
  margin-top: 20px;
}
#contact-message-cancelleation-form-form label {
  font-weight: 600;
  margin: 10px 0 5px;
}
#contact-message-cancelleation-form-form .form-item-copy {
  margin: 10px 0 20px;
}
#contact-message-cancelleation-form-form .form-item-copy input {
  float: left;
}
#contact-message-cancelleation-form-form .form-item-copy label {
  float: left;
  margin: 0 0 0 10px;
}
#contact-message-cancelleation-form-form .form-item-copy:after {
  content: "";
  display: block;
  clear: both;
}

.views-exposed-form {
  padding-bottom: 30px;
}
.views-exposed-form div,
.views-exposed-form label,
.views-exposed-form input[type=submit] {
  display: inline;
  margin-right: 15px;
  width: auto;
}
html[data-theme=light] .views-exposed-form {
  border-bottom: 1px #eeeeee;
}
html[data-theme=dark] .views-exposed-form {
  border-bottom: 1px #555555;
}

.subscribe {
  border: 10px solid #afd3ed;
  background-color: #e6e7e9;
  color: #224275;
  padding: 0px 10px;
}
.subscribe form {
  margin: 0;
}
.subscribe input {
  margin: 10px 0;
}
.subscribe input[type=submit] {
  background-color: #224275 !important;
  border-color: #224275 !important;
  color: #ffffff !important;
}
.subscribe input[type=submit]:hover {
  background-color: #e6e7e9 !important;
  border-color: #224275 !important;
  color: #224275 !important;
}
@media (min-width: 992px) {
  .subscribe {
    padding: 25px;
  }
  .subscribe .subscribe-bg {
    background: url() center center no-repeat;
    background-size: cover;
  }
}

.webform-submission-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.webform-submission-form .form-wrapper-center {
  max-width: calc(100vw - 60px);
}
.webform-submission-form #edit-actions {
  text-align: left;
}
.webform-submission-form .fieldset-wrapper label {
  display: inline;
}

/* End Forms */
/* Pager */
.pager ul {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.pager ul li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.pager ul li a {
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
html[data-theme=light] .pager ul li a {
  border: 1px solid #1d1d1d;
}
html[data-theme=dark] .pager ul li a {
  border: 1px solid #fefefe;
}
html[data-theme=light] .pager ul li a {
  color: #1d1d1d;
}
html[data-theme=dark] .pager ul li a {
  color: #fefefe;
}
html[data-theme=light] .pager ul li a:hover {
  color: #fefefe;
}
html[data-theme=dark] .pager ul li a:hover {
  color: #1d1d1d;
}
html[data-theme=light] .pager ul li a:hover {
  background-color: #1d1d1d;
}
html[data-theme=dark] .pager ul li a:hover {
  background-color: #fefefe;
}
html[data-theme=light] .pager ul li.is-active a {
  color: #fefefe;
}
html[data-theme=dark] .pager ul li.is-active a {
  color: #1d1d1d;
}
html[data-theme=light] .pager ul li.is-active a {
  background-color: #1d1d1d;
}
html[data-theme=dark] .pager ul li.is-active a {
  background-color: #fefefe;
}
.pager .pager__item {
  display: none;
}
@media (min-width: 768px) {
  .pager .pager__item {
    display: inline-block;
  }
}
.pager .pager__item.pager__item--first, .pager .pager__item.pager__item--previous, .pager .pager__item.pager__item--next, .pager .pager__item.pager__item--last {
  display: inline-block;
}

/* End pager */

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